/* 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: 50px;
    height: 50px;
    background: rgba(254, 189, 105, 0.95);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    pointer-events: all;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(254, 189, 105, 0.3);
}

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

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

.carousel-nav-prev:hover,
.carousel-nav-next:hover {
    background: #febd69;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(254, 189, 105, 0.5);
}

.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: 24px;
    font-weight: 500;
    color: #000;
    padding: 0;
    line-height: 1;
}

/* Responsive styles consolidated at end of file */

/* Customer Most Loved Slider - Match Recommended for You style */
.customer-loved-slider {
    position: relative;
    padding: 0 20px; /* Minimal padding like Recommended section */
}

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

/* Arrows at edges, vertically centered */
.customer-loved-slider .slider-arrow-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

.customer-loved-slider .slider-arrow-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

/* Discount Products Slider - Match Recommended for You style */
.discount-products-slider {
    position: relative;
    padding: 0 20px; /* Minimal padding like Recommended section */
}

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

/* Arrows at edges, vertically centered */
.discount-products-slider .slider-arrow-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

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

.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 */
/* ============================= */

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

/* Default (Mobile First) */
.products-slider-track .product-card-wrapper {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
}

/* 576px+ → 2 cards */
@media (min-width: 576px) {
    .products-slider-track .product-card-wrapper {
        flex: 0 0 calc((100% - 20px) / 2);
        min-width: calc((100% - 20px) / 2);
        max-width: calc((100% - 20px) / 2);
    }
}

/* 768px+ → 3 cards */
@media (min-width: 768px) {
    .products-slider-track .product-card-wrapper {
        flex: 0 0 calc((100% - 40px) / 3);
        min-width: calc((100% - 40px) / 3);
        max-width: calc((100% - 40px) / 3);
    }
}

/* 992px+ → 4 cards */
@media (min-width: 992px) {
    .products-slider-track .product-card-wrapper {
        flex: 0 0 calc((100% - 80px) / 5);
        min-width: calc((100% - 80px) / 5);
        max-width: calc((100% - 80px) / 5);
    }
}

/* 1200px+ → 5 cards */
@media (min-width: 1200px) {
    .products-slider-track .product-card-wrapper {
        flex: 0 0 calc((100% - 80px) / 5);
        min-width: calc((100% - 80px) / 5);
        max-width: calc((100% - 80px) / 5);
    }
}

@media (min-width: 1400px) {
    .products-slider-track .product-card-wrapper {
        flex: 0 0 calc((100% - 80px) / 5) !important;
        min-width: calc((100% - 80px) / 5) !important;
        max-width: calc((100% - 80px) / 5) !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);
}

/* Product card badges and actions now in components.css */

.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;
}

/* Responsive styles consolidated at end of file */

.product-title-loved {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
    color: #222222;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 45px;
}

.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;
}

/* Responsive styles consolidated at end of file */

.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;
}

/* Responsive styles consolidated at end of file */

.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 arrows now in components.css */

/* 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 now in components.css */

.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 cards now in components.css */

/* 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: 0px;
}

.hero-slide-banner {
    width: 100%;
    height: 522px;;
    overflow: hidden;
    border-radius: 12px;
    background: #000;
    position: relative;
    border-radius: 0;
}

.hero-slide-img {
    width: 100%;
    height: 100%;
    /* display: block; */
    object-fit: cover;
    object-position: center left;
}

/* Hero Carousel Controls - Orange Circular Style */
.carousel-control-next,
.carousel-control-prev {
    width: 50px !important;
    height: 50px !important;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--primary-orange) !important;
    color: #fff;
    opacity: 1 !important;
    box-shadow: 0 2px 8px rgba(254, 189, 105, 0.3);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    background: var(--primary-orange-dark) !important;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 12px rgba(254, 189, 105, 0.5);
}

.carousel-control-next:active,
.carousel-control-prev:active {
    transform: translateY(-50%) scale(0.95);
}

.carousel-control-next {
    right: 30px;
}

.carousel-control-prev {
    left: 30px;
}

/* Override Bootstrap's icon styles */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px;
    height: 20px;
    background-size: 100%;
}

