/* ==================== GLOBAL BODY STYLES ==================== */
body {
    font-family: 'Figtree', sans-serif;
    background-color: #f8f9fa;
    color: #333333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* Assign Outfit font to all headings */
h1, h2, h3, h4, h5, h6, 
.navbar-brand, 
.hero-title {
    font-family: 'Outfit', sans-serif;
}

/* Smooth scrolling for anchor links */
html {
    scroll-behavior: smooth;
}
/* Ensures main container spacing below fixed/sticky headers */
.main-content {
    min-height: 80vh;
}



/* Exact Header Styling */

.header-section {
    background-color: #ffffff;
    border-bottom: 1px solid #f0f0f0;
}

.header-logo {
    height: 60px;
    width: auto;
}

/* Nav Link Typography and Colors */
.navbar-nav .nav-link {
    color: #203541;
    font-size: 0.95rem;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #12636f; /* Deep teal accent from logo */
}

/* Book Consultation text and phone number */
.phone-consultation .consult-label {
    font-size: 0.75rem;
    color: #6c757d;
    font-weight: 400;
    line-height: 1.2;
}

.phone-consultation .consult-number {
    font-size: 1.05rem;
    font-weight: 700;
    color: #12636f;
    line-height: 1.3;
}

.phone-consultation .consult-number:hover {
    color: #0d4851;
}

/* Appointment pill button with exact gradient */
.btn-appointment {
    background: linear-gradient(90deg, #df825f 0%, #d56a52 100%);
    border: none;
    font-size: 0.95rem;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(215, 106, 82, 0.25);
    transition: opacity 0.2s ease;
}

.btn-appointment:hover {
    opacity: 0.92;
    color: #ffffff;
}

.arrow-icon {
    font-size: 1.1rem;
    line-height: 1;
}





/* Hero Section Styles */
.hero-section {
    background-color: #ffffff;
    overflow: hidden;
}

.location-tag {
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    color: #e07a5f; /* Coral dot/accent */
}

.location-dot {
    width: 8px;
    height: 8px;
    background-color: #e07a5f;
    border-radius: 50%;
    display: inline-block;
}

.hero-title {
    font-size: 2.5rem;
    color: #111827;
    line-height: 1.2;
}

.text-teal {
    color: #12636f;
}

.hero-description {
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 540px;
    color: #4b5563;
}

.btn-teal-custom {
    background-color: #12636f;
    border: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: background-color 0.2s ease;
}

.btn-teal-custom:hover {
    background-color: #0d4851;
    color: #fff;
}

.risk-assessment-link {
    color: #203541;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.risk-assessment-link:hover {
    color: #12636f;
}

/* Image styling and left-side soft fade effect matching design */
.hero-img-wrapper {
    position: relative;
    min-height: 480px;
}

.hero-hospital-img {
    height: 100%;
    min-height: 480px;
    max-height: 560px;
}

.image-fade-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 120px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    pointer-events: none;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .hero-title {
        font-size: 2.5rem;
    }
    .image-fade-overlay {
        display: none;
    }
}








/* Specialist Section Styles */
.specialist-section {
    background-color: #ffffff;
    background-image: url('../image/meet-our-background.png'); /* Replace with your background image path */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.section-title {
    font-family: 'Outfit', sans-serif;
    font-size: 2.5rem;
    color: #111827;
    line-height: 1.2;
}

.section-description {
    font-family: 'Figtree', sans-serif;
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 560px;
    color: #4b5563;
}

.certified-text {
    font-family: 'Figtree', sans-serif;
    font-size: 0.95rem;
    color: #203541;
}

/* Specialist Card Wrapper & Dual Framing Shapes */
.specialist-card-wrapper {
    position: relative;
    max-width: 580px;
    width: 100%;
    padding: 24px; /* Creates inner clearance for the absolute teal blocks */
}

.teal-backdrop-shape-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 45%;
    background-color: #12636f;
    border-radius: 1rem;
    z-index: 1;
}

.teal-backdrop-shape-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45%;
    height: 45%;
    background-color: #12636f;
    border-radius: 1rem;
    z-index: 1;
}

.specialist-card {
    border-radius: 1.25rem;
    z-index: 2;
    background-color: #ffffff;
}

@media (max-width: 991.98px) {
    .section-title {
        font-size: 2.5rem;
    }
    .specialist-card-wrapper {
        padding: 15px;
    }
}








/* Journey Section Styles */
.journey-section {
    background: linear-gradient(180deg, rgba(240, 249, 248, 0.4) 0%, rgba(255, 255, 255, 1) 100%);
    position: relative;
    overflow: hidden;
}

.badge-pill-custom {
    background-color: #e6f4f3;
    border: 1px solid #d0eeec;
}

.badge-text {
    font-family: 'Figtree', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    color: #12636f;
}

.journey-title {
    font-family: 'Outfit', sans-serif;
    font-size: 2.5rem;
    color: #111827;
    line-height: 1.1;
}

.journey-description {
    font-family: 'Figtree', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #4b5563;
}

/* Form Customization */
.journey-form {
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
}

.input-group-custom {
    background-color: #f9fafb !important;
    border: 1px solid #e5e7eb !important;
    transition: all 0.2s ease;
}

.input-group-custom:focus-within {
    border-color: #12636f !important;
    box-shadow: 0 0 0 3px rgba(18, 99, 111, 0.1);
    background-color: #ffffff !important;
}

.input-group-custom input::placeholder,
.input-group-custom select {
    font-family: 'Figtree', sans-serif;
    font-size: 0.95rem;
    color: #9ca3af;
}

.btn-teal-submit {
    font-family: 'Figtree', sans-serif;
    background-color: #12636f;
    border: none;
    font-size: 0.95rem;
    transition: background-color 0.2s ease, opacity 0.2s ease;
}

.btn-teal-submit:hover {
    background-color: #0d4851;
    color: #ffffff;
    opacity: 0.95;
}

@media (max-width: 991.98px) {
    .journey-title {
        font-size: 2.2rem;
    }
}










/* Diabetes Types Section Styles */
.diabetes-types-section {
    background-color: #f6faf9; /* Soft tint background matching theme */
    overflow: hidden;
}

.section-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 2.5rem;
    color: #12636f;
}

.heading-line {
    height: 2px;
    width: 60px;
    background-color: #12636f;
    display: inline-block;
}

.diabetes-card {
    background-color: #ffffff;
    border-color: #e2e8f0 !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.diabetes-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
}

.icon-box {
    width: 44px;
    height: 44px;
    background-color: #e6f4f3;
}

.card-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.35rem;
    color: #111827;
}

.card-text {
    font-family: 'Figtree', sans-serif;
    font-size: 0.95rem;
    line-height: 1.4;
}

.learn-more-link {
    font-family: 'Figtree', sans-serif;
    font-size: 0.9rem;
    color: #df825f; /* Coral accent matching previous buttons */
    transition: opacity 0.2s ease;
}

.learn-more-link:hover {
    opacity: 0.8;
    color: #df825f;
}

