:root {
    --font-main: 'Inter', sans-serif;
    --color-bg-left: #d3c4e6;
    --color-bg-right: #f9f2d1;
    --color-text-blue: #738AFF;
    --color-btn-purple: #B194D6;
    --color-tag-black: #1A1A1A;


    --color-text-dark: #000000;
    --color-text-gray: #666666;
    --bg-soft-blue: #E8EEFF;
}

html, body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

body {
    font-family: var(--font-main);
    overflow-x: hidden;
}

.hero-section {
    background: linear-gradient(90deg, var(--color-bg-left) 0%, var(--color-bg-right) 100%);
    position: relative;
    padding-bottom: 3rem;
}


.navbar {
    padding-top: 2.1rem;
    padding-bottom: 1.5rem;
    background: transparent;
    z-index: 400;
}


.logo-icon, .navbar-brand .img {
    width: 170px;
    margin-right: 8px;
    object-fit: contain;
}

.nav-link {
    color: #000 !important;
    font-weight: 600;
    font-size: 0.85rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.nav-link.active {
    color: #6A4CA7 !important;
}

.navbar .dropdown-menu {
    padding: 0;
    border: none;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    min-width: 320px;
    margin-top: 15px;
}

.navbar .dropdown-item {
    padding: 18px 25px;
    border-bottom: 1px solid #f0f0f0!important;
    font-size: 0.95rem;
    color: #212529;
    font-weight: 400;
    white-space: normal;
    transition: all 0.2s ease;
}


.navbar .dropdown-item.active {
    background-color: #ffffff !important;
    color: #6A4CA7 !important;
}

.navbar .dropdown-item:last-child {
    border-bottom: none;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
    background-color: #f9fafb;
    color: #000;
    padding-left: 30px;
}

@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

.btn-get-started {
    background-color: #fff;
    color: #000;
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 600;
    font-size: 0.95rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border: none;
    transition: all 0.3s ease;
}

.btn-get-started:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    background-color: #B194D6;;
    color: #ffffff;
}


.hero-content {
    padding-top: 4rem;
    padding-right: 2rem;
}

.subtitle {
    margin-bottom: 1rem;
    display: block;

    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: -0.05em;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
    color: #799CFF;
}

h1.hero-title {
    font-size: 3.0rem;
    font-weight: 500;
    line-height: 1.4;
    color: #000;
    letter-spacing: -2.3px;
    margin-bottom: 1.5rem;
}

p.hero-desc {
    color: #848496;
    max-width: 90%;
    margin-bottom: 2.5rem;

    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: -0.05em;
}


.btn-schedule {

    background-color: var(--color-btn-purple);
    color: white;
    border: none;
    font-size: 15px;
    line-height: 1;
    transition: all 0.3s ease;
    margin-bottom: 3rem;

    font-weight: 600;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
    border-radius: 999px 999px 999px 999px;
    padding: 20px 30px 20px 30px;
    letter-spacing: -0.5px;


}

/*.btn-schedule:hover {
    background-color: #ffffff;
    color: #121212;
    transform: translateY(-2px);
}*/

.btn-schedule:hover {
    background-color: var(--color-btn-purple);
    color: white;
    transition: all 0.3s ease;
}

@media (hover: hover) {
    .btn-schedule:hover {
        background-color: #ffffff;
        color: #121212;
        transform: translateY(-2px);
    }
}

.btn-schedule:focus {
    background-color: var(--color-btn-purple);
    color: white;
    transform: translateY(0);
    outline: none;
}

.tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.feature-tag {
    color: white;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 1.4em;
    display: inline-flex;
    align-items: center;

    background-color: #161616;
    padding: 10px 20px 10px 14px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #FFFFFF;
    border-radius: 99px 99px 99px 99px;
}

.feature-tag::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: white;
    border-radius: 50%;
    margin-right: 10px;
}


