/* CUSTOM CODE */
/* INFLUX INFOTECH */
.main-header__logo img {
    width: 100%;
    height: auto;
}

.topbar-one__info-text {
    font-family: var(--trevlo-font, "DM Sans", sans-serif);
    font-size: var(--trevlo-size-xl, 14px);
    color: #fcf2ff;
    font-weight: 500;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .main-header__inner {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.main-slider-one__image::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(var(--trevlo-primary-rgb, 45, 35, 48), 0.2);
}

.main-menu .main-menu__list>li>a {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    transition: all 500ms ease;
    letter-spacing: 1px;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a {
    color: #ffc202;
    text-shadow: 0 0 0.5px currentColor;
}

.topbar-one {
    position: relative;
    background-color: #ffc202;
    z-index: 1;
}

.destination-one__card-title {
    font-size: 25px;
    color: var(--trevlo-white, #ffffff);
    line-height: 1.4;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    text-transform: capitalize;
    text-align: left;
}

.tour-listing-one {
    background-color: var(--trevlo-white, #ffffff);
    position: relative;
    padding: 60px 0;
    background-position: top center;
    background-repeat: no-repeat;
}

.sec-title {
    margin-bottom: 30px;
}

.tour-listing__card-content {
    padding: 25px 25px 30px;
    position: relative;
    z-index: 1;
    background-color: var(--trevlo-white, #ffffff);
    border-radius: 10px;
}

.main-footer__social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    float: left;
    margin-top: 10px;
}

section.destination-one {
    padding-top: 70px;
    padding-bottom: 70px;
    /* background-image: url(../images/backgrounds/sitebg1.jpg);
    background-position: center;
    background-size: cover; */
}

section.about-one {
    padding-top: 70px;
    background-image: url(../images/backgrounds/sitebg2.jpg);
    background-position: center;
    background-size: cover;
}

section.testimonial-one.testimonial-one--home {
    background-position: center;
    background-size: cover;
}

h1.tour-listing-details__dastination-title {
    font-size: 30px;
    color: #000;
}

.main-header__logo a {
    font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
    color: #000 !important;
    font-size: 33px;
}

.main-footer__logo-box p {
    font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
    text-align: center;
    font-size: 27px;
    color: #ffc20b;
}

.main-footer {
    position: relative;
    padding-top: 50px;
    background-color: #130f10;
    z-index: 1;
}

.main-footer__bottom {
    margin-top: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #080607;
}

.main-footer__copyright {
    font-weight: 400;
    color: var(--trevlo-gray, #928496);
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tour-listing-details__destination {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: var(--trevlo-white2, #FAF5EE);
    margin-bottom: 40px;
}

.tour-listing-details__ratings-box {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

p.tour-listing-details__overview-text.wow.animated.fadeInUp.animated {
    color: #000;
    font-weight: normal;
    font-size: 17px;
}

.tour-listing-details__faq .accrodion-content p {
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
    text-align: justify;
    font-weight: normal;
}

.tour-listing-details__faq .accrodion {
    position: relative;
    display: block;
    background-color: var(--trevlo-white2, #FAF5EE);
    border-radius: 10px;
    padding: 15px 30px;
    overflow: hidden;
    transition: all ease 500ms;
    border: 1px solid var(--trevlo-white2, #FAF5EE);
}

.tour-listing-details__faq .accrodion-title h4 {
    padding-right: 15px;
    position: relative;
    font-size: 18px;
    color: var(--trevlo-primary, #2D2330);
    line-height: 1.5;
    margin-bottom: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tour-listing-details__included-list-one li i {
    position: relative;
    top: 6px;
    font-size: 16px;
    color: #00c70f;
}

.tour-listing-details__included-list-two li i {
    position: relative;
    top: 5px;
    display: inline-block;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    background-color: #ff0000;
    font-size: 10px;
    text-align: center;
    color: #fff;
    line-height: 18px;
}

.tour-listing-details-right {
    padding-bottom: 50px;
}

.tour-listing-details__included-list-one.tour-highlights li i {
    position: relative;
    top: 6px;
    font-size: 16px;
    color: #ffc202;
}

.tour-listing-details__title {
    font-size: var(--trevlo-size-7xl, 30px);
    text-transform: capitalize;
    line-height: 1.4;
    text-transform: uppercase;
    font-size: 22px;
}

.tour-listing-details__included {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--trevlo-white3, #EBE6DE);
    margin-bottom: 30px;
}

.logo-slogan {
    float: right;
    margin-left: 20px;
    font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
    font-size: 35px;
    color: #000;
    line-height: 40px;
    padding-top: 10px;
    margin-bottom: 0px;
}

.main-menu .main-menu__list>li+li {
    margin-left: 30px;
}

.iti.iti--allow-dropdown {
    width: 100%;
}

.tour-listing-details__sidebar-form-input input[type=text] {
    position: relative;
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    height: 56px;
    padding: 0 30px;
    border-radius: 0px;
    background-color: var(--trevlo-white2, #FAF5EE);
    /* border: 1px solid var(--trevlo-white3, #EBE6DE); */
}

form.tour-listing-details__sidebar-form label {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.5px;
}

.form-one__input {
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    height: 60px;
    background-color: var(--trevlo-white2, #FAF5EE);
    padding: 20px 30px 20px 30px;
    border-radius: 0;
}

.tour-listing-details__sidebar-form-date-arrow {
    position: absolute;
    top: 70%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 16px;
    color: var(--trevlo-secondary, #736D75);
    cursor: pointer;
}

.tour-listing-details__sidebar-form-input .bootstrap-select>.dropdown-toggle {
    position: relative;
    height: 56px;
    outline: none !important;
    border-radius: 0;
    border: none;
    background-color: var(--trevlo-white2, #FAF5EE) !important;
    margin: 0;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    color: var(--trevlo-secondary, #736D75) !important;
    font-family: var(--trevlo-font, "DM Sans", sans-serif);
    font-size: var(--trevlo-size-2xl, 16px);
    line-height: 56px;
    font-weight: 500;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
    border-radius: 0;
}

.tour-listing-details__sidebar-form-input .bootstrap-select .dropdown-menu>li>a {
    font-family: var(--trevlo-font, "DM Sans", sans-serif);
    font-size: var(--trevlo-size-xl, 14px);
    font-weight: 500;
    padding: 5px 30px;
    color: var(--trevlo-secondary, #736D75);
    background-color: var(--trevlo-white2, #FAF5EE);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.contact-page {
    background-color: var(--trevlo-white, #ffffff);
    position: relative;
    padding-top: 50px;
}

/* Default styles for the slider image */
.main-slider-one__image {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    /* Default height */
    width: 100%;
    transform: scale(1);
    transition: transform 10000ms ease, -webkit-transform 10000ms ease;
    overflow: hidden;
    background-color: var(--trevlo-black, #000000);
}

/* Media query for landscape orientation on mobile devices */
@media only screen and (max-width: 767px) {
    .main-slider-one__image {
        height: 300px;
        /* Adjust the height as needed for landscape orientation on mobile devices */
        max-width: 100%;
        /* Set maximum width to 100% */
    }
}


/* Sticky Button Styles */
.sticky-button {
    position: fixed !important;
    right: 20px !important;
    bottom: 95px !important; /* Positioned above the WhatsApp widget */
    background-color: #ffc202;
    color: #fff;
    padding: 3px 12px;
    cursor: pointer;
    border-radius: 100%;
    z-index: 9999 !important;
    font-weight: 700;
    text-transform: uppercase;
    width: 50px;
    height: 50px;
    font-size: 25px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.whatsapp-sticky {
    position: fixed !important;
    right: 20px !important;
    bottom: 25px !important;
    background-color: #25D366 !important; /* WhatsApp Green */
    color: #fff !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 28px !important;
    z-index: 9999 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.whatsapp-sticky:hover {
    transform: scale(1.1);
    background-color: #128C7E !important; /* Darker WhatsApp green */
}

/* Tooltip for WhatsApp */
.whatsapp-sticky__tooltip {
    position: absolute;
    right: 60px;
    background-color: #25D366;
    color: white;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.whatsapp-sticky:hover .whatsapp-sticky__tooltip {
    opacity: 1;
    visibility: visible;
}

div#enquiryForm h3 {
    text-align: center;
    margin-bottom: 20px;
}

/* Popup Form Styles */
.popup-form {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1100;
}

.close-popup {
    position: absolute;
    top: -30px;
    right: 10px;
    cursor: pointer;
    color: #fff;
}

/* Overlay Styles */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Transparent black background */
    z-index: 1000;
}

/* Media Query for Mobile */
@media only screen and (max-width: 767px) {
    .sticky-button {
        bottom: 85px !important; /* Slightly lower on mobile but still stacked */
    }
}

.page-header__bg.testi {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-image: url(../images/backgrounds/testimonial.jpg);
    opacity: 0.4;
}

.trevlo-owl__carousel--with-shadow .owl-stage-outer {
    overflow: visible;
    padding-top: 50px;
}

.page-header__bg.gt-tour {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-image: url(../images/backgrounds/golden-triangle-tours.jpg);
    opacity: 0.4;
}

.page-header__bg.samedays {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-image: url(../images/backgrounds/same-day-tours.jpg);
    opacity: 0.4;
}

.page-header__bg.raj {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-image: url(../images/backgrounds/rajasthan-tours.jpg);
    opacity: 0.4;
}

.page-header__bg.contact {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-image: url(../images/backgrounds/contact-us.jpg);
    opacity: 0.4;
}

.page-header__bg.abouts {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-image: url(../images/backgrounds/why-choose-bg-1.jpg);
    opacity: 0.4;
}

.about-one__counter__title {
    font-weight: 400;
    line-height: 1;
    color: var(--trevlo-white, #ffffff);
    font-size: 30px;
    font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
    margin: 0;
    text-align: center;
}

.why-choose-one {
    position: relative;
    background-color: var(--trevlo-primary, #2D2330);
    padding: 60px 0;
}

section.offer-one {
    padding-top: 60px;
    padding-bottom: 60px;
}

.tour-listing-details__destination-right {
    display: block;
    align-items: center;
    gap: 40px;
    padding-left: 75px;
}

.tour-listing-details__destination-info {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    margin-bottom: 10px;
}

.contact-page__info-container {
    margin-top: 90px;
    position: relative;
    padding-bottom: 60px;
}

.contact-page__info-row {
    max-width: 1172px;
    background-color: var(--trevlo-primary, #2D2330);
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px 40px 20px;
    border-radius: 10px;
}

.contact-page__info {
    position: relative;
    margin-bottom: 0;
    z-index: 1;
}

/* Slider title: reduce font size & scale down on mobile */
.main-slider-one__title {
    font-size: 52px !important;
    line-height: 1.2 !important;
}

@media (max-width: 767px) {
    .main-slider-one__title {
        font-size: 32px !important;
        line-height: 1.3 !important;
    }
    
    .main-slider-one__sub-title {
        font-size: 14px !important;
    }

    .why-choose-one {
        padding: 50px 0 !important;
    }

    /* ── Final Mobile Touch-ups ── */
    /* Fix any absolute positioned shapes that might overflow */
    .about-one__shape-one,
    .about-one__shape-two,
    .main-slider-one__title-shape {
        display: none !important;
    }
}

/* ──────────────────────────────────────────────────────────────
   PREMIUM MOBILE NAVIGATION REFINEMENTS
   ────────────────────────────────────────────────────────────── */
.mobile-nav__content {
    background-color: #ffffff !important; /* White Sidebar */
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: 20px 0 60px rgba(0, 0, 0, 0.15);
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
}

.mobile-nav__overlay {
    background-color: rgba(15, 12, 16, 0.75) !important; /* Dark overlay */
    backdrop-filter: blur(8px);
}

/* ── Sidebar Top Row ── */
.mobile-nav__content .logo-box {
    margin: 0 !important;
    padding: 25px !important;
    display: flex !important;
    align-items: center !important;
    border-bottom: 1px solid #eeeeee;
    min-height: 90px;
}

.mobile-nav__content .logo-box img {
    max-height: 40px !important;
    width: auto !important;
}

.mobile-nav__close {
    position: absolute !important;
    top: 30px !important;
    right: 25px !important;
    color: #000000 !important;
    font-size: 22px !important;
    z-index: 100;
}

/* Force Vertical List orientation for cloned desktop menus */
.mobile-nav__container .main-menu__list {
    display: flex !important;
    flex-direction: column !important;
    white-space: normal !important;
    gap: 0 !important;
    padding: 10px 0 !important;
}

.mobile-nav__container .main-menu__list li {
    width: 100% !important;
    border-bottom: 1px solid #f8f8f8 !important;
}

.mobile-nav__container .main-menu__list li > a {
    color: #1a1a1a !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    transition: all 0.3s ease;
    width: 100% !important;
}

.mobile-nav__container .main-menu__list li:hover > a,
.mobile-nav__container .main-menu__list li.current > a {
    color: #ffc202 !important; /* Brand yellow for active/hover */
    background-color: rgba(0, 0, 0, 0.03);
}

/* Sub-menu Toggle Button Redesign */
.mobile-nav__content .main-menu__list li a button {
    width: 32px !important;
    height: 32px !important;
    background-color: #f7f7f7 !important;
    color: #1a1a1a !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 50% !important;
    font-size: 12px !important;
    transition: all 0.3s ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
    background-color: #ffc202 !important;
    color: #000 !important;
    border-color: #ffc202 !important;
}

.mobile-nav__content .main-menu__list ul {
    background-color: #fcfcfc;
    border-top: none !important;
}

.mobile-nav__content .main-menu__list ul li > a {
    padding-left: 40px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

/* Sidebar Contact info */
.mobile-nav__contact {
    padding: 30px 25px !important;
    margin-top: 10px !important;
    border-top: 1px solid #f2f2f2;
}

.mobile-nav__contact li {
    color: #444 !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    margin-bottom: 15px !important;
}

.mobile-nav__contact li span {
    color: #ffc202 !important;
    background: transparent !important;
    font-size: 16px !important;
    margin-right: 12px !important;
    width: auto !important;
    height: auto !important;
}

.mobile-nav__social {
    padding: 0 25px 30px !important;
    gap: 15px !important;
}

.mobile-nav__social a {
    color: #333 !important;
    font-size: 18px !important;
    transition: color 0.3s ease;
}

.mobile-nav__social a:hover {
    color: #ffc202 !important;
}

/* ── Premium Solid Black Header ── */
.main-header {
    background-color: #000000 !important; /* Solid absolute black */
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-bottom: 2px solid rgba(255, 194, 2, 0.4) !important; /* Fixed: 2px sharp brand accent */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5) !important;
}

/* ── Ultra-Compact & Extreme Left-Aligned Header ── */
.main-header .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.main-header__inner {
    padding-top: 0 !important; 
    padding-bottom: 0 !important;
    padding-left: 20px !important; 
    justify-content: flex-start !important;
    gap: 50px !important; 
    height: 60px !important; /* Re-squeezed to 60px */
}

/* Logo Sizing */
.main-header__logo img {
    max-height: 60px !important; /* Slightly reduced for a cleaner fit */
    width: auto !important;
    transition: all 0.3s ease;
}

/* Tighten menu links and ensure visibility on dark bg */
.main-menu .main-menu__list > li > a {
    color: #ffc202 !important; /* Brand yellow as requested */
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 15px !important;
    text-transform: uppercase !important; 
    letter-spacing: 0.5px !important;
}

.main-menu .main-menu__list > li:hover > a,
.main-menu .main-menu__list > li.current > a {
    color: #ffc202 !important; /* Keep it yellow permanently */
}

/* Slim Sticky Header Fix */
.sticky-header--cloned {
    background-color: #000000 !important; /* Solid absolute black */
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-bottom: 2px solid rgba(255, 194, 2, 0.4) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5) !important;
    height: 50px !important; /* Squeezed height */
}

.sticky-header--cloned .main-header__inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-color: transparent !important;
    height: 50px !important;
}

.sticky-header--cloned .main-header__logo img {
    max-height: 50px !important; /* Slimmer sticky logo */
}

/* Custom Nav Arrows For Slider (Middle of the slider) */
.trevlo-owl__carousel--custom-nav .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
    display: flex !important;
    justify-content: space-between !important;
    pointer-events: none;
    margin-top: 0 !important;
    left: 0;
    z-index: 99;
}

.trevlo-owl__carousel--custom-nav .owl-nav button {
    pointer-events: auto;
    width: 45px;
    height: 45px;
    background-color: var(--trevlo-black, #000) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50% !important;
    color: var(--trevlo-white, #fff) !important;
    border: none !important;
    transition: all 0.5s ease-in-out !important;
}

.trevlo-owl__carousel--custom-nav .owl-nav button.owl-prev {
    position: absolute;
    left: -20px;
}

.trevlo-owl__carousel--custom-nav .owl-nav button.owl-next {
    position: absolute;
    right: -20px;
}

.trevlo-owl__carousel--custom-nav .owl-nav button:hover {
    background-color: #ffc202 !important;
    color: #000 !important;
}

/* Fix Owl Nav Offsets for Mobile (Side Positioning) */
@media (max-width: 767px) {
    .trevlo-owl__carousel--custom-nav .owl-nav {
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 100% !important;
        display: flex !important;
        justify-content: space-between !important;
        left: 0 !important;
        gap: 0 !important;
        pointer-events: none !important;
        margin: 0 !important;
        z-index: 100;
    }
    
    .trevlo-owl__carousel--custom-nav .owl-nav button {
        pointer-events: auto !important;
        width: 36px !important;
        height: 36px !important;
        background-color: rgba(0, 0, 0, 0.6) !important; /* Semi-transparent for better looks */
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .trevlo-owl__carousel--custom-nav .owl-nav button.owl-prev {
        margin-left: 10px !important;
        position: static !important;
    }
    
    .trevlo-owl__carousel--custom-nav .owl-nav button.owl-next {
        margin-right: 10px !important;
        position: static !important;
    }
    
    .trevlo-owl__carousel--custom-nav .owl-dots {
        margin-top: 20px !important;
    }
}

/* Restore dots that were removed from basic-nav */
.trevlo-owl__carousel--custom-nav .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.trevlo-owl__carousel--custom-nav .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--trevlo-white3, #EBE6DE);
    display: block;
    transition: all 0.4s ease;
}

.trevlo-owl__carousel--custom-nav .owl-dots .owl-dot:hover span,
.trevlo-owl__carousel--custom-nav .owl-dots .owl-dot.active span {
    background-color: #ffc202;
}

/* Reduce excessive spacing between Explore Golden Triangle and Best Short Tours sections */
.tour-listing-one {
    padding-bottom: 40px !important;
}

.destination-one {
    padding-top: 40px !important;
}

/* Reduce excessive spacing between Most Popular Tours and Testimonials */
.blog-one {
    padding-top: 80px !important;
    padding-bottom: 40px !important;
}

.testimonial-one {
    padding-top: 40px !important;
}

/* ──────────────────────────────────────────────────────────────
   GLOBAL MANDALA BACKGROUND & UTILITIES
   ────────────────────────────────────────────────────────────── */

/* ── Sticky Header Support ── */
html, body, .page-wrapper {
    overflow: visible !important;
}

/* ── Mandala art background wrapper ── */
.mandala-bg-wrapper {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
}

.mandala-bg-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('../images/backgrounds/mandala-bg.png');
    background-size: 600px 600px;
    background-repeat: repeat;
    opacity: 0.28;
    pointer-events: none;
    z-index: 0;
}

.mandala-bg-wrapper>* {
    position: relative;
    z-index: 1;
}

/* Force transparency for sections inside the mandala wrapper */
.mandala-bg-wrapper .tour-listing-one,
.mandala-bg-wrapper .gallery-one,
.mandala-bg-wrapper .testimonial-one,
.mandala-bg-wrapper .blog-one,
.mandala-bg-wrapper .tour-listing-details,
.mandala-bg-wrapper .destination-one,
.mandala-bg-wrapper .about-one,
.mandala-bg-wrapper .contact-page,
.mandala-bg-wrapper .why-choose-one__box {
    background: transparent !important;
}

/* ── Unify tagline and icon colors (#ffc204) ── */
.sec-title__tagline {
    color: #ffc204 !important;
}

.why-choose-custom-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    filter: invert(88%) sepia(35%) saturate(3620%) hue-rotate(320deg) brightness(102%) contrast(106%);
}

/* ── Consistent box shape for Why Choose Us ── */
.why-choose-one__box {
    display: flex;
    flex-direction: column;
    min-height: 180px;
}

.why-choose-one__box__title {
    flex: 1;
}