.page-header {
    position: relative;
    padding: 240px 0 140px;
    background-color: #1a365d;
    background-image: linear-gradient(rgba(26, 54, 93, 0.75), rgb(0 96 120)), url('images/dental-office.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.about-header {
    background-image: linear-gradient(rgba(26, 54, 93, 0.75), rgb(0 96 120)), url('images/dental-office.png');
}

.contact-header {
    background-image: linear-gradient(rgba(26, 54, 93, 0.75), rgb(0 96 120)), url('images/contact-hero.png');
}

.services-header {
    background-image: linear-gradient(rgba(26, 54, 93, 0.75), rgb(0 96 120)), url('images/dental-technology.png');
}

.cosmetic-header {
    background-image: linear-gradient(rgba(26, 54, 93, 0.75), rgb(0 96 120)), url('images/cosmetic-dentistry-hero.png');
}

.implants-header {
    background-image: linear-gradient(rgba(26, 54, 93, 0.75), rgb(0 96 120)), url('images/dental-implants-hero.png');
}

.finance-header {
    background-image: linear-gradient(135deg, rgba(26, 54, 93, 0.88) 0%, rgba(56, 141, 141, 0.75) 100%), url('images/dental-office.png');
}

/* ===== FINANCE INTRO SECTION ===== */
.finance-intro-section {
    background: #fff;
}

.finance-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.finance-intro-lead {
    font-size: 1.15rem;
    color: #2d3748;
    line-height: 1.85;
    margin-bottom: 20px;
    font-weight: 500;
}

.finance-intro-body {
    font-size: 1rem;
    color: #4a5568;
    line-height: 1.85;
    margin-bottom: 20px;
}

.finance-intro-highlight {
    display: flex;
    gap: 20px;
    background: #f8fafc;
    border-left: 4px solid #388d8d;
    padding: 24px;
    border-radius: 12px;
    margin: 30px 0;
}

.finance-intro-highlight i {
    font-size: 2rem;
    color: #388d8d;
    flex-shrink: 0;
    margin-top: 5px;
}

.finance-intro-highlight p {
    margin: 0;
    font-size: 0.95rem;
    color: #4a5568;
    line-height: 1.6;
}

.finance-intro-highlight strong {
    color: #1a365d;
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem;
}

.finance-intro-visual {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 51, 65, 0.15);
}

.finance-intro-img {
    width: 100%;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.finance-intro-badge {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: #fff;
    padding: 24px 30px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    max-width: 280px;
    z-index: 2;
}

.finance-intro-badge i {
    font-size: 2rem;
    color: #5bc8c8;
    margin-bottom: 12px;
    display: block;
}

.finance-intro-badge h3 {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    color: #1a365d;
    margin-bottom: 6px;
    font-weight: 700;
}

.finance-intro-badge p {
    margin: 0;
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
}

/* Responsive */
@media (max-width: 900px) {
    .finance-intro-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .finance-intro-badge {
        bottom: 20px;
        right: 20px;
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .finance-intro-badge {
        position: relative;
        bottom: auto;
        right: auto;
        border-radius: 0;
        box-shadow: none;
        max-width: 100%;
    }
}

/* ===== ACCEPTED INSURANCE SECTION ===== */
.insurance-brands-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: 0 auto 50px;
}

.insurance-brand-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.05rem;
    color: #2d3748;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}

.insurance-brand-card i {
    color: #388d8d;
    font-size: 1.2rem;
}

.insurance-brand-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 51, 65, 0.08);
    border-color: #cbd5e1;
}

.insurance-more {
    justify-content: center;
    background: rgba(56, 141, 141, 0.05);
    color: #388d8d;
    font-weight: 600;
    font-style: italic;
    border: 1px dashed #388d8d;
}

.insurance-more:hover {
    transform: none;
    box-shadow: none;
}

.insurance-verify-banner {
    background: linear-gradient(135deg, #003341, #006078);
    border-radius: 16px;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
    box-shadow: 0 15px 35px rgba(0, 51, 65, 0.15);
}

.verify-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #5bc8c8;
    flex-shrink: 0;
}

.verify-text h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 8px;
}

.verify-text p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin: 0;
}

.verify-text a {
    color: #5bc8c8;
    text-decoration: none;
    transition: color 0.3s ease;
}

.verify-text a:hover {
    color: #fff;
}

@media (max-width: 768px) {
    .insurance-brands-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .insurance-verify-banner {
        flex-direction: column;
        text-align: center;
        padding: 24px;
    }
}

@media (max-width: 480px) {
    .insurance-brands-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== BENEFITS & COVERAGE SECTION ===== */
.finance-benefits-section {
    background: #ffffff;
}

.finance-benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 50px;
}

.benefits-col-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: #1a365d;
    margin-bottom: 12px;
}

.benefits-col-desc {
    font-size: 1.05rem;
    color: #4a5568;
    margin-bottom: 24px;
}

.benefits-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.benefits-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    font-size: 1rem;
    color: #2d3748;
    line-height: 1.6;
    background: #f8fafc;
    padding: 16px 20px;
    border-radius: 10px;
    border: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.benefits-checklist li:hover {
    border-color: #cbd5e1;
}

.benefits-checklist li i {
    color: #5bc8c8;
    font-size: 1.2rem;
    margin-top: 2px;
    flex-shrink: 0;
}

/* Coverage cards */
.coverage-cards-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.coverage-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px 24px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.coverage-card:hover {
    box-shadow: 0 10px 20px rgba(0, 51, 65, 0.08);
    border-color: #cbd5e1;
}

.coverage-card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.coverage-card-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #1a365d;
}

.coverage-card-percent {
    background: rgba(56, 141, 141, 0.1);
    color: #388d8d;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.9rem;
}

.coverage-card-desc {
    margin: 0;
    font-size: 0.95rem;
    color: #64748b;
}

.coverage-annual-tip {
    display: flex;
    gap: 16px;
    background: #f0fdfa;
    border: 1px solid #ccfbf1;
    border-left: 4px solid #14b8a6;
    padding: 20px;
    border-radius: 10px;
}

.coverage-annual-tip i {
    color: #14b8a6;
    font-size: 1.5rem;
    margin-top: 2px;
}

.coverage-annual-tip p {
    margin: 0;
    font-size: 0.95rem;
    color: #0f766e;
    line-height: 1.6;
}

/* Important Alert */
.finance-important-alert {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 16px;
    padding: 30px 40px;
}

.alert-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.alert-header i {
    color: #d97706;
    font-size: 1.4rem;
}

.alert-header h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    color: #92400e;
    margin: 0;
}

.finance-important-alert p {
    margin: 0;
    font-size: 0.95rem;
    color: #92400e;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .finance-benefits-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}

@media (max-width: 480px) {
    .finance-important-alert {
        padding: 24px 20px;
    }
}

/* ===== FINANCING OPTIONS SECTION ===== */
.financing-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.financing-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 51, 65, 0.08);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.financing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 51, 65, 0.12);
}

.financing-card-header {
    padding: 30px 24px;
    text-align: center;
    color: #ffffff;
}

.financing-card-header i {
    font-size: 2.5rem;
    margin-bottom: 16px;
}

.financing-card-header h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    margin-bottom: 6px;
    color: #ffffff;
}