.image-wrapper img {
    max-height: 640px;
    width: 100%;
}

@media (max-width: 991.98px) {
    .section-heading {
        font-size: 1.8rem;
        text-align: center;
    }
}












/* Services Section Styles */
.services-section {
    background-color: #f6faf9; /* Soft greenish-tinted background */
    overflow: hidden;
}

.services-subtitle {
    font-family: 'Figtree', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    color: #df825f; /* Coral accent */
}

.services-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 2.5rem;
    color: #12636f; /* Deep teal matching theme */
}

.service-card {
    background-color: #ffffff;
    border-color: #e2e8f0 !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
}

.icon-box {
    width: 44px;
    height: 44px;
    background-color: #e6f4f3;
}

.service-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.2rem;
    color: #111827;
}

.service-text {
    font-family: 'Figtree', sans-serif;
    font-size: 0.88rem;
    line-height: 1.4;
}

.service-img {
    height: 150px;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .services-heading {
        font-size: 2rem;
    }
}











/* Care Plans Section Styles */
.care-plans-section {
    background-color: #ffffff;
    background-image: url('../image/diabetic-plan.png'); /* Replace with your background image path */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.continuous-care-card {
    background-color: #12636f; /* Deep teal background */
}

.card-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 2rem;
    line-height: 1.25;
}

.card-description {
    font-family: 'Figtree', sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
}

.standard-badge {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.text-coral {
    color: #df825f;
}

.section-subtitle {
    font-family: 'Figtree', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    color: #df825f;
}



.section-description {
    font-family: 'Figtree', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #4b5563;
}

.check-icon {
    width: 24px;
    height: 24px;
}

.care-features-list li {
    font-family: 'Figtree', sans-serif;
    font-size: 1rem;
}

@media (max-width: 991.98px) {
    .section-heading {
        font-size: 2.1rem;
    }
    .card-heading {
        font-size: 1.7rem;
    }
}







/* FAQ Section Styles */
.faq-section {
    background-color: #ffffff;
    overflow: hidden;
}

.faq-subtitle {
    font-family: 'Figtree', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    color: #df825f; /* Coral accent */
}

.faq-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 2.5rem;
    color: #12636f; /* Deep teal matching theme */
}

/* Customizing Bootstrap Accordion to match pill design from image */
.custom-faq-accordion .accordion-item {
    background-color: #f6faf9;
    border: 1px solid #12636f !important;
    border-radius: 50rem !important;
    transition: all 0.2s ease;
}

.custom-faq-accordion .accordion-button {
    font-family: 'Figtree', sans-serif;
    font-size: 1.05rem;
    color: #203541;
    background-color: #f6faf9 !important;
    border-radius: 50rem !important;
}

.custom-faq-accordion .accordion-button:not(.collapsed) {
    background-color: #eaf3f2 !important;
    color: #12636f;
    box-shadow: none !important;
}

/* Replace Bootstrap default accordion arrow with circular teal plus button matching image */
.custom-faq-accordion .accordion-button::after {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background-image: none;
    background-color: #12636f;
    border-radius: 50%;
    content: "+";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.custom-faq-accordion .accordion-button:not(.collapsed)::after {
    content: "–";
    transform: none;
    background-color: #12636f;
}

.custom-faq-accordion .accordion-body {
    font-family: 'Figtree', sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    background-color: #ffffff;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

@media (max-width: 991.98px) {
    .faq-heading {
        font-size: 2rem;
    }
    .custom-faq-accordion .accordion-button {
        font-size: 0.95rem;
    }
}








/* Testimonials Section Styles */
.testimonials-section {
    background-color: #fbf9f6; /* Soft warm cream background matching design */
    overflow: hidden;
}

.testimonials-subtitle {
    font-family: 'Figtree', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    color: #df825f; /* Coral accent */
}

.testimonials-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 2.5rem;
    color: #12636f; /* Deep teal matching theme */
}

.testimonial-card {
    background-color: #ffffff;
    border: 1px solid #f0f0f0 !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.testimonial-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
}

.featured-card {
    background: linear-gradient(180deg, #ffffff 0%, #fcfefe 100%);
    border: 1px solid #e2f2f0 !important;
}

.testimonial-text {
    font-family: 'Figtree', sans-serif;
    font-size: 0.92rem;
    line-height: 1.6;
}

.patient-name {
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    color: #111827;
}

.patient-role {
    font-family: 'Figtree', sans-serif;
    font-size: 0.78rem;
}

.patient-thumb {
    width: 42px;
    height: 42px;
}

.patient-thumb-lg {
    width: 60px;
    height: 60px;
}

.featured-avatar {
    width: 75px;
    height: 75px;
    border: 3px solid #e2f2f0;
}

.rating-stars {
    letter-spacing: 2px;
    font-size: 0.95rem;
}

.quote-icon-top {
    font-size: 3rem;
    line-height: 0.5;
    font-family: serif;
    color: #12636f;
}

.quote-icon-bottom {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 3rem;
    line-height: 0.5;
    font-family: serif;
    color: #12636f;
    transform: rotate(180deg);
}

@media (max-width: 991.98px) {
    .testimonials-heading {
        font-size: 2rem;
    }
}









/* Footer Section Styles */
.site-footer {
    background-color: #12636f; /* Deep teal theme background matching design */
    font-family: 'Figtree', sans-serif;
}

.footer-logo {
    height: 48px;
    width: auto;
}

.footer-description,
.footer-timings,
.footer-contact-info,
.footer-nav a,
.copyright-text,
.disclaimer-text {
    font-size: 0.9rem;
    line-height: 1.6;
    transition: color 0.2s ease;
}

.footer-nav a:hover {
    color: #ffffff !important;
}

.footer-heading,
.footer-subheading {
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
}

@media (max-width: 991.98px) {
    .site-footer {
        text-align: left;
    }
}











/* Why DiabetEASE Exists Section Styles */
.about-paradigm-section {
    background-color: #f3f9f8; /* Soft pale greenish tint matching background */
    overflow: hidden;
}

.paradigm-tag {
    font-family: 'Figtree', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    color: #df825f; /* Coral accent */
}

.paradigm-dot {
    width: 7px;
    height: 7px;
    background-color: #df825f;
    border-radius: 50%;
    display: inline-block;
}

.paradigm-title {
    font-family: 'Outfit', sans-serif;
    font-size: 2.5rem;
    color: #12636f; /* Deep teal theme heading */
    line-height: 1.2;
}

.paradigm-description {
    font-family: 'Figtree', sans-serif;
    font-size: 1.02rem;
    line-height: 1.7;
    color: #4b5563;
}

.paradigm-img-wrapper {
    max-width: 580px;
    width: 100%;
}

.paradigm-doctor-img {
    height: 100%;
    max-height: 520px;
}

@media (max-width: 991.98px) {
    .paradigm-title {
        font-size: 2.4rem;
    }
}







/* Founding Belief Section Styles */
.founding-belief-section {
    background-color: #ffffff;
    overflow: hidden;
}

.badge-pill-custom {
    background-color: #f6faf9;
    border: 1px solid #e2f2f0;
}

.belief-dot {
    width: 7px;
    height: 7px;
    background-color: #df825f; /* Coral accent */
    border-radius: 50%;
    display: inline-block;
}

.badge-text {
    font-family: 'Figtree', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    color: #df825f;
}

.belief-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 2.5rem;
    color: #12636f; /* Deep teal theme heading */
}

.belief-subtext {
    font-family: 'Figtree', sans-serif;
    font-size: 1.02rem;
    line-height: 1.6;
    color: #4b5563;
}

/* Quote Box Styling matching design */
.belief-quote-box {
    background-color: #f3f9f8; /* Soft pale greenish tint */
    border: 1px solid #e2f2f0;
}

.quote-text {
    font-family: 'Outfit', sans-serif;
    font-size: 1.2rem;
    line-height: 1.7;
    color: #12636f;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .belief-heading {
        font-size: 2.1rem;
    }
    .quote-text {
        font-size: 1.05rem;
    }
}



