@import url('https://fonts.googleapis.com/css2?family=Cedarville+Cursive&family=Cinzel+Decorative:wght@400;700;900&family=Cinzel:wght@400..900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {

    font-size: 1rem;

    font-family: Inter, sans-serif;

    text-align: regular;
}

a {
    text-decoration: none;
}

.custom-search:focus {
    border-color: #E23D47;
    box-shadow: none;
}

span {
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    color: #E23D47;
}

.heading-font {
    font-family: Cinzel, Palatino Linotype, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 3.85vw;
    letter-spacing: -0.05em;
    color: #000;
    line-height: 120%;
    white-space: nowrap;

}

.heading-font1 {
    font-family: Cinzel, Palatino Linotype, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 3.85vw;
    letter-spacing: -0.05em;
    color: #000;
    line-height: 120%;
    white-space: nowrap;

}

.heading-font {
    display: flex;
    align-items: center;
    justify-content: center;
}

.heading-font::before,
.heading-font::after {
    content: "";
    width: 80px;
    height: 2px;
    margin: 0rem 0.5rem;
    background: #000;
}

/* Scrolling announcement marquee (replaces a static single-line bar) */
.marquee-bar {
    background: #6C1421;
    color: #fff;
    overflow: hidden;
    padding: 0.55rem 0;
    white-space: nowrap;
}

.marquee-track {
    display: inline-flex;
    animation: marquee-scroll 22s linear infinite;
}

.marquee-item {
    display: inline-flex;
    align-items: center;
    font-size: 0.76rem;
    letter-spacing: 0.06em;
    padding: 0 2.5rem;
    position: relative;
    color: #fff;
    text-shadow: 0 1px 2px rgba(18, 13, 10, 0.25);
}

.marquee-item a {
    color: #fff;
    font-weight: 700;
    margin-left: 0.3rem;
    text-decoration: underline;
    text-underline-offset: 2px;
}

@keyframes marquee-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .marquee-track {
        animation: none;
    }
}


/* Mobile */
@media (max-width: 768px) {
    .heading-font {
        font-size: 22px;
        gap: 10px;
        white-space: normal;
        /* allow text wrapping */
    }

    .heading-font::before,
    .heading-font::after {
        max-width: 40px;
    }
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 40px
}

h3 {
    font-size: 40px
}

p {
    font-weight: 300;
    font-size: 1rem;

    font-family: Inter, sans-serif;
    color: #45443F;
    text-align: regular;
}

/* video css */
body {
    overflow-x: hidden;
}

.video-banner {
    width: 100%;
    overflow: hidden;
}

.video-banner video {
    width: 100%;
    height: 90vh;
    display: block;
    object-fit: cover;
}

/* Hospitality Solutions */

.hospitalitySwiper {
    padding: 50px 0;
}

.hospitality-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
}

.hospitality-card img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.hospitality-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, .5) 0%,
            rgba(0, 0, 0, 0) 30%);
}

.hospitality-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    color: #fff;
    z-index: 2;
}

.hospitality-content h4 {
    font-size: 32px;
    margin-bottom: 10px;
    font-family: 'Cinzel', serif;
}

.hospitality-content p {
    margin: 0;
}

.swiper-slide {
    transform: scale(.85);
    transition: .4s;
}

.swiper-slide-active {
    transform: scale(1);
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
    border-radius: 20px;
}


.cities {
    padding: 50px 0px;
}

.cities img {
    border-radius: 34px;
}

.cities h5 a {
    color: #333;
    text-decoration: none;
}


.nv-image-wrap {
    overflow: hidden;
    position: relative;

}

.nv-image-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.4),
            transparent);
    z-index: 2;
    transition: 0.8s;
}

.nv-image-wrap:hover::before {
    left: 120%;
}

.nv-image-zoom {
    transition: transform .8s ease;
}

.nv-image-wrap:hover .nv-image-zoom {
    transform: scale(1.15);
}


@media only screen and (max-width:768px) {
    .video-banner video {
        width: 100%;
        height: 50vh;
        display: block;
        object-fit: fill;
    }
}

@media only screen and (max-width:600px) {
    .video-banner video {
        width: 100%;
        height: 35vh;
        display: block;
        object-fit: fill;
    }

    .heading-font1 {
        font-family: Cinzel, Palatino Linotype, sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 1.4rem !important;
        line-height: 3.85vw;
        letter-spacing: -0.05em;
        color: #45443F;
        line-height: 120%;
        white-space: nowrap;
        color: #45443F;
    }
}



