.breadcrumb-bar {
    background-color: #15558d;
    padding: 15px 0;
}

.page-breadcrumb ol {
    background-color: transparent;
    font-size: 12px;
    margin-bottom: 0;
    padding: 0;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}

.page-breadcrumb ol li.active {
    color: #fff;
}

.page-breadcrumb ol li a {
    color: #fff;
}

.side-heading {
    color: #15558d;
}

.side-heading {
    margin-top: -4rem;
    padding-top: 4rem;
}

.card nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.card nav li {
    display: inline-block;
    margin-right: 20px;
}

.card nav li.active a {
    border-bottom-width: 3px;
    color: #20c0f3;
    border-bottom-color: #20c0f3;
    border-bottom: 5px solid #20c0f3;
}

@media only screen and (max-width: 479px) {
    .card nav li.active a {
        border-style: none;
    }

    .card nav li {
        margin-right: 0;
    }

    .nav-link {
        padding: 10px 2px 5px 2px !important;
        margin-left: 15px;
    }
}

.breadcrumb-item {
    margin-right: 0px;
}

@media only screen and (max-width: 767.98px) {
    .breadcrumb-bar .breadcrumb-title {
        font-size: 12px;
    }
}

.b {
    font-weight: normal !important;
}

/* ===== ABOUT THIS LAB & CONCIERGE SIDE CARD ===== */
.about-lab-grid {
    /* display: grid;
            grid-template-columns: 1fr 500px; */
    gap: 24px;
    margin: 20px 0px;
}

.about-left-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #eef2f6;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.about-left-card h2 {
    font-size: 22px;
    font-weight: 800;
    color: #0d3b66;
    margin-bottom: 10px;
}

.about-text {
    font-size: 15px;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 20px;
}

@media (max-width: 1100px) {
    .about-lab-grid {
        grid-template-columns: 1fr;
    }

}


/* Enhanced Lab Card */
.lab-card-premium {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.04);
    margin-bottom: 16px;
    overflow: hidden;
    border: 1px solid #e8ecf1;
    transition: all 0.3s ease;
    position: relative;
}