/* =========================================
   CARE 360 SECTION
========================================= */

.care360-section {
    position: relative;
    padding: 72px 0 70px;
    background: #eef8f7;
    overflow: hidden;
}

/* Header */
.care360-header {
    max-width: 720px;
    margin: 0 auto 34px;
}

.care360-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 13px;
    margin-bottom: 12px;
    border: 1px solid #d9eceb;
    border-radius: 50px;
    background: #ffffff;
    color: #126d78;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .35px;
}

.care360-badge-dot {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #e97961;
}

.care360-header h2 {
    margin: 0 0 10px;
    color: #086773;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.5px;
}

.care360-header p {
    max-width: 680px;
    margin: 0 auto;
    color: #526b7c;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}

/* Grid */
.care360-grid {
    margin-left: 0;
    margin-right: 0;
}

/* Cards */
.care360-card {
    height: 100%;
    padding: 20px 19px 18px;
    background: #ffffff;
    border: 1px solid #e1e9eb;
    border-radius: 15px;
    box-shadow: 0 2px 4px rgba(20, 65, 75, 0.02);
    transition: transform .3s ease, box-shadow .3s ease;
}

.care360-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(25, 87, 94, 0.09);
}

/* Icons */
.care360-icon {
    width: 31px;
    height: 31px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #d7eeee;
    color: #11727c;
}

.care360-icon svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Card Content */
.care360-card h3 {
margin: 0 0 8px;
    color: #096875;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
}

.care360-card p {
    margin: 0;
    color: #1e1f20;
    font-size: 14.5px;
    font-weight: 400;
    line-height: 1.2;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991.98px) {

    .care360-section {
        padding: 60px 0;
    }

    .care360-header {
        margin-bottom: 28px;
    }

    .care360-header h2 {
        font-size: 25px;
    }

    .care360-card {
        padding: 20px;
    }
}

@media (max-width: 767.98px) {

    .care360-section {
        padding: 50px 0;
    }

    .care360-header {
        padding: 0 10px;
    }

    .care360-header h2 {
        font-size: 23px;
    }

    .care360-header p {
        font-size: 12px;
    }

    .care360-card {
        border-radius: 13px;
    }
}

@media (max-width: 575.98px) {

    .care360-section {
        padding: 45px 0;
    }

    .care360-header h2 {
        font-size: 21px;
    }

    .care360-card h3 {
        font-size: 14px;
    }

    .care360-card p {
        font-size: 11px;
    }
}








/* Locations Section Styles */
.locations-section {
    background-color: #ffffff;
    overflow: hidden;
}

.badge-pill-custom {
    background-color: #f6faf9;
    border: 1px solid #e2f2f0;
}

.location-dot {
    width: 7px;
    height: 7px;
    background-color: #df825f; /* Coral accent matching tag */
    border-radius: 50%;
    display: inline-block;
}

.badge-text {
    font-family: 'Figtree', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    color: #df825f;
}

.locations-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 2.5rem;
    color: #12636f; /* Deep teal theme heading */
}

.locations-subtext {
    font-family: 'Figtree', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #4b5563;
}

.location-card {
    border-color: #e2e8f0 !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.location-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
}

.location-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.35rem;
    color: #111827;
}

.location-address {
    font-family: 'Figtree', sans-serif;
    font-size: 0.92rem;
    line-height: 1.6;
}

.location-phone {
    font-family: 'Figtree', sans-serif;
    font-size: 0.95rem;
    color: #12636f;
    transition: color 0.2s ease;
}

.location-phone:hover {
    color: #df825f;
}

.text-coral {
    color: #df825f;
}

@media (max-width: 991.98px) {
    .locations-heading {
        font-size: 2.1rem;
    }
}

















/* Type 1 Treatment Section Styles */
.type1-treatment-section {
    background-color: #f3f9f8; /* Soft pale greenish tint matching background */
    overflow: hidden;
}

.treatment-tag {
    font-family: 'Figtree', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    color: #df825f; /* Coral accent */
}

.treatment-dot {
    width: 7px;
    height: 7px;
    background-color: #df825f;
    border-radius: 50%;
    display: inline-block;
}

.treatment-title {
      font-family: 'Outfit', sans-serif;
    font-size: 2.5rem;
    color: #12636f;
    line-height: 1.1;
}

.treatment-description {
    font-family: 'Figtree', sans-serif;
    font-size: 0.98rem;
    line-height: 1.7;
    color: #4b5563;
}

.treatment-img-wrapper {
    max-width: 480px;
    width: 100%;
}

.treatment-sensor-img {
    height: 100%;
    max-height: 440px;
}

@media (max-width: 991.98px) {
    .treatment-title {
        font-size: 2.2rem;
    }
}

/* How We Treat Section Styles */
.how-we-treat-section {
    background-color: #fbf9f6;
    overflow: hidden;
}

.badge-pill-custom {
    background-color: #ffffff;
    border: 1px solid #e2f2f0;
}

.treat-dot {
    width: 7px;
    height: 7px;
    background-color: #df825f;
    border-radius: 50%;
    display: inline-block;
}

.badge-text {
    font-family: 'Figtree', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    color: #df825f;
}

.treat-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 2.5rem;
    color: #12636f;
}

.treat-subtext {
    font-family: 'Figtree', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #4b5563;
}

/* 3D Flip Card Mechanics */
.treat-flip-card {
    background-color: transparent;
    perspective: 1000px; /* Gives the 3D depth effect */
    min-height: 300px;
}

.treat-flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
}

/* Trigger the flip on hover */
.treat-flip-card:hover .treat-flip-inner {
    transform: rotateY(180deg);
}

/* Common styling for front and back faces */
.treat-card-front, .treat-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden; /* Hide backside during rotation */
    backface-visibility: hidden;
    border: 1px solid #f0f0f0;
}

/* Front Face (Image) */
.treat-card-front {
    z-index: 2;
}

