/* =========================================================
   Fixed Beautiful Header Menu
   Desktop Hover / Mobile Click Ready
========================================================= */

.bt-header-area {
    position: relative;
    z-index: 999;
    background: #ffffff;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

.bt-header-container {
    position: relative;
}

.bt-header-logo {
    height: 70px;
    width: 120px;
    object-fit: contain;
}

/* Hide old plus icons */
.main-nav .flaticon-plus,
.main-nav .flaticon-plus::before,
.main-nav i.fl,
.main-nav i.fl::before,
.bt-main-nav .flaticon-plus,
.bt-main-nav .flaticon-plus::before,
.bt-main-nav i.fl,
.bt-main-nav i.fl::before {
    display: none !important;
    content: none !important;
    font-size: 0 !important;
}

/* =========================================================
   Desktop
========================================================= */

@media (min-width: 1200px) {
    .bt-header-container {
        max-width: 1440px;
    }

    .bt-main-nav {
        width: 100%;
    }

    .bt-main-nav.float-end {
        float: none !important;
    }

    .bt-main-nav > ul {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 6px !important;
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    .bt-main-nav > ul > li {
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 88px !important;
        height: 88px !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    .bt-main-nav > ul > li > a {
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        height: 40px !important;
        min-height: 40px !important;
        max-height: 40px !important;
        padding: 0 12px !important;
        margin: 0 !important;
        border-radius: 10px !important;
        color: #263845 !important;
        background: transparent !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        line-height: 40px !important;
        text-decoration: none !important;
        white-space: nowrap !important;
        box-shadow: none !important;
        transition: all 0.25s ease !important;
    }

    .bt-main-nav > ul > li:hover > a,
    .bt-main-nav > ul > li.active > a,
    .bt-main-nav > ul > li.current-menu-item > a {
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
        background: linear-gradient(135deg, #ff9f1c, #f97316) !important;
        box-shadow: 0 7px 18px rgba(249, 115, 22, 0.22) !important;
        transform: translateY(-1px);
    }

    .bt-main-nav > ul > li > a::before,
    .bt-main-nav > ul > li > a::after {
        display: none !important;
        content: none !important;
    }

    .bt-main-nav > ul > li.bt-has-submenu,
    .bt-main-nav > ul > li.has-child-menu {
        padding-right: 17px !important;
    }

    .bt-main-nav > ul > li.has-child-menu > a::after,
    .bt-main-nav > ul > li.bt-has-submenu > a::after {
        content: "" !important;
        position: absolute !important;
        top: 50% !important;
        right: -14px !important;
        display: block !important;
        width: 7px !important;
        height: 7px !important;
        border-right: 2px solid #263845 !important;
        border-bottom: 2px solid #263845 !important;
        transform: translateY(-65%) rotate(45deg) !important;
        transition: all 0.25s ease !important;
    }

    .bt-main-nav > ul > li.has-child-menu:hover > a::after,
    .bt-main-nav > ul > li.bt-has-submenu:hover > a::after {
        border-color: #ffffff !important;
        transform: translateY(-30%) rotate(-135deg) !important;
    }

    .bt-menu-arrow {
        display: none !important;
    }

    .bt-main-nav ul.sub-menu,
    .bt-main-nav ul.bt-sub-menu {
        position: absolute !important;
        top: 82px !important;
        left: 0 !important;
        z-index: 9999 !important;
        display: block !important;
        width: 285px !important;
        min-width: 285px !important;
        max-width: 330px !important;
        margin: 0 !important;
        padding: 12px !important;
        list-style: none !important;
        background: #ffffff !important;
        border: 1px solid rgba(15, 23, 42, 0.08) !important;
        border-radius: 16px !important;
        box-shadow: 0 18px 50px rgba(15, 23, 42, 0.16) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translateY(12px) !important;
        transition: all 0.25s ease !important;
    }

    .bt-main-nav ul.sub-menu::before,
    .bt-main-nav ul.bt-sub-menu::before {
        content: "" !important;
        position: absolute !important;
        top: -7px !important;
        left: 28px !important;
        width: 14px !important;
        height: 14px !important;
        background: #ffffff !important;
        border-left: 1px solid rgba(15, 23, 42, 0.08) !important;
        border-top: 1px solid rgba(15, 23, 42, 0.08) !important;
        transform: rotate(45deg) !important;
    }

    .bt-main-nav li:hover > ul.sub-menu,
    .bt-main-nav li:hover > ul.bt-sub-menu {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
    }

    .bt-main-nav ul.sub-menu li,
    .bt-main-nav ul.bt-sub-menu li {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .bt-main-nav ul.sub-menu li a,
    .bt-main-nav ul.bt-sub-menu li a {
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
        height: auto !important;
        min-height: auto !important;
        padding: 11px 13px 11px 30px !important;
        margin: 0 !important;
        border-radius: 11px !important;
        color: #263845 !important;
        background: transparent !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        line-height: 1.35 !important;
        text-decoration: none !important;
        white-space: normal !important;
        box-shadow: none !important;
        transition: all 0.22s ease !important;
    }

    .bt-main-nav ul.sub-menu li a::before,
    .bt-main-nav ul.bt-sub-menu li a::before {
        content: "" !important;
        position: absolute !important;
        left: 13px !important;
        top: 50% !important;
        width: 7px !important;
        height: 7px !important;
        border-radius: 50% !important;
        background: #f97316 !important;
        transform: translateY(-50%) !important;
        opacity: 0.8 !important;
        transition: all 0.22s ease !important;
    }

    .bt-main-nav ul.sub-menu li a::after,
    .bt-main-nav ul.bt-sub-menu li a::after {
        display: none !important;
        content: none !important;
    }

    .bt-main-nav ul.sub-menu li a:hover,
    .bt-main-nav ul.bt-sub-menu li a:hover {
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
        background: linear-gradient(135deg, #ff9f1c, #f97316) !important;
        transform: translateX(4px) !important;
        box-shadow: 0 8px 20px rgba(249, 115, 22, 0.18) !important;
    }

    .bt-main-nav ul.sub-menu li a:hover::before,
    .bt-main-nav ul.bt-sub-menu li a:hover::before {
        background: #ffffff !important;
        opacity: 1 !important;
    }
}

/* =========================================================
   Smaller Desktop
========================================================= */

@media (min-width: 1200px) and (max-width: 1360px) {
    .bt-main-nav > ul {
        gap: 3px !important;
    }

    .bt-main-nav > ul > li > a {
        padding-left: 8px !important;
        padding-right: 8px !important;
        font-size: 14px !important;
    }

    .bt-main-nav > ul > li.bt-has-submenu,
    .bt-main-nav > ul > li.has-child-menu {
        padding-right: 15px !important;
    }

    .bt-main-nav > ul > li.has-child-menu > a::after,
    .bt-main-nav > ul > li.bt-has-submenu > a::after {
        right: -12px !important;
    }
}

/* =========================================================
   Mobile Menu
========================================================= */

@media (max-width: 1199px) {
    .main-nav.bt-main-nav.slidenav,
    .bt-main-nav {
        width: 100%;
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .main-nav.bt-main-nav.slidenav .inner-logo,
    .bt-main-nav .inner-logo {
        padding-top: 4px !important;
        padding-bottom: 5px !important;
        margin-top: 0 !important;
        margin-bottom: 2px !important;
    }

    .main-nav.bt-main-nav.slidenav .inner-logo a,
    .bt-main-nav .inner-logo a {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
    }

    .main-nav.bt-main-nav.slidenav .inner-logo img,
    .bt-main-nav .inner-logo img,
    .main-nav.bt-main-nav.slidenav .inner-logo .bt-header-logo,
    .bt-main-nav .inner-logo .bt-header-logo {
        height: 56px !important;
        width: 110px !important;
        object-fit: contain !important;
        margin: 0 auto !important;
        display: block !important;
    }

    .main-nav.bt-main-nav.slidenav > ul,
    .bt-main-nav > ul {
        padding: 5px 14px 16px 14px !important;
        margin: 0 !important;
        list-style: none !important;
    }

    .main-nav.bt-main-nav.slidenav ul,
    .bt-main-nav ul {
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    .main-nav.bt-main-nav.slidenav ul li,
    .bt-main-nav ul li {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .main-nav.bt-main-nav.slidenav > ul > li,
    .bt-main-nav > ul > li {
        margin-bottom: 4px !important;
    }

    .main-nav.bt-main-nav.slidenav > ul > li:last-child,
    .bt-main-nav > ul > li:last-child {
        margin-bottom: 0 !important;
    }

    .main-nav.bt-main-nav.slidenav ul li a,
    .bt-main-nav ul li a {
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
        min-height: 44px !important;
        padding: 11px 52px 11px 28px !important;
        color: #263845 !important;
        background: #ffffff !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        line-height: 1.35 !important;
        text-decoration: none !important;
        border: 1px solid rgba(15, 23, 42, 0.08) !important;
        border-radius: 12px !important;
        box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04) !important;
        transition: all 0.25s ease !important;
    }

    .main-nav.bt-main-nav.slidenav ul li a:hover,
    .main-nav.bt-main-nav.slidenav ul li a:focus,
    .bt-main-nav ul li a:hover,
    .bt-main-nav ul li a:focus {
        color: #f97316 !important;
        background: rgba(249, 115, 22, 0.075) !important;
    }

    .main-nav.bt-main-nav.slidenav li.has-child-menu > a::after,
    .main-nav.bt-main-nav.slidenav li.bt-has-submenu > a::after,
    .bt-main-nav li.has-child-menu > a::after,
    .bt-main-nav li.bt-has-submenu > a::after {
        content: "" !important;
        position: absolute !important;
        top: 50% !important;
        right: 22px !important;
        width: 8px !important;
        height: 8px !important;
        border-right: 2px solid #f97316 !important;
        border-bottom: 2px solid #f97316 !important;
        transform: translateY(-65%) rotate(45deg) !important;
        transition: all 0.25s ease !important;
    }

    .main-nav.bt-main-nav.slidenav li.has-child-menu.bt-mobile-open > a::after,
    .main-nav.bt-main-nav.slidenav li.bt-has-submenu.bt-mobile-open > a::after,
    .bt-main-nav li.has-child-menu.bt-mobile-open > a::after,
    .bt-main-nav li.bt-has-submenu.bt-mobile-open > a::after {
        transform: translateY(-35%) rotate(-135deg) !important;
    }

    .main-nav.bt-main-nav.slidenav li.has-child-menu > a,
    .main-nav.bt-main-nav.slidenav li.bt-has-submenu > a,
    .bt-main-nav li.has-child-menu > a,
    .bt-main-nav li.bt-has-submenu > a {
        cursor: pointer !important;
    }

    .bt-menu-arrow {
        display: none !important;
    }

    .main-nav.bt-main-nav.slidenav li:hover > ul.sub-menu,
    .main-nav.bt-main-nav.slidenav li:hover > ul.bt-sub-menu,
    .bt-main-nav li:hover > ul.sub-menu,
    .bt-main-nav li:hover > ul.bt-sub-menu {
        display: none !important;
    }

    .main-nav.bt-main-nav.slidenav ul.sub-menu,
    .main-nav.bt-main-nav.slidenav ul.bt-sub-menu,
    .bt-main-nav ul.sub-menu,
    .bt-main-nav ul.bt-sub-menu {
        position: static !important;
        display: none !important;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        margin: 5px 0 1px 0 !important;
        padding: 5px 0 1px 14px !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    .main-nav.bt-main-nav.slidenav li.bt-mobile-open > ul.sub-menu,
    .main-nav.bt-main-nav.slidenav li.bt-mobile-open > ul.bt-sub-menu,
    .bt-main-nav li.bt-mobile-open > ul.sub-menu,
    .bt-main-nav li.bt-mobile-open > ul.bt-sub-menu {
        display: block !important;
    }

    .main-nav.bt-main-nav.slidenav ul.sub-menu::before,
    .main-nav.bt-main-nav.slidenav ul.bt-sub-menu::before,
    .bt-main-nav ul.sub-menu::before,
    .bt-main-nav ul.bt-sub-menu::before {
        display: none !important;
        content: none !important;
    }

    .main-nav.bt-main-nav.slidenav ul.sub-menu li,
    .main-nav.bt-main-nav.slidenav ul.bt-sub-menu li,
    .bt-main-nav ul.sub-menu li,
    .bt-main-nav ul.bt-sub-menu li {
        margin-bottom: 4px !important;
    }

    .main-nav.bt-main-nav.slidenav ul.sub-menu li:last-child,
    .main-nav.bt-main-nav.slidenav ul.bt-sub-menu li:last-child,
    .bt-main-nav ul.sub-menu li:last-child,
    .bt-main-nav ul.bt-sub-menu li:last-child {
        margin-bottom: 0 !important;
    }

    .main-nav.bt-main-nav.slidenav ul.sub-menu li a,
    .main-nav.bt-main-nav.slidenav ul.bt-sub-menu li a,
    .bt-main-nav ul.sub-menu li a,
    .bt-main-nav ul.bt-sub-menu li a {
        min-height: 40px !important;
        padding: 10px 16px 10px 42px !important;
        color: #344054 !important;
        background: linear-gradient(135deg, rgba(255, 247, 237, 0.98), rgba(255, 237, 213, 0.72)) !important;
        border: 1px solid rgba(249, 115, 22, 0.18) !important;
        border-radius: 11px !important;
        font-size: 14px !important;
        font-weight: 650 !important;
        line-height: 1.35 !important;
        box-shadow: 0 3px 9px rgba(249, 115, 22, 0.045) !important;
    }

    .main-nav.bt-main-nav.slidenav ul.sub-menu li a::before,
    .main-nav.bt-main-nav.slidenav ul.bt-sub-menu li a::before,
    .bt-main-nav ul.sub-menu li a::before,
    .bt-main-nav ul.bt-sub-menu li a::before {
        content: "" !important;
        position: absolute !important;
        left: 19px !important;
        top: 50% !important;
        width: 8px !important;
        height: 8px !important;
        border-radius: 50% !important;
        background: #f97316 !important;
        transform: translateY(-50%) !important;
        opacity: 0.9 !important;
        box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.10) !important;
    }

    .main-nav.bt-main-nav.slidenav ul.sub-menu li a::after,
    .main-nav.bt-main-nav.slidenav ul.bt-sub-menu li a::after,
    .bt-main-nav ul.sub-menu li a::after,
    .bt-main-nav ul.bt-sub-menu li a::after {
        display: none !important;
        content: none !important;
    }

    .main-nav.bt-main-nav.slidenav ul.sub-menu li a:hover,
    .main-nav.bt-main-nav.slidenav ul.bt-sub-menu li a:hover,
    .main-nav.bt-main-nav.slidenav ul.sub-menu li a:focus,
    .main-nav.bt-main-nav.slidenav ul.bt-sub-menu li a:focus,
    .bt-main-nav ul.sub-menu li a:hover,
    .bt-main-nav ul.bt-sub-menu li a:hover,
    .bt-main-nav ul.sub-menu li a:focus,
    .bt-main-nav ul.bt-sub-menu li a:focus {
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
        background: linear-gradient(135deg, #ff9f1c, #f97316) !important;
        border-color: transparent !important;
        transform: translateX(2px) !important;
    }

    .main-nav.bt-main-nav.slidenav ul.sub-menu li a:hover::before,
    .main-nav.bt-main-nav.slidenav ul.bt-sub-menu li a:hover::before,
    .main-nav.bt-main-nav.slidenav ul.sub-menu li a:focus::before,
    .main-nav.bt-main-nav.slidenav ul.bt-sub-menu li a:focus::before,
    .bt-main-nav ul.sub-menu li a:hover::before,
    .bt-main-nav ul.bt-sub-menu li a:hover::before,
    .bt-main-nav ul.sub-menu li a:focus::before,
    .bt-main-nav ul.bt-sub-menu li a:focus::before {
        background: #ffffff !important;
        box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.20) !important;
    }
}

/* =========================================================
   Contact Us Button
========================================================= */

@media (min-width: 1200px) {
    .bt-main-nav > ul > li.bt-contact-menu-item > a.bt-contact-btn {
        height: 42px !important;
        min-height: 42px !important;
        padding: 0 22px !important;
        border-radius: 999px !important;
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
        background: linear-gradient(135deg, #ff9f1c, #f97316) !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        line-height: 42px !important;
        box-shadow: 0 10px 24px rgba(249, 115, 22, 0.28) !important;
        border: 1px solid rgba(255, 255, 255, 0.35) !important;
        transition: all 0.25s ease !important;
    }

    .bt-main-nav > ul > li.bt-contact-menu-item > a.bt-contact-btn:hover {
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
        background: linear-gradient(135deg, #f97316, #ea580c) !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 14px 30px rgba(249, 115, 22, 0.36) !important;
    }

    .bt-main-nav > ul > li.bt-contact-menu-item > a.bt-contact-btn::before,
    .bt-main-nav > ul > li.bt-contact-menu-item > a.bt-contact-btn::after {
        display: none !important;
        content: none !important;
    }
}

@media (max-width: 1199px) {
    .main-nav.bt-main-nav.slidenav ul li.bt-contact-menu-item,
    .bt-main-nav ul li.bt-contact-menu-item {
        padding: 5px 0 0 0 !important;
        margin-bottom: 0 !important;
    }

    .main-nav.bt-main-nav.slidenav ul li.bt-contact-menu-item > a.bt-contact-btn,
    .bt-main-nav ul li.bt-contact-menu-item > a.bt-contact-btn {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        min-height: 46px !important;
        padding: 12px 20px !important;
        border-radius: 999px !important;
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
        background: linear-gradient(135deg, #ff9f1c, #f97316) !important;
        font-size: 15px !important;
        font-weight: 800 !important;
        text-align: center !important;
        border: 0 !important;
        box-shadow: 0 10px 24px rgba(249, 115, 22, 0.25) !important;
    }

    .main-nav.bt-main-nav.slidenav ul li.bt-contact-menu-item > a.bt-contact-btn:hover,
    .bt-main-nav ul li.bt-contact-menu-item > a.bt-contact-btn:hover {
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
        background: linear-gradient(135deg, #f97316, #ea580c) !important;
    }
}@media (max-width: 1199px) {
    .mobile-menu,
    .hamburger {
        position: relative !important;
        z-index: 10001 !important;
    }

    .main-nav.bt-main-nav.slidenav,
    .bt-main-nav.slidenav,
    .main-nav.slidenav {
        z-index: 9999 !important;
    }
}
/* =========================================================
   Hero Slider + Search Form
   No Radius - No Top/Side Space - Extra Arrows Removed
========================================================= */

/* ================= Hero Wrapper ================= */

.hero-area.hero-style-three {
    position: relative !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #ffffff !important;
}

.hero-area.hero-style-three::before,
.hero-area.hero-style-three::after {
    display: none !important;
    content: none !important;
}

.hero-main-wrapper {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
}

/* ================= Plane ================= */

.banner-plane {
    position: absolute !important;
    top: 85px !important;
    left: 9% !important;
    z-index: 10 !important;
    width: 120px !important;
    max-width: 120px !important;
    opacity: 0.95 !important;
    pointer-events: none !important;
    filter: drop-shadow(0 12px 18px rgba(15, 23, 42, 0.18)) !important;
    animation: btPlaneMove 5s ease-in-out infinite !important;
}

@keyframes btPlaneMove {
    0% {
        transform: translateY(0) translateX(0) rotate(-3deg);
    }

    50% {
        transform: translateY(-13px) translateX(10px) rotate(3deg);
    }

    100% {
        transform: translateY(0) translateX(0) rotate(-3deg);
    }
}

/* ================= Slider ================= */

.hero-slider-three {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 550px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    background: #111827 !important;
    box-shadow: none !important;
}

.hero-slider-three .swiper-wrapper,
.hero-slider-three .swiper-slide {
    height: 550px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hero-slider-three .swiper-slide > div,
.hero-slider-three .slider-bg-1,
.hero-slider-three .slider-bg-2,
.hero-slider-three .slider-bg-3 {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 550px !important;
    height: 550px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

/* Overlay */
.hero-slider-three .swiper-slide > div::before,
.hero-slider-three .slider-bg-1::before,
.hero-slider-three .slider-bg-2::before,
.hero-slider-three .slider-bg-3::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.12) 0%, rgba(15, 23, 42, 0.42) 50%, rgba(15, 23, 42, 0.72) 100%),
        radial-gradient(circle at center, rgba(255, 255, 255, 0.08), transparent 45%) !important;
}

/* إزالة الكيرف الداخلي */
.hero-slider-three .swiper-slide > div::after,
.hero-slider-three .slider-bg-1::after,
.hero-slider-three .slider-bg-2::after,
.hero-slider-three .slider-bg-3::after {
    display: none !important;
    content: none !important;
}

/* ================= Content Centered ================= */

.hero-slider-three .container {
    position: relative !important;
    z-index: 4 !important;
}

.hero-slider-three .row {
    min-height: 550px !important;
    align-items: center !important;
    justify-content: center !important;
}

.hero-slider-three .col-lg-8 {
    max-width: 780px !important;
    width: 100% !important;
    margin: 0 auto !important;
}

.hero3-content {
    position: relative !important;
    max-width: 760px !important;
    margin: 0 auto !important;
    padding: 40px 20px !important;
    text-align: center !important;
}

.hero3-content::before,
.hero3-content::after {
    display: none !important;
    content: none !important;
}

.hero3-content .title-top {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 18px !important;
    padding: 9px 18px !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: rgba(255, 255, 255, 0.16) !important;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.3px !important;
}

.hero3-content h1 {
    max-width: 760px !important;
    margin: 0 auto 18px !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: 64px !important;
    font-weight: 900 !important;
    line-height: 1.05 !important;
    letter-spacing: -1.5px !important;
    text-align: center !important;
    text-shadow: 0 12px 36px rgba(0, 0, 0, 0.28) !important;
}

.hero3-content p {
    max-width: 680px !important;
    margin: 0 auto 28px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.9) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.85 !important;
    text-align: center !important;
}

.hero3-content .banner3-btn,
.hero3-content .button-fill-primary {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 52px !important;
    padding: 0 30px !important;
    margin: 0 auto !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: linear-gradient(135deg, #ff9f1c, #f97316) !important;
    border: 0 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    box-shadow: 0 16px 38px rgba(249, 115, 22, 0.40) !important;
    overflow: hidden !important;
    transition: all 0.25s ease !important;
}

.hero3-content .banner3-btn::before,
.hero3-content .button-fill-primary::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -80% !important;
    width: 55% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.38), transparent) !important;
    transform: skewX(-20deg) !important;
    transition: all 0.6s ease !important;
}

.hero3-content .banner3-btn:hover,
.hero3-content .button-fill-primary:hover {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 22px 48px rgba(249, 115, 22, 0.52) !important;
}

.hero3-content .banner3-btn:hover::before,
.hero3-content .button-fill-primary:hover::before {
    left: 125% !important;
}

/* =========================================================
   Remove Extra Slider Arrows Completely
========================================================= */

.hero-area.hero-style-three .swiper-button-next,
.hero-area.hero-style-three .swiper-button-prev,
.hero-area.hero-style-three .swiper-button-next::before,
.hero-area.hero-style-three .swiper-button-prev::before,
.hero-area.hero-style-three .swiper-button-next::after,
.hero-area.hero-style-three .swiper-button-prev::after,
.hero-area.hero-style-three [class*="swiper-button"],
.hero-area.hero-style-three [class*="swiper-button"]::before,
.hero-area.hero-style-three [class*="swiper-button"]::after,
.hero-slider-three .swiper-button-next,
.hero-slider-three .swiper-button-prev,
.hero-slider-three .swiper-button-next::before,
.hero-slider-three .swiper-button-prev::before,
.hero-slider-three .swiper-button-next::after,
.hero-slider-three .swiper-button-prev::after,
.hero-slider-three [class*="swiper-button"],
.hero-slider-three [class*="swiper-button"]::before,
.hero-slider-three [class*="swiper-button"]::after {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    content: none !important;
    font-size: 0 !important;
}

/* الأسهم الأصلية فقط */
.slider-arrows {
    position: absolute !important;
    right: 34px !important;
    top: 50% !important;
    z-index: 20 !important;
    transform: translateY(-50%) !important;
}

.hero-prev3,
.hero-next3 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.16) !important;
    border: 1px solid rgba(255, 255, 255, 0.32) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    box-shadow: 0 15px 36px rgba(15, 23, 42, 0.20) !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
}

.hero-prev3:hover,
.hero-next3:hover {
    color: #ffffff !important;
    background: linear-gradient(135deg, #ff9f1c, #f97316) !important;
    border-color: transparent !important;
    transform: scale(1.08) !important;
}

/* =========================================================
   Search Bar
========================================================= */

.searchbar-section {
    position: relative !important;
    z-index: 30 !important;
    margin-top: -120px !important;
    padding: 0 24px 0px !important;
}




/* =========================================================
   Responsive
========================================================= */

@media (max-width: 1199px) {
    .hero-area.hero-style-three {
        padding: 0 !important;
    }

    .hero-slider-three,
    .hero-slider-three .swiper-wrapper,
    .hero-slider-three .swiper-slide {
        height: 520px !important;
    }

    .hero-slider-three .swiper-slide > div,
    .hero-slider-three .slider-bg-1,
    .hero-slider-three .slider-bg-2,
    .hero-slider-three .slider-bg-3 {
        min-height: 520px !important;
        height: 520px !important;
        border-radius: 0 !important;
    }

    .hero-slider-three .row {
        min-height: 520px !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .hero3-content {
        max-width: 680px !important;
        margin: 0 auto !important;
        padding: 34px 18px !important;
        text-align: center !important;
    }

    .hero3-content h1 {
        max-width: 680px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        font-size: 50px !important;
        text-align: center !important;
    }

    .hero3-content p {
        max-width: 620px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
        font-size: 15px !important;
    }

    .banner-plane {
        width: 95px !important;
        max-width: 95px !important;
        top: 80px !important;
        left: 7% !important;
    }

    .slider-arrows {
        display: none !important;
    }

    .searchbar-section {
        margin-top: -36px !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .multi-main-searchber {
        padding: 15px !important;
        border-radius: 22px !important;
    }

    .searchbar-section .row.g-4 {
        --bs-gutter-y: 14px;
    }

    .searchbar-section .row.gx-0 {
        --bs-gutter-y: 14px;
    }

    .search-box-single {
        height: 68px !important;
        border-radius: 16px !important;
    }

    .main-form-submit button {
        height: 66px !important;
        border-radius: 18px !important;
    }
}

@media (max-width: 767px) {
    .hero-area.hero-style-three {
        padding: 0 !important;
        margin: 0 !important;
    }

    .hero-main-wrapper {
        border-radius: 0 !important;
    }

    .hero-slider-three {
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    .hero-slider-three,
    .hero-slider-three .swiper-wrapper,
    .hero-slider-three .swiper-slide {
        height: 500px !important;
    }

    .hero-slider-three .swiper-slide > div,
    .hero-slider-three .slider-bg-1,
    .hero-slider-three .slider-bg-2,
    .hero-slider-three .slider-bg-3 {
        min-height: 500px !important;
        height: 500px !important;
        align-items: center !important;
        border-radius: 0 !important;
        background-position: center center !important;
    }

    .hero-slider-three .swiper-slide > div::before,
    .hero-slider-three .slider-bg-1::before,
    .hero-slider-three .slider-bg-2::before,
    .hero-slider-three .slider-bg-3::before {
        background:
            linear-gradient(180deg, rgba(15, 23, 42, 0.16) 0%, rgba(15, 23, 42, 0.42) 48%, rgba(15, 23, 42, 0.78) 100%) !important;
    }

    .hero-slider-three .row {
        min-height: 500px !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .hero3-content {
        max-width: 100% !important;
        padding: 30px 16px !important;
        text-align: center !important;
    }

    .hero3-content .title-top {
        margin-bottom: 13px !important;
        padding: 7px 14px !important;
        font-size: 12px !important;
    }

    .hero3-content h1 {
        max-width: 100% !important;
        margin-bottom: 14px !important;
        font-size: 36px !important;
        line-height: 1.12 !important;
        letter-spacing: -0.8px !important;
        text-align: center !important;
    }

    .hero3-content p {
        max-width: 100% !important;
        margin-bottom: 22px !important;
        font-size: 14px !important;
        line-height: 1.7 !important;
        text-align: center !important;
    }

    .hero3-content .banner3-btn,
    .hero3-content .button-fill-primary {
        min-height: 46px !important;
        padding: 0 22px !important;
        font-size: 14px !important;
    }

    .banner-plane,
    .slider-arrows {
        display: none !important;
    }

    .searchbar-section {
        margin-top: 0 !important;
        padding: 22px 12px 34px !important;
    }

    .searchbar-section .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .multi-main-searchber {
        padding: 12px !important;
        border-radius: 20px !important;
    }

    .searchbar-section .row.g-4 {
        --bs-gutter-y: 12px;
    }

    .searchbar-section .row.gx-0 {
        --bs-gutter-y: 12px;
    }

    .search-box-single {
        height: 62px !important;
        gap: 11px !important;
        padding: 10px 12px !important;
        border-radius: 15px !important;
    }

    .searchbox-icon {
        flex-basis: 38px !important;
        width: 38px !important;
        height: 38px !important;
        border-radius: 13px !important;
    }

    .searchbox-icon i {
        font-size: 18px !important;
    }

    .searchbox-input {
        width: calc(100% - 49px) !important;
    }

    .searchbox-input label {
        font-size: 10px !important;
        margin-bottom: 4px !important;
    }

    .searchbox-input select,
    .searchbox-input input,
    .searchbox-input .nice-select {
        height: 28px !important;
        line-height: 28px !important;
        font-size: 14px !important;
    }

    .main-form-submit button {
        height: 58px !important;
        border-radius: 17px !important;
        font-size: 15px !important;
    }
}

@media (max-width: 420px) {
    .hero-slider-three,
    .hero-slider-three .swiper-wrapper,
    .hero-slider-three .swiper-slide {
        height: 480px !important;
    }

    .hero-slider-three .swiper-slide > div,
    .hero-slider-three .slider-bg-1,
    .hero-slider-three .slider-bg-2,
    .hero-slider-three .slider-bg-3 {
        min-height: 480px !important;
        height: 480px !important;
    }

    .hero-slider-three .row {
        min-height: 480px !important;
    }

    .hero3-content {
        padding: 26px 14px !important;
    }

    .hero3-content h1 {
        font-size: 31px !important;
    }

    .hero3-content p {
        font-size: 13px !important;
    }
}
/* =========================================================
   Popular Tour Package Design
   Fixed spacing + duration badge above card
========================================================= */

.popular-tour-section {
    position: relative;
    overflow: hidden;
    padding-top: 80px !important;
    padding-bottom: 45px !important;
    background:
        radial-gradient(circle at 8% 10%, rgba(249, 115, 22, 0.08), transparent 28%),
        radial-gradient(circle at 92% 18%, rgba(14, 165, 233, 0.07), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #fffaf3 100%);
}

.popular-tour-section::before {
    content: "";
    position: absolute;
    top: 90px;
    left: -110px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(249, 115, 22, 0.08);
    filter: blur(4px);
    pointer-events: none;
}

.popular-tour-section::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: 80px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(14, 165, 233, 0.08);
    filter: blur(4px);
    pointer-events: none;
}

.popular-tour-section .container {
    position: relative;
    z-index: 2;
}

/* Heading */
.popular-tour-heading {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.popular-tour-subtitle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    padding: 8px 18px;
    border-radius: 999px;
    color: #f97316;
    background: rgba(249, 115, 22, 0.10);
    border: 1px solid rgba(249, 115, 22, 0.18);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.popular-tour-heading h2 {
    position: relative;
    display: inline-block;
    margin: 0 0 16px;
    color: #172033;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -0.8px;
}

.popular-tour-heading h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 86px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff9f1c, #f97316);
    transform: translateX(-50%);
}

.popular-tour-heading p {
    max-width: 680px;
    margin: 22px auto 0;
    color: #64748b;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.85;
}

/* Row spacing */
.popular-tour-row {
    row-gap: 26px !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.popular-tour-row > [class*="col-"] {
    display: flex;
}

/* Equal Cards */
.popular-tour-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 470px;
    overflow: hidden;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.08);
    transition: all 0.28s ease;
}

.popular-tour-card:hover {
    transform: translateY(-7px);
    border-color: rgba(249, 115, 22, 0.24);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
}

/* Image */
.popular-tour-thumb {
    position: relative;
    height: 245px;
    overflow: hidden;
    flex: 0 0 245px;
}

.popular-tour-thumb a {
    display: block;
    width: 100%;
    height: 100%;
}

.popular-tour-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.popular-tour-card:hover .popular-tour-thumb img {
    transform: scale(1.08);
}

.popular-tour-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent 35%, rgba(15, 23, 42, 0.54) 100%);
    pointer-events: none;
}

/* Duration Badge - above card image */
.popular-tour-duration {
        left: 14px !important;
        top: 14px !important;
        bottom: auto !important;
        z-index: 99999 !important;
        padding: 7px 12px !important;
        font-size: 12px !important;
}

.popular-tour-duration i {
    color: #ffffff !important;
    font-size: 14px !important;
}

.popular-tour-duration span {
    color: #ffffff !important;
}

/* Body Equal Height */
.popular-tour-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 24px 22px 22px;
}

.popular-tour-content {
    flex: 1;
}

.popular-tour-title {
    min-height: 58px;
    margin: 0 0 11px;
    font-size: 21px;
    font-weight: 850;
    line-height: 1.38;
}

.popular-tour-title a {
    color: #172033;
    text-decoration: none;
    transition: all 0.22s ease;
}

.popular-tour-title a:hover {
    color: #f97316;
}

.popular-tour-desc {
    min-height: 68px;
    margin: 0 0 18px;
    color: #667085;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.65;
}

/* Bottom Always Down */
.popular-tour-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.popular-tour-bottom .book-btn a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #f97316;
    font-size: 14px;
    font-weight: 850;
    text-decoration: none;
    transition: all 0.22s ease;
}

.popular-tour-bottom .book-btn a:hover {
    color: #ea580c;
    transform: translateX(3px);
}

.popular-tour-bottom .p-card-info {
    text-align: right;
}

.popular-tour-bottom .p-card-info > span {
    display: block;
    margin-bottom: 3px;
    color: #94a3b8;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.popular-tour-bottom .p-card-info h6 {
    margin: 0;
    color: #172033;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
}

.popular-tour-bottom .p-card-info h6 span {
    display: block;
    margin-top: 3px;
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 1199px) {
    .popular-tour-section {
        padding-top: 70px !important;
        padding-bottom: 40px !important;
    }

    .popular-tour-heading {
        margin-bottom: 32px;
    }

    .popular-tour-heading h2 {
        font-size: 38px;
    }

    .popular-tour-row {
        row-gap: 24px !important;
    }

    .popular-tour-card {
        min-height: 460px;
    }
}

@media (max-width: 767px) {
    .popular-tour-section {
        padding-top: 55px !important;
        padding-bottom: 35px !important;
    }

    .popular-tour-heading {
        margin-bottom: 28px;
    }

    .popular-tour-subtitle {
        margin-bottom: 10px;
        padding: 7px 15px;
        font-size: 12px;
    }

    .popular-tour-heading h2 {
        font-size: 31px;
        margin-bottom: 14px;
    }

    .popular-tour-heading h2::after {
        bottom: -9px;
        width: 72px;
        height: 3px;
    }

    .popular-tour-heading p {
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.75;
    }

    .popular-tour-row {
        row-gap: 22px !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .popular-tour-card {
        min-height: 440px;
        border-radius: 20px;
    }

    .popular-tour-thumb {
        height: 220px;
        flex-basis: 220px;
    }

    .popular-tour-duration {
        left: 14px !important;
        top: 14px !important;
        bottom: auto !important;
        z-index: 99999 !important;
        padding: 7px 12px !important;
        font-size: 12px !important;
    }

    .popular-tour-body {
        padding: 20px 18px 18px;
    }

    .popular-tour-title {
        min-height: auto;
        font-size: 19px;
    }

    .popular-tour-desc {
        min-height: auto;
        font-size: 13px;
    }

    .popular-tour-bottom {
        align-items: flex-start;
    }

    .popular-tour-bottom .p-card-info h6 {
        font-size: 16px;
    }
}
/* =========================================================
   Top Destination Section Design
========================================================= */

.top-destination-section {
    position: relative;
    overflow: hidden;
    padding-top: 80px !important;
    padding-bottom: 70px !important;
    background:
        radial-gradient(circle at 8% 10%, rgba(249, 115, 22, 0.08), transparent 28%),
        radial-gradient(circle at 92% 18%, rgba(14, 165, 233, 0.07), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #fffaf3 100%);
}

.top-destination-section::before {
    content: "";
    position: absolute;
    top: 90px;
    left: -110px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(249, 115, 22, 0.08);
    filter: blur(4px);
    pointer-events: none;
}

.top-destination-section::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: 80px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(14, 165, 233, 0.08);
    filter: blur(4px);
    pointer-events: none;
}

.top-destination-section .container,
.top-destination-section .container-fluid {
    position: relative;
    z-index: 2;
}

/* Heading Same Style */
.top-destination-heading {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.top-destination-subtitle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    padding: 8px 18px;
    border-radius: 999px;
    color: #f97316;
    background: rgba(249, 115, 22, 0.10);
    border: 1px solid rgba(249, 115, 22, 0.18);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.top-destination-heading h2 {
    position: relative;
    display: inline-block;
    margin: 0 0 16px;
    color: #172033;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -0.8px;
}

.top-destination-heading h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 86px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff9f1c, #f97316);
    transform: translateX(-50%);
}

.top-destination-heading p {
    max-width: 680px;
    margin: 22px auto 0;
    color: #64748b;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.85;
}

/* Space right and left */
.top-destination-fluid {
    padding-left: 42px !important;
    padding-right: 42px !important;
}

.top-destination-slider {
    overflow: visible !important;
    padding: 6px 0 24px !important;
}

/* Card */
.top-destination-card {
    position: relative;
    overflow: hidden;
    height: 420px;
    border-radius: 24px;
    background: #111827;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.13);
    transition: all 0.28s ease;
}

.top-destination-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 26px 65px rgba(15, 23, 42, 0.20);
}

.top-destination-thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.top-destination-thumb a {
    display: block;
    width: 100%;
    height: 100%;
}

.top-destination-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.55s ease;
}

.top-destination-card:hover .top-destination-thumb img {
    transform: scale(1.09);
}

/* Overlay */
.top-destination-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    padding: 22px;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.04) 0%, rgba(15, 23, 42, 0.22) 40%, rgba(15, 23, 42, 0.84) 100%);
}

.top-destination-overlay::before {
    content: "";
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    pointer-events: none;
}

.top-destination-content {
    position: relative;
    z-index: 4;
    width: 100%;
    padding: 0;
}

.top-destination-type {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 11px;
    padding: 7px 14px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.45px;
}

.top-destination-title {
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.15;
}

.top-destination-title a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.22s ease;
}

.top-destination-title a:hover {
    color: #ff9f1c;
}

.top-destination-desc {
    max-width: 92%;
    margin: 0 0 13px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.55;
}

.top-destination-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-destination-rating li {
    line-height: 1;
}

.top-destination-rating i {
    color: #ff9f1c;
    font-size: 14px;
}

/* Hide old destination info if exists */
.top-destination-card .d-card-info {
    display: none !important;
}

/* Responsive */
@media (max-width: 1199px) {
    .top-destination-section {
        padding-top: 70px !important;
        padding-bottom: 60px !important;
    }

    .top-destination-heading {
        margin-bottom: 32px;
    }

    .top-destination-heading h2 {
        font-size: 38px;
    }

    .top-destination-fluid {
        padding-left: 28px !important;
        padding-right: 28px !important;
    }

    .top-destination-card {
        height: 390px;
        border-radius: 22px;
    }
}

@media (max-width: 767px) {
    .top-destination-section {
        padding-top: 55px !important;
        padding-bottom: 45px !important;
    }

    .top-destination-heading {
        margin-bottom: 28px;
    }

    .top-destination-subtitle {
        margin-bottom: 10px;
        padding: 7px 15px;
        font-size: 12px;
    }

    .top-destination-heading h2 {
        font-size: 31px;
        margin-bottom: 14px;
    }

    .top-destination-heading h2::after {
        bottom: -9px;
        width: 72px;
        height: 3px;
    }

    .top-destination-heading p {
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.75;
    }

    .top-destination-fluid {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .top-destination-slider {
        padding-bottom: 16px !important;
    }

    .top-destination-card {
        height: 360px;
        border-radius: 20px;
    }

    .top-destination-overlay {
        padding: 18px;
    }

    .top-destination-overlay::before {
        inset: 12px;
        border-radius: 16px;
    }

    .top-destination-title {
        font-size: 24px;
    }

    .top-destination-desc {
        max-width: 100%;
        font-size: 13px;
    }
}
/* =========================================================
   Modern Testimonials Section
   New Lightweight Professional Design
========================================================= */

.modern-testimonial-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 12%, rgba(249, 115, 22, 0.10), transparent 28%),
        radial-gradient(circle at 92% 18%, rgba(14, 165, 233, 0.08), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #fffaf3 100%);

}

.modern-testimonial-section .container {
    position: relative;
    z-index: 3;
}

.modern-testimonial-bg-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(4px);
}

