.home-hero-area {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 42%, rgba(0, 100, 224, 0.16), transparent 34%),
        linear-gradient(115deg, #ffffff 0%, #f6fbff 48%, #eaf3ff 100%);
    border-bottom: 1px solid #dfe7f3;
}

.home-hero-area::before {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 100, 224, 0.08) 0%, rgba(255, 255, 255, 0) 38%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.42) 100%);
    content: "";
    pointer-events: none;
}

.home-hero-area .container {
    position: relative;
    z-index: 1;
}

.home-hero-area .slick-slide {
    opacity: 1 !important;
}

.home-hero-area .slick-track {
    display: flex;
    align-items: stretch;
}

.home-hero-slide {
    min-height: 560px;
    padding: 70px 0 62px;
}

.home-hero-slide .row {
    min-height: 430px;
}

.home-hero-area .hero-slider-content-6.slider-content-hm9 {
    padding-top: 0;
    padding-left: 0;
}

.home-hero-area .hero-slider-content-6 h5 {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    margin-bottom: 18px;
    padding: 5px 15px;
    border: 1px solid rgba(0, 100, 224, 0.16);
    border-radius: 999px;
    background: #eaf3ff;
    color: #0064e0;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.home-hero-area .hero-slider-content-6 h1 {
    max-width: 560px;
    margin: 0 0 18px;
    color: #071a44;
    font-size: 58px;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 0;
}

.home-hero-area .hero-slider-content-6 p {
    width: 100%;
    max-width: 520px;
    margin: 0 0 32px;
    color: #5d687b;
    font-size: 17px;
    line-height: 1.7;
}

.home-hero-area .btn-style-1 a {
    border-radius: 999px;
    background: #0064e0;
    color: #ffffff;
    font-weight: 700;
    box-shadow: 0 16px 34px rgba(0, 100, 224, 0.2);
}

.home-hero-area .btn-style-1 a:hover {
    background: #000000;
    color: #ffffff;
}

.home-hero-area .hm9-hero-slider-img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    padding: 18px;
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(248, 251, 255, 0.72) 100%);
}

.home-hero-area .hm9-hero-slider-img img {
    width: auto;
    max-width: 100%;
    max-height: 405px;
    object-fit: contain;
    filter: drop-shadow(0 24px 34px rgba(0, 70, 160, 0.14));
}

.home-hero-area .slider-icon-1-prev,
.home-hero-area .slider-icon-1-next {
    display: none !important;
}

.home-hero-area .slick-dots {
    bottom: 22px;
    z-index: 5;
    display: flex !important;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    visibility: visible !important;
}

.home-hero-area .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 5px;
}

.home-hero-area .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid rgba(0, 100, 224, 0.35);
    border-radius: 999px;
    background: rgba(0, 100, 224, 0.22);
    font-size: 0;
    transition: width 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.home-hero-area .slick-dots li button::before {
    display: none;
}

.home-hero-area .slick-dots li.slick-active button {
    width: 28px;
    border-color: #0064e0;
    background: #0064e0;
}

.home-hero-area .more-blogs-btn {
    display: none;
}

