    @import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
    
    :root {
        --trevlo-font: "DM Sans", sans-serif;
        --trevlo-font2: "Urbanist", sans-serif;
        --trevlo-font3: "Manrope", sans-serif;
        --trevlo-special-font: "Covered By Your Grace", cursive;
        --trevlo-size-15xl: 100px;
        --trevlo-size-14xl: 80px;
        --trevlo-size-13xl: 71px;
        --trevlo-size-12xl: 65px;
        --trevlo-size-11xl: 60px;
        --trevlo-size-10xl: 50px;
        --trevlo-size-9xl: 45px;
        --trevlo-size-8xl: 40px;
        --trevlo-size-7xl: 30px;
        --trevlo-size-6xl: 29px;
        --trevlo-size-5xl: 24px;
        --trevlo-size-4xl: 20px;
        --trevlo-size-3xl: 18px;
        --trevlo-size-2xl: 16px;
        --trevlo-size-xl: 14px;
        --trevlo-size-lg: 13px;
        --trevlo-size-md: 12px;
        --trevlo-size-sm: 11px;
        --trevlo-body-size: 16px;
        --trevlo-body-line-height: 1.875;
        --trevlo-sec-space: 120px;
        --trevlo-base: black;
        --trevlo-base-rgb: 255, 89, 86;
        --trevlo-primary: black;
        --trevlo-primary-rgb: 45, 35, 48;
        --trevlo-secondary: #736D75;
        --trevlo-secondary-rgb: 115, 109, 117;
        --trevlo-gray: #928496;
        --trevlo-gray-rgb: 146, 132, 150;
        --trevlo-white: #ffffff;
        --trevlo-white-rgb: 255, 255, 255;
        --trevlo-white2: #FAF5EE;
        --trevlo-white2-rgb: 250, 245, 238;
        --trevlo-white3: #EBE6DE;
        --trevlo-white3-rgb: 235, 230, 222;
        --trevlo-white4: #EBEBEB;
        --trevlo-white4-rgb: 235, 235, 235;
        --trevlo-black: #000000;
        --trevlo-black-rgb: 0, 0, 0;
        --trevlo-black2: #4A3E4E;
        --trevlo-black2-rgb: 74, 62, 78;
        --trevlo-black3: #403344;
        --trevlo-black3-rgb: 64, 51, 68;
        --trevlo-black4: black;
        --trevlo-black4-rgb: 36, 28, 38;
        --trevlo-black5: #273034;
        --trevlo-black5-rgb: 39, 48, 52;
        --trevlo-shadow-one: 0px 16px 60px 0px rgba(0, 0, 0, 0.05);
        --trevlo-shadow-two: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    }

     .mt-20 {
        margin-top: 20px;
    }

    .mt-30 {
        margin-top: 30px;
    }

    .mt-40 {
        margin-top: 40px;
    }

    .mt-50 {
        margin-top: 50px;
    }

    .mt-60 {
        margin-top: 60px;
    }

    .mt-80 {
        margin-top: 80px;
    }

    .mt-120 {
        margin-top: 120px;
    }

    .mt--60 {
        margin-top: -60px;
    }

    .mt--120 {
        margin-top: -120px;
    }

    .mb-20 {
        margin-bottom: 20px;
    }

    .mb-30 {
        margin-bottom: 30px;
    }

    .mb-40 {
        margin-bottom: 40px;
    }

    .mb-50 {
        margin-bottom: 50px;
    }

    .mb-60 {
        margin-bottom: 60px;
    }

    .mb-80 {
        margin-bottom: 80px;
    }

    .mb-120 {
        margin-bottom: 120px;
    }

    .mb--60 {
        margin-bottom: -60px;
    }

    .mb--120 {
        margin-bottom: -120px;
    }

    .pt-20 {
        padding-top: 20px;
    }

    .pt-30 {
        padding-top: 30px;
    }

    .pt-40 {
        padding-top: 40px;
    }

    .pt-50 {
        padding-top: 50px;
    }

    .pt-60 {
        padding-top: 60px;
    }

    .pt-80 {
        padding-top: 80px;
    }

    .pt-100 {
        padding-top: 100px;
    }

    .pt-110 {
        padding-top: 110px;
    }

    .pt-115 {
        padding-top: 115px;
    }

    .pt-120 {
        padding-top: 120px;
    }

    .pt-142 {
        padding-top: 142px;
    }

    .pb-20 {
        padding-bottom: 20px;
    }

    .pb-30 {
        padding-bottom: 30px;
    }

    .pb-40 {
        padding-bottom: 40px;
    }

    .pb-50 {
        padding-bottom: 50px;
    }

    .pb-60 {
        padding-bottom: 60px;
    }

    .pb-80 {
        padding-bottom: 80px;
    }

    .pb-90 {
        padding-bottom: 90px;
    }

    .pb-100 {
        padding-bottom: 100px;
    }

    .pb-110 {
        padding-bottom: 110px;
    }

    .pb-115 {
        padding-bottom: 115px;
    }

    .pb-120 {
        padding-bottom: 120px;
    }

    .pl-5 {
        padding-left: 5px;
    }

    .pl-10 {
        padding-left: 10px;
    }

    .pl-15 {
        padding-left: 15px;
    }

    .pl-20 {
        padding-left: 20px;
    }

    .pl-30 {
        padding-left: 30px;
    }

    .pr-5 {
        padding-right: 5px;
    }

    .pr-10 {
        padding-right: 10px;
    }

    .pr-15 {
        padding-right: 15px;
    }

    .pr-20 {
        padding-right: 20px;
    }

    .pr-30 {
        padding-right: 30px;
    }

    .sec-title {
        margin-bottom: 49px;
    }

    @media (max-width: 767px) {
        .sec-title {
            margin-bottom: 35px;
        }
    }

    .sec-title__tagline {
        font-size: var(--trevlo-size-xl, 14px);
        color: var(--trevlo-base, black);
        line-height: 0.9;
        letter-spacing: 1.4px;
        text-transform: uppercase;
        margin-bottom: 11px;
    }

    .sec-title__title,
    .sec-title__heading {
        font-size: var(--trevlo-size-8xl, 40px);
        line-height: 1.25;
        margin-bottom: 0;
    }

    .sec-title--two .sec-title__tagline {
        margin-bottom: 6px;
        font-family: var(--trevlo-special-font);
        font-size: 20px;
        font-weight: 700;
        line-height: 1.4;
        text-transform: capitalize;
    }

    /*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
    body {
        font-family: var(--trevlo-font, "DM Sans", sans-serif);
        color: var(--trevlo-secondary, #736D75);
        font-size: var(--trevlo-body-size, 16px);
        line-height: var(--trevlo-body-line-height, 1.875);
        font-weight: 400;
    }

    body.locked {
        overflow: hidden;
    }

    a {
       color: black;
        font-family: "Playfair Display", serif !important;

    }

    a,
    a:hover,
    a:focus,
    a:visited {
        text-decoration: none;
    }

    ::placeholder {
        color: inherit;
        opacity: 1;
    }

    input,
    textarea,
    input::placeholder,
    textarea::placeholder {
        font-family: var(--trevlo-font, "DM Sans", sans-serif);
        font-size: var(--trevlo-size-2xl, 16px);
        font-weight: 500;
        color: var(--trevlo-secondary, #736D75);
        line-height: 1;
    }

    input,
    textarea {
        color: var(--trevlo-secondary, #736D75);
    }

    input[type=number]::-webkit-outer-spin-button,
    input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    input[type=number] {
        -moz-appearance: textfield;
        appearance: textfield;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
                font-family: "Playfair Display", serif !important;

        color: var(--trevlo-primary, #2D2330);
        font-weight: 700;
    }

    @media (max-width: 575px) {

        h1 br,
        h2 br,
        h3 br,
        h4 br,
        h5 br,
        h6 br {
            display: none;
        }
    }

    p {
 font-family: "Cinzel", serif;
         font-size: var(--trevlo-size-2xl, 16px);
        color: black;
        line-height: 1.875;
        font-weight: 500;
    }

    @media (max-width: 575px) {
        p br {
            display: none;
        }
    }

    .text-small {
        font-size: var(--trevlo-size-xl, 14px);
        line-height: 1.714;
    }

    a,
    button,
    img,
    svg,
    path {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }



    li{
         font-family: "Cinzel", serif;
             color: black;
        

    }

    /* scroll to top */
    /* Scroll to Top Button */
.scroll-to-top {
    display: flex;
    align-items: center;
    width: auto;
    height: 35px;
    background: #000000; /* Black background */
    border: 2px solid #ffffff; /* White border for visibility */
    position: fixed;
    bottom: 60px;
    right: -12px;
    z-index: 99;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: rotate(-90deg);
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 8px 12px;
    border-radius: 20px; /* Rounded edges for a smoother look */
    text-decoration: none; /* Remove default link underline */
}

/* Text Styling */
.scroll-to-top__text {
    display: inline;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-right: 8px;
    color: #ffffff; /* White text for black background */
}

/* Wrapper for the inner bar */
.scroll-to-top__wrapper {
    display: inline-block;
    width: 30px;
    height: 4px;
    background-color: #ffffff; /* White background for the wrapper */
    position: relative;
    overflow: hidden;
    top: -1px;
}

/* Inner bar */
.scroll-to-top__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000; /* Black inner bar */
}