/* Back Face (Heading and Content) */
.treat-card-back {
    background-color: #ffffff;
    transform: rotateY(180deg); /* Pre-rotate the back side */
    z-index: 1;
}

.text-teal {
    color: #12636f !important;
}

@media (max-width: 991.98px) {
    .treat-heading {
        font-size: 2.1rem;
    }
}






/* Journey Ahead Section Styles */
.journey-ahead-section {
    background-color: #ffffff;
    overflow: hidden;
}

.badge-pill-custom {
    background-color: #f6faf9;
    border: 1px solid #e2f2f0;
}

.journey-dot {
    width: 7px;
    height: 7px;
    background-color: #df825f; /* Coral accent */
    border-radius: 50%;
    display: inline-block;
}

.badge-text {
    font-family: 'Figtree', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    color: #df825f;
}

.journey-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 2.5rem;
    color: #12636f; /* Deep teal theme heading */
}

.journey-description {
    font-family: 'Figtree', sans-serif;
    font-size: 1.02rem;
    line-height: 1.7;
    color: #4b5563;
}

/* Quote Box Styling */
.journey-quote-box {
    background-color: #f3f9f8; /* Soft pale greenish tint */
    border: 1px solid #e2f2f0;
}

.quote-text {
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
    line-height: 1.7;
    color: #12636f;
    font-weight: 500;
}

/* Consultation Button with exact gradient */
.btn-consultation {
    font-family: 'Figtree', sans-serif;
    background: linear-gradient(90deg, #df825f 0%, #d56a52 100%);
    border: none;
    font-size: 1rem;
    box-shadow: 0 4px 15px rgba(215, 106, 82, 0.25);
    transition: opacity 0.2s ease;
}

.btn-consultation:hover {
    opacity: 0.92;
    color: #ffffff;
}

/* Location Pills */
.location-pill {
    font-family: 'Figtree', sans-serif;
    border-color: #e2e8f0 !important;
}

@media (max-width: 991.98px) {
    .journey-heading {
        font-size: 2.1rem;
    }
    .quote-text {
        font-size: 1.05rem;
    }
}










/* Type 2 Remission Section Styles */
.type2-remission-section {
    background-color: #f3f9f8; /* Soft pale greenish tint matching background */
    overflow: hidden;
}

.remission-tag {
    font-family: 'Figtree', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    color: #df825f; /* Coral accent */
}

.remission-dot {
    width: 7px;
    height: 7px;
    background-color: #df825f;
    border-radius: 50%;
    display: inline-block;
}

.remission-title {
    font-family: 'Outfit', sans-serif;
    font-size: 2.5rem;
    color: #12636f; /* Deep teal theme heading */
    line-height: 1.1;
}

.remission-description {
    font-family: 'Figtree', sans-serif;
    font-size: 0.98rem;
    line-height: 1.7;
    color: #4b5563;
}

.remission-img-wrapper {
    max-width: 520px;
    width: 100%;
}

.remission-doctor-img {
    height: 100%;
    max-height: 520px;
}

/* Explore Protocol Button */
.btn-remission {
    font-family: 'Figtree', sans-serif;
    background: linear-gradient(90deg, #df825f 0%, #d56a52 100%);
    border: none;
    font-size: 0.95rem;
    box-shadow: 0 4px 15px rgba(215, 106, 82, 0.25);
    transition: opacity 0.2s ease;
}

.btn-remission:hover {
    opacity: 0.92;
    color: #ffffff;
}

.consult-open-text {
    font-family: 'Figtree', sans-serif;
}

@media (max-width: 991.98px) {
    .remission-title {
        font-size: 2.2rem;
    }
}









/* Remission Definition Section Styles */
.remission-definition-section {
    background-color: #ffffff;
    overflow: hidden;
}

.badge-pill-custom {
    background-color: #f6faf9;
    border: 1px solid #e2f2f0;
}

.def-dot {
    width: 7px;
    height: 7px;
    background-color: #df825f; /* Coral accent */
    border-radius: 50%;
    display: inline-block;
}

.badge-text {
    font-family: 'Figtree', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    color: #df825f;
}

.def-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 2.6rem;
    color: #12636f; /* Deep teal theme heading */
}

.def-description {
    font-family: 'Figtree', sans-serif;
    font-size: 0.98rem;
    line-height: 1.4;
    color: #4b5563;
}

/* Key Diagnostic Threshold Card */
.threshold-card {
    background-color: #f3f9f8; /* Soft pale greenish tint */
    border-color: #e2f2f0 !important;
}

.threshold-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.45rem;
    color: #12636f;
}

.threshold-divider {
    border-top: 1px solid #d0eeec;
    opacity: 1;
}

.threshold-label {
    font-family: 'Figtree', sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.5px;
    color: #6b7280;
    font-weight: 600;
}

.threshold-value {
    font-family: 'Outfit', sans-serif;
    font-size: 3rem;
    color: #df825f; /* Coral metric highlight matching image */
    line-height: 1.1;
}

.threshold-note {
    font-family: 'Figtree', sans-serif;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .def-heading {
        font-size: 2.1rem;
    }
}











.section-badge {
            background-color: #e2f1f0;
            color: #2b7a78;
            font-weight: 600;
            font-size: 0.85rem;
            letter-spacing: 0.5px;
            padding: 6px 16px;
            border-radius: 50rem;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .section-badge .dot {
            width: 7px;
            height: 7px;
            background-color: #e56b5d;
            border-radius: 50%;
        }

        .section-title {
            color: #134e4a;
            font-weight: 800;
            font-size: 2.25rem;
        }

        .section-subtitle {
            color: #4a5568;
            max-width: 600px;
            margin: 0 auto;
            font-size: 1.05rem;
            line-height: 1.6;
        }

        .custom-card {
            background-color: #ffffff;
            border: none;
            border-radius: 1.25rem;
            padding: 2.5rem 2rem;
            height: 100%;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .custom-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        }

        .card-icon-wrapper {
            width: 48px;
            height: 48px;
            background-color: #e2f1f0;
            color: #0f766e;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.25rem;
            margin-bottom: 1.5rem;
        }

        .card-icon-circle {
            width: 48px;
            height: 48px;
            background-color: #c7eedc;
            border-radius: 50%;
            margin-bottom: 1.5rem;
        }

        .card-title-custom {
            color: #134e4a;
            font-weight: 700;
            font-size: 1.25rem;
            margin-bottom: 1rem;
        }

        .card-text-custom {
            color: #4b5563;
            font-size: 0.95rem;
            line-height: 1.7;
            margin-bottom: 0;
        }
		
		
		
		
		
		
		
		
		
		/* Remission Feasibility Section Styles */
.remission-feasibility-section {
    background-color: #ffffff;
    overflow: hidden;
}

.badge-pill-custom {
    background-color: #f6faf9;
    border: 1px solid #e2f2f0;
}

.feasibility-dot {
    width: 7px;
    height: 7px;
    background-color: #df825f; /* Coral accent */
    border-radius: 50%;
    display: inline-block;
}

.badge-text {
    font-family: 'Figtree', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    color: #df825f;
}

.feasibility-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 2.6rem;
    color: #12636f; /* Deep teal theme heading */
}