.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);
}

/* Premium Blog Section Styling */
.premium-blog-section {
    --blog-accent: #f36f21;
    --blog-accent-dark: #d65f18;
    --blog-ink: #1f2937;
    --blog-muted: #6b7280;
    background: linear-gradient(180deg, #fffaf4 0%, #ffffff 32%, #f8fafc 100%);
    position: relative;
    overflow: hidden;
}

.premium-blog-section::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(243, 111, 33, 0.12) 0%, rgba(243, 111, 33, 0) 70%);
    pointer-events: none;
}

.premium-blog-section .section-title {
    color: var(--blog-ink);
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.3px;
    position: relative;
}

.premium-blog-section .section-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 68px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--blog-accent) 0%, #ffab5b 100%);
}

.premium-blog-section .section-subtitle {
    color: var(--blog-muted);
    font-size: 15px;
    max-width: 760px;
}

.blog-trust-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-trust-strip span {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 2px 7px rgba(15, 23, 42, 0.05);
}

.blog-trust-strip i {
    color: var(--blog-accent);
}

.premium-blog-section .view-all-btn {
    background: var(--blog-accent);
    color: #fff;
    border: none;
    padding: 11px 24px;
    border-radius: 8px;
    font-weight: 700;
    transition: all 0.25s ease;
    box-shadow: 0 8px 20px rgba(243, 111, 33, 0.25);
}

.premium-blog-section .view-all-btn:hover {
    transform: translateY(-1px);
    background: var(--blog-accent-dark);
    color: #fff;
}

/* Premium Blog Cards */
.premium-blog-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 100%;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.premium-blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.15);
    border-color: rgba(243, 111, 33, 0.45);
}

.premium-blog-card .blog-image-container {
    position: relative;
    height: 218px;
    overflow: hidden;
}

.premium-blog-card .blog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.premium-blog-card:hover .blog-image {
    transform: scale(1.07);
}

.premium-blog-card .blog-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(17, 24, 39, 0.34) 0%, rgba(17, 24, 39, 0.02) 60%);
}

.premium-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(17, 24, 39, 0.84);
    color: #fff;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.premium-badge i {
    color: #ffcf85;
    font-size: 10px;
}

.premium-blog-card .blog-category-tag {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 11;
    background: rgba(255, 255, 255, 0.92);
    color: #1f2937;
    border: 1px solid rgba(229, 231, 235, 0.95);
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.premium-blog-card .quick-read-overlay {
    position: absolute;
    inset: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 24, 39, 0.45);
    opacity: 0;
    transition: opacity 0.28s ease;
}

.premium-blog-card .quick-read-overlay span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 116px;
    padding: 9px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(17, 24, 39, 0.65);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.premium-blog-card:hover .quick-read-overlay {
    opacity: 1;
}

.premium-blog-card .blog-content {
    padding: 20px;
}

.premium-blog-card .blog-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--blog-ink);
    margin-bottom: 10px;
    line-height: 1.35;
    transition: color 0.2s ease;
}

.premium-blog-card:hover .blog-title {
    color: var(--blog-accent-dark);
}

.premium-blog-card .blog-excerpt {
    color: var(--blog-muted);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 12px;
    min-height: 66px;
}

.premium-blog-card .blog-meta {
    color: var(--blog-muted);
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
}

.premium-blog-card .blog-meta i {
    color: var(--blog-accent);
    margin-right: 5px;
}

.premium-blog-card .blog-meta span {
    display: flex;
    align-items: center;
}

.premium-blog-card .blog-readmore {
    display: inline-flex;
    align-items: center;
    color: var(--blog-accent-dark);
    font-size: 13px;
    font-weight: 700;
}

/* Premium CTA Section */
.premium-cta-section {
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
    border-radius: 16px;
    padding: 38px;
    margin-top: 42px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.25);
}

.premium-cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 90% 15%, rgba(243, 111, 33, 0.28) 0%, rgba(243, 111, 33, 0) 36%),
        radial-gradient(circle at 10% 90%, rgba(255, 171, 91, 0.22) 0%, rgba(255, 171, 91, 0) 34%);
}