.financing-card-header span {
    font-size: 0.95rem;
    font-weight: 500;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Theme Colors */
.carecredit-theme {
    background: linear-gradient(135deg, #005a8c, #0081c6);
}

.lendingclub-theme {
    background: linear-gradient(135deg, #d32f2f, #ef5350);
}

.inhouse-theme {
    background: linear-gradient(135deg, #003341, #388d8d);
}

.financing-card-body {
    padding: 30px 24px;
    flex: 1;
}

.financing-card-intro {
    font-size: 0.95rem;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 20px;
}

.financing-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.financing-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.95rem;
    color: #2d3748;
    line-height: 1.5;
}

.financing-checklist li i {
    color: #388d8d;
    font-size: 1rem;
    margin-top: 3px;
}

.financing-card-footer {
    padding: 24px;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    margin-top: auto;
}

.financing-card-footer p {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 20px;
}

.financing-card-btn {
    display: block;
    text-align: center;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.carecredit-btn {
    background: #0077b6;
    color: #ffffff;
}

.carecredit-btn:hover {
    background: #005a8c;
    color: #ffffff;
}

.lendingclub-btn {
    background: #e53935;
    color: #ffffff;
}

.lendingclub-btn:hover {
    background: #c62828;
    color: #ffffff;
}

.inhouse-btn {
    background: #388d8d;
    color: #ffffff;
}

.inhouse-btn:hover {
    background: #003341;
    color: #ffffff;
}

@media (max-width: 992px) {
    .financing-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ===== NO INSURANCE SECTION ===== */
.no-insurance-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.no-ins-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 30px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.no-ins-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: rgba(56, 141, 141, 0.1);
    color: #388d8d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.no-ins-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    color: #1a365d;
    margin-bottom: 12px;
}

.no-ins-card p {
    font-size: 0.95rem;
    color: #4a5568;
    margin-bottom: 16px;
}

.no-ins-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    flex: 1;
    /* push note to bottom */
}

.no-ins-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.95rem;
    color: #2d3748;
    margin-bottom: 8px;
}

.no-ins-list li i {
    color: #5bc8c8;
    font-size: 0.8rem;
    margin-top: 5px;
}

.no-ins-note {
    background: #ffffff;
    border-left: 3px solid #388d8d;
    padding: 16px;
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.5;
    border-radius: 0 8px 8px 0;
}

/* Stacked Column */
.no-ins-stacked {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.no-ins-mini-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    gap: 16px;
    flex: 1;
}

.no-ins-mini-card.highlight-mini {
    background: linear-gradient(135deg, #003341, #388d8d);
    border: none;
    color: #ffffff;
}

.mini-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: rgba(56, 141, 141, 0.1);
    color: #388d8d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.highlight-mini .mini-card-icon {
    background: rgba(255, 255, 255, 0.15);
    color: #5bc8c8;
}

.no-ins-mini-card h4 {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    color: #1a365d;
    margin-bottom: 8px;
}

.highlight-mini h4 {
    color: #ffffff;
}

.no-ins-mini-card p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

.highlight-mini p {
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 992px) {
    .no-insurance-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .no-insurance-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== MAXIMIZING INVESTMENT SECTION ===== */
.finance-maximizing-section {
    background: #f0fdfa;
    /* Soft teal background */
}

.maximizing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.max-item {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    display: flex;
    gap: 20px;
    box-shadow: 0 5px 15px rgba(0, 51, 65, 0.05);
    transition: transform 0.3s ease;
}

.max-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 51, 65, 0.08);
}

.max-item-large {
    grid-column: 1 / -1;
    /* spans full width */
    background: linear-gradient(to right, #ffffff, #f8fafc);
    border-left: 4px solid #388d8d;
}

.max-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(56, 141, 141, 0.1);
    color: #388d8d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
}

.max-item-large .max-icon {
    background: #388d8d;
    color: #ffffff;
}

.max-content h3 {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    color: #1a365d;
    margin-bottom: 12px;
}

.max-content p {
    font-size: 0.95rem;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 0;
}

.max-list {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
}

.max-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
    color: #2d3748;
}

.max-list li i {
    color: #5bc8c8;
    font-size: 0.85rem;
}

/* Help Banner */
.finance-help-banner {
    background: linear-gradient(135deg, #005a8c, #003341);
    border-radius: 16px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    color: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 51, 65, 0.2);
}

.help-banner-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    margin-bottom: 12px;
    color: #ffffff;
}

.help-banner-content p {
    font-size: 1.05rem;
    opacity: 0.9;
    margin: 0;
    line-height: 1.6;
    max-width: 600px;
}

.help-banner-actions {
    display: flex;
    gap: 16px;
    flex-shrink: 0;
}

.help-banner-actions .btn-outline-light {
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.help-banner-actions .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
}

@media (max-width: 900px) {
    .maximizing-grid {
        grid-template-columns: 1fr;
    }

    .finance-help-banner {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }

    .help-banner-actions {
        flex-direction: column;
        width: 100%;
    }

    .help-banner-actions a {
        text-align: center;
        justify-content: center;
    }
}

.new-patients-header {
    background-image: linear-gradient(rgba(26, 54, 93, 0.75), rgb(0 96 120)), url('images/dental-office.png');
    padding-bottom: 180px;
    overflow: visible;
}

/* ===== NEW PATIENTS HERO CONTENT ===== */
.np-hero-content {
    position: relative;
    z-index: 2;
}

/* Trust badges row */
.np-trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.np-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 18px;
    border-radius: 100px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
}

.np-badge i {
    color: #5bc8c8;
    font-size: 0.9rem;
}

/* Outline button variant */
.np-outline-btn {
    background: transparent !important;
    border: 2px solid rgba(255, 255, 255, 0.6) !important;
    color: #fff !important;
}

.np-outline-btn:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: #fff !important;
}

/* Floating stats card */
.np-hero-stats {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 30px 80px rgba(0, 51, 65, 0.18);
    padding: 40px 60px;
    display: flex;
    align-items: center;
    gap: 50px;
    z-index: 10;
    white-space: nowrap;
}

.np-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
}

.np-stat-number {
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--color-primary, #003341);
    line-height: 1;
}

.np-stat-suffix {
    font-size: 1.5rem;
    font-weight: 700;
    color: #388d8d;
    margin-left: -4px;
    align-self: flex-start;
    margin-top: 4px;
}

.np-stat>span:first-child+span+span,
.np-stat-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    color: #718096;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-top: 4px;
}

.np-stat-divider {
    width: 1px;
    height: 60px;
    background: #e2e8f0;
}

/* Spacing below hero to account for floating card */
.new-patients-header+* {
    margin-top: 100px;
}

@media (max-width: 900px) {
    .np-hero-stats {
        gap: 30px;
        padding: 30px 30px;
    }
}

@media (max-width: 768px) {
    .np-hero-stats {
        position: static;
        transform: none;
        border-radius: 16px;
        margin: 20px 16px;
        gap: 20px;
        padding: 25px 20px;
        box-shadow: 0 10px 40px rgba(0, 51, 65, 0.12);
        flex-wrap: wrap;
        justify-content: center;
        white-space: normal;
    }

    .new-patients-header {
        padding-bottom: 80px;
    }

    .new-patients-header+* {
        margin-top: 0;
    }

    .np-stat-divider {
        display: none;
    }

    .np-trust-badges {
        gap: 8px;
    }

    .np-badge {
        font-size: 0.78rem;
        padding: 8px 14px;
    }
}

/* ===== NEW PATIENTS INTRODUCTION SECTION ===== */
.np-intro-section {
    background: #fff;
    padding-top: 100px;
}