.modern-testimonial-bg-shape.shape-one {
    top: 90px;
    left: -120px;
    width: 270px;
    height: 270px;
    background: rgba(249, 115, 22, 0.09);
}

.modern-testimonial-bg-shape.shape-two {
    right: -130px;
    bottom: 80px;
    width: 290px;
    height: 290px;
    background: rgba(14, 165, 233, 0.08);
}

/* =========================================================
   Header
========================================================= */

.modern-testimonial-header {
    max-width: 780px;
    margin: 0 auto 38px;
    text-align: center;
}

.modern-testimonial-subtitle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    padding: 8px 18px;
    border-radius: 999px;
    color: #f97316;
    background: rgba(249, 115, 22, 0.10);
    border: 1px solid rgba(249, 115, 22, 0.18);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.modern-testimonial-header h2 {
    position: relative;
    display: inline-block;
    margin: 0 0 16px;
    color: #172033;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -0.8px;
}

.modern-testimonial-header h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 86px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff9f1c, #f97316);
    transform: translateX(-50%);
}

.modern-testimonial-header p {
    max-width: 690px;
    margin: 22px auto 0;
    color: #64748b;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.85;
}

/* =========================================================
   Top Actions
========================================================= */

.modern-testimonial-top-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.modern-testimonial-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.modern-testimonial-info span {
    color: #f97316;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.modern-testimonial-info strong {
    color: #172033;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.3;
}