.new_bg {
    background-color: #fff;
    width: 90%;
    margin-top: -2rem;
    z-index: 1;
    margin-left: 10%;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.new_bg h6 {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 5px;
}

.about_img_css {
    position: relative;
    display: inline-block;
}

.about_img_css img {
    display: block;
    border-top: 5px solid #ff000096;
}

.about_img_css {
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1s ease;
}

.about_img_css.show {
    opacity: 1;
    transform: translateY(0);
}

/* Left Border - 50% Height */
.about_img_css::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 50%;
    background: #ff000059;
}

/* Right Border - 50% Height */
.about_img_css::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 50%;
    background: #ff000059;
}


.faq-tag {
    display: inline-block;
    background: #f8fafc;
    color: #2563eb;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 600;
    margin-bottom: 15px;
}

.faq-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.faq-subtitle {
    color: #6b7280;
    max-width: 600px;
    margin: auto;
}

.faq-accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 15px !important;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
}

.faq-accordion .accordion-button {
    font-size: 18px;
    font-weight: 600;
    padding: 22px;
    background: #fdf1e1ad;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: #fdf1e1ad;
    color: #000;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.faq-accordion .accordion-body {
    padding: 25px;
    color: #555;
    line-height: 1.8;
}

.accordion-button::after {
    transition: .4s;
}

.testimonial {
    background: url(../image/testimonial/background-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px;
}

.testimonial h3 {
    width: 50%
}

.testimonial p {
    width: 60%
}

.testimonial .card-box {
    background-color: #C11F2F;
    padding: 30px;
    border-radius: 34px;
    margin-top: 55px
}

.testimonial .card-box .box-img p {
    width: 100%;
    font-size: 16px
}

.testimonial .card-box .box-img i {
    color: #F8AF41
}

.testimonial .card-box p {
    width: 100%;
    font-size: 22px
}

.testimonial .card-box .box-img h6 {
    font-size: 18px;
    color: #fff
}


.popular-tour {
    padding: 70px 0px;
    background: #fdf1e1ad;
}

.popular-tour p {
    width: 50%
}

.popular-tour .card h5 a {
    font-size: 16px;
    color: #000000;
}

.popular-tour .card i {
    color: #F8AF41;
    font-size: 12px
}

.popular-tour .card span {
    color: #767373;
    font-size: 12px;
    font-family: "Inter", sans-serif;
}

.popular-tour .card .clock img {
    width: 5%
}

.popular-tour .card .clock span {
    font-size: 13px;
    color: #767373
}

.popular-tour .card .view a {
    text-decoration: none;
    background-color: #000;
    color: #fff;
    padding: 12px 13px;
    border-radius: 50px;
    font-size: 13px;
}

.popular-tour figure {
    box-shadow: none;
}

.popular-tour .card .custom a {
    text-decoration: none;
    background-color: #E0303B;
    color: #fff;
    padding: 12px 13px;
    border-radius: 50px;
    font-size: 13px;
}

.popular-tour .card .custom a img {
    width: 11%
}

.popular-tour .card .view a img {
    width: 11%
}

.popular-tour .card .custom:hover a {
    background-color: #000;
}

.popular-tour .card .view:hover a {
    background-color: #E0303B;
}

.cities-image h5 {
    font-size: 20px !important
}

.cities-image figure {
    border-radius: 32px
}

/* blogs */
.blog_bg {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    background-color: #ffffff;
    overflow: hidden;
    height: 500px;
}

.blog-hero {
    background:
        linear-gradient(rgba(0, 0, 0, .55),
            rgba(0, 0, 0, .55)),
        url('../image/home/blog-banner.png');

    background-size: cover;
    background-position: center;

    min-height: 60vh;

    display: flex;
    align-items: center;

    color: #fff;
}

.blog-hero h1 {
    font-size: 65px;
    margin: 20px 0;
}

.blog-section {
    background: #f8f8f8;
}

.blog-heading {
    font-family: Cinzel, serif;
    font-size: 42px;
    margin-bottom: 15px;
}

.blog-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    transition: 0.3s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.blog-card:hover {
    transform: translateY(-8px);
}

.blog-card img {
    width: 100%;
    object-fit: cover;
}

.blog-content {
    padding: 25px;
}

.blog-content h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
}

.blog-content p {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .blog-heading {
        font-size: 32px;
    }
}

/**/

.states {
    padding: 30px 0px 250px 0px
}

.states .view-button a {
    text-decoration: none;
    color: #fff;
    border: solid 1px #fff;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 12px;
}

.states .view-button a img {
    width: 15%;
    margin-left: 5px
}

.states .view-button:hover a {
    background-color: #E0303B;
    border: none;
}

.states .listing p {
    font-size: 8px;
    color: #fff
}