.np-intro-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: start;
}

/* Text Side */
.np-intro-lead {
    font-size: 1.15rem;
    color: #2d3748;
    line-height: 1.85;
    margin-bottom: 20px;
    font-weight: 500;
}

.np-intro-body {
    font-size: 1rem;
    color: #4a5568;
    line-height: 1.85;
    margin-bottom: 20px;
}

/* Highlight items */
.np-intro-highlights {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 35px 0 40px;
    padding: 30px;
    background: #f8fafc;
    border-radius: 16px;
    border-left: 4px solid #388d8d;
}

.np-highlight-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.np-highlight-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 10px;
    background: linear-gradient(135deg, #388d8d, #003341);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
}

.np-highlight-item strong {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a365d;
    margin-bottom: 3px;
}

.np-highlight-item p {
    margin: 0;
    font-size: 0.88rem;
    color: #718096;
    line-height: 1.5;
}

/* Visual/Right Side */
.np-intro-visual {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 100px;
}

/* Stats card inside intro */
.np-intro-stats-card {
    background: linear-gradient(135deg, #003341, #388d8d);
    border-radius: 18px;
    padding: 28px 24px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 16px;
    box-shadow: 0 20px 50px rgba(0, 51, 65, 0.25);
}

.np-istat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.np-istat-num {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.np-istat-sfx {
    font-size: 1.2rem;
    font-weight: 700;
    color: #5bc8c8;
    align-self: flex-start;
    margin-top: 2px;
}

.np-istat-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-top: 5px;
    line-height: 1.4;
}

.np-istat-div {
    width: 1px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
}

/* Image */
.np-intro-image-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0, 51, 65, 0.15);
}

.np-intro-img {
    width: 100%;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

/* Quote badge over image */
.np-intro-quote-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 51, 65, 0.95) 0%, rgba(0, 51, 65, 0.6) 100%);
    padding: 28px 24px 24px;
    color: #fff;
}

.np-intro-quote-badge i {
    font-size: 1.2rem;
    color: #5bc8c8;
    margin-bottom: 8px;
    display: block;
}

.np-intro-quote-badge p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-style: italic;
    line-height: 1.5;
    margin: 0 0 8px;
    color: #fff;
}

.np-intro-quote-badge span {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/* Responsive */
@media (max-width: 900px) {
    .np-intro-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .np-intro-visual {
        position: static;
        order: -1;
    }

    .np-intro-section {
        padding-top: 60px;
    }
}

@media (max-width: 480px) {
    .np-intro-stats-card {
        flex-direction: column;
        gap: 20px;
    }

    .np-istat-div {
        width: 60px;
        height: 1px;
    }
}

/* ===== YOUR FIRST VISIT SECTION ===== */
.np-first-visit-section {
    background: #f8fafc;
}

.np-visit-timeline {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

/* Each Step Row */
.np-visit-step {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 30px;
    margin-bottom: 0;
}

/* Left: Number + Line */
.np-step-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.np-step-num {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #003341, #388d8d);
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0, 51, 65, 0.25);
    position: relative;
    z-index: 1;
}

.np-step-num--final {
    background: linear-gradient(135deg, #388d8d, #5bc8c8);
    box-shadow: 0 8px 24px rgba(56, 141, 141, 0.35);
}

.np-step-line {
    width: 2px;
    flex: 1;
    background: linear-gradient(to bottom, #388d8d, rgba(56, 141, 141, 0.1));
    margin: 8px 0;
    min-height: 40px;
}

/* Right: Content Card */
.np-step-content {
    display: flex;
    gap: 20px;
    padding-bottom: 50px;
    align-items: flex-start;
}

.np-visit-step--last .np-step-content {
    padding-bottom: 10px;
}

.np-step-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 14px;
    background: #fff;
    border: 2px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #388d8d;
    font-size: 1.2rem;
    box-shadow: 0 4px 12px rgba(0, 51, 65, 0.06);
    transition: all 0.3s ease;
}

.np-step-icon--final {
    background: linear-gradient(135deg, #003341, #388d8d);
    color: #fff;
    border-color: transparent;
}

.np-visit-step:hover .np-step-icon {
    background: linear-gradient(135deg, #003341, #388d8d);
    color: #fff;
    border-color: transparent;
}

.np-step-body {
    flex: 1;
}

.np-step-body h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.35rem;
    color: #1a365d;
    margin-bottom: 12px;
    margin-top: 10px;
}

.np-step-body>p {
    font-size: 0.98rem;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 16px;
}

/* Tip box */
.np-step-tip {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: rgba(56, 141, 141, 0.08);
    border: 1px solid rgba(56, 141, 141, 0.2);
    border-left: 4px solid #388d8d;
    border-radius: 10px;
    padding: 14px 16px;
    margin-top: 14px;
    font-size: 0.88rem;
    color: #2d3748;
    line-height: 1.6;
}

.np-step-tip i {
    color: #388d8d;
    font-size: 1rem;
    margin-top: 2px;
    flex-shrink: 0;
}

/* Bullet list */
.np-step-list {
    list-style: none;
    padding: 0;
    margin: 14px 0 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.np-step-list li {
    font-size: 0.9rem;
    color: #4a5568;
    display: flex;
    align-items: center;
    gap: 10px;
}

.np-step-list li i {
    color: #388d8d;
    font-size: 0.8rem;
}

/* Checkbox grid in step 3 */
.np-step-check-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 20px;
    margin-top: 16px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 18px;
}

.np-step-check-grid span {
    font-size: 0.85rem;
    color: #2d3748;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.np-step-check-grid i {
    color: #388d8d;
    font-size: 0.9rem;
}

/* Bottom Amenities Banner */
.np-visit-banner {
    margin-top: 60px;
    background: linear-gradient(135deg, #003341, #006078);
    border-radius: 20px;
    padding: 36px 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 30px;
    flex-wrap: wrap;
    box-shadow: 0 20px 60px rgba(0, 51, 65, 0.2);
}

.np-vbanner-item {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #fff;
}

.np-vbanner-item i {
    font-size: 1.8rem;
    color: #5bc8c8;
    flex-shrink: 0;
}

.np-vbanner-item div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.np-vbanner-item strong {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
}

.np-vbanner-item span {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.7);
}

.np-vbanner-divider {
    width: 1px;
    height: 50px;
    background: rgba(255, 255, 255, 0.15);
}

/* Responsive */
@media (max-width: 768px) {
    .np-visit-step {
        grid-template-columns: 44px 1fr;
        gap: 16px;
    }

    .np-step-num {
        width: 44px;
        height: 44px;
        min-width: 44px;
        font-size: 0.85rem;
    }

    .np-step-content {
        flex-direction: column;
        gap: 12px;
        padding-bottom: 36px;
    }

    .np-step-check-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .np-visit-banner {
        padding: 28px 24px;
        gap: 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .np-vbanner-divider {
        display: none;
    }
}

@media (max-width: 480px) {
    .np-step-check-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== NEW PATIENT FORMS ===== */
.np-forms-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}

.np-forms-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.np-form-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
}

.np-form-card:hover {
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 51, 65, 0.08);
    transform: translateY(-3px);
    border-color: #cbd5e1;
}

.np-form-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 12px;
    background: rgba(56, 141, 141, 0.1);
    color: #388d8d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.np-form-info {
    flex: 1;
}

.np-form-info h3 {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    color: #1a365d;
    margin-bottom: 4px;
    font-weight: 700;
}

.np-form-info p {
    margin: 0;
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
}

.np-form-download {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 100px;
    color: #388d8d;
    font-weight: 600;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.np-form-card:hover .np-form-download {
    background: #388d8d;
    color: #fff;
    border-color: #388d8d;
}

@media (max-width: 900px) {
    .np-forms-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 480px) {
    .np-form-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .np-form-download {
        width: 100%;
        justify-content: center;
    }
}

.page-header-title {
    font-family: 'Playfair Display', serif;
    font-size: min(3rem, 10vw);
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    z-index: 2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.page-breadcrumbs {
    position: relative;
    z-index: 2;
    color: #cbd5e1;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    text-transform: capitalize;
    letter-spacing: 3px;
    font-weight: 600;
}

.page-breadcrumbs a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-breadcrumbs a:hover {
    color: #64b5f6;
}

.page-breadcrumbs .separator {
    margin: 0 7px;
    opacity: 0.6;
    color: #388d8d;
}

.hero-btns-wrap {
    position: relative;
    z-index: 2;
    margin-top: 30px;
}

.about-intro {
    padding: 80px 0;
    background: #ffffff;
}

.about-intro-content {
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 1.15rem;
    line-height: 1.8;
    color: #4a5568;
}

.about-intro-content p {
    margin-bottom: 20px;
}

.our-story {
    padding: 120px 0;
    background-color: #f7f9fa;
}

.story-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 80px;
    align-items: center;
}

.story-image-wrap {
    position: relative;
    z-index: 1;
}

.story-image {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    /* Enterprise soft shadow */
    object-fit: cover;
    aspect-ratio: 1/1;
}

.story-image-accent {
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 100%;
    height: 100%;
    border: 2px solid #e2e8f0;
    z-index: -1;
    border-radius: 4px;
}

.story-content {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #4a5568;
}

.story-content p {
    margin-bottom: 24px;
}

.story-quote {
    font-size: 1.4rem;
    font-family: 'Playfair Display', serif;
    color: #1a365d;
    position: relative;
    padding: 40px 40px 40px 60px;
    margin: 40px 0;
    background: #ffffff;
    border-left: 4px solid #388d8d;
    /* Matches existing accent color */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    border-radius: 0 8px 8px 0;
}

.story-quote::before {
    content: "\201C";
    font-size: 6rem;
    color: rgba(56, 141, 141, 0.15);
    /* Faded accent color */
    font-family: 'Playfair Display', serif;
    position: absolute;
    top: 20px;
    left: 20px;
    line-height: 1;
}

.story-quote cite {
    display: block;
    margin-top: 20px;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #718096;
}

/* Philosophy Section Styles */
.philosophy-section {
    padding: 120px 0;
    background-color: #ffffff;
}

.philosophy-intro {
    text-align: center;
    max-width: 100%;
    margin: 0 auto 60px;
}

.philosophy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.philosophy-card {
    background: #f7f9fa;
    border: 1px solid #e2e8f0;
    padding: 40px;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.philosophy-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-color: #cbd5e1;
}

.philosophy-icon {
    font-size: 2.2rem;
    color: #388d8d;
    margin-bottom: 24px;
}

.philosophy-card h3 {
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    color: #1a365d;
    margin-bottom: 16px;
}

.philosophy-card p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4a5568;
    margin: 0;
}

.philosophy-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #388d8d;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: 2;
}

