/* Custom Styles */
:root {
    /* Fonts */
    --font-inter: 'Inter', sans-serif;
    --font-montserrat: 'Montserrat', sans-serif;
    /* Colors */
    --black: #000000;
    --white: #ffffff;
    --brand-red: #e32b13;
    --gray-text: #141414;
    --light-gray: #f2f2f2;
    --blue: #104690;

    /* Spacing */
    --spacing-responsive: clamp(2rem, 4vw + 1rem, 3.5rem);
}

.text-muted {
    --bs-text-opacity: 1;
    color: var(--gray-text) !important;
}

body {
    font-family: var(--font-montserrat);
    color: var(--black);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--black);
    font-family: var(--font-montserrat);
}

h1 {
    font-size: clamp(2.5rem, 5vw + 1rem, 4.5rem);
}

h2 {
    font-size: clamp(2rem, 4vw + 1rem, 3.5rem);
}

h3 {
    font-size: clamp(1.75rem, 3vw + 1rem, 3rem);
}

h4 {
    font-size: clamp(1.5rem, 2vw + 1rem, 2.5rem);
}

h5 {
    font-size: clamp(1.25rem, 1vw + 1rem, 2rem);
}

h6 {
    font-size: clamp(1rem, 0.5vw + 1rem, 1.5rem);
}

p {
    font-size: 1rem;
}