.hero-image-wrapper {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-img {
    width: 100%;
    max-width: 100%;
    height: 780px;
    object-fit: cover;
    object-position: center center;
    opacity: 1;
    filter: drop-shadow(10px 10px 30px rgba(0,0,0,0.1));
    position: absolute;
    margin-top: 40px;
}


.footer-sliver {
    background-color: black;
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

/* Fix for image overlapping footer */
.content-wrapper {
    position: relative;
    z-index: 2;
}



@media (min-width: 1200px) {
    .container {
        max-width: 1165px !important;
    }
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
    .hero-section {
        background: linear-gradient(180deg, var(--color-bg-left) 0%, var(--color-bg-right) 100%);
        height: auto;
    }

    h1.hero-title {
        font-size: 2.5rem;
    }

    .hero-content {
        padding-top: 2rem;
        text-align: center;
        padding-right: 0;
    }

    .hero-image-wrapper {
        margin-top: 3rem;
    }

    p.hero-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .tags-container {
        justify-content: center;
    }

    .hero-img {
        width: 100%;
        height: 600px;
        position: relative;
        margin: 0;
    }
}







.priority-section {
    background-color: #000;
    color: #fff;
    padding: 120px 0;
}

.priority-subtitle {
    color: var(--color-text-blue);
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    display: block;
}

.priority-title {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
    letter-spacing: -1px;
}

.priority-desc {
    color: #aaa;
    font-size: 1.05rem;
    line-height: 1.7;
    margin-top: 1.5rem;
    text-align: right;
}

.features-grid {
    margin-top: 5rem;
    display: flex;
    gap: 3rem;

}

.feature-item {
    display: flex;
    align-items: flex-start;

}

.feature-icon {
    font-size: 1.8rem;
    color: #b093d4;
    margin-right: 0.4rem;
    min-width: 40px;
}

.feature-content h5 {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 0.6rem;
    color: #fff;
}

.feature-content p {
    color: #777;
    font-size: 0.85rem;
    margin-bottom: 0;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .priority-title {
        font-size: 2.5rem;
    }
    .priority-desc {
        text-align: left;
        margin-top: 0.5rem;
        margin-bottom: 3rem;
    }
    .features-grid {
        margin-top: 2rem;
    }

    .features-grid {
        flex-direction: column;
    }

}

/*mobile*/
@media (max-width: 767px) {
    .priority-subtitle {
        text-align: center;
    }
    .priority-title {
        text-align: center;
        font-size: 2rem;
        line-height: 1.4em;
        font-weight: 400;
    }
    .priority-desc {
        text-align: center;
        font-size: 0.875rem;
    }

    .features-grid {
        flex-direction: column;
    }

    .feature-item {
        flex-direction: column;
        align-items: center;
        text-align: center;


    }

    .feature-icon {
        margin-right: 0;
        margin-bottom: 1rem;
        font-size: 1.8rem;
    }

    .feature-content h5 {
        font-size: 1.00rem;
    }

    .feature-content p {

        font-size: 0.75rem;
        margin-top: 10px;
    }

}






.about-section {
    padding: 120px 0;

    background-image: linear-gradient(61deg, #FFFFFF 42%, #799CFF8C 100%);
}

.section-subtitle {
    color: var(--color-text-blue);
    font-size: 1rem!important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    display: block;
}

.section-title {

    color: var(--color-text-dark);

    margin-bottom: 3rem;

    font-size: 3rem;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: -0.05em;
}





.section-dark{
    background-color: #000;
}

.section-dark .section-title {
    color: #fff;
}

@media (max-width: 767px) {

    .section-subtitle {
        text-align: center;
    }

    .section-title {
        text-align: center;
        font-size: 1.75em;
    }
}
.about-image {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    height: auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.about-desc {
    color: var(--color-text-gray);
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: -0.05em;
    margin-bottom: 3rem;


}

#aboutAccordion .accordion-button:not(.collapsed) {
    color: #3351a6!important;
}

#aboutAccordion .accordion-header button{
    font-weight: bold;
    font-size:1.5rem!important;
}

.custom-accordion .accordion-item {
    background-color: transparent;
    border: none;
    margin-bottom: 1.5rem;
}

.custom-accordion .accordion-button {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    color: var(--color-text-dark);
    font-weight: 500;
    font-size:1.5rem;
    line-height: 1.4em;
    letter-spacing: -0.05em;
    padding: 15px 20px;
}



.custom-accordion .accordion-button:not(.collapsed) {
    color: #3351a6;
    background-color: transparent;
}


.custom-accordion .accordion-button::after {
    display: none;
}

.custom-icon {
    margin-left: auto;
    color: #799CFF;
    font-size: 25px;
}

.custom-accordion .accordion-button:not(.collapsed) .custom-icon {
    margin-left: auto;
    color: #858585!important;
    font-size: 25px;
}

.accordion-body {
    padding: 1rem 0 0 0;
    color: var(--color-text-gray);
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: -0.05em;
}

.btn-learn-more {
    background-color: var(--color-btn-purple);
    color: white;
    font-weight: 500;
    line-height: 1em;
    font-size: 1rem;
    letter-spacing: -0.05em;
    margin-top: 2rem;
    transition: all 0.3s ease!important;

    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #B194D6;
    border-radius: 99px 99px 99px 99px;
    padding: 20px 32px 20px 32px;


}

.btn-learn-more:hover {
    background-color: var(--color-btn-purple);
    color: white;
    transform: translateY(0);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #B194D6;
    border-radius: 99px 99px 99px 99px;

}

@media (hover: hover) {
    .btn-learn-more:hover {
        background-color: #ffffff;
        color: #000000;
        transform: translateY(-2px);
        border-color: #B194D6;

    }
}

.btn-learn-more:focus {
    background-color: var(--color-btn-purple);
    color: white;
    transform: translateY(0);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #B194D6;
    border-radius: 99px 99px 99px 99px;
}




.btn-learn-more-white {
    background-color: #ffffff;
    color: #000000;
    font-weight: 500;
    line-height: 1em;
    font-size: 1rem;
    letter-spacing: -0.05em;
    margin-top: 2rem;
    transition: all 0.3s ease!important;

    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #B194D6;
    border-radius: 99px 99px 99px 99px;
    padding: 20px 32px 20px 32px;
}

.btn-learn-more-white:hover {
    background-color: var(--color-btn-purple);
    color: white;
    transform: translateY(-2px);
    border-color: #B194D6;

}







.services-section-container {
    --font-main: 'Inter', sans-serif;
    --service-text-blue: #5B7CFF;
    --service-btn-purple: #B6A7DF;
    --service-card-bg: #FFFFFF;
    --service-bg-black: #000000;

    background-color: var(--service-bg-black);
    padding: 100px 0;
    color: #fff;
    font-family: var(--font-main);
}

/* --- Unique Class Names --- */
.services-subtitle {
    color: var(--color-text-blue);
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    display: block;
    text-align: center;
}

.services-title {
    color: #fff;
    margin-bottom: 2rem;
    text-align: center;

    font-size: 3rem;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: -0.05em;
}

.services-desc {
    color: #cccccc;
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 5rem auto;
}

.service_card_container {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 5rem;
}

/* --- Card Styles --- */
.service-card {
    background-color: var(--service-card-bg);
    border-radius: 32px;
    padding: 40px;
    height: 100%;
    color: #000;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-card-img-wrapper {
    position: relative;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 16/10;
    margin-bottom: 2rem;
}

.service-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-number-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    padding: 0 30px;
    border-radius: 50rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
}

.service-number-badge::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 4px;
}