/* Show state */
.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    bottom: 70px;
}

/* Hover effect for better interaction */
.scroll-to-top:hover {
    background: #ffffff; /* White background on hover */
    border-color: #000000; /* Black border on hover */
}

/* Hover effect for text */
.scroll-to-top:hover .scroll-to-top__text {
    color: #000000; /* Black text on hover */
}

/* Hover effect for wrapper */
.scroll-to-top:hover .scroll-to-top__wrapper {
    background-color: #000000; /* Black wrapper background on hover */
}

/* Hover effect for inner bar */
.scroll-to-top:hover .scroll-to-top__inner {
    background-color: #ffffff; /* White inner bar on hover */
}

/* Adjustments for white background context */
body.white-bg .scroll-to-top {
    background: #ffffff; /* White background for button */
    border: 2px solid #000000; /* Black border for contrast */
}

body.white-bg .scroll-to-top__text {
    color: #000000; /* Black text for white background */
}

body.white-bg .scroll-to-top__wrapper {
    background-color: #000000; /* Black wrapper for contrast */
}

body.white-bg .scroll-to-top__inner {
    background-color: #ffffff; /* White inner bar */
}

body.white-bg .scroll-to-top:hover {
    background: #000000; /* Black background on hover */
    border-color: #ffffff; /* White border on hover */
}

body.white-bg .scroll-to-top:hover .scroll-to-top__text {
    color: #ffffff; /* White text on hover */
}

body.white-bg .scroll-to-top:hover .scroll-to-top__wrapper {
    background-color: #ffffff; /* White wrapper on hover */
}