.philosophy-card:hover::before {
    transform: scaleX(1);
}

.smile-more-highlight {
    margin-top: 60px;
    background-color: #f4f9f9;
    border: 1px solid #e2e8f0;
    padding: 60px;
    border-radius: 8px;
}

.smile-more-highlight .philosophy-icon {
    font-size: 3rem;
    margin-bottom: 24px;
}

.smile-more-highlight h3 {
    font-family: 'Inter', sans-serif;
    font-size: 1.6rem;
    color: #1a365d;
    margin-bottom: 24px;
}

.smile-more-highlight p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #4a5568;
    margin: 0;
}

/* Sets Us Apart Section */
.sets-apart-section {
    padding: 60px 0;
    background-color: #f0f4f8;
    /* Soft enterprise blue-gray background */
}

.sets-apart-intro {
    text-align: center;
    max-width: 100%;
    margin: 0 auto 50px;
}

.sets-apart-intro .section-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #388d8d;
    margin-bottom: 12px;
}



.award-winning-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 50px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    border-bottom: 4px solid #eab308;
}

.award-winning-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: #1a365d;
    margin-bottom: 20px;
}

.award-winning-card p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #4a5568;
    margin: 0;
    max-width: 900px;
    margin: 0 auto;
}

.award-winning-card .award-icon {
    font-size: 3rem;
    color: #eab308;
    /* Gold color for award */
    margin-bottom: 20px;
}

.features-3col-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.feature-list-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    border-top: 4px solid #388d8d;
}

.feature-list-card h4 {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    color: #1a365d;
    margin-top: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.feature-list-card h4 i {
    color: #388d8d;
    font-size: 1.5rem;
}

.feature-list-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list-card ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 16px;
    font-size: 1rem;
    line-height: 1.6;
    color: #4a5568;
}

.feature-list-card ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #388d8d;
    font-size: 0.9rem;
}

/* Difference Section */
.difference-section {
    padding: 120px 0;
    background-color: #ffffff;
}

.difference-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.difference-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.diff-card {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding: 35px 40px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
    position: relative;
    overflow: hidden;
}

.diff-card:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    border-color: #cbd5e1;
}

.diff-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #388d8d;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.4s ease;
}

.diff-card:hover::before {
    transform: scaleY(1);
}

.diff-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    min-width: 60px;
    background-color: #f0f7f9;
    color: #388d8d;
    border-radius: 50%;
    font-size: 1.5rem;
}

.diff-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    color: #1a365d;
    margin-bottom: 15px;
    margin-top: 5px;
}

.diff-content p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4a5568;
    margin: 0;
}

.diff-content ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}

.diff-content ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
    font-size: 1.05rem;
    color: #4a5568;
}

.diff-content ul li::before {
    content: '\f111';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 6px;
    color: #388d8d;
    font-size: 0.4rem;
}

/* Testimonials Section */
.testimonials-section {
    padding: 120px 0;
    background-color: #f7f9fa;
    /* Very subtle off-white/gray */
}

.testimonials-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}



.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.testimonial-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    text-align: left;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
}

.testimonial-card::after {
    content: "\201d";
    font-size: 10rem;
    font-family: serif;
    color: rgba(56, 141, 141, 0.05);
    position: absolute;
    bottom: -50px;
    right: 10px;
    line-height: 1;
    z-index: -1;
}

.testimonial-stars {
    color: #eab308;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.testimonial-quote {
    font-size: 1.1rem;
    font-style: italic;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 30px;
}

.testimonial-author {
    font-weight: 700;
    color: #1a365d;
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem;
}

.testimonial-author span {
    font-weight: 400;
    color: #718096;
    font-size: 0.9rem;
    display: block;
    margin-top: 4px;
}

@media (max-width: 992px) {
    .story-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .story-image {
        aspect-ratio: 16/10;
    }

    .story-image-accent {
        bottom: -15px;
        left: -15px;
    }
}

/* Service Testimonial Highlights */
.service-testimonial-block {
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
    background: #ffffff;
    padding: 60px 80px;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    margin-top: -100px;
    z-index: 10;
    border-top: 4px solid #388d8d;
}