.home-product-card,
.home-blog-card {
    height: 100%;
    border: 1px solid #dfe7f3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
    overflow: hidden;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.home-dynamic-products-area {
    padding-top: 18px;
}

.home-dynamic-products-area .tab-content {
    padding-top: 10px;
}

.home-dynamic-products-area .slick-list {
    padding: 12px 0 22px;
    margin: -12px 0 -22px;
}

.home-dynamic-products-area .product-plr-1 {
    padding-top: 4px;
    padding-bottom: 4px;
}

.home-suggested-products-area {
    padding-top: 26px !important;
    padding-bottom: 58px !important;
}

.home-suggested-products-area .row {
    row-gap: 26px;
}

.home-suggested-products-area .home-product-card {
    margin-bottom: 0 !important;
}

.home-suggested-products-area .more-product-btn {
    margin-top: 36px;
    margin-bottom: 0 !important;
    padding-bottom: 8px;
}

.home-product-card:hover,
.home-blog-card:hover {
    border-color: #0064e0;
    box-shadow: 0 16px 38px rgba(0, 100, 224, 0.12);
    transform: translateY(-4px);
}

.home-product-card:hover .product-img img {
    transform: scale(1.04);
}

.home-product-card {
    padding: 14px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.home-product-card .product-img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 170px;
    border-radius: 8px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.home-product-card .product-img a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.home-product-card .product-img img {
    width: auto;
    max-width: 100%;
    max-height: 140px;
    object-fit: contain;
    transition: opacity 0.18s ease, transform 0.22s ease;
}

.home-product-gallery-img {
    will-change: contents;
}

.home-product-image-missing {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 140px;
    padding: 16px;
    color: #64748b;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    overflow-wrap: anywhere;
}

.home-product-category {
    margin-bottom: 8px;
    color: #7a8493;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}

.home-product-card .product-content-wrap-3 h3 a,
.home-product-card .product-content-position-2 h3 a {
    display: -webkit-box;
    min-height: 40px;
    overflow: hidden;
    color: #151515;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-product-card .product-content-position-2 {
    display: none !important;
}

.home-product-card:hover .product-content-wrap-3 h3 a,
.home-product-card:hover .product-content-position-2 h3 a {
    color: #0064e0;
}

.home-product-card .product-price-4 span,
.home-product-card .product-price-4 .new-price {
    color: #6b7280 !important;
    font-size: 18px;
    font-weight: 600;
}

.home-product-card .product-content-wrap-3 .product-price-4 span,
.home-product-card .product-content-wrap-3 .product-price-4 .new-price {
    color: #6b7280 !important;
}

.home-product-card .product-author span {
    color: #6b7280;
    font-size: 13px;
    font-weight: 600;
}

.home-product-card .product-author a {
    color: #16a34a;
    font-weight: 800;
}

.home-card-stock-wrap {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.home-stock-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 4px 14px;
    border: 1px solid #bbf7d0;
    border-radius: 999px;
    background: #dcfce7;
    color: #16a34a;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.home-product-card .pro-add-to-cart-2 button {
    border-radius: 999px;
    background: #0064e0;
    color: #fff;
    font-weight: 800;
}

.home-product-card .pro-add-to-cart-2 button:hover {
    background: #000;
}

.home-blog-card {
    padding: 14px;
}

.home-blog-card .blog-img {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.home-blog-card .blog-img a {
    display: block;
    min-height: 210px;
}

.home-blog-card .blog-img img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    transition: transform 0.22s ease;
}

.home-blog-image-missing {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 210px;
    padding: 22px;
    border: 1px solid #dbeafe;
    background: linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
    color: #0f172a;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    overflow-wrap: anywhere;
}

.home-blog-card:hover .blog-img img {
    transform: scale(1.04);
}

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

.home-blog-card .blog-meta {
    margin-bottom: 10px;
}

.home-blog-card .blog-meta a {
    display: -webkit-box;
    overflow: hidden;
    color: #151515;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-blog-card:hover .blog-meta a {
    color: #0064e0;
}

.home-blog-card .blog-content p {
    color: #6b7280;
    font-size: 15px;
    line-height: 1.6;
    min-height: 72px;
}

.home-blog-card .btn-primary {
    border-color: #0064e0;
    border-radius: 999px;
    background: #0064e0;
    padding: 7px 16px;
    font-weight: 700;
}

.home-blog-card .btn-primary:hover {
    border-color: #000;
    background: #000;
}

.more-product-btn a,
.more-blogs-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 28px;
    border: 1px solid rgba(0, 100, 224, 0.14);
    border-radius: 999px;
    background: #0064e0;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 14px 30px rgba(0, 100, 224, 0.18);
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.more-product-btn a:hover,
.more-blogs-btn a:hover {
    border-color: #000;
    background: #000;
    color: #fff;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.16);
    transform: translateY(-2px);
}

.more-blogs-btn {
    margin-top: 24px;
    padding-bottom: 12px;
}

.blog-area .more-blogs-btn {
    margin-top: 28px;
    padding-bottom: 0;
}

.home-blog-section {
    padding-bottom: 42px;
}

@media (max-width: 991px) {
    .home-hero-slide {
        min-height: 470px;
        padding: 54px 0 50px;
    }

    .home-hero-slide .row {
        min-height: 360px;
    }

    .home-hero-area .hero-slider-content-6 h1 {
        font-size: 38px;
        line-height: 1.12;
    }

    .home-hero-area .hero-slider-content-6 p {
        font-size: 15px;
        line-height: 1.6;
    }

    .home-hero-area .hm9-hero-slider-img {
        min-height: 330px;
    }

    .home-hero-area .hm9-hero-slider-img img {
        max-height: 300px;
    }

    .home-product-card .product-img {
        min-height: 155px;
    }
}

@media (max-width: 767px) {
    .home-hero-slide {
        min-height: auto;
        padding: 58px 0 56px;
    }

    .home-hero-slide .row {
        min-height: auto;
    }

    .home-hero-area .hero-slider-content-6.slider-content-hm9 {
        text-align: center;
    }

    .home-hero-area .hero-slider-content-6 h1 {
        max-width: none;
        font-size: 34px;
        line-height: 1.12;
    }

    .home-hero-area .hero-slider-content-6 p {
        max-width: none;
        margin-bottom: 24px;
    }

    .home-hero-area .hm9-hero-slider-img {
        min-height: 250px;
        margin-top: 26px;
    }

    .home-hero-area .hm9-hero-slider-img img {
        max-height: 230px;
    }

    .home-product-card {
        padding: 16px;
    }

    .home-blog-card .blog-content {
        padding: 18px 2px 2px;
    }
}

@media (max-width: 575px) {
    .home-hero-area .hero-slider-content-6 h5 {
        font-size: 12px;
    }

    .home-hero-area .hero-slider-content-6 h1 {
        font-size: 30px;
    }

    .home-hero-area .hm9-hero-slider-img {
        min-height: 210px;
    }

    .home-hero-area .hm9-hero-slider-img img {
        max-height: 190px;
    }

    .home-product-card .product-img {
        min-height: 145px;
    }

    .home-product-card .product-img img {
        max-height: 120px;
    }

    .home-blog-card .blog-img img {
        height: 190px;
    }

    .home-blog-card .blog-img a,
    .home-blog-image-missing {
        min-height: 190px;
    }
}

/* Product discovery sections */
.home-category-section,
.home-dynamic-products-area {
    background: linear-gradient(180deg, #f7faff 0%, #ffffff 46%, #f8fbff 100%);
}

.home-category-section {
    padding: 96px 0 104px;
}

.home-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 48px;
}

.home-section-heading > div {
    flex: 1;
    text-align: center;
}

.home-section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 13px;
    color: #0064e0;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.home-section-eyebrow::before,
.home-section-eyebrow::after {
    width: 22px;
    height: 2px;
    background: #0064e0;
    content: "";
}

.home-section-heading h2,
.home-products-heading h2 {
    margin: 0 0 12px;
    color: #10182c;
    font-size: 42px;
    font-weight: 750;
    line-height: 1.15;
    letter-spacing: 0;
}

.home-section-heading h2 span {
    color: #0064e0;
}

.home-section-heading p,
.home-products-heading p {
    max-width: 660px;
    margin: 0 auto;
    color: #697386;
    font-size: 15px;
    line-height: 1.7;
}

.home-outline-link,
.home-category-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 44px;
    border: 1px solid #0064e0;
    border-radius: 6px;
    color: #0064e0;
    font-size: 14px;
    font-weight: 700;
}

.home-outline-link {
    flex: 0 0 auto;
    margin-bottom: 27px;
    padding: 9px 17px;
}

.home-outline-link:hover,
.home-category-link:hover {
    background: #0064e0;
    color: #ffffff;
}

.home-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.home-category-card {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 16px 16px 22px;
    border: 1px solid #dce7f4;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(24, 54, 92, 0.08);
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.home-category-card:hover {
    border-color: #7db5f5;
    box-shadow: 0 18px 40px rgba(0, 100, 224, 0.13);
    transform: translateY(-4px);
}

.home-category-media {
    display: flex;
    min-height: 245px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 6px;
    background: #f4f8ff;
}

.home-category-media .product-img,
.home-category-media .product-img a {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 245px;
    align-items: center;
    justify-content: center;
}

.home-category-media .product-img img {
    width: auto;
    max-width: 86%;
    max-height: 205px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.home-category-card:hover .home-category-media img {
    transform: scale(1.035);
}

.home-category-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    padding: 23px 5px 0;
    text-align: center;
}

.home-category-content h3 {
    margin: 0 0 10px;
}

.home-category-content h3 a {
    color: #0d1b3a;
    font-size: 20px;
    font-weight: 750;
    text-transform: none;
}

.home-category-content p {
    min-height: 70px;
    margin: 0 0 20px;
    color: #697386;
    font-size: 14px;
    line-height: 1.65;
}

.home-category-link {
    width: 100%;
    max-width: 220px;
    margin-top: auto;
    padding: 8px 14px;
}

.home-dynamic-products-area {
    padding: 96px 0 102px;
}

.home-products-heading {
    max-width: 760px;
    margin: 0 auto 28px;
}

.home-product-tabs.tab-style-9 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 0 0 42px;
    padding: 4px 0;
    flex-wrap: wrap;
}

.home-product-tabs.tab-style-9 a {
    display: inline-flex;
    min-width: 142px;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 0;
    padding: 9px 18px;
    border: 1px solid #dce5f1;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(24, 54, 92, 0.07);
    color: #172033;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.home-product-tabs.tab-style-9 a i {
    color: #0064e0;
    font-size: 18px;
}

.home-product-tabs.tab-style-9 a.active,
.home-product-tabs.tab-style-9 a:hover {
    border-color: #0064e0;
    background: #0064e0;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 100, 224, 0.22);
}

.home-product-tabs.tab-style-9 a.active i,
.home-product-tabs.tab-style-9 a:hover i {
    color: #ffffff;
}

.home-dynamic-products-area .home-product-card {
    display: flex;
    min-height: 445px;
    flex-direction: column;
    padding: 11px;
    border-color: #dce6f2;
    box-shadow: 0 10px 28px rgba(24, 54, 92, 0.07);
}

.home-needs-product-slider {
    margin: 0 -10px;
    padding-bottom: 42px;
}

.home-needs-product-slider .slick-track {
    display: flex;
}

.home-needs-product-slider .slick-slide {
    height: auto;
}

.home-needs-product-slider .slick-slide > div,
.home-needs-product-slider .product-plr-1 {
    height: 100%;
}

.home-needs-product-slider .product-plr-1 {
    padding: 4px 10px 8px;
}

.home-needs-product-slider .slick-dots {
    position: absolute;
    right: 0;
    bottom: 2px;
    left: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 0;
}

.home-needs-product-slider .slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0;
}

.home-needs-product-slider .slick-dots li button {
    display: block;
    width: 9px;
    height: 9px;
    padding: 0;
    border: 1px solid #7eb4f5;
    border-radius: 999px;
    background: #dcecff;
    color: transparent;
    font-size: 0;
    transition: width 0.2s ease, background-color 0.2s ease;
}

.home-needs-product-slider .slick-dots li button::before {
    display: none;
}

.home-needs-product-slider .slick-dots li.slick-active {
    width: 25px;
}

.home-needs-product-slider .slick-dots li.slick-active button {
    width: 25px;
    border-color: #0064e0;
    background: #0064e0;
}

.home-dynamic-products-area .home-product-card .product-img {
    min-height: 205px;
    margin-bottom: 0 !important;
    border-radius: 6px;
    background: #f1f6fd;
}

.home-dynamic-products-area .home-product-card .product-img img {
    max-height: 175px;
}

.home-dynamic-products-area .home-product-card .product-content-wrap-3 {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 19px 6px 5px;
    text-align: left;
}

.home-dynamic-products-area .home-product-category {
    width: fit-content;
    margin-bottom: 9px;
    padding: 4px 9px;
    border-radius: 999px;
    background: #eaf3ff;
    color: #0064e0;
    font-size: 11px;
    font-weight: 800;
    text-align: left;
    text-transform: uppercase;
}

.home-dynamic-products-area .home-product-card .product-content-wrap-3 h3 {
    width: 100%;
    margin-bottom: 10px;
}

.home-dynamic-products-area .home-product-card .product-content-wrap-3 h3 a {
    min-height: 44px;
    color: #111a30;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}

.home-price-stock-row {
    display: flex;
    width: 100%;
    min-height: 28px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
}

.home-dynamic-products-area .home-product-card .product-price-4 {
    flex: 0 1 auto;
    margin-bottom: 0;
}

.home-dynamic-products-area .home-product-card .product-price-4 span,
.home-dynamic-products-area .home-product-card .product-price-4 .new-price {
    color: #0064e0 !important;
    font-size: 19px;
    font-weight: 800;
}

.home-dynamic-products-area .home-card-stock-wrap {
    flex: 0 0 auto;
    justify-content: flex-start;
    margin: 0;
}

.home-dynamic-products-area .home-stock-badge {
    min-height: 25px;
    padding: 4px 10px;
    border: 0;
    font-size: 12px;
}

.home-dynamic-products-area .home-stock-badge::before {
    width: 7px;
    height: 7px;
    margin-right: 7px;
    border-radius: 50%;
    background: currentColor;
    content: "";
}

.home-product-details-link {
    display: inline-flex;
    width: 100%;
    min-height: 41px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: auto;
    padding: 8px 12px;
    border: 1px solid #86b9ff;
    border-radius: 6px;
    color: #0064e0;
    font-size: 14px;
    font-weight: 700;
}

.home-product-details-link:hover {
    border-color: #0064e0;
    background: #0064e0;
    color: #ffffff;
}

@media (max-width: 1199px) {
    .home-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .home-category-section,
    .home-dynamic-products-area {
        padding: 76px 0 80px;
    }

    .home-section-heading h2,
    .home-products-heading h2 {
        font-size: 36px;
    }

    .home-section-heading {
        align-items: center;
        flex-direction: column;
    }

    .home-outline-link {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .home-category-grid {
        grid-template-columns: 1fr;
    }

    .home-category-card {
        max-width: 520px;
        margin: 0 auto;
    }

    .home-product-tabs.tab-style-9 {
        justify-content: flex-start;
        flex-wrap: nowrap;
        margin-right: -12px;
        margin-left: -12px;
        padding: 4px 12px 10px;
        overflow-x: auto;
        scrollbar-width: thin;
    }

    .home-product-tabs.tab-style-9 a {
        flex: 0 0 auto;
    }
}

@media (max-width: 575px) {
    .home-category-section,
    .home-dynamic-products-area {
        padding: 62px 0 66px;
    }

    .home-section-heading,
    .home-products-heading {
        margin-bottom: 34px;
    }

    .home-section-heading h2,
    .home-products-heading h2 {
        font-size: 30px;
    }

    .home-section-heading p,
    .home-products-heading p {
        font-size: 14px;
    }

    .home-category-media,
    .home-category-media .product-img,
    .home-category-media .product-img a {
        min-height: 220px;
    }

    .home-category-media .product-img img {
        max-height: 180px;
    }

    .home-category-content p {
        min-height: 0;
    }

    .home-dynamic-products-area .home-product-card {
        min-height: 430px;
    }
}

/* Home promotional banner cards */
.home-promo-section {
    padding: 88px 0;
    background: #ffffff;
}

.home-promo-grid {
    row-gap: 24px;
}

.home-promo-card {
    min-height: 280px;
    overflow: hidden;
    border: 1px solid #bdd8fb;
    border-radius: 8px;
    background: #f6f9fe;
    box-shadow: 0 10px 28px rgba(24, 54, 92, 0.07);
    transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.home-promo-card:hover {
    border-color: #70acf5;
    box-shadow: 0 16px 38px rgba(0, 100, 224, 0.12);
    transform: translateY(-3px);
}

.home-promo-card .banner-img,
.home-promo-card .banner-img a {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 280px;
}

.home-promo-card .banner-img img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    object-position: center;
}

.home-promo-card .banner-content-11.banner-content-11-modify {
    top: 50%;
    left: 32px;
    width: 45%;
    transform: translateY(-50%);
}

.home-promo-card .banner-content-11 h2 {
    margin: 0 0 18px;
    color: #0c1018;
    font-size: 29px;
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: 0;
}

.home-promo-card .home-promo-title-line {
    display: block;
    color: #0c1018;
    font-weight: 400;
}

.home-promo-card .home-promo-title-line b {
    font-weight: 800;
}

.home-promo-card .home-promo-title-line strong,
.home-promo-card .home-promo-title-accent {
    color: #0064e0;
    font-weight: 750;
}

.home-promo-card .banner-content-11 p {
    max-width: 260px;
    margin: 0 0 23px;
    color: #5f6877;
    font-size: 13px;
    line-height: 1.65;
}

.home-promo-card .btn-style-4 a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 9px 15px;
    border-radius: 6px;
    background: #0064e0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.home-promo-card .btn-style-4 a:hover {
    background: #034b9f;
    color: #ffffff;
}

.home-promo-card .btn-style-4 a i {
    margin: 0;
    transition: transform 0.2s ease;
}

.home-promo-card .btn-style-4 a:hover i {
    transform: translateX(3px);
}

@media (max-width: 1199px) and (min-width: 992px) {
    .home-promo-card,
    .home-promo-card .banner-img,
    .home-promo-card .banner-img a,
    .home-promo-card .banner-img img {
        min-height: 245px;
    }

    .home-promo-card .banner-content-11.banner-content-11-modify {
        left: 24px;
        width: 48%;
    }

    .home-promo-card .banner-content-11 h2 {
        margin-bottom: 12px;
        font-size: 24px;
    }

    .home-promo-card .banner-content-11 p {
        margin-bottom: 15px;
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .home-promo-section {
        padding: 72px 0;
    }

    .home-promo-card {
        max-width: 720px;
        min-height: 300px;
        margin: 0 auto;
    }

    .home-promo-card .banner-img,
    .home-promo-card .banner-img a,
    .home-promo-card .banner-img img {
        min-height: 300px;
    }

    .home-promo-card .banner-content-11.banner-content-11-modify {
        left: 38px;
        width: 43%;
    }

    .home-promo-card .banner-content-11 h2 {
        font-size: 31px;
    }
}

@media (max-width: 575px) {
    .home-promo-section {
        padding: 58px 0;
    }

    .home-promo-grid {
        row-gap: 18px;
    }

    .home-promo-card {
        display: flex;
        min-height: 0;
        flex-direction: column;
    }

    .home-promo-card .banner-img,
    .home-promo-card .banner-img a,
    .home-promo-card .banner-img img {
        min-height: 190px;
    }

    .home-promo-card .banner-img {
        order: 1;
    }

    .home-promo-card .banner-img img {
        object-position: 64% center;
    }

    .home-promo-card .banner-content-11.banner-content-11-modify {
        position: relative;
        top: auto;
        left: auto;
        order: 2;
        width: 100%;
        padding: 23px 20px 24px;
        transform: none;
        background: #ffffff;
    }

    .home-promo-card .banner-content-11 h2 {
        margin-bottom: 13px;
        font-size: 26px;
    }

    .home-promo-card .banner-content-11 p {
        max-width: none;
        margin-bottom: 18px;
        font-size: 13px;
    }
}

/* Suggested and more products */
.home-product-showcase {
    padding: 88px 0 82px;
    background: #f8fbff;
}

.home-more-products-area {
    background: #ffffff;
}

.home-showcase-heading {
    max-width: 760px;
    margin: 0 auto 42px;
}

.home-showcase-icon {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 50%;
    background: #0064e0;
    box-shadow: 0 9px 20px rgba(0, 100, 224, 0.22);
    color: #ffffff;
    font-size: 20px;
}

.home-showcase-heading h2 {
    margin: 0 0 11px;
    color: #11182a;
    font-size: 40px;
    font-weight: 750;
    line-height: 1.16;
    letter-spacing: 0;
}

.home-showcase-heading h2 span {
    color: #0064e0;
}

.home-showcase-heading p {
    margin: 0;
    color: #687386;
    font-size: 15px;
    line-height: 1.7;
}

.home-showcase-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.home-showcase-grid > div {
    min-width: 0;
    height: 100%;
}

.home-showcase-card {
    display: flex;
    min-width: 0;
    min-height: 465px;
    flex-direction: column;
    padding: 11px;
    margin: 0 !important;
    border-color: #cfe0f5;
    box-shadow: 0 9px 26px rgba(24, 54, 92, 0.06);
}

.home-showcase-grid > div .home-showcase-card {
    height: 100%;
}

.home-suggested-product-slider.slick-initialized {
    display: block;
    margin-inline: -9px;
    padding-bottom: 40px;
}

.home-suggested-product-slider .slick-list {
    padding: 10px 0 18px;
    margin: -10px 0 -18px;
}

.home-suggested-product-slider .slick-track {
    display: flex;
}

.home-suggested-product-slider .slick-slide {
    height: auto;
    padding-inline: 9px;
}

.home-suggested-product-slider .slick-slide > div,
.home-suggested-product-slider .slick-slide > div > div {
    height: 100%;
}

.home-suggested-product-slider .slick-dots,
.home-blog-card-slider .slick-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 0;
}

.home-suggested-product-slider .slick-dots li,
.home-blog-card-slider .slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0;
}

.home-suggested-product-slider .slick-dots li button,
.home-blog-card-slider .slick-dots li button {
    display: block;
    width: 9px;
    height: 9px;
    padding: 0;
    border: 1px solid #7eb4f5;
    border-radius: 999px;
    background: #dcecff;
    color: transparent;
    font-size: 0;
    transition: width 0.2s ease, background-color 0.2s ease;
}

.home-suggested-product-slider .slick-dots li button::before,
.home-blog-card-slider .slick-dots li button::before {
    display: none;
}

.home-suggested-product-slider .slick-dots li.slick-active,
.home-blog-card-slider .slick-dots li.slick-active {
    width: 25px;
}

.home-suggested-product-slider .slick-dots li.slick-active button,
.home-blog-card-slider .slick-dots li.slick-active button {
    width: 25px;
    border-color: #0064e0;
    background: #0064e0;
}

.home-showcase-card .product-img {
    min-height: 220px;
    margin: 0 !important;
    border-radius: 6px;
    background: #f4f8fd;
}

.home-showcase-card .product-img img {
    max-height: 190px;
}

.home-showcase-card .product-content-wrap-3 {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 7px 6px;
    text-align: left;
}

.home-showcase-card .home-product-category {
    margin-bottom: 10px;
    color: #0064e0;
    font-size: 11px;
    font-weight: 800;
    text-align: left;
    text-transform: uppercase;
}

.home-showcase-card .product-content-wrap-3 h3 {
    width: 100%;
    margin: 0 0 13px;
}

.home-showcase-card .product-content-wrap-3 h3 a {
    min-height: 48px;
    color: #111827;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    text-align: left;
}

.home-showcase-card .product-price-4 {
    margin-bottom: 17px;
}

.home-showcase-card .product-price-4 span {
    color: #647087 !important;
    font-size: 18px;
    font-weight: 750;
}

.home-showcase-card .home-card-stock-wrap {
    justify-content: flex-start;
    margin-top: auto;
}

.home-showcase-card .home-stock-badge {
    min-height: 29px;
    padding: 5px 13px;
    font-size: 12px;
}

.home-showcase-card .home-stock-badge::before {
    width: 7px;
    height: 7px;
    margin-right: 7px;
    border-radius: 50%;
    background: currentColor;
    content: "";
}

.home-product-showcase .more-product-btn {
    margin: 36px 0 0;
    padding: 0;
}

.home-product-showcase .more-product-btn a,
.home-insights-section .more-blogs-btn a {
    gap: 11px;
    min-width: 240px;
}

/* Home insights */
.home-insights-section {
    margin: 0;
    padding: 92px 0 82px;
    background: #f8fbff;
}

.home-insights-heading {
    max-width: 760px;
    margin: 0 auto 42px;
}

.home-insights-heading__line {
    display: block;
    width: 72px;
    height: 3px;
    margin: 0 auto 18px;
    border-radius: 999px;
    background: #0064e0;
}

.home-insights-heading h2 {
    margin: 0 0 12px;
    color: #111827;
    font-size: 40px;
    font-weight: 750;
    line-height: 1.16;
    letter-spacing: 0;
}

.home-insights-heading h2 span {
    color: #0064e0;
}

.home-insights-heading p {
    max-width: 650px;
    margin: 0 auto;
    color: #687386;
    font-size: 15px;
    line-height: 1.65;
}

.home-blog-grid {
    row-gap: 24px;
}

.home-blog-grid:not(.slick-initialized) > div {
    display: flex;
}

.home-blog-card-slider {
    margin-inline: -12px;
    padding-bottom: 42px;
}

.home-blog-card-slider .slick-list {
    padding: 10px 0 20px;
    margin: -10px 0 -20px;
}

.home-blog-card-slider .slick-track {
    display: flex;
}

.home-blog-card-slider .slick-slide {
    display: flex;
    height: auto;
    padding-inline: 12px;
}

.home-blog-card-slider .slick-slide > div,
.home-blog-card-slider .slick-slide > div > div {
    height: 100%;
}

.home-insights-section .home-blog-card {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 12px;
    margin: 0;
    border-color: #cfe0f5;
    box-shadow: 0 10px 30px rgba(24, 54, 92, 0.07);
}

.home-insights-section .home-blog-card .blog-img {
    border-radius: 6px;
}

.home-insights-section .home-blog-card .blog-img a,
.home-insights-section .home-blog-image-missing {
    min-height: 235px;
}

.home-insights-section .home-blog-card .blog-img img {
    height: 235px;
}

.home-insights-section .home-blog-card .blog-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px 6px 7px;
}