.modern-testimonial-arrows {
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.modern-testi-arrow {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #f97316;
    background: #ffffff;
    border: 1px solid rgba(249, 115, 22, 0.20);
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
    cursor: pointer;
    transition: all 0.25s ease;
}

.modern-testi-arrow:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #ff9f1c, #f97316);
    border-color: transparent;
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(249, 115, 22, 0.26);
}

/* =========================================================
   Slider
========================================================= */

.modern-testimonial-slider {
    padding: 6px 4px 24px;
}

.modern-testimonial-slider .swiper-wrapper {
    align-items: stretch;
}

.modern-testimonial-slider .swiper-slide {
    height: auto;
}

/* =========================================================
   Card
========================================================= */

.modern-testimonial-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 330px;
    height: 100%;
    padding: 26px;
    overflow: hidden;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 16px 44px rgba(15, 23, 42, 0.08);
    transition: all 0.28s ease;
}

.modern-testimonial-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.modern-testimonial-card::after {
    content: "";
    position: absolute;
    left: 26px;
    right: 26px;
    top: 0;
    height: 4px;
    border-radius: 0 0 999px 999px;
    opacity: 0;
    transition: all 0.28s ease;
}

.modern-testimonial-card:hover {
    transform: translateY(-7px);
    border-color: rgba(249, 115, 22, 0.22);
    box-shadow: 0 24px 65px rgba(15, 23, 42, 0.14);
}