.service-card-title {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #000;
    letter-spacing: -0.5px;
}

.service-card-desc {
    color: #858585;
    font-size: 1.15rem!important;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.05em;
    margin-bottom: 2.5rem;
    flex-grow: 1;

    padding-bottom: 40px;
    border-bottom: solid 1px #F3F3F3;

    text-align: justify;
}

.service-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: none;
}

/* Renamed to avoid conflict with About Us button */
.service-btn-learn {
    background-color: #fff;
    border: 1px solid #eee;
    color: #000;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.service-btn-learn:hover {
    background-color: #B194D6;
    border-color: #ddd;
    color: #ffffff;
}

.service-btn-arrow {
    width: 50px;
    height: 50px;
    background-color: #B6A7DF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.service-btn-arrow:hover {
    background-color: #ffffff;
    color: #000000;
    border: solid 1px #dfdfdf;
    transform: rotate(45deg);
}


/*mobile*/
@media (max-width: 767px) {
    .services-title {
        font-size: 1.75rem!important;
    }

    .service-card-desc {
        font-size: 1.0rem!important;
    }

    .service_card_container {
        --bs-gutter-x: 2.5rem;
        --bs-gutter-y: 2rem;
    }
}


@media (max-width: 991px) {
    .services-title {
        font-size: 2.5rem;
    }
}








.process-section-container {
    --font-main: 'Inter', sans-serif;
    --process-text-blue: #738AFF; /* Subtitle Blue */
    --process-text-dark: #000000;
    --process-text-gray: #666666;
    --process-bg-start: #DCE6FF; /* Soft Blue Top */
    --process-bg-end: #E8EEFF;   /* Soft Blue Bottom */

    background-image: linear-gradient(299deg, #FFFFFF 42%, #799CFF8C 100%);
    padding: 100px 0;

}

/* Header Styles */
.process-subtitle {
    color: var(--process-text-blue);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    display: block;
}

.process-main-title {
    color: var(--process-text-dark);
    margin-bottom: 4rem;
    max-width: 800px;


    font-size: 3rem;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: -0.05em;
}

/* Desktop: put "Process" on new line */
@media (min-width: 768px) {
    .process-word {
        display: block;
        text-align: center;
    }
}

/* Mobile: keep inline */
@media (max-width: 767px) {
    .process-word {
        display: inline;
    }
}

/* Card Styles */
.process-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    height: 100%;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E7E7E7;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(115, 138, 255, 0.05); /* Very soft blue shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(115, 138, 255, 0.15);
}

.process-card-title {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    line-height: 1.4em;
    color: var(--process-text-dark);
    letter-spacing: -0.05em;
}

.process-card-text {
    color: var(--process-text-gray);
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 0;
    letter-spacing: -0.05em;

    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}




@media (max-width: 991px) {
    .process-main-title {
        font-size: 2.5rem;
        margin-bottom: 3rem;
    }

    /* Add spacing between stacked cards */
    .process-col-margin {
        margin-bottom: 20px;
    }
}

/*mobile*/
@media (max-width: 767px) {
    .process-subtitle {
        text-align: center;
    }

    .process-main-title {
        font-size: 2rem;
        text-align: center;
    }
}










.parallax-container-wrapper {
    --bg-image-url: url('/assets/images/background_image .jpg');
}




.parallax-section {
    position: relative;
    background-image: var(--bg-image-url);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;


    background-attachment: fixed;

    min-height: 500px; /* Adjust based on desired height */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 60px 20px;
}

/* Dark Overlay to make text readable */
.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* 40% opacity black */
    z-index: 1;
}

.parallax-content {
    position: relative;
    z-index: 2; /* Places text above the overlay */
    max-width: 900px;
    margin: 0 auto;
}

.parallax-subtitle {
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    display: block;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.parallax-title {
    margin-bottom: 0;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);

    font-size: 3rem;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: -0.05em;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .parallax-title {
        font-size: 2.5rem;
    }
    .parallax-section {
        min-height: 400px;
    }
}

@media (max-width: 767px) {
    /* Disable fixed background on mobile for better performance */
    .parallax-section {
        background-attachment: scroll;
        min-height: 350px;
    }
    .parallax-title {
        font-size: 2rem;
    }
}

@media (max-width: 1024px) {
    .parallax-section {
        background-attachment: scroll;
        min-height: 400px;
    }

    .parallax-title {
        font-size: 2.5rem;
    }
}








.testimonials-section-container {
    --font-main: 'Inter', sans-serif;
    --testi-text-blue: #738AFF; /* Subtitle Blue */
    --testi-text-dark: #000000;
    --testi-text-gray: #666666;
    --testi-star-yellow: #FBBF24; /* Star Color */
    --testi-bg-start: #F3F0FF; /* Very Light Purple/Blue Top */
    --testi-bg-end: #E0E7FF;   /* Soft Blue Bottom */


    background: linear-gradient(180deg, var(--testi-bg-start) 0%, var(--testi-bg-end) 100%);
    padding: 100px 0;
    color: var(--testi-text-dark);
}

