    /* Product Card (shared design) */
    .nf-product-card {
        display: flex;
        flex-direction: column;
        width: 100%;
        background: #fff;
        border: 1px solid #ebebeb;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
        transition: transform .25s ease, box-shadow .25s ease;
        position: relative;
    }

    .nf-product-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 28px rgba(0, 0, 0, .13);
    }

    .nf-product-img-wrap {
        display: block;
        width: 100%;
        height: 210px;
        overflow: hidden;
        background: #f7f7f7;
        padding: 8px;
    }

    .nf-product-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        transition: transform .35s ease;
    }

    .nf-product-card:hover .nf-product-img-wrap img {
        transform: scale(1.05);
    }

    .nf-stock-badge {
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .4px;
        padding: 3px 9px;
        border-radius: 20px;
        color: #fff;
        z-index: 1;
    }

    .nf-stock-badge.in {
        background: #28a745;
    }

    .nf-stock-badge.out {
        background: #dc3545;
    }

    .nf-product-info {
        padding: 12px 14px 6px;
        flex: 1;
    }

    .nf-product-name {
        font-size: 1.3rem;
        font-weight: 600;
        margin: 0 0 6px;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 2.8em;
    }

    .nf-product-name a {
        color: #333;
        text-decoration: none;
    }

    .nf-product-name a:hover {
        color: #0088cc;
    }

    .nf-product-meta {
        font-size: 1.05rem;
        color: #999;
        text-transform: uppercase;
        letter-spacing: .4px;
    }

    .nf-product-meta a {
        color: #999;
        text-decoration: none;
    }

    .nf-product-meta a:hover {
        color: #0088cc;
    }

    .nf-dot {
        margin: 0 4px;
        color: #ddd;
    }

    .nf-product-footer {
        padding: 10px 14px 14px;
        border-top: 1px solid #f2f2f2;
    }

    .nf-view-btn {
        display: block;
        text-align: center;
        padding: 9px;
        background: #222;
        color: #fff !important;
        border-radius: 6px;
        font-size: 1.2rem;
        font-weight: 600;
        text-decoration: none !important;
        transition: background .2s;
        letter-spacing: .3px;
    }

    .nf-view-btn:hover {
        background: #0088cc;
    }

    @media (max-width:575px) {
        .nf-product-img-wrap {
            height: 155px;
        }

        .nf-product-name {
            font-size: 1.15rem;
        }
    }

    /* Tabbed carousel section */
    .nf-tabs {
        gap: 8px;
        flex-wrap: wrap;
    }

    .nf-tab-btn {
        background: #f4f4f4;
        border: 2px solid #e0e0e0;
        border-radius: 25px;
        padding: 7px 20px;
        font-size: 1.2rem;
        font-weight: 600;
        color: #555;
        cursor: pointer;
        transition: all 0.2s ease;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .nf-tab-btn:hover {
        border-color: #222;
        color: #222;
    }

    .nf-tab-btn.active {
        background: #222;
        border-color: #222;
        color: #fff;
    }

    .nf-product-carousel .nf-product-card {
        margin-bottom: 4px;
    }

    .nf-product-carousel .owl-nav button {
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        background: #fff !important;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        font-size: 16px;
        transition: all 0.2s;
    }

    .nf-product-carousel .owl-nav button:hover {
        background: #0088cc !important;
        color: #fff !important;
    }

    .nf-product-carousel .owl-nav .owl-prev {
        left: -18px;
    }

    .nf-product-carousel .owl-nav .owl-next {
        right: -18px;
    }

    .brand-link:hover .brand-item {
        transform: translateY(-5px) scale(1.02);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
        border-color: #0088cc !important;
    }

    .brand-link {
        text-decoration: none !important;
        display: block;
        height: 100%;
    }

    .category-banner-link:hover .category-banner-item img {
        transform: scale(1.1);
    }

    .category-banner-link:hover .category-banner-item {
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2) !important;
    }

    .category-banner-link {
        text-decoration: none !important;
        display: block;
    }

    .category-banner-overlay h4 {
        transition: transform 0.3s ease;
    }

    .category-banner-link:hover .category-banner-overlay h4 {
        transform: translateY(-5px);
    }

    /* Video Banner Cards */
    .video-card {
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        background: #f8f8f8;
        transition: all 0.3s ease;
    }

    .video-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .video-card-link {
        display: block;
        text-decoration: none;
        color: inherit;
    }

    .video-card-media {
        position: relative;
        width: 100%;
        height: 420px;
        overflow: hidden;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    }

    .video-thumbnail {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .video-play-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.3s ease;
    }

    .video-card:hover .video-play-overlay {
        background: rgba(0, 0, 0, 0.5);
    }

    .video-play-overlay i {
        font-size: 40px;
        color: white;
        opacity: 0.9;
        transition: all 0.3s ease;
    }

    .video-card:hover .video-play-overlay i {
        transform: scale(1.2);
        opacity: 1;
    }

    .video-card-info {
        padding: 12px;
        background: white;
    }

    .video-card-title {
        font-size: 13px;
        font-weight: 600;
        margin: 0;
        color: #333;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .video-banner-carousel .owl-nav button {
        position: absolute;
        top: 35%;
        transform: translateY(-50%);
        background: white !important;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        transition: all 0.3s ease;
        font-size: 18px;
    }

    .video-banner-carousel .owl-nav button:hover {
        background: #0088cc !important;
        color: white !important;
    }

    .video-banner-carousel .owl-nav .owl-prev {
        left: -18px;
    }

    .video-banner-carousel .owl-nav .owl-next {
        right: -18px;
    }

    /* Custom Home Slider Arrows */
    .home-slider .owl-nav button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 0.5) !important;
        color: #333 !important;
        border-radius: 50%;
        font-size: 24px;
        z-index: 100;
        transition: all 0.3s ease;
        display: flex !important;
        align-items: center;
        justify-content: center;
        border: none;
        cursor: pointer;
    }

    .home-slider .owl-nav button:hover {
        background: #fff !important;
        color: #000 !important;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .home-slider .owl-nav .owl-prev {
        left: 20px;
    }

    .home-slider .owl-nav .owl-next {
        right: 20px;
    }

    /* Newsletter section */
    .nf-newsletter-section {
        padding: 60px 0;
        background: #f8f9fa;
    }

    .nf-newsletter-box {
        background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
        border-radius: 20px;
        padding: 50px 48px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    }

    .nf-newsletter-tag {
        display: inline-block;
        background: rgba(255, 255, 255, 0.12);
        color: #fff;
        font-size: 1.1rem;
        font-weight: 600;
        padding: 5px 16px;
        border-radius: 20px;
        margin-bottom: 14px;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .nf-newsletter-heading {
        color: #fff !important;
        font-size: 2.2rem;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .nf-newsletter-sub {
        color: rgba(255, 255, 255, 0.75);
        font-size: 1.3rem;
        margin: 0;
    }

    .nf-newsletter-form {
        width: 100%;
    }

    .nf-newsletter-input-group {
        display: flex;
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    }

    .nf-newsletter-input-group input {
        flex: 1;
        border: none;
        outline: none;
        padding: 16px 20px;
        font-size: 1.4rem;
        color: #333;
        background: transparent;
    }

    .nf-newsletter-input-group button {
        padding: 14px 30px;
        background: #0088cc;
        color: #fff;
        border: none;
        font-size: 1.3rem;
        font-weight: 700;
        cursor: pointer;
        transition: background 0.2s;
        white-space: nowrap;
        min-width: 140px;
    }

    .nf-newsletter-input-group button:hover {
        background: #006fa3;
    }

    /* =========================================================
       Mobile Responsiveness Fixes for Banners
       ========================================================= */
    @media (max-width: 767.98px) {

        /* Main Hero Banners */
        .home-slider-container .home-slide {
            min-height: 0 !important;
            height: auto !important;
        }

        .home-slider-container .home-slide figure {
            height: auto !important;
            min-height: 0 !important;
            margin-bottom: 0 !important;
            width: 100%;
        }

        .home-slider-container .home-slide img.slide-bg {
            position: static !important;
            height: auto !important;
            width: 100% !important;
            object-fit: contain !important;
            object-position: center !important;
            max-width: 100%;
            display: block;
        }

        .home-slide-content {
            top: 50% !important;
            transform: translateY(-50%) !important;
            padding: 0 35px;
        }

        .home-slide-content .bg-dark-60 {
            padding: 0.8rem 1rem !important;
            width: fit-content;
        }

        .home-slide-content h4 {
            font-size: 0.75rem !important;
            letter-spacing: 0.5px !important;
            margin-bottom: 2px !important;
        }

        .home-slide-content h3 {
            font-size: 1.1rem !important;
            line-height: 1.2 !important;
        }

        .home-slide-content .btn {
            padding: 0.4rem 1rem !important;
            font-size: 0.8rem !important;
        }

        .home-slider .owl-nav button {
            width: 30px !important;
            height: 30px !important;
            font-size: 16px !important;
        }

        .home-slider .owl-nav .owl-prev {
            left: 5px !important;
        }

        .home-slider .owl-nav .owl-next {
            right: 5px !important;
        }

        /* Category Banners text adjustment */
        .category-banner-overlay {
            padding-top: 10px !important;
        }

        .category-banner-overlay h4 {
            font-size: 1.1rem !important;
        }

        /* Ads/Promo banner */
        .banner-content {
            max-height: none !important;
            height: auto !important;
        }

        .banner-content a {
            height: auto !important;
            min-height: 120px;
        }
    }

    @media (max-width: 575.98px) {

        /* On very small phones, adjust further */
        .home-slide-content h3 {
            font-size: 1rem !important;
        }

        .home-slide-content .bg-dark-60 {
            padding: 0.6rem 0.8rem !important;
        }
    }

    .nf-newsletter-msg {
        margin-top: 12px;
        padding: 10px 16px;
        border-radius: 8px;
        font-size: 1.25rem;
        font-weight: 500;
    }

    .nf-newsletter-msg.success {
        background: rgba(40, 167, 69, 0.2);
        color: #51cf66;
        border: 1px solid rgba(40, 167, 69, 0.3);
    }

    .nf-newsletter-msg.error {
        background: rgba(220, 53, 69, 0.2);
        color: #ff6b6b;
        border: 1px solid rgba(220, 53, 69, 0.3);
    }

    @media (max-width:767px) {
        .nf-newsletter-box {
            padding: 32px 20px;
        }

        .nf-newsletter-heading {
            font-size: 1.8rem;
        }

        .nf-newsletter-input-group {
            flex-direction: column;
        }

        .nf-newsletter-input-group button {
            width: 100%;
            padding: 14px;
        }
    }
    .home-slider-container {
    width: 100%;
    overflow: hidden;
}

.home-slide figure {
    margin: 0;
}

.slide-bg {
    width: 100%;
    height: auto;
    object-fit: cover;
}
