/* navbar */
/* CONTAINER */
.container {
    /* max-width:1580px; */
    margin: auto;
    padding: 0 20px;
}

/* TOP BAR */
.top-offer-bar {
    background: #ac3a33;
    height: 50px;
    display: flex;
    align-items: center;
}

.offer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.offer-content p {
    color: #fff;
    font-size: 15px;
    margin: 0;
}

.offer-btn {
    width: 130px;
    height: 38px;
    border-radius: 12px;
    background: linear-gradient(180deg, #e04020, #c8391a);
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
}

.support-btn i {
    color: #25d366;
    font-size: 20px;
}

.nav-link:hover,
.support-btn:hover {
    border: 1px solid #57635b69;
    border-radius: 8px;
    padding: 6px 12px;
}

/* NAVBAR */
.main-navbar {
    height: 132px;
    background: #f7f7f7;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.navbar-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LEFT */
.navbar-left {
    display: flex;
    align-items: center;
    gap: 42px;
}

/* LOGO */
.site-logo {
    text-decoration: none;
    font-size: 26px;
    font-weight: 800;
}

.site-logo .orange {
    color: #c8391a;
}

.site-logo .green {
    color: #8b1a1a;
}

/* LOCATION */
.location-box {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.location-icon {
    font-size: 22px;
}

.location-text small {
    display: block;
    font-size: 14px;
    color: #888;
    margin-bottom: 2px;
}

.location-text span {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

/* RIGHT */
.navbar-right {
    display: flex;
    align-items: center;
    gap: 28px;
}

.nav-link {
    border: 1px solid #57635b69;
    border-radius: 8px;
    padding: 6px 12px;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.support-btn {
    width: 120px;
    height: 42px;
    border: 1px solid #8b1a1a;
    border-radius: 12px;
    color: #8b1a1a;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    gap: 6px;
}

.cart-btn-nav {
    width: 120px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(180deg, #e04020, #c8391a);
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    gap: 8px;
    position: relative;
}

.cart-btn-nav span {
    position: absolute;
    top: -6px;
    right: 24px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #444;
    color: #fff;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* MODAL */
.location-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.show-location {
    opacity: 1;
    visibility: visible;
}

/* OVERLAY */
.location-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(5px);
}

/* POPUP */
.location-popup {
    width: 860px;
    background: #fff;
    border-radius: 28px;
    padding: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.location-popup h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 34px;
    color: #333;
}

/* CLOSE */
.close-location {
    position: absolute;
    right: 18px;
    top: 16px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: #f5f5f5;
    font-size: 24px;
    cursor: pointer;
    color: #888;
}

.location-text {
    cursor: pointer;
}

/* MODAL */
.location-modal {
    position: fixed;
    inset: 0;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* ACTIVE */
.location-modal.active {
    display: flex;
}

/* OVERLAY */
.location-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

/* POPUP */
.location-popup {
    width: 560px;
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    z-index: 2;
}

.lab-btn i,
.checkup-btn i {
    margin-right: 6px;
    font-size: 16px;
}

/* CLOSE */
.close-location {
    position: absolute;
    top: 10px;
    right: 15px;
    border: none;
    background: none;
    font-size: 28px;
    cursor: pointer;
}

/* GRID */
.city-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 20px;
}

/* CARD */
.city-card {
    border: 2px solid transparent;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    color: #222;
}

.city-card img {
    width: 40px;
    margin-bottom: 10px;
}

.city-card.active,
.city-card:hover {
    border-color: #25d366;
    background: #f5fff8;
}

/* GRID */
.city-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

/* CARD */
.city-card {
    height: 120px;
    border: 1px solid #e8e8e8;
    border-radius: 18px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.city-card img {
    width: 42px;
    margin-bottom: 14px;
    opacity: 0.7;
}

.city-card span {
    font-size: 16px;
    color: #555;
    font-weight: 500;
}

.city-card:hover {
    border-color: #8b1a1a;
}

.active-city {
    border-color: #8b1a1a;
    box-shadow: 0 6px 18px rgba(139, 26, 26, 0.1);
}

.active-city span {
    color: #8b1a1a;
    font-weight: 700;
}

/* MOBILE */
@media (max-width: 992px) {
    .offer-content {
        flex-direction: column;
        gap: 8px;
    }

    .top-offer-bar {
        height: auto;
        padding: 10px 0;
    }

    .navbar-wrapper {
        flex-direction: column;
        gap: 18px;
        padding: 15px 0;
    }

    .navbar-right {
        flex-wrap: wrap;
        justify-content: center;
    }

    .location-popup {
        width: 95%;
        padding: 25px 18px;
    }

    .city-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .location-popup h2 {
        font-size: 28px;
    }
}

/* FOOTER */
.main-footer {
    background: #fff;
    padding: 40px 0 18px;
}

/* WRAPPER */
.footer-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 70px;
}

/* LEFT */
.footer-left {
    width: 300px;
    flex-shrink: 0;
}

/* LOGO */
.footer-logo {
    font-size: 28px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 28px;
}

.footer-logo .orange {
    color: #c8391a;
}

.footer-logo .green {
    color: #8b1a1a;
}

/* SOCIAL */
.footer-social {
    display: flex;
    gap: 14px;
    margin-bottom: 26px;
}

.footer-social a {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #444;
    font-size: 20px;
    transition: 0.2s;
}

.footer-social a:hover {
    background: #f0f0f0;
}

/* APPS */
.footer-apps {
    display: flex;
    gap: 14px;
}

.footer-apps img {
    height: 42px;
    object-fit: contain;
}

/* RIGHT */
.footer-links-wrap {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 45px;
}

/* COLUMN */
.footer-column h3 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 24px;
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-column a {
    font-size: 15px;
    color: #666;
    text-decoration: none;
    margin-bottom: 18px;
    line-height: 1.4;
    transition: 0.2s;
    font-weight: 600;
}

.footer-column a:hover {
    color: #8b1a1a;
}

/* BOTTOM */
.footer-bottom {
    margin-top: 42px;
    padding-top: 18px;
    border-top: 1px dashed #d8d8d8;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.footer-bottom p {
    font-size: 17px;
    font-weight: 600;
    color: #777;
}

.main-footer .container {
    max-width: 1396px;
    width: 100%;
    margin: auto;
    /* padding:0 20px; */
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-bottom-links a,
.footer-bottom-links span {
    font-size: 13px;
    color: #777;
    text-decoration: none;
}

/* MOBILE */
@media (max-width: 992px) {
    .footer-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .footer-left {
        width: 100%;
    }

    .footer-links-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .footer-links-wrap {
        grid-template-columns: 1fr;
    }

    .footer-logo {
        font-size: 24px;
    }

    .footer-social a {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .footer-apps {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-apps img {
        height: 38px;
    }
}

/* HERO SECTION SMALL NORMAL SIZE */
.hero {
    padding: 25px 0 25px;
    background: #f4f4f4;
    /*overflow: hidden;*/
}

.heroSwiper {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}

/* SLIDER */

.hero-slider img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 30px;
}

.second-slide {
    background: linear-gradient(90deg, #dff7ea 0%, #eefcf5 55%, #d9f5e6 100%);
}

/* CONTENT */
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 420px;
}

.hero-badge {
    display: inline-block;
    padding: 7px 14px;
    background: #fff3df;
    border: 1px solid #f5bf67;
    border-radius: 40px;
    color: #444;
    font-size: 12px;
    margin-bottom: 14px;
}

.hero-content h1 {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 800;
    color: #1d1d1d;
    margin-bottom: 10px;
}

.hero-content h1 span {
    color: #c8391a;
}

.hero-content p {
    font-size: 16px;
    color: #444;
    margin-bottom: 18px;
}

/* TAGS */
.hero-tags {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.hero-tags span {
    padding: 7px 14px;
    border-radius: 30px;
    border: 1px solid #d97a6a;
    background: #fce8e4;
    font-size: 11px;
    font-weight: 600;
}

.hero-tags strong {
    font-size: 24px;
    color: #111;
    font-weight: 800;
}

/* BUTTON */
.book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 135px;
    height: 45px;
    border-radius: 10px;
    background: #c8391a;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

/* IMAGE */
.hero-image {
    height: 100%;
    display: flex;
    align-items: flex-end;
    z-index: 2;
}

.hero-image img {
    height: 100%;
    object-fit: contain;
}

/* GLOW */
.glow {
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(255, 180, 0, 0.35);
    filter: blur(35px);
}

.glow1 {
    top: 10px;
    left: 10px;
}

.glow2 {
    right: 20px;
    top: 20px;
}

.glow3 {
    right: 0;
    bottom: 10px;
}

/* SEARCH BOX */
.search-wrapper {
    width: 75%;
    margin: -87px auto 0;
    position: relative;
    z-index: 10;
}

.search-wrapperr {
    width: 760px;
    margin: -40px auto 0;
    position: relative;
    z-index: 10;
    margin-top: 10px;
}

/* =========================================
   FIX MOBILE BUTTON CUT ISSUE
========================================= */
@media (max-width: 768px) {
    .search-wrapperr {
        width: 100%;
        padding: 15px;
        border-radius: 18px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .search-wrapperr .search-box {
        width: 100%;
    }

    /* Buttons Row */
    .search-wrapperr .search-actions {
        display: flex;
        gap: 10px;
        width: 100%;
    }

    /* Buttons */
    .search-wrapperr .lab-btn,
    .search-wrapperr .checkup-btn {
        flex: 1;
        min-width: 0;
        height: 48px;

        display: flex;
        align-items: center;
        justify-content: center;

        padding: 13px 10px;
        border-radius: 12px;

        font-size: 13px;
        font-weight: 600;
        text-decoration: none;

        box-sizing: border-box;
    }

    /* Prevent Overflow */
    .search-wrapperr * {
        max-width: 100%;
        box-sizing: border-box;
    }

    /* Search Input */
    .search-wrapperr .search-input input {
        width: 100%;
    }
}

.search-box {
    background: #ffffff85;
    border-radius: 22px;
    padding: 24px 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
}

.search-input {
    flex: 1;
    position: relative;
}

.search-input input {
    width: 100%;
    height: 52px;
    border-radius: 14px;
    border: 1px solid #919191;
    padding: 0 60px 0 18px;
    font-size: 15px;
    outline: none;
}

.search-input button {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    font-size: 18px;
    cursor: pointer;
}

.search-actions {
    display: flex;
    gap: 10px;
}

/* ACTION BUTTONS */
.lab-btn,
.checkup-btn {
    width: 150px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.lab-btn {
    background: linear-gradient(357deg, #8b1a1a, #c35555);
}

.checkup-btn {
    background: linear-gradient(1deg, #ca542c, #ff8f63);
}

.offer-line {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: #555;
}

/* PAGINATION */
.swiper-pagination {
    bottom: 8px !important;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #c8391a;
    width: 20px;
    border-radius: 20px;
}

/* MOBILE */
@media (max-width: 992px) {
    .hero-slider {
        height: auto;
        flex-direction: column;
        text-align: center;
        padding: 35px 20px;
    }

    .hero-content h1 {
        font-size: 30px;
    }

    .hero-content p {
        font-size: 14px;
    }

    .hero-image {
        margin-top: 20px;
    }

    .hero-image img {
        height: 220px;
    }

    .search-wrapper {
        width: 100%;
    }

    .search-box {
        /* flex-direction: column; */
    }

    .search-actions {
        width: 50%;
        /* flex-direction: column; */
    }

    .lab-btn,
    .checkup-btn {
        width: 100%;
    }
}

/* SECTION */
/* SECTION */
/* ===== FEATURED SECTION ===== */
.featured-section {
    padding: 40px 0;
    background: #f5f5f5;
    overflow: hidden;
}

.featured-head {
    margin-bottom: 18px;
}

.featured-head h2 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
}

/* ===== SWIPER ===== */
.featuredSwiper {
    padding: 5px 0 45px;
}

/* ===== CARD ===== */
.featured-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;

    width: 100%;
}

.featured-card:hover {
    transform: translateY(-2px);
}

/* ===== TOP BAR ===== */
.card-top {
    background: #7b1c1c;
    position: relative;
    display: flex;
    flex-direction: column;
}

/* "Checkup" badge – top right */
.top-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #5c1212;
    color: #f5c0c0;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 14px 5px 16px;
    border-radius: 0 0 0 16px;
    letter-spacing: 0.3px;
    z-index: 1;
}

/* Inner body */
.card-top-body {
    /* padding: 14px;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 4px; */
}

/* ===== TITLE ===== */
.featured-card h3 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin: 0;
    /* min-height: 40px; */
}

/* ===== PRICE ROW ===== */
.price-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.price-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.price-wrap del {
    color: azure;
    font-size: 13px;
    text-decoration: line-through;
}

.price-wrap strong {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

/* Off badge */
.off-badge {
    background: #f5a623;
    color: #7a4a00;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    white-space: nowrap;
}

/* ===== INFO ROW ===== */
.feature-info {
    display: flex;
    padding: 10px 14px 12px 14px;
    border-bottom: 1px solid #f0f0f0;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    flex: 1;
}

.info-item span {
    font-size: 20px;
    margin-top: 2px;
}

.info-item p {
    margin: 0;
    font-size: 13px;
    color: #555;
    line-height: 1.4;
}

.info-item p strong {
    color: #222;
    font-size: 12px;
}

/* ===== BUTTONS ===== */
.card-buttons {
    display: flex;
    gap: 10px;
    padding: 12px 14px;
}

.detail-btn,
.cart-btn {
    flex: 1;
    height: 38px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 13px;
    /* font-weight: 600; */
    transition: 0.3s;
}

.detail-btn {
    border: 1.5px solid #7b1c1c;
    color: #7b1c1c;
    background: #fff;
}

.detail-btn:hover {
    background: #fdf0f0;
}

.cart-btn {
    background: #7b1c1c;
    color: #fff;
    border: none;
}

.cart-btn:hover {
    background: #b622221a;
}

/* ===== VIEW ALL CARD ===== */
.view-all-card {
    background: #fff;
    border-radius: 16px;
    min-height: 245px;
    max-width: 330px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s;
}

.view-all-card:hover {
    transform: translateY(-2px);
}

.view-all-card h3 {
    font-size: 18px;
    color: #7b1c1c;
    font-weight: 700;
    margin-bottom: 14px;
    min-height: unset;
}

.arrow-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fde8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7b1c1c;
    font-size: 16px;
}

/* ===== SWIPER NAVIGATION ===== */
.swiper-button-next,
.swiper-button-prev {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ddd;
    color: #777;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 12px;
    font-weight: 700;
}

/* ===== PAGINATION ===== */
.swiper-pagination {
    bottom: 0 !important;
}

.swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    width: 18px;
    border-radius: 20px;
    background: #7b1c1c;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
    .featured-card,
    .view-all-card {
        max-width: 100%;
    }

    .feature-info {
        flex-direction: column;
        gap: 8px;
    }

    .card-buttons {
        flex-direction: column;
    }

    .detail-btn,
    .cart-btn {
        height: 42px;
        font-size: 14px;
    }

    .featured-head h2 {
        font-size: 16px;
    }
}

/* SECTION */
.booked-section {
    padding: 40px 0;
    background: white;
}

.booked-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 40px;
}

/* LEFT */
.booked-content {
    /* max-width:320px; */
}

.booked-content h2 {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 800;
    color: #2b2b2b;
    margin-bottom: 15px;
}

.booked-content p {
    font-size: 13px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
}

.view-btn {
    width: 170px;
    height: 42px;
    border-radius: 10px;
    border: 1px solid #c49090;
    color: #8b1a1a;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

/* GRID */
.booked-grid {
    display: grid;
    grid-template-columns: repeat(2, 168px);
    gap: 14px;
}

/* CARD */
.booked-card {
    position: relative;
    border-radius: 18px;
    padding: 18px 16px;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
}

/* COLORS */
.orange {
    background: linear-gradient(135deg, #e04020, #c8391a);
}

.green {
    background: linear-gradient(135deg, #8b1a1a, #6b1414);
}

/* HEIGHT */
.tall {
    height: 158px;
}

.green {
    height: 133px;
}

/* TEXT */
.booked-card h3 {
    font-size: 22px;
    /* line-height:1.5; */
    color: #fff;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

/* ICON */
.card-icon {
    font-size: 34px;
    margin-top: 15px;
    position: relative;
    z-index: 2;
}

.card-icon.small {
    font-size: 30px;
    margin-bottom: 12px;
}

/* ARROW */
.circle-arrow {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    z-index: 2;
}

/* LIGHT EFFECT */
.booked-card::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    top: -25px;
    right: -25px;
}

/* MOBILE */
@media (max-width: 768px) {
    .booked-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .booked-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.thyroid-section {
    padding: 40px 0;
    background: #f5f5f5;
    overflow: hidden;
}

.thyroid-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 35px;
}

/* CARD */
.thyroid-card {
    width: 320px;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
}

/* TOP */
.card-top {
    position: relative;
    background: linear-gradient(135deg, #6b1414, #8b1a1a);
    padding: 18px;
    color: #fff;
}

.top-badge {
    position: absolute;
    top: 0;
    right: 14px;
    background: #6b1414;
    padding: 4px 10px;
    border-radius: 0 0 8px 8px;
    font-size: 10px;
    font-weight: 600;
}

.card-top h3 {
    font-size: 16px;
    /* line-height:1.5;
    margin-bottom:12px;
    font-weight:700; */
}

.price-wrap {
    margin-bottom: 8px;
}

.price-wrap del {
    opacity: 0.7;
    margin-right: 5px;
    font-size: 15px;
    font-weight: 600;
}

.price-wrap strong {
    font-size: 22px;
    font-weight: 700;
}

.off-badge {
    display: inline-flex;
    padding: 5px 10px;
    background: #c8391a;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 700;
}

/* INFO */
.feature-info {
    display: flex;
    gap: 36px;
    padding: 16px;
}

.info-item {
    display: flex;
    gap: 7px;
    flex: 1;
    align-items: flex-start;
}

.info-item span {
    font-size: 14px;
}

.info-item p {
    font-size: 11px;
    color: #666;
    line-height: 1.4;
}

.info-item strong {
    color: #222;
}

/* BUTTON */
.card-buttons {
    display: flex;
    gap: 10px;
    padding: 0 16px 16px;
}

.detail-btn,
.cart-btn {
    flex: 1;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}

.detail-btn {
    border: 1px solid #c49090;
    color: #8b1a1a;
    background: #fff;
    font-size: 16px;
}

.cart-btn {
    background: linear-gradient(135deg, #e04020, #c8391a);
    color: #fff;
}

/* CONTENT */
.thyroid-content {
    max-width: 350px;
}

.thyroid-content h2 {
    font-size: 36px;
    line-height: 1.2;
    color: #333;
    margin-bottom: 14px;
    font-weight: 800;
}

.thyroid-content p {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

/* TRUST */
.trust-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.trust-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg, #e04020, #c8391a);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.trust-box span {
    font-size: 12px;
    line-height: 1.5;
    color: #666;
}

/* IMAGE */
.thyroid-image {
    min-width: 170px;
    display: flex;
    justify-content: center;
}

.thyroid-image img {
    width: 170px;
    height: 220px;
    object-fit: contain;
}

/* NAV */
.swiper-button-next,
.swiper-button-prev {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ddd;
    color: #777;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 12px;
    font-weight: 700;
}

/* PAGINATION */
.swiper-pagination {
    bottom: 0 !important;
}

.swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    width: 18px;
    border-radius: 20px;
    background: #666;
}

/* MOBILE */
@media (max-width: 992px) {
    .thyroid-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .thyroid-card {
        width: 100%;
    }

    .thyroid-content h2 {
        font-size: 28px;
    }

    .trust-box {
        justify-content: center;
    }

    .thyroid-image img {
        width: 140px;
        height: 180px;
    }
}

/* =========================
   DNA BANNER SECTION
========================= */

.dna-section {
    padding: 80px 0;
    background: white;
}

.dnaSwiper {
    width: 100%;
}

.dnaSwiper .swiper-slide {
    border-radius: 24px;
    overflow: hidden;
}

/* Banner Box */
.dna-banner {
    width: 100%;
    height: 220px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

/* Banner Image */
.dna-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 24px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {
    .dna-banner {
        height: 180px;
    }
}

@media (max-width: 768px) {
    .dna-section {
        padding: 15px 0;
    }

    .dna-banner {
        height: 140px;
        border-radius: 16px;
    }

    .dna-banner img {
        border-radius: 16px;
    }
}

@media (max-width: 480px) {
    .dna-banner {
        height: 120px;
    }
}

.podcast-section {
    padding: 60px 0;
    background: #f5f5f5;
}

/* CARD */
.podcast-card {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* THUMBNAIL */
.podcast-thumbnail {
    position: relative;
    width: 520px;
    height: 300px;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

/* IMAGE */
.podcast-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* PLAY BUTTON */
.play-btn {
    position: absolute;
    left: 50%;
    bottom: -36px;
    transform: translateX(-50%);
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: #c8391a;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
    box-shadow:
        0 0 0 10px rgba(200, 57, 26, 0.15),
        0 0 0 20px rgba(200, 57, 26, 0.08);
}

/* TOP RIGHT */
.mini-logo {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 20px;
    font-weight: 700;
}

/* MOBILE */
@media (max-width: 768px) {
    .podcast-thumbnail {
        width: 100%;
        height: 220px;
        border-radius: 18px;
    }

    .play-btn {
        width: 68px;
        height: 68px;
        bottom: -30px;
        font-size: 24px;
    }
}

.organs-section {
    padding: 60px 0;
    background: white;
}

/* WRAPPER */
.organs-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 90px;
}

/* LEFT */
.organs-content {
    max-width: 430px;
}

.organs-content h2 {
    font-size: 58px;
    line-height: 1.15;
    font-weight: 800;
    color: #2b2b2b;
    margin-bottom: 24px;
}

.organs-content p {
    font-size: 18px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 35px;
}

/* BUTTON */
.organs-btn {
    width: 220px;
    height: 56px;
    border-radius: 14px;
    border: 1px solid #c49090;
    color: #8b1a1a;
    font-size: 17px;
    font-weight: 600;
    background: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.organs-btn:hover {
    background: #fff5f3;
}

/* GRID */
.organs-grid {
    display: grid;
    grid-template-columns: repeat(3, 120px);
    gap: 34px 42px;
}

/* CARD */
.organ-card {
    text-decoration: none;
    text-align: center;
}

/* ICON BOX */
.organ-icon {
    width: 74px;
    height: 74px;
    margin: auto;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    transition: 0.3s;
}

.organ-card:hover .organ-icon {
    transform: translateY(-4px);
}

/* TEXT */
.organ-card span {
    display: block;
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #222;
    font-weight: 500;
}

/* MOBILE */
@media (max-width: 992px) {
    .organs-wrapper {
        flex-direction: column;
        gap: 50px;
    }

    .organs-content {
        text-align: center;
    }

    .organs-content h2 {
        font-size: 38px;
    }

    .organs-content p {
        font-size: 15px;
    }

    .organs-btn {
        margin: auto;
    }

    .organs-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    .organ-icon {
        width: 64px;
        height: 64px;
        font-size: 30px;
    }

    .organ-card span {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .organs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.whatsapp-help-section {
    padding: 60px 0;
    background: #f5f5f5;
}

/* MAIN BOX */
.whatsapp-help-box {
    background: linear-gradient(135deg, #8b1a1a, #6b1414);
    border-radius: 22px;
    min-height: 150px;
    padding: 35px 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

/* LIGHT EFFECT */
.whatsapp-help-box::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    right: -100px;
    top: -100px;
}

/* CONTENT */
.help-content {
    position: relative;
    z-index: 2;
}

.help-content h2 {
    font-size: 52px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 16px;
    font-weight: 800;
}

/* LINK */
.help-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffb8a8;
    text-decoration: none;
    font-size: 22px;
    font-weight: 500;
}

.help-link span {
    font-size: 30px;
    line-height: 1;
}

/* ICON WRAP */
.whatsapp-icon-wrap {
    position: relative;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

/* RINGS */
.icon-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 180, 160, 0.2);
}

.ring-one {
    width: 110px;
    height: 110px;
}

.ring-two {
    width: 140px;
    height: 140px;
}

/* ICON */
.whatsapp-icon {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 25px rgba(200, 57, 26, 0.35);
}

.whatsapp-icon i {
    font-size: 42px;
    color: #43c554;
}

/* MOBILE */
@media (max-width: 992px) {
    .whatsapp-help-box {
        flex-direction: column;
        text-align: center;
        gap: 30px;
        padding: 35px 20px;
    }

    .help-content h2 {
        font-size: 32px;
    }

    .help-link {
        font-size: 16px;
    }

    .whatsapp-icon-wrap {
        width: 110px;
        height: 110px;
    }

    .ring-one {
        width: 90px;
        height: 90px;
    }

    .ring-two {
        width: 110px;
        height: 110px;
    }

    .whatsapp-icon {
        width: 65px;
        height: 65px;
    }

    .whatsapp-icon i {
        font-size: 32px;
    }
}

/* SECTION */
.review-section {
    padding: 70px 0;
    background: white;
    overflow: hidden;
}

/* WRAPPER */
.review-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 35px;
}

/* LEFT SIDE */
.review-left {
    width: 240px;
    flex-shrink: 0;
}

/* RATING */
.rating-stars {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #f5a623;
    font-size: 18px;
    margin-bottom: 10px;
}

.rating-number {
    font-size: 38px;
    font-weight: 800;
    color: #2d2d2d;
}

/* HEADING */
.review-left h2 {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 800;
    color: #2d2d2d;
    margin-bottom: 10px;
}

.review-left p {
    font-size: 16px;
    color: #4a4a4a;
    margin-bottom: 25px;
    margin-top: 22px;
}

/* NAV */
.review-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.review-prev,
.review-next {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    margin: 0 !important;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    color: #777;
}

.review-prev:after,
.review-next:after {
    font-size: 11px;
    font-weight: 700;
}

/* RIGHT */
.review-slider-wrap {
    width: 100%;
    overflow: hidden;
}

/* CARD */
.review-card {
    background: #fff;
    border-radius: 16px;
    padding: 18px;
    min-height: 190px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.04);
    border-top: 2px solid #8b1a1a;
}

.active-border {
    border-top: 2px solid #8b1a1a;
}

/* TEXT */
.review-text {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 12px;
    font-weight: 500;
      display: -webkit-box;
  -webkit-line-clamp: 4;  /* limit to 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.read-more {
    color: #8b1a1a;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 22px;
}

/* BOTTOM */
.review-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
}

.review-bottom h4 {
    font-size: 15px;
    color: #2d2d2d;
    font-weight: 500;
    margin-bottom: 5px;
}

.review-bottom span {
    font-size: 15px;
    color: #888;
}

/* BADGE */
.rating-badge {
    /* background: #C8391A; */
    color: #fff;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

/* MOBILE */
@media (max-width: 992px) {
    .review-wrapper {
        flex-direction: column;
    }

    .review-left {
        width: 100%;
    }

    .review-left h2 {
        font-size: 28px;
    }

    .rating-number {
        font-size: 32px;
    }

    .review-card {
        min-height: auto;
    }
}

/* SECTION */
/* =========================
   PROMO SECTION
========================= */

.promo-section {
    padding: 20px 0;
    background: #f3f3f3;
}

.promoSwiper {
    width: 100%;
}

.promo-banner {
    position: relative;
    width: 100%;
    height: 420px;
    border-radius: 30px;
    overflow: hidden;
}

/* Banner Image */
.promo-banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* Overlay Content */
.promo-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Text */
.promo-text h2 {
    font-size: 64px;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    margin-bottom: 10px;
}

.promo-text h3 {
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 30px;
}

/* Button */
.promo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    height: 55px;
    background: #fff;
    color: #8b1a1a;
    font-size: 22px;
    font-weight: 700;
    border-radius: 14px;
    text-decoration: none;
    transition: 0.3s;
}

.promo-btn:hover {
    background: #f5f5f5;
}

/* Pagination */
.swiper-pagination {
    margin-top: 18px;
    position: relative;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #cfcfcf;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #c8391a;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {
    .promo-banner {
        height: 320px;
    }

    .promo-overlay {
        width: 50%;
    }

    .promo-text h2 {
        font-size: 65px;
    }

    .promo-text h3 {
        font-size: 34px;
    }

    .promo-btn {
        min-width: 150px;
        height: 48px;
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .promo-banner {
        height: 220px;
        border-radius: 20px;
    }

    .promo-overlay {
        width: 52%;
    }

    .promo-text h2 {
        font-size: 42px;
        margin-bottom: 5px;
    }

    .promo-text h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .promo-btn {
        min-width: 110px;
        height: 38px;
        font-size: 14px;
        border-radius: 10px;
    }
}

@media (max-width: 480px) {
    .promo-banner {
        height: 170px;
    }

    .promo-overlay {
        width: 55%;
    }

    .promo-text h2 {
        font-size: 32px;
    }

    .promo-text h3 {
        font-size: 16px;
    }

    .promo-btn {
        min-width: 95px;
        height: 34px;
        font-size: 12px;
    }
}

.seo-section {
    padding: 35px 0;
    background: #fff;
}

/* BLOCK */
.seo-block {
    margin-bottom: 38px;
}

.seo-block h2,
.seo-faq h2 {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin-bottom: 14px;
}

.seo-block p {
    font-size: 16px;
    line-height: 2;
    color: #494949;
    font-weight: 600;
}

/* FAQ */
.seo-faq {
    margin-top: 10px;
}

/* ROW */
.faq-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 26px;
}

/* Q */
.faq-q {
    font-size: 14px;
    color: #555;
    min-width: 28px;
    font-weight: 500;
    margin-top: 2px;
}

/* CONTENT */
.faq-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
}

.faq-content p {
    font-size: 15px;
    line-height: 1.9;
    color: #555;
    font-weight: 500;
}

/* MOBILE */
@media (max-width: 768px) {
    .seo-block h2,
    .seo-faq h2 {
        font-size: 20px;
    }

    .seo-block p,
    .faq-content p {
        font-size: 12px;
        line-height: 1.8;
    }

    .faq-content h3 {
        font-size: 14px;
    }

    .faq-row {
        gap: 10px;
    }
}

/* SECTION */
.nearby-tests-section {
    padding: 28px 0 20px;
    background: #fff;
}

/* TOP BORDER */
.nearby-tests-wrap {
    border-top: 1px dashed #cfcfcf;
    padding-top: 34px;
}

/* TITLE */
.nearby-tests-wrap h2 {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin-bottom: 26px;
}

/* GRID */
.tests-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
}

/* COLUMN */
.tests-column {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

/* LINKS */
.tests-column a {
    font-size: 15px;
    color: #555;
    text-decoration: none;
    line-height: 1.4;
    transition: 0.2s;
    font-weight: 600;
}

.tests-column a:hover {
    color: #8b1a1a;
}

/* MOBILE */
@media (max-width: 992px) {
    .tests-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .tests-column {
        gap: 18px;
    }

    .nearby-tests-wrap h2 {
        font-size: 20px;
    }

    .tests-column a {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .tests-grid {
        grid-template-columns: 1fr;
    }
}

/* SECTION */
.popular-tests-section {
    padding: 16px 0 34px;
    background: #fff;
}

/* WRAP */
.popular-tests-wrap {
    border-top: 1px dashed #cfcfcf;
    border-bottom: 1px dashed #cfcfcf;
    padding: 34px 0 38px;
}

/* TITLE */
.popular-tests-wrap h2 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 28px;
}

/* GRID */
.popular-tests-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 42px;
}

/* COLUMN */
.popular-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* LINKS */
.popular-column a {
    text-decoration: none;
    color: #666;
    font-size: 15px;
    line-height: 1.4;
    transition: 0.2s;
    font-weight: 600;
}

.popular-column a:hover {
    color: #8b1a1a;
}

/* MOBILE */
@media (max-width: 992px) {
    .popular-tests-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
    }

    .popular-column {
        gap: 18px;
    }

    .popular-column a {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .popular-tests-grid {
        grid-template-columns: 1fr;
    }

    .popular-tests-wrap h2 {
        font-size: 18px;
    }
}

/* SECTION */
.vision-team-section {
    padding: 55px 0 70px;
    background: #fff;
}

/* VISION */
.vision-block {
    text-align: center;
    max-width: 1050px;
    margin: auto auto 45px;
}

/* TAG */
.section-tag {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 24px;
}

/* HEADING */
.vision-block h2 {
    font-size: 58px;
    line-height: 1.25;
    color: #222;
    font-weight: 700;
    margin-bottom: 28px;
}

.vision-block h2 span {
    color: #c8391a;
}

/* TEXT */
.vision-block p {
    font-size: 16px;
    line-height: 2;
    color: #444;
    margin-bottom: 18px;
}

/* TEAM BOX */
.team-box {
    max-width: 1050px;
    margin: auto;
    background: #fdf0ee;
    border-radius: 28px;
    padding: 50px 70px;
    text-align: center;
}

/* TEAM TITLE */
.team-box h3 {
    font-size: 54px;
    color: #8b1a1a;
    font-weight: 800;
    margin-bottom: 24px;
}

/* TEAM TEXT */
.team-box p {
    font-size: 16px;
    line-height: 2;
    color: #333;
    margin-bottom: 20px;
}

/* BUTTON */
.team-btn {
    width: 300px;
    height: 58px;
    border-radius: 14px;
    background: linear-gradient(180deg, #e04020, #c8391a);
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 28px auto 0;
    font-size: 18px;
    font-weight: 700;
}

/* CONTACT */
.vision-contact {
    margin-top: 45px;
    text-align: center;
    font-size: 18px;
    color: #222;
    font-weight: 600;
}

.vision-contact a {
    color: #c8391a;
    text-decoration: none;
    font-weight: 700;
}

/* MOBILE */
@media (max-width: 992px) {
    .vision-block h2 {
        font-size: 38px;
    }

    .team-box {
        padding: 35px 22px;
    }

    .team-box h3 {
        font-size: 38px;
    }

    .team-box p,
    .vision-block p {
        font-size: 14px;
        line-height: 1.9;
    }

    .team-btn {
        width: 230px;
        height: 50px;
        font-size: 15px;
    }

    .vision-contact {
        font-size: 15px;
        line-height: 1.8;
    }
}

/* test */
/* =========================================
   LAB HERO SECTION
========================================= */

.lab-hero-section {
    padding: 20px 0 55px;
    background: #f5f5f5;
    overflow: hidden;
}

/* CONTAINER */
.lab-hero-section .container {
    max-width: 1280px;
    margin: auto;
    padding: 0 20px;
}

/* =========================================
   BREADCRUMB
========================================= */

.lab-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
}

.lab-breadcrumb a,
.lab-breadcrumb p {
    font-size: 13px;
    color: #666;
    text-decoration: none;
    margin: 0;
}

.lab-breadcrumb span {
    color: #999;
    font-size: 12px;
}

/* =========================================
   HERO BOX
========================================= */

.lab-hero-box {
    position: relative;
    background: #f8f8f8;
    border-radius: 26px;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 55px;
    overflow: hidden;
}

/* =========================================
   CONTENT
========================================= */

.lab-hero-content {
    max-width: 430px;
    position: relative;
    z-index: 2;
}

.lab-hero-content h1 {
    font-size: 38px;
    line-height: 1.25;
    font-weight: 800;
    color: #333;
    margin-bottom: 18px;
}

.lab-hero-content p {
    font-size: 14px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 10px;
}

/* =========================================
   IMAGE
========================================= */

.lab-hero-image {
    width: 360px;
    position: relative;
    z-index: 2;
}

.lab-hero-image img {
    width: 100%;
    display: block;
    object-fit: contain;
}

/* =========================================
   SEARCH BOX
========================================= */

.lab-search-wrap {
    width: 560px;
    margin: -42px auto 0;
    position: relative;
    z-index: 5;
}

.lab-search-box {
    height: 88px;
    background: #fff;
    border-radius: 24px;
    display: flex;
    align-items: center;
    padding: 0 24px;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.08);
}

.lab-search-box input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 22px;
    color: #333;
    background: none;
}

.lab-search-box input::placeholder {
    color: #777;
}

.lab-search-box button {
    width: 52px;
    height: 52px;
    border: none;
    background: none;
    font-size: 24px;
    cursor: pointer;
}

/* =========================================
   OFFER TEXT
========================================= */

.lab-offer {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    color: #666;
}

.lab-offer strong {
    color: #ff9800;
}

.lab-offer b {
    color: #444;
}

/* =========================================
   GLOW EFFECT
========================================= */

.glow {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 175, 40, 0.35);
    filter: blur(45px);
}

.glow-1 {
    width: 70px;
    height: 70px;
    top: 40px;
    right: 280px;
}

.glow-2 {
    width: 100px;
    height: 100px;
    left: 90px;
    bottom: 20px;
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 992px) {
    .lab-hero-box {
        flex-direction: column;
        text-align: center;
        padding: 35px 20px 90px;
        min-height: auto;
    }

    .lab-hero-content {
        max-width: 100%;
    }

    .lab-hero-content h1 {
        font-size: 28px;
    }

    .lab-hero-content p {
        font-size: 13px;
        line-height: 1.8;
    }

    .lab-hero-image {
        width: 220px;
        margin-top: 20px;
    }

    .lab-search-wrap {
        width: 100%;
        margin-top: -55px;
    }

    .lab-search-box {
        height: 68px;
        border-radius: 18px;
        padding: 0 16px;
    }

    .lab-search-box input {
        font-size: 16px;
    }

    .lab-search-box button {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .glow-1,
    .glow-2 {
        display: none;
    }
}

/* =========================================
   POPULAR TEST SECTION
========================================= */
.popular-tests-section {
    padding: 50px 0;
    background: #f5f5f5;
}

.popular-tests-section .container {
    max-width: 1778px;
    margin: auto;
    padding: 0 20px;
}

.popularr-testss-sectionn .containere {
    max-width: 1320px;
    margin: auto;
    padding: 0 20px;
}

/* GRID */
.popular-tests-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.popularr-testss-gridd {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

/* CARD */
.popular-test-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 16px;
    padding: 16px;
    transition: 0.3s;
}

.popular-test-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

/* TITLE */
.popular-test-card h3 {
    font-size: 16px;
    color: #8b1a1a;
    font-weight: 700;
    margin-bottom: 48px;
    line-height: 1.4;
}

/* PRICE BOX */
.price-box {
    border: 1px dashed #ccc;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.price-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.price-left del {
    color: #c8391a;
    font-size: 14px;
    font-weight: 600;
}

.price-left strong {
    font-size: 18px;
    color: #222;
    font-weight: 800;
}

/* OFF BADGE */
.off-badge {
    background: #c8391a;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 8px;
}

/* BUTTONS */
.test-btns {
    display: flex;
    gap: 10px;
}

/* ADD BTN */
.cart-btn {
    flex: 1;
    height: 44px;
    border-radius: 30px;
    background: #8b1a1a;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    /* font-weight:700; */
}

/* VIEW BTN */
.view-btn {
    flex: 1;
    height: 44px;
    border-radius: 30px;
    border: 1px solid #8b1a1a;
    color: #8b1a1a;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    background: #fff;
}

/* VIEW MORE */
.view-more-wrap {
    text-align: center;
    margin-top: 40px;
}

.main-view-btn {
    width: 160px;
    height: 46px;
    border: none;
    border-radius: 30px;
    background: #8b1a1a;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

/* HIDDEN */
.hidden-card {
    display: none;
}

.show-card {
    display: block;
}

/* MOBILE */
@media (max-width: 1200px) {
    .popular-tests-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .popular-tests-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .popular-tests-grid {
        grid-template-columns: 1fr;
    }

    .popular-test-card h3 {
        margin-bottom: 30px;
    }
}

/* packeg */
/* =========================================
   HEALTH PACKAGE SECTION
========================================= */
.health-packages-section {
    padding: 50px 0;
    background: #f5f5f5;
}

.health-packages-section .container {
    max-width: 1480px;
    margin: auto;
    padding: 0 20px;
}

/* GRID */
.health-packages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* CARD */
.health-package-card {
    background: #fff;
    border: 1px solid #8b1a1a;
    border-radius: 18px;
    overflow: hidden;
    transition: 0.3s;
}

.health-package-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

/* IMAGE */
.package-image {
    height: 170px;
    overflow: hidden;
}

.package-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* CONTENT */
.package-content {
    padding: 18px;
}

/* TITLE */
.package-content h3 {
    font-size: 18px;
    color: #111;
    font-weight: 700;
    margin-bottom: 14px;
}

/* LIST */
.package-content ul {
    padding: 0;
    margin: 0 0 16px;
    list-style: none;
}

.package-content ul li {
    font-size: 15px;
    color: #444;
    margin-bottom: 10px;
}

/* PRICE BOX */
.price-box {
    border: 1px dashed #ccc;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.price-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.price-left del {
    color: #c8391a;
    font-size: 14px;
    font-weight: 600;
}

.price-left strong {
    font-size: 18px;
    color: #222;
    font-weight: 800;
}

/* OFF BADGE */
.off-badge {
    background: #c8391a;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 8px;
    margin-left: 300px;
}

/* Card Icon Color */
.card-icon i {
    color: #212529;
    font-size: 42px;
}

/* =========================================
   ORGAN ICON COLORS
========================================= */

/* Heart */
.organ-card:nth-child(1) .organ-icon i {
    color: #e63946;
}

/* Kidney */
.organ-card:nth-child(2) .organ-icon i {
    color: #8d99ae;
}

/* Liver */
.organ-card:nth-child(3) .organ-icon i {
    color: #a4161a;
}

/* Genetics */
.organ-card:nth-child(4) .organ-icon i {
    color: #6a4c93;
}

/* Vitamin */
.organ-card:nth-child(5) .organ-icon i {
    color: #ffb703;
}

/* Hormones */
.organ-card:nth-child(6) .organ-icon i {
    color: #3a86ff;
}

/* Gut Health */
.organ-card:nth-child(7) .organ-icon i {
    color: #ff6b35;
}

/* Blood */
.organ-card:nth-child(8) .organ-icon i {
    color: #d90429;
}

.off-badgee {
    background: #c8391a;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 4px 7px;
    border-radius: 8px;
    margin-left: 219px;
}

.organ-icon i {
    color: #2166f3;
}

.whatsapp-section-link {
    text-decoration: none;
    display: block;
    color: inherit;
}

/* BUTTONS */
.package-btns {
    display: flex;
    gap: 10px;
}

/* CART BTN */
.cart-btn {
    flex: 1;
    height: 38px;
    border-radius: 12px;
    border: 1px solid #c49090;
    background: transparent;
    color: #8b1a1a;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    /* font-weight:700; */
}

/* VIEW BTN */
.view-btn {
    flex: 1;
    height: 38px;
    border-radius: 12px;
    border: 1px solid #8b1a1a;
    color: #8b1a1a;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    background: #fff;
}

/* MOBILE */
@media (max-width: 1200px) {
    .health-packages-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .health-packages-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .health-packages-grid {
        grid-template-columns: 1fr;
    }
}

/* contact */
/* =========================================
   CONTACT PAGE
========================================= */
.contact-page-section {
    background: #f5f7fb;
}

/* CONTAINER */
.contact-page-section .container {
    max-width: 1280px;
    margin: auto;
    padding: 0 20px;
}

/* =========================================
   BREADCRUMB
========================================= */
.contact-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 18px 0;
}

.contact-breadcrumb a,
.contact-breadcrumb p {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    margin: 0;
}

/* =========================================
   TOP SECTION
========================================= */
.contact-top-section {
    padding: 45px 0 70px;
    text-align: center;
}

.contact-top-section h2 {
    font-size: 48px;
    color: #8b1a1a;
    font-weight: 800;
    margin-bottom: 45px;
}

/* GRID */
.contact-box-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1050px;
    margin: auto;
}

/* BOX */
.contact-info-box {
    background: #fff;
    border-radius: 14px;
    padding: 42px 25px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.contact-icon {
    font-size: 52px;
    color: #8b1a1a;
    margin-bottom: 22px;
}

.contact-info-box h3 {
    font-size: 22px;
    color: #8b1a1a;
    font-weight: 700;
    margin-bottom: 16px;
}

.contact-info-box p {
    font-size: 15px;
    line-height: 1.9;
    color: #333;
}

/* =========================================
   MIDDLE WRAP
========================================= */
.contact-middle-wrap {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 50px;
    padding: 70px 0;
}

/* LEFT */
.working-hours-box h2 {
    font-size: 44px;
    margin-bottom: 28px;
    font-weight: 800;
    color: #111;
}

/* TABLE */
.working-hours-box table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.working-hours-box table th,
.working-hours-box table td {
    border: 1px solid #ddd;
    padding: 18px;
    font-size: 16px;
}

.working-hours-box table th {
    background: #f3f3f3;
    text-align: left;
}

/* =========================================
   FORM BOX
========================================= */
.mini-title {
    display: block;
    color: #c8391a;
    font-size: 14px;
    letter-spacing: 4px;
    margin-bottom: 14px;
}

.contact-form-box h2 {
    font-size: 44px;
    line-height: 1.4;
    color: #111;
    font-weight: 800;
    margin-bottom: 35px;
}

/* FORM */
.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-bottom: 18px;
}

/* INPUT */
.contact-form-box input,
.contact-form-box textarea {
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 6px;
    padding: 16px 18px;
    font-size: 15px;
    outline: none;
}

.contact-form-box textarea {
    height: 170px;
    resize: none;
    margin-bottom: 22px;
}

/* BUTTON */
.contact-form-box button {
    width: 180px;
    height: 54px;
    border: none;
    border-radius: 6px;
    background: #8b1a1a;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

/* =========================================
   MAP
========================================= */
.contact-map iframe {
    width: 100%;
    height: 520px;
    border: none;
    display: block;
}

/* =========================================
   MOBILE
========================================= */
@media (max-width: 992px) {
    .contact-box-grid {
        grid-template-columns: 1fr;
    }

    .contact-middle-wrap {
        grid-template-columns: 1fr;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .contact-top-section h2,
    .working-hours-box h2,
    .contact-form-box h2 {
        font-size: 30px;
    }

    .contact-map iframe {
        height: 320px;
    }
}

/* blog */
/* ======================================
   BLOG PAGE
====================================== */
.blog-page-section {
    background: #f5f7fb;
    padding-bottom: 70px;
}

/* CONTAINER */
.blog-page-section .container {
    max-width: 1500px;
    margin: auto;
    padding: 0 20px;
}

/* BREADCRUMB */
.blog-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 18px 0 28px;
}

.blog-breadcrumb a,
.blog-breadcrumb p {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    margin: 0;
}

/* GRID */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

/* CARD */
.blog-card {
    background: #fff;
    border: 1px solid #8b1a1a;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
}

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

/* IMAGE */
.blog-image {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* TAG */
.blog-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #8b1a1a;
    color: #fff;
    padding: 8px 14px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
}

.blog-content h3 {
    font-size: 18px;
    color: #111;
    font-weight: 700;
    margin-bottom: 12px;
}

.blog-content p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* DATE */
.blog-date {
    display: block;
    font-size: 14px;
    color: #777;
    margin-bottom: 18px;
}

/* BUTTON */
.read-more-btn {
    color: #8b1a1a;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

/* MOBILE */
@media (max-width: 1200px) {
    .blog-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-image {
        height: 220px;
    }
}

/* blog detils  */
/* ====================================
   BLOG DETAILS PAGE
==================================== */

.blog-details-page {
    background: #f7f8fc;
    padding-bottom: 80px;
}



/* BREADCRUMB */
.blog-details-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 18px 0 28px;
}

.blog-details-breadcrumb a,
.blog-details-breadcrumb p {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    margin: 0;
}

/* WRAPPER */
.blog-details-wrapper {
    display: grid;
    grid-template-columns: 2fr 0.9fr;
    gap: 35px;
        padding: 43px 0px;
}

/* ====================================
   MAIN CONTENT
==================================== */

.blog-main-content {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

/* IMAGE */
.blog-main-image {
    height: 420px;
}

.blog-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CONTENT */
.blog-content-box {
    padding: 35px;
}

/* CATEGORY */
.blog-category {
    display: inline-block;
    background: #8b1a1a;
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* TITLE */
.blog-content-box h1 {
    font-size: 42px;
    line-height: 1.4;
    color: #111;
    margin-bottom: 18px;
    font-weight: 800;
}

/* META */
.blog-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 28px;
}

.blog-meta span {
       font-size: 16px;
    color: #444444;
}

/* PARAGRAPH */
.blog-content-box p {
    font-size: 17px;
    line-height: 2;
    color: #444;
    margin-bottom: 24px;
}

/* BLOCKQUOTE */
.blog-content-box blockquote {
    background: #fdf0ee;
    border-left: 5px solid #8b1a1a;
    padding: 22px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 700;
    color: #8b1a1a;
    margin-bottom: 28px;
}

/* ====================================
   SIDEBAR
==================================== */

.blog-sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* RELATED */
.related-blog-box,
.blog-contact-box {
    background: #fff;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

/* TITLE */
.related-blog-box h3,
.blog-contact-box h3 {
    font-size: 26px;
    margin-bottom: 24px;
    color: #111;
    font-weight: 800;
}

/* RELATED ITEM */
.related-blog-item {
    display: flex;
    gap: 14px;
    margin-bottom: 20px;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 18px;
}

.related-blog-item:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}

/* IMAGE */
.related-blog-item img {
    width: 95px;
    height: 95px;
    border-radius: 12px;
    object-fit: cover;
}

/* CONTENT */
.related-blog-item h4 {
    font-size: 17px;
    color: #111;
    margin-bottom: 8px;
    font-weight: 700;
}

.related-blog-item p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* ====================================
   CONTACT FORM
==================================== */

.blog-contact-box form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* INPUT */
.blog-contact-box input,
.blog-contact-box textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px 16px;
    font-size: 15px;
    outline: none;
}

.blog-contact-box textarea {
    height: 140px;
    resize: none;
}

/* BUTTON */
.blog-contact-box button {
    height: 52px;
    border: none;
    border-radius: 10px;
    background: #8b1a1a;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
}

.blog-contact-box button:hover {
    background: #6b1414;
}

/* ====================================
   MOBILE
==================================== */

@media (max-width: 992px) {
    .blog-details-wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .blog-main-image {
        height: 250px;
    }

    .blog-content-box {
        padding: 24px;
    }

    .blog-content-box h1 {
        font-size: 28px;
    }

    .blog-content-box p {
        font-size: 15px;
    }

    .related-blog-item {
        flex-direction: column;
    }

    .related-blog-item img {
        width: 100%;
        height: 200px;
    }
}

/* test-detils */
/* =========================================
   UNIQUE TEST DETAILS PAGE CSS
========================================= */
.unique-test-detail-page {
    padding: 25px 0;
    background: #f6f7fb;
    font-family: "Poppins", sans-serif;
}

.unique-test-detail-container {
    width: 1280px;
    max-width: 95%;
    margin: auto;
}

/* =========================================
   TABS
========================================= */

.unique-test-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.unique-test-tab-btn {
    height: 38px;
    padding: 0 18px;
    border: 1px solid #8b1a1a;
    border-radius: 8px;
    background: #fff;
    color: #8b1a1a;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.unique-test-tab-btn:hover,
.unique-test-tab-btn.active {
    background: #8b1a1a;
    color: #fff;
}

/* =========================================
   MAIN LAYOUT
========================================= */

.unique-test-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 18px;
    align-items: start;
    margin-top: 25px;
    padding-bottom: 54px;
}

/* =========================================
   MAIN CARD
========================================= */

.unique-test-main-card {
    background: #fff;
    border: 1px solid #eedada;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 16px;
    box-shadow: 0 4px 16px rgba(139, 26, 26, 0.06);
}

.unique-test-main-card h2 {
    font-size: 22px;
    font-weight: 700;
    color: #8b1a1a;
    padding: 18px 22px;
    border-bottom: 1px solid #f5e8e8;
    background: linear-gradient(135deg, #fdf0ee, #fff);
}

.unique-test-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.unique-test-info-item {
    padding: 18px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    border-right: 1px solid #f5e8e8;
}

.unique-test-info-item:last-child {
    border-right: none;
}

.unique-test-info-item span {
    font-size: 20px;
    color: #c8391a;
}

.unique-test-info-item p {
    font-size: 13px;
    color: #888;
    margin-bottom: 3px;
}

.unique-test-info-item strong {
    font-size: 14px;
    color: #111;
    font-weight: 700;
}

/* =========================================
   OVERVIEW BOX
========================================= */

.unique-overview-box {
    background: #fff;
    border: 1px solid #eedada;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 16px;
    box-shadow: 0 4px 16px rgba(139, 26, 26, 0.05);
}

.unique-overview-head {
    padding: 18px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: 0.2s;
        background: linear-gradient(45deg, #efefef, #dfdfdf);
}

.unique-overview-head:hover {
    background: #fdf5f4;
}

.unique-overview-head h3 {
       font-size: 18px;
    font-weight: 600;
    color: #111;
    margin-bottom: 0;
}

.unique-overview-head span {
    font-size: 20px;
    color: #8b1a1a;
}

.unique-overview-content {
    /* max-height: 0;
    overflow: hidden; */
    transition: 0.4s;
    padding: 16px 22px;
}

.unique-overview-content.active {
    max-height: 500px;
    padding: 0 22px 18px;
    padding-top: 21px;  
}

.unique-overview-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 12px;
}

/* =========================================
   FEATURE STRIP
========================================= */

.unique-feature-strip {
    background: #fff;
    border: 1px solid #eedada;
    border-radius: 12px;
    padding: 18px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 16px;
    box-shadow: 0 4px 16px rgba(139, 26, 26, 0.05);
}

.unique-feature-box {
background: linear-gradient(135deg, #fdf0ee, #fff8f7);
    border: 1px solid #f5dada;
    border-radius: 10px;
    padding: 13px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
    color: #303030;
        display: flex;
    align-items: center;
    gap: 10px;
}
.unique-feature-box i{
      font-size: 18px;
}
/* =========================================
   TEST DETAILS
========================================= */

.unique-test-details-box {
    background: #fff;
    border: 1px solid #eedada;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 16px;
    box-shadow: 0 4px 16px rgba(139, 26, 26, 0.05);
}

.unique-details-head {
    padding: 18px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f5e8e8;
    background: linear-gradient(135deg, #fdf0ee, #fff);
}

.unique-details-head h3 {
    font-size: 20px;
    font-weight: 700;
    color: #111;
}

.unique-details-head span {
    background: #fde8e4;
    color: #8b1a1a;
    padding: 7px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
}

.unique-details-content {
    padding: 18px 22px;
}

.unique-details-content p {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 12px;
}

/* =========================================
   FAQ SECTION
========================================= */

.unique-faq-section {
    background: #fff;
    border: 1px solid #eedada;
    border-radius: 12px;
    padding: 22px;
    box-shadow: 0 4px 16px rgba(139, 26, 26, 0.05);
}

.unique-faq-section h2 {
    font-size: 24px;
    color: #8b1a1a;
    margin-bottom: 18px;
    font-weight: 800;
}

.unique-faq-item {
    border-top: 1px solid #f5e8e8;
}

.unique-faq-question {
    padding: 16px 8px;
    font-size: 17px;
    font-weight: 600;
    color: #111;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: 0.2s;
}

.unique-faq-question:hover {
    color: #8b1a1a;
}

.unique-faq-question span {
    font-size: 20px;
    color: #c8391a;
}

.unique-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: 0.4s;
   font-size: 15px;
    color: #555;
    line-height: 1.7;
}

.unique-faq-answer.active {
    max-height: 300px;
    padding: 0 8px 16px;
}

/* =========================================
   RIGHT SIDE
========================================= */

.unique-price-card {
    background: #fff;
    border: 1px solid #eedada;
    border-radius: 14px;
    padding: 22px;
    position: relative;
    margin-bottom: 16px;
    box-shadow: 0 8px 24px rgba(139, 26, 26, 0.08);
}

.unique-off-badge {
    position: absolute;
    top: -10px;
    right: 14px;
    background: linear-gradient(135deg, #e04020, #c8391a);
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
   font-size: 13px;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(200, 57, 26, 0.3);
}

.unique-price-card h3 {
       font-size: 21px;
    color: #2c2c2c;
    margin-bottom: 6px;
    font-weight: 600;
}

.unique-offer-text {
    font-size: 13px;
    color: #888;
    margin-bottom: 14px;
}

.unique-price-box {
    margin-bottom: 18px;
}

.unique-price-box del {
    color: #c8391a;
    font-size: 18px;
    margin-right: 8px;
}

.unique-price-box strong {
       font-size: 24px;
    color: #8b1a1a;
    font-weight: 700;
    margin-right: 8px;
}

.unique-btn-wrap {
    display: flex;
    gap: 10px;
    margin-bottom: 0px;
}

.unique-cart-btn,
.unique-view-btn {
    flex: 1;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: 0.3s;
}

.unique-cart-btn {
    background: linear-gradient(135deg, #8b1a1a, #6b1414);
    color: #fff;
    box-shadow: 0 6px 16px rgba(139, 26, 26, 0.22);
}
.unique-cart-btn i{
    font-size: 16px;
}
.unique-view-btn i{
    font-size: 20px;
}
.unique-cart-btn:hover {
    background: linear-gradient(135deg, #6b1414, #4a0e0e);
    color: white;
}

.unique-view-btn {
    border: 1px solid #8b1a1a;
    color: #8b1a1a;
    background: #fff;
        font-size: 16px;
}

.unique-view-btn:hover {
    background: #fdf0ee;
    border: 1px solid #8b8b8b;
}

.unique-report-btn {
    height: 46px;
    border-radius: 10px;
    background: linear-gradient(135deg, #8b1a1a, #c8391a);
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 6px 16px rgba(139, 26, 26, 0.2);
    transition: 0.3s;
}

.unique-report-btn:hover {
    background: linear-gradient(135deg, #6b1414, #8b1a1a);
}

/* =========================================
   CALL BOX
========================================= */

.unique-call-box {
    background: linear-gradient(356deg, #f3f3f3, transparent);
    border: 1px solid #d1d1d1;
    border-radius: 14px;
    padding: 19px;
    text-align: center;
    margin-bottom: 16px;
    box-shadow: 0 4px 16px rgba(139, 26, 26, 0.06);
    border-top: 4px solid #1452ba;
}

.unique-call-box h3 {
  font-size: 20px;
    color: #3c3c3c;
    margin-bottom: 10px;
    font-weight: 800;
}

.unique-call-box p {
     font-size: 15px;
    line-height: 1.6;
    color: #343434;
    margin-bottom: 16px;
}

.unique-call-btn {
    width: 137px;
    height: 38px;
    margin: auto;
    border-radius: 10px;
    background: linear-gradient(135deg, #6786d7, #0e4eb8);
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 6px 14px rgba(139, 26, 26, 0.2);
    transition: 0.3s;
}
.unique-call-btn i{
    margin-right: 6px;
}
.unique-call-btn:hover {
/*background: linear-gradient(135deg, #ac2827, #bd3a39);*/
}

/* =========================================
   OFFER BOX
========================================= */

.unique-offer-side {
      background: linear-gradient(135deg, #c75628, #bf562c);
    border-radius: 14px;
    padding: 18px;
    color: #fff;
    margin-bottom: 14px;
    box-shadow: 0 8px 20px rgba(139, 26, 26, 0.22);
    position: relative;
    overflow: hidden;
}

.unique-offer-side::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    right: -30px;
    top: -30px;
}

.unique-offer-side h2 {
    font-size: 28px;
    margin-bottom: 5px;
    font-weight: 900;
}

.unique-offer-side p {
    font-size: 14px;
    opacity: 0.9;
        margin-bottom: 0px;
}

/* =========================================
   CALLBACK BUTTON
========================================= */

.unique-callback-btn {
    height: 48px;
    background: linear-gradient(135deg, #111111, #2a2a2a);
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0 18px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
    transition: 0.3s;
}

.unique-callback-btn:hover {
    background: #000;
}

/* =========================================
   PACKAGE BOX
========================================= */

.unique-package-box {
    background: #fff;
    /* border: 1px solid #c5c5c5; */
    border-radius: 14px;
    /* padding: 18px; */
    box-shadow: 0 4px 16px rgba(139, 26, 26, 0.06);
    padding-top: 10px;
}

.unique-package-box h3 {
    font-size: 19px;
    color: #ac2827;
    margin-bottom: 18px;
    font-weight: 700;
}

.unique-package-item {
      display: grid;
    grid-template-columns: 2fr 1fr;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #f0f0f0, #ffffff);
    border: 1px solid #d9d9d9;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 10px;
    gap: 12px;
}
.unique-package-item a{
        background: linear-gradient(45deg, #ac2827, #c85525);
    color: white;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    padding: 5px 6px;
    border-radius: 4px;
}
.unique-package-item p {
        font-size: 14px;
    margin-bottom: 4px;
    color: #2a2a2a;
}

.unique-package-item strong {
 font-size: 16px;
    color: #343434;
    font-weight: 700;
}

.unique-package-item button {
       min-width: 87px;
    height: 36px;
    border-radius: 8px;
    background: linear-gradient(135deg, #646464, #949494);
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0 4px 10px rgba(139, 26, 26, 0.2);
    transition: 0.3s;
}

.unique-package-item a:hover {
    background: linear-gradient(135deg, #6b1414, #4a0e0e);
}

/* =========================
   BREADCRUMB
========================= */

.unique-breadcrumb-section {
    background: #f6f7fb;
    padding: 14px 0;
    border-bottom: 1px solid #e4e8ef;
}

.unique-breadcrumb-container {
    width: 1280px;
    max-width: 95%;
    margin: auto;
}

.unique-breadcrumb-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.unique-breadcrumb-wrap a {
    font-size: 13px;
    color: #8b1a1a;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.unique-breadcrumb-wrap a:hover {
    color: #6b1414;
}

.unique-breadcrumb-wrap span {
    font-size: 12px;
    color: #999;
}

.unique-breadcrumb-wrap p {
    font-size: 13px;
    color: #666;
    margin: 0;
    font-weight: 500;
}

/* MOBILE */
@media (max-width: 768px) {
    .unique-breadcrumb-section {
        padding: 12px 0;
    }

    .unique-breadcrumb-wrap {
        gap: 6px;
    }

    .unique-breadcrumb-wrap a,
    .unique-breadcrumb-wrap p {
        font-size: 12px;
    }
}

/* =========================================
   MOBILE RESPONSIVE
========================================= */

@media (max-width: 991px) {
    .unique-test-layout {
        grid-template-columns: 1fr;
    }

    .unique-test-info-grid {
        grid-template-columns: 1fr;
    }

    .unique-feature-strip {
        grid-template-columns: 1fr 1fr;
    }

    /* Make left column a flex column so we can reorder specific blocks on mobile */
    .unique-test-left {
        display: flex;
        flex-direction: column;
    }

    /* Explicit mobile ordering: tabs first, then overview, then FAQ, then feature strip */
    .unique-test-tabs {
        order: 0;
    }

    .unique-overview-box {
        order: 1;
    }

    /* Place feature strip above FAQ on mobile */
    .unique-feature-strip {
        order: 2;
    }

    .unique-faq-section {
        order: 3;
    }
}

@media (max-width: 768px) {
    .unique-test-tabs {
               display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .unique-test-tab-btn {
        width: 100%;
    }

    .unique-feature-strip {
        grid-template-columns: 1fr;
    }

    .unique-btn-wrap {
        /* flex-direction: column; */
    }

    .unique-test-main-card h2 {
        font-size: 18px;
    }

    .unique-overview-head h3,
    .unique-details-head h3 {
        font-size: 18px;
    }

    .unique-faq-section h2 {
        font-size: 20px;
    }

    .unique-faq-question {
        font-size: 14px;
    }
}

/* =========================================
   PACKAGE DETAILS PAGE
========================================= */
/* =========================
   BREADCRUMB
========================= */
.td-breadcrumb-section {
    background: #f6f7fb;
    padding: 14px 0;
    border-bottom: 1px solid #e4e8ef;
}

.td-breadcrumb-container {
    width: 1280px;
    max-width: 95%;
    margin: auto;
}

.td-breadcrumb-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.td-breadcrumb-wrap a {
    font-size: 13px;
    color: #8b1a1a;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.td-breadcrumb-wrap a:hover {
    color: #6b1414;
}

.td-breadcrumb-wrap span {
    font-size: 12px;
    color: #bbb;
}

.td-breadcrumb-wrap p {
    font-size: 13px;
    color: #666;
    margin: 0;
    font-weight: 500;
}

/* =========================
   PAGE WRAPPER
========================= */
.td-page {
    padding: 25px 0 60px;
    background: #f6f7fb;
    font-family: "Poppins", sans-serif;
}

.td-container {
    width: 1280px;
    max-width: 95%;
    margin: auto;
}

/* =========================
   TABS
========================= */
.td-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.td-tab-btn {
    height: 38px;
    padding: 0 22px;
    border: 1px solid #8b1a1a;
    border-radius: 30px;
    background: #fff;
    color: #8b1a1a;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    font-family: "Poppins", sans-serif;
}

.td-tab-btn:hover,
.td-tab-active {
    background: #8b1a1a;
    color: #fff;
}

/* =========================
   LAYOUT
========================= */
.td-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 20px;
    align-items: start;
}

/* =========================
   MAIN CARD
========================= */
.td-main-card {
    background: #fff;
    border: 1px solid #eedada;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
    box-shadow: 0 4px 16px rgba(139, 26, 26, 0.06);
}

.td-main-card h2 {
    font-size: 22px;
    font-weight: 800;
    color: #8b1a1a;
    padding: 18px 22px;
    border-bottom: 1px solid #f5e8e8;
    background: linear-gradient(135deg, #fdf0ee, #fff);
}

.td-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.td-info-item {
    padding: 16px 18px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    border-right: 1px solid #f5e8e8;
    border-bottom: 1px solid #f5e8e8;
}

.td-info-item:nth-child(3),
.td-info-item:nth-child(6) {
    border-right: none;
}

.td-info-item:nth-child(4),
.td-info-item:nth-child(5),
.td-info-item:nth-child(6) {
    border-bottom: none;
}

.td-info-item span {
    font-size: 22px;
}

.td-info-item p {
    font-size: 12px;
    color: #888;
    margin: 0 0 3px;
}

.td-info-item strong {
    font-size: 14px;
    color: #111;
    font-weight: 700;
    display: block;
}

/* =========================
   OVERVIEW BOX
========================= */
.td-overview-box {
    background: #fff;
    border: 1px solid #eedada;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 16px;
    box-shadow: 0 4px 16px rgba(139, 26, 26, 0.05);
}

.td-overview-head {
    padding: 18px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: 0.2s;
}

.td-overview-head:hover {
    background: #fdf5f4;
}

.td-overview-head h3 {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin: 0;
}

.td-overview-head span {
    font-size: 22px;
    color: #8b1a1a;
    line-height: 1;
}

.td-overview-content {
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease;
    padding: 0 22px;
}

.td-overview-content.td-active {
    max-height: 600px;
    padding: 0 22px 20px;
}

.td-overview-content p {
    font-size: 14px;
    line-height: 1.85;
    color: #555;
    margin-bottom: 12px;
}

/* =========================
   FEATURE STRIP
========================= */
.td-feature-strip {
    background: #fff;
    border: 1px solid #eedada;
    border-radius: 14px;
    padding: 16px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 16px;
    box-shadow: 0 4px 16px rgba(139, 26, 26, 0.05);
}

.td-feature-box {
    background: linear-gradient(135deg, #fdf0ee, #fff8f7);
    border: 1px solid #f5dada;
    border-radius: 12px;
    padding: 14px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
    color: #8b1a1a;
    text-align: center;
}

/* =========================
   TEST DETAILS BOX
========================= */
.td-details-box {
    background: #fff;
    border: 1px solid #eedada;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 16px;
    box-shadow: 0 4px 16px rgba(139, 26, 26, 0.05);
}

.td-details-head {
    padding: 18px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f5e8e8;
    background: linear-gradient(135deg, #fdf0ee, #fff);
}

.td-details-head h3 {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin: 0;
}

.td-details-head span {
    background: #fde8e4;
    color: #8b1a1a;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
}

.td-details-content {
    padding: 18px 22px;
}

.td-details-content p {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 12px;
}

.td-details-content strong {
    color: #8b1a1a;
}

/* =========================
   FAQ SECTION
========================= */
.td-faq-section {
    background: #fff;
    border: 1px solid #eedada;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 4px 16px rgba(139, 26, 26, 0.05);
}

.td-faq-section h2 {
    font-size: 22px;
    color: #8b1a1a;
    margin: 0 0 18px;
    font-weight: 800;
}

.td-faq-item {
    border-top: 1px solid #f5e8e8;
}

.td-faq-question {
    padding: 16px 8px;
    font-size: 14px;
    font-weight: 600;
    color: #111;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    gap: 12px;
    transition: 0.2s;
    line-height: 1.5;
}

.td-faq-question:hover {
    color: #8b1a1a;
}

.td-faq-question span {
    font-size: 22px;
    color: #c8391a;
    flex-shrink: 0;
    line-height: 1;
}

.td-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease;
    font-size: 13px;
    color: #555;
    line-height: 1.8;
}

.td-faq-answer.td-active {
    max-height: 300px;
    padding: 0 8px 16px;
}

/* =========================
   RIGHT — PRICE CARD
========================= */
.td-price-card {
    background: #fff;
    border: 1px solid #eedada;
    border-radius: 16px;
    padding: 22px;
    position: relative;
    margin-bottom: 16px;
    box-shadow: 0 8px 24px rgba(139, 26, 26, 0.08);
}

.td-off-badge {
    position: absolute;
    top: -10px;
    right: 14px;
    background: linear-gradient(135deg, #e04020, #c8391a);
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 800;
    box-shadow: 0 4px 10px rgba(200, 57, 26, 0.3);
    letter-spacing: 0.3px;
}

.td-price-card h3 {
    font-size: 20px;
    color: #111;
    font-weight: 800;
    margin: 0 0 6px;
}

.td-offer-text {
    font-size: 13px;
    color: #888;
    margin-bottom: 14px;
}

.td-price-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding: 14px;
    background: #fdf8f8;
    border: 1px dashed #d9a0a0;
    border-radius: 10px;
}

.td-price-box del {
    color: #c8391a;
    font-size: 18px;
    font-weight: 600;
}

.td-price-box strong {
    font-size: 36px;
    color: #8b1a1a;
    font-weight: 900;
}

.td-btn-wrap {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.td-cart-btn,
.td-view-btn {
    flex: 1;
    height: 46px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: 0.3s;
}

.td-cart-btn {
    background: linear-gradient(135deg, #8b1a1a, #6b1414);
    color: #fff;
    box-shadow: 0 6px 16px rgba(139, 26, 26, 0.22);
}

.td-cart-btn:hover {
    background: linear-gradient(135deg, #6b1414, #4a0e0e);
}

.td-view-btn {
    border: 1px solid #8b1a1a;
    color: #8b1a1a;
    background: #fff;
}

.td-view-btn:hover {
    background: #fdf0ee;
}

.td-report-btn {
    height: 46px;
    border-radius: 10px;
    background: linear-gradient(135deg, #111111, #2a2a2a);
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    transition: 0.3s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.td-report-btn:hover {
    background: #000;
}

/* =========================
   CALL BOX
========================= */
.td-call-box {
    background: #fff;
    border: 1px solid #eedada;
    border-radius: 16px;
    padding: 22px;
    text-align: center;
    margin-bottom: 16px;
    box-shadow: 0 4px 16px rgba(139, 26, 26, 0.06);
}

.td-call-box h3 {
    font-size: 20px;
    color: #8b1a1a;
    font-weight: 800;
    margin: 0 0 10px;
}

.td-call-box p {
    font-size: 13px;
    line-height: 1.7;
    color: #777;
    margin-bottom: 16px;
}

.td-call-btn {
    width: 150px;
    height: 44px;
    margin: auto;
    border-radius: 10px;
    background: linear-gradient(135deg, #8b1a1a, #6b1414);
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 6px 14px rgba(139, 26, 26, 0.2);
    transition: 0.3s;
}

.td-call-btn:hover {
    background: linear-gradient(135deg, #6b1414, #4a0e0e);
}

/* =========================
   OFFER SIDE BOX
========================= */
.td-offer-side {
    background: linear-gradient(135deg, #8b1a1a, #c8391a);
    border-radius: 16px;
    padding: 20px;
    color: #fff;
    margin-bottom: 14px;
    box-shadow: 0 8px 20px rgba(139, 26, 26, 0.22);
    position: relative;
    overflow: hidden;
}

.td-offer-side::before {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    right: -35px;
    top: -35px;
}

.td-offer-side h2 {
    font-size: 28px;
    font-weight: 900;
    margin: 0 0 6px;
    position: relative;
}

.td-offer-side p {
    font-size: 13px;
    opacity: 0.88;
    position: relative;
    margin: 0;
}

/* =========================
   CALLBACK BTN
========================= */
.td-callback-btn {
    height: 48px;
    background: linear-gradient(135deg, #111111, #2a2a2a);
    color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
    transition: 0.3s;
    text-decoration: none;
    gap: 8px;
}

.td-callback-btn:hover {
    background: #000;
}

/* =========================
   PACKAGE BOX
========================= */
.td-package-box {
    background: #fff;
    border: 1px solid #eedada;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 16px rgba(139, 26, 26, 0.06);
}

.td-package-box h3 {
    font-size: 17px;
    color: #8b1a1a;
    font-weight: 800;
    margin: 0 0 16px;
    line-height: 1.4;
}

.td-package-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #fdf0ee, #fff8f7);
    border: 1px solid #f5dada;
    padding: 12px 14px;
    border-radius: 10px;
    margin-bottom: 10px;
    gap: 10px;
}

.td-package-item:last-child {
    margin-bottom: 0;
}

.td-package-item p {
    font-size: 13px;
    color: #555;
    margin: 0 0 3px;
}

.td-package-item strong {
    font-size: 15px;
    color: #111;
    font-weight: 800;
    display: block;
}

.td-package-item a {
    min-width: 82px;
    height: 34px;
    border-radius: 8px;
    background: linear-gradient(135deg, #8b1a1a, #6b1414);
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 4px 10px rgba(139, 26, 26, 0.2);
    transition: 0.3s;
    white-space: nowrap;
}

.td-package-item a:hover {
    background: linear-gradient(135deg, #6b1414, #4a0e0e);
}

/* =========================
   MOBILE
========================= */
@media (max-width: 991px) {
    .td-layout {
        grid-template-columns: 1fr;
    }

    .td-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .td-feature-strip {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .td-tabs {
        flex-direction: column;
    }

    .td-tab-btn {
        width: 100%;
    }

    .td-feature-strip {
        grid-template-columns: 1fr;
    }

    .td-info-grid {
        grid-template-columns: 1fr;
    }

    .td-btn-wrap {
        flex-direction: column;
    }

    .td-main-card h2 {
        font-size: 18px;
    }

    .td-faq-section h2 {
        font-size: 18px;
    }

    .td-faq-question {
        font-size: 13px;
    }
}

/* cart side bar */
/* ====== OVERLAY ====== */
.overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 999;
}

.overlay.active {
    display: block;
}

/* ====== SIDEBAR ====== */
.cart-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 370px;
    max-width: 100%;
    height: 100%;
    background: #f2f2ed;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    transition: right 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

.cart-sidebar.open {
    right: 0;
}

/* Header */
.sidebar-header {
    background: #fff;
    padding: 16px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #e8e8e8;
    flex-shrink: 0;
}

.back-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #444;
    display: flex;
    align-items: center;
    padding: 2px;
}

.back-btn:hover {
    color: #000;
}

.sidebar-header h2 {
    font-size: 16px;
    font-weight: 600;
    color: #222;
}

/* Cart items box */
.cart-items-box {
    background: #fff;
    margin: 14px 14px 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    flex-shrink: 0;
}

.cart-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 16px;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.15s;
}

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

.cart-item:hover {
    background: #fafafa;
}

/* Vial icon */
.vial-wrap {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.vial {
    width: 13px;
    height: 26px;
    border-radius: 2px 2px 6px 6px;
    background: linear-gradient(to bottom, #e8a000 45%, #2dab6f 45%);
    border: 1.5px solid #bbb;
    position: relative;
}

.vial::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 9px;
    height: 6px;
    background: #999;
    border-radius: 2px 2px 0 0;
}

.item-info {
    flex: 1;
    min-width: 0;
}

.item-name {
    font-size: 13.5px;
    font-weight: 500;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-price {
    font-size: 12.5px;
    color: #666;
    margin-top: 2px;
}

.delete-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #aaa;
    font-size: 17px;
    padding: 4px 6px;
    border-radius: 6px;
    transition:
        color 0.15s,
        background 0.15s;
    display: flex;
    align-items: center;
}

.delete-btn:hover {
    color: #e53935;
    background: #fdecea;
}

/* Removing animation */
.cart-item.removing {
    opacity: 0;
    transform: translateX(30px);
    transition:
        opacity 0.25s,
        transform 0.25s;
}

/* Empty state */
.empty-cart {
    text-align: center;
    padding: 36px 20px;
    color: #aaa;
}

.empty-cart i {
    font-size: 38px;
    margin-bottom: 10px;
    display: block;
}

.empty-cart p {
    font-size: 14px;
}

/* Add test button */
.add-test-btn {
    margin: 12px 14px 0;
    background: #fff;
    border: 2px dashed #5e201c;
    border-radius: 12px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #c8391a;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s;
    flex-shrink: 0;
}

.add-test-btn:hover {
    background: #eafaf4;
}

.add-test-btn i {
    font-size: 18px;
}

/* Member note */
.member-note {
    margin: 12px 16px 0;
    font-size: 12.5px;
    color: #888;
    line-height: 1.6;
    flex-shrink: 0;
}

.member-note b {
    color: #333;
    font-weight: 600;
}

/* Spacer */
.flex-spacer {
    flex: 1;
}

/* Promo bar */
.promo-bar {
    background: #8b1a1a;
    color: antiquewhite;
    padding: 11px 16px;
    font-size: 12.5px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.promo-bar i {
    font-size: 16px;
    flex-shrink: 0;
}

.promo-code {
    font-weight: 800;
    letter-spacing: 0.5px;
}

/* Footer */
.cart-footer {
    background: #fff;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #eee;
    flex-shrink: 0;
}

.footer-icon {
    color: #c31a1a;
    font-size: 22px;
}

.footer-info {
    flex: 1;
}

.footer-total {
    font-size: 18px;
    font-weight: 700;
    color: #6b1414;
}

.footer-tests {
    font-size: 12px;
    color: #888;
    margin-top: 1px;
}

.proceed-btn {
    background: #8b1a1a;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 13px 28px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition:
        background 0.15s,
        transform 0.1s;
}

.proceed-btn:hover {
    background: #e67a00;
}

.proceed-btn:active {
    transform: scale(0.97);
}

/* Toast */
.toast {
    position: fixed;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%) translateY(12px);
    background: #222;
    color: #fff;
    font-size: 13px;
    padding: 9px 18px;
    border-radius: 20px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.28s ease;
    z-index: 2000;
    white-space: nowrap;
}

.toast.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* =========================
   MODAL OVERLAY
========================= */
.modal-overlay {
    display: none;
    position: fixed;
    inset: 0;

    background: rgba(0, 0, 0, 0.5);

    z-index: 1100;

    align-items: center;
    justify-content: center;

    padding: 14px;
    box-sizing: border-box;
}

.modal-overlay.active {
    display: flex;
}

/* =========================
   MODAL BOX
========================= */
.modal-sheet {
    background: #fff;

    width: 370px;
    max-width: 100%;

    border-radius: 24px;

    padding: 16px;

    animation: slideUp 0.25s ease;

    max-height: 92vh;
    overflow-y: auto;

    box-sizing: border-box;

    position: relative;

    scrollbar-width: thin;
    scrollbar-color: #9e9e9e transparent;
}

/* =========================
   CUSTOM SCROLLBAR
========================= */
.modal-sheet::-webkit-scrollbar {
    width: 4px;
}

.modal-sheet::-webkit-scrollbar-track {
    background: transparent;
}

.modal-sheet::-webkit-scrollbar-thumb {
    background: #9e9e9e;
    border-radius: 20px;
}

/* =========================
   ANIMATION
========================= */
@keyframes slideUp {
    from {
        transform: translateY(35px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* =========================
   SEARCH BAR
========================= */
.modal-search-box {
    margin-bottom: 14px;
}

.modal-search-box input {
    width: 100%;
    height: 48px;

    border: 1.5px solid #f0a23a;
    border-radius: 14px;

    padding: 0 14px;

    font-size: 14px;
    color: #222;

    outline: none;

    box-sizing: border-box;

    background: #fff;
}

.modal-search-box input::placeholder {
    color: #b8b8b8;
}

/* =========================
   TABS
========================= */
.modal-tabs {
    display: flex;

    background: #f2f2f2;

    border-radius: 12px;

    padding: 4px;

    margin-bottom: 18px;
}

.tab-btn {
    flex: 1;

    height: 42px;

    border: none;
    outline: none;

    border-radius: 10px;

    background: transparent;

    font-size: 14px;
    font-weight: 600;

    color: #555;

    cursor: pointer;

    transition: 0.2s ease;
}

.tab-btn.active {
    background: #216c5d;
    color: #fff;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

/* =========================
   HEADINGS
========================= */
.modal-sheet h3 {
    font-size: 16px;
    font-weight: 700;

    color: #222;

    margin-bottom: 16px;
}

/* =========================
   TEST / PACKAGE ITEM
========================= */
.modal-test-item,
.package-card {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 14px 0;

    border-bottom: 1px solid #f1f1f1;
}

.modal-test-item:last-child,
.package-card:last-child {
    border-bottom: none;
}

/* =========================
   TEST INFO
========================= */
.modal-test-name {
    font-size: 14px;
    font-weight: 600;

    color: #222;
}

.modal-test-price {
    font-size: 13px;
    color: #777;

    margin-top: 4px;
}

/* =========================
   ADD BUTTON
========================= */
.add-item-btn {
    background: #15b97d;
    color: #fff;

    border: none;
    outline: none;

    border-radius: 9px;

    padding: 8px 16px;

    font-size: 13px;
    font-weight: 600;

    cursor: pointer;

    transition: 0.2s ease;
}

.add-item-btn:hover {
    background: #109969;
}

.add-item-btn.added {
    background: #e5e5e5;
    color: #777;
}

/* =========================
   CLOSE BUTTON
========================= */
.modal-close-btn {
    width: 100%;

    margin-top: 18px;

    height: 48px;

    border-radius: 14px;

    border: 1px solid #ddd;

    background: #fff;

    font-size: 14px;
    font-weight: 600;

    color: #555;

    cursor: pointer;

    transition: 0.2s ease;
}

.modal-close-btn:hover {
    background: #f5f5f5;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 480px) {
    .modal-sheet {
        width: 100%;
        border-radius: 22px;
        padding: 14px;
    }

    .modal-search-box input {
        height: 46px;
        font-size: 13px;
    }

    .tab-btn {
        height: 40px;
        font-size: 13px;
    }

    .modal-test-name {
        font-size: 13px;
    }

    .modal-test-price {
        font-size: 12px;
    }

    .add-item-btn {
        padding: 7px 14px;
        font-size: 12px;
    }
}

/* Demo page content */
.page-content {
    margin-top: 70px;
    padding: 30px 20px;
    text-align: center;
    color: #666;
}

.page-content h1 {
    font-size: 22px;
    color: #222;
    margin-bottom: 8px;
}

.page-content p {
    font-size: 14px;
}

/* responsive */
/* Hide Top Offer Bar on Mobile */
@media (max-width: 768px) {
    .top-offer-bar {
        display: none !important;
    }
}

/* =========================================
   MOBILE VIEW
   Show Only Logo + Location
========================================= */
/* =========================================
   MOBILE HEADER SINGLE ROW
========================================= */
@media (max-width: 768px) {
    .navbar-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        width: 100%;
    }

    .navbar-left {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 10px;
    }

    /* Logo */
    .main-site-brand-logo {
        flex-shrink: 0;
    }

    .main-site-brand-logo img {
        height: 50px !important;
        width: auto;
        display: block;
    }

    /* Location */
    .location-box {
        display: flex;
        align-items: center;
        gap: 6px;
        flex: 1;
        justify-content: end;
        padding: 6px 10px;
    }

    .location-text small {
        font-size: 8px;
        line-height: 1;
    }

    .location-text span {
        font-size: 13px;
        font-weight: 600;
    }

    /* Hide Desktop Right Menu */
    .navbar-right {
        display: none !important;
    }
}

/* said menu  */
/* =========================================
   MOBILE NAVBAR + SIDEBAR
========================================= */
/* Desktop */
@media (min-width: 769px) {
    .mobile-menu-btn,
    .mobile-sidebar,
    .mobile-sidebar-overlay {
        display: none !important;
    }
}

@media (max-width: 768px) {
    /* Navbar */
    .main-navbar {
        padding: 10px 0;
        position: relative;
        z-index: 999;
    }

    .navbar-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-right {
        display: none !important;
    }

    .navbar-left {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /* Logo */
    .main-site-brand-logo img {
        height: 70px !important;
    }

    /* Location */
    .location-box {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    /* Mobile Menu Button */
    .mobile-menu-btn {
        width: 42px;
        height: 42px;
        background: #a91d1d;
        color: #fff;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        cursor: pointer;
        margin-left: 10px;
    }

    /* Sidebar */
    .mobile-sidebar {
        position: fixed;
        top: 0;
        right: -300px;
        width: 280px;
        height: 100vh;
        background: #fff;
        z-index: 99999;
        transition: 0.3s ease;
        padding: 20px;
        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
    }

    .mobile-sidebar.active {
        right: 0;
    }

    /* Sidebar Header */
    .mobile-sidebar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .mobile-sidebar-header h3 {
        margin: 0;
        font-size: 22px;
    }

    /* Close Button */
    .close-sidebar {
        background: none;
        border: none;
        font-size: 30px;
        cursor: pointer;
    }

    /* Sidebar Links */
    .mobile-sidebar-links {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .mobile-nav-link {
        text-decoration: none;
        font-size: 16px;
        color: #222;
        padding: 12px 15px;
        border-radius: 10px;
        background: #f5f5f5;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    /* Overlay */
    .mobile-sidebar-overlay {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        top: 0;
        left: 0;
        z-index: 9999;
        display: none;
    }

    .mobile-sidebar-overlay.active {
        display: block;
    }
}

/* =========================================
   FEATURED SECTION RESPONSIVE
========================================= */
@media (max-width: 768px) {
    .featured-section {
        padding: 30px 0;
    }

    /* Container */
    .featured-section .container {
        padding: 0 15px;
    }

    /* Heading */
    .featured-head {
        margin-bottom: 20px;
        text-align: center;
    }

    .featured-head h2 {
        font-size: 24px;
        line-height: 1.4;
        margin: 0;
    }

    /* Swiper */
    .featuredSwiper {
        overflow: hidden;
    }

    .featuredSwiper .swiper-slide {
        width: 100% !important;
    }

    /* Card */
    .featured-card {
        border-radius: 16px;
        padding: 16px;
        background: #fff;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        width: 100%;
    }

    /* Top Section */
    .card-top {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .top-badge {
        width: fit-content;
        font-size: 12px;
        padding: 5px 10px;
        border-radius: 30px;
    }

    .card-top-body h3 {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 12px;
    }

    /* Price */
    .price-row {
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
        gap: 10px;
        flex-wrap: wrap;
    }

    .price-wrap {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .price-wrap del {
        font-size: 14px;
    }

    .price-wrap strong {
        font-size: 24px;
    }

    .off-badge {
        font-size: 13px;
        padding: 6px 10px;
        border-radius: 8px;
        width: fit-content;
    }

    /* Feature Info */
    .feature-info {
        display: flex;
        flex-direction: column;
        gap: 14px;
        margin-top: 20px;
    }

    .info-item {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px;
        border-radius: 12px;
        background: #f8f8f8;
    }

    .info-item span {
        width: 40px;
        height: 40px;
        min-width: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }

    .info-item p {
        margin: 0;
        font-size: 13px;
        line-height: 1.5;
    }

    .info-item p strong {
        font-size: 14px;
    }

    /* Buttons */
    .card-buttons {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-top: 20px;
    }

    .detail-btn,
    .cart-btn {
        width: 100%;
        text-align: center;
        padding: 12px;
        border-radius: 10px;
        font-size: 15px;
        font-weight: 600;
    }

    /* Hide Swiper Arrows */
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

    /* Pagination */
    .swiper-pagination {
        margin-top: 15px;
        position: relative;
    }
}

/* =========================================
   BOOKED SECTION RESPONSIVE
========================================= */
@media (max-width: 768px) {
    .booked-section {
        padding: 35px 0;
    }

    .booked-section .container {
        padding: 0 15px;
    }

    /* Wrapper */
    .booked-wrapper {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    /* Left Content */
    .booked-content {
        text-align: center;
    }

    .booked-content h2 {
        font-size: 28px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .booked-content p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    .view-btn {
        display: inline-block;
        padding: 12px 18px;
        font-size: 14px;
        border-radius: 10px;
    }

    /* Grid */
    .booked-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        margin-left: 38px;
    }

    /* Cards */
    .booked-card {
        position: relative;
        min-height: 170px;
        padding: 18px;
        border-radius: 18px;
        overflow: hidden;
    }

    .booked-card.tall {
        min-height: 210px;
    }

    /* Arrow */
    .circle-arrow {
        width: 38px;
        height: 38px;
        font-size: 18px;
        top: 15px;
        right: 15px;
    }

    /* Heading */
    .booked-card h3 {
        font-size: 20px;
        line-height: 1.5;
        margin-top: 55px;
    }

    /* Icons */
    .card-icon {
        position: absolute;
        bottom: 15px;
        right: 15px;
        font-size: 42px;
    }

    .card-icon.small {
        font-size: 36px;
    }
}

/* =========================================
   DNA SECTION RESPONSIVE
========================================= */
@media (max-width: 768px) {
    .dna-section {
        padding: 25px 0;
    }

    .dna-section .container {
        padding: 0 15px;
    }

    /* Swiper */
    .dnaSwiper {
        overflow: hidden;
        border-radius: 18px;
    }

    .dnaSwiper .swiper-slide {
        width: 100%;
    }

    /* Banner */
    .dna-banner {
        width: 100%;
        border-radius: 18px;
        overflow: hidden;
    }

    .dna-banner img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 18px;
        object-fit: cover;
    }

    /* Hide Navigation */
    .dnaSwiper .swiper-button-next,
    .dnaSwiper .swiper-button-prev {
        display: none !important;
    }

    /* Pagination */
    .dnaSwiper .swiper-pagination {
        position: relative;
        margin-top: 12px;
    }
}

/* =========================================
   ORGANS SECTION RESPONSIVE
========================================= */
@media (max-width: 768px) {
    .organs-section {
        padding: 35px 0;
    }

    .organs-section .container {
        padding: 0 15px;
    }

    /* Wrapper */
    .organs-wrapper {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    /* Left Content */
    .organs-content {
        text-align: center;
    }

    .organs-content h2 {
        font-size: 28px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .organs-content p {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 20px;
    }

    .organs-btn {
        display: inline-block;
        padding: 12px 18px;
        font-size: 14px;
        border-radius: 10px;
    }

    /* Grid */
    .organs-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    /* Cards */
    .organ-card {
        padding: 18px 12px;
        border-radius: 18px;
        text-align: center;
        min-height: 130px;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    /* Icon */
    .organ-icon {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin-bottom: 12px;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .organ-icon i {
        font-size: 24px;
    }

    /* Text */
    .organ-card span {
        font-size: 14px;
        line-height: 1.5;
        font-weight: 600;
    }
}

/* Hide Promo Section on Mobile */
@media (max-width: 768px) {
    .promo-section {
        display: none !important;
    }
}

/* =========================================
   NEARBY TESTS SECTION RESPONSIVE
========================================= */
@media (max-width: 768px) {
    .nearby-tests-section {
        padding: 35px 0;
    }

    .nearby-tests-section .container {
        padding: 0 15px;
    }

    /* Wrapper */
    .nearby-tests-wrap {
        border-radius: 18px;
        padding: 22px 18px;
    }

    /* Heading */
    .nearby-tests-wrap h2 {
        font-size: 26px;
        line-height: 1.4;
        text-align: center;
        margin-bottom: 25px;
    }

    /* Grid */
    .tests-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    /* Column */
    .tests-column {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    /* Links */
    .tests-column a {
        font-size: 14px;
        line-height: 1.5;
        padding: 12px 14px;
        border-radius: 10px;
        text-decoration: none;
        display: block;
        background: #f7f7f7;
    }
}

/* =========================================
   POPULAR TESTS SECTION RESPONSIVE
========================================= */
@media (max-width: 768px) {
    .popular-tests-section {
        padding: 35px 0;
    }

    .popular-tests-section .container {
        padding: 0 15px;
    }

    /* Wrapper */
    .popular-tests-wrap {
        padding: 22px 18px;
        border-radius: 18px;
    }

    /* Heading */
    .popular-tests-wrap h2 {
        font-size: 26px;
        line-height: 1.4;
        text-align: center;
        margin-bottom: 25px;
    }

    /* Grid */
    .popular-tests-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    /* Column */
    .popular-column {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    /* Links */
    .popular-column a {
        display: block;
        text-decoration: none;
        font-size: 14px;
        line-height: 1.5;
        padding: 12px 14px;
        border-radius: 10px;
        background: #f7f7f7;
    }
}

/* =========================================
   FOOTER RESPONSIVE
========================================= */
@media (max-width: 768px) {
    .main-footer {
        padding: 40px 0 20px;
    }

    .main-footer .container {
        padding: 0 15px;
    }

    /* Wrapper */
    .footer-wrapper {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }

    /* Left */
    .footer-left {
        text-align: center;
    }

    /* Logo */
    .footer-left .main-site-brand-logo img {
        height: 70px !important;
        margin: 0 auto 20px;
    }

    /* Social */
    .footer-social {
        display: flex;
        justify-content: center;
        gap: 12px;
        margin-bottom: 20px;
    }

    .footer-social a {
        width: 42px;
        height: 42px;
        border-radius: 50%;

        display: flex;
        align-items: center;
        justify-content: center;

        font-size: 16px;
    }

    /* Apps */
    .footer-apps {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .footer-apps img {
        max-width: 150px;
        width: 100%;
        height: auto;
    }

    /* Links Wrap */
    .footer-links-wrap {
        display: grid;
        grid-template-columns: 1fr;
        gap: 25px;
    }

    /* Column */
    .footer-column {
        text-align: left;
    }

    .footer-column h3 {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .footer-column a {
        display: block;
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 8px;
        font-weight: 600;
        text-decoration: none;
    }

    /* Bottom */
    .footer-bottom {
        margin-top: 30px;
        text-align: center;
        padding-top: 20px;
    }

    .footer-bottom p {
        font-size: 12px;
        line-height: 1.8;
        margin: 0;
    }

    .footer-bottom a {
        display: inline-block;
        margin-top: 5px;
    }
}

/* =========================================
   POPULAR TEST CARDS RESPONSIVE
========================================= */
@media (max-width: 768px) {
    .popular-tests-section {
        padding: 35px 0;
    }

    .popular-tests-section .container {
        padding: 0 15px;
    }

    /* Grid */
    .popular-tests-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    /* Card */
    .popular-test-card {
        padding: 18px;
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    }

    /* Title */
    .popular-test-card h3 {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 18px;
    }

    /* Price Box */
    .price-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .price-left {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .price-left del {
        font-size: 14px;
    }

    .price-left strong {
        font-size: 24px;
    }

    /* Badge */
    .off-badge {
        font-size: 12px;
        padding: 6px 10px;
        border-radius: 8px;
        margin-left: 217px;
    }

    /* Buttons */
    .test-btns {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .cart-btn,
    .view-btn {
        width: 100%;
        text-align: center;
        padding: 12px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        /* margin-left: 10px; */
    }

    /* View More */
    .view-more-wrap {
        margin-top: 25px;
        text-align: center;
    }

    .main-view-btn {
        width: 100%;
        padding: 14px;
        border-radius: 12px;
        font-size: 15px;
        font-weight: 600;
    }
}

/* =========================================
   HEALTH PACKAGES SECTION RESPONSIVE
========================================= */
@media (max-width: 768px) {
    .health-packages-section {
        padding: 35px 0;
    }

    .health-packages-section .container {
        padding: 0 15px;
    }

    /* Grid */
    .health-packages-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* Card */
    .health-package-card {
        background: #fff;
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    }

    /* Image */
    .package-image {
        width: 100%;
        height: 220px;
        overflow: hidden;
    }

    .package-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    /* Content */
    .package-content {
        padding: 18px;
    }

    /* Title */
    .package-content h3 {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 14px;
    }

    /* List */
    .package-content ul {
        padding: 0;
        margin: 0 0 18px;
        list-style: none;
    }

    .package-content ul li {
        font-size: 14px;
        margin-bottom: 8px;
        line-height: 1.5;
    }

    /* Price */
    .price-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .price-left {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .price-left del {
        font-size: 14px;
    }

    .price-left strong {
        font-size: 24px;
    }

    /* Discount Badge */
    .off-badge {
        font-size: 12px;
        padding: 6px 10px;
        border-radius: 8px;
    }

    /* Buttons */
    .package-btns {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .package-btns .cart-btn,
    .package-btns .view-btn {
        width: 100%;
        text-align: center;
        padding: 12px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
    }
}

/* Sidebar Logo */
.sidebar-logo {
    height: 85px;
    width: auto;
    display: block;
}

/* =========================
   BOOKING SECTION (bk_)
========================= */

.bk_booking_section {
    padding: 50px 20px;
}

.bk_booking_container {
    max-width: 1150px;
    margin: auto;
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

/* LEFT CARD */
.bk_member_card {
    flex: 1;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* HEADER */
.bk_member_header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

.bk_user_icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #8b1a1a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.bk_member_header h2 {
    font-size: 28px;
    color: #8b1a1a;
    font-weight: 700;
}

/* BODY */
.bk_member_body {
    display: flex;
}

/* FORM SIDE */
.bk_form_side {
    width: 52%;
    padding: 22px;
}

.bk_form_group {
    margin-bottom: 18px;
}

.bk_form_group label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #555;
}

.bk_form_group input {
    width: 100%;
    height: 48px;
    border: 1px solid #8b1a1a;
    border-radius: 10px;
    padding: 0 15px;
    font-size: 15px;
    outline: none;
}

.bk_form_group input:focus {
    border-color: #c8391a;
    box-shadow: 0 0 0 3px rgba(200, 57, 26, 0.12);
}

/* AGE + GENDER */
.bk_age_gender_wrap {
    display: flex;
    align-items: flex-end;
    gap: 25px;
}

.bk_age_box {
    width: 120px;
}

.bk_age_box label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #555;
}

.bk_age_box input {
    width: 100%;
    height: 45px;
    border: 1px solid #8b1a1a;
    border-radius: 10px;
    padding: 0 12px;
    font-size: 14px;
    outline: none;
}

.bk_gender_box {
    display: flex;
    gap: 20px;
    padding-bottom: 12px;
    flex-wrap: wrap;
}

.bk_gender_box label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 600;
    color: #555;
    cursor: pointer;
}

/* TEST SIDE */
.bk_test_side {
    width: 48%;
    background: #fdf0ee;
    padding: 22px;
}

.bk_test_item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.bk_test_title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.bk_test_title i {
    color: #8b1a1a;
    font-size: 18px;
}

.bk_test_title h4 {
    font-size: 17px;
    color: #8b1a1a;
}

.bk_test_info span {
    font-size: 16px;
    font-weight: 700;
    color: #444;
    padding-left: 28px;
}

/* DELETE BUTTON */
.bk_delete_btn {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: #fff;
    color: #666;
    cursor: pointer;
    transition: 0.3s;
}

.bk_delete_btn:hover {
    background: #8b1a1a;
    color: #fff;
}

/* ADD TEST */
.bk_add_test {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #8b1a1a;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.bk_add_test i {
    font-size: 18px;
}

/* RIGHT CARD */
.bk_amount_card {
    width: 320px;
    background: #fff;
    border-radius: 12px;
    padding: 22px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.bk_amount_card h3 {
    font-size: 22px;
    margin-bottom: 18px;
    color: #111;
}

.bk_total_price {
    font-size: 28px;
    font-weight: 700;
    color: #8b1a1a;
    padding-bottom: 18px;
    margin-bottom: 22px;
    border-bottom: 1px solid #ddd;
}

/* PROCEED BUTTON */
.bk_proceed_btn {
    width: 100%;
    height: 52px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #8b1a1a, #6b1414);
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.3s;
    box-shadow: 0 6px 16px rgba(139, 26, 26, 0.22);
}

.bk_proceed_btn:hover {
    background: linear-gradient(135deg, #6b1414, #4a0e0e);
}

/* =========================
   MOBILE RESPONSIVE CSS
========================= */

@media (max-width: 768px) {
    .bk_booking_container {
        flex-direction: column;
        gap: 20px;
        padding: 15px;
    }

    /* CARD FULL WIDTH */
    .bk_member_card,
    .bk_amount_card {
        width: 100%;
    }

    /* BODY STACK */
    .bk_member_body {
        flex-direction: column;
        gap: 25px;
    }

    .bk_form_side,
    .bk_test_side {
        width: 100%;
    }

    /* FORM INPUT */
    .bk_form_group input {
        width: 100%;
        font-size: 14px;
    }

    /* AGE + GENDER STACK */
    .bk_age_gender_wrap {
        flex-direction: column;
        gap: 15px;
    }

    .bk_age_box,
    .bk_gender_box {
        width: 100%;
    }

    .bk_gender_box {
        display: flex;
        gap: 20px;
        align-items: center;
        flex-wrap: wrap;
    }

    /* TEST ITEM */
    .bk_test_item {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .bk_test_info {
        width: 100%;
        justify-content: space-between;
    }

    .bk_delete_btn {
        align-self: flex-end;
    }

    /* TOTAL CARD */
    .bk_amount_card {
        padding: 20px;
        text-align: center;
    }

    .bk_total_price {
        font-size: 28px;
    }

    /* BUTTON */
    .bk_proceed_btn {
        width: 100%;
        justify-content: center;
        padding: 14px;
        font-size: 16px;
    }
}

/* EXTRA SMALL DEVICES */

@media (max-width: 480px) {
    .bk_member_header h2 {
        font-size: 20px;
    }

    .bk_test_title h4 {
        font-size: 14px;
    }

    .bk_total_price {
        font-size: 24px;
    }

    .bk_proceed_btn {
        font-size: 15px;
    }
}

/* =========================
   ADDRESS SECTION (adrs_)
========================= */

.adrs_booking_section {
    padding: 50px 20px;
}

.adrs_booking_container {
    max-width: 1150px;
    margin: auto;
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

/* LEFT CARD */
.adrs_address_card {
    flex: 1;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* HEADER */
.adrs_card_header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

.adrs_location_icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #8b1a1a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.adrs_card_header h2 {
    font-size: 28px;
    color: #8b1a1a;
    font-weight: 700;
}

/* BODY */
.adrs_card_body {
    padding: 35px;
}

/* FORM */
.adrs_form_group_full {
    margin-bottom: 22px;
}

.adrs_form_group_full label,
.adrs_form_group_half label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #555;
}

.adrs_form_group_full textarea {
    width: 100%;
    height: 130px;
    border: 1px solid #8b1a1a;
    border-radius: 12px;
    padding: 15px;
    font-size: 15px;
    resize: none;
    outline: none;
}

.adrs_form_group_full textarea:focus {
    border-color: #c8391a;
    box-shadow: 0 0 0 3px rgba(200, 57, 26, 0.12);
}

/* ROW */
.adrs_form_row {
    display: flex;
    gap: 28px;
    margin-bottom: 22px;
}

.adrs_form_group_half {
    flex: 1;
}

.adrs_form_group_half input {
    width: 100%;
    height: 46px;
    border: 1px solid #8b1a1a;
    border-radius: 10px;
    padding: 0 14px;
    font-size: 15px;
    outline: none;
}

.adrs_form_group_half input:focus {
    border-color: #c8391a;
    box-shadow: 0 0 0 3px rgba(200, 57, 26, 0.12);
}

/* RADIO */
.adrs_radio_wrap {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.adrs_radio_group {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
}

.adrs_radio_group label {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 15px;
    font-weight: 600;
    color: #555;
    cursor: pointer;
}

/* RIGHT CARD */
.adrs_amount_card {
    width: 350px;
    background: #fff;
    border-radius: 12px;
    padding: 22px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.adrs_amount_card h3 {
    font-size: 22px;
    margin-bottom: 18px;
    color: #111;
}

.adrs_total_price {
    font-size: 28px;
    font-weight: 700;
    color: #8b1a1a;
    padding-bottom: 18px;
    margin-bottom: 22px;
    border-bottom: 1px solid #ddd;
}

/* PROCEED BUTTON */
.adrs_proceed_btn {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #8b1a1a, #6b1414);
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.3s;
    box-shadow: 0 6px 16px rgba(139, 26, 26, 0.22);
}

.adrs_proceed_btn:hover {
    background: linear-gradient(135deg, #6b1414, #4a0e0e);
}

/* =========================
   ADDRESS PAGE RESPONSIVE CSS
========================= */

@media (max-width: 768px) {
    .adrs_booking_container {
        flex-direction: column;
        gap: 20px;
        padding: 15px;
    }

    /* FULL WIDTH CARDS */
    .adrs_address_card,
    .adrs_amount_card {
        width: 100%;
    }

    /* FORM ROW STACK */
    .adrs_form_row {
        flex-direction: column;
        gap: 15px;
    }

    .adrs_form_group_half {
        width: 100%;
    }

    /* INPUTS + TEXTAREA */
    .adrs_form_group_full textarea,
    .adrs_form_group_half input {
        width: 100%;
        font-size: 14px;
    }

    /* RADIO SECTION */
    .adrs_radio_wrap {
        flex-direction: column;
        gap: 15px;
    }

    .adrs_radio_group {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    /* RIGHT CARD */
    .adrs_amount_card {
        padding: 20px;
        text-align: center;
    }

    .adrs_total_price {
        font-size: 28px;
    }

    /* BUTTON */
    .adrs_proceed_btn {
        width: 100%;
        justify-content: center;
        padding: 14px;
        font-size: 16px;
    }
}

/* EXTRA SMALL DEVICES */

@media (max-width: 480px) {
    .adrs_card_header h2 {
        font-size: 20px;
    }

    .adrs_total_price {
        font-size: 24px;
    }

    .adrs_proceed_btn {
        font-size: 15px;
    }

    .adrs_radio_group label {
        font-size: 14px;
    }
}

/* =========================
   SLOT SECTION (slot_)
========================= */

.slot_booking_section {
    padding: 50px 20px;
}

.slot_booking_heading {
    max-width: 1200px;
    margin: auto;
    margin-bottom: 18px;
    font-size: 32px;
    font-weight: 700;
    color: #000;
}

.slot_booking_container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

/* LEFT CARD */
.slot_main_card {
    flex: 1;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* HEADER */
.slot_card_header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

.slot_header_icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #8b1a1a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.slot_card_header h2 {
    font-size: 28px;
    color: #8b1a1a;
    font-weight: 700;
}

/* BODY */
.slot_card_body {
    padding: 30px;
}

/* SECTION TITLE */
.slot_section_title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
}

.slot_section_title i {
    color: #8b1a1a;
    font-size: 16px;
}

.slot_section_title span {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

/* DAY SECTION */
.slot_day_section {
    margin-bottom: 40px;
}

.slot_day_wrapper {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}

.slot_day_box {
    width: 110px;
    min-height: 100px;
    border: 1px solid #eedada;
    border-radius: 10px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
}

.slot_day_box p {
    font-size: 16px;
    color: #666;
    margin-bottom: 5px;
}

.slot_day_box h3 {
    font-size: 28px;
    color: #333;
    margin-bottom: 5px;
}

.slot_day_box span {
    font-size: 15px;
    color: #666;
}

/* ACTIVE DAY */
.slot_day_box.active {
    background: linear-gradient(135deg, #8b1a1a, #6b1414);
    border-color: #8b1a1a;
    box-shadow: 0 6px 16px rgba(139, 26, 26, 0.22);
}

.slot_day_box.active p,
.slot_day_box.active h3,
.slot_day_box.active span {
    color: #fff;
}

.slot_day_box:hover {
    transform: translateY(-3px);
    border-color: #8b1a1a;
}

/* TIME SECTION */
.slot_time_wrapper {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.slot_time_btn {
    min-width: 135px;
    height: 46px;
    border: 1px solid #eedada;
    border-radius: 8px;
    background: #fff;
    font-size: 15px;
    font-weight: 700;
    color: #555;
    cursor: pointer;
    transition: 0.3s;
    padding: 0 16px;
}

/* ACTIVE TIME */
.slot_time_btn.active {
    background: linear-gradient(135deg, #8b1a1a, #6b1414);
    border-color: #8b1a1a;
    color: #fff;
    box-shadow: 0 4px 12px rgba(139, 26, 26, 0.2);
}

.slot_time_btn:hover {
    background: linear-gradient(135deg, #8b1a1a, #6b1414);
    color: #fff;
    border-color: #8b1a1a;
}

/* RIGHT CARD */
.slot_amount_card {
    width: 350px;
    background: #fff;
    border-radius: 12px;
    padding: 22px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.slot_amount_card h3 {
    font-size: 22px;
    margin-bottom: 18px;
    color: #111;
}

.slot_total_price {
    font-size: 28px;
    font-weight: 700;
    color: #8b1a1a;
    padding-bottom: 18px;
    margin-bottom: 22px;
    border-bottom: 1px solid #ddd;
}

/* PROCEED BUTTON */
.slot_proceed_btn {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #8b1a1a, #6b1414);
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.3s;
    box-shadow: 0 6px 16px rgba(139, 26, 26, 0.22);
}

.slot_proceed_btn:hover {
    background: linear-gradient(135deg, #6b1414, #4a0e0e);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .slot_booking_container {
        flex-direction: column;
    }

    .slot_amount_card {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .slot_booking_section {
        padding: 35px 15px;
    }

    .slot_booking_heading {
        font-size: 26px;
    }

    .slot_card_header h2 {
        font-size: 22px;
    }

    .slot_card_body {
        padding: 20px;
    }

    .slot_day_wrapper {
        gap: 15px;
    }

    .slot_time_wrapper {
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .slot_booking_section {
        padding: 25px 10px;
    }

    .slot_booking_heading {
        font-size: 22px;
    }

    .slot_card_header {
        padding: 15px;
    }

    .slot_card_header h2 {
        font-size: 18px;
    }

    .slot_header_icon {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }

    .slot_card_body {
        padding: 15px;
    }

    .slot_section_title span {
        font-size: 16px;
    }

    .slot_day_wrapper {
        justify-content: center;
    }

    .slot_day_box {
        width: 90px;
        min-height: 85px;
    }

    .slot_day_box h3 {
        font-size: 24px;
    }

    .slot_day_box p,
    .slot_day_box span {
        font-size: 14px;
    }

    .slot_time_wrapper {
        flex-direction: column;
    }

    .slot_time_btn {
        width: 100%;
    }

    .slot_amount_card {
        padding: 18px;
    }

    .slot_amount_card h3 {
        font-size: 18px;
    }

    .slot_total_price {
        font-size: 22px;
    }

    .slot_proceed_btn {
        height: 46px;
        font-size: 15px;
    }
}

/* =========================
   ORDER REVIEW SECTION
========================= */

.order_details_section {
    width: 100%;
    padding: 40px 0;
    background: #f5f5f5;
}

.order_details_wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.order_left_section {
    width: 68%;
}

.order_right_section {
    width: 32%;
}

/* ORDER SUMMARY */
.order_summary_box {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 4px 12px rgba(139, 26, 26, 0.06);
}

.summary_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border: 1px solid #eedada;
    padding: 18px;
    border-radius: 10px;
}

.summary_left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.summary_left i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fdf0ee;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8b1a1a;
}

.summary_left h3 {
    font-size: 24px;
    margin: 0;
    font-weight: 700;
}

.summary_price {
    font-size: 28px;
    font-weight: 700;
    color: #8b1a1a;
}

.summary_body {
    margin-top: 20px;
    border: 1px solid #eedada;
    border-radius: 10px;
    padding: 20px;
    display: block;
}

.summary_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item_left {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.item_left i {
    color: #8b1a1a;
    font-size: 22px;
}

.item_left h4 {
    margin: 0;
    font-size: 22px;
}

.item_left p {
    margin-top: 5px;
    font-size: 20px;
    color: #5f6c7b;
}

/* DELIVERY BOX */
.delivery_box {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 4px 12px rgba(139, 26, 26, 0.06);
}

.delivery_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.delivery_left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.delivery_left i {
    color: #8b1a1a;
    font-size: 18px;
}

.delivery_left span {
    font-size: 22px;
    font-weight: 600;
}

.delivery_date {
    margin-top: 15px;
    font-size: 22px;
    font-weight: 500;
}

/* POLICY */
.policy_box {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(139, 26, 26, 0.06);
}

.policy_box h3 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #8b1a1a;
}

.policy_box ul {
    padding-left: 20px;
}

.policy_box li {
    font-size: 22px;
    margin-bottom: 10px;
}

/* COUPON */
.coupon_box {
    background: #fff;
    border-radius: 14px;
    padding: 18px;
    margin-bottom: 25px;
    box-shadow: 0 4px 12px rgba(139, 26, 26, 0.06);
}

.coupon_input_area {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.coupon_input_area input {
    width: 70%;
    height: 50px;
    border: 1px solid #8b1a1a;
    border-radius: 10px;
    padding: 0 15px;
    font-size: 18px;
    outline: none;
}

.coupon_input_area input:focus {
    border-color: #c8391a;
    box-shadow: 0 0 0 3px rgba(200, 57, 26, 0.12);
}

.coupon_input_area button {
    width: 30%;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #8b1a1a, #c8391a);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 4px 12px rgba(139, 26, 26, 0.2);
}

.coupon_input_area button:hover {
    background: linear-gradient(135deg, #6b1414, #8b1a1a);
}

.coupon_dropdown {
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #8b1a1a;
}

.coupon_body {
    display: none;
    margin-top: 15px;
    border-top: 1px solid #eedada;
    padding-top: 15px;
}

.coupon_item {
    padding: 12px;
    border: 1px solid #eedada;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.2s;
}

.coupon_item:hover {
    border-color: #8b1a1a;
    background: #fdf8f8;
}

.coupon_item h4 {
    margin: 0;
    font-size: 18px;
    color: #8b1a1a;
}

.coupon_item p {
    margin-top: 5px;
    font-size: 15px;
    color: #666;
}

/* PAYMENT BOX */
.payment_box {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(139, 26, 26, 0.06);
}

.payment_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

.payment_row span {
    font-size: 24px;
    font-weight: 600;
}

.payment_row strong {
    font-size: 24px;
    color: #8b1a1a;
}

.total_row {
    margin-top: 10px;
}

.payment_option {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 18px 0;
}

.payment_option input {
    width: 18px;
    height: 18px;
    accent-color: #8b1a1a;
}

.payment_option label {
    font-size: 22px;
    cursor: pointer;
}

.payment_proceed_btn {
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #8b1a1a, #6b1414);
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 15px;
    transition: 0.3s;
    box-shadow: 0 6px 18px rgba(139, 26, 26, 0.25);
}

.payment_proceed_btn:hover {
    background: linear-gradient(135deg, #6b1414, #4a0e0e);
}

.payment_proceed_btn i {
    margin-left: 10px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .order_details_wrapper {
        flex-direction: column;
    }

    .order_left_section,
    .order_right_section {
        width: 100%;
    }

    .summary_left h3,
    .summary_price,
    .payment_row span,
    .payment_row strong,
    .payment_option label,
    .policy_box h3 {
        font-size: 20px;
    }

    .item_left h4,
    .item_left p,
    .delivery_left span,
    .delivery_date,
    .policy_box li {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .ml-section-nav {
        display: flex !important;
        align-items: center;
    }
    .ml-section-head-actions {
        width: 100%;
        justify-content: space-between;
        gap: 10px;
    }
    .ml-section-head-actions a {
        white-space: nowrap;
    }
    .ml-swiper-nav-btn {
        min-width: 38px;
        width: 38px;
        height: 38px;
    }
    .ml-swiper-nav-btn i {
        font-size: 14px;
        line-height: 1;
    }
}
/* =========================
   SEARCH SECTION RESPONSIVE
========================= */

@media (max-width: 768px) {
    .search-box {
        flex-direction: column;
        gap: 15px;
            border-radius: 0;
   padding: 17px 19px;

    box-shadow: none;
    background:transparent;
    }

    /* INPUT FULL WIDTH */
    .search-input {
        width: 100%;
    }

    .search-input input {
        width: 100%;
        font-size: 14px;
        padding: 12px 45px 12px 15px;
    }

    /* BUTTONS SAME ROW */
    .search-actions {
        display: flex;
        flex-direction: row;
        gap: 10px;
        width: 100%;
    }

    .lab-btn,
    .checkup-btn {
        flex: 1;
        justify-content: center;
        text-align: center;
        font-size: 14px;
        padding: 12px 10px;
        white-space: nowrap;
    }

    /* OFFER TEXT */
    .offer-line {
      text-align: center;
        margin-top: 10px;
        line-height: 1.5;
        padding-bottom: 11px;
        font-size: 15px !important;
        
    }
}

/* EXTRA SMALL MOBILE */

@media (max-width: 480px) {
    .lab-btn,
    .checkup-btn {
               font-size: 16px;
        padding: 6px 8px;
                height: 42px;
    }

    .search-input input {
        font-size: 13px;
    }

    .offer-line {
        font-size: 12px;
    }
}
/* =========================
   HERO RESPONSIVE CSS
========================= */

@media (max-width: 768px) {
    .hero {
        padding: 0 0 !important;
    }
}

/* EXTRA SMALL MOBILE */

@media (max-width: 480px) {
    .hero {
        padding: 0 !important;
    }
}
/* =========================
   CARD BUTTONS RESPONSIVE
========================= */

@media (max-width: 768px) {
    .card-buttons {
        display: flex;
        flex-direction: row;
        gap: 10px;
        width: 100%;
    }

    .detail-btn,
    .cart-btn {
        flex: 1;
        text-align: center;
        justify-content: center;
        padding: 12px 10px;
        font-size: 14px;
        white-space: nowrap;
    }
}

/* EXTRA SMALL MOBILE */

@media (max-width: 480px) {
    .detail-btn,
    .cart-btn {
        font-size: 13px;
        padding: 10px 8px;
    }
}
/* =========================
   POPULAR TESTS RESPONSIVE
========================= */

@media (max-width: 768px) {
    .popularr-testss-sectionn {
        padding: 30px 15px;
    }

    .popular-tests-wrap h2 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 20px;
    }

    /* GRID 2 COLUMN */
    .popularr-testss-gridd {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .popular-column {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .popular-column a {
        font-size: 14px;
        line-height: 1.5;
    }
}

/* EXTRA SMALL MOBILE */

@media (max-width: 480px) {
    /* SINGLE COLUMN */
    .popularr-testss-gridd {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .popular-tests-wrap h2 {
        font-size: 20px;
    }

    .popular-column a {
        font-size: 13px;
    }
}
.rating-badge img {
    width: 130px;
    height: auto;
    display: block;
}
/* =========================
   TEST BUTTONS RESPONSIVE
========================= */

@media (max-width: 768px) {
    .test-btns {
        display: flex;
        flex-direction: row;
        gap: 10px;
        width: 100%;
    }

    .test-btns .cart-btn,
    .test-btns .view-btn {
        flex: 1;
        text-align: center;
        justify-content: center;
        padding: 12px 10px;
        font-size: 14px;
        white-space: nowrap;
    }
}

/* EXTRA SMALL MOBILE */

@media (max-width: 480px) {
    .test-btns .cart-btn,
    .test-btns .view-btn {
        font-size: 13px;
        padding: 10px 8px;
    }
}
/* =========================
   PACKAGE BUTTONS RESPONSIVE
========================= */

@media (max-width: 768px) {
    .package-btns {
        display: flex;
        flex-direction: row;
        gap: 10px;
        width: 100%;
    }

    .package-btns .cart-btn,
    .package-btns .view-btn {
        flex: 1;
        text-align: center;
        justify-content: center;
        padding: 12px 10px;
        font-size: 14px;
        white-space: nowrap;
    }
}

/* EXTRA SMALL MOBILE */

@media (max-width: 480px) {
    .package-btns .cart-btn,
    .package-btns .view-btn {
        font-size: 13px;
        padding: 10px 8px;
    }
}

/* =========================
   Magnum 2026 refresh
========================= */
:root {
    --ml-ink: #ab2826;
    --ml-text: #352c28;
    --ml-muted: #746b66;
    --ml-line: #e6ddd8;
    --ml-bg: #fbfaf8;
    --ml-soft: #f6efeb;
    --ml-primary: #8b1a1a;
    --ml-primary-2: #c8391a;
    --ml-green: #2d6a4f;
    --ml-gold: #b47a26;
    --ml-white: #ffffff;
    --ml-shadow: 0 16px 34px rgba(44, 26, 18, 0.1);
}

* {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-family: "Poppins", Arial, sans-serif !important;
    background: white;
    color: var(--ml-text);
}
a {
    color: inherit;
    text-decoration: none;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.ml-primary-btn,
.ml-secondary-btn,
.ml-danger-btn {
    min-height: 44px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    padding: 11px 18px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}
.ml-primary-btn {
   background: linear-gradient(45deg, #c75628, #913a16);    
    color: #fff;
}
.ml-primary-btn:hover {
    background: #721313;
    color: #fff;
}
.ml-primary-btn.disabled {
    opacity: 0.55;
    pointer-events: none;
}
.ml-secondary-btn {
    background: #fff;
    color: var(--ml-primary);
    border: 1px solid var(--ml-line);
}
.ml-secondary-btn:hover {
    border-color: rgba(139, 26, 26, 0.35);
}
.ml-danger-btn {
    background: #fff1ee;
    color: #9f1d1d;
}
.ml-icon-btn {
 width: 42px;
    height: 42px;
    border: none;
    border-radius: 3px;
    background: #fff;
    color: #4e4e4e;
    font-size: 26px;
}

.ml-topbar {
    background: linear-gradient(180deg, #ac2827, #62240b);
    color: #fff;
    font-size: 13px;
}
.ml-topbar-inner {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
        padding: 0px 11px;
}
.ml-topbar a {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    color: #008d63;
    background: linear-gradient(171deg, #ffffff, #cbffed);
    padding: 4px 20px;
    border-radius: 10px;
    border: 1px solid #08b37a;
}
.ml-topbar i {
    color: #01b37a;
    margin-right: 9px;
    font-size: 19px;
}
.ml-header {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--ml-line);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(12px);
}
.ml-header-left {
    display: flex;
    align-items: center;
    gap: 21px;
}
.ml-header-inner {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 9px 0px;
    justify-content: space-between;
}
.ml-brand {
    display: flex;
    align-items: center;
    gap: 17px;
    /*min-width: 206px;*/
}
.ml-brand img {
    width: 84px;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    background: #fff;
}
.ml-brand strong {
    display: block;
    font-size: 25px;
    color: #ac2827;
    line-height: 1;
}
.ml-brand small {
    display: block;
    color: var(--ml-muted);
    font-weight: 600;
    font-size: 17px;
    margin-top: 4px;
}
.ml-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex: 1;
}
.ml-nav a {
    padding: 10px 12px;
    border-radius: 8px;
    color: var(--ml-text);
    font-weight: 600;
    font-size: 15px;
}
.ml-nav a:hover {
    background: var(--ml-soft);
    color: var(--ml-primary);
}
.ml-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ml-location,
.ml-support,
.ml-cart-trigger {
    border: 1px solid var(--ml-line);
    background: #fff;
    border-radius: 8px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 8px 12px;
    font-weight: 700;
    color: var(--ml-text);
}
.ml-location {
    border: none;
}
.ml-location span {
    display: grid;
    text-align: left;
    line-height: 1.1;
}
.ml-location small {
    font-size: 13px;
    color: var(--ml-muted);
    text-transform: uppercase;
    margin-bottom: 4px;
}
.ml-location b {
    font-size: 14px;
    color: var(--ml-ink);
    font-weight: 500;
}
.ml-location i {
    color: #c75628;
    font-size: 21px;
}
.ml-support i {
    color: #25d366;
}
.ml-cart-trigger {
    background: linear-gradient(45deg, #ab2826, #ca552d);
    color: #fff;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    padding: 9px 15px;
    min-height: auto;
}
.ml-cart-trigger b {
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #383838;
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    top: -1px;
    left: 21px;
}
.ml-mobile-toggle {
    display: none;
    margin-left: auto;
}

.ml-hero {
    padding: 46px 0 34px;
    background: linear-gradient(180deg, #fff 0%, var(--ml-soft) 100%);
}
.ml-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 500px);
    gap: 34px;
    align-items: center;
}
.ml-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 8px;
    background: #ffd7ca;
    color: var(--ml-primary);
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.ml-hero h1,
.ml-page-hero h1,
.ml-detail-hero h1 {
    margin: 14px 0 14px;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.05;
    color: var(--ml-ink);
    font-weight: 800;
}
.ml-detail-hero h1 {
    font-size: 30px;
}
.ml-hero p,
.ml-page-hero p,
.ml-detail-hero p {
    color: var(--ml-muted);
    font-size: 16px;
    line-height: 1.75;
    max-width: 660px;
}
.ml-search {
    margin: 24px 0 16px;
    max-width: 650px;
    height: 60px;
    background: #fff;
    border: 1px solid var(--ml-line);
    border-radius: 8px;
    box-shadow: var(--ml-shadow);
    display: grid;
    grid-template-columns: 44px 1fr auto;
    align-items: center;
    position: relative;
    overflow: visible;
}
.ml-search.compact {
    max-width: 600px;
    box-shadow: none;
}
.ml-search i {
    color: var(--ml-primary);
    justify-self: center;
}
.ml-search input {
    border: 0;
    outline: 0;
    height: 100%;
    min-width: 0;
    font: inherit;
    color: var(--ml-ink);
}
.ml-search button {
    height: 44px;
    margin-right: 8px;
    border-radius: 8px;
    border: 0;
    background: var(--ml-primary-2);
    color: #fff;
    padding: 0 18px;
    font-weight: 800;
}
.suggestions {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid var(--ml-line);
    border-radius: 8px;
    box-shadow: var(--ml-shadow);
    z-index: 20;
    display: none;
    overflow: hidden;
        height: 277px;
    overflow-y: scroll;
}
.suggestions a {
     display: grid;
    grid-template-columns: 4fr 1fr;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 16px;
    border-bottom: 1px solid var(--ml-line);
}
.suggestions a:last-child {
    border-bottom: 0;
}
.suggestions small {
    display: block;
    color: var(--ml-muted);
}
.ml-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.ml-trust-row {
    margin-top: 24px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.ml-trust-row span {
    background: #fff;
    border: 1px solid var(--ml-line);
    border-radius: 8px;
    padding: 10px 12px;
    color: var(--ml-muted);
    font-size: 13px;
}
.ml-trust-row b {
    display: block;
    color: var(--ml-primary);
    font-size: 17px;
}
.ml-hero-carousel,
.ml-hero-carousel .carousel-inner,
.ml-hero-carousel .carousel-item {
    border-radius: 8px;
    min-height: 390px;
    overflow: hidden;
}
.ml-hero-carousel {
    box-shadow: var(--ml-shadow);
    border: 1px solid var(--ml-line);
    background: #fff;
}
.ml-hero-carousel img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    display: block;
}
.ml-hero-carousel span {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    color: #fff;
    background: rgba(21, 17, 15, 0.78);
    border-radius: 8px;
    padding: 16px;
    display: grid;
    gap: 4px;
}
.ml-hero-carousel strong {
    font-size: 24px;
    line-height: 1.2;
}
.ml-hero-carousel em {
    font-style: normal;
    color: #ffd3c8;
    font-weight: 800;
}

.ml-section {
    padding: 62px 0;
}
.ml-soft-section {
    background: var(--ml-soft);
}
.ml-dark-band {
    background: #f6efeb;
    color: #fff;
}
.ml-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 26px;
}
.ml-section-head span {
    color: var(--ml-primary);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
}
.ml-section-head h2,
.ml-split h2,
.ml-info-grid h2,
.ml-step-card h2,
.ml-summary-card h2,
.ml-detail-content h2 {
    color: #404040;
    font-weight: 700;
    margin: 6px 0 0;
    font-size: 22px;
}

.ml-dark-band .ml-section-head h2,
.ml-section-head.light h2,
.ml-section-head.light span {
    color: #fff;
}
.ml-section-head a {
    color: #ffffff;
    font-weight: 600;
    padding: 7px 23px;
    border-radius: 12px;
    background: linear-gradient(45deg, #404040, #707070);
}
.ml-section-head-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}
.ml-section-nav {
    display: none;
    gap: 8px;
}
.ml-swiper-nav-btn {
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 10px;
    background: #ac2827;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
}
.ml-swiper-nav-btn:hover {
    background: #c75628;
}
.ml-section-head.light a {
    color: #ffd3c8;
}
.ml-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.ml-product-card {
    background: #fff;
    border: 1px solid var(--ml-line);
    border-radius: 8px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    box-shadow: 0 4px 14px rgb(45 34 28 / 30%);
}
.ml-dark-band .ml-product-card {
    background: #211a17;
    border-color: rgba(255, 255, 255, 0.12);
}
.ml-product-top,
.ml-price-row,
.ml-product-actions,
.ml-mini-meta span,
.ml-cart-total,
.ml-step-head,
.ml-review-line,
.ml-related-row,
.ml-cart-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.ml-cart-line{
    flex-direction:row !important;
}
.ml-product-top {
    margin-bottom: 9px;
}
.ml-product-top span,
.ml-product-top em {
    border-radius: 8px;
    padding: 6px 9px;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}
.ml-product-top span {
    background: #fff3ef;
    color: var(--ml-primary);
}
.ml-product-top em {
    background: #edf8f1;
    color: var(--ml-green);
}
.ml-product-card h3 {
    font-size: 17px;
    line-height: 1.35;
    margin: 0;
    color: white;
}
.ml-product-card p {
    color: var(--ml-muted);
    line-height: 1.6;
    margin: 0;
    flex: 1;
}
.ml-dark-band .ml-product-card h3,
.ml-dark-band .ml-price-row strong {
    color: #fff;
}
.ml-dark-band .ml-product-card p,
.ml-dark-band .ml-mini-meta span {
    color: rgba(255, 255, 255, 0.72);
}
.ml-mini-meta {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
}
.ml-mini-meta span {
    justify-content: flex-start;
    color: #262626;
    font-size: 16px;
    font-weight: 500;
}
.ml-mini-meta i {
    width: 18px;
    color: var(--ml-primary-2);
}
.ml-price-row {
    justify-content: flex-start;
}
.ml-price-row strong {
    font-size: 24px;
    color: var(--ml-primary);
}
.ml-price-row.big strong {
    font-size: 30px;
}
.ml-price-row del {
    color: var(--ml-muted);
}
.ml-product-actions {
    margin-top: auto;
}
.ml-product-actions a,
.ml-product-actions button {
    min-height: 42px;
    border-radius: 8px;
    padding: 9px 14px;
    font-weight: 600;
    font-size: 15px;
    flex: 1;
    text-align: center;
}
.ml-product-actions a {
    border: 1px solid var(--ml-line);
    color: var(--ml-primary);
    background: #fff;
}
.ml-product-actions form {
    margin: 0;
    flex: 1;
}
.ml-product-actions button {
    border: 0;
    background: var(--ml-primary);
    color: #fff;
    min-width: 92px;
    width: 100%;
}

.ml-split {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 28px;
    align-items: center;
}
.ml-split-tests {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: center;
}
.ml-split p,
.ml-seo-copy p {
    color: var(--ml-muted);
    line-height: 1.75;
}
.ml-category-grid,
.ml-organ-grid,
.ml-promo-grid,
.ml-review-grid {
    display: grid;
    gap: 16px;
}
.ml-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ml-category-grid-tests {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}
.ml-organ-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.ml-category-tile,
.ml-organ-card,
.ml-review-card,
.ml-step-card,
.ml-summary-card,
.ml-booking-card,
.ml-policy-box,
.ml-summary-block,
.ml-empty-state {
    background: #fff;
    border: 1px solid var(--ml-line);
    border-radius: 8px;
    background: linear-gradient(45deg, #f9f9f9, #ebebeb);
}

.ml-booking-card{
    background-color: transparent;
    box-shadow: none;
}
.ml-category-tile {
    padding: 20px;
    min-height: 150px;
    display: grid;
    gap: 8px;
    background: linear-gradient(1deg, #ac2827, #d75958);
}
.ml-category-tile-2 {
    padding: 20px;
    min-height: 150px;
    display: grid;
    gap: 8px;
    background: linear-gradient(355deg, #c75628, #ed885f);
}
.ml-category-tests-tile {
    padding: 16px 13px;
    display: grid;
    gap: 8px;
    background: linear-gradient(355deg, #cfcfcf, #ffffff);
    border-radius: 8px;
    text-align: center;
}
.ml-category-tests-tile span{
    font-size: 14px;
}
.ml-category-tests-tile i {
    font-size: 38px;
    text-align: center;
    color: #ac2827;
}
.ml-category-tile i,
.ml-organ-card i {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fff3ef;
    color: var(--ml-primary);
}
.ml-category-tile i {
    font-size: 32px;
}
.ml-category-tile strong {
    font-size: 20px;
    font-weight: 600;
    color: white;
}
.ml-category-tile span,
.ml-organ-card span {
    color: var(--ml-muted);
    font-size: 15px;
    color: white;
}
.ml-organ-card {
    min-height: 148px;
    padding: 18px;
    display: grid;
    align-content: space-between;
}
.ml-banner-row {
    display: grid;
    gap: 16px;
}
.ml-wide-banner,
.ml-promo-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    display: block;
}
.ml-wide-banner img,
.ml-promo-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.ml-wide-banner span,
.ml-promo-card span {
    position: absolute;
    inset: auto 22px 22px 22px;
    color: #fff;
    display: grid;
    gap: 4px;
    max-width: 520px;
}
.ml-wide-banner strong {
    font-size: 32px;
    line-height: 1.1;
}
.ml-wide-banner em,
.ml-promo-card small {
    font-style: normal;
    color: #ffd3c8;
    font-weight: 700;
}
.ml-promo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ml-promo-card strong {
    font-size: 22px;
}
.ml-review-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ml-review-card {
    padding: 22px;
}
.ml-review-card p {
    color: var(--ml-muted);
    line-height: 1.65;
}
.ml-stars {
    color: var(--ml-gold);
    font-weight: 800;
}
.ml-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}
.ml-seo-copy ol {
    padding-left: 20px;
    color: var(--ml-muted);
    line-height: 1.9;
}
.ml-faq-list {
    display: grid;
    gap: 10px;
}
.ml-faq-list details {
    background: #fff;
    border: 1px solid var(--ml-line);
    border-radius: 8px;
    padding: 16px;
}
.ml-faq-list summary {
    cursor: pointer;
    font-weight: 800;
    color: var(--ml-ink);
}
.ml-faq-list p {
    margin: 10px 0 0;
    color: var(--ml-muted);
    line-height: 1.65;
}

.ml-page-hero,
.ml-detail-hero {
    background: linear-gradient(180deg, #fff 0%, var(--ml-soft) 100%);
    padding: 39px 0;
}
.compact-hero {
    padding: 34px 0;
}
.ml-page-hero h1 {
    font-size: 30px;
}
.ml-catalog-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
}
.ml-catalog-sidebar {
    top: 106px;
    background: #f1f1f1;
    border: 1px solid var(--ml-line);
    border-radius: 8px;
    padding: 16px;
    display: grid;
    gap: 8px;
}
.ml-catalog-sidebar h2 {
    font-size: 18px;
    margin: 0 0 8px;
    font-weight: 600;
    color: #464646;
}
.ml-catalog-sidebar a {
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    padding: 9px 10px;
    color: #2e2e2e;
    font-weight: 600;
    border: 1px solid #a7a7a7;
}
.ml-catalog-sidebar a.active,
.ml-catalog-sidebar a:hover {
    background: #fff3ef;
    color: var(--ml-primary);
}
.ml-catalog-toolbar {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.ml-catalog-sidebar a.active {
    background: #d3d3d3;
    color: #343434;
}
.ml-catalog-toolbar div {
    display: flex;
    align-items: center;
    min-width: 170px;
}
.ml-catalog-toolbar strong {
      color: var(--ml-primary);
    font-size: 17px;
    margin-right: 9px;
}
.ml-catalog-toolbar span {
    color: #303030;
    font-size: 20px;
    font-weight: 600;
    margin-right: 9px;
}
.ml-catalog-toolbar select,
.ml-form-grid input,
.ml-form-grid textarea,
.ml-form-grid select,
.ml-summary-card textarea,
.ml-coupon-form input,
.ml-add-search,
.adminx-form input,
.adminx-form textarea,
.adminx-form select {
    width: 100%;
    min-height: 44px;
    border: 1px solid #c1c1c1;
    border-radius: 8px;
    background: #fff;
    padding: 10px 12px;
    font: inherit;
    color: #161616;
    font-weight: 400;
}
.ml-load-more {
    text-align: center;
    margin-top: 28px;
}
.ml-load-more a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    border-radius: 8px;
    background: var(--ml-primary);
    color: #fff;
    padding: 12px 26px;
    transition: background 0.2s ease;
}
.ml-load-more.loading a {
    opacity: 0.75;
    pointer-events: none;
}
    font-weight: 800;
}
.ml-empty-state {
    padding: 32px;
    display: grid;
    gap: 10px;
    justify-items: start;
    color: var(--ml-muted);
}

.ml-detail-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 32px;
    align-items: start;
}
.ml-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: var(--ml-primary);
    font-weight: 800;
}
.ml-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}
.ml-detail-meta span {
    background: #fff;
    border: 1px solid var(--ml-line);
    border-radius: 8px;
    padding: 10px 12px;
    font-weight: 700;
    color: var(--ml-text);
}
.ml-detail-meta i {
    color: var(--ml-primary-2);
    margin-right: 6px;
}
.ml-booking-card {
    padding: 0;
    position: sticky;
    top: 112px;
    box-shadow: var(--ml-shadow);
    background: linear-gradient(45deg, #e5e5e5, #dbdbdb);
}
.ml-booking-card > span {
    display: inline-flex;
    background: #edf8f1;
    color: var(--ml-green);
    border-radius: 8px;
    padding: 7px 19px;
    font-weight: 600;
    margin-bottom: 14px;
}
.ml-detail-content {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 26px;
    align-items: start;
}
.ml-detail-content article,
.ml-detail-content aside {
    background: #fff;
    border: 1px solid var(--ml-line);
    border-radius: 8px;
    padding: 24px;
}
.ml-detail-content h2 {
    font-size: 24px;
    margin: 26px 0 12px;
}
.ml-detail-content h2:first-child {
    margin-top: 0;
}
.ml-detail-content p {
    color: var(--ml-muted);
    line-height: 1.75;
}
.ml-pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.ml-pill-list span {
    border-radius: 8px;
    background: #fff3ef;
    color: var(--ml-primary);
    padding: 9px 12px;
    font-weight: 700;
}
.ml-related-row {
    border-bottom: 1px solid var(--ml-line);
    padding: 14px 0;
    color: var(--ml-text);
}
.ml-related-row:last-child {
    border-bottom: 0;
}
.ml-related-row b {
    color: var(--ml-primary);
}

.ml-checkout-layout {
    display: grid;
   grid-template-columns: 1.7fr 1fr;
    gap: 24px;
    align-items: start;
}
.ml-step-card,
.ml-summary-card {
    padding: 22px;
    box-shadow: 0 10px 22px rgba(45, 34, 28, 0.04);
    border: 1px solid var(--ml-line);
    border-radius: 18px;
}
.ml-step-card {
    background: linear-gradient(180deg, #ffffff 0%, #fffaf6 100%);
}
.ml-summary-card {
    background: #fff;
}
.ml-step-card h1{
 font-size: 23px;
    margin: 0 0 12px;
    color: #484848;
    margin-bottom: 15px !important;
}
.ml-step-card h2{
    font-size: 18px;
    margin: 0 0 12px;
    color: #484848;
    margin-bottom: 15px !important;
    font-weight: 600;
}
.ml-step-card input,
.ml-step-card select,
.ml-step-card textarea {
    border: 1px solid var(--ml-line);
    border-radius: 10px;
    background: #fff;
    padding: 12px 13px;
    font: inherit;
    color: var(--ml-text);
}
.ml-step-card input:focus,
.ml-step-card select:focus,
.ml-step-card textarea:focus {
    border-color: var(--ml-primary);
    outline: none;
    box-shadow: 0 0 0 3px rgba(139, 26, 26, 0.12);
}
.ml-step-head {
    align-items: flex-start;
    margin-bottom: 18px;
}
.ml-step-head p {
    margin: 6px 0 0;
    color: var(--ml-muted);
}
.ml-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
        margin-bottom: 20px;
}
.ml-form-grid.single {
    grid-template-columns: 1fr;
}
.ml-form-grid label {
    display: grid;
    gap: 7px;
    color: #2e2e2e;
    font-weight: 600;
}
.ml-form-grid textarea {
    resize: vertical;
    min-height: 118px;
}
.ml-member-box {
    border: 1px solid var(--ml-line);
    border-radius: 8px;
    padding: 16px;
    margin-top: 14px;
    background: #fffdfb;
}
.ml-member-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.ml-member-title button {
    border: 0;
    background: #fff1ee;
    color: var(--ml-primary);
    border-radius: 8px;
    width: 38px;
    height: 38px;
}
.ml-assignment-box {
    margin-top: 16px;
    border-top: 1px solid var(--ml-line);
    padding-top: 14px;
}
.ml-assignment-box > div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}
.ml-assignment-box button {
    border: 0;
    color: var(--ml-primary);
    background: transparent;
    font-weight: 800;
}
.ml-check-list {
    display: grid;
    gap: 8px;
}
.ml-check-list label,
.ml-radio-grid label,
.ml-payment-option {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--ml-line);
    border-radius: 8px;
    padding: 10px 12px;
    background: #fff;
    font-weight: 700;
}
.ml-check-list small {
    color: var(--ml-muted);
    margin-left: 6px;
}
.ml-summary-card {
    position: sticky;
    top: 112px;
    display: grid;
    gap: 12px;
}
.ml-summary-card p {
    margin: 0;
    display: flex;
    justify-content: space-between;
    color: var(--ml-muted);
}
.ml-summary-card p b {
    color: var(--ml-ink);
}
.ml-summary-card p.total {
    padding-top: 12px;
    border-top: 1px solid var(--ml-line);
    color: var(--ml-ink);
    font-size: 18px;
}
.ml-coupon-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
}
.ml-coupon-form button {
    border: 0;
    border-radius: 8px;
    background: var(--ml-primary-2);
    color: #fff;
    padding: 0 14px;
    font-weight: 800;
}
.ml-cart-line {
    border-bottom: 1px solid var(--ml-line);
    padding: 14px 0;
}
.ml-cart-line span {
    display: block;
    color: var(--ml-muted);
}
.ml-cart-line form {
    display: flex;
    gap: 8px;
    margin: 0;
}
.ml-cart-line input {
    width: 76px;
    border: 1px solid var(--ml-line);
    border-radius: 8px;
    padding: 8px;
}
.ml-cart-line button {
    border: 0;
    border-radius: 8px;
    background: var(--ml-primary);
    color: #fff;
    padding: 8px 12px;
    font-weight: 700;
}
.ml-radio-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}
.ml-inline-status {
    min-height: 20px;
    color: var(--ml-green);
    font-weight: 700;
}
.ml-field-title {
    margin: 22px 0 12px;
    font-size: 18px;
color: #2e2e2e;
}
.ml-field-title i {
    color:#2e2e2e;
    margin-right: 8px;
}
.ml-slot-days,
.ml-slot-times {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.ml-slot-days{
      display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.ml-slot-times{
        display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.ml-slot-option {
    display: inline-flex;
}
.ml-slot-option.is-disabled {
    opacity: 0.7;
}
.ml-slot-days input,
.ml-slot-times input {
    position: absolute;
    opacity: 0;
}
.ml-slot-days span,
.ml-slot-times span {
    min-width: 98px;
    min-height: 86px;
    border: 1px solid var(--ml-line);
    border-radius: 10px;
    background: #fff;
    display: grid;
    place-items: center;
    padding: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.ml-slot-times span {
    min-height: 48px;
    min-width: 132px;
        width: 100%;
}
.ml-slot-days input:checked + span,
.ml-slot-times input:checked + span {
    border-color: var(--ml-primary);
    background: #fff3ef;
    color: var(--ml-primary);
}
.ml-slot-days input:disabled + span,
.ml-slot-times input:disabled + span {
    cursor: not-allowed;
    border-style: dashed;
    background: #faf7f4;
    color: #b7a7a0;
}
.ml-slot-days small,
.ml-slot-days em {
    font-style: normal;
    color: var(--ml-muted);
}
.ml-slot-days strong {
        font-size: 21px;
}
.ml-summary-block {
    padding: 18px;
    margin-bottom: 16px;
}
.ml-review-line {
    border-bottom: 1px solid var(--ml-line);
    padding: 12px 0;
}
.ml-review-line:last-child {
    border-bottom: 0;
}
.ml-review-line small {
    display: block;
    color: var(--ml-muted);
}
.ml-policy-box {
    padding: 18px;
}
.ml-policy-box li {
    color: var(--ml-muted);
    margin: 8px 0;
}
.ml-payment-option {
    margin: 0;
}
.ml-summary-card textarea {
    min-height: 92px;
    resize: vertical;
}

.ml-location-modal,
.ml-add-modal {
    position: fixed;
    inset: 0;
    z-index: 1300;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.ml-location-modal.is-open,
.ml-add-modal.is-open {
    display: flex;
}
.ml-modal-backdrop,
.ml-cart-backdrop {
    position: fixed;
    inset: 0;
    border: 0;
    background: rgba(21, 17, 15, 0.46);
    backdrop-filter: blur(4px);
}
.ml-location-panel,
.ml-add-sheet {
    position: relative;
    z-index: 1;
    width: min(640px, 100%);
    max-height: 86vh;
    overflow: auto;
    border-radius: 8px;
    background: #fff;
    padding: 24px;
    box-shadow: var(--ml-shadow);
}
.ml-add-sheet{
            height: 60vh;
}
.ml-location-panel h2 {
    font-size: 24px;
    font-weight: 600;
}
.ml-panel-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    border: 1px solid var(--ml-line);
    background: #fff;
}
.ml-city-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}
.ml-city-card {
    border: 1px solid var(--ml-line);
    border-radius: 8px;
    background: #fff;
    min-height: 90px;
    display: grid;
    place-items: center;
    color: var(--ml-primary);
    font-weight: 600;
    overflow: hidden;
    transition: all 0.4s;
}
.ml-city-card:hover {
    background-color: #efefef;
    transform: scale(1.1);
}
.ml-city-grid i {
    font-size: 28px;
}
.ml-cart-backdrop {
    z-index: 1190;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s ease;
}
.ml-cart-backdrop.is-open {
    opacity: 1;
    pointer-events: auto;
}
.ml-cart-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: min(420px, 100%);
    height: 100vh;
    background: #fff;
    z-index: 1200;
    transform: translateX(102%);
    transition: transform 0.25s ease;
    display: flex;
    flex-direction: column;
    box-shadow: -18px 0 38px rgba(21, 17, 15, 0.14);
}
.ml-cart-panel.is-open {
    transform: translateX(0);
}
.ml-cart-head {
    padding: 18px;
    border-bottom: 1px solid var(--ml-line);
    display: flex;
    gap: 12px;
    align-items: center;
}
.ml-cart-head h2 {
    margin: 0;
    font-size: 19px;
    color: #323232;
    font-weight: 700;
}
.ml-cart-head p {
    margin: 3px 0 0;
    color: var(--ml-muted);
    font-size: 13px;
}
.ml-cart-items {
    height: 66vh;
    padding: 16px;
    display: grid;
    gap: 12px;
    overflow-y: scroll;
    
    /* Make items stay at the top */
    align-content: start;

    /* Each row only takes the height it needs */
    grid-auto-rows: max-content;
}
.ml-cart-item {
    display: grid;
    grid-template-columns: 44px 1fr auto;
    gap: 12px;
    align-items: center;
    border: 1px solid var(--ml-line);
    border-radius: 8px;
    padding: 12px;
}
.ml-cart-footer {
    position: absolute;
    bottom: 0;
    right: 30px;
        background-color: white;
}
.ml-cart-vial {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff3ef;
    color: var(--ml-primary);
}
.ml-cart-item strong {
    display: block;
    color: #202020;
    line-height: 1.35;
    font-weight: 500;
}
.ml-cart-item small {
    display: block;
    color: var(--ml-muted);
    margin: 3px 0;
}
.ml-cart-item b {
    color: var(--ml-primary);
    font-weight: 500;
}
.ml-cart-item form {
    margin: 0;
}
.ml-cart-item button {
    border: 0;
    background: #fff1ee;
    color: var(--ml-primary);
    width: 38px;
    height: 38px;
    border-radius: 8px;
}
.ml-empty-cart {
    min-height: 220px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 8px;
    color: var(--ml-muted);
    text-align: center;
}
.ml-empty-cart i {
    font-size: 32px;
    color: var(--ml-primary);
}
.ml-empty-cart strong {
    color: var(--ml-ink);
}
.ml-add-more {
    width: 100%;
    margin: 0 16px 12px;
    border: 1px dashed var(--ml-primary);
    background: #fff3ef;
    color: #000000;
    border-radius: 8px;
    min-height: 46px;
    font-weight: 600;
}
.ml-cart-offer {
    width: 100%;
    margin: 0 16px 12px;
    border-radius: 8px;
    background: var(--ml-ink);
    color: #fff;
    padding: 12px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
}
.ml-cart-offer i {
    color: #ffb45c;
}
.ml-cart-total {
    padding: 16px;
    border-top: 1px solid var(--ml-line);
}
.ml-cart-total span {
    display: block;
    color: #262626;
}
.ml-cart-total strong {
    font-size: 24px;
    color: var(--ml-primary);
}
.ml-add-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}
.ml-add-head h2 {
    color: #343434;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}
.ml-add-head p {
    color: var(--ml-muted);
    margin: 4px 0 0;
}
.ml-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 12px 0;
}
.ml-tabs button {
    min-height: 42px;
    border: 1px solid var(--ml-line);
    border-radius: 8px;
    background: #fff;
    font-weight: 700;
    color: #464646;
}
.ml-tabs button.active {
    background: var(--ml-primary);
    border-color: var(--ml-primary);
    color: #fff;
}
.ml-add-list {
    display: grid;
    gap: 10px;
}
.ml-add-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--ml-line);
    border-radius: 8px;
    padding: 12px;
}
.ml-add-row strong {
    display: block;
    color: var(--ml-ink);
        margin-bottom: 6px;
}
.ml-add-row small {
    color: #1a1a1a;
    font-size: 15px;
}
.ml-add-row form {
    margin: 0;
}
.ml-add-row button {
    border: 0;
    border-radius: 8px;
    background: var(--ml-primary);
    color: #fff;
    min-height: 38px;
    padding: 8px 14px;
       font-weight: 700;
    display: flex;
    align-items: center;
}
.ml-add-row button i{
        margin-right: 5px;

}
.ml-footer {
    background: #15110f;
    color: rgba(255, 255, 255, 0.76);
    padding: 48px 0 22px;
}
.ml-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(4, 1fr);
    gap: 26px;
}
.ml-footer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 14px;
}
.ml-footer-brand img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    border-radius: 8px;
    background: #fff;
}
.ml-footer p {
    line-height: 1.7;
}
.ml-footer h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 22px;
}
.ml-footer a {
    display: block;
    color: rgba(255, 255, 255, 0.74);
    margin: 0px 0;
    font-size: 15px;
}
.ml-footer a span {
    font-size: 21px;
}
.ml-footer a:hover {
    color: #ffd3c8;
}
.ml-socials {
    display: flex;
    gap: 8px;
}
.ml-socials a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    margin: 0;
    color: #fff;
}
.ml-footer-bottom {
    margin-top: 30px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 15px;
}
.ml-footer-bottom span{
    text-align: center;
}
.ml-footer-bottom a {
    display: inline;
    margin: 0;
}

@media (max-width: 1100px) {
    .ml-header-inner {
        flex-wrap: wrap;
      padding: 12px 15px;
    }
    .ml-mobile-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .ml-nav {
        order: 3;
        flex-basis: 100%;
        display: none;
        justify-content: flex-start;
        overflow-x: auto;
    }
    .ml-nav.is-open {
        display: flex;
    }
    .ml-header-actions {
        margin-left: 0;
    }
   
    .ml-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .ml-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .ml-hero-grid,
    .ml-split,
    .ml-info-grid,
    .ml-detail-grid,
    .ml-detail-content,
    .ml-checkout-layout,
    .ml-catalog-layout {
        grid-template-columns: 1fr;
    }
    .ml-catalog-sidebar,
    .ml-booking-card,
    .ml-summary-card {
        position: static;
    }
    .ml-catalog-sidebar {
        display: flex;
        overflow-x: auto;
    }
    .ml-catalog-sidebar h2 {
        display: none;
    }
    .ml-catalog-sidebar a {
        flex: 0 0 auto;
    }
    .ml-organ-grid,
    .ml-promo-grid,
    .ml-review-grid,
    .ml-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .ml-category-grid{
          grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .ml-split-tests{
            grid-template-columns: 1fr;
    }
    .ml-split-tests > :first-child {
    order: 2;
}

.ml-split-tests > :last-child {
    order: 1;
}
    .ml-form-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .ml-brand strong{
            font-size: 18px;
    }

    .ml-header-actions {
        /* width: 100%; */
        justify-content: space-between;
    }
    .ml-support {
        display: none;
    }
    .ml-brand {
        min-width: 0;
    }
    .ml-brand img {
                 width: 60px;

        height: auto;
    }
    .ml-hero {
        padding-top: 28px;
    }
    .ml-hero h1,
    .ml-page-hero h1,
    .ml-detail-hero h1 {
        font-size: 34px;
    }
    .ml-search {
        grid-template-columns: 38px 1fr;
        height: auto;
        padding: 8px;
    }
    .ml-search button {
        grid-column: 1 / -1;
        width: 100%;
        margin: 4px 0 0;
    }
    .ml-hero-carousel,
    .ml-hero-carousel .carousel-inner,
    .ml-hero-carousel .carousel-item,
    .ml-hero-carousel img {
        min-height: 300px;
        height: 300px;
    }
    .ml-card-grid,
    .ml-organ-grid,
    .ml-promo-grid,
    .ml-review-grid,
    .ml-footer-grid,
    .ml-city-grid {
        grid-template-columns: 1fr;
    }
    .ml-section {
        padding: 42px 0;
    }
    .ml-section-head,
    .ml-step-head,
    .ml-cart-line,
    .ml-review-line {
        align-items: flex-start;
        flex-direction: column;
    }
    .ml-catalog-toolbar {
        align-items: stretch;
        flex-direction: column;
    }
    .ml-slot-days span {
        min-width: 82px;
    }
    .ml-footer-bottom {
        flex-direction: column;
    }
}

/* =========================
   Admin console
========================= */
.adminx-body {
    margin: 0;
    font-family: "Poppins", Arial, sans-serif !important;
    background: #f6f7f9;
    color: #1d252c;
}
.adminx-shell {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 280px 1fr;
}
.adminx-sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: auto;
    background: #15110f;
    color: #fff;
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.adminx-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
}
.adminx-brand img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    background: #fff;
    border-radius: 8px;
}
.adminx-brand strong {
    display: block;
    font-size: 21px;
    color: #fff;
    line-height: 1;
}
.adminx-brand small {
    display: block;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    margin-top: 5px;
}
.adminx-sidebar nav {
    display: grid;
    gap: 7px;
}
.adminx-sidebar nav a,
.adminx-store-link {
    min-height: 44px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.76);
    padding: 10px 12px;
    font-weight: 700;
}
.adminx-sidebar nav a:hover,
.adminx-sidebar nav a.active,
.adminx-store-link:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.adminx-sidebar i {
    width: 20px;
    text-align: center;
    color: #ffb49f;
}
.adminx-store-link {
    margin-top: auto;
    background: rgba(255, 255, 255, 0.06);
}
.adminx-main {
    min-width: 0;
}
.adminx-header {
    min-height: 86px;
    background: #fff;
    border-bottom: 1px solid #e7e2df;
    padding: 18px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    position: sticky;
    top: 0;
    z-index: 20;
}
.adminx-header span {
    color: #827873;
    font-weight: 700;
    font-size: 13px;
}
.adminx-header h1 {
    color: #15110f;
    font-size: 28px;
    line-height: 1.1;
    margin: 4px 0 0;
    font-weight: 800;
}
.adminx-user {
    min-height: 44px;
    border: 1px solid #e7e2df;
    border-radius: 8px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 9px;
    background: #fbfaf8;
    font-weight: 800;
}
.adminx-user i {
    color: #8b1a1a;
}
.adminx-content {
    padding: 28px;
}
.adminx-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 22px;
}
.adminx-stat {
    background: #fff;
    border: 1px solid #e7e2df;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 10px 22px rgba(21, 17, 15, 0.04);
}
.adminx-stat span {
    color: #827873;
    font-weight: 700;
}
.adminx-stat strong {
    display: block;
    color: #8b1a1a;
    font-size: 32px;
    margin-top: 8px;
}
.adminx-panel {
    background: #fff;
    border: 1px solid #e7e2df;
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(21, 17, 15, 0.04);
    padding: 20px;
    margin-bottom: 20px;
}
.adminx-panel h2,
.adminx-panel h3 {
    color: #15110f;
    font-weight: 800;
    margin: 0 0 16px;
}
.adminx-form {
    display: grid;
    gap: 14px;
}
.adminx-form-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.adminx-form-grid.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.adminx-form-grid.single {
    grid-template-columns: 1fr;
}
.adminx-form label {
    display: grid;
    gap: 7px;
    color: #15110f;
    font-weight: 700;
    font-size: 13px;
}
.adminx-form textarea {
    min-height: 110px;
    resize: vertical;
}
.adminx-form select[multiple] {
    min-height: 132px;
}
.adminx-check-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.adminx-check-row label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e7e2df;
    border-radius: 8px;
    background: #fbfaf8;
    padding: 9px 12px;
}
.adminx-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.adminx-btn {
    min-height: 42px;
    border: 0;
    border-radius: 8px;
    background: #8b1a1a;
    color: #fff;
    padding: 9px 16px;
    font-weight: 800;
}
.adminx-btn.light {
    background: #fff3ef;
    color: #8b1a1a;
}
.adminx-btn.danger {
    background: #fff1ee;
    color: #a61b1b;
}
.adminx-table-wrap {
    overflow-x: auto;
}
.adminx-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
}
.adminx-table th {
    background: #fbfaf8;
    color: #5b514d;
    padding: 12px;
    font-size: 13px;
    text-align: left;
    border-bottom: 1px solid #e7e2df;
}
.adminx-table td {
    padding: 12px;
    border-bottom: 1px solid #eee8e4;
    vertical-align: top;
}
.adminx-table strong {
    color: #15110f;
}
.adminx-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 8px;
    background: #fff3ef;
    color: #8b1a1a;
    padding: 5px 9px;
    font-weight: 800;
    font-size: 12px;
}
.adminx-muted {
    color: #827873;
}
.adminx-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.adminx-order-grid {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 20px;
    align-items: start;
}

@media (max-width: 1050px) {
    .adminx-shell {
        grid-template-columns: 86px 1fr;
    }
    .adminx-brand span,
    .adminx-sidebar nav a span,
    .adminx-store-link span {
        display: none;
    }
    .adminx-sidebar {
        padding: 14px;
    }
    .adminx-sidebar nav a,
    .adminx-store-link {
        justify-content: center;
    }
    .adminx-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .adminx-form-grid,
    .adminx-form-grid.two,
    .adminx-order-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .adminx-shell {
        display: block;
    }
    .adminx-sidebar {
        position: static;
        width: 100%;
        height: auto;
    }
    .adminx-sidebar nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .adminx-brand span,
    .adminx-sidebar nav a span,
    .adminx-store-link span {
        display: inline;
    }
    .adminx-sidebar nav a,
    .adminx-store-link {
        justify-content: flex-start;
    }
    .adminx-header {
        position: static;
        flex-direction: column;
        align-items: flex-start;
    }
    .adminx-content {
        padding: 18px;
    }
    .adminx-stat-grid,
    .adminx-mini-grid {
        grid-template-columns: 1fr;
    }
}
.labs-action-btns{
    display: flex;
    justify-content:end;
}
.lx-whatsapp-premium-card{
    max-width:700px;
    margin:19px auto;
    padding:24px;
    background:#ffffff;
    border:1px solid #e9eef5;
    border-radius:22px;
    box-shadow:
        0 12px 35px rgba(18,38,63,.08),
        0 2px 8px rgba(18,38,63,.05);
    font-family:Inter,sans-serif;
    transition:.35s ease;
    position:relative;
    overflow:hidden;
}

.lx-whatsapp-premium-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#25D366,#14b85a);
}

.lx-whatsapp-premium-card:hover{
    transform:translateY(-5px);
    box-shadow:
        0 18px 45px rgba(18,38,63,.12),
        0 5px 12px rgba(18,38,63,.08);
}

.lx-whatsapp-header{
    display:flex;
    align-items:flex-start;
    gap:20px;
        margin-bottom: 14px;
}

.lx-whatsapp-icon{
   width: 35px;
    height: 44px;
    background:#f4fff8;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:start;
    flex-shrink:0;
}

.lx-whatsapp-title h3{
    margin: 0;
    color: #1f2937;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Poppins';
    line-height: 25px;
    
}

.lx-whatsapp-title p{
    margin:10px 0 0;
    color:#667085;
    line-height:1.7;
    font-size:15px;
}

.lx-whatsapp-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
    margin:28px 0;
}

.lx-feature-item{
    background:#f8fafc;
    border:1px solid #edf2f7;
    border-radius:12px;
    padding:14px 18px;
    color:#374151;
    font-size:14px;
    font-weight:500;
}

.lx-whatsapp-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    text-decoration:none;
    background:linear-gradient(135deg,#25D366,#1db954);
    color:#fff;
   padding: 17px 17px;
    border-radius:14px;
    font-size:16px;
    font-weight:700;
    transition:.3s;
    box-shadow:0 10px 22px rgba(37,211,102,.28);
    font-family: 'Poppins';
}

.lx-whatsapp-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 15px 30px rgba(37,211,102,.35);
}

.lx-response-note{
    text-align:center;
    margin-top:18px;
    color:#64748b;
    font-size:14px;
}

@media(max-width:640px){

.lx-whatsapp-header{
    flex-direction:column;
    align-items:center;
    text-align:center;
}

.lx-whatsapp-features{
    grid-template-columns:1fr;
}

.lx-whatsapp-title h3{
    font-size:21px;
}

}