.home-blog-kicker {
    display: flex;
    min-height: 20px;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #6b7688;
    font-size: 12px;
    font-weight: 600;
}

.home-blog-kicker span {
    color: #0064e0;
    font-weight: 800;
    text-transform: uppercase;
}

.home-blog-kicker i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #8da0b8;
}

.home-insights-section .home-blog-card h3 {
    margin: 0 0 13px;
}

.home-insights-section .home-blog-card h3 a {
    display: -webkit-box;
    min-height: 50px;
    overflow: hidden;
    color: #111827;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-insights-section .home-blog-card:hover h3 a {
    color: #0064e0;
}

.home-insights-section .home-blog-card .blog-content p {
    min-height: 75px;
    margin: 0 0 20px;
    color: #687386;
    font-size: 14px;
    line-height: 1.7;
}

.home-blog-read {
    display: inline-flex;
    width: fit-content;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: auto;
    padding: 8px 16px;
    border-radius: 999px;
    background: #0064e0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}

.home-blog-read:hover {
    background: #034b9f;
    color: #ffffff;
}

.home-blog-read i {
    transition: transform 0.2s ease;
}

.home-blog-read:hover i {
    transform: translateX(3px);
}

.deal-content-1 h2 span {
    text-transform: none;
}

.deal-content-1 .deal-btn a {
    text-transform: none;
}

.deal-content-1 .deal-btn {
    margin-top: 30px;
}

.deal-content-1 .deal-btn a:hover {
    border-bottom-color: #0064e0;
    color: #0064e0;
}

.home-deal-image-banner,
.home-deal-image-banner a {
    display: block;
    width: 100%;
    line-height: 0;
}

.home-deal-image-banner img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.home-insights-section .more-blogs-btn {
    margin-top: 34px;
    padding: 0;
}

.home-footer-banner-section {
    position: relative;
    overflow: hidden;
    background: #eef5ff;
}

.home-footer-banner-slider,
.home-footer-banner-slide,
.home-footer-banner-slide a {
    display: block;
    width: 100%;
}

.home-footer-banner-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.home-footer-banner-slider .slick-dots {
    position: absolute;
    right: 0;
    bottom: 18px;
    left: 0;
    z-index: 3;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
}

.home-footer-banner-slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0;
}