.premium-cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.premium-cta-title {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 10px;
}

.premium-cta-text {
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    margin-bottom: 22px;
    line-height: 1.7;
}

.premium-cta-btn {
    background: var(--blog-accent);
    color: #fff;
    border: none;
    padding: 13px 28px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
}

.premium-cta-btn:hover {
    background: var(--blog-accent-dark);
    color: #fff;
}

/* Premium Blog Carousel Controls */
.premium-blog-section .blog-carousel-prev,
.premium-blog-section .blog-carousel-next {
    background: #fff;
    border: 1px solid #d1d5db;
}

.premium-blog-section .blog-carousel-prev:hover,
.premium-blog-section .blog-carousel-next:hover {
    background: var(--blog-accent);
    border-color: var(--blog-accent);
}

.premium-blog-section .blog-carousel-prev i,
.premium-blog-section .blog-carousel-next i {
    color: #111827;
}

.premium-blog-section .blog-carousel-prev:hover i,
.premium-blog-section .blog-carousel-next:hover i {
    color: #fff;
}

.premium-blog-section .blog-pagination .dot {
    background: #d1d5db;
    border: none;
}

.premium-blog-section .blog-pagination .dot.active {
    background: var(--blog-accent);
}

/* Responsive Premium Blog - consolidated at end of file */

/* Demo Card Styling */
.demo-card {
    cursor: pointer;
    position: relative;
}

.demo-card::before {
    content: 'COMING SOON';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(243, 111, 33, 0.92);
    color: white;
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    z-index: 20;
    letter-spacing: 2px;
    box-shadow: 0 5px 20px rgba(243, 111, 33, 0.45);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 5px 20px rgba(243, 111, 33, 0.45);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.05);
        box-shadow: 0 8px 30px rgba(243, 111, 33, 0.6);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 5px 20px rgba(243, 111, 33, 0.45);
    }
}

.demo-card .blog-image-container {
    position: relative;
}

.demo-card .blog-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(17, 24, 39, 0.2) 0%, rgba(17, 24, 39, 0.65) 100%);
    z-index: 5;
}

/* Animated Background for CTA */
.premium-cta-section {
    position: relative;
    overflow: hidden;
}

.premium-cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(243, 111, 33, 0.24) 0%, transparent 70%);
    animation: float 6s ease-in-out infinite;
}

.premium-cta-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 171, 91, 0.2) 0%, transparent 70%);
    animation: float 8s ease-in-out infinite reverse;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}

/* Exciting Countdown Badge */
.exciting-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #f36f21 0%, #ffab5b 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
    animation: slideIn 0.5s ease-out;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.exciting-badge i {
    animation: bell 1s ease-in-out infinite;
}

@keyframes bell {

    0%,
    100% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(15deg);
    }

    75% {
        transform: rotate(-15deg);
    }
}

/* Feature Highlights in CTA */
.cta-features {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.cta-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
}

.cta-feature i {
    color: #ffab5b;
    font-size: 16px;
}

/* Responsive styles consolidated at end of file */

/* Blog carousel controls now in components.css */