.modern-testimonial-card:hover::after {
    opacity: 1;
}

/* =========================================================
   Card Head
========================================================= */

.modern-testimonial-card-head {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.modern-testimonial-quote {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    color: #ffffff;
    background: linear-gradient(135deg, #ff9f1c, #f97316);
    box-shadow: 0 12px 28px rgba(249, 115, 22, 0.28);
}

.modern-testimonial-quote i {
    font-size: 24px;
    line-height: 1;
}

.modern-testimonial-number {
    color: rgba(249, 115, 22, 0.18);
    font-size: 54px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -2px;
}

/* =========================================================
   Review Text
========================================================= */

.modern-testimonial-review {
    position: relative;
    z-index: 2;
    flex: 1;
}

.modern-testimonial-review p {
    margin: 0;
    min-height: 120px;
    color: #475467;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.75;
}

.modern-testimonial-review p::after {
    content: "";
    display: block;
    width: 54px;
    height: 3px;
    margin-top: 15px;
    border-radius: 999px;
}

/* =========================================================
   Footer
========================================================= */

.modern-testimonial-footer {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.modern-reviewer {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    flex: 1 1 auto;
}



.modern-reviewer-info {
    min-width: 0;
}

.modern-reviewer-info h4 {
    margin: 0 0 4px;
    color: #172033;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modern-reviewer-info span {
    display: block;
    color: #f97316;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    white-space: nowrap;
}

.modern-testimonial-rating {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
    gap: 3px;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

.modern-testimonial-rating li {
    line-height: 1;
}

.modern-testimonial-rating li i {
    color: #ff9f1c;
    font-size: 14px;
    filter: drop-shadow(0 3px 5px rgba(249, 115, 22, 0.18));
}

/* =========================================================
   Responsive
========================================================= */

@media (max-width: 1199px) {
    .modern-testimonial-section {
        padding-top: 85px;
        padding-bottom: 85px;
    }

    .modern-testimonial-header {
        margin-bottom: 34px;
    }

    .modern-testimonial-header h2 {
        font-size: 38px;
    }

    .modern-testimonial-card {
        min-height: 320px;
    }

    .modern-testimonial-review p {
        min-height: 112px;
    }
}

@media (max-width: 991px) {
    .modern-testimonial-top-actions {
        justify-content: center;
        text-align: center;
    }

    .modern-testimonial-arrows {
        display: none !important;
    }

    .modern-testimonial-slider {
        padding-bottom: 18px;
    }
}

@media (max-width: 767px) {
    .modern-testimonial-section {
        padding-top: 62px;
        padding-bottom: 62px;
    }

    .modern-testimonial-header {
        margin-bottom: 28px;
    }

    .modern-testimonial-subtitle {
        margin-bottom: 10px;
        padding: 7px 15px;
        font-size: 12px;
    }

    .modern-testimonial-header h2 {
        font-size: 31px;
        margin-bottom: 14px;
    }

    .modern-testimonial-header h2::after {
        bottom: -9px;
        width: 72px;
        height: 3px;
    }

    .modern-testimonial-header p {
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.75;
    }

    .modern-testimonial-info strong {
        font-size: 16px;
    }

    .modern-testimonial-card {
        min-height: auto;
        padding: 22px;
        border-radius: 21px;
    }

    .modern-testimonial-card-head {
        margin-bottom: 15px;
    }

    .modern-testimonial-quote {
        width: 44px;
        height: 44px;
        border-radius: 14px;
    }

    .modern-testimonial-number {
        font-size: 44px;
    }

    .modern-testimonial-review p {
        min-height: auto;
        font-size: 14px;
        line-height: 1.7;
    }

    .modern-testimonial-review p::after {
        margin-top: 12px;
    }

    .modern-testimonial-footer {
        gap: 10px;
        margin-top: 10px;
        padding-top: 12px;
    }

    .modern-reviewer {
        gap: 10px;
    }

    .modern-reviewer-img {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
    }

    .modern-reviewer-info h4 {
        font-size: 15px;
    }

    .modern-reviewer-info span {
        font-size: 10px;
    }

    .modern-testimonial-rating {
        gap: 2px;
    }

    .modern-testimonial-rating li i {
        font-size: 12px;
    }
}
/* =========================================================
   Latest Blog Section Design
   Heading same previous style + short description + details button
========================================================= */

.latest-blog-section {
    position: relative;
    overflow: hidden;
    padding-top: 80px !important;
    padding-bottom: 55px !important;
    background:
        radial-gradient(circle at 8% 10%, rgba(249, 115, 22, 0.08), transparent 28%),
        radial-gradient(circle at 92% 18%, rgba(14, 165, 233, 0.07), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #fffaf3 100%);
}

.latest-blog-section::before {
    content: "";
    position: absolute;
    top: 90px;
    left: -110px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(249, 115, 22, 0.08);
    filter: blur(4px);
    pointer-events: none;
}

.latest-blog-section::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: 80px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(14, 165, 233, 0.08);
    filter: blur(4px);
    pointer-events: none;
}

.latest-blog-section .container {
    position: relative;
    z-index: 2;
}

/* Heading */
.latest-blog-heading {
    max-width: 760px;
    margin: 0 auto 36px;
    text-align: center;
}

.latest-blog-subtitle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    padding: 8px 18px;
    border-radius: 999px;
    color: #f97316;
    background: rgba(249, 115, 22, 0.10);
    border: 1px solid rgba(249, 115, 22, 0.18);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.latest-blog-heading h2 {
    position: relative;
    display: inline-block;
    margin: 0 0 16px;
    color: #172033;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -0.8px;
}

.latest-blog-heading h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 86px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff9f1c, #f97316);
    transform: translateX(-50%);
}

.latest-blog-heading p {
    max-width: 680px;
    margin: 22px auto 0;
    color: #64748b;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.85;
}

/* Row */
.latest-blog-row > [class*="col-"] {
    display: flex;
}

/* Card */
.latest-blog-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 455px;
    overflow: hidden;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.08);
    transition: all 0.28s ease;
}

.latest-blog-card:hover {
    transform: translateY(-7px);
    border-color: rgba(249, 115, 22, 0.24);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
}

/* Thumb */
.latest-blog-thumb {
    position: relative;
    height: 245px;
    flex: 0 0 245px;
    overflow: hidden;
}

.latest-blog-thumb > a {
    display: block;
    width: 100%;
    height: 100%;
}

.latest-blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.latest-blog-card:hover .latest-blog-thumb img {
    transform: scale(1.08);
}

.latest-blog-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(15, 23, 42, 0.52) 100%);
    pointer-events: none;
}