.states .states-text .listing h6 {
    font-size: 15px !important;
    color: #fff
}

.states-text {
    padding-top: 100%
}

.states .states-text .listing h6:hover {
    color: #000 !important
}

.states .listing p:hover {
    color: #000 !important
}

.container {
    &[data-theme='dark'] {
        --bg: linear-gradient(to bottom right, #1e2022, #323439);
        --txtBg: linear-gradient(to bottom right,
                #d4d4d8, #52525b);
        --borderClr: rgb(65, 65, 65);
    }

}

.slider-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    width: clamp(22rem, 90%, 64rem);
    height: 20rem;
    margin: 0 auto;
}

.slider {
    position: relative;
    height: 100%;
    width: 100%;
    transform-style: preserve-3d;
    perspective: 500px;
}

.slide {
    width: clamp(15rem, 10rem, 25rem);
    height: clamp(20rem, 12rem, 27rem);
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.5rem;
    /*    border: 1px solid var(--borderClr);*/
    transition: 0.5s;
    background: var(--bg);
    transition-timing-function: cubic-bezier(0.9, 0, 0.1, 1);
}


.slider-buttons {
    display: flex;
    gap: 1.5rem;
    z-index: 1;

}

.slider-buttons button {
    display: flex;
    height: 2rem;
    width: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #E0303B;
    border: none;
    outline: none;
    top: 230px !important;
    cursor: pointer;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}



.slider-buttons button:nth-of-type(1)::before {
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.29 5.707a1 1 0 0 0-1.415 0L7.988 10.6a2 2 0 0 0 0 2.828l4.89 4.89a1 1 0 0 0 1.415-1.414l-4.186-4.185a1 1 0 0 1 0-1.415l4.182-4.182a1 1 0 0 0 0-1.414Z' fill='%230F0F0F'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.29 5.707a1 1 0 0 0-1.415 0L7.988 10.6a2 2 0 0 0 0 2.828l4.89 4.89a1 1 0 0 0 1.415-1.414l-4.186-4.185a1 1 0 0 1 0-1.415l4.182-4.182a1 1 0 0 0 0-1.414Z' fill='%230F0F0F'/%3E%3C/svg%3E");
}

.slider-buttons button:nth-of-type(2)::before {
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.71 18.293a1 1 0 0 0 1.415 0l4.887-4.892a2 2 0 0 0 0-2.828l-4.89-4.89a1 1 0 0 0-1.415 1.414l4.186 4.185a1 1 0 0 1 0 1.415L9.71 16.879a1 1 0 0 0 0 1.414Z' fill='%230F0F0F'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.71 18.293a1 1 0 0 0 1.415 0l4.887-4.892a2 2 0 0 0 0-2.828l-4.89-4.89a1 1 0 0 0-1.415 1.414l4.186 4.185a1 1 0 0 1 0 1.415L9.71 16.879a1 1 0 0 0 0 1.414Z' fill='%230F0F0F'/%3E%3C/svg%3E");
}








/**/

.certified {
    padding: 50px 0px 0px 0px
}

.foot-background {
    background: url(../image/bg-image2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 50%;
    animation: moveBackground 2s linear infinite;
}

@keyframes moveBackground {
    0% {
        background-position: 0 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}


.experiences {
    background: url(../image/background-image2.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
}

.experiences h3 {
    width: 65%
}

.experiences h6 {
    color: #fff;
    font-size: 40px;
}

.experiences p {
    font-size: 21px
}




.gallery {
    padding: 70px 0px;
}



/**/
.wrapper-1 {
    padding: 40px 0px;
}

.wrapper-1 .container {
    position: relative;
}

.wrapper {
    display: inline-block;
    position: absolute;
    transform: translate(-50%, -50%)
}

.video-main {
    position: relative;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 48%;
    text-align: center;
}

.video {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    background: #000000;
    z-index: 999;
    background-color: #E0303B;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background-color: #fff;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -50px;
    bottom: -50px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

/**/

figure {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
    border-radius: 32px;
    border: solid 1.5px #E0303B;
    box-shadow:
        rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px,
        rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover01 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

/* Shine */
.hover14 figure {
    position: relative;
}

.hover14 figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hover14 figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/* about us*/
body {
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4 {
    font-family: 'Cinzel', serif;
}

/* about us */

.about-hero {
    min-height: 70vh;
    display: flex;
    align-items: end;
    background:
        linear-gradient(rgb(0 0 0 / 18%), rgb(0 0 0 / 27%)),
        url(../image/about-us/about.jpg);
    background-size: cover;
    background-position: center;
}

.hero-subtitle {
    color: #E50815;
    letter-spacing: 3px;
    text-transform: uppercase;
}


.section-subtitle {
    color: #E50815;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-left: 100px;
}

.section-subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 80px;
    height: 2px;
    background: #000;
    /* or #d4af37 */
    transform: translateY(-50%);
}

.about-hero h1 {
    font-size: 80px;
    color: #fff;
    margin-top: 20px;
}

.about-hero p {
    color: #fff;
    font-size: 18px;
    max-width: 650px;
}

.hero-btn {
    text-decoration: none;
    background: #E50815;
    color: #fff;
    padding: 18px 20px;
    border-radius: 50px;
    font-size: 15px;
}

.hero-btn img {
    width: 10% !important;
    background: none !important;
    padding: 8px !important;
    border-radius: 50px !important;
}

.hero-btn:hover {
    background-color: #009B4E;
}

.our-legacy {
    background: #FFFFFF;
}

.stats-section {
    background: #F8F8F8;
    color: #fff;
    padding: 100px 0;
}


.stat-box h3 {
    color: #158752;
    font-size: 55px;
}

.service-card {
    border: 1px solid #158752;
    padding: 35px;
    height: 100%;
    transition: .4s;
}

.service-card:hover {
    transform: translateY(-10px);
}

.partners-section {
    background: #F2F2F2;
}

.partner-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.partner-card img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    transition: .5s;
}

.partner-card::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60%;
    background: linear-gradient(to top,
            rgba(0, 0, 0, .9),
            rgba(0, 0, 0, 0));
    z-index: 1;
}

.partner-content {
    position: absolute;
    left: 35px;
    bottom: 35px;
    z-index: 2;
    color: #fff;
}

.partner-content span {
    color: #D4AF37;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}

.partner-content h3 {
    font-family: 'Cinzel', serif;
    font-size: 32px;
    margin: 10px 0;
    color: #fff;
}

.partner-content p {
    max-width: 300px;
    margin: 0;
    color: rgba(255, 255, 255, .9);
}

.partner-card:hover img {
    transform: scale(1.08);
}

.swiper-button-next,
.swiper-button-prev {
    color: #D4AF37;
}

.testimonial-card {
    background: #fff;
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}





.certified .owl-carousel .owl-stage {
    margin-left: 30px !important;
}




.package-bottom {
    position: relative;
    margin-top: 10px;
    padding-top: 22px !important;
    border-top: 1px solid #00000038;
}

/* Price */

.package-price {
    display: inline-flex;
    align-items: baseline;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 4px;
    line-height: 1;
}

.package-price .price {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #111 !important;
    white-space: nowrap !important;
}

.package-price .price-duration {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #777 !important;
    white-space: nowrap !important;
}

.custom-search {
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
}

.custom-search:focus {
    border-color: #000;
    box-shadow: none;
    outline: none;
}





/* =========================================
   LUXURY EXPERIENCE SECTION
========================================= */

.luxury-experience-section {
    position: relative;
    padding: 90px 0;
    background: #FDF1E1;
    overflow: hidden;
}


/* Heading */

.luxury-heading {
    max-width: 800px;
    margin: 0 auto;
}

/* =========================================
   CARD
========================================= */

.luxury-card {
    position: relative;

    height: 100%;
    min-height: 350px;

    padding: 35px 28px;

    background: #fff;

    border: 1px solid rgba(169, 139, 67, 0.20);

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;

    overflow: hidden;
}


/* Gold top line */

.luxury-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 0;
    height: 3px;

    background: #a98b43;

    transition: width 0.4s ease;
}


/* Decorative number */

.luxury-number {
    position: absolute;

    top: 25px;
    right: 25px;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 42px;
    line-height: 1;

    font-weight: 700;

    color: rgba(169, 139, 67, 0.10);

    transition: color 0.4s ease;
}


/* Icon */

.luxury-icon {
    width: 65px;
    height: 65px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 30px;

    border-radius: 50%;

    background: #FDF1E1;

    color: #a98b43;

    font-size: 24px;

    transition:
        background 0.4s ease,
        color 0.4s ease,
        transform 0.4s ease;
}


/* Content */

.luxury-card-content h3 {
    margin: 0 35px 15px 0;

    font-size: 23px;
    line-height: 1.25;

    color: #111;
}

.luxury-card-content p {
    margin: 0;

    font-size: 14px;
    line-height: 1.8;

    color: #777;
}


/* =========================================
   HOVER
========================================= */

.luxury-card:hover {
    transform: translateY(-10px);

    border-color: rgba(169, 139, 67, 0.45);

    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.luxury-card:hover::before {
    width: 100%;
}

.luxury-card:hover .luxury-icon {
    background: #a98b43;
    color: #fff;

    transform: rotateY(180deg);
}

.luxury-card:hover .luxury-number {
    color: rgba(169, 139, 67, 0.20);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .luxury-experience-section {
        padding: 70px 0;
    }

    .luxury-card {
        min-height: 320px;
        padding: 30px 24px;
    }

    .luxury-card-content h3 {
        font-size: 21px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .luxury-experience-section {
        padding: 60px 0;
    }

    .luxury-heading h2 {
        font-size: 34px;
    }

    .luxury-heading p {
        font-size: 14px;
        line-height: 1.7;
    }

    .luxury-card {
        min-height: auto;
        padding: 30px 25px;
    }

    .luxury-icon {
        width: 58px;
        height: 58px;

        font-size: 21px;
        margin-bottom: 25px;
    }

    .luxury-card-content h3 {
        font-size: 21px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .luxury-experience-section {
        padding: 50px 0;
    }

    .luxury-subtitle {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .luxury-heading h2 {
        font-size: 29px;
    }

    .luxury-card {
        padding: 25px 20px;
    }

    .luxury-card-content h3 {
        font-size: 20px;
    }

    .luxury-card-content p {
        font-size: 13px;
    }

}


/*contact-us*/
.contact-hero {
    background:
        linear-gradient(rgba(0, 0, 0, .55),
            rgba(0, 0, 0, .55)),
        url('../image/contact/contact-banner.png');

    background-size: cover;
    background-position: center;

    min-height: 60vh;

    display: flex;
    align-items: center;

    color: #fff;
}

.contact-hero h1 {
    font-size: 65px;
    margin: 20px 0;
}

.contact-info,
.contact-form-box {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
}

.contact-form-box {
    border-top: 4px solid #E50815;
}

.form-control {
    padding: 14px;
    border-radius: 8px;
}

.btn-contact {
    background: #E50815;
    color: #fff;
    border: none;
    padding: 14px 35px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
}

.btn-contact:hover {
    background: #009B4E;
    color: #fff;
}

.why-partner {
    background: #f8f8f8;
}

.partner-card {
    background: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    height: 100%;
}


/* MEDIA  */

.media-hero {
    background:
        linear-gradient(rgba(0, 0, 0, .55),
            rgba(0, 0, 0, .55)),
        url('../image/media/media-banner.png');

    background-size: cover;
    background-position: center;

    min-height: 60vh;

    display: flex;
    align-items: center;

    color: #fff;
}

.media-hero h1 {
    font-size: 65px;
    margin: 20px 0;
}

.media-card {
    background: #fff;
}

.media-card img {
    width: 100%;
    object-fit: cover;
}

@media (min-width: 992px) {
    .media-card {
        margin-bottom: 10px;
    }

    .media-card.reverse .col-lg-6:first-child {
        order: 2;
    }

    .media-card.reverse .col-lg-6:last-child {
        order: 1;
    }
}

/* membership */
.member-hero {
    background:
        linear-gradient(rgba(0, 0, 0, .55),
            rgba(0, 0, 0, .55)),
        url('../image/membership/membership.png');

    background-size: cover;
    background-position: center;

    min-height: 60vh;

    display: flex;
    align-items: center;

    color: #fff;
}

.member-hero h1 {
    font-size: 65px;
    margin: 20px 0;
}

.benefit-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    text-align: center;
    height: 100%;
}

.plan-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: .3s;
}

.plan-card:hover {
    transform: translateY(-8px);
}

.plan-img {
    width: 100%;
    object-fit: cover;
}

.plan-content {
    padding: 25px;
}

.hotel-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 15px;
    color: #222;
}

.price {
    font-size: 32px;
    font-weight: 700;
    color: #45443F;
    margin-bottom: 20px;
}

.price span {
    font-size: 16px;
    font-weight: 400;
}

.membership-benefits {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.membership-benefits li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    line-height: 1.6;
}

.membership-benefits li:last-child {
    border-bottom: none;
}

/* Become a Partner page */
.benefit-box,
.partner-card,
.step-box {
    background: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    height: 100%;
}

.form-box {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .08);
}

/* Privacy Policy */

.privacy-policy {
    background: #f8f9fa;
}

.policy-box h3 {
    /* Logo Red */
    margin-top: 35px;
    margin-bottom: 15px;
}

.policy-box h5 {
    color: #008f4c;
    /* Logo Green */
    margin-top: 20px;
}

.policy-box p,
.policy-box li {
    color: #555;
    line-height: 1.8;
}

.policy-box ul {
    padding-left: 20px;
}

.contact-box {
    background: #f8f8f8;
    padding: 25px;
    border-left: 4px solid #222;
    margin-top: 20px;
}

@media(max-width:768px) {

    .privacy-hero {
        padding: 80px 0;
    }

    .privacy-hero h1 {
        font-size: 38px;
    }

    .policy-box {
        padding: 25px;
    }
}


/* term & condition */
.terms-policy {
    background: #f8f9fa;
}

.policy-box h4 {
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: 600;
}

.policy-box p,
.policy-box li {
    color: #555;
    line-height: 1.9;
}

.policy-box ul {
    padding-left: 20px;
}

.contact-box {
    background: #f8f8f8;
    padding: 25px;
    border-left: 4px solid #222;
    margin-top: 20px;
}

@media(max-width:768px) {
    .policy-box {
        padding: 25px;
    }
}

/*Package*/

.package h1 span {
    font-family: "Inter", sans-serif;
    font-size: 55px;
}

.package h6 {
    font-size: 21px
}

.package i {
    color: #E0303B;
}

.package h3 {
    font-size: 30px !important;
    padding-top: 50px;
    color: #E0303B;
}

.package ul li {
    color: #625F5F
}

.package ul li i {
    font-size: 8px
}

.package h4 {
    font-size: 30px;
    padding-top: 20px
}

.package h4 span {
    font-size: 30px;
    font-family: "Inter", sans-serif;
}

/*.package .accordion-item:first-of-type>.accordion-header .accordion-button{color: #E0303B !important;}*/
/*.accordion-button:not(.collapsed) {
    background-color: #FEE4E6;
    outline: none !important;
}

.accordion-button .collapsed {
    background-color: #FEE4E6
}*/

/*.package{padding: 30px 0px 50px 0px}*/
.package .image-slider2 {
    padding-top: 30px
}

.package .image-slider {
    padding: 30px 0px 50px 0px
}

.package .image-slider img {
    border-radius: 5px;
    padding: 10px;
}

.package .image-slider2 img {
    border-radius: 5px;
}

/*.accordion-item {
    border: none;
}
*/
/*.accordion-item .accordion-header .accordion-button.collapsed {
    background-color: #FEE4E6 !important;
    border-radius: 10px;
}*/

.package form div button {
    border: none;
    padding: 8px 25px;
    margin-top: 20px;
    background-color: #E0303B;
    color: #fff;
    border-radius: 50px;
    font-size: 23px
}

.package form div button img {
    width: 40px
}

.package form h5 {
    font-size: 30px;
    color: #E0303B
}

.package form {
    background-color: #fff;
    padding: 50px 50px;
    border-radius: 34px;
    margin: 40px 0px 20px 0px
}

.custom-select {
    appearance: none;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="none" stroke="%23000" stroke-width="2" d="M7 10l5 5 5-5"/></svg>') no-repeat right 10px center;
    background-size: 16px;
    padding-right: 30px;
}



/*media-query-start*/


@media only screen and (max-width:1024px) {

    .popular-tour .view a {
        font-size: 10px !important
    }

    .popular-tour .custom a {
        font-size: 10px !important
    }

    .popular-tour .custom a img {
        width: 10% !important
    }

    .popular-tour .view a img {
        width: 10% !important
    }
}


@media only screen and (max-width:768px) {
    .cities img {
        border-radius: 20px;
    }

    .cities-image {
        margin-left: 1px !important
    }

    .experiences h3 {
        width: 80%;
    }

    .testimonial h3 {
        width: 93%;
    }

    .testimonial p {
        width: 83%;
    }



    .about p {
        width: 100%;
    }

    .popular-tour p {
        width: 100%;
    }

    .slide {
        width: clamp(11rem, 10rem, 25rem);
        height: clamp(16rem, 12rem, 27rem);
        border-radius: 1.1rem;
    }

    .states .view-button a {
        padding: 6px 10px !important;
        font-size: 10px;
    }

    .slider-container {
        height: 15rem;
        gap: 0;
    }

    .states .listing p {
        font-size: 8px;
    }

    .certified {
        padding: 20px 0px 0px 0px;
    }

    .owl-nav {
        display: none !important;
    }

    .package .image-slider2 {
        display: flex;
        width: 100%;
        gap: 1rem;

    }

    .package .image-slider {
        padding: 30px 0px 2px 0px;
    }

    .gallery figure {
        border-radius: 18px;
    }

    .gallery img {
        border-radius: 18px;
    }

    .gallery-images {
        margin-left: 1px
    }

    .foot-background {
        animation: moveBackground 10s linear infinite !important;
    }

}

@media only screen and (max-width:600px) {
    .new_bg {
        background-color: #fff;
        width: 90%;
        margin-top: -1rem;
        z-index: 1;
        margin-left: 5%;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;

    }

    .nian {
        margin-top: 10px !important
    }

    .experiences h3 {
        width: 100%;
    }

    .experiences .experiences-text {
        flex-wrap: wrap !important;
    }

    .video-main {
        top: 37%;
        left: 45%;
    }

    .review .google p {
        font-size: 14px;
    }

    .review .trustpilot p {
        font-size: 16px;
    }

    .head {
        display: none;
    }

    h1 {
        font-size: 25px !important
    }

    h2 {
        font-size: 25px !important
    }

    h3 {
        font-size: 25px !important
    }

    .testimonial .card-box p {
        font-size: 18px;
    }

    span {
        font-size: 25px;
    }

    p {
        color: #625F5F;
        font-size: 14px;
    }

    .gallery img {
        border-radius: 20px;
        width: 100%
    }

    .about-company h2 span {
        font-size: 50px
    }

    .about-company h2 {
        font-size: 50px
    }

    .about-company h3 {
        font-size: 50px
    }

    .why-choose h3 span {
        font-size: 50px
    }

    .why-choose h6 {
        font-size: 18px;
        line-height: 30px
    }

    .information h2 {
        font-size: 50px
    }

    .slide {
        width: clamp(5rem, 6.5rem, 25rem);
        height: clamp(6rem, 9rem, 27rem);
        border-radius: 10px;
    }

    .slide span {
        font-size: 1.6rem;
    }

    .slider-container {
        height: 9rem;
        gap: 0 !important;
    }

    .states .states-text .listing h6 {
        font-size: 8px !important;
        margin-bottom: 4px !important
    }

    .states .listing p {
        font-size: 4px;
    }

    .states .view-button a {
        padding: 4px 4px;
        font-size: 4px;
    }

    .states .view-button a img {
        width: 12%;
        margin-left: 2px;
    }

    .states {
        padding: 30px 0px 143px 0px;
    }

    .states-text {
        padding-top: 95%;
    }

    .slider-buttons button {
        top: 136px !important;
    }

    .experiences-text img {
        width: 70px
    }

    .gallery {
        padding: 60px 0px;
    }

    .owl-carousel .owl-nav {
        display: none !important;
    }

    .gallery img {
        border-radius: 15px
    }

    .cities .cities-image col {
        width: 93% !important
    }


}


@media only screen and (max-width:376px) {
    .review .google {
        margin-right: 22px !important;
        border-radius: 22px;
    }

    .review .trustpilot {
        padding: 18px;
        border-radius: 22px;
        border-radius: 22px;
    }

    .about {
        padding: 40px 0px;
    }

    .testimonial .card-box .box-img i {
        font-size: 12px !important
    }

    .testimonial .card-box .box-img h6 {
        font-size: 12px;
    }

    .testimonial .card-box .box-img p {
        font-size: 11px;
    }

    .testimonial .card-box p {
        font-size: 16px;
    }

    h1 {
        font-size: 20px !important
    }

    h2 {
        font-size: 20px !important
    }

    h3 {
        font-size: 20px !important;
    }

    .states .view-button a {
        padding: 2px 3px !important;
    }


    .slide {
        width: clamp(4rem, 5.8rem, 25rem);
        height: clamp(6rem, 8rem, 27rem);
        border-radius: 10px;
    }
}

@media only screen and (max-width:320px) {
    .testimonial .card-box .box-img i {
        font-size: 10px !important
    }

    .testimonial .card-box .box-img h6 {
        font-size: 10px;
    }

    .testimonial .card-box .box-img p {
        font-size: 9px;
    }

    .testimonial .card-box p {
        font-size: 12px;
    }

    .review {
        flex-wrap: wrap !important;
    }

    .review .trustpilot {
        padding: 26px
    }

    .review .google {
        margin-right: 0px !important;
        border-radius: 22px;
    }

    .slide {
        width: clamp(2rem, 5rem, 25rem);
        height: clamp(6rem, 5rem, 27rem);
        border-radius: 10px;
    }

    .slider-container {
        width: clamp(16rem, 90%, 64rem);
        height: 7rem;
    }

    .slider-buttons button {
        top: 115px !important;
    }

    span {
        font-size: 23px;
    }

    .experiences p {
        font-size: 14px;
    }

    .experiences h6 {
        font-size: 34px;
    }

    .experiences-text img {
        width: 50px
    }

    .gallery {
        padding: 60px 0px 20px 0px;
    }

    .why-choose h3 span {
        font-size: 40px !important
    }

    .about-company h2 span {
        font-size: 40px;
    }

    .about-company h2 {
        font-size: 40px;
    }

    .certified .owl-carousel .owl-stage {
        margin-left: 20px !important;
    }

    .states .view-button a {
        padding: 2px 3px !important;
    }
}

.whatsapp_main {
    position: fixed;
    bottom: 20px;
    right: 20px;

    z-index: 10;

    .package_heading {
        color: #E23D47;
    }

    .privacy-policy h2 {
        color: #e0303b !important;
    }
}


/* =========================================
   VISION & MISSION
========================================= */

.na-vision-mission-section {
    position: relative;
    padding: 100px 0;
    background: #fdf8f2;
    overflow: hidden;
}


/* Decorative Background */

.na-vision-mission-section::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: rgba(229, 8, 21, 0.04);
    top: -180px;
    left: -180px;
}

.na-vision-mission-section::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.06);
    bottom: -150px;
    right: -120px;
}


.na-vm-heading {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: auto;
}


.na-vm-subtitle {
    display: inline-block;
    color: #e50815;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 12px;
}


.na-vm-heading h2 {
    font-size: 42px;
    font-weight: 600;
    color: #222;
    margin-bottom: 18px;
}


.na-vm-heading p {
    color: #666;
    font-size: 17px;
    line-height: 1.8;
    margin: 0 auto;
}


/* =========================================
   VISION / MISSION CARDS
========================================= */

.na-vm-card {
    position: relative;
    height: 100%;
    padding: 45px 40px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: all .4s ease;
}


.na-vm-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #e50815;
}