.feasibility-subtext {
    font-family: 'Figtree', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #4b5563;
}

/* Criteria List Bullets */
.feasibility-bullet {
    width: 14px;
    height: 14px;
    background-color: #bce3df; /* Light teal circle matching image */
}

.criteria-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
    color: #12636f;
}

.criteria-text {
    font-family: 'Figtree', sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Right Side Profile Card */
.profile-card {
    background-color: #f3f9f8; /* Soft pale greenish tint */
    border-color: #e2f2f0 !important;
}

.profile-card-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.35rem;
    color: #12636f;
}

.profile-card-text {
    font-family: 'Figtree', sans-serif;
    font-size: 0.95rem;
    line-height: 1.7;
}

.profile-card-footer {
    font-family: 'Figtree', sans-serif;
    font-size: 0.92rem;
    line-height: 1.6;
    color: #12636f;
}

@media (max-width: 991.98px) {
    .feasibility-heading {
        font-size: 2.1rem;
    }
}








/* Gestational Diabetes Treatment Section Styles */
.gestational-treatment-section {
    background-color: #f3f9f8; /* Soft pale greenish tint matching background */
    overflow: hidden;
}

.gestational-tag {
    font-family: 'Figtree', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    color: #df825f; /* Coral accent */
}

.gestational-dot {
    width: 7px;
    height: 7px;
    background-color: #df825f;
    border-radius: 50%;
    display: inline-block;
}

.gestational-title {
    font-family: 'Outfit', sans-serif;
    font-size: 2.5rem;
    color: #12636f; /* Deep teal theme heading */
    line-height: 1.1;
}

.gestational-description {
    font-family: 'Figtree', sans-serif;
    font-size: 0.98rem;
    line-height: 1.7;
    color: #4b5563;
}

.gestational-img-wrapper {
    max-width: 520px;
    width: 100%;
}

.gestational-mother-img {
    height: 100%;
    max-height: 480px;
}

@media (max-width: 991.98px) {
    .gestational-title {
        font-size: 2.2rem;
    }
}


/* Gestational Overview Section Styles */
.gestational-overview-section {
    background-color: #ffffff;
    overflow: hidden;
}

.badge-pill-custom {
    background-color: #f6faf9;
    border: 1px solid #e2f2f0;
}

.overview-dot {
    width: 7px;
    height: 7px;
    background-color: #df825f; /* Coral accent */
    border-radius: 50%;
    display: inline-block;
}

.badge-text {
    font-family: 'Figtree', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    color: #df825f;
}

.overview-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 2.6rem;
    color: #12636f; /* Deep teal theme heading */
}

.overview-description {
    font-family: 'Figtree', sans-serif;
    font-size: 0.98rem;
    line-height: 1.7;
    color: #4b5563;
}

/* OGTT Screening Card */
.screening-card {
    background-color: #f3f9f8; /* Soft pale greenish tint */
    border-color: #e2f2f0 !important;
}

.screening-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.45rem;
    color: #12636f;
}

.screening-divider {
    border-top: 1px solid #d0eeec;
    opacity: 1;
}

.screening-label {
    font-family: 'Figtree', sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.5px;
    color: #6b7280;
    font-weight: 600;
}

.screening-value {
    font-family: 'Outfit', sans-serif;
    font-size: 2.1rem;
    color: #df825f; /* Coral metric highlight matching image */
    line-height: 1.1;
}

.screening-note {
    font-family: 'Figtree', sans-serif;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .overview-heading {
        font-size: 2.1rem;
    }
}








/* Section 1 Styles: How We Manage Gestational Diabetes */
.gestational-management-section {
    background-color: #f6faf9; /* Soft tint background matching theme */
    overflow: hidden;
}

.badge-pill-custom {
    background-color: #ffffff;
    border: 1px solid #e2f2f0;
}

.manage-dot, .postpartum-dot {
    width: 7px;
    height: 7px;
    background-color: #df825f; /* Coral accent */
    border-radius: 50%;
    display: inline-block;
}

.badge-text {
    font-family: 'Figtree', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    color: #df825f;
}

.manage-heading, .postpartum-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 2.6rem;
    color: #12636f; /* Deep teal theme heading */
}

.manage-subtext {
    font-family: 'Figtree', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #4b5563;
}

.manage-card {
    background-color: #ffffff;
    border-color: #e2e8f0 !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.manage-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
}

.icon-box {
    width: 44px;
    height: 44px;
    background-color: #e6f4f3;
}

.card-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.25rem;
    color: #111827;
}

.card-text {
    font-family: 'Figtree', sans-serif;
    font-size: 0.92rem;
    line-height: 1.6;
}

/* Section 2 Styles: Postpartum Follow-Up */
.postpartum-section {
    background-color: #ffffff;
    overflow: hidden;
}

.risk-card {
    background-color: #f3f9f8;
    border-color: #e2f2f0 !important;
}

.risk-card-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.35rem;
    color: #12636f;
}

.risk-divider {
    border-top: 1px solid #d0eeec;
    opacity: 1;
}

.risk-label {
    font-family: 'Figtree', sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.5px;
    color: #6b7280;
    font-weight: 600;
}

.risk-value {
    font-family: 'Outfit', sans-serif;
    font-size: 2.8rem;
    color: #df825f; /* Coral metric highlight */
    line-height: 1.1;
}

.risk-note {
    font-family: 'Figtree', sans-serif;
    line-height: 1.5;
}

.postpartum-text {
    font-family: 'Figtree', sans-serif;
    font-size: 0.98rem;
    line-height: 1.7;
}

/* Section 3 Styles: Dark Teal CTA Banner */
.baby-health-cta-section {
    background-color: #12636f; /* Deep teal matching footer theme */
    overflow: hidden;
}

.cta-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 2.5rem;
}

.cta-description {
    font-family: 'Figtree', sans-serif;
    font-size: 0.98rem;
    line-height: 1.7;
}