/* Header Styles */
.testimonial-subtitle {
    color: var(--testi-text-blue);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    display: block;
}

.testimonial-main-title {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--testi-text-dark);
    margin-bottom: 4rem;
    max-width: 700px;
    letter-spacing: -1px;
}

/* Card Styles */
.testimonial-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 40px 30px;
    height: 100%;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02); /* Very subtle shadow initially */
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

/* Star Rating */
.star-rating {
    color: var(--testi-star-yellow);
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    letter-spacing: 2px;
}

.testimonial-text {
    color: var(--testi-text-gray);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    flex-grow: 1; /* Pushes the author name to bottom if text lengths vary */
}

/* Author Details */
.testimonial-author h5 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--testi-text-dark);
    margin-bottom: 0.2rem;
}

.testimonial-author span {
    font-size: 0.85rem;
    color: #888;
    font-weight: 400;
}



@media (max-width: 991px) {
    .testimonial-main-title {
        font-size: 2.5rem;
        margin-bottom: 3rem;
    }
}

@media (max-width: 767px) {

    .testimonial-subtitle {
        text-align: center;
    }

    .testimonial-main-title {
        font-size: 2rem;
        text-align: center;
    }
    .testimonial-card {
        padding: 30px 20px;

    }
}












.trusted-experts-section {
    --font-main: 'Inter', sans-serif;
    --expert-text-blue: #738AFF;
    --expert-text-dark: #000000;
    --expert-text-gray: #666666;
    --expert-btn-purple: #B6A7DF;


    background: linear-gradient(90deg, #EADFFC 0%, #FFF5E1 100%);
    padding: 100px 0;
    font-family: var(--font-main);
    overflow: hidden;
}

.trusted-experts-section.trusted-section-dark {
    background: #000000!important;
}

.expert-subtitle {
    color: var(--expert-text-blue);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    display: block;
}

.expert-title {
    color: var(--expert-text-dark);
    margin-bottom: 2rem;

    font-size: 3rem;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: -0.05em;
}

.trusted-section-dark .expert-title{
    color: #FFFFFF;
}
.expert-desc {
    color: var(--expert-text-gray);
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: -0.05em;
    margin-bottom: 3rem;
    max-width: 90%;
}


.expert-feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.expert-icon-wrapper {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 15px;
    margin-top: 0px;
    color: var(--expert-btn-purple);
    font-size: 1.4rem;
    line-height: 0;
}

.expert-feature-content h5 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: -0.05em;
    color: var(--expert-text-dark);
    margin-bottom: 0.5rem;
}


.trusted-section-dark h5 {
    color: #FFFFFF;
}

.expert-feature-content p {
    color: var(--expert-text-gray);
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.05em;
    margin-bottom: 0;
    max-width: 95%;
}


.btn-get-started-expert-primary {
    background-color: #B194D6;
    color: #fff;
    border: none;
    font-weight: 500;
    font-size: 1rem;
    margin-top: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(182, 167, 223, 0.4);
    border-radius: 99px 99px 99px 99px;
    padding: 17px 32px 17px 32px;
    text-decoration: none;
    display: inline-block;
}

.btn-get-started-expert-primary:hover {
    background-color: #ffffff;
    transform: translateY(-2px);
    color: #000000;
}


.btn-get-started-expert-white {
    background-color: #ffffff;
    color: #000000;
    border: none;
    font-weight: 500;
    font-size: 1rem;
    margin-top: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(182, 167, 223, 0.4);
    border-radius: 99px 99px 99px 99px;
    padding: 20px 32px 20px 32px;
    text-decoration: none;
    display: inline-block;
}

.btn-get-started-expert-white:hover {
    background-color: #B6A7DF;
    color: #fff;
    transform: translateY(-2px);
}


.btn-get-started-expert {
    background-color: var(--expert-btn-purple);
    color: #fff;
    border: none;
    font-weight: 500;
    font-size: 1rem;
    margin-top: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(182, 167, 223, 0.4);
    border-radius: 99px 99px 99px 99px;
    padding: 20px 32px 20px 32px;
    text-decoration: none;
    display: inline-block;
}

.btn-get-started-expert:hover {
    background-color: #ffffff;
    transform: translateY(-2px);
    color: #000000;
}

.trusted-section-dark .btn-get-started-expert {
    background: #FFFFFF;
    color: #000000;
}

.trusted-section-dark .btn-get-started-expert:hover {
    background: #FFFFFF;
    color: #000000;
}


.expert-image-wrapper {
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
}

.expert-img {
    width: 100%;

    height: auto;
    filter: drop-shadow(10px 10px 20px rgba(0,0,0,0.1));
    border-radius: 20px;
}


@media (max-width: 991px) {
    .expert-title {
        font-size: 2.5rem;
    }
    .expert-image-wrapper {
        margin-top: 4rem;
    }
    .expert-desc, .expert-feature-content p {
        max-width: 100%;
    }
}