.service-quote-icon {
    font-size: 2.5rem;
    color: rgba(56, 141, 141, 0.2);
    margin-bottom: 25px;
}

.service-testimonial-text p {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #000;
    font-family: 'Inter', serif;
    font-style: italic;
    margin-bottom: 20px;
}

.service-testimonial-text p:last-child {
    margin-bottom: 0;
}

.service-testimonial-stars {
    margin-top: 30px;
    color: #eab308;
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .service-testimonial-block {
        padding: 40px 30px;
        margin-top: -60px;
    }

    .service-testimonial-text p {
        font-size: 1.15rem;
    }
}

/* ========== PREMIUM INNER HERO SECTION ========== */
.inner-hero-section {
    position: relative;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #003341;
    background-image: url('images/cosmetic-dentistry-hero.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #ffffff;
    padding-top: 140px;
    padding-bottom: 90px;
    overflow: hidden;
    width: 100%;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 51, 65, 0.9) 0%, rgba(0, 51, 65, 0.65) 50%, rgba(0, 51, 65, 0.85) 100%);
    z-index: 1;
}

.inner-hero-section .container {
    padding-left: var(--space-xl) !important;
    padding-right: var(--space-xl) !important;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.relative-z {
    position: relative;
    z-index: 2;
}

.hero-content {
    max-width: 850px;
    margin-left: 0;
    text-align: left;
}

.hero-main-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 5vw, 4.2rem);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    margin-left: 0;
}

.hero-sub-title {
    font-family: 'Inter', sans-serif;
    font-size: clamp(1.2rem, 2vw, 1.8rem);
    font-weight: 500;
    color: #eab308;
    /* Gold accent */
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.hero-description {
    font-size: 1.25rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 45px;
    max-width: 750px;
}

.hero-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.section-tag.white {
    color: #ffffff;
    border-color: #ffffff;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: 4px;
    padding-left: 0;
    /* Align text with the rest of the content */
}

.section-tag.white::before {
    display: none;
    /* Remove the line to maintain clean alignment with logo */
}

.hero-bottom-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
    z-index: 3;
}

.hero-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.7);
}

.hero-breadcrumbs a {
    color: #ffffff;
    transition: color 0.3s ease;
}

.hero-breadcrumbs a:hover {
    color: #eab308;
}

.hero-breadcrumbs i {
    font-size: 0.7rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .inner-hero-section {
        min-height: 70vh;
        padding-top: 100px;
        text-align: center;
    }

    .hero-content {
        margin: 0 auto;
    }

    .hero-cta-group {
        justify-content: center;
    }

    .hero-description {
        font-size: 1.1rem;
    }
}

/* ========== COSMETIC INTRO SECTION ========== */
.section-padding {
    padding: 100px 0;
}

.cosmetic-intro-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 80px;
    align-items: center;
}

.intro-main-para {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 40px;
}

.intro-checklist-wrap h3 {
    font-family: 'Inter', sans-serif;
    font-size: 1.3rem;
    color: #1a365d;
    margin-bottom: 25px;
    font-weight: 700;
}

.cosmetic-checklist {
    list-style: none;
    padding: 0;
}

.cosmetic-checklist li {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.check-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    background: #5b8e8e;
    /* Teal accent */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 0.75rem;
    margin-top: 4px;
}

.check-text {
    font-size: 1.05rem;
    color: #4a5568;
    line-height: 1.5;
}

.check-text strong {
    display: block;
    color: #1a365d;
    font-size: 1.1rem;
    margin-bottom: 2px;
}

/* Image Stack Styles */
.image-stack {
    position: relative;
    padding: 30px;
}

.main-stack-img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.25);
    z-index: 2;
    position: relative;
}

.image-accent-border {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 80%;
    border: 3px solid #e2e8f0;
    z-index: 1;
    border-radius: 8px;
}

.floating-stat-card {
    position: absolute;
    bottom: 0;
    left: -20px;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 3;
    animation: floatCard 4s ease-in-out infinite;
}

.floating-stat-card i {
    font-size: 2rem;
    color: #eab308;
}

.stat-number {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    color: #1a365d;
    line-height: 1;
}

.stat-label {
    font-size: 0.85rem;
    color: #718096;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}

@keyframes floatCard {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 992px) {
    .cosmetic-intro-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .cosmetic-intro-image-area {
        order: -1;
    }

    .image-stack {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .floating-stat-card {
        padding: 15px;
        left: 0;
    }
}

/* ========== WHITENING OPTIONS ========== */
.bg-light {
    background-color: #f8fafc;
}

.whitening-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.whitening-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    border: 1px solid #e2e8f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whitening-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.whitening-card-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.whitening-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.whitening-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #eab308;
    color: #fff;
    padding: 5px 15px;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.whitening-card-body {
    padding: 40px;
    flex-grow: 1;
}

.whitening-card-body h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: #1a365d;
    margin-bottom: 20px;
}

.whitening-result {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #f0fdf4;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 30px;
    color: #166534;
}

.whitening-result i {
    font-size: 1.2rem;
    margin-top: 3px;
}

.whitening-details h4 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #475569;
    margin: 25px 0 15px;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 8px;
}

.step-list {
    padding-left: 20px;
    color: #4a5568;
}

.step-list li {
    margin-bottom: 10px;
    line-height: 1.5;
}

.check-list-simple {
    list-style: none;
    padding: 0;
}

.check-list-simple li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    color: #4a5568;
}

.check-list-simple li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #5b8e8e;
}

.whitening-footer {
    padding: 30px 40px;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.investment-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.investment-row .price {
    font-size: 1.25rem;
    font-weight: 800;
    color: #1a365d;
}

.longevity-tag {
    font-size: 0.9rem;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 8px;
}

.bonus-box {
    background: #fff;
    padding: 10px 15px;
    border: 1px dashed #cbd5e1;
    border-radius: 6px;
    font-size: 0.9rem;
    color: #475569;
}

/* ========== COMPARISON TABLE ========== */
.table-responsive {
    overflow-x: auto;
    margin-top: 40px;
}

.premium-comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.premium-comparison-table th {
    background: #1a365d;
    color: #fff;
    padding: 20px;
    text-align: left;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

.premium-comparison-table td {
    padding: 20px;
    border-bottom: 1px solid #f1f5f9;
    color: #4a5568;
    vertical-align: middle;
}

.premium-comparison-table tr:last-child td {
    border-bottom: none;
}

.feat-name {
    font-weight: 700;
    color: #1a365d !important;
    width: 25%;
}

.pros {
    color: #166534 !important;
    font-weight: 500;
}

.cons {
    color: #991b1b !important;
}

.price-cell {
    font-weight: 700;
    color: #1a365d;
}

/* ========== FAQ ACCORDION ========== */
.faq-accordion-wrap {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

.faq-trigger {
    width: 100%;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a365d;
    text-align: left;
    transition: background 0.3s ease;
}

.faq-trigger:hover {
    background: #f8fafc;
}

.faq-trigger i {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
    color: #5b8e8e;
}

.faq-item.active .faq-trigger i {
    transform: rotate(45deg);
}

.faq-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fff;
}

.faq-item.active .faq-panel {
    max-height: 500px;
}

.faq-panel p {
    padding: 0 30px 25px;
    margin: 0;
    color: #4a5568;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .whitening-grid {
        grid-template-columns: 1fr;
    }

    .whitening-card-body {
        padding: 25px;
    }

    .premium-comparison-table th,
    .premium-comparison-table td {
        padding: 12px;
        font-size: 0.85rem;
    }
}

/* ========== PORCELAIN VENEERS SECTIONS ========== */

/* Intro */
.veneers-intro-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 80px;
    align-items: center;
}