.btn.btn-primary {
    border-radius: 60px;
    background: linear-gradient(90deg, #0060bf 0%, #3e76e1 100%);
    /* box-shadow: 0 3.28px 24.597px 0 #4179d5, 0 -3.28px 12.299px 0 #2d538d inset; */
    color: #fff;
    text-align: center;
    border: none;
    padding: 19.5px 40px;
    transition: all 0.5s ease-in-out;
    font-weight: 700;
    font-size: 20px;
    line-height: 128%;
    letter-spacing: 0%;
    text-transform: uppercase;
    /* box-shadow: 0px -3.28px 12.3px 0px #fff inset;
    box-shadow: 0px 3.28px 24.6px 0px #fff; */
    transition: all 0.5s ease-in-out;
}

.btn.btn-primary:hover {
    background: linear-gradient(90deg, #0060bf 0%, #3e76e1 100%);
    transform: scale(1.03);
}

.btn.btn-primary:active:focus,
.btn.btn-primary:focus {
    box-shadow: none;
}


/* Header start here */

.page-header .navbar-brand img {
    /* width: 167px; */
    height: 65px;
}

.page-header {
    margin: auto;
    width: 100%;
    padding: 0 12px 0 33px;
    border-radius: 60px;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.14), 0 24px 80px 0 rgba(22, 30, 49, 0.22);
    top: 21px;
}

.header-location-content {
    display: flex;
    align-items: center;
}

.page-header .btn-phone-number {
    border-radius: 60px;
    background: linear-gradient(90deg, #104690 0%, #1061D0 137.88%);
    max-height: 68px;
    text-align: left;
    color: #fff;
    padding: 0 18px 0 0;
    text-decoration: none;
}

.page-header .btn-phone-number .phone-icon img {
    max-width: 80px;
    height: 80px;
    width: 100%;
    object-fit: cover;
}

.phone-icon {
    margin-left: -3px;
}

.page-header .btn-phone-content .no-call-charges {
    color: #fff;
    font-size: 16px;
    /* font-family: "Montserrat", sans-serif; */
    font-style: normal;
    font-weight: 500;
    line-height: 128%;
    /* 20.48px */
}

.page-header .btn-phone-content .phone-number {
    color: #fff;
    /* font-family: "Montserrat", sans-serif; */
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 96%;
}

.page-header .btn-phone-content {
    display: flex;
    flex-direction: column;
    margin-left: -6px;
}

.header-location-content p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 114%;
    margin-bottom: 0;
    margin-right: 12px;
}

.header-location-content .location-pill {
    border-radius: 30px;
    background: linear-gradient(111deg, #fbfdff 36.05%, #1061D0 249.31%);
    display: inline-flex;
    padding: 6px 14px 6px 8px;
    align-items: center;
    gap: 6px;
    color: #2161a4;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 114%;
    /* 18.24px */
}

.header-location {
    gap: 79px;
}

.header-location-content .location-pill span {
    font-weight: 600;
}

.header-location-content:last-child .location-pill span {
    color: var(--blue);
}

.specialist-section .col-lg-6.text-center.position-relative img {
    max-width: 700px;
}

.testimonials-slider-space {
    margin-top: clamp(2rem, 4vw + 1rem, 5.5rem);
}

.cta-sticky {
    opacity: 0;
    visibility: hidden;
}

/* Banner start here */
.banner {
    background: url(../images/banner.png) no-repeat center center;
    background-size: cover;
    padding: 100px 0;
    height: 863px;
    position: relative;
}

.banner .container {
    position: relative;
    z-index: 3;
}

.banner .banner-text h1 {
    font-family: "Montserrat", sans-serif;
    color: var(--white);
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    line-height: 118%;
    /* 70.8px */
    margin-bottom: 33px;
}

.banner .banner-text h1 span {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 65px;
    line-height: 98%;
    color: #45c5ac;
}

.banner .banner-text {
    margin-top: 100px;
}

.banner-text p {
    font-weight: 500;
    font-size: 18px;
    line-height: 138%;
    margin-bottom: 39px;
    color: var(--white);
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 148%;
    letter-spacing: 0%;
    text-align: center;
}

.swiper-wrapper {
    transition-timing-function: linear;
}

main.page-section {
    overflow: hidden;
}

.btn.btn-primary.banner-button-contact {
    margin-right: 25px;
    border-radius: 49.194px;
    /* background: linear-gradient(90deg, #0060bf 0%, #3e76e1 100%);
    box-shadow: 0 3.28px 24.597px 0 #4179d5, 0 -3.28px 12.299px 0 #2d538d inset; */
}

.d-flex.banner-feature--text {
    margin-bottom: 42px;
    gap: 18px;
}

.google-star-rating {
    display: flex;
    align-items: center;
    gap: 5px;
}

.google-star-rating .google-rating-logo img {
    width: 30px;
    height: 30px;
}

.google-star-rating .google-rating-logo img {
    width: 30px;
    height: 30px;
}

.google-star-rating .star-icon img {
    width: 90px;
}

.google-star-rating p {
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 14px */
    text-transform: uppercase;
    margin-bottom: 0;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.54);
    z-index: 2;
}

/* Banner end here */

/* Services Section Styling */
.services-section {
    background-color: #f9fbff;
    position: relative;
    overflow: hidden;
    padding: clamp(5rem, 6vw + 1rem, 6rem) 0;
}

.services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 10% 20%, rgba(16, 70, 144, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.services-section .header-content h2 {
    color: var(--black);
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.services-section .header-content h2 span {
    color: var(--blue);
}

.services-section .header-content p {
    color: var(--gray-text);
    font-size: 1.1rem;
    line-height: 1.6;
}

.service-card {
    background: #fff;
    border-radius: 24px;
    height: 100%;
    border: 1px solid rgba(16, 70, 144, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 1;
}

.service-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(16, 70, 144, 0.12);
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -1;
}

.service-card:hover {
    transform: scale(1.04);
}

.service-card:hover::after {
    opacity: 1;
}

.service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: transform 0.4s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.1) rotate(2deg);
}

.service-card h4 {
    font-size: 1.5rem;
    color: var(--blue);
    font-weight: 700;
    margin-bottom: 1rem;
}

.service-card p {
    font-size: 1rem;
    color: var(--gray-text);
    line-height: 1.5;
    margin-bottom: 1.5rem;
    flex-grow: 1;
    margin-bottom: 0 !important;
}

.learn-more-link {
    text-decoration: none;
    color: var(--blue);
    font-weight: 600;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: gap 0.3s ease;
}

.learn-more-link:hover {
    color: #1061D0;
}

.learn-more-link .arrow {
    transition: transform 0.3s ease;
}

.learn-more-link:hover .arrow {
    transform: translateX(5px);
}

/* Consultation Section styles */
.consultation {
    background-color: transparent;
    margin-top: -113px;
    position: relative;
    z-index: 5;
    margin-bottom: clamp(5rem, 6.5vw + 1rem, 6.5rem);
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03); */
}

.consultation-container {
    /* border-radius: 20px;
    overflow: hidden; */
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
    padding: 0;
}