.home-footer-banner-slider .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid #0064e0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: transparent;
    font-size: 0;
    transition: width 0.2s ease, background-color 0.2s ease;
}

.home-footer-banner-slider .slick-dots li button::before {
    display: none;
}

.home-footer-banner-slider .slick-dots li.slick-active {
    width: 28px;
}

.home-footer-banner-slider .slick-dots li.slick-active button {
    width: 28px;
    background: #0064e0;
}

@media (max-width: 1199px) {
    .home-showcase-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .home-product-showcase,
    .home-insights-section {
        padding: 74px 0 72px;
    }

    .home-showcase-heading h2,
    .home-insights-heading h2 {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .home-showcase-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .home-footer-banner-slider .slick-dots {
        bottom: 8px;
        gap: 6px;
    }

    .home-footer-banner-slider .slick-dots li,
    .home-footer-banner-slider .slick-dots li button {
        width: 7px;
        height: 7px;
    }

    .home-footer-banner-slider .slick-dots li.slick-active,
    .home-footer-banner-slider .slick-dots li.slick-active button {
        width: 20px;
    }

    .home-product-showcase,
    .home-insights-section {
        padding: 60px 0 62px;
    }

    .home-showcase-heading,
    .home-insights-heading {
        margin-bottom: 32px;
    }

    .home-showcase-heading h2,
    .home-insights-heading h2 {
        font-size: 29px;
    }

    .home-showcase-grid {
        grid-template-columns: 1fr;
    }

    .home-showcase-card {
        min-height: 430px;
    }

    .home-showcase-card .product-img {
        min-height: 205px;
    }

    .home-showcase-card .product-img img {
        max-height: 175px;
    }

    .home-product-showcase .more-product-btn a,
    .home-insights-section .more-blogs-btn a {
        width: 100%;
        min-width: 0;
    }

    .home-insights-section .home-blog-card .blog-img a,
    .home-insights-section .home-blog-image-missing {
        min-height: 205px;
    }

    .home-insights-section .home-blog-card .blog-img img {
        height: 205px;
    }
}

/* Keep showcase cards consistent with the needs slider cards */
.home-product-showcase .home-showcase-card {
    min-height: 445px;
    padding: 11px;
    border-color: #dce6f2;
    box-shadow: 0 10px 28px rgba(24, 54, 92, 0.07);
}

.home-product-showcase .home-showcase-card .product-img {
    min-height: 205px;
    border-radius: 6px;
    background: #f1f6fd;
}

.home-product-showcase .home-showcase-card .product-img img {
    max-height: 175px;
}

.home-product-showcase .home-showcase-card .product-content-wrap-3 {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 19px 6px 5px;
    text-align: left;
}

.home-product-showcase .home-showcase-card .home-product-category {
    width: fit-content;
    margin-bottom: 9px;
    padding: 4px 9px;
    border-radius: 999px;
    background: #eaf3ff;
    color: #0064e0;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
}

.home-product-showcase .home-showcase-card .product-content-wrap-3 h3 {
    width: 100%;
    margin: 0 0 10px;
}

.home-product-showcase .home-showcase-card .product-content-wrap-3 h3 a {
    min-height: 44px;
    color: #111a30;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
}

.home-product-showcase .home-showcase-card .home-price-stock-row {
    min-height: 28px;
    margin-bottom: 14px;
}

.home-product-showcase .home-showcase-card .product-price-4 {
    margin: 0;
}

.home-product-showcase .home-showcase-card .product-price-4 span {
    color: #0064e0 !important;
    font-size: 19px;
    font-weight: 800;
}

.home-product-showcase .home-showcase-card .home-card-stock-wrap {
    justify-content: flex-start;
    margin: 0;
}

.home-product-showcase .home-showcase-card .home-stock-badge {
    min-height: 25px;
    padding: 4px 10px;
    border: 0;
    font-size: 12px;
}

.home-product-showcase .home-showcase-card .home-product-details-link {
    min-height: 41px;
    margin-top: 6px;
}

@media (max-width: 575px) {
    .home-product-showcase .home-showcase-card {
        min-height: 435px;
    }
}

/* Main home slider */
.home-main-slider-area {
    width: 100%;
    overflow: hidden;
    background: #e5f3ff;
}

@media (min-width: 992px) {
    .home-main-slider-area ~ .service-area .service-wrap-hm9 {
        margin-top: 5px !important;
    }
}

.home-main-slider,
.home-main-slider .slick-list,
.home-main-slider .slick-track {
    line-height: 0;
}

/* Prevent all hero slides flashing before Slick finishes initializing. */
.home-main-slider {
    overflow: hidden;
}

.home-main-slider:not(.slick-initialized) > .home-main-slide {
    display: none !important;
}

.home-main-slider:not(.slick-initialized) > .home-main-slide:first-child {
    display: block !important;
}

.home-main-slide {
    display: block;
    width: 100%;
}

.home-main-slide > a {
    display: block;
    width: 100%;
}

.home-main-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.home-main-slider .slick-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: transparent;
    background: rgba(0, 82, 190, .82);
    box-shadow: 0 5px 15px rgba(0, 35, 84, .18);
    transform: translateY(-50%);
    cursor: pointer;
}

