@media (max-width: 991px) {
    .navbar {
        padding: 10px 0;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(8px);
    }

    .navbar .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .navbar-toggler {
        width: 44px;
        height: 44px;
        border-radius: 12px;
        background: linear-gradient(135deg, #0d6efd, #0052cc);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.96)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        width: 1.2em;
        height: 1.2em;
    }

    .navbar-collapse {
        margin-top: 12px;
        padding: 14px;
        border-radius: 18px;
        border: 1px solid rgba(13, 110, 253, 0.12);
        background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
        box-shadow: 0 16px 35px rgba(8, 31, 82, 0.12);
    }

    .navbar-nav {
        gap: 6px;
    }

    .navbar-nav .nav-link {
        margin: 0;
        padding: 12px 14px !important;
        border-radius: 12px;
    }

    .navbar .dropdown-toggle::after {
        float: right;
        margin-top: 10px;
    }

    .navbar .dropdown-menu {
        position: static !important;
        transform: none !important;
        width: 100%;
        margin-top: 6px;
        border-radius: 12px;
        box-shadow: none;
        background: #f2f7ff;
    }

    .navbar .btn.ms-3 {
        margin-left: 0 !important;
        margin-top: 10px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .home-hero-title {
         font-size: 24px;
        line-height: 30px;
    }



    .home-hero-content {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .booking-modal-premium .modal-header {
        padding: 18px 16px 8px;
    }

    .booking-modal-premium .modal-body {
        padding: 0 16px 18px;
    }

    .booking-form-inquiry .form-control,
    .booking-form-inquiry .form-select {
        min-height: 46px;
        padding: 10px 14px;
    }
}

@media (max-width: 768px) {
    .home-about-img-small {
        right: -3px;
    }
}

@media (max-width: 768px) {
    .home-all-tour-main-content {
        flex-direction: column;
        gap: 15px;
    }

    .home-all-tour-img-box,
    .home-all-tour-details {
        width: 100%;
    }

    .home-all-tour-img-box {
        height: 100%;
    }

    .home-all-tour-price {
        font-size: 14px;
    }


    .home-all-tour-footer-btns {
        font-size: 13px;
    }

    .home-all-tour-card {
        padding: 10px;
    }

    .home-all-tour-img-box img {
        height: 230px;
    }
}

@media (max-width: 768px) {
    .faq-question h5 {
        font-size: 1rem;
        padding-right: 15px;
    }

    .faq-item.active .faq-answer {
        padding: 0 20px 20px 20px;
    }

    .faq-answer {
        padding: 0 20px;
    }

    .faq-icon {
        width: 60px;
        height: 60px;
    }

    .faq-icon i {
        font-size: 1.3rem;
    }

}

@media (max-width: 450px) {
    .fleet-hm-btns a {
        font-size: 11px;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 25px;
    }

    .home-about-title {
        font-size: 25px;
        text-align: center;
    }

    .home-hero {
        height: calc(80vh - 150px);
    }
}

@media (max-width: 400px) {
    .home-hero {
        height: 90vh;
    }
}

/* Tour Category Respsovie */
@media (max-width: 991px) {
    .yatra-card {
        height: auto;
        flex-direction: column;
    }

    .yatra-image,
    .yatra-content,
    .yatra-price-box {
        width: 100%;
    }

    .yatra-image {
        height: 250px;
    }

    .yatra-title {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .tour-category-hero-banner {
        height: 420px;
    }

    .tour-category-hero-content {
        left: 10px;
        right: 10px;
        bottom: 10px;
        padding: 10px;
        border-radius: 10px;
    }

    .tour-category-hero-title {
        font-size: 25px;
    }

    .yatra-price-box {
        padding: 10px;
        background: #fff;
    }

    .yatra-button-dt {
        display: flex;
        justify-content: space-between;
    }

    .yatra-button-dt a {
        flex: 1;
    }

    .yatra-price-box p {
        margin-bottom: 0px;
    }

    .section-padding {
        padding: 15px 0px;
    }
}

/* ========================================
   Hide Unhide in Desk and Mob view Css
   ======================================== */
/* sowing in mobile anf desktop */
@media (max-width: 991px) {
    .hide-on-mob-view {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hide-on-desktop {
        display: none !important;
    }
}

/* ========================================
   Hide Unhide in Desk and Mob view Css
   ======================================== */
@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        /* max-width: 1300px; */
        max-width: calc(100% - 130px);
    }
}