.veneers-intro-image {
    position: relative;
}

.veneers-intro-image img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.image-quote {
    position: absolute;
    bottom: -30px;
    right: -20px;
    background: #1a365d;
    color: #fff;
    padding: 25px;
    border-radius: 12px;
    max-width: 280px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.1rem;
    line-height: 1.4;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.veneer-fix-list {
    list-style: none;
    padding: 0;
    margin-top: 25px;
}

.veneer-fix-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    color: #4a5568;
    font-size: 1.05rem;
}

.veneer-fix-list li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #eab308;
}

.veneer-fix-list li strong {
    color: #1a365d;
    margin-right: 5px;
}

/* Process Steps */
.process-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.process-step-card {
    background: #fff;
    padding: 50px 40px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    position: relative;
    border: 1px solid #e2e8f0;
}

.step-num {
    position: absolute;
    top: -25px;
    left: 40px;
    width: 60px;
    height: 60px;
    background: #1a365d;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    border: 5px solid #fff;
}

.visit-tag {
    display: inline-block;
    background: #f1f5f9;
    color: #64748b;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.process-step-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #1a365d;
    margin-bottom: 20px;
}

.step-details-list {
    padding-left: 20px;
    color: #4a5568;
}

.step-details-list li {
    margin-bottom: 10px;
    line-height: 1.5;
}

.timeline-summary {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: #e0f2fe;
    color: #0369a1;
    padding: 20px;
    border-radius: 100px;
    font-size: 1.1rem;
}

/* Types */
.types-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.type-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.type-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.type-header {
    background: #f8fafc;
    padding: 30px;
    border-bottom: 1px solid #f1f5f9;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.type-header h3 {
    font-size: 1.25rem;
    color: #1a365d;
    margin: 0;
}

.type-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
    align-self: flex-start;
}

.best-choice {
    background: #eab308;
    color: #fff;
}

.type-body {
    padding: 30px;
}

.type-features {
    list-style: none;
    padding: 0;
}

.type-features li {
    margin-bottom: 15px;
    font-size: 0.95rem;
    color: #4a5568;
    display: flex;
    gap: 10px;
    align-items: center;
}

.type-features li i {
    font-size: 0.8rem;
}

.type-features li i.fa-plus {
    color: #166534;
}

.type-features li i.fa-minus {
    color: #991b1b;
}

.rec-note {
    text-align: center;
    margin-top: 40px;
    color: #64748b;
    font-style: italic;
}

/* Investment Section */
.bg-dark {
    background: #001a2c;
}

.investment-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
}

.price-blocks-wrap {
    margin: 40px 0;
}

.price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.price-item.highlighted {
    background: rgba(234, 179, 8, 0.1);
    padding: 25px;
    border-radius: 12px;
    margin-top: 20px;
    border-bottom: none;
}

.price-label {
    font-size: 1.1rem;
    font-weight: 500;
    color: white;
}

.price-value {
    font-size: 1.5rem;
    font-weight: 800;
    color: #eab308;
}

.investment-details-flex {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}

.details-col h4 {
    color: #fff;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.simple-white-list {
    list-style: none;
    padding: 0;
}

.simple-white-list li {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    padding-left: 20px;
}

.simple-white-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #eab308;
}

.value-card {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    color: #1a365d;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.3);
}

.value-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    margin-bottom: 30px;
}

.value-feature-list {
    list-style: none;
    padding: 0;
}

.value-feature-list li {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 1.1rem;
}

.value-feature-list li i {
    color: #eab308;
    margin-top: 5px;
}

.value-quote {
    margin-top: 40px;
    padding: 25px;
    border-left: 4px solid #eab308;
    background: #f8fafc;
    font-style: italic;
    line-height: 1.5;
}

@media (max-width: 992px) {

    .veneers-intro-grid,
    .investment-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .process-steps-grid,
    .types-grid {
        grid-template-columns: 1fr;
    }

    .process-step-card {
        padding: 40px 30px;
    }

    .value-card {
        padding: 40px 30px;
    }
}

@media (max-width: 640px) {
    .price-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .investment-details-flex {
        flex-direction: column;
        gap: 30px;
    }
}

/* ========== COSMETIC BONDING SECTION ========== */
.bonding-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 80px;
    align-items: center;
}

.bonding-features-wrap h3 {
    font-size: 1.2rem;
    color: #1a365d;
    margin-bottom: 20px;
}

.bonding-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 40px;
    background: #f8fafc;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 40px;
}

.bonding-fast-facts {
    display: flex;
    gap: 30px;
    border-top: 1px solid #e2e8f0;
    padding-top: 30px;
}

.fact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #4a5568;
}

.fact-item i {
    font-size: 1.5rem;
    color: #5b8e8e;
}

.fact-item strong {
    display: block;
    color: #1a365d;
}

.fancy-image-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

.fancy-image-container img {
    width: 100%;
}

.bonding-accent-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(26, 54, 93, 0.4), transparent);
}

/* Bonding Process */
.bonding-process-wrap {
    margin-top: 80px;
    background: #1a365d;
    padding: 60px;
    border-radius: 20px;
    color: #fff;
}

.bonding-process-wrap h3 {
    text-align: center;
    margin-bottom: 50px;
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
}

.bonding-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 60px;
}

.b-step {
    display: flex;
    align-items: center;
    gap: 20px;
}

.b-step-num {
    width: 45px;
    height: 45px;
    min-width: 45px;
    background: #eab308;
    color: #1a365d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.2rem;
}

.b-step p {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.4;
}

/* Comparison Cards */
.bonding-comparison-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 60px;
}

.bonding-comp-card {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    border: 1px solid #e2e8f0;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
}

.card-icon {
    position: absolute;
    top: -25px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.25rem;
}

.pros .card-icon {
    background: #166534;
}

.cons .card-icon {
    background: #991b1b;
}

.bonding-comp-card h4 {
    color: #1a365d;
    font-size: 1.3rem;
    margin-bottom: 25px;
}

.check-list-simple.warning li::before {
    color: #991b1b;
    content: '\f071';
    /* Font Awesome Warning icon */
}

@media (max-width: 992px) {
    .bonding-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .bonding-steps {
        grid-template-columns: 1fr 1fr;
    }

    .bonding-process-wrap {
        padding: 40px 30px;
    }
}

@media (max-width: 768px) {

    .bonding-features-grid,
    .bonding-comparison-cards {
        grid-template-columns: 1fr;
    }

    .bonding-fast-facts {
        flex-direction: column;
        gap: 20px;
    }

    .bonding-steps {
        grid-template-columns: 1fr;
    }
}

/* ========== SMILE MAKEOVERS SECTION ========== */
.makeovers-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
    margin-top: 60px;
}

.m-components-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.m-comp-item {
    display: flex;
    gap: 15px;
    align-items: center;
}

.m-comp-item i {
    width: 45px;
    height: 45px;
    min-width: 45px;
    background: #f1f5f9;
    color: #5b8e8e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 1.25rem;
}

.m-comp-item strong {
    display: block;
    color: #1a365d;
    font-size: 1.1rem;
}

.m-comp-item span {
    font-size: 0.9rem;
    color: #64748b;
}