/* Responsive Design */
@media (max-width: 1140px) {

    .hero-slide-banner,
    .hero-slide-img {
        height: 380px;
        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,
    .brands-slider {
        padding: 0 15px; /* Minimal padding for tablet */
    }

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

    .customer-loved-slider .slider-arrow-left,
    .customer-loved-slider .slider-arrow-right,
    .discount-products-slider .slider-arrow-left,
    .discount-products-slider .slider-arrow-right,
    .brands-slider .slider-arrow-left,
    .brands-slider .slider-arrow-right {
        top: 50%; /* Vertically centered */
    }

    .customer-loved-slider .slider-arrow-left,
    .discount-products-slider .slider-arrow-left,
    .brands-slider .slider-arrow-left {
        left: 0;
    }

    .customer-loved-slider .slider-arrow-right,
    .discount-products-slider .slider-arrow-right,
    .brands-slider .slider-arrow-right {
        right: 0;
    }

    /* Hero Carousel - Tablet */
    .carousel-control-next,
    .carousel-control-prev {
        width: 40px !important;
        height: 40px !important;
    }

    .carousel-control-next {
        right: 15px;
    }

    .carousel-control-prev {
        left: 15px;
    }

    .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,
    .brands-slider {
        padding: 0 10px; /* Minimal padding for mobile */
    }

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

    .customer-loved-slider .slider-arrow-left,
    .discount-products-slider .slider-arrow-left,
    .brands-slider .slider-arrow-left {
        left: 0;
    }

    .customer-loved-slider .slider-arrow-right,
    .discount-products-slider .slider-arrow-right,
    .brands-slider .slider-arrow-right {
        right: 0;
    }

    .customer-loved-slider .slider-arrow-left,
    .customer-loved-slider .slider-arrow-right,
    .discount-products-slider .slider-arrow-left,
    .discount-products-slider .slider-arrow-right,
    .brands-slider .slider-arrow-left,
    .brands-slider .slider-arrow-right {
        top: 50%; /* Vertically centered */
    }

    /* Hero Carousel - Mobile */
    .carousel-control-next,
    .carousel-control-prev {
        width: 32px !important;
        height: 32px !important;
    }

    .carousel-control-next {
        right: 10px;
    }

    .carousel-control-prev {
        left: 10px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 16px;
        height: 16px;
    }

    .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 consolidated at end of file */

/* 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 consolidated at end of file */

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

/* Responsive styles consolidated at end of file */

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

.discount-section-title {
    font-size: 24px;
    font-weight: 500;
    color: var(--global-palette3);
}

/* 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;
}

/* ============================= */
/* SHOP BY DISCOUNT SLIDER */
/* ============================= */

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

/* Mobile First */
.discount-slider-track .product-card-wrapper {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
}

/* 576px+ → 2 cards */
@media (min-width: 576px) {
    .discount-slider-track .product-card-wrapper {
        flex: 0 0 calc((100% - 20px) / 2);
        min-width: calc((100% - 20px) / 2);
        max-width: calc((100% - 20px) / 2);
    }
}

/* 768px+ → 3 cards */
@media (min-width: 768px) {
    .discount-slider-track .product-card-wrapper {
        flex: 0 0 calc((100% - 40px) / 3);
        min-width: calc((100% - 40px) / 3);
        max-width: calc((100% - 40px) / 3);
    }
}

/* 992px+ → 4 cards */
@media (min-width: 992px) {
    .discount-slider-track .product-card-wrapper {
        flex: 0 0 calc((100% - 80px) / 5);
        min-width: calc((100% - 80px) / 5);
        max-width: calc((100% - 80px) / 5);
    }
}

/* 1200px+ → 5 cards */
@media (min-width: 1200px) {
    .discount-slider-track .product-card-wrapper {
        flex: 0 0 calc((100% - 80px) / 5);
        min-width: calc((100% - 80px) / 5);
        max-width: calc((100% - 80px) / 5);
    }
}


@media (min-width: 1400px) {
    .discount-slider-track .product-card-wrapper {
        flex: 0 0 calc((100% - 80px) / 5) !important;
        min-width: calc((100% - 80px) / 5) !important;
        max-width: calc((100% - 80px) / 5) !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .discount-slider-track .product-card-wrapper {
        flex: 0 0 calc((100% - 80px) / 5) !important;
        min-width: calc((100% - 80px) / 5) !important;
        max-width: calc((100% - 80px) / 5) !important;
    }
}

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

/* Responsive styles consolidated at end of file */

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

.section-title-brands {
    font-size: 24px;
    font-weight: 500;
    color: var(--global-palette3);
    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 */
/* Shop By Brands Slider - Match Recommended for You style */
.brands-slider {
    position: relative;
    padding: 0 20px; /* Minimal padding like Recommended section */
}

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

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

/* Arrows at edges, vertically centered */
.brands-slider .slider-arrow-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

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

.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 styles consolidated at end of file */

/* 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: 24px;
    font-weight: 500;
    color: var(--global-palette3);
}

/* 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 styles consolidated at end of file */

/* ==========================================
   Home Dark Mode Refinements (Premium)
   ========================================== */
html.dark-mode .customer-most-loved-section,
html.dark-mode .health-packages-section,
html.dark-mode .brand-poster-section,
html.dark-mode .shop-by-brands-section {
    background: #0f172a !important;
}

html.dark-mode .shop-by-discount-section,
html.dark-mode .recommended-section,
html.dark-mode .hot-this-weak-section {
    background: #111827 !important;
}

html.dark-mode .section-title,
html.dark-mode .section-title-new,
html.dark-mode .discount-section-title,
html.dark-mode .section-title-brands,
html.dark-mode .recommended-title,
html.dark-mode .hot-this-weak-title {
    color: #f3f4f6 !important;
}

html.dark-mode .hero-subtitle,
html.dark-mode .hero-title,
html.dark-mode .hero-terms,
html.dark-mode .countdown-text,
html.dark-mode .timer-label {
    color: #d1d5db !important;
}

html.dark-mode .product-card-loved,
html.dark-mode .package-card,
html.dark-mode .health-risk-test-card,
html.dark-mode .lab-test-card,
html.dark-mode .feature-card,
html.dark-mode .brands-container,
html.dark-mode .brand-box {
    background: #1f2937 !important;
    border-color: #334155 !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28) !important;
}

html.dark-mode .package-name,
html.dark-mode .package-name a,
html.dark-mode .product-title-loved,
html.dark-mode .product-title-loved a,
html.dark-mode .health-risk-test-card .test-name,
html.dark-mode .lab-test-card .test-name,
html.dark-mode .lab-test-card .test-parameter {
    color: #f8fafc !important;
}

html.dark-mode .package-params,
html.dark-mode .package-parameters,
html.dark-mode .info-item,
html.dark-mode .review-count-small,
html.dark-mode .original-price-loved,
html.dark-mode .original-price {
    color: #94a3b8 !important;
}

html.dark-mode .discounted-price-loved,
html.dark-mode .discounted-price {
    color: #fbbf24 !important;
}

html.dark-mode .product-image-link {
    background: #0b1220 !important;
}

html.dark-mode .action-btn {
    background: #0f172a !important;
    border-color: #334155 !important;
    color: #e5e7eb !important;
}

html.dark-mode .action-btn:hover,
html.dark-mode .select-options-btn:hover {
    background: #f4b85f !important;
    border-color: #f4b85f !important;
    color: #111827 !important;
}

html.dark-mode .select-options-btn {
    background: #111827 !important;
    color: #f3f4f6 !important;
    border-color: #334155 !important;
}

html.dark-mode .timer-box {
    background: #1f2937 !important;
    border-color: #f87171 !important;
}

html.dark-mode .timer-value,
html.dark-mode .countdown-icon {
    color: #f87171 !important;
}

html.dark-mode .slider-arrow,
html.dark-mode .blog-carousel-prev,
html.dark-mode .blog-carousel-next {
    background: #1f2937 !important;
    border: 1px solid #334155 !important;
    color: #f3f4f6 !important;
}

html.dark-mode .slider-arrow:hover,
html.dark-mode .blog-carousel-prev:hover,
html.dark-mode .blog-carousel-next:hover {
    background: #f4b85f !important;
    border-color: #f4b85f !important;
    color: #111827 !important;
}

html.dark-mode .premium-blog-section {
    background: linear-gradient(180deg, #0b1220 0%, #111827 55%, #0f172a 100%) !important;
}

html.dark-mode .premium-blog-section .section-subtitle,
html.dark-mode .premium-blog-card .blog-excerpt,
html.dark-mode .premium-blog-card .blog-meta {
    color: #9ca3af !important;
}

html.dark-mode .blog-trust-strip span {
    background: #1f2937 !important;
    border-color: #334155 !important;
    color: #e5e7eb !important;
}

html.dark-mode .premium-blog-card {
    background: #111827 !important;
    border-color: #334155 !important;
}

html.dark-mode .premium-blog-card .blog-title {
    color: #f8fafc !important;
}

html.dark-mode .premium-blog-card:hover .blog-title,
html.dark-mode .premium-blog-card .blog-readmore {
    color: #f4b85f !important;
}