/*mobile*/
@media (max-width: 767px) {

    .expert-subtitle{
        text-align: center;
    }

    .expert-title {
        text-align: center;
        font-size: 2rem;
    }

    .expert-desc {
        text-align: center;
        font-size: 0.875rem;
    }



    .expert-feature-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 2.5rem;
    }

    /* Center icon */
    .expert-icon-wrapper {
        margin: 0 0 15px 0;
        width: auto;
        height: auto;
        font-size: 2rem;
    }

    /* Center text */
    .expert-feature-content h5 {
        text-align: center;
        font-size: 1rem;
    }

    .expert-feature-content p {
        text-align: center;
        max-width: 100%;
        margin: 0 auto;
        font-size: 0.875rem;
    }

    /* Make whole section layout stacked */
    .trusted-experts-section .row {
        flex-direction: column;
    }

    /* Image goes below with spacing */
    .expert-image-wrapper {
        margin-top: 2rem;
    }
}







.contact-section-container {
    --font-main: 'Inter', sans-serif;
    --contact-text-blue: #738AFF; /* Subtitle Blue */
    --contact-text-dark: #000000;
    --contact-text-gray: #666666;
    --contact-icon-purple: #B6A7DF; /* Icon color */
    --contact-btn-purple: #B6A7DF; /* Submit button color */
    --contact-bg-start: #FFFFFF;
    --contact-bg-end: #DCE6FF;   /* Light Blue Bottom */


    background-image: linear-gradient(61deg, #FFFFFF 42%, #799CFF8C 100%);
    padding: 100px 0;
    font-family: var(--font-main);
    color: var(--contact-text-dark);
}

/* Left Column Styles */
.contact-subtitle {
    color: var(--contact-text-blue);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    display: block;
}

.contact-main-title {
    color: var(--contact-text-dark);
    margin-bottom: 3rem;

    font-size: 3rem;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: -0.05em;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.contact-icon-wrapper {
    font-size: 1.5rem;
    color: var(--contact-icon-purple);
    margin-right: 1.5rem;
    margin-top: 2px;
    width: 24px;
    text-align: center;
}

.contact-icon-wrapper i {
    font-size: 2rem;
}

.contact-info-content h5 {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 0.3rem;
    color: var(--contact-text-dark);
}

.contact-info-content p,
.contact-info-content a {
    color: var(--contact-text-gray);
    font-size: 1.15rem;
    font-weight: 400;
    margin-bottom: 0;
    text-decoration: none;
    line-height: 1.5;
    letter-spacing: -0.05em;
}


.social-media-wrapper {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 600px;
}

.follow-text {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--contact-text-dark);
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icon-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #738AFF;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.social-icon-btn:hover {
    transform: translateY(-3px);
    background-color: #5B7CFF;
    color: white;
}


.contact-form-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(115, 138, 255, 0.1);
    height: 100%;
}

.form-label {
    font-weight: 600;
    color: var(--contact-text-dark);
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.form-control {
    border-radius: 4px;
    padding: 12px 15px;
    border: 1px solid #929393!important;
    font-size: 0.95rem;
    color: var(--contact-text-gray);
    margin-bottom: 1.5rem;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--contact-text-blue);
}


.form-control::placeholder {
    color: #aaa;
}

.btn-submit-contact {
    width: 100%;
    background-color: var(--contact-btn-purple);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 12px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    margin-top: 0.5rem;
}

.btn-submit-contact:hover {
    background-color: #000000;
    color: white;
    transform: translateY(-2px);
}


@media (max-width: 991px) {
    .contact-main-title {
        font-size: 2.5rem;
        max-width: 100%;
    }
    .contact-form-card {
        margin-top: 3rem;
        padding: 30px;
    }
    .social-media-wrapper {
        max-width: 100%;
    }
}

/*mobile*/
@media (max-width: 767px) {

    .contact-subtitle {
        text-align: center;
    }

    .contact-main-title {
        text-align: center;
        font-size: 2rem;
    }

    .contact-info-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 3.5rem;
    }

    /* Icon adjustments */
    .contact-icon-wrapper {
        margin-right: 0;
        margin-bottom: 1.5rem;
        width: auto;
    }

    .contact-icon-wrapper i {
        font-size: 3rem;
        color: #B6A7DF;
    }

    .contact-info-content h5 {
        font-size: 1.3rem;
        margin-bottom: 0.5rem;
    }

    .contact-info-content p,
    .contact-info-content a {
        font-size: 1.1rem;
    }

    .social-media-wrapper {
        justify-content: center;
        flex-direction: column;
        gap: 20px;
    }
}








.footer-section-container {
    --font-main: 'Inter', sans-serif;
    --footer-bg: #000000;
    --footer-text-white: #FFFFFF;
    --footer-text-gray: #CCCCCC;
    --footer-accent-purple: #B6A7DF;
    --footer-border-color: rgba(255, 255, 255, 0.1);
    --footer-top-border: #c9b7e2;

    background-color: var(--footer-bg);
    border-top: 10px solid var(--footer-top-border);
    padding-top: 80px;
    padding-bottom: 30px;
    font-family: var(--font-main);
    color: var(--footer-text-white);
}

.footer-brand {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    text-decoration: none;
}

.footer-logo-icon {
    width: 200px;
    margin-right: 10px;
    object-fit: contain;
}

.footer-brand-text {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
}

.footer-brand-text span {
    color: #8BC34A;
    font-size: 0.8em;
    letter-spacing: 2px;
    display: block;
    margin-top: -3px;
    font-weight: 700;
}