.btn-consultation {
    font-family: 'Figtree', sans-serif;
    background: linear-gradient(90deg, #df825f 0%, #d56a52 100%);
    border: none;
    font-size: 1rem;
    box-shadow: 0 4px 15px rgba(215, 106, 82, 0.25);
    transition: opacity 0.2s ease;
}

.btn-consultation:hover {
    opacity: 0.92;
    color: #ffffff;
}

.location-pill {
    font-family: 'Figtree', sans-serif;
    border-color: #e2e8f0 !important;
}

@media (max-width: 991.98px) {
    .manage-heading, .postpartum-heading, .cta-heading {
        font-size: 2rem;
    }
}













/* Section 1 Styles: Heart Overview */
.heart-overview-section {
    background-color: #f3f9f8;
    overflow: hidden;
}

.heart-tag, .pathway-tag {
    font-family: 'Figtree', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    color: #df825f; /* Coral accent */
}

.heart-dot, .pathway-dot, .cta-dot {
    width: 7px;
    height: 7px;
    background-color: #df825f;
    border-radius: 50%;
    display: inline-block;
}

.heart-title {
    font-family: 'Outfit', sans-serif;
    font-size: 2.5rem;
    color: #12636f; /* Deep teal theme heading */
    line-height: 1.1;
}

.heart-description {
    font-family: 'Figtree', sans-serif;
    font-size: 1.02rem;
    line-height: 1.7;
    color: #4b5563;
}

.heart-img-wrapper {
    max-width: 500px;
    width: 100%;
}

.heart-hero-img {
    height: 100%;
    max-height: 400px;
}

/* Section 2 Styles: Silent Connection */
.silent-connection-section {
    background-color: #ffffff;
}

.silent-title {
    font-family: 'Outfit', sans-serif;
    font-size: 2.2rem;
    color: #12636f;
}

.silent-text {
    font-family: 'Figtree', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
}

.expert-card {
    background-color: #f3f9f8;
    border-color: #e2f2f0 !important;
}

.expert-card-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.35rem;
    color: #12636f;
}

.expert-card-text {
    font-family: 'Figtree', sans-serif;
    font-size: 0.95rem;
    line-height: 1.7;
}

/* Section 3 Styles: Pathway Includes Grid */
.pathway-section {
    background-color: #f6faf9;
    overflow: hidden;
}

.badge-pill-custom {
    background-color: #ffffff;
    border: 1px solid #e2f2f0;
}

.badge-text {
    font-family: 'Figtree', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    color: #df825f;
}

.pathway-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 2.6rem;
    color: #12636f;
}

.pathway-card {
    background-color: #ffffff;
    border-color: #e2e8f0 !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pathway-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
}

.pathway-card-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.2rem;
    color: #0D5C63;
}

.pathway-card-text {
    font-family: 'Figtree', sans-serif;
    font-size: 0.92rem;
    line-height: 1.6;
}

/* Section 4 Styles: Why This Matters */
.why-matters-section {
    background-color: #ffffff;
}

.why-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 2.4rem;
    color: #12636f;
}

.why-quote {
    font-family: 'Outfit', sans-serif;
    font-size: 1.6rem;
    color: #df825f; /* Coral accent */
    font-weight: 500;
    line-height: 1.4;
    border: none;
}

.why-description {
    font-family: 'Figtree', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
}

/* Section 5 Styles: CTA Footer Banner */
.consultation-footer-section {
    background-color: #12636f; /* Deep teal theme background */
}

.cta-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 2.5rem;
}

.cta-subtext {
    font-family: 'Figtree', sans-serif;
    font-size: 0.98rem;
    line-height: 1.6;
}

.hospital-card {
    border: none !important;
}

.hospital-name {
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
    color: #0D5C63;
}

.hospital-location, .hospital-desc, .hospital-timing {
    font-family: 'Figtree', sans-serif;
}

.btn-schedule {
    font-family: 'Figtree', sans-serif;
    background: linear-gradient(90deg, #df825f 0%, #d56a52 100%);
    border: none;
    font-size: 1rem;
    box-shadow: 0 4px 15px rgba(215, 106, 82, 0.25);
    transition: opacity 0.2s ease;
}

.btn-schedule:hover {
    opacity: 0.92;
    color: #ffffff;
}

@media (max-width: 991.98px) {
    .heart-title, .pathway-heading, .cta-heading {
        font-size: 2rem;
    }
}










/* Care Plans Hero Section Styles */
.careplan {
    background-color: #f3f9f8; /* Soft pale greenish tint matching background */
    overflow: hidden;
}

.careplan .badge-pill-custom {
    border-color: #e2f2f0 !important;
}

.careplan .hero-dot {
    width: 7px;
    height: 7px;
    background-color: #df825f; /* Coral accent */
    border-radius: 50%;
    display: inline-block;
}

.careplan .badge-text {
    font-family: 'Figtree', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    color: #df825f;
}

.careplan .hero-title {
    font-family: 'Outfit', sans-serif;
    font-size: 3.2rem;
    color: #12636f; /* Deep teal theme heading */
}

.careplan .hero-description {
    font-family: 'Figtree', sans-serif;
    font-size: 1.02rem;
    line-height: 1.7;
    color: #4b5563;
	    max-width: 1200px;
}

.careplan .tagline-pill {
    font-family: 'Figtree', sans-serif;
    font-size: 0.98rem;
    border-color: #e2f2f0 !important;
}

/* Explore Care Plans Button (Solid Coral Gradient) */
.careplan .btn-explore {
    font-family: 'Figtree', sans-serif;
    background: linear-gradient(90deg, #df825f 0%, #d56a52 100%);
    border: none;
    font-size: 0.95rem;
    box-shadow: 0 4px 15px rgba(215, 106, 82, 0.25);
    transition: opacity 0.2s ease;
}

.careplan .btn-explore:hover {
    opacity: 0.92;
    color: #ffffff;
}

/* Book Consultation Button (Outlined Teal) */
.careplan .btn-book-consult {
    font-family: 'Figtree', sans-serif;
    border-color: #12636f !important;
    color: #12636f !important;
    font-size: 0.95rem;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.careplan .btn-book-consult:hover {
    background-color: #12636f !important;
    color: #ffffff !important;
}

@media (max-width: 991.98px) {
    .careplan .hero-title {
        font-size: 2.4rem;
    }
}




/* Our Care Plans Section Styles */
.our-care-plans-section {
    background-color: #f8fafb;
}

.badge-pill-custom {
    border-color: #e2f2f0 !important;
}

.plans-dot {
    width: 7px;
    height: 7px;
    background-color: #df825f; /* Coral accent */
    border-radius: 50%;
    display: inline-block;
}

.badge-text {
    font-family: 'Figtree', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    color: #df825f;
}

.plans-section-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 2.6rem;
    color: #12636f; /* Deep teal theme heading */
}

/* Card General Styles */
.plan-card {
    border-color: #e2e8f0 !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.plan-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
}

/* Featured Right Card with Orange Border */
.featured-plan-card {
    border: 2px solid #df825f !important;
}

/* Badge inside Complete Card */
.badge-popular {
    background-color: #fdf2ef;
    color: #df825f;
    font-family: 'Figtree', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.5px;
}

.plan-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.8rem;
    color: #12636f;
}

.plan-subtitle {
    font-family: 'Figtree', sans-serif;
    font-size: 0.95rem;
}

.plan-divider {
    border-top: 1px solid #e5e7eb;
    opacity: 1;
}

.inclusions-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.8px;
    color: #6b7280;
}

.check-icon {
    color: #12636f;
    font-size: 0.95rem;
}

.inclusion-text {
    font-family: 'Figtree', sans-serif;
    font-size: 0.93rem;
    color: #374151;
}

.best-for-label {
    font-family: 'Outfit', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    color: #6b7280;
    font-weight: 600;
}

/* Best for pill (Left - Soft Greenish Tint) */
.best-for-pill {
    font-family: 'Figtree', sans-serif;
    font-size: 0.82rem;
    background-color: #f3f9f8;
    color: #12636f;
    border: 1px solid #e2f2f0;
}