body.white-bg .scroll-to-top:hover .scroll-to-top__inner {
    background-color: #000000; /* Black inner bar on hover */
}







    .topbar-one {
        position: relative;
        background-color: var(--trevlo-base, black);
        z-index: 1;
    }

    .topbar-one::after {
        content: "";
        width: calc(100% - 247px);
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: var(--trevlo-primary, #2D2330);
        z-index: -1;
        border-radius: 0 0 10px 0;
    }

    @media (max-width: 991px) {
        .topbar-one {
            display: none;
        }
    }

    .topbar-one .container-fluid {
        padding-left: 50px;
        padding-right: 60px;
    }

    .topbar-one__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .topbar-one__left {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: calc(100% - 197px);
        padding-right: 40px;
    }

    .topbar-one__info {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
    }

    @media (max-width: 1199px) {
        .topbar-one__info--right {
            display: none;
        }
    }

    .topbar-one__info-item {
        display: flex;
        align-items: center;
    }

    .topbar-one__info-item+.topbar-one__info-item {
        margin-left: 34px;
    }

    .topbar-one__info-icon {
        font-size: 12px;
        color: var(--trevlo-base, black);
        position: relative;
        top: 0;
        margin-right: 3px;
    }

    .topbar-one__info-icon.icon-envelope {
        top: 1px;
        margin-right: 4px;
    }

    .topbar-one__info-icon.icon-clock-1 {
        margin-right: 5px;
    }

    .topbar-one__info-text {
        font-family: var(--trevlo-font, "DM Sans", sans-serif);
        font-size: var(--trevlo-size-xl, 14px);
        color: var(--trevlo-gray, #928496);
        font-weight: 500;
        margin-bottom: 0;
    }

    .topbar-one__info a:hover {
        color: var(--trevlo-base, black);
    }

    .topbar-one__right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        max-width: 197px;
    }

    @media (min-width: 992px) {
        .topbar-one__right {
            margin-top: 0;
            margin-left: auto;
        }
    }

    .topbar-one__social {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
        padding: 3.5px 0;
        padding-left: 30px;
        margin-left: 30px;
        line-height: 1em;
    }

    .topbar-one__social-item+.topbar-one__social-item {
        margin-left: 24px;
    }

    .topbar-one__social-link {
        font-size: 14px;
        color: var(--trevlo-white, #ffffff);
        transition: all 500ms ease;
    }

    .topbar-one__social-link:hover {
        color: var(--trevlo-primary, #2D2330);
    }

    @media (max-width: 1199px) {
        .topbar-two {
            display: none;
        }
    }

    @media (min-width: 1200px) {
        .topbar-two .container {
            max-width: 100%;
            padding-left: 30px;
            padding-right: 30px;
        }
    }

    @media (min-width: 1600px) {
        .topbar-two .container {
            padding-left: 50px;
            padding-right: 50px;
        }
    }

    @media (min-width: 1800px) {
        .topbar-two .container {
            padding-left: 191.5px;
            padding-right: 191.5px;
        }
    }

    .topbar-two__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .topbar-two__info {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
    }

    .topbar-two__info-item {
        display: flex;
        align-items: center;
    }

    .topbar-two__info-item+.topbar-two__info-item {
        margin-left: 30px;
    }

    .topbar-two__info-icon {
        font-size: 16px;
        color: var(--trevlo-base, black);
        position: relative;
        top: 0;
        margin-right: 10px;
    }

    .topbar-two__info-text {
        font-size: var(--trevlo-size-xl, 14px);
        color: var(--trevlo-gray);
        font-weight: 500;
        margin-bottom: 0;
    }

    .topbar-two__info a:hover {
        color: var(--trevlo-base, black);
    }

    /*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
    .main-header {
        background-color: var(--trevlo-white, #ffffff);
        position: relative;
        z-index: 9;
    }

    .main-header::after {
        content: "";
        width: 418px;
        height: 100%;
        background-color: var(--trevlo-base, black);
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }

    @media (max-width: 1799px) {
        .main-header::after {
            width: 394px;
        }
    }

    @media (max-width: 1599px) {
        .main-header::after {
            width: 370px;
        }
    }

    @media (max-width: 1399px) {
        .main-header::after {
            display: none;
        }
    }

    @media (min-width: 992px) {
        .main-header .container {
            padding-left: 50px;
            padding-right: 50px;
            max-width: 100%;
        }
    }

    .main-header__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    @media (max-width: 1199px) {
        .main-header__inner {
            padding-top: 30px;
            padding-bottom: 30px;
        }
    }

    .main-header__left {
        display: flex;
        align-items: center;
    }

    .main-header__logo {
        margin-right: 177px;
    }

    @media (max-width: 1799px) {
        .main-header__logo {
            margin-right: 100px;
        }
    }

    @media (max-width: 1399px) {
        .main-header__logo {
            margin-right: 150px;
        }
    }

    @media (max-width: 1199px) {
        .main-header__logo {
            margin-right: 0px;
        }
    }

    .main-header__logo img {
        max-width: 100%;
        height: auto;
    }

    .main-header__right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .main-header__booking-btn {
        padding: 14px 29px;
        font-size: 12px;
        color: var(--trevlo-secondary, #736D75);
        text-transform: capitalize;
        background-color: var(--trevlo-white2, #FAF5EE);
    }

    @media (max-width: 1599px) {
        .main-header__booking-btn {
            display: none;
        }
    }

    .main-header__right-right {
        display: flex;
        align-items: center;
        margin-left: 80px;
    }

    @media (max-width: 1799px) {
        .main-header__right-right {
            margin-left: 38px;
        }
    }

    @media (max-width: 1599px) {
        .main-header__right-right {
            margin-left: 0;
        }
    }

    @media (max-width: 575px) {
        .main-header__right-right {
            display: none;
        }
    }

    .main-header__phone {
        display: flex;
        align-items: center;
        padding-left: 50px;
    }

    @media (max-width: 1799px) {
        .main-header__phone {
            padding-left: 38px;
        }
    }

    @media (max-width: 1599px) {
        .main-header__phone {
            padding-left: 0;
        }
    }

    @media (max-width: 1399px) {
        .main-header__phone {
            display: none;
        }
    }

    .main-header__phone-icon {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 39px;
        height: 39px;
        border-radius: 50%;
        background-color: var(--trevlo-white, #ffffff);
        margin-right: 18px;
        z-index: 1;
    }

    @media (max-width: 1599px) {
        .main-header__phone-icon {
            margin-right: 13px;
        }
    }

    .main-header__phone-icon::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: var(--trevlo-primary, #2D2330);
        position: absolute;
        top: 0;
        left: 0;
        transform: scale(0);
        border-radius: 50%;
        z-index: -1;
        opacity: 0;
        transition: transform 300ms ease, opacity 300ms ease;
    }

    .main-header__phone-icon span {
        font-size: 20px;
        color: var(--trevlo-base, black);
        transition: all 0.3s ease-in-out;
    }

    .main-header__phone-title {
        font-size: var(--trevlo-size-lg, 13px);
        line-height: 1;
        font-weight: 400;
        color: var(--trevlo-white, #ffffff);
        margin-bottom: 5px;
    }

    .main-header__phone-number {
        font-size: var(--trevlo-size-3xl, 18px);
        line-height: 1;
        color: var(--trevlo-white, #ffffff);
        margin-bottom: 0;
        transition: all 0.3s ease-in-out;
    }

    .main-header__phone-number a {
        color: inherit;
        background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
        transition: all 500ms ease;
    }

    .main-header__phone-number a:hover {
        background-size: 100% 1px;
    }

    .main-header__phone-number a:hover {
        color: var(--trevlo-primary, #2D2330);
    }

    .main-header__phone:hover .main-header__phone-icon::after {
        transform: scale(1);
        opacity: 1;
    }

    .main-header__phone:hover .main-header__phone-icon span {
        color: var(--trevlo-white, #ffffff);
    }

    .main-header__phone:hover .main-header__phone-number h4 {
        color: var(--trevlo-primary, #2D2330);
    }

    .main-header__divider {
        width: 1px;
        height: 44px;
        background-color: RGBA(var(--trevlo-white-rgb, 255, 255, 255), 0.2);
        margin-left: 34px;
        margin-right: 29px;
    }

    @media (max-width: 1799px) {
        .main-header__divider {
            margin-left: 29px;
        }
    }

    @media (max-width: 1599px) {
        .main-header__divider {
            margin-left: 25px;
            margin-right: 25px;
        }
    }

    @media (max-width: 1399px) {
        .main-header__divider {
            display: none;
        }
    }

    @media (max-width: 1199px) {
        .main-header__divider {
            display: block;
            background-color: RGBA(var(--trevlo-black-rgb, 0, 0, 0), 0.2);
            height: 30px;
        }
    }

    .main-header__search-user {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
    }

    .main-header__search-user-item+.main-header__search-user-item {
        margin-left: 20px;
    }

    @media (max-width: 1399px) {
        .main-header__search-user-item+.main-header__search-user-item {
            margin-left: 25px;
        }
    }

    .main-header__user,
    .main-header__search {
        font-size: 20px;
        color: var(--trevlo-white, #ffffff);
        transition: all 0.3s ease-in-out;
    }

    @media (max-width: 1399px) {

        .main-header__user,
        .main-header__search {
            color: var(--trevlo-primary, #2D2330);
        }
    }

    .main-header__user:hover,
    .main-header__search:hover {
        color: var(--trevlo-primary, #2D2330);
    }

    @media (max-width: 1399px) {

        .main-header__user:hover,
        .main-header__search:hover {
            color: var(--trevlo-base, black);
        }
    }

    .main-header--three {
        position: absolute;
        left: 0;
        top: 0;
        background: transparent;
        width: 100%;
    }

    .main-header--three::after {
        display: none;
    }

    @media (min-width: 1200px) {
        .main-header--three .container {
            padding-left: 10.5%;
        }
    }

    @media (min-width: 1200px) and (max-width: 1599px) {
        .main-header--three .container {
            padding-left: 2%;
            padding-right: 30px;
        }
    }

    @media (min-width: 1200px) and (max-width: 1360px) {
        .main-header--three .container {
            padding-left: 15px;
            padding-right: 15px;
        }
    }

    @media (min-width: 1200px) {

        .main-header--three .main-header__user,
        .main-header--three .main-header__search {
            color: var(--trevlo-white, #ffffff);
        }
    }

    .main-header--three .main-header__logo {
        margin-right: 114px;
    }

    @media (max-width: 1199px) {
        .main-header--three .main-header__logo {
            margin-right: 0;
        }
    }

    .main-header--three .main-header__phone-icon {
        background-color: var(--trevlo-base, black);
    }

    .main-header--three .main-header__phone-icon span {
        color: var(--trevlo-white, #ffffff);
    }

    .main-header--three .main-header__phone-title {
        font-weight: 700;
        color: var(--trevlo-secondary, #736D75);
    }

    .main-header--three .main-header__phone-number {
        color: var(--trevlo-primary, #2D2330);
    }

    .main-header--three .main-menu {
        margin-left: 140px;
    }

    @media (max-width: 1399px) {
        .main-header--three .main-menu {
            margin-left: auto;
            margin-right: 20px;
        }
    }

    @media (max-width: 1299px) {
        .main-header--three .main-menu {
            display: none;
        }
    }

    @media (max-width: 1399px) {
        .main-header--three .main-header__left {
            width: 100%;
        }
    }

    .main-header--three .main-menu .main-menu__list>li>a {
        color: var(--trevlo-white, #ffffff);
        font-weight: 700;
    }

    .main-header--three .main-menu .main-menu__list>li.current>a,
    .main-header--three .main-menu .main-menu__list>li:hover>a {
        color: var(--trevlo-base, black);
    }

    .main-header--three .main-header__user:hover,
    .main-header--three .main-header__search:hover {
        color: var(--trevlo-base, black);
    }

    @media (min-width: 1200px) and (max-width: 1299px) {
        .main-header--three .mobile-nav__btn {
            display: block;
            margin-right: 15px;
        }

        .main-header--three .mobile-nav__btn span {
            display: block;
            background-color: var(--trevlo-white, #ffffff);
        }

        .main-header--three .main-header__right-right {
            padding-left: 15px;
            border-left: 1px solid RGBA(var(--trevlo-white-rgb, 255, 255, 255), 0.2);
        }

        .main-header--three .main-header__inner {
            padding: 20px 0;
        }
    }

    .main-header--three.sticky-header--cloned .main-menu .main-menu__list>li>a {
        color: var(--trevlo-primary, #2D2330);
    }

    .main-header--three.sticky-header--cloned .main-menu .main-menu__list>li.current>a,
    .main-header--three.sticky-header--cloned .main-menu .main-menu__list>li:hover>a {
        color: var(--trevlo-base, black);
    }

    .main-header--three.sticky-header--cloned .main-header__divider {
        background-color: rgba(var(--trevlo-primary-rgb, 45, 35, 48), 0.2);
    }

    .main-header--three.sticky-header--cloned .main-header__user,
    .main-header--three.sticky-header--cloned .main-header__search {
        color: var(--trevlo-primary, #2D2330);
    }

    .main-header--three.sticky-header--cloned .main-header__user:hover,
    .main-header--three.sticky-header--cloned .main-header__search:hover {
        color: var(--trevlo-base, black);
    }

    .main-header--three.sticky-header--cloned .mobile-nav__btn span {
        background-color: var(--trevlo-primary, #2D2330);
    }

    .main-header--three.sticky-header--cloned .main-header__right-right {
        border-color: rgba(var(--trevlo-primary-rgb, 45, 35, 48), 0.2);
    }

    .main-header--four {
        background-color: var(--trevlo-white2);
    }

    .main-header--four::after {
        display: none;
    }

    @media (min-width: 1200px) {
        .main-header--four .container {
            max-width: 100%;
            padding-left: 30px;
            padding-right: 30px;
        }
    }

    @media (min-width: 1600px) {
        .main-header--four .container {
            padding-left: 50px;
            padding-right: 50px;
        }
    }

    @media (min-width: 1800px) {
        .main-header--four .container {
            padding-left: 191.5px;
            padding-right: 191.5px;
        }
    }

    .main-header--four .main-header__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    @media (max-width: 1199px) {
        .main-header--four .main-header__inner {
            padding-top: 20px;
            padding-bottom: 20px;
        }
    }

    .main-header--four .main-header__logo {
        margin: 0;
    }

    .main-header--four .main-header__right {
        position: relative;
        padding-left: 89px;
    }

    @media (max-width: 1599px) {
        .main-header--four .main-header__right {
            padding-left: 70px;
        }
    }

    @media (max-width: 1199px) {
        .main-header--four .main-header__right {
            padding-left: 0px;
        }
    }

    .main-header--four .main-header__right::before,
    .main-header--four .main-header__right::after {
        content: "";
        width: calc(100% + 200px);
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        border-radius: 100px 0px 0px 0px;
    }

    @media (max-width: 1199px) {

        .main-header--four .main-header__right::before,
        .main-header--four .main-header__right::after {
            display: none;
        }
    }

    .main-header--four .main-header__right::before {
        background-color: var(--trevlo-primary, #2D2330);
    }

    .main-header--four .main-header__right::after {
        left: 13px;
        background-color: var(--trevlo-base);
    }

    .main-header--four .main-header__nav {
        margin-right: 60px;
    }

    .main-header--four .main-menu .main-menu__list>li+li {
        margin-left: 42px;
    }

    @media (max-width: 1599px) {
        .main-header--four .main-menu .main-menu__list>li+li {
            margin-left: 38px;
        }
    }

    .main-header--four .main-menu .main-menu__list>li {
        padding-top: 32.5px;
        padding-bottom: 32.5px;
    }

    .main-header--four .main-menu .main-menu__list>li>a {
        color: var(--trevlo-white, #ffffff);
    }

    .main-header--four .main-menu .main-menu__list>li.current>a,
    .main-header--four .main-menu .main-menu__list>li:hover>a {
        /* color: var(--trevlo-primary, #2D2330); */
    }

    .main-header--four .mobile-nav__btn {
        position: relative;
        margin-right: 50px;
    }

    @media (max-width: 390px) {
        .main-header--four .mobile-nav__btn {
            margin-right: 40px;
        }
    }

    .main-header--four .mobile-nav__btn::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -25px;
        transform: translateY(-50%);
        width: 1px;
        height: 100%;
        background-color: var(--trevlo-border-color);
    }

    @media (max-width: 390px) {
        .main-header--four .mobile-nav__btn::after {
            right: -20px;
        }
    }

    .main-header--four .main-header__search,
    .main-header--four .main-header__cart {
        font-size: var(--trevlo-size-2xl, 16px);
        color: var(--trevlo-white, #ffffff);
    }

    @media (max-width: 1199px) {

        .main-header--four .main-header__search,
        .main-header--four .main-header__cart {
            color: var(--trevlo-primary, #2D2330);
        }
    }

    .main-header--four .main-header__search:hover,
    .main-header--four .main-header__cart:hover {
        color: var(--trevlo-primary, #2D2330);
    }

    @media (max-width: 1199px) {

        .main-header--four .main-header__search:hover,
        .main-header--four .main-header__cart:hover {
            color: var(--trevlo-base);
        }
    }

    .main-header--four .main-header__search i,
    .main-header--four .main-header__cart i {
        color: inherit;
    }

    .main-header--four .main-header__cart {
        margin-left: 40px;
    }

    @media (max-width: 1599px) {
        .main-header--four .main-header__cart {
            margin-left: 30px;
        }
    }

    @media (max-width: 390px) {
        .main-header--four .main-header__cart {
            margin-left: 25px;
        }
    }

    .main-header--four .main-header__phone {
        margin-left: 60px;
        padding: 0;
    }

    @media (max-width: 1599px) {
        .main-header--four .main-header__phone {
            margin-left: 40px;
        }
    }

    .main-header--four .main-header__phone-icon {
        width: 37px;
        height: 37px;
        border-radius: 50%;
        background-color: var(--trevlo-white3);
        margin-right: 15px;
    }

    .main-header--four .main-header__phone-icon span {
        font-size: var(--trevlo-size-2xl, 16px);
        transition: all 0.3s ease-in-out;
    }

    .main-header--four .main-header__phone-title {
        font-size: var(--trevlo-size-xl, 14px);
        margin-bottom: 11px;
    }

    .main-header--four .main-header__phone-number {
        font-size: var(--trevlo-size-2xl, 16px);
        font-weight: 600;
    }

    .main-header--four .main-header__shape {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 100%;
        height: auto;
    }

    @media (max-width: 1799px) {
        .main-header--four .main-header__shape {
            display: none;
        }
    }

    .main-header--five {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: transparent;
        border-bottom: 1px solid rgba(var(--trevlo-white-rgb, 255, 255, 255), 0.15);
    }

    .main-header--five::after {
        display: none;
    }

    @media (min-width: 1200px) {
        .main-header--five .container {
            max-width: 100%;
            padding-left: 30px;
            padding-right: 30px;
        }
    }

    @media (min-width: 1400px) {
        .main-header--five .container {
            padding-left: 50px;
            padding-right: 50px;
        }
    }

    @media (min-width: 1600px) {
        .main-header--five .container {
            padding-left: 140px;
            padding-right: 140px;
        }
    }

    @media (min-width: 1800px) {
        .main-header--five .container {
            padding-left: 191.5px;
            padding-right: 191.5px;
        }
    }

    .main-header--five .main-header__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    @media (max-width: 1199px) {
        .main-header--five .main-header__inner {
            padding-top: 25px;
            padding-bottom: 25px;
        }
    }

    .main-header--five .main-header__logo {
        margin: 0;
    }

    .main-header--five .main-header__logo__2 {
        display: none;
    }

    .main-header--five .main-header__nav {
        margin-right: 60px;
    }

    .main-header--five .main-menu .main-menu__list>li+li {
        margin-left: 42px;
    }

    @media (max-width: 1599px) {
        .main-header--five .main-menu .main-menu__list>li+li {
            margin-left: 38px;
        }
    }

    .main-header--five .main-menu .main-menu__list>li {
        padding-top: 43px;
        padding-bottom: 43px;
    }

    .main-header--five .main-menu .main-menu__list>li>a {
        color: var(--trevlo-white, #ffffff);
    }

    .main-header--five .main-menu .main-menu__list>li.current>a,
    .main-header--five .main-menu .main-menu__list>li:hover>a {
        color: var(--trevlo-base, black);
    }

    .main-header--five .mobile-nav__btn {
        position: relative;
        margin-right: 50px;
    }

    @media (max-width: 390px) {
        .main-header--five .mobile-nav__btn {
            margin-right: 40px;
        }
    }

    .main-header--five .mobile-nav__btn::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -25px;
        transform: translateY(-50%);
        width: 1px;
        height: 100%;
        background-color: RGBA(var(--trevlo-white-rgb, 255, 255, 255), 0.3);
    }

    @media (max-width: 390px) {
        .main-header--five .mobile-nav__btn::after {
            right: -20px;
        }
    }

    .main-header--five .mobile-nav__btn span {
        background-color: var(--trevlo-white, #ffffff);
    }

    .main-header--five .main-header__search,
    .main-header--five .main-header__cart {
        font-size: var(--trevlo-size-2xl, 16px);
        color: var(--trevlo-white, #ffffff);
    }

    .main-header--five .main-header__search:hover,
    .main-header--five .main-header__cart:hover {
        color: var(--trevlo-base, black);
    }

    .main-header--five .main-header__search i,
    .main-header--five .main-header__cart i {
        color: inherit;
    }

    .main-header--five .main-header__cart {
        margin-left: 40px;
    }

    @media (max-width: 1599px) {
        .main-header--five .main-header__cart {
            margin-left: 30px;
        }
    }

    @media (max-width: 390px) {
        .main-header--five .main-header__cart {
            margin-left: 25px;
        }
    }

    .main-header--five .main-header__button {
        margin-left: 60px;
        padding: 16.5px 19.5px;
    }

    .main-header--five .main-header__button:hover {
        color: var(--trevlo-primary, #2D2330);
    }

    .main-header--five .main-header__button::after {
        background-color: var(--trevlo-white, #ffffff);
    }

    @media (max-width: 1599px) {
        .main-header--five .main-header__button {
            margin-left: 40px;
        }
    }

    @media (max-width: 1350px) {
        .main-header--five .main-header__button {
            display: none;
        }
    }

    .sticky-header--cloned {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        top: 0;
        background-color: var(--trevlo-white, #ffffff);
        transform: translateY(-100%);
        box-shadow: 0px 3px 18px rgba(var(--trevlo-black-rgb, 0, 0, 0), 0.07);
        transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
        visibility: hidden;
        transition: transform 500ms ease, visibility 500ms ease;
    }

    .sticky-header--cloned.active {
        transform: translateY(0%);
        visibility: visible;
    }

    .sticky-header--cloned.sticky-header--four {
        box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    }

    .sticky-header--cloned.sticky-header--four .topbar-two,
    .sticky-header--cloned.sticky-header--four .main-header__shape {
        display: none;
    }

    .sticky-header--cloned.sticky-header--five {
        background-color: var(--trevlo-white, #ffffff);
        border: 0;
    }

    .sticky-header--cloned.sticky-header--five .main-header__logo__1 {
        display: none;
    }

    .sticky-header--cloned.sticky-header--five .main-header__logo__2 {
        display: inline-block;
    }

    .sticky-header--cloned.sticky-header--five .main-menu .main-menu__list>li>a,
    .sticky-header--cloned.sticky-header--five .main-header__search,
    .sticky-header--cloned.sticky-header--five .main-header__cart {
        color: var(--trevlo-primary, #2D2330);
    }

    .sticky-header--cloned.sticky-header--five .main-menu .main-menu__list>li.current>a,
    .sticky-header--cloned.sticky-header--five .main-menu .main-menu__list>li:hover>a,
    .sticky-header--cloned.sticky-header--five .main-header__search:hover,
    .sticky-header--cloned.sticky-header--five .main-header__cart:hover {
        color: var(--trevlo-base, black);
    }

    .sticky-header--cloned.sticky-header--five .mobile-nav__btn span {
        background-color: var(--trevlo-primary, #2D2330);
    }

    .sticky-header--cloned.sticky-header--five .mobile-nav__btn:hover span {
        background-color: var(--trevlo-base, black);
    }

    .sticky-header--cloned.sticky-header--five .trevlo-btn:hover {
        color: var(--trevlo-white, #ffffff);
    }

    .sticky-header--cloned.sticky-header--five .trevlo-btn::after {
        background-color: var(--trevlo-primary, #2D2330);
    }

    .mobile-nav__btn {
        width: 30px;
        display: flex;
        align-items: center;
        flex-direction: column;
        flex-wrap: wrap;
        cursor: pointer;
        z-index: 3;
    }

    @media (min-width: 1200px) {
        .mobile-nav__btn {
            display: none;
        }
    }

    .mobile-nav__btn span {
        width: 100%;
        height: 2px;
        background-color: var(--trevlo-primary, #2D2330);
        transition: all 0.3s ease-in-out;
    }

    .mobile-nav__btn span:nth-child(2) {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .mobile-nav__btn:hover span {
        background-color: var(--trevlo-base, black);
    }

    .main-menu {
        /* after third level no menu */
    }

    .main-menu .main-menu__list,
    .main-menu .main-menu__list ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        align-items: center;
        display: none;
    }

    @media (min-width: 1200px) {

        .main-menu .main-menu__list,
        .main-menu .main-menu__list ul {
            display: flex;
        }
    }

    .main-menu .main-menu__list>li {
        padding-top: 35px;
        padding-bottom: 35px;
        position: relative;
    }

    .main-menu .main-menu__list>li.dropdown>a {
        position: relative;
    }

    .main-menu .main-menu__list>li+li {
        margin-left: 38px;
    }

    .main-menu .main-menu__list>li>a {
        font-size: 16px;
        display: flex;
        align-items: center;
        color: var(--trevlo-secondary, #736D75);
        font-weight: 500;
        text-transform: capitalize;
        position: relative;
        transition: all 500ms ease;
    }

    .main-menu .main-menu__list>li.current>a,
    .main-menu .main-menu__list>li:hover>a {
        /* color: var(--trevlo-primary, #2D2330); */
        text-shadow: 0 0 0.5px currentColor;
    }

    .main-menu .main-menu__list li ul {
        position: absolute;
        top: 100%;
        left: -25px;
        min-width: 265px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        opacity: 0;
        visibility: hidden;
        transform-origin: top center;
        transform: scaleY(0) translateZ(100px);
        transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
        z-index: 99;
        background-color: var(--trevlo-white, #ffffff);
        box-shadow: 0px 10px 60px 0px RGBA(var(--trevlo-white-rgb, 255, 255, 255), 0.07);
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    }

    .main-menu .main-menu__list li:hover>ul {
        opacity: 1;
        visibility: visible;
        transform: scaleY(1) translateZ(0px);
    }

    .main-menu .main-menu__list>.megamenu {
        position: static;
    }

    .main-menu .main-menu__list>.megamenu>ul {
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;
        background-color: transparent;
        box-shadow: none;
        padding: 0;
    }

    .main-menu .main-menu__list li ul li {
        flex: 1 1 100%;
        width: 100%;
        position: relative;
    }

    .main-menu .main-menu__list li ul li>a {
        font-size: 15px;
        line-height: 26px;
        color: var(--trevlo-secondary, #736D75);
        display: flex;
        font-weight: 500;
        align-items: center;
        justify-content: space-between;
        text-transform: capitalize;
        padding: 6px 15px;
        border-radius: 6px;
        transition: 400ms;
        margin-bottom: 4px;
    }

    .main-menu .main-menu__list li ul li>a::after {
        position: absolute;
        right: 15px;
        top: 8px;
        border-radius: 0;
        font-size: 12px;
        font-weight: 700;
        font-family: "Font Awesome 5 Free";
        content: "\f061";
        color: var(--trevlo-base, black);
        visibility: hidden;
        opacity: 0;
        transition: all 500ms ease;
        transform: scale(0);
    }

    .main-menu .main-menu__list li ul li.current>a,
    .main-menu .main-menu__list li ul li:hover>a {
        background-color: var(--trevlo-white2, #FAF5EE);
        color: var(--trevlo-base, black);
    }

    .main-menu .main-menu__list li ul li.current>a::after,
    .main-menu .main-menu__list li ul li:hover>a::after {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
    }

    .main-menu .main-menu__list li ul li>ul {
        top: 0;
        left: calc(100% + 20px);
    }

    .main-menu .main-menu__list li ul li>ul.right-align {
        top: 0;
        left: auto;
        right: 100%;
    }

    .main-menu .main-menu__list li ul li>ul ul {
        display: none;
    }

    @media (min-width: 1200px) and (max-width: 1400px) {

        .main-menu__list li:nth-last-child(1) ul li>ul,
        .main-menu__list li:nth-last-child(2) ul li>ul {
            left: auto;
            right: calc(100% + 20px);
        }
    }






   .page-header {
    /* background-color: var(--trevlo-primary, #2d2330); */
    position: relative;
    padding: 128px 0 143px;
    z-index: 1;
}

.page-header__bg {
    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/background-2.png);
    opacity: 0.4;
}

.page-header .container {
    position: relative;
    z-index: 11;
}

.page-header__title {
    font-size: var(--trevlo-size-10xl, 50px);
    color: var(--trevlo-white, #ffffff);
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 14px;
}

.page-header__breadcrumb-box {
    display: table;
}

/* Mobile view adjustments */
@media (max-width: 767px) {
    .page-header {
        padding: 50px 0; /* Reduced padding to decrease height */
    }

    .page-header__title {
        font-size: 28px; /* Smaller font size for mobile */
        line-height: 1.2; /* Adjusted line-height for better fit */
        margin-bottom: 10px; /* Slightly reduced margin */
    }

    .trevlo-breadcrumb {
        font-size: 14px; /* Smaller breadcrumb font size */
    }

    .trevlo-breadcrumb li {
        margin: 0 5px; /* Reduced spacing between breadcrumbs */
    }
}

/* Base breadcrumb styles (added to ensure consistent rendering) */
.trevlo-breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    color: var(--trevlo-white, #ffffff);
}

.trevlo-breadcrumb li a {
    text-decoration: none;
    color: var(--trevlo-white, #ffffff);
    opacity: 0.8;
}

.trevlo-breadcrumb li:last-child {
    opacity: 1;
}

    .trevlo-breadcrumb li {
        font-family: var(--trevlo-font, "DM Sans", sans-serif);
        font-size: var(--trevlo-size-2xl, 16px);
        color: var(--trevlo-base, black);
        line-height: 1.875;
        font-weight: 500;
        text-transform: capitalize;
        display: flex;
        align-items: center;
    }

    .trevlo-breadcrumb li:not(:last-of-type)::after {
        content: "/";
        color: inherit;
        position: relative;
        top: 0px;
        margin-left: 4px;
        margin-right: 4px;
    }

    .trevlo-breadcrumb li a {
        color: var(--trevlo-white, #ffffff);
        display: inline-flex;
    }

    .trevlo-breadcrumb li a:hover {
        color: var(--trevlo-base, black);
    }





    .faq-page {
        position: relative;
        background-color: var(--trevlo-white, #ffffff);
    }

    .faq-page__contact {
        margin-top: 30px;
        position: relative;
        padding: 56px 40px 30px;
        border-radius: 10px;
        background-color: var(--trevlo-base, black);
    }

    @media (max-width: 991px) {
        .faq-page__contact {
            text-align: center;
            margin-top: 0px;
            padding: 60px 35px 30px;
        }
    }

    @media (max-width: 575px) {
        .faq-page__contact {
            padding: 60px 25px 21px;
        }
    }

    .faq-page__contact-icon {
        position: absolute;
        top: -43px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        width: 86px;
        height: 86px;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        background-color: var(--trevlo-primary, #2D2330);
        border: 8px solid var(--trevlo-white, #ffffff);
        z-index: 1;
        font-size: 28px;
        color: var(--trevlo-white, #ffffff);
    }

    .faq-page__contact-icon::after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        transform: scale(0);
        transition: transform 400ms ease;
        background-color: var(--trevlo-base, black);
    }

    .faq-page__contact:hover .faq-page__contact-icon::after {
        transform: scale(1);
    }

    .faq-page__contact-title {
        font-size: var(--trevlo-size-5xl, 24px);
        color: var(--trevlo-white, #ffffff);
        line-height: 35.5px;
        margin-bottom: 18px;
    }

    .faq-page__contact-number-title {
        color: var(--trevlo-white, #ffffff);
        margin-bottom: 2px;
        line-height: 1;
    }

    .faq-page__contact-number-text {
        font-size: var(--trevlo-size-5xl, 24px);
        font-weight: 700;
        color: var(--trevlo-white, #ffffff);
        line-height: 1.208;
        background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
        transition: all 500ms ease;
    }

    .faq-page__contact-number-text:hover {
        background-size: 100% 1px;
    }

    .faq-page__contact-number-text:hover {
        color: var(--trevlo-primary, #2D2330);
    }

    .faq-page__faq {
        position: relative;
    }

    .faq-page__faq .accrodion {
        position: relative;
        display: block;
        background-color: var(--trevlo-white, #ffffff);
        border-radius: 10px;
        padding: 20px 30px 17px 24px;
        border: 1px solid var(--trevlo-white3, #EBE6DE);
        overflow: hidden;
    }

    .faq-page__faq .accrodion+.accrodion {
        margin-top: 20px;
    }

    .faq-page__faq .accrodion-title {
        position: relative;
        cursor: pointer;
        padding: 0;
        background-color: var(--trevlo-white, #ffffff);
        transition: all 200ms linear;
        transition-delay: 0.1s;
        font-family: "Playfair Display", serif !important;
    }

    .faq-page__faq .accrodion.active .accrodion-title {
        border-color: transparent;
    }

    .faq-page__faq .accrodion-title h4 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
        position: relative;
        font-size: var(--trevlo-size-3xl, 18px);
        color: var(--trevlo-primary, #2D2330);
        line-height: 1.5;
        margin-bottom: 0;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .faq-page__faq .accrodion .accrodion-title h4::after {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        width: 34px;
        height: 34px;
        background-color: var(--trevlo-white2, #FAF5EE);
        border-radius: 50%;
        position: relative;
        /* content: "\f067"; */
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        transition: all 500ms ease;
        font-size: 16px;
        color: var(--trevlo-primary, #2D2330);
    }

    .faq-page__faq .accrodion.active .accrodion-title h4::after {
        /* content: "\f068"; */
        background-color: var(--trevlo-base, black);
        color: var(--trevlo-white, #ffffff);
    }

    .faq-page__faq .accrodion-content {
        position: relative;
        padding-top: 20px;
        padding-bottom: 3px;
    }

    @media (min-width: 1200px) {
        .faq-page__faq .accrodion-content {
            padding-right: 50px;
        }
    }

    .faq-page__faq .accrodion-content p {
        margin-bottom: 0;
    }

    .faq-page__topics {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        background-color: #fff;
        padding: 25px 20px;
        border-radius: 12px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease-in-out;
        z-index: 10;
    }

    .faq-page__topics h4 {
        font-size: 18px;
        font-weight: 700;
        color: #222;
        margin-bottom: 20px;
        border-bottom: 2px solid black;
        padding-bottom: 8px;
    }

    .faq-page__topics a {
        display: block;
        color: #333;
        font-weight: 500;
        padding: 2px 8px;
        border-radius: 6px;
        margin-bottom: 10px;
        transition: 0.3s ease-in-out;
        text-decoration: none;
    }

    .faq-page__topics a:hover {
        background-color: black;
        color: #fff;
    }

    .faq-page__topics hr {
        margin: 5px 0;
        border: 0;
        border-top: 1px dashed #ccc;
    }

    /* Optional: Ensure body and container allow height scrolling */
    body,
    html {
        height: 100%;
    }

    .section-space {
        padding: 60px 0;
    }




    /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
    /*-----------------------------------------
# Main Footer
-----------------------------------------*/
    .main-footer {
        position: relative;
        padding-top: 70px;
        background-color: #161616;
        z-index: 1;
    }

    .main-footer__bg {
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        position: absolute;
        left: 0;
        bottom: 80px;
        width: 100%;
        min-height: 276px;
        z-index: -1;
        background-repeat: repeat-x;
        animation: cloudMove 60s linear 0s infinite;
    }

    @keyframes cloudMove {
        0% {
            background-position: -1920px 100%;
        }

        100% {
            background-position: 0 100%;
        }
    }

    .main-footer__top {
        margin-bottom: 73px;
    }

    @media (max-width: 575px) {
        .main-footer__top {
            margin-bottom: 50px;
        }
    }

    .main-footer__logo {
        max-width: 100%;
    }

    .main-footer__social {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    @media (max-width: 575px) {
        .main-footer__social {
            margin-top: 20px;
            justify-content: flex-start;
        }
    }

    .main-footer__social-item+.main-footer__social-item {
        margin-left: 19.05px;
    }

    .main-footer__social-link {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35.714px;
        height: 35.714px;
        border-radius: 50%;
        font-size: 14px;
        color: var(--trevlo-white, #ffffff);
        background-color: rgba(157, 157, 157, 0.14);
        z-index: 1;
    }

    .main-footer__social-link::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: var(--trevlo-base, black);
        position: absolute;
        top: 0;
        left: 0;
        transform: scale(0);
        border-radius: 50%;
        z-index: -1;
        transition: transform 300ms ease, opacity 300ms ease;
    }

    .main-footer__social-link:hover::after {
        transform: scale(1);
    }

    .main-footer__line {
        margin-top: 22px;
        border-bottom: 1px solid RGBA(255, 255, 255, 0.1);
    }

    .main-footer__bottom {
        margin-top: 125px;
        padding-top: 25px;
        padding-bottom: 25px;
        background-color: var(--trevlo-black4, black);
    }

    @media (max-width: 575px) {
        .main-footer__bottom {
            margin-top: 80px;
            padding-top: 20px;
            padding-bottom: 20px;
        }
    }

    .main-footer__bottom-inner {
        text-align: center;
    }

    .main-footer__copyright {
        font-weight: 400;
        color: var(--trevlo-gray, #928496);
        margin-bottom: 0;
    }

    .footer-widget--contact {
        padding-right: 104px;
        padding-left: 10px;
    }

    @media (max-width: 1199px) {
        .footer-widget--contact {
            padding-left: 0;
        }
    }

    @media (max-width: 991px) {
        .footer-widget--contact {
            padding-right: 0;
        }
    }

    .footer-widget__title {
        font-size: var(--trevlo-size-3xl, 18px);
        color: var(--trevlo-white, #ffffff);
        line-height: 1.611;
        text-transform: capitalize;
        margin-bottom: 12px;
    }

    .footer-widget__links {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .footer-widget__links li+li {
        margin-top: 4px;
    }

    .footer-widget__links a {
        font-size: var(--trevlo-size-2xl, 16px);
        color: var(--trevlo-gray, #928496);
        font-weight: 400;
        line-height: 26px;
        text-transform: capitalize;
        transition: all 0.3s ease-in-out;
        background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
        transition: all 500ms ease;
    }

    .footer-widget__links a:hover {
        background-size: 100% 1px;
    }

    .footer-widget__links a:hover {
        color: var(--trevlo-base, black);
    }

    .footer-widget__info {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .footer-widget__info li+li {
        margin-top: 3px;
    }

    .footer-widget__info li {
        display: flex;
        line-height: 1;
        margin: 0;
    }

    .footer-widget__info li a {
        position: relative;
        font-size: var(--trevlo-size-2xl, 16px);
        color: var(--trevlo-gray, #928496);
        font-weight: 400;
        line-height: 26px;
        background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
        transition: all 500ms ease;
        transition: all 0.3s ease-in-out;
        margin-bottom: 0;
    }

    .footer-widget__info li a:hover {
        background-size: 100% 1px;
    }

    .footer-widget__info li a:hover {
        color: var(--trevlo-base, black);
    }

    .footer-widget__info li i {
        position: relative;
        top: 6px;
        font-size: 14px;
        color: var(--trevlo-base, black);
        margin-right: 15px;
    }

    .footer-widget__address {
        font-size: var(--trevlo-size-2xl, 16px);
        color: var(--trevlo-gray, #928496);
        font-weight: 400;
        line-height: 26px;
        transition: all 0.3s ease-in-out;
        margin-top: 14px;
        margin-bottom: 11px;
    }

    .footer-widget--newsletter {
        position: relative;
    }

    .footer-widget--newsletter .footer-widget__title {
        margin-bottom: 21px;
    }

    .footer-widget__newsletter-input,
    .footer-widget__newsletter-input::placeholder {
        font-size: var(--trevlo-size-xl, 14px);
        font-weight: 400;
        color: var(--trevlo-gray, #928496);
        line-height: 1;
    }

    .footer-widget__newsletter-input {
        border: none;
        outline: none;
        background-color: transparent;
        padding-left: 30px;
        width: 100%;
        height: 60px;
        background-color: var(--trevlo-black4, #241C26);
        color: var(--trevlo-gray, #928496);
        border-radius: 6px;
        margin-bottom: 11px;
    }

    .footer-two .footer-widget__title,
    .footer-three .footer-widget__title {
        line-height: 1.222;
        margin-bottom: 17px;
    }

    .footer-two .footer-widget__about-text,
    .footer-three .footer-widget__about-text {
        margin-bottom: 22px;
        color: var(--trevlo-gray2);
        line-height: 1.75;
    }

    .footer-two .footer-widget__links li+li,
    .footer-three .footer-widget__links li+li {
        margin-top: 9px;
    }

    .footer-two .footer-widget__links a,
    .footer-three .footer-widget__links a {
        color: var(--trevlo-gray2);
    }

    .footer-two .footer-widget__links a:hover,
    .footer-three .footer-widget__links a:hover {
        color: var(--trevlo-base);
    }

    .footer-two .footer-widget__info li a,
    .footer-two .footer-widget__info li span,
    .footer-three .footer-widget__info li a,
    .footer-three .footer-widget__info li span {
        font-size: var(--trevlo-size-xl, 14px);
        color: var(--trevlo-gray2);
        font-weight: 500;
        line-height: 1.5;
    }

    .footer-two .footer-widget__info li+li,
    .footer-three .footer-widget__info li+li {
        margin-top: 15px;
    }

    .footer-two .footer-widget__info li a,
    .footer-two .footer-widget__info li span,
    .footer-three .footer-widget__info li a,
    .footer-three .footer-widget__info li span {
        font-size: var(--trevlo-size-xl, 14px);
        color: var(--trevlo-gray2);
        font-weight: 500;
        line-height: 1.5;
    }

    .footer-two .footer-widget__info li a:hover,
    .footer-three .footer-widget__info li a:hover {
        color: var(--trevlo-base);
    }

    .footer-two .footer-widget__info li i,
    .footer-three .footer-widget__info li i {
        font-size: 16px;
        top: 3px;
        margin-right: 10px;
    }

    .footer-two {
        background-color: var(--trevlo-primary, #2D2330);
    }

    .footer-two__inner {
        position: relative;
        padding-bottom: 55px;
    }

    .footer-two__bg {
        position: absolute;
        width: 100%;
        height: calc(100% - 109px);
        left: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        opacity: 0.05;
    }

    .footer-two .container {
        position: relative;
        z-index: 1;
    }

    .footer-two__top {
        margin-bottom: 56px;
        padding: 26.5px 40px;
        position: relative;
        display: flex;
        align-items: center;
        gap: 40px 60px;
        justify-content: space-between;
        background-color: var(--trevlo-base);
        border-radius: 0px 0px 30px 30px;
    }

    @media (max-width: 1199px) {
        .footer-two__top {
            padding-left: 30px;
            padding-right: 30px;
            gap: 40px;
        }
    }

    @media (max-width: 991px) {
        .footer-two__top {
            flex-direction: column;
        }
    }

    @media (max-width: 390px) {
        .footer-two__top {
            padding-left: 25px;
            padding-right: 25px;
        }
    }

    .footer-two__top__bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        mix-blend-mode: multiply;
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        border-radius: 0px 0px 30px 30px;
    }

    .footer-two__author {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        gap: 20px;
    }

    @media (max-width: 575px) {
        .footer-two__author {
            flex-direction: column;
        }
    }

    .footer-two__author__image {
        display: flex;
        align-items: center;
    }

    .footer-two__author__image img:not(:first-child) {
        margin-left: -17px;
    }

    .footer-two__author__image img {
        width: 54px;
        height: 54px;
        border-radius: 50%;
        border: 3px solid var(--trevlo-base);
        object-fit: cover;
    }

    .footer-two__author__total {
        margin-bottom: 8px;
        font-size: var(--trevlo-size-8xl, 40px);
        line-height: 1;
        color: var(--trevlo-base, black);
        text-shadow: 1px 1px 0 var(--trevlo-white, #ffffff), -1px -1px 0 var(--trevlo-white, #ffffff), 1px -1px 0 var(--trevlo-white, #ffffff), -1px 1px 0 var(--trevlo-white, #ffffff), 1px 1px 0 var(--trevlo-white, #ffffff);
    }

    .footer-two__author__title {
        margin: 0;
        font-weight: 600;
        font-size: var(--trevlo-size-5xl, 24px);
        line-height: 1;
        text-transform: capitalize;
        color: var(--trevlo-white, #ffffff);
    }

    .footer-two__image {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        max-width: 608px;
        position: relative;
        padding: 28px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border-radius: 52px;
    }

    @media (max-width: 991px) {
        .footer-two__image {
            justify-content: center;
        }
    }

    @media (max-width: 390px) {
        .footer-two__image {
            padding-left: 20px;
            padding-right: 20px;
        }
    }

    .footer-two__image .trevlo-btn {
        padding-left: 29.5px;
        padding-right: 29.5px;
        border-radius: 100px;
    }

    .footer-two .footer-widget--contact {
        margin: 0;
        padding: 0;
    }

    .footer-two .footer-widget--contact .footer-widget__title {
        margin-bottom: 21px;
    }

    .footer-two .footer-widget--links-1 {
        padding-left: 9px;
    }

    @media (max-width: 991px) {
        .footer-two .footer-widget--links-1 {
            padding-left: 0;
        }
    }

    .footer-two .footer-widget--links-2 {
        padding-left: 54px;
    }

    @media (max-width: 1199px) {
        .footer-two .footer-widget--links-2 {
            padding-left: 9px;
        }
    }

    @media (max-width: 767px) {
        .footer-two .footer-widget--links-2 {
            padding-left: 0;
        }
    }

    .footer-two .footer-widget--newsletter .footer-widget__title {
        margin-bottom: 22px;
    }

    .footer-two .footer-widget__newlatter-text {
        margin-bottom: 16px;
        color: var(--trevlo-gray2);
    }

    .footer-two .footer-widget__newsletter-form {
        position: relative;
    }

    .footer-two .footer-widget__newsletter-input,
    .footer-two .footer-widget__newsletter-input::placeholder {
        color: var(--trevlo-gray2);
    }

    .footer-two .footer-widget__newsletter-input {
        margin: 0;
        padding-left: 20px;
        color: var(--trevlo-gray2);
    }

    .footer-two .footer-widget__newsletter-btn {
        border: 0;
        outline: 0;
        background-color: transparent;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        font-size: 20px;
        color: var(--trevlo-base);
        z-index: 1;
        transition: all 500ms ease;
    }

    .footer-two .footer-widget__newsletter-btn:hover {
        color: var(--trevlo-gray2);
    }

    .footer-two__bottom {
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: var(--trevlo-black4, #241C26);
    }

    .footer-two__bottom-logo {
        display: table;
    }

    @media (max-width: 767px) {
        .footer-two__bottom-logo {
            margin-left: auto;
            margin-right: auto;
        }
    }

    .footer-two__bottom-logo img {
        max-width: 100%;
        height: auto;
    }

    .footer-two__copyright {
        font-size: var(--trevlo-size-xl, 14px);
        text-align: center;
        font-weight: 500;
        color: var(--trevlo-gray2);
        text-transform: capitalize;
        margin-bottom: 0;
    }

    .footer-two .social-links {
        justify-content: flex-end;
    }

    @media (max-width: 991px) {
        .footer-two .social-links {
            justify-content: center;
        }
    }

    .footer-two .social-links a {
        border-color: rgba(var(--trevlo-border-color-rgb), 0.15);
    }

    .footer-two .social-links a:hover {
        border-color: var(--trevlo-base);
    }

    .footer-three {
        position: relative;
        background-color: var(--trevlo-primary, #2D2330);
    }

    .footer-three__bg {
        width: 100%;
        height: calc(100% - 40px);
        position: absolute;
        left: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        background-repeat: repeat-x;
        animation: cloudMove 60s linear 0s infinite;
    }

    .footer-three__inner {
        position: relative;
        padding-bottom: 60px;
        z-index: 1;
    }

    .footer-three .container {
        position: relative;
        z-index: 1;
    }

    .footer-three__top {
        padding-bottom: 29px;
        margin-bottom: 56px;
        display: flex;
        align-items: center;
        gap: 50px 81px;
        border-bottom: 1px solid RGBA(var(--trevlo-white-rgb, 255, 255, 255), 0.1);
    }

    @media (max-width: 1199px) {
        .footer-three__top {
            flex-direction: column;
            align-items: flex-start;
        }
    }

    .footer-three__contact {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 40px 60px;
    }

    @media (max-width: 991px) {
        .footer-three__contact {
            flex-direction: column;
            align-items: flex-start;
        }
    }

    .footer-three__contact__list {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
        display: flex;
        align-items: center;
        gap: 30px 60px;
    }

    @media (max-width: 991px) {
        .footer-three__contact__list {
            flex-wrap: wrap;
        }
    }

    .footer-three__contact__list li {
        display: flex;
        align-items: center;
        gap: 15px;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.79;
        text-transform: capitalize;
        color: var(--trevlo-gray2);
    }

    @media (max-width: 991px) {
        .footer-three__contact__list li br {
            display: none;
        }
    }

    .footer-three__contact__list li a {
        color: inherit;
    }

    .footer-three__contact__list li a:hover {
        color: var(--trevlo-base, black);
    }

    .footer-three__contact__list__icon {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 35px;
        height: 35px;
        font-size: 16px;
        color: var(--trevlo-base, black);
        border: 1px solid RGBA(var(--trevlo-white-rgb, 255, 255, 255), 0.1);
        border-radius: 50%;
        transition: all 500ms ease;
    }

    .footer-three__contact__list__icon svg {
        width: 1em;
        height: 1em;
        fill: currentColor;
    }

    li:hover .footer-three__contact__list__icon {
        color: var(--trevlo-white, #ffffff);
        background-color: var(--trevlo-base, black);
        border-color: var(--trevlo-base, black);
    }

    .footer-three__newsletter {
        width: 100%;
        max-width: 370px;
    }

    @media (max-width: 991px) {
        .footer-three__newsletter {
            max-width: 100%;
        }
    }

    .footer-three__newsletter__form {
        position: relative;
    }

    .footer-three__newsletter__input {
        border: 0;
        outline: 0;
        padding: 20px;
        width: 100%;
        height: 61px;
        font-size: 14px;
        color: var(--trevlo-gray2);
        background-color: var(--trevlo-black4, #241C26);
        border-radius: 6px;
        transition: all 500ms ease;
    }

    .footer-three__newsletter__input:focus,
    .footer-three__newsletter__input:focus::placeholder {
        color: var(--trevlo-white, #ffffff);
    }

    .footer-three__newsletter__btn {
        padding: 15px 20px;
        position: absolute;
        top: 50%;
        right: 7px;
        transform: translateY(-50%);
    }

    .footer-three__newsletter__btn::after {
        background-color: var(--trevlo-white, #ffffff);
    }

    .footer-three__newsletter__btn:hover {
        color: var(--trevlo-primary, #2D2330);
    }

    .footer-three .footer-widget--links-1 {
        padding-left: 59px;
    }

    @media (max-width: 1199px) {
        .footer-three .footer-widget--links-1 {
            padding-left: 0;
        }
    }

    .footer-three .footer-widget--links-2 {
        padding-left: 16px;
    }

    @media (max-width: 1199px) {
        .footer-three .footer-widget--links-2 {
            padding-left: 0;
        }
    }

    .footer-three .footer-widget--gallery {
        padding-left: 74px;
    }

    @media (max-width: 1199px) {
        .footer-three .footer-widget--gallery {
            padding-left: 0;
        }
    }

    .footer-three .footer-widget__gallery {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 13px;
    }

    .footer-three .footer-widget__gallery__link {
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 10px;
    }

    .footer-three .footer-widget__gallery__link img {
        max-width: 100%;
        border-radius: 10px;
    }

    @media (max-width: 1199px) {
        .footer-three .footer-widget__gallery__link img {
            width: 100%;
            display: block;
        }
    }

    .footer-three .footer-widget__gallery__icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 18px;
        color: var(--trevlo-white, #ffffff);
        background-color: rgba(var(--trevlo-base-rgb, 255, 89, 86), 0.8);
        transform-origin: bottom;
        transform-style: preserve-3d;
        transform: scaleY(0);
        transition: all 400ms ease-in-out;
        border-radius: 10px;
    }

    .footer-three .footer-widget__gallery__icon svg {
        width: 1em;
        height: 1em;
        fill: currentColor;
    }

    .footer-three .footer-widget__gallery__link:hover .footer-widget__gallery__icon {
        transform: scaleY(1);
    }

    .footer-three .social-links a {
        border-color: rgba(var(--trevlo-border-color-rgb), 0.15);
    }

    .footer-three .social-links a:hover {
        border-color: var(--trevlo-base);
    }

    .footer-three__bottom {
        position: relative;
        z-index: 1;
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: var(--trevlo-black4, #241C26);
    }

    .footer-three__bottom__inner {
        text-align: center;
    }

    .footer-three__copyright {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        color: var(--trevlo-gray2);
        margin-bottom: 0;
    }

    .footer-three__shape-one,
    .footer-three__shape-two {
        max-width: 100%;
        height: auto;
        position: absolute;
        opacity: 0.15;
    }

    @media (max-width: 1799px) {

        .footer-three__shape-one,
        .footer-three__shape-two {
            max-width: 200px;
        }
    }

    @media (max-width: 1599px) {

        .footer-three__shape-one,
        .footer-three__shape-two {
            max-width: 105px;
        }
    }

    @media (max-width: 1399px) {

        .footer-three__shape-one,
        .footer-three__shape-two {
            max-width: 80px;
        }
    }

    @media (max-width: 1350px) {

        .footer-three__shape-one,
        .footer-three__shape-two {
            display: none;
        }
    }

    .footer-three__shape-one {
        left: 0;
        bottom: 21px;
        animation: leftToRight 2500ms linear infinite;
    }

    .footer-three__shape-two {
        top: 30px;
        right: 0;
        animation: rightToLeft 2500ms linear infinite;
    }

    html {
        scroll-padding-top: 120px;
        /* Adjust according to your sticky header height */
    }



    .about-two {
        position: relative;
        padding: 114px 0 0;
    }

    @media (max-width: 767px) {
        .about-two {
            padding-top: 80px;
        }
    }

    .about-two__image {
        position: relative;
        max-width: 580px;
        text-align: right;
    }

    .about-two__image__one {
        position: absolute;
        z-index: 2;
        left: -7px;
        top: -34px;
        border: 31px solid var(--trevlo-white, #ffffff);
        border-radius: 203px;
        display: inline-block;
    }

    .about-two__image__one img {
        max-width: 100%;
        height: auto;
        border-radius: 203px;
    }

    @media (max-width: 767px) {
        .about-two__image__one {
            display: none;
        }
    }

    .about-two__image__two {
        position: relative;
        display: inline-block;
    }

    .about-two__image__two img {
        max-width: 100%;
        height: auto;
        border-radius: 50px;
    }

    .about-two__image__two svg {
        width: 196px;
        height: 76px;
        stroke-width: 2px;
        stroke: var(--trevlo-base, black);
        position: absolute;
        left: -39px;
        bottom: -28px;
        fill: transparent;
        animation: zumpLeftBottom 3s infinite linear;
    }

    @media (max-width: 767px) {
        .about-two__image__two svg {
            display: none;
        }
    }

    @keyframes zumpLeftBottom {

        0%,
        100% {
            transform: translateY(0) translateX(0);
        }

        25%,
        75% {
            transform: translateY(-5px) translateX(5px);
        }

        50% {
            transform: translateY(-10px) translateX(10px);
        }
    }

    .about-two__image__content {
        position: absolute;
        left: 55px;
        bottom: 48px;
        z-index: 1;
        border-radius: 16px;
        background: var(--trevlo-white, #ffffff);
        box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
        max-width: 313px;
        text-align: left;
        padding: 29px 20px 28px 116px;
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .about-two__image__content {
            left: 0;
        }
    }

    @media (max-width: 767px) {
        .about-two__image__content {
            left: 0;
            bottom: -5px;
        }
    }

    .about-two__image__content img {
        width: 75px;
        position: absolute;
        left: 20px;
        top: 12px;
    }

    .about-two__image__content__title {
        margin: 0;
        font-size: 16px;
        line-height: 23px;
    }

    .about-two__content {
        position: relative;
    }

    @media (min-width: 1200px) {
        .about-two__content {
            padding-left: 70px;
        }
    }

    @media (max-width: 991px) {
        .about-two__content {
            margin-top: 40px;
        }
    }

    .about-two__content .sec-title {
        margin-bottom: 20px;
    }

    .about-two__content__text {
        margin: 0 0 22px;
    }

    .about-two__content__heading {
        color: var(--trevlo-base, black);
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 25px;
    }

    @media (min-width: 1200px) {
        .about-two__content__heading {
            padding-right: 30px;
        }
    }

    .about-two__content__list {
        margin: 0 0 42px;
        padding: 0;
        list-style: none;
    }

    .about-two__content__list li {
        position: relative;
        font-size: 18px;
        font-weight: 700;
        color: var(--trevlo-primary, #2D2330);
        padding-left: 36px;
        margin-bottom: 3px;
    }

    .about-two__content__list li span {
        color: var(--trevlo-base, black);
        position: absolute;
        left: 0;
        top: 0;
        line-height: inherit;
    }

    .destination-details__overview {
        margin-bottom: 50px;
    }

    .destination-details__overview-title {
        margin-bottom: 23px;
    }

    .destination-details__overview-content {
        margin: 0;
        padding: 0;
        list-style: none;
        border-radius: 20px;
        padding: 15px 40px;
        background-color: var(--trevlo-white2, #FAF5EE);
    }

    @media (max-width: 1199px) {
        .destination-details__overview-content {
            padding-left: 30px;
            padding-right: 30px;
        }
    }

    .destination-details__overview-content li+li {
        border-top: 1px solid var(--trevlo-white3, #EBE6DE);
    }

    .destination-details__overview-content li {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding-top: 16px;
        padding-bottom: 12px;
        grid-gap: 70px;
    }

    @media (max-width: 767px) {
        .destination-details__overview-content li {
            grid-template-columns: 1fr;
            grid-gap: 15px;
        }
    }

    .destination-details__overview-content li p {
        font-size: var(--trevlo-size-3xl, 18px);
        text-transform: capitalize;
        margin-bottom: 0;
    }

    .destination-details__overview-content li p:first-child {
        color: var(--trevlo-primary, #2D2330);
    }

    .destination-details__overview-content li p:last-child {
        color: var(--trevlo-base, black);
    }

    

    


    .mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  flex: 0 0 100%;
}
.mobile-nav__wrapper .home-showcase {
  margin-bottom: -1px;
  margin-top: 0;
  border-bottom: 1px solid RGBA(var(--trevlo-white-rgb, 255, 255, 255), 0.1);
}
.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: transparent;
  box-shadow: none;
}
.mobile-nav__wrapper .home-showcase__title {
  color: var(--trevlo-white, #ffffff);
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--trevlo-primary, #2D2330);
  opacity: 0.7;
  cursor: url(../images/close.svg), auto;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--trevlo-primary, #2D2330);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--trevlo-white, #ffffff);
  cursor: pointer;
  transition: all 500ms ease;
}
.mobile-nav__close:hover {
  color: var(--trevlo-base, black);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(var(--trevlo-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(var(--trevlo-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list li > a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: var(--trevlo-white, #ffffff);
  font-size: var(--trevlo-size-2xl, 16px);
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  text-transform: capitalize;
  font-weight: 500;
  height: 46px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
  font-size: var(--trevlo-size-xl, 14px);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--trevlo-base, black);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--trevlo-base, black);
  border: none;
  outline: none;
  color: var(--trevlo-white, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: var(--trevlo-white, #ffffff);
  color: var(--trevlo-black, #000000);
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 16px;
  color: var(--trevlo-white, #ffffff);
  transition: 500ms;
}
.mobile-nav__social a + a {
  margin-left: 20px;
}
.mobile-nav__social a:hover {
  color: var(--trevlo-base, black);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li {
  color: var(--trevlo-white, #ffffff);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: var(--trevlo-base, black);
}
.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--trevlo-base, black);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-right: 10px;
  color: var(--trevlo-white, #ffffff);
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

.main-header {
  z-index: 1040 !important;
}

.sticky-header {
  z-index: 1040 !important;
}

/* Keep mobile nav lower than modal */
.mobile-nav__wrapper {
  z-index: 1045 !important;
}

/* Use Bootstrap's default modal z-index values */
.modal {
  z-index: 1055 !important; /* Bootstrap default */
}

.modal-backdrop {
  z-index: 1050 !important; /* Bootstrap default */
}

/* Ensure modal dialog and content work properly */
.modal-dialog {
  position: relative;
  z-index: auto;
}

.modal-content {
  position: relative;
  z-index: auto;
}

/* Fix for modal functionality issues */
.modal-backdrop.show {
  opacity: 0.5;
}

/* Ensure click events work properly */
.modal {
  pointer-events: auto;
}

.modal-dialog {
  pointer-events: auto;
}

/* Mobile specific fixes */
@media (max-width: 768px) {
  /* Lower navbar z-index on mobile */
  .main-header {
    z-index: 1030 !important;
  }
  
  .sticky-header {
    z-index: 1030 !important;
  }
}

/* Ensure modal is properly centered and visible on mobile */
@media (max-width: 576px) {
  .modal-dialog {
    margin: 1rem;
    max-width: calc(100% - 2rem);
  }
  
  .modal-content {
    border-radius: 12px;
  }
}