.footer-about-text {
    color: var(--footer-text-white);
    margin-bottom: 2rem;
    max-width: 400px;

    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: -0.05em;
}

.footer-social-links {
    display: flex;
    gap: 15px;
}

.footer-social-icon {
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.footer-social-icon:hover {
    background-color: var(--footer-accent-purple);
    color: #fff;
    transform: translateY(-3px);
}

.footer-heading {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    color: #fff;
}

.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-list li {
    margin-bottom: 1rem;
}

.footer-link {
    color: var(--footer-text-white);
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.footer-link:hover {
    color: var(--footer-accent-purple);
}

.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    color: var(--footer-text-white);
    font-size: 0.95rem;
}

.footer-contact-icon {
    margin-right: 12px;
    margin-top: 4px;
    width: 16px;
    text-align: center;
}

.footer-bottom {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid var(--footer-border-color);
    text-align: center;
}

.copyright-text {
    color: var(--footer-text-white);
    font-size: 0.85rem;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .footer-heading {
        margin-top: 2rem;
    }
    .footer-about-text {
        max-width: 100%;
    }
}


@media (max-width: 767px) {
    .footer-section-container {
        text-align: center;
    }

    .footer-brand {
        justify-content: center;
        margin-bottom: 2rem;
    }

    .footer-about-text {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2rem;
    }

    .footer-social-links {
        justify-content: center;
        margin-bottom: 3rem;
    }

    .footer-heading {
        margin-top: 1rem;
        margin-bottom: 1.5rem;
        font-size: 1.3rem;
    }

    .footer-contact-item {
        justify-content: center;
    }

    .footer-links-list li {
        margin-bottom: 1.2rem;
    }

    .footer-logo-icon {
        width: 250px;
    }

}




.pages-title {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: -0.05em;
}

.page-title-container .breadcrumb-item + .breadcrumb-item::before {
    color: #B194D6 !important;
}

.page-title-container .breadcrumb-item {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: -0.05em;
    color: #B194D6;
}

.page-title-container .breadcrumb-item a{
    text-decoration: none;
    color: #B194D6 !important;
}

.page-hero-section {
    background-image: linear-gradient(55deg, #E7E7E7 0%, #FFBA5926 100%)!important;
}





.philosophy-section {

    --expert-btn-purple: #B6A7DF;
    padding: 100px 0;
    font-family: var(--font-main);
    overflow: hidden;
}

.philosophy-desc {
    color:#858585;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: -0.05em;
    margin-bottom: 3rem;
    max-width: 90%;
}


.philosophy-section .expert-feature-content p {
    color:#858585;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.05em;
    margin-bottom: 0;
    max-width: 95%;
}





.trusted-section-dark .btn-get-started-expert {
    background: #FFFFFF;
    color: #000000;
}

.trusted-section-dark .btn-get-started-expert:hover {
    background: #FFFFFF;
    color: #000000;
}


.expert-image-wrapper {
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
}

.expert-img {
    width: 100%;

    height: auto;
    filter: drop-shadow(10px 10px 20px rgba(0,0,0,0.1));
    border-radius: 20px;
}


@media (max-width: 991px) {
    .expert-title {
        font-size: 2.5rem;
    }
    .expert-image-wrapper {
        margin-top: 4rem;
    }
    .expert-desc, .expert-feature-content p {
        max-width: 100%;
    }
}


/*mobile*/
@media (max-width: 767px) {

    .expert-subtitle{
        text-align: center;
    }

    .expert-title {
        text-align: center;
        font-size: 2rem;
    }

    .expert-desc {
        text-align: center;
        font-size: 0.875rem;
    }



    .expert-feature-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 2.5rem;
    }

    /* Center icon */
    .expert-icon-wrapper {
        margin: 0 0 15px 0;
        width: auto;
        height: auto;
        font-size: 2rem;
    }

    /* Center text */
    .expert-feature-content h5 {
        text-align: center;
        font-size: 1rem;
    }

    .expert-feature-content p {
        text-align: center;
        max-width: 100%;
        margin: 0 auto;
        font-size: 0.875rem;
    }

    /* Make whole section layout stacked */
    .trusted-experts-section .row {
        flex-direction: column;
    }

    /* Image goes below with spacing */
    .expert-image-wrapper {
        margin-top: 2rem;
    }
}






.section-container {
    padding: 100px 0;
    overflow: hidden;
}

.section-desc {
    color:#858585;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: -0.05em;
    margin-bottom: 3rem;
    max-width: 90%;
}

/*mobile*/
@media (max-width: 767px) {

    .section-desc {
        max-width: 100%;
        text-align: center;
    }

    .philosophy-desc {
        max-width: 100%;
        text-align: center;
    }
}


.philosophy-parallax {

}
.parallax-container-wrapper.philosophy-parallax {
    --bg-image-url: url('/assets/images/AdobeStock_98939472_870x500.jpg');
}









.referral-section-container {
    --font-main: 'Inter', sans-serif;
    --ref-bg: #000000;
    --ref-text-white: #FFFFFF;
    --ref-text-blue: #5B7CFF;
    --ref-input-bg: #F2F2F2;
    --ref-btn-purple: #B6A7DF;

    background-color: var(--ref-bg);
    padding: 100px 0;
    font-family: var(--font-main);
    color: var(--ref-text-white);
}

.ref-subtitle {
    color: var(--ref-text-blue);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    display: block;
    text-align: center;
}

.ref-main-title {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 4rem;
    color: #fff;
}


.form-section-title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
    margin-top: 1rem;
    color: #fff;
    letter-spacing: -1px;
}