.consultation-text-col {
    background-color: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.consultation-text-col h2 {
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 1.1;
}

.consultation-text-col p {
    font-weight: 300;
    opacity: 0.8;
}

.consultation-form-col {
    background-color: #fff;
}

.consultation-form-col .form-label {
    font-weight: 600;
    color: #333;
    font-size: 1rem;
    margin-bottom: 0px;
}

.underline-input {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
    padding: 8px 0;
    font-size: 1.1rem;
    background-color: transparent !important;
}

.underline-input:focus {
    box-shadow: none;
    border-color: var(--blue);
}

.underline-input::placeholder {
    color: #aaa;
    font-weight: 300;
}

textarea.form-control {
    height: 130px;
    resize: none;
}

/* RESPONSIVE */
@media (max-width: 991.98px) {
    .consultation-text-col {
        padding: 60px 40px !important;
    }

    .consultation-text-col h2 {
        font-size: 3rem;
    }

    .consultation-form-col {
        padding: 60px 40px !important;
    }
}


/* Trusted Partner Section */
.trusted-partner .icon-check-green {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/check-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
}

.trusted-partner {
    padding: clamp(5rem, 6vw + 1rem, 6rem) 0;
}

.trusted-partner h2 {
    color: var(--black);
    line-height: 1.2;
}

.trusted-partner .benefit-list li span:last-child {
    font-size: 1.05rem;
    color: #1a1a1a;
}

.trusted-partner .image-wrapper {
    transition: transform 0.5s ease;
}

.trusted-partner .image-wrapper:hover {
    transform: scale(1.03);
}

.trusted-partner .image-wrapper img {
    height: 660px;
    object-fit: cover;
}

/* Testimonials Section */
.testimonials-section {
    background-color: var(--blue);
    position: relative;
    padding: clamp(5rem, 8vw + 1rem, 8rem) 0;
    overflow: hidden;
}

.testimonials-swiper {
    padding: 20px 0 60px;
    position: relative;
}

.testimonials-section .testimonial-image {
    width: 150px;
    height: 150px;
    position: relative;
}

.testimonials-section .testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.testimonial-item:hover .testimonial-image img {
    transform: scale(1.1);
}

.testimonials-section .testimonial-text {
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.9;
    font-weight: 400;
}

.testimonials-section h4 {
    font-size: 1.3rem;
    letter-spacing: 0.5px;
}

.quote-icon svg {
    color: #fff;
    opacity: 0.5;
}

/* Swiper Navigation & Pagination */
.testimonials-section .swiper-button-next,
.testimonials-section .swiper-button-prev {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

.testimonials-section .swiper-button-next:after,
.testimonials-section .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}

.testimonials-section .swiper-button-next:hover,
.testimonials-section .swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.testimonials-section .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.3;
    width: 10px;
    height: 10px;
    transition: all 0.3s ease;
}

.testimonials-section .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    transform: scale(1.2);
}

.chat-with-ai-btn {
    z-index: 10;
}


.chat-with-ai-btn .btn {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.chat-with-ai-btn .btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.swiper-pagination.mt-5.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -30px;
    top: auto;
    display: none;
}


/* Secure Experiences Link Animation */
#secure-experiences a i {
    transition: transform 0.3s ease;
}

#secure-experiences a:hover i {
    transform: translateX(5px);
}

#secure-experiences .secure-image-wrapper {
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); */
}

#secure-experiences {
    background: #f9f9f9;
}

#secure-experiences .secure-image-wrapper video {
    border-radius: 20px;
    width: 100%;
    height: 600px;
    object-fit: cover;
}

#secure-experiences .secure-image-wrapper img {
    height: 600px;
    object-fit: cover;
}

#secure-experiences h5 {
    font-size: 1rem;
    line-height: 25px;
    font-weight: 600;
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important;
}

/* Newsletter Section */
#newsletter-section {
    background: #ffffff;
}

#newsletter-section .input-group-wrapper {
    background: #fff;
    transition: box-shadow 0.3s ease;
}

#newsletter-section .input-group-wrapper:focus-within {
    box-shadow: 0 10px 30px rgba(16, 46, 144, 0.1) !important;
}

#newsletter-section button:hover {
    background-color: var(--brand-red) !important;
    transform: scale(1.02);
}

#newsletter-section .custom-checkbox {
    cursor: pointer;
}

#newsletter-section .custom-checkbox:checked {
    background-color: var(--blue);
    border-color: var(--blue);
}