@keyframes lens-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.lab-card-premium:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.badge-group {
    display: flex;
    gap: 12px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.lab-badge {
    padding: 8px 16px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.referral-card-premium {
    background: #ffffff;
    background-image:
        linear-gradient(135deg, #f0f9ff 0%, #ffffff 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 24px;
    padding: 24px 40px;
    color: #1e293b;
    position: relative;
    overflow: hidden;
    border: 1.5px solid #20c0f3;
    margin-bottom: 20px;

}

.referral-card-premium::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #20c0f3, #15558d);
    opacity: 0.8;
}

.referral-badge-trust {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: #f0f9ff;
    border: 1px solid rgba(32, 192, 243, 0.3);
    border-radius: 100px;
    font-size: 11px;
    font-weight: 800;
    color: #15558d;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}

.referral-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 40px;
    align-items: center;
}

.referral-left-block h2 {
    font-size: 26px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
    letter-spacing: -0.8px;
    line-height: 1.2;
}

.referral-left-block p {
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
    margin-bottom: 20px;
    max-width: 600px;
}

.referral-features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

.feat-badge {
    color: #1e293b;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

.feat-badge i {
    color: #10b981;
    font-size: 12px;
}

.referral-stats-footer {
    display: flex;
    gap: 40px;
    padding-top: 24px;
    border-top: 1px solid #f1f5f9;
}

.stat-item {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.stat-value {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
}

.stat-label {
    font-size: 12px;
    color: #64748b;
    font-weight: 600;
}

.referral-right-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.referral-illustration-img {
    width: 100%;
    max-height: 220px;
    max-width: 400px;
    object-fit: contain;
    /* Filter or mask if needed to break the square, but the vector art itself is often isolated */
    border-radius: 0;
    margin-bottom: 16px;
    box-shadow: none;
    /* Already isolated look */
    border: none;
}

.explore-subtext {
    font-size: 11px;
    color: #94a3b8;
    font-weight: 500;
}

@media (max-width: 992px) {
    .referral-content-wrapper {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .referral-stats-footer {
        gap: 24px;
    }
}


@media (max-width: 768px) {
    .referral-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
        gap: 16px;
    }

    .btn-explore-doctors {
        width: 100%;
        justify-content: center;
    }

    .stat-value {
        font-size: 16px;
        font-weight: 800;
        color: #0f172a;
    }

    .stat-label {
        font-size: 10px;
        color: #64748b;
        font-weight: 600;
    }

    .referral-card-premium {
        padding: 24px 20px;
    }
}

@media (max-width: 768px) {
    .item-without {
        border-right: 1px solid #f1f5f9;
        border-bottom: 1px solid #f1f5f9;
        padding: 10px;
    }

    .item-with {
        padding: 10px;
    }

    .icon-circle-box {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .with-visual-stack {
        width: 40px;
    }
}



/* Testimonials Section */
.testimonials-container {
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    border: 1.5px solid #e8ecf1;
    border-radius: 22px;
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.testimonials-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e8ecf1;
}

.testimonials-header h3 {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    letter-spacing: -0.5px;
}

.testimonials-header h3::before {
    content: '';
    width: 5px;
    height: 28px;
    background: linear-gradient(180deg, #15558d, #20c0f3);
    border-radius: 3px;
}

.links-more {
    color: #15558d;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.links-more:hover {
    color: #0d3b61;
    gap: 4px;
}


.testimonial-box {
    background: white;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.testimonial-box:hover {
    border-color: #15558d;
    box-shadow: 0 8px 20px rgba(21, 85, 141, 0.12);
    transform: translateY(-4px);
}

.testimonial-content-text {
    font-size: 14px;
    line-height: 1.7;
    color: #64748b;
    margin-bottom: 12px;
    font-weight: 500;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    object-fit: cover;
    border: 2px solid #e2e8f0;
}

.author-name {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.author-stars {
    color: #fbbf24;
    font-size: 12px;
    margin-top: 4px;
    font-weight: 600;
}

/* FAQ Section */
.faq-section {
    margin-top: 20px;
    margin-bottom: 20px;
}

.faq-card-custom {
    /* background: linear-gradient(135deg, #ffffff, #f8fafc); */
    border-radius: 22px;
    border: 1.5px solid #e8ecf1;
    padding: 20px 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.faq-section h3 {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    letter-spacing: -0.5px;
}

.faq-section h3::before {
    content: '';
    width: 5px;
    height: 28px;
    background: linear-gradient(180deg, #20c0f3, #15558d);
    border-radius: 3px;
}

.faq-item {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #e8ecf1;
}

.faq-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.faq-question {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 1.5;
    cursor: pointer;
    padding: 15px 0;
    width: 100%;
    text-align: left;
    border: none;
    background: none;
    transition: all 0.3s ease;
    outline: none !important;
}

.faq-question:hover {
    color: #15558d;
}

.faq-question span {
    color: #20c0f3;
    font-size: 18px;
    flex-shrink: 0;
}

.faq-question .chevron {
    margin-left: auto;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 14px;
    color: #94a3b8;
}

.faq-question[aria-expanded="true"] .chevron {
    transform: rotate(180deg);
    color: #20c0f3;
}

.faq-answer {
    font-size: 15px;
    line-height: 1.8;
    color: #64748b;
    padding: 0 0 16px 30px;
    font-weight: 500;
}

.accordion-collapse {
    transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.collapsing {
    transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Location Section */
.map-container-premium {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    margin-bottom: 16px;
}

.btn-directions {
    background: linear-gradient(135deg, #15558d, #0d3b61);
    color: white !important;
    box-shadow: 0 4px 12px rgba(21, 85, 141, 0.25);
}

.btn-directions:hover {
    background: linear-gradient(135deg, #0d3b61, #051f38);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(21, 85, 141, 0.35);
}

/* Review Form */
.review {
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    border: 1.5px solid #e8ecf1;
    border-radius: 20px;
    padding: 24px;
    margin-top: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.review .header h3 {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    letter-spacing: -0.5px;
}

.review .header h3::before {
    content: '';
    width: 4px;
    height: 24px;
    background: linear-gradient(180deg, #15558d, #20c0f3);
    border-radius: 2px;
}

@media (max-width: 768px) {
    .referral-left-block h2 {
        font-size: 20px;
    }

    .referral-left-block p {
        font-size: 13px;
    }

    .testimonials-header h3 {
        font-size: 18px;
    }

    .faq-section h3 {
        font-size: 18px;
    }

    .faq-card-custom {
        padding: 24px;
    }

    .faq-answer {
        padding-left: 0;
        margin-top: 8px;
    }

    .review {
        padding: 24px;
    }

    .referral-card {
        padding: 24px;
    }

}

@media (max-width: 480px) {
    .concierge-pricing {
        flex-direction: column;
        text-align: center;
    }

    .service-steps {
        gap: 16px;
    }

    .step-row {
        gap: 16px;
    }

    .badge-group {
        gap: 8px;
    }
}

body {
    background-color: #ffffff;
    color: #272b41;
    font-family: "Poppins", sans-serif;
    font-size: 0.9375rem;
    height: 100%;
    overflow-x: hidden;
}

h1,
h3 {
    color: #272b41;
    font-weight: 500;
}

h1 {
    font-size: 2.25rem;
}

.h3,
h3 {
    font-size: 1.5rem;
}

a {
    color: #2E3842;
}

a:hover {
    color: #09dca4;
}

a,
a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}

.lab-logo-text {
    font-size: 48px;
    font-weight: 800;
    color: #4db8c4;
    letter-spacing: 2px;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}


@media (max-width: 768px) {

    .hero-left-section {
        align-items: center;
        text-align: center;
    }

    .lab-title-row {
        justify-content: center;
        gap: 8px;
    }
}

.btn-primary {
    background-color: #2563eb;
    color: white;
    padding: 8px 8px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    font-size: 14px;
    position: relative;
    overflow: hidden;
}

.be-first-review-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #2563eb;
    text-decoration: none;
    border-bottom: 1.5px dashed #2563eb;
    padding-bottom: 1px;
    transition: all 0.2s ease;
}

.be-first-review-link:hover {
    color: #1d4ed8;
    border-bottom-color: #1d4ed8;
}

.faq-number {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bold;
}



/* ===== REVAMPED HERO SECTION V2 - EXACT MATCH ===== */
.lab-hero-v2-container {
    background: #ffffff;
    background-image: linear-gradient(to right, #ffffff 60%, #eef6ff 100%);
    border-radius: 20px;
    border: 1px solid #eef2f6;
    padding: 32px;
    display: flex;
    align-items: center;
    gap: 32px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
}

.hero-v2-logo-box {
    width: 156px;
    height: 156px;
    background: white;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    flex-shrink: 0;
    padding: 18px;
    z-index: 2;
}

.hero-v2-logo-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.hero-v2-info {
    /* flex: 1; */
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 2;
}

.hero-v2-name-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hero-v2-name-row h1 {
    font-size: 28px;
    font-weight: 800;
    color: #0d3b66;
    margin: 0;
    letter-spacing: -0.5px;
}

.hero-v2-name-row i.verified-check {
    color: #22c55e;
    font-size: 24px;
}

.hero-v2-loc-sub {
    font-size: 15px;
    color: #718096;
    font-weight: 500;
    margin-bottom: 4px;
}

.hero-v2-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 4px 0;
}

.hero-v2-rating .stars {
    color: #fbbf24;
    font-size: 18px;
    display: flex;
    gap: 3px;
}

.hero-v2-rating .rating-val {
    font-weight: 800;
    color: #0d3b66;
    font-size: 16px;
}

.hero-v2-rating .review-count {
    color: #a0aec0;
    font-size: 14px;
    font-weight: 500;
}

.hero-v2-details-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
}

/* Right Section */
.hero-v2-divider {
    width: 1px;
    height: 110px;
    background: #edf2f7;
    margin: 0 16px;
}

.hero-v2-cta-col {
    width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    z-index: 2;
}

.btn-book-concierge-v2 {
    background: #2563eb;
    color: white !important;
    padding: 16px 18px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
    width: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.3);
    border: none;
}

.btn-book-concierge-v2:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
}

.btn-book-concierge-v2 i.calender-icon {
    font-size: 22px;
}

.btn-book-concierge-v2 .chev-circle {
    width: 22px;
    height: 22px;
    background: white;
    color: #2563eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    margin-left: 2px;
}

/* Book Concierge button + info icon wrapper */
.btn-book-concierge-v2-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.btn-book-concierge-v2-wrap .btn-book-concierge-v2 {
    flex: 1;
}

.btn-concierge-info {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none !important;
    color: #000000 !important;
    font-size: 18px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.btn-concierge-info:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transform: scale(1.08);
}



.hero-v2-guarantee {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4b84f1;
    font-size: 15px;
    font-weight: 600;
}

.hero-v2-guarantee i {
    font-size: 18px;
}

.verified-info-btn {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 18px;
    line-height: 1;
    transition: color 0.2s ease, transform 0.2s ease;
    vertical-align: middle;
}



/* Background Illustration */
.hero-v2-bg-illust {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 450px;
    pointer-events: none;
    z-index: 1;
    opacity: 0.5;
}

.hero-v2-bg-illust img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center right;
    mask-image: linear-gradient(to left, black 60%, transparent 100%);
    -webkit-mask-image: linear-gradient(to left, black 60%, transparent 100%);
}

@media (max-width: 1200px) {
    .btn-book-concierge-v2 {
        padding: 16px 16px;
        font-size: 16px;
    }

    .hero-v2-bg-illust {
        opacity: 0.3;
        width: 300px;
    }
}

@media (max-width: 991px) {
    .lab-hero-v2-container {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding: 30px;
        gap: 20px;
    }

    .hero-v2-logo-box {
        margin-bottom: 10px;
        margin-left: 0;
    }

    .hero-v2-name-row {
        justify-content: flex-start;
    }

    .hero-v2-rating {
        justify-content: flex-start;
    }

    .hero-v2-divider {
        display: none;
    }

    .hero-v2-cta-col {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }

    .hero-v2-bg-illust {
        display: none;
    }
}

@media (max-width: 568px) {
    .hero-v2-logo-box {
        width: 100px;
        height: 100px;
        padding: 12px;
    }

    .lab-hero-v2-container {
        padding: 20px;
        gap: 15px;
    }

    .hero-v2-name-row h1 {
        font-size: 20px;
        line-height: 1.3;
    }

    .hero-v2-name-row {
        display: flex !important;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
    }

    .hero-v2-name-row i.verified-check {
        font-size: 18px;
        display: inline-block;
    }

    .btn-book-concierge-v2 {
        padding: 12px 20px;
        font-size: 15px;
    }
}



/* ===== REVIEW SECTION STYLES ===== */
.lab-review-section {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

.review-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    border: 1.5px solid #e8ecf1;
    border-radius: 16px;
    padding: 20px 24px;
    margin-bottom: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.review-section-header h3 {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: -0.4px;
}

.review-section-header h3::before {
    content: '';
    width: 4px;
    height: 22px;
    background: linear-gradient(180deg, #15558d, #20c0f3);
    border-radius: 2px;
    display: inline-block;
}

.btn-write-review {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #15558d, #0d3b61);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(21, 85, 141, 0.25);
}

.btn-write-review:hover {
    background: linear-gradient(135deg, #0d3b61, #051f38);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(21, 85, 141, 0.35);
}

/* Empty State */
.review-empty-state {
    background: linear-gradient(135deg, #f8fbff, #eef6ff);
    border: 1.5px dashed #bfdbfe;
    border-radius: 16px;
    padding: 48px 24px;
    text-align: center;
}

.empty-icon-wrap {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #fff7ed, #fef3c7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 28px;
    color: #f59e0b;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.15);
}

.review-empty-state h4 {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
}

.review-empty-state p {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 24px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.btn-first-review {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #15558d, #0d3b61);
    color: white;
    border: none;
    padding: 12px 28px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(21, 85, 141, 0.3);
}

.btn-first-review:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(21, 85, 141, 0.4);
}

/* Success Message */
.review-success-msg {
    background: linear-gradient(135deg, #f0fdf4, #dcfce7);
    border: 1.5px solid #86efac;
    border-radius: 12px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    color: #15803d;
    font-weight: 600;
    font-size: 14px;
}

.review-success-msg i {
    font-size: 20px;
    flex-shrink: 0;
}

/* Form Styles */
.form-group-custom {
    margin-bottom: 20px;
}

.form-group-custom label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #374151;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.req {
    color: #ef4444;
}

.form-input-custom {
    width: 100%;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 14px;
    color: #1e293b;
    background: #fafafa;
    transition: all 0.3s ease;
    outline: none;
    font-family: inherit;
    box-sizing: border-box;
    resize: none;
}

.form-input-custom:focus {
    border-color: #15558d;
    background: white;
    box-shadow: 0 0 0 3px rgba(21, 85, 141, 0.08);
}

.form-input-custom.input-error {
    border-color: #ef4444;
    background: #fff5f5;
}

.form-row-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.char-count {
    text-align: right;
    font-size: 12px;
    color: #94a3b8;
    margin-top: 6px;
    font-weight: 500;
}

.field-error {
    font-size: 12px;
    color: #ef4444;
    font-weight: 600;
    margin-top: 6px;
    display: none;
}

.field-error.visible {
    display: block;
}

/* Star Rating Input */
.star-rating-input {
    display: flex;
    gap: 8px;
}

.star-btn {
    background: none;
    border: none;
    font-size: 32px;
    color: #cbd5e1;
    cursor: pointer;
    padding: 0;
    transition: all 0.15s ease;
    line-height: 1;
}

.star-btn:hover,
.star-btn.active {
    color: #f59e0b;
    transform: scale(1.15);
}

/* Submit Button */
.btn-submit-review {
    width: 100%;
    background: linear-gradient(135deg, #15558d, #0d3b61);
    color: white;
    border: none;
    padding: 14px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(21, 85, 141, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 4px;
}

.btn-submit-review:hover:not(:disabled) {
    background: linear-gradient(135deg, #0d3b61, #051f38);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(21, 85, 141, 0.4);
}

.btn-submit-review:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

@media (max-width: 480px) {
    .lab-review-modal {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .form-row-two {
        grid-template-columns: 1fr;
    }

    .review-section-header {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }

    .btn-write-review {
        width: 100%;
        justify-content: center;
    }
}

.inline-review-form-wrap {
    /* background: linear-gradient(135deg, #f8fbff, #eef6ff); */
    border: 1.5px solid #bfdbfe;
    border-radius: 20px;
    padding: 32px;
    animation: fadeSlideUp 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.inline-review-intro {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbeafe;
}

.inline-review-intro h4 {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 4px 0;
}

.inline-review-intro p {
    font-size: 13px;
    color: #64748b;
    margin: 0;
}

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.btn-referral-explore {
    background: #113c66;
    color: #ffffff !important;
    width: 100%;
    padding: 12px 24px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(17, 60, 102, 0.2);
    margin-bottom: 8px;
}

.justify-content-between {
    justify-content: space-between !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fas {
    font-family: "Font Awesome 6 Free"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-pen:before {
    content: "\f304"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-search:before {
    content: "\f002"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-check:before {
    content: "\f00c"
}

.fa-sr-only-focusable:not(:focus),
.sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

:host,
:root {
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.ttf) format("truetype")
}

:host,
:root {
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.ttf) format("truetype")
}

:host,
:root {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.ttf) format("truetype")
}

.fas {
    font-weight: 900
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-display: swap;
    font-weight: 400;
    src: url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: swap;
    font-weight: 900;
    src: url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: swap;
    font-weight: 400;
    src: url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.ttf) format("truetype")
}

@font-face {
    font-family: "FontAwesome";
    font-display: swap;
    src: url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: "FontAwesome";
    font-display: swap;
    src: url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: "FontAwesome";
    font-display: swap;
    src: url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.ttf) format("truetype");
    unicode-range: u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d, u+f022, u+f03e, u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088, u+f08a, u+f094, u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5, u+f0c7, u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a, u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e, u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7, u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d, u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba, u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc
}

@font-face {
    font-family: "FontAwesome";
    font-display: swap;
    src: url(../webfonts/fa-v4compatibility.woff2) format("woff2"), url(../webfonts/fa-v4compatibility.ttf) format("truetype");
    unicode-range: u+f041, u+f047, u+f065-f066, u+f07d-f07e, u+f080, u+f08b, u+f08e, u+f090, u+f09a, u+f0ac, u+f0ae, u+f0b2, u+f0d0, u+f0d6, u+f0e4, u+f0ec, u+f10a-f10b, u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e, u+f160-f161, u+f163, u+f175-f178, u+f195, u+f1f8, u+f219, u+f27a
}

.fa-star::before {
    content: "\f005";
}

.fa-map-marker-alt::before {
    content: "\f3c5";
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-chevron-down::before {
    content: "\f078";
}