.na-vm-mission::before {
    background: #d4af37;
}


.na-vm-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.10);
}


/* =========================================
   ICON
========================================= */

.na-vm-icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(229, 8, 21, 0.08);
    color: #e50815;
    font-size: 25px;
    margin-bottom: 25px;
}


.na-vm-mission .na-vm-icon {
    background: rgba(212, 175, 55, 0.12);
    color: #b38b16;
}


/* =========================================
   CONTENT
========================================= */

.na-vm-label {
    display: block;
    color: #e50815;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
}


.na-vm-mission .na-vm-label {
    color: #b38b16;
}


.na-vm-content h3 {
    font-size: 27px;
    line-height: 1.3;
    font-weight: 600;
    color: #222;
    margin-bottom: 18px;
}


.na-vm-content p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 12px;
}


.na-vm-content p:last-child {
    margin-bottom: 0;
}


/* =========================================
   HIGHLIGHTS
========================================= */

.na-vm-highlights {
    position: relative;
    z-index: 2;
}


.na-vm-highlight {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}


.na-vm-highlight i {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: #e50815;
    font-size: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
}


.na-vm-highlight h5 {
    margin: 0 0 5px;
    font-size: 17px;
    font-weight: 600;
    color: #222;
}


.na-vm-highlight p {
    margin: 0;
    font-size: 14px;
    color: #777;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .na-vision-mission-section {
        padding: 75px 0;
    }

    .na-vm-heading h2 {
        font-size: 36px;
    }

    .na-vm-card {
        padding: 35px 30px;
    }

}