.m-image-area {
    position: relative;
}

.m-main-image {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

.m-stat-box {
    position: absolute;
    top: 30px;
    right: -20px;
    background: #eab308;
    color: #1a365d;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.m-stat-val {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
}

.m-stat-lab {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Design Process Timeline */
.m-process-wrap {
    margin-top: 100px;
}

.m-timeline {
    max-width: 1000px;
    margin: 60px auto 0;
    position: relative;
    padding-left: 50px;
}

.m-timeline::before {
    content: '';
    position: absolute;
    left: 24px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e2e8f0;
}

.m-timeline-item {
    position: relative;
    margin-bottom: 50px;
}

.m-timeline-item:last-child {
    margin-bottom: 0;
}

.m-timeline-dot {
    position: absolute;
    left: -50px;
    top: 0;
    width: 50px;
    height: 50px;
    background: #1a365d;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    border: 5px solid #fff;
    box-shadow: 0 0 0 2px #1a365d;
    z-index: 2;
}

.m-timeline-content {
    background: #fff;
    padding: 35px 40px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
}

.m-timeline-content h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    color: #1a365d;
    margin-bottom: 20px;
}

/* Investment Summary */
.m-investment-summary {
    background: #fff;
    border-radius: 20px;
    padding: 40px 60px;
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    border: 2px solid #5b8e8e;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.invest-label-box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.invest-label-box i {
    font-size: 2.5rem;
    color: #5b8e8e;
}

.summary-label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 1px;
    color: #64748b;
    margin-bottom: 5px;
}

.summary-value {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1a365d;
    margin: 0;
}

.invest-desc-box {
    max-width: 400px;
    color: #4a5568;
    line-height: 1.6;
}

@media (max-width: 1100px) {
    .m-investment-summary {
        flex-direction: column;
        text-align: center;
        padding: 40px;
    }

    .invest-label-box {
        flex-direction: column;
    }
}

@media (max-width: 992px) {
    .makeovers-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .m-stat-box {
        right: 0;
    }
}

@media (max-width: 768px) {
    .m-components-list {
        grid-template-columns: 1fr;
    }

    .m-timeline {
        padding-left: 30px;
    }

    .m-timeline-dot {
        left: -30px;
        width: 40px;
        height: 40px;
        font-size: 0.9rem;
    }

    .m-timeline-content {
        padding: 25px;
    }
}

/* ========== GUM CONTOURING SECTION ========== */
.gum-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 60px;
}

.luxury-image-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

.luxury-image-card img {
    width: 100%;
}

.image-accent-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #5b8e8e;
    color: #fff;
    padding: 6px 15px;
    border-radius: 100px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.benefit-icon-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.benefit-icon-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #4a5568;
}

.benefit-icon-list li i {
    color: #5b8e8e;
    font-size: 1.1rem;
}

.gum-bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
}

.gum-process-card,
.pros-best-card {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.gum-process-card h4,
.pros-best-card h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    color: #1a365d;
    margin-bottom: 25px;
}

.mini-steps {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.m-step {
    display: flex;
    align-items: center;
    gap: 15px;
}

.m-num {
    width: 30px;
    height: 30px;
    min-width: 30px;
    background: #1a365d;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 700;
}

.m-step p {
    margin: 0;
    font-size: 0.95rem;
    color: #4a5568;
}

.gum-summary-footer {
    margin-top: 30px;
    background: #f8fafc;
    padding: 25px;
    border-radius: 12px;
}

.sum-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 0.95rem;
    color: #4a5568;
}

.sum-row:last-child {
    margin-bottom: 0;
}

.sum-row.highlight {
    border-top: 1px solid #e2e8f0;
    padding-top: 10px;
    margin-top: 10px;
    color: #1a365d;
    font-weight: 600;
}

.sum-row strong {
    color: #1a365d;
}

@media (max-width: 992px) {
    .gum-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .gum-bottom-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .benefit-icon-list {
        grid-template-columns: 1fr;
    }
}

/* ========== INVISALIGN COSMETIC SECTION ========== */
.invisalign-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
}

.overview-box {
    background: #fff;
    padding: 35px;
    border-radius: 15px;
    margin: 30px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.overview-box h3 {
    font-size: 1.1rem;
    color: #1a365d;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.benefits-grid-mini {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.b-mini-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #4a5568;
    font-size: 0.95rem;
}

.b-mini-item i {
    color: #5b8e8e;
    font-size: 1.1rem;
}

.investment-tag {
    display: inline-block;
    background: #1a365d;
    color: #fff;
    padding: 10px 20px;
    border-radius: 100px;
    font-size: 1rem;
    margin-bottom: 30px;
}

.investment-tag strong {
    color: #eab308;
}

.inline-cta-link {
    color: #5b8e8e;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.inline-cta-link:hover {
    color: #1a365d;
    gap: 15px;
}

.floating-img-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

.floating-img-wrap img {
    width: 100%;
}

.invisalign-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #008fbb;
    /* Invisalign Blue */
    color: #fff;
    padding: 8px 20px;
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

@media (max-width: 992px) {
    .invisalign-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
}

@media (max-width: 580px) {
    .benefits-grid-mini {
        grid-template-columns: 1fr;
    }
}

/* ========== DIGITAL SMILE DESIGN SECTION ========== */
.dsd-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.dsd-benefits-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin: 30px 0;
}

.dsd-benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.05rem;
}

.dsd-benefit-item i {
    color: #eab308;
}

.dsd-cost-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    padding: 12px 25px;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
}

.dsd-cost-tag i {
    color: #5b8e8e;
}

.dsd-monitor-frame {
    position: relative;
    border: 10px solid #2d3748;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
}

.dsd-monitor-frame img {
    width: 100%;
    display: block;
}

.dsd-glow-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, transparent, rgba(91, 142, 142, 0.2));
    pointer-events: none;
}

/* DSD Flow */
.dsd-flow-wrap {
    margin-top: 100px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 60px;
}

.flow-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    margin-bottom: 50px;
    text-align: center;
}

.dsd-flow-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.dsd-flow-step {
    text-align: center;
}

.step-icon-wrap {
    width: 60px;
    height: 60px;
    background: #5b8e8e;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.25rem;
    transition: all 0.3s ease;
}

.dsd-flow-step:hover .step-icon-wrap {
    background: #eab308;
    transform: scale(1.1);
}

.dsd-flow-step h5 {
    font-size: 0.95rem;
    margin-bottom: 10px;
    color: #fff;
}

.dsd-flow-step p {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.4;
}

@media (max-width: 1100px) {
    .dsd-flow-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px 20px;
    }
}

@media (max-width: 992px) {
    .dsd-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
}

@media (max-width: 640px) {
    .dsd-flow-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 400px) {
    .dsd-flow-grid {
        grid-template-columns: 1fr;
    }
}

/* ========== GLOBAL FAQ MODIFIERS ========== */
.faq-accordion-wrap.global-faq {
    max-width: 900px;
    margin: 60px auto 0;
}

.simple-white-list.dark-text li {
    color: #4a5568 !important;
}

.simple-white-list.dark-text li::before {
    color: #5b8e8e;
}

@media (max-width: 768px) {
    .faq-accordion-wrap.global-faq {
        margin: 40px 0 0;
    }
}

/* ========== CONTACT US PAGE STYLES ========== */
.contact-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 100px;
    align-items: start;
}

.contact-intro-text {
    font-size: 1.25rem;
    color: #4a5568;
    margin-bottom: 40px;
}