/* Date */
.latest-blog-date {
    position: absolute;
    left: 18px;
    bottom: 16px;
    z-index: 5;
    margin: 0;
}

.latest-blog-date a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 13px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(15, 23, 42, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

.latest-blog-date i {
    color: #ff9f1c;
    font-size: 14px;
}

/* Content */
.latest-blog-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 22px 22px 22px;
}

.latest-blog-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 13px;
}

.latest-blog-meta a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: all 0.22s ease;
}

.latest-blog-meta a:hover {
    color: #f97316;
}

.latest-blog-meta i {
    color: #f97316;
    font-size: 14px;
}

.latest-blog-title {
    min-height: 62px;
    margin: 0 0 11px;
    font-size: 21px;
    font-weight: 850;
    line-height: 1.38;
}

.latest-blog-title a {
    color: #172033;
    text-decoration: none;
    transition: all 0.22s ease;
}

.latest-blog-title a:hover {
    color: #f97316;
}

.latest-blog-desc {
    min-height: 70px;
    margin: 0 0 18px;
    color: #667085;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.65;
}

.latest-blog-btn-wrap {
    margin-top: auto;
    padding-top: 17px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.latest-blog-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, #ff9f1c, #f97316);
    font-size: 14px;
    font-weight: 850;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(249, 115, 22, 0.25);
    transition: all 0.25s ease;
}