/* Best for pill (Right - Soft Peach Tint) */
.best-for-pill-orange {
    font-family: 'Figtree', sans-serif;
    font-size: 0.82rem;
    background-color: #fdf2ef;
    color: #df825f;
    border: 1px solid #f6ded8;
}

/* Button Left: Start Journey (Solid Teal) */
.btn-start-journey {
    font-family: 'Figtree', sans-serif;
    background-color: #12636f;
    border: none;
    font-size: 0.95rem;
    transition: opacity 0.2s ease;
}

.btn-start-journey:hover {
    opacity: 0.9;
    color: #ffffff;
}

/* Button Right: Choose Complete Care (Solid Coral Gradient) */
.btn-choose-complete {
    font-family: 'Figtree', sans-serif;
    background: linear-gradient(90deg, #df825f 0%, #d56a52 100%);
    border: none;
    font-size: 0.95rem;
    box-shadow: 0 4px 15px rgba(215, 106, 82, 0.25);
    transition: opacity 0.2s ease;
}

.btn-choose-complete:hover {
    opacity: 0.92;
    color: #ffffff;
}

@media (max-width: 991.98px) {
    .plans-section-heading {
        font-size: 2.1rem;
    }
}






/* Quote & Appointment Banner Section Styles */
.quote-appointment-section {
    background-color: #12636f; /* Deep teal theme background */
    overflow: hidden;
}

.quote-text {
    font-family: 'Outfit', sans-serif;
    font-size: 2.6rem;
    line-height: 1.4;
    color: #ffffff;
}

/* Coral Gradient Button */
.btn-appointment {
    font-family: 'Figtree', sans-serif;
    background: linear-gradient(90deg, #df825f 0%, #d56a52 100%);
    border: none;
    font-size: 0.98rem;
    box-shadow: 0 4px 15px rgba(215, 106, 82, 0.25);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.btn-appointment:hover {
    opacity: 0.92;
    color: #ffffff;
    transform: translateY(-1px);
}

@media (max-width: 991.98px) {
    .quote-text {
        font-size: 2rem;
    }
}





/* Advanced Clinical Plan Section Styles */
.advanced-clinical-section {
    background-color: #f3f9f8; /* Soft pale greenish tint matching background */
}

.badge-pill-custom {
    border-color: #e2f2f0 !important;
}

.advanced-dot {
    width: 7px;
    height: 7px;
    background-color: #df825f; /* Coral accent */
    border-radius: 50%;
    display: inline-block;
}

.badge-text {
    font-family: 'Figtree', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    color: #df825f;
}

.advanced-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 2.6rem;
    color: #12636f; /* Deep teal theme heading */
}

.advanced-subtext {
    font-family: 'Figtree', sans-serif;
    font-size: 0.98rem;
    line-height: 1.6;
    color: #4b5563;
}

/* Main Advanced Card Container */
.advanced-main-card {
    border: 2px solid #12636f !important; /* Deep teal frame */
    box-shadow: 0 15px 35px rgba(18, 99, 111, 0.08) !important;
}

/* Gold Standard Badge */
.badge-gold {
    background-color: #12636f;
    color: #ffffff;
    font-family: 'Figtree', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.5px;
}

.advanced-card-title {
    font-family: 'Outfit', sans-serif;
    font-size: 2.2rem;
    color: #12636f;
    line-height: 1.2;
}

.advanced-card-desc {
    font-family: 'Figtree', sans-serif;
    font-size: 0.95rem;
    line-height: 1.5;
}

.card-divider {
    border-top: 1px solid #e5e7eb;
    opacity: 1;
}

.best-for-label {
    font-family: 'Outfit', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    color: #6b7280;
    font-weight: 600;
}

/* Best for teal pill */
.best-for-pill-teal {
    font-family: 'Figtree', sans-serif;
    background-color: #f3f9f8;
    color: #12636f;
    border: 1px solid #e2f2f0;
    line-height: 1.5;
    white-space: normal;
}

.inclusions-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.8px;
    color: #12636f;
}

.check-icon {
    color: #df825f; /* Coral checkmarks matching image */
    font-size: 0.95rem;
}

.inclusion-text {
    font-family: 'Figtree', sans-serif;
    font-size: 0.95rem;
    color: #374151;
}

/* Solid Coral Gradient Button */
.btn-book-complete {
    font-family: 'Figtree', sans-serif;
    background: linear-gradient(90deg, #df825f 0%, #d56a52 100%);
    border: none;
    font-size: 0.95rem;
    box-shadow: 0 4px 15px rgba(215, 106, 82, 0.25);
    transition: opacity 0.2s ease;
}

.btn-book-complete:hover {
    opacity: 0.92;
    color: #ffffff;
}

.border-end-lg {
    border-right: 1px solid #e5e7eb;
}

@media (max-width: 991.98px) {
    .advanced-heading {
        font-size: 2.1rem;
    }
    .border-end-lg {
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }
}



/* Care Decision Table Section Styles */
.care-decision-table-section {
    background-color: #f8fafb;
}

.badge-pill-custom {
    border-color: #e2f2f0 !important;
}

.decision-dot {
    width: 7px;
    height: 7px;
    background-color: #df825f; /* Coral accent */
    border-radius: 50%;
    display: inline-block;
}

.badge-text {
    font-family: 'Figtree', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    color: #df825f;
}

.decision-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 2.6rem;
    color: #12636f; /* Deep teal theme heading */
}

/* Table Container Box */
.table-container-box {
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04) !important;
}

.table-header-row {
    background-color: #12636f !important;
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

.decision-table td {
    border-color: #f1f5f9;
    font-family: 'Figtree', sans-serif;
}

.condition-text {
    font-size: 1rem;
    color: #111827;
}

.plan-name {
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
}

.plan-desc {
    font-family: 'Figtree', sans-serif;
    font-size: 0.88rem;
}

/* Bullet colors matching image indicators */
.start-bullet {
    color: #12636f; /* Teal bullet for Start */
    font-size: 1.2rem;
    line-height: 1;
}

.complete-bullet {
    color: #12636f; /* Teal bullet for Complete */
    font-size: 1.2rem;
    line-height: 1;
}

.plus-bullet {
    color: #df825f; /* Coral bullet for Complete+ */
    font-size: 1.2rem;
    line-height: 1;
}

@media (max-width: 991.98px) {
    .decision-heading {
        font-size: 2.1rem;
    }
}





/* Patient Journey Timeline Section Styles */
.patient-journey-section {
    background-color: #12636f; /* Deep teal background matching the reference */
    overflow: hidden;
}

.journey-dot {
    width: 7px;
    height: 7px;
    background-color: #df825f; /* Coral accent */
    border-radius: 50%;
    display: inline-block;
}

.journey-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 2.6rem;
    color: #ffffff;
}

