/* Hero Packages Slider Section */
.hero-packages-slider {
    background: linear-gradient(135deg, #febd69 0%, #febd69 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.hero-content-left {
    color: white;
    padding-right: 30px;
}

.hero-subtitle {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    opacity: 0.9;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
}

.text-teal {
    color: #febd69;
}

.offer-badge {
    background: white;
    border-radius: 10px;
    padding: 15px 25px;
    display: inline-block;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

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

.offer-percent {
    color: #febd69;
    font-size: 36px;
    font-weight: 700;
    margin: 0 5px;
}

.offer-off {
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

.hero-features {
    margin-bottom: 30px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: white;
    margin-bottom: 10px;
}

.feature-item i {
    color: #febd69;
    font-size: 18px;
}

.hero-book-btn {
    background: #febd69;
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

.hero-book-btn:hover {
    background: #e89610;
    color: white;
    transform: translateY(-2px);
}

.package-cards-row {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.package-card {
    background: white;
    border-radius: 15px;
    padding: 25px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    text-align: center;
}

.package-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.package-ribbon {
    position: absolute;
    top: -10px;
    right: 15px;
    background: #e74c3c;
    color: white;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 10px;
    font-weight: 600;
    transform: rotate(15deg);
}

.package-icon {
    width: 60px;
    height: 60px;
    background: #febd69;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: white;
    font-size: 24px;
}

.package-name {
    font-size: 20px;
    font-weight: 700;
    color: #febd69;
    margin-bottom: 8px;
}

.package-params {
    color: #febd69;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 500;
}

.quality-badge {
    background: #febd69;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 20px;
    display: inline-block;
}

.package-pricing {
    margin-bottom: 20px;
}

.original-price {
    color: #999;
    font-size: 14px;
    text-decoration: line-through;
    margin-right: 10px;
}

.discounted-price {
    color: #febd69;
    font-size: 28px;
    font-weight: 700;
}

.only-text {
    color: #666;
    font-size: 14px;
    margin-left: 5px;
}

.carousel-navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 3;
}

.carousel-nav-prev,
.carousel-nav-next {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.9);
    border: none;
    border-radius: 50%;
    color: #febd69;
    font-size: 16px;
    cursor: pointer;
    pointer-events: all;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-nav-prev {
    margin-left: 20px;
}

.carousel-nav-next {
    margin-right: 20px;
}

.carousel-nav-prev:hover,
.carousel-nav-next:hover {
    background: white;
    transform: scale(1.1);
}

.hero-terms {
    position: absolute;
    bottom: 40px;
    right: 30px;
    color: rgba(255,255,255,0.7);
    font-size: 12px;
}

.carousel-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #b9bcc8;
    transition: all 0.3s ease;
    cursor: pointer;
}

.dot.active {
    background: #0E289C;
}

/* Customer Most Loved Section */
.customer-most-loved-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.section-title-new {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    padding-left: 15px;
}

@media (max-width: 768px) {
    .section-title-new {
        font-size: 22px;
    }

    .customer-most-loved-section {
        padding: 40px 0;
    }
}

@media (max-width: 576px) {
    .section-title-new {
        font-size: 20px;
    }

    .customer-most-loved-section {
        padding: 30px 0;
    }
}

.customer-loved-slider {
    position: relative;
    padding: 0 15px;
}

.products-slider-container {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}

.products-slider-track {
    display: flex;
    gap: 20px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

/* Customer Most Loved slider product cards - Desktop */
.products-slider-track .product-card-wrapper {
    flex: 0 0 calc(25% - 15px) !important;
    min-width: 250px !important;
    max-width: 300px !important;
    position: relative;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .products-slider-track .product-card-wrapper {
        flex: 0 0 calc(25% - 15px) !important;
        min-width: 250px !important;
        max-width: 300px !important;
    }
}

@media (min-width: 1400px) {
    .products-slider-track .product-card-wrapper {
        flex: 0 0 calc(20% - 16px) !important;
        min-width: 250px !important;
        max-width: 280px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .products-slider-track .product-card-wrapper {
        flex: 0 0 calc(33.333% - 14px) !important;
        min-width: 250px !important;
        max-width: 350px !important;
    }
}

.product-card-loved {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card-loved:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.sale-badge-new {
    position: absolute;
    top: 10px;
    left: 0;
    background: #febd69;
    color: #131921;
    padding: 5px 15px;
    border-radius: 0 20px 20px 0;
    font-size: 12px;
    font-weight: 700;
    z-index: 10;
    display: inline-block;
}

.product-actions {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 9;
}

.product-card-loved:hover .product-actions {
    opacity: 1;
}

@media (max-width: 768px) {
    .product-actions {
        opacity: 1;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 8px;
        padding: 5px;
    }
}

@media (max-width: 576px) {
    .product-actions {
        top: 5px;
        right: 5px;
        gap: 5px;
    }

    .action-btn {
        width: 30px;
        height: 30px;
    }

    .action-btn i {
        font-size: 12px;
    }
}

/* Ensure sale badge is always visible */
.product-card-loved .sale-badge-new {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

.action-btn {
    width: 35px;
    height: 35px;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.action-btn:hover {
    background: #febd69;
    border-color: #febd69;
    color: #131921;
}

.action-btn i {
    font-size: 14px;
}

.product-image-link {
    position: relative;
    overflow: hidden;
    background: #f8f9fa;
    height: 250px;
    display: block;
}

.product-image-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.product-image-loved {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease, opacity 0.4s ease;
}

.product-image-primary {
    opacity: 1;
    z-index: 1;
}

.product-image-secondary {
    opacity: 0;
    z-index: 2;
}

.product-card-loved:hover .product-image-primary {
    opacity: 0;
}

.product-card-loved:hover .product-image-secondary {
    opacity: 1;
}

.product-card-loved:hover .product-image-loved {
    transform: scale(1.05);
}

.product-info-loved {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

@media (max-width: 576px) {
    .product-info-loved {
        padding: 15px;
    }
}

.product-title-loved {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    padding-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 48px;
}

.product-title-loved a {
    color: #333;
    text-decoration: none;
}

.product-title-loved a:hover {
    color: #febd69;
}

.product-rating {
    margin-bottom: 10px;
    font-size: 14px;
}

.product-rating i {
    font-size: 12px;
}

.review-count-small {
    color: #666;
    font-size: 12px;
    margin-left: 5px;
}

@media (max-width: 576px) {
    .product-rating {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .product-rating i {
        font-size: 11px;
    }

    .review-count-small {
        font-size: 11px;
    }
}

.product-price-loved {
    margin-bottom: 15px;
}

.discounted-price-loved {
    font-size: 20px;
    font-weight: 700;
    color: #131921;
}

.original-price-loved {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    margin-left: 8px;
}

@media (max-width: 576px) {
    .product-price-loved {
        margin-bottom: 12px;
    }

    .discounted-price-loved {
        font-size: 18px;
    }

    .original-price-loved {
        font-size: 13px;
        display: block;
        margin-left: 0;
        margin-top: 2px;
    }
}

.select-options-btn {
    width: 100%;
    padding: 8px 20px;
    background: transparent;
    color: #131921;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: auto;
}

.select-options-btn:hover {
    background: #febd69;
    color: #131921;
    border-color: #febd69;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #febd69;
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 16px;
    cursor: pointer;
    z-index: 3;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-arrow:hover {
    background: #e89610;
}

.slider-arrow-left {
    left: 0;
}

.slider-arrow-right {
    right: 0;
}

/* Health Packages Section */
.health-packages-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.section-title {
    font-size: 25px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    text-align: left;
}
/* Package Cards (Health Checkups Page Style) */
.package-card {
    background: white;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #f0f0f0;
}

.package-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.package-name {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: start;
}
.package-name a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
    text-align: start;
}

.package-parameters {
    text-align: start;
    color: #2563eb;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 500;
}

.package-info {
    margin-bottom: 20px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.info-item i {
    color: #2563eb;
    font-size: 14px;
    width: 16px;
}

.package-pricing {
    margin-bottom: 20px;
    position: relative;
}

.discount-badge {
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 12.75px;
    right: -20px;
    background-color: #febd69;
    border-radius: 20px 0px 0px 20px;
    padding: 5px 20px 5px 10px;
    background-image: -webkit-linear-gradient(309deg, #0fb8ad 0%, #0fb8ad 11%, #494cfd 100%);
    background-image: -o-linear-gradient(309deg, #0fb8ad 0%, #0fb8ad 11%, #494cfd 100%);
    background-image: linear-gradient(141deg, #0fb8ad 0%, #0fb8ad 11%, #494cfd 100%);
}

.discounted-price {
    color: #333;
    font-size: 28px;
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
    margin-top: 8px;
}

.original-price {
    text-decoration: line-through;
    color: #999;
    font-size: 16px;
    font-weight: 400;
}

.collection-options {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: center;
}

.collection-option {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #10b981;
    font-weight: 500;
}

.collection-option i {
    color: #10b981;
    font-size: 16px;
}

.btn-book-now {
    background: #1e40af;
    color: white;
    border: none;
    padding: 12px 0;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    transition: all 0.3s ease;
    text-transform: none;
}

.btn-book-now:hover {
    background: #1d4ed8;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(30, 64, 175, 0.3);
    color: white;
}

.view-all-btn {
    background: #febd69;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.view-all-btn:hover {
    background: #febd69;
    color: white;
    transform: translateY(-2px);
}

/* Tests by Health Risk Section */
.tests-by-health-risk-section {
    padding: 80px 0;
    background: white;
}

.health-risk-test-card {
    background: white;
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #f0f0f0;
}

.health-risk-test-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    border-color: #febd69;
}

.test-image-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.health-risk-test-card .test-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
}


/* Feature Cards Section */
.feature-cards-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.feature-card {
    background: #e8f0fe;
    padding: 25px 20px;
    border-radius: 15px;
    text-align: left;
    height: 120px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: #e8f0fe;
    border: 2px solid #4285f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon img {
    width: 30px;
    height: 30px;
}

.feature-title {
    color: #1565c0;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 1.3;
    margin: 0;
}

/* Why Choose Us Section */
.why-choose-section {
    padding: 80px 0;
}

.why-choose-box {
    background: url('https://uat.augmentumdiagnostics.com/public/images/why-choose-us-bg.png') center/cover, linear-gradient(135deg, #2563eb 0%, #3b82f6 50%, #1d4ed8 100%);
    padding: 40px 35px;
    border-radius: 20px;
    text-align: left;
    margin: 20px 0;
    position: relative;
    overflow: hidden;
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
}

.why-choose-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(37, 99, 235, 0.8);
    border-radius: 20px;
}

.why-choose-content {
    position: relative;
    z-index: 2;
}

.why-choose-title {
    color: white;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 20px;
}

.why-choose-text {
    color: white;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    opacity: 0.95;
}
/* Hero Slider */
.hero-slider {
    position: relative;
    margin: auto;
    overflow: hidden;
    margin-top: 10px;
}

.hero-slide-banner {
    width: 100%;
    height: 360px;
    overflow: hidden;
    border-radius: 10px;
}

.hero-slide-img {
    width: 100%;
    height: 360px;
    display: block;
    object-fit: cover;
}
.carousel-control-next, .carousel-control-prev{
    width: 40px !important;
    height: 40px !important;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #c4c4c4;
    color: #fff;
}
.carousel-control-next{
    right: 15px;
}
.carousel-control-prev{
    left: 15px;
}
.carousel-indicators [data-bs-target]{
    width: 20px !important;
    height: 15px !important;  
    background-color: #0e0e0e !important;
}


 .fa-liver::before {
        content: "\f7aa";
    }
    .fa-kidneys::before {
        content: "\f7ad";  
    }
    .fa-thyroid::before {
        content: "\f7b2";
    }
    .fa-disease::before {
        content: "\f7b6";
    }
    
    /* Smart Report Phone Animation */
    @keyframes float {
        0%, 100% {
            transform: translateY(0px);
        }
        50% {
            transform: translateY(-10px);
        }
    }
    
    .smart-report-phones {
        padding: 20px;
    }
    
    .phone-mockup-1,
    .phone-mockup-2 {
        transition: transform 0.3s ease;
    }
    
    .phone-mockup-1:hover,
    .phone-mockup-2:hover {
        transform: scale(1.05);
    }
    
    .floating-elements .floating-dot {
        opacity: 0.7;
    }
    
    /* Offer Image Cards */
    .offer-image-card {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        cursor: pointer;
    }
    
    .offer-image-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    }
    
    .offer-image-card img {
        transition: transform 0.3s ease;
        border-radius: 10px;
    }
    
    .offer-image-card:hover img {
        transform: scale(1.02);
    }
    
    /* Blog Section */
    .blog-card {
        background: white;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        cursor: pointer;
    }
    
    .blog-card:hover {
        box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    }
    
    .blog-image-container {
        position: relative;
        height: 250px;
        overflow: hidden;
    }
    
    .blog-image {
        width: 100%;
        height: 100%;
        transition: transform 0.3s ease;
    }
    
    .blog-card:hover .blog-image {
        transform: scale(1.05);
    }
    
    .blog-content {
        padding: 20px;
    }
    
    .blog-title {
        font-size: 16px;
        font-weight: 600;
        color: #333;
        margin-bottom: 10px;
        line-height: 1.4;
    }
    
    .blog-meta {
        font-size: 12px;
        margin-bottom: 0;
    }
    
    .blog-meta .text-primary {
        color: var(--primary-blue) !important;
    }
    
    .blog-pagination {
        display: flex;
        justify-content: center;
        gap: 10px;
        align-items: center;
    }
    
    .blog-pagination .dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #ccc;
        display: inline-block;
        transition: background 0.3s ease;
        cursor: pointer;
        border: none;
    }
    
    .blog-pagination .dot.active {
        background: var(--primary-blue);
    }
    
    /* Blog Carousel Controls */
    .blog-carousel-prev,
    .blog-carousel-next {
        width: 45px;
        height: 45px;
        background: white;
        border: 2px solid var(--primary-blue);
        border-radius: 50%;
        top: 40%;
        transform: translateY(-50%);
        opacity: 0.9;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .blog-carousel-prev {
        left: -25px;
    }
    
    .blog-carousel-next {
        right: -25px;
    }
    
    .blog-carousel-prev:hover,
    .blog-carousel-next:hover {
        background: var(--primary-blue);
        opacity: 1;
        transform: translateY(-50%) scale(1.1);
    }
    
    .blog-carousel-prev i,
    .blog-carousel-next i {
        color: var(--primary-blue);
        font-size: 16px;
        transition: color 0.3s ease;
    }
    
    .blog-carousel-prev:hover i,
    .blog-carousel-next:hover i {
        color: white;
    }
/* Responsive Design */
@media (max-width: 1140px) {
    .hero-slide-banner,.hero-slide-img{
        height: auto;
        border-radius: 20px;
    }
}
@media (max-width: 768px) {
    .hero-slide-banner,.hero-slide-img{
        height: 250px;
    }

    /* All sliders - Customer Most Loved, Shop by Discount */
    .products-slider-track .product-card-wrapper,
    .discount-slider-track .product-card-wrapper {
        flex: 0 0 calc((100% - 20px) / 2) !important;
        min-width: calc((100% - 20px) / 2) !important;
        max-width: calc((100% - 20px) / 2) !important;
    }

    .customer-loved-slider,
    .discount-products-slider {
        padding: 0 10px;
    }

    .slider-arrow {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .product-image-link {
        height: 200px;
    }

    .hero-title {
        font-size: 32px;
    }
    .feature-title {
        font-size: 13px !important;
    }
    .package-cards-row {
        flex-direction: column;
        align-items: center;
    }

    .package-card {
        width: 100%;
        margin-bottom: 20px;
    }

    .carousel-nav-prev,
    .carousel-nav-next {
        display: none;
    }
    .blog-carousel-prev,
    .blog-carousel-next {
        display: none;
    }
    .smart-report-phones .d-flex {
        flex-direction: column;
        align-items: center !important;
        gap: 20px !important;
    }

    .phone-mockup-1 img,
    .phone-mockup-2 img {
        max-height: 300px !important;
    }

    .offer-image-card img {
        height: 200px !important;
    }

    .blog-image-container {
        height: 200px !important;
    }

    .blog-content-overlay h4 {
        font-size: 16px !important;
    }

    .blog-content-overlay p {
        font-size: 12px !important;
    }

    .blog-title {
        font-size: 14px !important;
    }

    .collection-options {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
}
@media (max-width: 576px) {
    /* All sliders - Customer Most Loved, Shop by Discount */
    .products-slider-track .product-card-wrapper,
    .discount-slider-track .product-card-wrapper {
        flex: 0 0 calc(100% - 10px) !important;
        min-width: calc(100% - 10px) !important;
        max-width: calc(100% - 10px) !important;
    }

    .products-slider-track,
    .discount-slider-track {
        gap: 10px;
    }

    .customer-loved-slider,
    .discount-products-slider {
        padding: 0 5px;
    }

    .slider-arrow {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .slider-arrow-left {
        left: -5px;
    }

    .slider-arrow-right {
        right: -5px;
    }

    .product-image-link {
        height: 180px;
    }

    .section-title-new,
    .discount-section-title {
        font-size: 20px;
    }

    .product-title-loved {
        font-size: 14px;
        min-height: 40px;
    }

    .discounted-price-loved {
        font-size: 18px;
    }

    .select-options-btn {
        font-size: 13px;
        padding: 6px 15px;
    }

    .feature-card {
        padding: 10px;
        height: auto;
    }

    .feature-icon {
        width: 35px;
        height: 35px;
    }

    .feature-title {
        font-size: 9px !important;
    }
}

@media (max-width: 480px) {
    .products-slider-track .product-card-wrapper,
    .discount-slider-track .product-card-wrapper {
        flex: 0 0 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .products-slider-track,
    .discount-slider-track {
        gap: 10px;
    }

    .product-image-link {
        height: 200px;
    }

    .product-title-loved {
        font-size: 13px;
    }

    .product-card-loved {
        margin: 0;
    }
}
/* Lab Tests Section */
.lab-tests-section {
    background: #f8f9fa;
    padding: 60px 0;
}

.fever-flu-card {
    border-radius: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fever-flu-image{
    border-radius: 20px;
    overflow: hidden;
}
.fever-flu-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 0;
}

.fever-flu-subtitle {
    font-size: 28px;
    font-weight: 700;
    color: #2d5a27;
    margin-bottom: 20px;
}

.fever-flu-price {
    margin: 25px 0;
}

.price-text {
    display: block;
    color: #333;
    font-size: 14px;
    margin-bottom: 5px;
}

.price-amount {
    color: #333;
    font-size: 28px;
    font-weight: 700;
}

.fever-flu-btn {
    background: #2d5a27;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
}

.lab-tests-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.lab-test-card {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lab-test-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.lab-test-card .test-name {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.3;
}

.lab-test-card .test-parameter {
    color: #2563eb;
    font-size: 12px;
    margin-bottom: 15px;
    font-weight: 500;
}

.test-price {
    margin-bottom: 15px;
}

.current-price {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-right: 10px;
}

.original-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}

.test-features {
    margin-bottom: 20px;
}

.test-features .feature {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 12px;
    color: #666;
}

.test-features .feature i {
    color: #febd69;
    margin-right: 8px;
    font-size: 10px;
}

.test-book-btn {
    background: #1e40af;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 8px;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
}

.test-book-btn:hover {
    background: #1d4ed8;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(30, 64, 175, 0.3);
}

/* Our Facilities Section */
.facilities-section {
    background: white;
    padding: 60px 0;
}



.facilities-header {
    margin-bottom: 30px;
}

.facilities-slider {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 400px;
}

.slider-track {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slides-container {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.facility-slide {
    flex: 0 0 50%;
    width: 50%;
    height: 100%;
}

.facility-image-card {
    width: 98%;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

.facility-image-card:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    text-decoration: none;
}

.facility-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
}

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #b9bcc8;
    cursor: pointer;
    transition: background 0.3s ease;
}

.dot.active {
    background: #0E289C;
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-100%);
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

.slider-nav:hover {
    background: rgba(255, 255, 255, 0.3);
}

.slider-nav.prev {
    left: 5px;
}

.slider-nav.next {
    right: 5px;
}

/* Responsive Styles for New Sections */
@media (max-width: 768px) {
    .fever-flu-title {
        font-size: 24px;
    }

    .fever-flu-subtitle {
        font-size: 20px;
    }

    .price-amount {
        font-size: 24px;
    }

    .lab-test-card {
        margin-bottom: 20px;
    }

    .home-sample-title,
    .home-sample-subtitle {
        font-size: 18px;
    }

    .facility-title {
        font-size: 20px;
    }

    .facility-description {
        font-size: 13px;
    }

    .facility-card {
        flex-direction: column;
        text-align: center;
    }

    .facility-content {
        padding: 30px 20px;
    }

    .facilities-slider {
        height: 200px;
    }

    .slides-wrapper {
        width: 250%;
    }
}

/* Brand Poster Section */
.brand-poster-section {
    background: #f8f9fa;
}

.brand-poster-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.brand-poster-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.brand-poster-card img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .brand-poster-section {
        padding: 2rem 0 !important;
    }

    .brand-poster-card {
        margin-bottom: 1rem;
    }
}

/* Shop By Discount Section */
.shop-by-discount-section {
    background: white;
    padding: 60px 0;
}

@media (max-width: 768px) {
    .shop-by-discount-section {
        padding: 40px 0;
    }
}

@media (max-width: 576px) {
    .shop-by-discount-section {
        padding: 30px 0;
    }
}

.section-header-discount {
    flex-wrap: wrap;
    gap: 20px;
}

.discount-section-title {
    font-size: 28px;
    font-weight: 700;
    color: #131921;
}

/* Sale Countdown */
.sale-countdown {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.countdown-icon {
    color: #ff4444;
    font-size: 20px;
}

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

.countdown-timer {
    display: flex;
    gap: 10px;
}

.timer-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
    border: 2px solid #ff4444;
    border-radius: 6px;
    padding: 8px 12px;
    min-width: 60px;
}

.timer-value {
    font-size: 20px;
    font-weight: 700;
    color: #ff4444;
    line-height: 1;
}

.timer-label {
    font-size: 11px;
    color: #666;
    margin-top: 4px;
    font-weight: 600;
}

/* Discount Products Slider */
.discount-products-slider {
    position: relative;
    padding: 0 20px;
}

.discount-slider-container {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}

.discount-slider-track {
    display: flex;
    gap: 20px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

/* Discount slider product cards sizing - Desktop */
.discount-slider-track .product-card-wrapper {
    flex: 0 0 calc(25% - 15px) !important;
    min-width: 250px !important;
    max-width: 300px !important;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .discount-slider-track .product-card-wrapper {
        flex: 0 0 calc(25% - 15px) !important;
        min-width: 250px !important;
        max-width: 300px !important;
    }
}

@media (min-width: 1400px) {
    .discount-slider-track .product-card-wrapper {
        flex: 0 0 calc(20% - 16px) !important;
        min-width: 250px !important;
        max-width: 280px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .discount-slider-track .product-card-wrapper {
        flex: 0 0 calc(33.333% - 14px) !important;
        min-width: 250px !important;
        max-width: 350px !important;
    }
}

.discount-products-slider .slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

/* Responsive */
@media (max-width: 768px) {
    .section-header-discount {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .discount-section-title {
        font-size: 22px;
    }

    .sale-countdown {
        width: 100%;
        flex-wrap: wrap;
        gap: 10px;
    }

    .countdown-text {
        width: 100%;
        font-size: 14px;
    }

    .countdown-timer {
        flex-wrap: nowrap;
        width: 100%;
    }

    .timer-box {
        flex: 1;
        min-width: auto;
        padding: 6px 8px;
    }

    .timer-value {
        font-size: 16px;
    }

    .timer-label {
        font-size: 9px;
    }
}

@media (max-width: 576px) {
    .discount-section-title {
        font-size: 20px;
    }

    .countdown-icon {
        font-size: 18px;
    }

    .countdown-text {
        font-size: 13px;
    }

    .timer-box {
        padding: 5px 6px;
    }

    .timer-value {
        font-size: 14px;
    }

    .timer-label {
        font-size: 8px;
    }
}

/* Shop By Brands Section */
.shop-by-brands-section {
    background: #f8f9fa;
}

.section-title-brands {
    font-size: 28px;
    font-weight: 700;
    color: #131921;
    margin-bottom: 0;
}

.brands-container {
    background: white;
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

/* Brands Slider */
.brands-slider {
    position: relative;
    padding: 0 60px;
}

.brands-slider-container {
    overflow: hidden;
}

.brands-slider-track {
    display: flex;
    gap: 20px;
    transition: transform 0.3s ease;
}

.brands-slider .slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.brand-box {
    flex: 0 0 calc((100% - 100px) / 6);
    min-width: calc((100% - 100px) / 6);
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.brand-box:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.12);
    border-color: #febd69;
}

.brand-logo {
    max-width: 100%;
    object-fit: contain;
}


/* Responsive */
@media (max-width: 992px) {
    .brand-box {
        flex: 0 0 calc((100% - 60px) / 4);
        min-width: calc((100% - 60px) / 4);
    }
}

@media (max-width: 768px) {
    .section-title-brands {
        font-size: 22px;
    }

    .brands-container {
        padding: 20px 15px;
    }

    .brands-slider {
        padding: 0 40px;
    }

    .brands-slider-track {
        gap: 15px;
    }

    .brand-box {
        flex: 0 0 calc((100% - 30px) / 3);
        min-width: calc((100% - 30px) / 3);
        padding: 15px;
    }

}

@media (max-width: 480px) {
    .brand-box {
        flex: 0 0 calc((100% - 15px) / 2);
        min-width: calc((100% - 15px) / 2);
    }
}

/* Recommended for You Section */
.recommended-section,.hot-this-weak-section {
    background: white;
}

.recommended-header,.hot-this-weak-header {
    flex-wrap: wrap;
    gap: 20px;
}

.recommended-title, .hot-this-weak-title {
    font-size: 28px;
    font-weight: 700;
    color: #131921;
}

/* Filter Buttons */
.recommended-filters, .hot-this-weak-filters {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-btn {
    background: white;
    border: 1px solid #e0e0e0;
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    background: #f8f9fa;
    border-color: #febd69;
}

.filter-btn.active {
    background: #febd69;
    border-color: #febd69;
    color: #131921;
    font-weight: 600;
}

/* Banner and Slider Wrapper */
.recommended-content-wrapper,.hot-this-weak-content-wrapper {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.recommended-left-banner,.hot-this-weak-left-banner{
    flex: 0 0 300px;
    min-width: 300px;
    border-radius: 8px;
    overflow: hidden;
}

.recommended-left-banner img,.hot-this-weak-left-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recommended-slider-wrapper,.hot-this-weak-slider-wrapper {
    flex: 1;
    width: calc(100% - 335px);
}

/* Products Slider */
.recommended-products-slider,.hot-this-weak-products-slider {
    position: relative;
    padding: 0 20px;
}

.recommended-slider-container,.hot-this-weak-slider-container {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}

.recommended-slider-track,.hot-this-weak-slider-track {
    display: flex;
    gap: 20px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.recommended-products-slider .slider-arrow,.hot-this-weak-products-slider .slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.recommended-products-slider .slider-arrow-left,.hot-this-weak-products-slider .slider-arrow-left {
    left: 0;
}

.recommended-products-slider .slider-arrow-right,.hot-this-weak-products-slider .slider-arrow-right {
    right: 0;
}

/* Category Banners Grid */
.recommended-banners-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.recommended-banner {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    height: 180px;
}

.recommended-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.recommended-banner:hover img {
    transform: scale(1.05);
}

/* Product Card Filtering Animation */
.recommended-slider-track .product-card-wrapper,
.hot-this-weak-slider-track .product-card-wrapper {
    transition: opacity 0.3s ease;
}

/* Product Card in Slider */
.recommended-slider-track .product-card-wrapper,.hot-this-weak-slider-track .product-card-wrapper {
    flex: 0 0 calc((100% - 40px) / 3);
    min-width: calc((100% - 40px) / 3);
    max-width: calc((100% - 40px) / 3);
}

/* Responsive */
@media (max-width: 1200px) {
    .recommended-slider-track .product-card-wrapper,.hot-this-weak-slider-track .product-card-wrapper {
        flex: 0 0 calc((100% - 40px) / 3);
        min-width: calc((100% - 40px) / 3);
        max-width: calc((100% - 40px) / 3);
    }

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

@media (max-width: 992px) {
    .recommended-content-wrapper,.hot-this-weak-content-wrapper {
        flex-direction: column;
    }

    .recommended-left-banner,.hot-this-weak-left-banner {
        flex: 1;
        min-width: 100%;
        max-height: 300px;
    }

    .recommended-slider-wrapper,.hot-this-weak-slider-wrapper {
        width: 100%;
    }

    .recommended-slider-track .product-card-wrapper,.hot-this-weak-slider-track .product-card-wrapper {
        flex: 0 0 calc((100% - 20px) / 2);
        min-width: calc((100% - 20px) / 2);
        max-width: calc((100% - 20px) / 2);
    }
}

@media (max-width: 768px) {
    .recommended-header,.hot-this-weak-header{
        flex-direction: column;
        align-items: flex-start !important;
    }

    .recommended-title,.hot-this-weak-title {
        font-size: 22px;
    }

    .recommended-filters,.hot-this-weak-filters {
        width: 100%;
        justify-content: flex-start;
    }

    .filter-btn {
        padding: 8px 16px;
        font-size: 13px;
    }

    .recommended-slider-track .product-card-wrapper,.hot-this-weak-slider-track .product-card-wrapper {
        flex: 0 0 calc((100% - 20px) / 2);
        min-width: calc((100% - 20px) / 2);
        max-width: calc((100% - 20px) / 2);
    }

    .recommended-banners-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .recommended-products-slider,.hot-this-weak-products-slider {
        padding: 0 10px;
    }

    .slider-arrow {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .recommended-slider-track .product-card-wrapper,.hot-this-weak-slider-track .product-card-wrapper {
        flex: 0 0 calc(100% - 10px);
        min-width: calc(100% - 10px);
        max-width: calc(100% - 10px);
    }

    .recommended-slider-track,.hot-this-weak-slider-track {
        gap: 10px;
    }

    .recommended-left-banner,.hot-this-weak-left-banner {
        max-height: 250px;
        min-width: 100%;
    }

    .product-card-loved {
        margin: 0 5px;
    }

    .recommended-products-slider,.hot-this-weak-products-slider {
        padding: 0 5px;
    }

    .slider-arrow {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .slider-arrow-left {
        left: -5px;
    }

    .slider-arrow-right {
        right: -5px;
    }

    .product-image-link {
        height: 200px;
    }

    .product-title-loved {
        font-size: 14px;
        min-height: 40px;
    }

    .discounted-price-loved {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .recommended-slider-track .product-card-wrapper,.hot-this-weak-slider-track .product-card-wrapper {
        flex: 0 0 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .recommended-slider-track,.hot-this-weak-slider-track {
        gap: 10px;
    }

    .recommended-content-wrapper,.hot-this-weak-content-wrapper {
        gap: 15px;
    }

    .recommended-left-banner,.hot-this-weak-left-banner {
        min-width: 100%;
    }

    .product-image-link {
        height: 180px;
    }

    .product-title-loved {
        font-size: 13px;
    }

    .select-options-btn {
        font-size: 13px;
        padding: 6px 15px;
    }
}