.latest-blog-btn:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(249, 115, 22, 0.34);
}

.latest-blog-btn i {
    font-size: 18px;
    line-height: 1;
}

/* Responsive */
@media (max-width: 1199px) {
    .latest-blog-section {
        padding-top: 70px !important;
        padding-bottom: 45px !important;
    }

    .latest-blog-heading {
        margin-bottom: 32px;
    }

    .latest-blog-heading h2 {
        font-size: 38px;
    }

    .latest-blog-card {
        min-height: 445px;
    }
}

@media (max-width: 767px) {
    .latest-blog-section {
        padding-top: 55px !important;
        padding-bottom: 35px !important;
    }

    .latest-blog-heading {
        margin-bottom: 28px;
    }

    .latest-blog-subtitle {
        margin-bottom: 10px;
        padding: 7px 15px;
        font-size: 12px;
    }

    .latest-blog-heading h2 {
        font-size: 31px;
        margin-bottom: 14px;
    }

    .latest-blog-heading h2::after {
        bottom: -9px;
        width: 72px;
        height: 3px;
    }

    .latest-blog-heading p {
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.75;
    }

    .latest-blog-card {
        min-height: auto;
        border-radius: 20px;
    }

    .latest-blog-thumb {
        height: 220px;
        flex-basis: 220px;
    }

    .latest-blog-date {
        left: 14px;
        bottom: 14px;
    }

    .latest-blog-date a {
        padding: 7px 12px;
        font-size: 12px;
    }

    .latest-blog-content {
        padding: 20px 18px 18px;
    }

    .latest-blog-meta {
        flex-wrap: wrap;
        margin-bottom: 12px;
    }

    .latest-blog-title {
        min-height: auto;
        font-size: 19px;
    }

    .latest-blog-desc {
        min-height: auto;
        font-size: 13px;
    }

    .latest-blog-btn {
        min-height: 40px;
        padding: 0 16px;
        font-size: 13px;
    }
}
/* =========================================================
   Modern Simple Footer - Full Width No Left/Right Space
   No top/bottom curve + bigger footer bottom text
========================================================= */

.modern-simple-footer {
    position: relative;
    overflow: hidden;
    width: 100% !important;
    margin-top: 55px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    color: #ffffff;
    background: transparent !important;
}

.modern-simple-footer,
.modern-simple-footer .footer-main-wrapper,
.modern-simple-footer .footer-main-wrapper::before,
.modern-simple-footer .footer-main-wrapper::after {
    background-color: transparent !important;
}

.modern-simple-footer::before,
.modern-simple-footer::after {
    display: none !important;
    content: none !important;
}

.modern-simple-footer .footer-main-wrapper {
    position: relative;
    z-index: 2;
    width: 100% !important;
    padding: 18px 0 0 !important;
    margin: 0 !important;
    background: transparent !important;
}

.modern-simple-footer .footer-main-wrapper > .container,
.modern-simple-footer .footer-bottom > .container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modern-simple-footer .footer-main-wrapper .row,
.modern-simple-footer .footer-bottom .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* =========================================================
   Main Contact Card
========================================================= */