.contact-details-stack {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 60px;
}

.c-detail-item {
    display: flex;
    gap: 20px;
    align-items: center;
}

.c-icon {
    width: 60px;
    height: 60px;
    background: #f1f5f9;
    color: #5b8e8e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.c-detail-item:hover .c-icon {
    background: #5b8e8e;
    color: #fff;
    transform: translateY(-5px);
}

.c-text p {
    margin: 0;
    font-size: 1.1rem;
    color: #1a365d;
    font-weight: 500;
}

.office-hours-box {
    background: #1a365d;
    padding: 40px;
    border-radius: 15px;
    color: #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.office-hours-box h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
}

.hours-list {
    list-style: none;
    padding: 0;
}

.hours-list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
}

.hours-list li span {
    font-weight: 700;
    color: #eab308;
}

/* Modern Form */
.contact-form-panel {
    background: #fff;
    padding: 60px;
    border-radius: 20px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
}

.form-requirement {
    font-size: 0.85rem;
    color: #64748b;
    margin-bottom: 30px;
    text-align: right;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.form-group {
    position: relative;
    margin-bottom: 40px;
}

.form-group label {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    color: #1a365d;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #e2e8f0;
    padding: 10px 0;
    font-family: inherit;
    font-size: 1.1rem;
    color: #1a365d;
    background: transparent;
    transition: all 0.3s ease;
}

.form-group textarea {
    resize: none;
}

.input-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #5b8e8e;
    transition: all 0.4s ease;
}

.form-group input:focus~.input-line,
.form-group textarea:focus~.input-line {
    width: 100%;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
}

.map-frame {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

.no-top {
    padding-top: 0;
}

@media (max-width: 992px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 80px;
    }

    .contact-form-panel {
        padding: 40px 30px;
    }
}

@media (max-width: 640px) {
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

/* ========== ANIMATIONS ========== */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.animate-on-scroll.active,
.animate-on-scroll.revealed,
.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .animate-on-scroll {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}
/* ========== DENTAL IMPLANTS GRID ========== */

@media (max-width: 600px) {
    .financing-cards-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* ========== DENTAL IMPLANTS GRIDS ========== */
.implants-intro-grid,
.single-implant-grid,
.all-on-4-grid,
.all-on-4-secondary-grid,
.dentures-details,
.bone-grafting-grid,
.medicare-grid,
.care-summary-grid,
.value-analysis-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.implants-intro-grid { gap: 60px; align-items: center; }
.single-implant-grid { gap: 80px; align-items: flex-start; }
.all-on-4-grid { gap: 60px; align-items: center; margin-bottom: 80px; }
.all-on-4-secondary-grid { gap: 40px; align-items: stretch; }
.dentures-details { gap: 60px; align-items: center; }
.bone-grafting-grid { gap: 80px; align-items: center; }
.medicare-grid { gap: 80px; align-items: flex-start; }
.care-summary-grid {
    gap: 60px; 
    align-items: center; 
    background: #003341; 
    border-radius: 24px; 
    padding: 60px; 
    color: #fff;
}
.value-analysis-wrap { gap: 80px; align-items: start; }

@media (max-width: 768px) {
    .implants-intro-grid,
    .single-implant-grid,
    .all-on-4-grid,
    .all-on-4-secondary-grid,
    .dentures-details,
    .bone-grafting-grid,
    .medicare-grid,
    .care-summary-grid,
    .value-analysis-wrap {
        grid-template-columns: 1fr;
    }
}

/* =============================================
   EXTENDED DENTAL IMPLANTS GRIDS 
   ============================================= */
.components-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 60px; }
.ideal-for-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; list-style: none; padding: 0; }
.benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.denture-types-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: 40px; margin-bottom: 60px; }
.bone-grafting-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; }
.graft-types-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 80px; }
.medicare-cases-wrap { display: grid; grid-template-columns: 1fr; gap: 30px; }
.medicare-cases-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 10px; }
.process-grid-modern { display: grid; grid-template-columns: repeat(auto-fit, minmax(450px, 1fr)); gap: 40px; position: relative; }
.process-steps-list { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.process-phases-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.process-deliverables-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 25px; }
.success-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: 40px; margin-bottom: 60px; }
.care-types-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 40px; margin-bottom: 60px; }
.investment-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-bottom: 80px; }
.financing-options-list { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; font-size: 0.9rem; color: #4a5568; }
.value-comparison-grid { display: grid; grid-template-columns: 1fr; gap: 25px; }

@media (max-width: 768px) {
    .components-grid,
    .ideal-for-list,
    .benefits-grid,
    .denture-types-grid,
    .bone-grafting-list,
    .graft-types-grid,
    .medicare-cases-wrap,
    .medicare-cases-list,
    .process-grid-modern,
    .process-steps-list,
    .process-phases-grid,
    .process-deliverables-grid,
    .success-grid,
    .care-types-grid,
    .investment-grid,
    .financing-options-list,
    .value-comparison-grid {
        grid-template-columns: 1fr;
    }
}

/* =============================================
   GRAFT SUMMARY BOX
   ============================================= */
.graft-summary-box {
    margin-top: 60px;
    background: var(--color-primary);
    color: #fff;
    border-radius: 15px;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
.graft-summary-text {
    flex: 1;
    min-width: min(100%, 300px);
}
.graft-summary-price {
    text-align: right;
    min-width: min(100%, 250px);
    border-left: 1px solid rgba(255,255,255,0.1);
    padding-left: 40px;
}

@media (max-width: 768px) {
    .graft-summary-box {
        padding: 30px;
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    .graft-summary-price {
        text-align: left;
        border-left: none;
        border-top: 1px solid rgba(255,255,255,0.1);
        padding-left: 0;
        padding-top: 30px;
        min-width: 100%;
        width: 100%;
    }
}

/* =============================================
   PROCESS JOURNEY BANNER
   ============================================= */
.process-journey-wrap {
    margin-top: 60px;
    text-align: center;
}

.process-journey-banner {
    display: inline-flex;
    align-items: center;
    gap: 40px;
    background: #fff;
    padding: 25px 60px;
    border-radius: 100px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid #e2e8f0;
}

.journey-time {
    display: flex;
    gap: 12px;
    align-items: center;
    color: var(--color-primary);
}

.journey-time i {
    font-size: 1.4rem;
}

.journey-time span {
    font-weight: 800;
    font-size: 1.2rem;
}

.journey-divider {
    width: 1px;
    height: 30px;
    background: #e2e8f0;
}

.journey-link {
    color: #388d8d;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid #388d8d;
    padding-bottom: 3px;
    white-space: nowrap;
}

@media (max-width: 650px) {
    .process-journey-banner {
        flex-direction: column;
        gap: 20px;
        padding: 25px 30px;
        border-radius: 20px;
    }
    .journey-divider {
        width: 60px;
        height: 1px;
    }
}

/* =============================================
   SUCCESS RATE BANNER
   ============================================= */
.success-rate-banner {
    background: var(--color-primary);
    border-radius: 20px;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    gap: 30px;
}
.success-rate-text {
    flex: 1;
    min-width: min(100%, 300px);
}
.success-rate-stats {
    text-align: right;
    min-width: min(100%, 200px);
}

@media (max-width: 768px) {
    .success-rate-banner {
        padding: 30px;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    .success-rate-stats {
        text-align: left;
        min-width: 100%;
        width: 100%;
    }
}