/* Numbered Coral Badges */
.step-badge {
    width: 52px;
    height: 52px;
    background-color: #df825f; /* Coral badge background */
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    position: relative;
    z-index: 2;
}

.step-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
    color: #ffffff;
}

.step-text {
    font-family: 'Figtree', sans-serif;
    font-size: 0.88rem;
    line-height: 1.5;
}

/* Connecting Dotted Line across desktop view */
@media (min-width: 992px) {
    .timeline-container::before {
        content: "";
        position: absolute;
        top: 49px;
        left: 60px;
        right: 60px;
        height: 2px;
        border-top: 2px dashed rgba(255, 255, 255, 0.35);
        z-index: 1;
    }
}

@media (max-width: 991.98px) {
    .journey-heading {
        font-size: 2.1rem;
    }
    .timeline-col {
        margin-bottom: 2rem;
    }
}












/* Why Choose DiabetEASE Section Styles */
.why-choose-diabetease-section {
    background-color: #ffffff;
}

.badge-pill-custom {
    border-color: #e2f2f0 !important;
}

.advantage-dot {
    width: 7px;
    height: 7px;
    background-color: #df825f; /* Coral accent */
    border-radius: 50%;
    display: inline-block;
}

.badge-text {
    font-family: 'Figtree', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    color: #df825f;
}

.advantage-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 2.6rem;
    color: #12636f; /* Deep teal theme heading */
}

/* Advantage Card Box */
.advantage-card {
    background-color: #fcfdfd; /* Extremely soft off-white tint matching image */
    border-color: #eef2f3 !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.advantage-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04) !important;
}

.check-icon {
    color: #12636f; /* Deep teal checkmark */
    line-height: 1;
}

.card-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
    color: #111827;
}

.card-text {
    font-family: 'Figtree', sans-serif;
    font-size: 0.9rem;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .advantage-heading {
        font-size: 2.1rem;
    }
}











/* Contact Page Header Section Styles */
.contactdia {
    background-color: #f3f9f8; /* Soft pale greenish tint matching background */
    overflow: hidden;
}

.contactdia .badge-pill-custom {
    border-color: #e2f2f0 !important;
}

.contactdia .contact-dot {
    width: 7px;
    height: 7px;
    background-color: #df825f; /* Coral accent */
    border-radius: 50%;
    display: inline-block;
}

.contactdia .badge-text {
    font-family: 'Figtree', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    color: #df825f;
}

.contactdia .contact-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 3rem;
    color: #12636f; /* Deep teal theme heading */
    line-height: 1.2;
}

.contactdia .contact-description {
    font-family: 'Figtree', sans-serif;
    font-size: 1.02rem;
    line-height: 1.7;
    color: #4b5563;
}

@media (max-width: 991.98px) {
    .contactdia .contact-heading {
        font-size: 2.2rem;
    }
}










/* Contact Section Styles using contactdia architecture */
.contactdia {
    background-color: #f8fafb;
    overflow: hidden;
}

/* Form Styles */
.form-section-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.8rem;
    color: #12636f;
}

.form-section-sub, .form-label {
    font-family: 'Figtree', sans-serif;
}

.custom-input {
    font-family: 'Figtree', sans-serif;
    border-color: #e2e8f0;
    font-size: 0.92rem;
    background-color: #fcfdfd;
}

.custom-input:focus {
    border-color: #12636f;
    box-shadow: 0 0 0 0.2rem rgba(18, 99, 111, 0.1);
}

/* Request Consultation Button (Solid Coral Gradient) */
.btn-request-consult {
    font-family: 'Figtree', sans-serif;
    background: linear-gradient(90deg, #df825f 0%, #d56a52 100%);
    border: none;
    font-size: 0.98rem;
    box-shadow: 0 4px 15px rgba(215, 106, 82, 0.25);
    transition: opacity 0.2s ease;
}

.btn-request-consult:hover {
    opacity: 0.92;
    color: #ffffff;
}

/* Right Column Consultation Centers */
.centers-main-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 2rem;
    color: #12636f;
}

.centers-main-sub {
    font-family: 'Figtree', sans-serif;
    line-height: 1.6;
}

.center-card {
    border-color: #e2e8f0 !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.center-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
}

.location-icon-box {
    width: 40px;
    height: 40px;
    background-color: #f3f9f8;
    border: 1px solid #e2f2f0;
}

.center-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.25rem;
    color: #12636f;
}

.center-address, .center-photo, .hours-desc, .footnote-text {
    font-family: 'Figtree', sans-serif;
}

.center-img-wrapper {
    max-height: 170px;
}

.center-photo {
    height: 170px;
}

.hours-label {
    font-family: 'Figtree', sans-serif;
    font-size: 0.73rem;
    letter-spacing: 0.5px;
    color: #6b7280;
    font-weight: 600;
}

.hours-value {
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
    color: #df825f; /* Coral metric highlight matching image */
}

@media (max-width: 991.98px) {
    .form-section-title {
        font-size: 1.5rem;
    }
    .centers-main-heading {
        font-size: 1.7rem;
    }
}






/* Contact & FAQ Section Styles using contactdia architecture */
.contactdia {
    background-color: #fff;
    overflow: hidden;
}

/* Direct Contact Info */
.contact-info-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.8rem;
    color: #12636f;
}

.contact-icon-box {
    width: 44px;
    height: 44px;
    background-color: #f3f9f8;
    border: 1px solid #e2f2f0;
}

.contact-label, .contact-value {
    font-family: 'Figtree', sans-serif;
}

.contact-value {
    color: #12636f;
    font-size: 0.98rem;
}

/* Emergency Notice Card */
.emergency-notice-card {
    background-color: #fdf2ef; /* Soft peach background */
    border-color: #f6ded8 !important;
}

.emergency-icon {
    width: 28px;
    height: 28px;
    background-color: #df825f;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9rem;
}

.emergency-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
    color: #df825f; /* Coral heading matching notice */
}

.emergency-text {
    font-family: 'Figtree', sans-serif;
    line-height: 1.6;
}

/* Consultation FAQs */
.faq-dot {
    width: 7px;
    height: 7px;
    background-color: #df825f;
    border-radius: 50%;
    display: inline-block;
}

.faq-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 2.6rem;
    color: #12636f;
}

.faq-card {
    border-color: #e2e8f0 !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.faq-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
}

.faq-question {
    font-family: 'Outfit', sans-serif;
    font-size: 1.2rem;
    color: #12636f;
}

.faq-answer {
    font-family: 'Figtree', sans-serif;
    line-height: 1.6;
}

/* Bottom Quote Banner */
.bottom-quote-banner {
    background-color: #12636f; /* Deep teal theme background */
}

.quote-banner-text {
    font-family: 'Outfit', sans-serif;
    font-size: 1.9rem;
    line-height: 1.4;
}

.quote-banner-sub {
    font-family: 'Figtree', sans-serif;
    font-size: 0.98rem;
}

@media (max-width: 991.98px) {
    .faq-heading {
        font-size: 2.1rem;
    }
    .quote-banner-text {
        font-size: 1.5rem;
    }
}