.modern-simple-footer .footer-contact-wrapper {
    position: relative;
    overflow: hidden;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 30px 34px 30px;
    border-radius: 0 !important;
    color: #ffffff;
    background:
        radial-gradient(circle at 96% 0%, rgba(255, 126, 34, 0.16), transparent 25%),
        linear-gradient(135deg, rgba(66, 79, 83, 0.97), rgba(54, 66, 70, 0.97));
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    box-shadow:
        0 20px 54px rgba(15, 23, 42, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.modern-simple-footer .footer-contact-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0 !important;
    right: 0 !important;
    height: 4px;
    border-radius: 0 !important;
    background: linear-gradient(90deg, #ffb020, #ff7a18, #ff4b3e);
}

.modern-simple-footer .footer-contact-wrapper::after {
    content: "";
    position: absolute;
    top: -78px;
    right: -78px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 126, 34, 0.10);
    filter: blur(4px);
    pointer-events: none;
}

/* =========================================================
   Contact List
========================================================= */

.modern-simple-footer .footer-contact-list {
    position: relative;
    z-index: 2;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px !important;
    width: 100% !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
    list-style: none !important;
}

.modern-simple-footer .footer-contact-list li {
    position: relative;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    min-width: 0;
    padding: 18px 20px;
    border-radius: 18px;
    color: rgba(255, 255, 255, 0.90);
    background: rgba(255, 255, 255, 0.058);
    border: 1px solid rgba(255, 255, 255, 0.105);
    transition: all 0.25s ease;
}

.modern-simple-footer .footer-contact-list li:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.078);
    border-color: rgba(255, 176, 32, 0.28);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.14);
}

.modern-simple-footer .footer-contact-list li i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 48px !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 16px !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #ffb020, #ff7a18) !important;
    box-shadow: 0 12px 26px rgba(255, 122, 24, 0.26);
    font-size: 20px !important;
}

.modern-simple-footer .footer-contact-list li div {
    min-width: 0;
}

.modern-simple-footer .footer-contact-list li span {
    display: block;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.60);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.55px;
}

.modern-simple-footer .footer-contact-list li a {
    display: inline-block;
    max-width: 100%;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.35;
    text-decoration: none !important;
    overflow-wrap: anywhere;
    transition: all 0.22s ease;
}

.modern-simple-footer .footer-contact-list li a:hover {
    color: #ffb020 !important;
}

/* =========================================================
   Social
========================================================= */

.modern-simple-footer .footer-social-wrap {
    position: relative;
    z-index: 2;
    max-width: 560px;
    margin: 26px auto 0;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    text-align: center;
}

.modern-simple-footer .footer-social-wrap h5 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 950;
    line-height: 1.25;
    text-align: center;
}

.modern-simple-footer .footer-social-links {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    list-style: none !important;
}

.modern-simple-footer .footer-social-links li {
    margin: 0 !important;
    padding: 0 !important;
}

.modern-simple-footer .footer-social-links li a {
    position: relative;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 43px !important;
    height: 43px !important;
    border-radius: 50% !important;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.075) !important;
    border: 1px solid rgba(255, 255, 255, 0.13) !important;
    text-decoration: none !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    transition: all 0.25s ease !important;
}

.modern-simple-footer .footer-social-links li a::before {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: inherit;
    border: 1px solid rgba(255, 176, 32, 0.22);
    opacity: 0;
    transform: scale(0.86);
    transition: all 0.25s ease;
}

.modern-simple-footer .footer-social-links li a i {
    position: relative;
    z-index: 2;
    font-size: 20px !important;
    line-height: 1 !important;
}