#newsletter-section a:hover {
    text-decoration: underline !important;
}

@media (max-width: 575.98px) {
    #newsletter-section .input-group-wrapper {
        border-radius: 15px !important;
    }

    #newsletter-section button {
        border-radius: 0 0 15px 15px !important;
        width: 100%;
    }

    #newsletter-section input {
        border-radius: 15px 15px 0 0 !important;
        text-align: center;
    }
}


/* Find Treatment Section Styling */
.find-treatment {
    /* background: url('../images/find-bg.jpg') no-repeat center center; */
    background-size: cover;
    border-radius: 14px;
    padding-top: clamp(4rem, 6vw + 1rem, 6rem);
}

.find-treatment .sub-title {
    font-size: 16px;
    letter-spacing: 0.32px;
}


.step-card {
    background: #fff;
    border-radius: 24px;
    height: 100%;
    border: 1px solid rgba(16, 70, 144, 0.15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.step-card:hover {
    transform: scale(1.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.step-label {
    color: var(--blue);
    font-size: 33px;
    letter-spacing: 0.32px;
    background: #E6F3FF;
    padding: 10px 20px;
    border-radius: 50px;
    width: 80px;
    height: 80px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-weight: 600;
    border: 1px solid #0060BF;
}

.step-icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 160px;
    border: 1px solid #284D06;
    background: #EBFFE1;
    display: none;
    align-items: center;
    justify-content: center;
}

.step-title {
    /* font-family: var(--font-volkov); */
    font-size: clamp(1.35rem, 1vw + 1rem, 1.35rem);
    color: var(--black);
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.step-desc {
    color: var(--black);
    font-size: 15px;
    line-height: 1.55;
    opacity: 0.9;
}


/* Footer Section Styles */
.footer-section {
    background-color: #0c0c0c;
    color: var(--white);
    padding: 80px 0 0;
    position: relative;
    overflow: hidden;
}

.footer-building-design {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    opacity: 0.1;
    pointer-events: none;
    z-index: 1;
    animation: subtlePan 5s linear infinite alternate;
}

.footer-building-design img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

@keyframes subtlePan {
    0% {
        transform: translateX(-5%) scale(1.1);
        opacity: 0.1;
    }

    100% {
        transform: translateX(5%) scale(1.1);
        opacity: 0.1;
    }
}


.footer-container {
    position: relative;
    z-index: 2;
}

.footer-logo {
    margin-bottom: 25px;
}

.footer-logo img {
    max-height: 80px;
/*     filter: invert(1); */
}

.footer-about-text {
    font-size: 14px;
    line-height: 1.6;
    color: #cbd5e0;
    /* margin-bottom: 30px; */
}

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

.footer-social-link {
    width: 40px;
    height: 40px;
    background-color: #53627d;
    color: var(--white);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 18px;
}

.footer-social-link:hover {
    background-color: var(--blue);
    color: var(--white);
    transform: translateY(-3px);
}

.footer-widget-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
}

.footer-widget-title::after {
    content: '';
    height: 2px;
    width: 30px;
    background-color: var(--white);
    opacity: 0.3;
}

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

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #cbd5e0;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: var(--white);
    padding-left: 5px;
}

.footer-contact-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-contact-icon {
    flex: 0 0 20px;
    color: #7bb5cc;
}

.footer-contact-icon svg {
    width: 20px;
    height: 20px;
    fill: rgb(255 255 255);
}

.footer-contact-text {
    font-size: 14px;
    line-height: 1.5;
    color: #cbd5e0;
}

.footer-contact-text a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact-text a:hover {
    color: var(--white);
}

.footer-bottom {
    background-color: #000000;
    padding: 25px 0;
    margin-top: 80px;
    text-align: center;
}

.copyright-text {
    font-size: 15px;
    color: #cdcdcd;
    margin: 0;
}



@media (max-width: 991px) {

    .about_step.find-treatement-container {
        padding: 20px !important;
    }

    .footer-section {
        padding: 60px 0 0;
    }

    .footer-bottom {
        margin-top: 60px;
    }
}

.navbar-nav .nav-item .nav-link {
    font-weight: 500;
    font-size: 17px;
    text-transform: capitalize !important;
}

.navbar-nav .nav-item .nav-link.active {
    color: var(--blue);
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--blue);
}


/* Service Areas Section */
#service-areas {
    background-color: #ffffff;
    padding: clamp(5rem, 6vw + 1rem, 6rem) 0;
}