@media (max-width: 767px) {

    .na-vision-mission-section {
        padding: 60px 0;
    }

    .na-vm-heading h2 {
        font-size: 30px;
    }

    .na-vm-heading p {
        font-size: 15px;
    }

    .na-vm-card {
        padding: 30px 25px;
        border-radius: 15px;
    }

    .na-vm-content h3 {
        font-size: 23px;
    }

    .na-vm-content p {
        font-size: 15px;
    }

    .na-vm-highlights {
        margin-top: 30px !important;
    }

    .na-vm-highlight {
        padding: 18px 10px;
    }

}



/* Container & Base Styles */
.advisory-services {
    padding: 60px 20px;
    background-color: #fcfcfc;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333333;
}

.advisory-services .container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Heading & Typography */
.advisory-services h2 {
    font-size: 2.25rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1a1a1a;
    margin-bottom: 15px;
    text-align: left;
}

.advisory-services .subtitle {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #666666;
    max-width: 800px;
    margin-bottom: 40px;
}

/* Cards Grid */
.advisory-services .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

/* Individual Service Cards */
.advisory-services .service-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 30px 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.advisory-services .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    border-color: #25d366;
    /* Accent highlight matching your theme */
}

.advisory-services .service-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 12px;
}

.advisory-services .service-card p {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #4b5563;
    margin: 0;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .advisory-services {
        padding: 40px 15px;
    }

    .advisory-services h2 {
        font-size: 1.75rem;
    }

    .advisory-services .subtitle {
        font-size: 1rem;
        margin-bottom: 25px;
    }
}