.modern-simple-footer .footer-social-links li a:hover {
    color: #ffffff !important;
    background: linear-gradient(135deg, #ffb020, #ff7a18) !important;
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(255, 122, 24, 0.30);
}

.modern-simple-footer .footer-social-links li a:hover::before {
    opacity: 1;
    transform: scale(1);
}

/* =========================================================
   Footer Bottom
========================================================= */

.modern-simple-footer .footer-bottom {
    position: relative;
    z-index: 4;
    width: 100% !important;
    margin-top: 0 !important;
    padding: 18px 0 !important;
    background: #10242b !important;
    border-top: 1px solid rgba(255, 255, 255, 0.085);
}

.modern-simple-footer .footer-bottom .container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.modern-simple-footer .footer-bottom .row {
    align-items: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.modern-simple-footer .footer-bottom [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modern-simple-footer .copyright-link {
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    line-height: 1.6 !important;
}

/* =========================================================
   Footer Policy Links - 3 Links Support
========================================================= */

.modern-simple-footer .policy-list {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 0 !important;
    flex-wrap: wrap !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.modern-simple-footer .policy-list li {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

/* إزالة أي نقاط أو فواصل قديمة */
.modern-simple-footer .policy-list li::after,
.modern-simple-footer .policy-list li:not(:last-child)::after {
    display: none !important;
    content: none !important;
}

/* الفاصل بين الروابط */
.modern-simple-footer .policy-list li + li::before {
    content: "|" !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 14px !important;
    color: rgba(255, 255, 255, 0.45) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

.modern-simple-footer .policy-list li a {
    display: inline-flex !important;
    align-items: center !important;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    line-height: 1.5 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: all 0.22s ease;
}

.modern-simple-footer .policy-list li a:hover {
    color: #ffb020 !important;
}

/* =========================================================
   Responsive
========================================================= */

@media (max-width: 991px) {
    .modern-simple-footer .policy-list {
        justify-content: center !important;
        margin-top: 12px !important;
    }
}

@media (max-width: 767px) {
    .modern-simple-footer .policy-list {
        justify-content: center !important;
        row-gap: 8px !important;
    }

    .modern-simple-footer .policy-list li + li::before {
        margin: 0 9px !important;
        font-size: 13px !important;
    }

    .modern-simple-footer .policy-list li a {
        font-size: 12px !important;
        line-height: 1.45 !important;
    }
}
/* =========================================================
   Responsive
========================================================= */

@media (max-width: 1199px) {
    .modern-simple-footer .footer-contact-list {
        grid-template-columns: 1fr;
        max-width: 960px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

@media (max-width: 991px) {
    .modern-simple-footer .footer-main-wrapper {
        padding: 16px 0 0 !important;
    }

    .modern-simple-footer .footer-contact-wrapper {
        padding: 26px 0 26px !important;
    }

    .modern-simple-footer .footer-contact-list li {
        justify-content: flex-start;
    }

    .modern-simple-footer .copyright-link {
        text-align: center !important;
    }

    .modern-simple-footer .policy-list {
        justify-content: center !important;
        margin-top: 12px !important;
    }
}

@media (max-width: 767px) {
    .modern-simple-footer {
        margin-top: 45px !important;
    }

    .modern-simple-footer .footer-main-wrapper {
        padding: 12px 0 0 !important;
    }

    .modern-simple-footer .footer-contact-wrapper {
        padding: 22px 0 22px !important;
        border-radius: 0 !important;
    }

    .modern-simple-footer .footer-contact-list {
        gap: 10px !important;
        max-width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .modern-simple-footer .footer-contact-list li {
        align-items: flex-start !important;
        padding: 15px;
        border-radius: 16px;
    }

    .modern-simple-footer .footer-contact-list li i {
        flex-basis: 42px !important;
        width: 42px !important;
        height: 42px !important;
        border-radius: 13px !important;
        font-size: 18px !important;
    }

    .modern-simple-footer .footer-contact-list li span {
        font-size: 11px;
    }

    .modern-simple-footer .footer-contact-list li a {
        font-size: 14px;
    }

    .modern-simple-footer .footer-social-wrap {
        margin-top: 20px;
        padding-top: 20px;
        max-width: calc(100% - 20px);
    }

    .modern-simple-footer .footer-social-wrap h5 {
        font-size: 18px;
    }

    .modern-simple-footer .footer-social-links li a {
        width: 39px !important;
        height: 39px !important;
    }

    .modern-simple-footer .footer-bottom {
        padding: 15px 0 !important;
    }

    .modern-simple-footer .footer-bottom .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .modern-simple-footer .copyright-link,
    .modern-simple-footer .policy-list li a {
        font-size: 13px !important;
    }

    .modern-simple-footer .policy-list {
        gap: 14px !important;
    }

    .modern-simple-footer .policy-list li:not(:last-child)::after {
        right: -9px;
    }
}
/* =========================================================
   Footer Policy Links Final Fix
   إزالة الفاصل القديم + إضافة مسافة واضحة بين الروابط
========================================================= */

.modern-simple-footer .policy-list,
.modern-simple-footer .policy-list li {
    list-style: none !important;
}

/* إزالة أي فواصل قديمة سواء before أو after */
.modern-simple-footer .policy-list li::before,
.modern-simple-footer .policy-list li::after,
.modern-simple-footer .policy-list li:not(:last-child)::before,
.modern-simple-footer .policy-list li:not(:last-child)::after,
.modern-simple-footer .policy-list li + li::before,
.modern-simple-footer .policy-list li + li::after {
    display: none !important;
    content: none !important;
}

/* القائمة */
.modern-simple-footer .policy-list {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 14px !important;
    flex-wrap: wrap !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* العنصر */
.modern-simple-footer .policy-list li {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* إضافة الفاصل الجديد بطريقة ثابتة */
.modern-simple-footer .policy-list li + li {
    position: relative !important;
    padding-left: 18px !important;
}

.modern-simple-footer .policy-list li + li::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    width: 1px !important;
    height: 16px !important;
    background: rgba(255, 255, 255, 0.45) !important;
    transform: translateY(-50%) !important;
}

/* الروابط */
.modern-simple-footer .policy-list li a {
    display: inline-flex !important;
    align-items: center !important;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    line-height: 1.5 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: all 0.22s ease !important;
}

.modern-simple-footer .policy-list li a:hover {
    color: #ffb020 !important;
}

/* الموبايل */
@media (max-width: 767px) {
    .modern-simple-footer .policy-list {
        justify-content: center !important;
        gap: 12px !important;
        margin-top: 12px !important;
    }

    .modern-simple-footer .policy-list li + li {
        padding-left: 16px !important;
    }

    .modern-simple-footer .policy-list li + li::before {
        height: 14px !important;
        background: rgba(255, 255, 255, 0.45) !important;
    }

    .modern-simple-footer .policy-list li a {
        font-size: 13px !important;
    }
}
.whatsapp-fixed {position: fixed;bottom: 100px;right: 30px;z-index: 1000;background: #25d366;color: white;width: 60px;height: 60px;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 1.5rem;text-decoration: none;box-shadow: var(--shadow-dramatic);transition: all 0.3s ease;animation: bounce 2s infinite;}@keyframes bounce {0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-10px); } 60% { transform: translateY(-5px); } }.whatsapp-fixed:hover {transform: scale(1.1);color: white;}


/* =========================================================
   Final Home Sections Flow + Trip Text Enhancements
   - Bigger bold trip titles
   - Bigger trip descriptions
   - Smooth continuous background between sections
========================================================= */

html,
body {
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fffaf3 24%,
            #fff7ed 48%,
            #fffaf3 72%,
            #ffffff 100%
        ) !important;
}

/* إزالة اختلاف الخلفيات بين الأقسام وجعل التدرج مستمر */
.searchbar-section,
.popular-tour-section,
.top-destination-section,
.modern-testimonial-section,
.latest-blog-section {
    background: transparent !important;
}

.searchbar-section::before,
.searchbar-section::after,
.popular-tour-section::before,
.popular-tour-section::after,
.top-destination-section::before,
.top-destination-section::after,
.modern-testimonial-section::before,
.modern-testimonial-section::after,
.latest-blog-section::before,
.latest-blog-section::after {
    display: none !important;
    content: none !important;
}

/* تقليل أي فواصل بصرية بين الأقسام */
.popular-tour-section,
.top-destination-section,
.modern-testimonial-section,
.latest-blog-section {
    position: relative !important;
    overflow: hidden !important;
    margin-top: 0 !important;
    border: 0 !important;
}

/* انتقال ناعم بين السكشنات */
.popular-tour-section {
    padding-top: 78px !important;
    padding-bottom: 54px !important;
}

.top-destination-section {
    padding-top: 62px !important;
    padding-bottom: 58px !important;
}

.modern-testimonial-section {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.latest-blog-section {
    padding-top: 62px !important;
    padding-bottom: 55px !important;
}

/* تكبير اسم الرحلة وجعله Bold */
.popular-tour-title,
.popular-tour-title a,
.package-card-alpha .p-card-title,
.package-card-alpha .p-card-title a {
    color: #172033 !important;
    font-size: 24px !important;
    font-weight: 950 !important;
    line-height: 1.32 !important;
    letter-spacing: -0.25px !important;
}

.popular-tour-title {
    min-height: 68px !important;
    margin-bottom: 13px !important;
}

.popular-tour-title a:hover,
.package-card-alpha .p-card-title a:hover {
    color: #f97316 !important;
}

/* تكبير وصف الرحلة وتحسين القراءة */
.popular-tour-desc {
    min-height: 78px !important;
    margin-bottom: 20px !important;
    color: #566173 !important;
    font-size: 15.5px !important;
    font-weight: 600 !important;
    line-height: 1.75 !important;
}

/* تحسين توازن الكارت بعد تكبير الخط */
.popular-tour-card {
    min-height: 505px !important;
}

.popular-tour-body {
    padding: 26px 24px 24px !important;
}

.popular-tour-bottom {
    padding-top: 18px !important;
}

/* المحافظة على نفس ارتفاع الصور */
.popular-tour-thumb {
    height: 245px !important;
    flex: 0 0 245px !important;
}

/* Responsive */
@media (max-width: 1199px) {
    .popular-tour-section {
        padding-top: 68px !important;
        padding-bottom: 48px !important;
    }

    .top-destination-section,
    .modern-testimonial-section,
    .latest-blog-section {
        padding-top: 56px !important;
        padding-bottom: 50px !important;
    }

    .popular-tour-title,
    .popular-tour-title a,
    .package-card-alpha .p-card-title,
    .package-card-alpha .p-card-title a {
        font-size: 22px !important;
    }

    .popular-tour-desc {
        font-size: 15px !important;
    }

    .popular-tour-card {
        min-height: 490px !important;
    }
}

@media (max-width: 767px) {
    .popular-tour-section {
        padding-top: 50px !important;
        padding-bottom: 38px !important;
    }

    .top-destination-section,
    .modern-testimonial-section,
    .latest-blog-section {
        padding-top: 44px !important;
        padding-bottom: 40px !important;
    }

    .popular-tour-title,
    .popular-tour-title a,
    .package-card-alpha .p-card-title,
    .package-card-alpha .p-card-title a {
        font-size: 21px !important;
        line-height: 1.35 !important;
    }

    .popular-tour-title {
        min-height: auto !important;
    }

    .popular-tour-desc {
        min-height: auto !important;
        font-size: 14.5px !important;
        line-height: 1.7 !important;
    }

    .popular-tour-card {
        min-height: auto !important;
    }

    .popular-tour-body {
        padding: 22px 18px 20px !important;
    }

    .popular-tour-thumb {
        height: 220px !important;
        flex-basis: 220px !important;
    }
}
/* =========================================================
   Tripadvisor Icon Fix For Boxicons
   Works with: bx bxl-tripadvisor
========================================================= */

.bx.bxl-tripadvisor,
.bxl-tripadvisor {
    font-family: Arial, sans-serif !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 1em !important;
    height: 1em !important;
    line-height: 1 !important;
    font-style: normal !important;
    font-weight: 900 !important;
}

.bx.bxl-tripadvisor::before,
.bxl-tripadvisor::before {
    content: "TA" !important;
    font-family: Arial, sans-serif !important;
    font-size: 0.58em !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: -0.08em !important;
    color: currentColor !important;
}

.footer-social-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-social-links li {
    margin: 0;
    padding: 0;
}

.footer-social-link {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    text-decoration: none;
    transition: all 0.25s ease;
}

.footer-social-link i {
    font-size: 20px;
    line-height: 1;
}

.footer-social-link:hover {
    transform: translateY(-2px);
    background: #f89b1c;
    border-color: #f89b1c;
    color: #ffffff;
}

.footer-social-link .social-icon-image {
    width: 20px;
    height: 20px;
    display: block;
    object-fit: contain;
}

.footer-social-link.is-tripadvisor .social-icon-image {
    width: 20px;
    height: 20px;
}


/* =========================================================
   New Footer Policy Links
   Centered links + light | separator + bottom line
========================================================= */

.policy-list-new {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 0 !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 0 16px !important;
    list-style: none !important;
    text-align: center !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
}

.policy-list-new li {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

/* إزالة أي نقاط أو فواصل قديمة */
.policy-list-new li::before,
.policy-list-new li::after {
    display: none !important;
    content: none !important;
}

/* الفاصل | بين الروابط */
.policy-list-new li + li::before {
    content: "|" !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 14px !important;
    color: rgba(255, 255, 255, 0.48) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
}

/* الروابط */
.policy-list-new li a {
    display: inline-flex !important;
    align-items: center !important;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    line-height: 1.5 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: all 0.22s ease !important;
}

.policy-list-new li a:hover {
    color: #ffb020 !important;
}

/* الموبايل */
@media (max-width: 767px) {
    .policy-list-new {
        row-gap: 8px !important;
        padding-bottom: 14px !important;
    }

    .policy-list-new li + li::before {
        margin: 0 10px !important;
        font-size: 13px !important;
    }

    .policy-list-new li a {
        font-size: 12px !important;
        line-height: 1.45 !important;
    }
}

/* الشاشات الصغيرة جدًا */
@media (max-width: 420px) {
    .policy-list-new {
        flex-direction: column !important;
        gap: 7px !important;
    }

    .policy-list-new li + li::before {
        display: none !important;
        content: none !important;
    }
}
/*
     * Mobile header / menu priority fix.
     * Keeps the opened menu above the search bar and all homepage sections.
     */
    header,
    .bt-header-area,
    .header-area,
    .bt-header-container {
        position: relative;
        z-index: 99999 !important;
    }

    .bt-main-nav,
    .main-nav {
        z-index: 100000 !important;
    }

    .main-nav > ul,
    .bt-main-nav > ul {
        z-index: 100001 !important;
    }

    .searchbar-section,
    .hero-area,
    .hero-main-wrapper,
    .multi-main-searchber {
        position: relative;
        z-index: 1 !important;
    }

    @media (max-width: 1199.98px) {
        header,
        .bt-header-area,
        .header-area {
            z-index: 99999 !important;
        }

        .bt-main-nav,
        .main-nav {
            position: relative;
            z-index: 100000 !important;
        }

        .main-nav > ul,
        .bt-main-nav > ul {
            position: relative;
            z-index: 100001 !important;
            background: #ffffff;
        }

        .main-nav .sub-menu,
        .bt-main-nav .bt-sub-menu,
        .bt-language-dropdown {
            z-index: 100002 !important;
        }

        .searchbar-section {
            z-index: 1 !important;
        }

        .bt-language-menu-item {
            margin-bottom: 12px !important;
        }

        .bt-language-dropdown {
            margin-bottom: 10px !important;
        }
    }

    @media (max-width: 575.98px) {
        .bt-language-menu-item {
            margin-bottom: 14px !important;
        }
    }