#service-areas .area-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(16, 70, 144, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#service-areas .area-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(16, 70, 144, 0.15);
    border-color: var(--blue);
}

#service-areas .area-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease;
}

#service-areas .area-card:hover .area-icon {
    transform: scale(1.1);
}

#service-areas .area-card h4 {
    color: var(--black);
    font-size: 1.5rem;
    line-height: 1.4;
    transition: color 0.3s ease;
    margin-bottom: 1rem !important;
}

#service-areas .area-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--gray-text);
    opacity: 0.8;
}

#service-areas .area-card:hover h4 {
    color: var(--blue);
}
.nav-item {
    border-bottom: none;
}


/* Why Choose Aariva Section */
#why-choose-aariva {
    background-color: #ffffff;
    /* padding: clamp(4rem, 3vw + 1rem, 3rem) 0; */
}

.section-tag {
    color: var(--blue);
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.workflow-number {
    width: 60px;
    height: 60px;
    background-color: var(--blue);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
    flex-shrink: 0;
    box-shadow: 0 10px 20px rgba(16, 70, 144, 0.2);
}

.workflow-item {
    transition: transform 0.3s ease;
}

.workflow-item:hover {
    transform: translateX(10px);
}

.workflow-item h4 {
    color: var(--black);
    font-size: 1.35rem;
}

.mvv-card {
    background: #ffffff;
    border-radius: 20px;
    transition: all 0.3s ease;
    border: 1px solid rgba(16, 70, 144, 0.05);
}

.mvv-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(16, 70, 144, 0.1);
    border-color: var(--blue);
}

.mvv-icon {
    display: inline-flex;
    padding: 20px;
    background: rgba(16, 70, 144, 0.05);
    border-radius: 15px;
    color: var(--blue);
}

.mvv-card h3 {
    font-size: 1.5rem;
    color: var(--blue);
}
/* --- Parent Scoped Styles --- */

/* Background Overlay */
.modern-app-modal {
    backdrop-filter: blur(10px);
    background-color: rgba(15, 23, 42, 0.5);
}

/* Modal Container */
.modern-app-modal .modal-content {
    border-radius: 24px;
    padding: 20px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
    background: #ffffff;
}

/* Header & Icons */
.modern-app-modal .form-header {
    text-align: center;
    margin-bottom: 30px;
}

.modern-app-modal .icon-box {
    width: 64px;
    height: 64px;
    background: #eff6ff;
    color: #2563eb;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 15px;
}

.modern-app-modal .form-header h2 {
    font-weight: 800;
    color: #1e293b;
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.modern-app-modal .form-header p {
    color: #64748b;
    font-size: 0.95rem;
}

/* Custom Inputs */
.modern-app-modal .input-field label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
    margin-bottom: 6px;
    letter-spacing: 0.05em;
}

.modern-app-modal .form-control {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px 16px;
    transition: all 0.2s;
}

.modern-app-modal .form-control:focus {
    background-color: #fff;
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
    outline: none;
}

/* Custom Checkboxes */
.modern-app-modal .custom-checkbox {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    color: #475569;
    user-select: none;
}

.modern-app-modal .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.modern-app-modal .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #f1f5f9;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
}

.modern-app-modal .custom-checkbox:hover input ~ .checkmark {
    background-color: #e2e8f0;
}

.modern-app-modal .custom-checkbox input:checked ~ .checkmark {
    background-color: #2563eb;
    border-color: #2563eb;
}

/* Submit Button */
.modern-app-modal .btn-submit {
    width: 100%;
    background: #2563eb;
    color: white;
    border: none;
    border-radius: 12px;
    padding: 16px;
    font-weight: 700;
    margin-top: 20px;
    transition: all 0.3s;
}

.modern-app-modal .btn-submit:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.3);
}

/* Close Button Styling */
.modern-app-modal .btn-close-custom {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #2b6fd6;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
#consultation-form .btn.btn-primary {
    margin: auto;
    display: block;
}
.text-center.apply-btn
 {
    margin: 0 -3rem;
}
.apply-btn .open-modal {
    background: #d5e4ff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    margin-bottom: -49px;
    font-weight: 600;
}
.modal-dialog
 {
        max-width: 700px;
    }