.home-main-slider .slick-prev {
    left: 20px;
}

.home-main-slider .slick-next {
    right: 20px;
}

.home-main-slider .slick-arrow::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.home-main-slider .slick-prev::before {
    transform: translate(-35%, -50%) rotate(-135deg);
}

.home-main-slider .slick-next::before {
    transform: translate(-65%, -50%) rotate(45deg);
}

.home-main-slider .slick-dots {
    position: absolute;
    right: 0;
    bottom: 12px;
    left: 0;
    display: flex;
    justify-content: center;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-main-slider .slick-dots button {
    display: block;
    width: 9px;
    height: 9px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #0563d8;
    border-radius: 50%;
    color: transparent;
    background: #fff;
    cursor: pointer;
}

.home-main-slider .slick-dots .slick-active button {
    width: 24px;
    border-radius: 8px;
    background: #0563d8;
}

@media (max-width: 767px) {
    .home-main-slider .slick-arrow {
        width: 30px;
        height: 30px;
    }

    .home-main-slider .slick-prev {
        left: 7px;
    }

    .home-main-slider .slick-next {
        right: 7px;
    }

    .home-main-slider .slick-dots {
        bottom: 5px;
        gap: 5px;
    }

    .home-main-slider .slick-dots button {
        width: 6px;
        height: 6px;
    }

    .home-main-slider .slick-dots .slick-active button {
        width: 16px;
    }
}