/* Form Inputs */
.form-control, .form-select {
    background-color: var(--ref-input-bg);
    border: none;
    border-radius: 4px;
    padding: 12px 15px;
    color: #333;
    font-size: 0.95rem;
    margin-bottom: 1rem;
    height: 50px;
}

textarea.form-control {
    height: auto;
}

.form-control::placeholder {
    color: #666;
}

.form-control:focus, .form-select:focus {
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(182, 167, 223, 0.3);
    outline: none;
}

/* Submit Button */
.btn-submit-referral {
    width: 100%;
    background-color: var(--ref-btn-purple);
    color: white;
    border: none;
    border-radius: 4px;
    padding: 15px;
    font-weight: 600;
    font-size: 1rem;
    margin-top: 2rem;
    transition: all 0.3s ease;
}

.btn-submit-referral:hover {
    background-color: #ffffff;
    color: #000000;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 991px) {
    .ref-main-title {
        font-size: 2.5rem;
    }
    .form-section-title {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .ref-main-title {
        font-size: 2rem;
    }
    .form-section-title {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }
}








.faq-section-container {
    --font-main: 'Inter', sans-serif;
    --faq-text-blue: #738AFF;
    --faq-text-dark: #000000;
    --faq-text-gray: #666666;
    --faq-bg-start: #DCE6FF;
    --faq-bg-end: #E8EEFF;
    --faq-border-light: #EFF0F6;

    background-image: linear-gradient(61deg, #FFFFFF 42%, #799CFF8C 100%);
    padding: 100px 0;
    font-family: var(--font-main);
    color: var(--faq-text-dark);
}

.faq-header-container {
    margin-bottom: 3rem;
}

.faq-subtitle {
    color: var(--faq-text-blue);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    display: block;
}

.faq-main-title {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--faq-text-dark);
    margin-bottom: 0;
    letter-spacing: -1px;
}

.custom-accordion .accordion-item {
    background-color: #ffffff;
    border: 1px solid var(--faq-border-light);
    border-radius: 16px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.custom-accordion .accordion-item:hover {
    border: 1px solid #000;
}

.custom-accordion .accordion-button {
    background-color: #fff;
    color: var(--faq-text-blue);
    font-size: 1.15rem;
    font-weight: 500;
    padding: 24px 30px;
    box-shadow: none;
    border-radius: 16px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: var(--faq-text-blue);
    box-shadow: none;
    border-bottom: none;
}

.custom-accordion .accordion-button.collapsed {
    color: var(--faq-text-gray);
}

.custom-accordion .accordion-button::after {
    display: none;
}

.custom-accordion-icon {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.accordion-body {
    padding: 0 30px 30px 30px;
    color: var(--faq-text-gray);
    font-size: 1rem;
    line-height: 1.6;
}

.faq-image-wrapper {
    height: 100%;
    position: relative;
    display: flex;
}

.faq-image {
    width: 100%;
    height: 100%;
    min-height: 400px;
    object-fit: cover;
    border-radius: 20px;
}

@media (max-width: 991px) {

    .faq-subtitle {
        text-align: center;
    }

    .faq-main-title {
        font-size: 2.5rem;
        text-align: center;
    }
    .faq-image-wrapper {
        margin-top: 3rem;
        min-height: 300px;
    }
}






.service-feature-list h5{
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: -0.05em;
    color: #000;

}

.service-feature-list i {
    color: #799CFF;
    margin-top: 7px;
}

.service-feature-list p{
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: -0.05em;
    color: #666666;
}

.service-card {
    border-radius: 16px!important;
    background: #FFFFFF;
}

.service-card-body {
    padding: 40px;

}






.cta-section-container {
    --font-main: 'Inter', sans-serif;
    --cta-bg: #000000;
    --cta-text-white: #FFFFFF;
    --cta-text-blue: #5B7CFF;
    --cta-text-gray: #CCCCCC;
    --cta-icon-blue: #5B7CFF;

    background-color: var(--cta-bg);
    padding: 100px 0;
    font-family: var(--font-main);
    color: var(--cta-text-white);
    text-align: center;
}

.cta-subtitle {
    color: var(--cta-text-blue);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    display: block;
}

.cta-main-title {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: -1px;
}

.cta-desc {
    color: var(--cta-text-gray);
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 750px;
    margin: 0 auto 3rem auto;
}

/* Features Row */
.cta-features-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.cta-feature-item {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 600;
}

.cta-feature-icon {
    color: var(--cta-icon-blue);
    margin-right: 10px;
    font-size: 1.2rem;
}

/* Button Styling */
.btn-cta-white {
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 50px;
    padding: 14px 40px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
}

.btn-cta-white:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.15);
    color: #000;
}

/* Responsive */
@media (max-width: 991px) {
    .cta-main-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {
    .cta-main-title {
        font-size: 2rem;
    }
    .cta-features-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
}







.service-transitions-container {
    --font-main: 'Inter', sans-serif;
    --service-text-dark: #000000;
    --service-text-gray: #666666;
    --service-icon-blue: #738AFF;
    --service-btn-purple: #B6A7DF;
    --service-bg-start: #DCE6FF;
    --service-bg-end: #E8EEFF;

    background-image: linear-gradient(61deg, #FFFFFF 42%, #799CFF8C 100%);
    padding: 80px 0;
    font-family: var(--font-main);
    color: var(--service-text-dark);
}

.service-trans-title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.05em;
    color: var(--service-text-dark);
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
}

.service-trans-desc {
    color: var(--service-text-gray);
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.05em;
    margin-bottom: 2rem;
    max-width: 95%;
}

.service-trans-btn {
    background-color: var(--service-btn-purple);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.service-trans-btn:hover {
    background-color: #fbfbfb;
    color: #000000;
    box-shadow: 0 4px 12px rgba(182, 167, 223, 0.4);
    border: solid 1px #B6A7DF;
}

.service-trans-img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.service-middle-wrapper {
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 4rem;
}

.service-middle-title {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: var(--service-text-dark);
}

.service-middle-desc {
    color: var(--service-text-gray);
    font-size: 1rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.service-bottom-wrapper {
    text-align: center;
    margin-bottom: 3rem;
}

.service-features-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: var(--service-text-dark);
}

/* FEATURE ITEM FIX */
.service-feature-item {
    display: flex;
    /* Use flex-start to align top, then push icon down manually */
    align-items: flex-start;
    margin-bottom: 2.5rem;
    text-align: left;
}

.service-feature-icon {
    color: var(--service-icon-blue);
    font-size: 1.1rem;
    margin-right: 15px;
    /* CRITICAL: Manually push icon down to align with first line of text */
    margin-top: 6px;
    min-width: 24px;
    flex-shrink: 0;
}

.service-feature-content h5 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0.5rem;
    color: var(--service-text-dark);
    line-height: 1.4;
}

.service-feature-content p {
    color: var(--service-text-gray);
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 0;
    max-width: 95%;
}




@media (max-width: 991px) {
    .service-trans-title {
        font-size: 2rem;
        text-align: center;
    }
    .service-trans-desc {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .row.align-items-center > .col-lg-6:first-child {
        text-align: center;
        margin-bottom: 2rem;
    }

    .service-trans-btn {
        padding: 14px 40px;
        width: 80%;
        max-width: 350px;
    }

    .service-trans-img {
        margin-top: 1rem;
    }
    .service-middle-wrapper {
        margin-top: 4rem;
        margin-bottom: 3rem;
    }

    .service-feature-item {
        justify-content: flex-start;
    }
}





.wa-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.wa-btn-toggle {
    background-color: #25D366;
    color: white;
    border-radius: 24px;
    padding: 12px 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    border: none;
}

.wa-btn-toggle:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
    background-color: #22bf5b;
}

.wa-chat-box {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 360px;
    background: #EFEAE2;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
    overflow: hidden;
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s, transform 0.3s;
    background-image: radial-gradient(#d4d8dd 1px, transparent 1px);
    background-size: 20px 20px;
}

.wa-chat-box.active {
    display: flex;
    flex-direction: column;
    opacity: 1;
    transform: translateY(0);
}

.wa-header {
    background-color: #008069;
    color: white;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.wa-header-info h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.wa-header-info span {
    font-size: 12px;
    opacity: 0.8;
}

.wa-close {
    margin-left: auto;
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.wa-close:hover {
    opacity: 1;
}

.wa-body {
    height: 380px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

.wa-agent-list {
    padding: 0;
    background: #fff;
    height: 100%;
}

.wa-agent-item {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    transition: background 0.2s;
    border-bottom: 1px solid #f0f2f5;
}

.wa-agent-item:hover {
    background-color: #f5f6f6;
}

.wa-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid #eee;
}

.wa-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wa-agent-info h6 {
    margin: 0;
    font-size: 16px;
    color: #111b21;
}

.wa-agent-info p {
    margin: 0;
    font-size: 13px;
    color: #667781;
}

.wa-message-view {
    display: none;
    flex-direction: column;
    height: 100%;
}

.back-bar {
    background: #e9edef;
    padding: 8px 16px;
    font-size: 13px;
    color: #008069;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    border-bottom: 1px solid #d1d7db;
}

.wa-chat-area {
    flex-grow: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.msg-bubble {
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
    max-width: 85%;
    box-shadow: 0 1px 0.5px rgba(0,0,0,0.13);
    background-color: white;
    align-self: flex-start;
    border-top-left-radius: 0;
    color: #111b21;
}

.msg-time {
    font-size: 10px;
    color: #667781;
    float: right;
    margin-top: 4px;
    margin-left: 8px;
}

.wa-footer {
    padding: 10px;
    background-color: #f0f2f5;
    display: flex;
    align-items: center;
    gap: 8px;
}

.wa-input {
    flex-grow: 1;
    background: white;
    border: none;
    border-radius: 20px;
    padding: 10px 15px;
    font-size: 15px;
    outline: none;
}

.wa-send-btn {
    background-color: #008069;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    transition: transform 0.1s;
}

.wa-send-btn:active {
    transform: scale(0.95);
}

.wa-send-btn i {
    margin-left: 2px;
    font-size: 16px;
}

@media (max-width: 768px) {
    .wa-btn-toggle span {
        display: none;
    }

    .wa-btn-toggle {
        padding: 0;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        justify-content: center;
        box-shadow: 0 6px 14px rgba(0,0,0,0.25);
    }

    .wa-btn-toggle i {
        font-size: 32px !important;
    }

    .wa-chat-box {
        width: 90vw;
        right: 1vw;
        bottom: 90px;
    }
}
