body{font-family:Arial,sans-serif}.hero{background:linear-gradient(135deg,#0d6efd,#001f54)}.card{transition:.3s}.card:hover{transform:translateY(-5px)}


.header {
    position: relative;
    z-index: 1055;
}

.navbar {
    z-index: 1030;
}

.dropdown-menu {
    z-index: 1060 !important;
}





.offer-badge {

    background: #ff0000;

    color: #fff;

    padding: 10px 20px;

    border-radius: 50px;

    font-weight: 700;

    display: inline-block;

    letter-spacing: 1px;

}

.hero-product {

    max-height: 600px;

    animation: float 4s ease-in-out infinite;

    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .4));

}

@keyframes float {

    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0);
    }

}

.feature-list {

    display: flex;

    gap: 15px;

    flex-wrap: wrap;

    margin-top: 25px;

}

.feature-list span {

    background: rgba(255, 255, 255, .12);

    backdrop-filter: blur(8px);

    padding: 10px 18px;

    border-radius: 30px;

    color: #fff;

}

.hero-slider h1 {

    font-size: 64px;

}

.min-vh-75 {

    min-height: 720px;

}


.featured-products {

    background: #f8f9fa;

}

.section-title h2 {

    font-size: 42px;

}

.product-card {

    background: #fff;

    border-radius: 18px;

    overflow: hidden;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);

    transition: .35s;

    position: relative;

}

.product-card:hover {

    transform: translateY(-10px);

    box-shadow: 0 20px 40px rgba(0, 0, 0, .15);

}

.product-img {

    padding: 30px;

    height: 260px;

    object-fit: contain;

    transition: .4s;

}

.product-card:hover .product-img {

    transform: scale(1.08);

}

.product-body {

    padding: 20px;

}

.product-badge {

    position: absolute;

    top: 15px;

    left: 15px;

    color: #fff;

    padding: 8px 14px;

    border-radius: 30px;

    font-size: 12px;

    font-weight: 600;

}

.rating {

    color: #ffc107;

    margin: 12px 0;

}

.new-price {

    color: #c40000;

    font-weight: bold;

    font-size: 22px;

}


/* banner  */

.promo-card {
    border-radius: 20px;
    overflow: hidden;
    transition: .3s;
}

.banner-card {
    height: 250px;
}

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

.promo-dark,
.promo-light {
    height: 118px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.promo-dark {
    background: #212529;
    color: #fff;
}

.promo-light {
    background: #f8f9fa;
}

.promo-dark h4,
.promo-light h4 {
    margin-bottom: 8px;
    font-size: 30px;
}

.promo-dark p,
.promo-light p {
    margin-bottom: 15px;
    font-size: 16px;
}



/* small slider  */

.offer-strip {

    background: #f3f3f3;
    padding: 50px 0;

}

.offer-header {

    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;

}

.offer-header h2 {

    font-size: 36px;
    font-weight: 700;

}

.offer-header a {

    color: #c40000;
    text-decoration: none;
    font-weight: 600;

}

.offerSwiper {

    padding: 10px 5px;

}

.offer-card {

    background: #fff;
    border-radius: 12px;
    text-align: center;
    padding: 20px;
    border: 1px solid #ececec;
    transition: .3s;
    cursor: pointer;

}

.offer-card:hover {

    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .12);

}

.offer-card img {

    width: 100%;
    height: 180px;
    object-fit: contain;
    transition: .3s;

}

.offer-card:hover img {

    transform: scale(1.05);

}

.offer-card h6 {

    margin-top: 18px;
    font-size: 16px;
    font-weight: 600;

}

/* Swiper Arrows */

.offer-prev,
.offer-next {

    width: 48px !important;
    height: 48px !important;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    color: #c40000;

}

.offer-prev::after,
.offer-next::after {

    font-size: 18px !important;
    font-weight: bold;

}

.offer-prev {

    left: -25px !important;

}

.offer-next {

    right: -25px !important;

}

@media(max-width:768px) {

    .offer-prev,
    .offer-next {

        display: none;

    }

    .offer-header h2 {

        font-size: 24px;

    }

}


/* ===========================
        FOOTER
=========================== */

.footer {

    background: #111;

    color: #ddd;

    padding: 70px 0 20px;

}

.footer h5 {

    color: #fff;

    margin-bottom: 25px;

    font-weight: 700;

}

.footer p {

    color: #bbb;

    line-height: 28px;

}

.footer ul {

    list-style: none;

    padding: 0;

}

.footer ul li {

    margin-bottom: 12px;

}

.footer ul li a {

    color: #bbb;

    text-decoration: none;

    transition: .3s;

}

.footer ul li a:hover {

    color: #dc3545;

    padding-left: 6px;

}

.footer-social {

    margin-top: 25px;

}

.footer-social a {

    width: 42px;

    height: 42px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    background: #222;

    color: #fff;

    border-radius: 50%;

    margin-right: 10px;

    transition: .3s;

}

.footer-social a:hover {

    background: #dc3545;

    transform: translateY(-4px);

}

.footer hr {

    border-color: #333;

    margin: 45px 0 20px;

}

.footer-bottom {

    font-size: 15px;

}

.footer-bottom a {

    color: #bbb;

    text-decoration: none;

}

.footer-bottom a:hover {

    color: #dc3545;

}

.footer i {

    color: #dc3545;

    margin-right: 8px;

}


/* cart icons  */

/* Header Right */

.header-actions {

    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 18px;

}

/* Cart */

.cart-btn {

    width: 50px;
    height: 50px;

    border: 1px solid #ddd;
    border-radius: 50%;

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

    position: relative;

    color: #222;
    font-size: 20px;

    text-decoration: none;

    transition: .3s;

    background: #fff;

}

.cart-btn:hover {

    background: #c40000;
    border-color: #c40000;
    color: #fff;

}

.cart-count {

    position: absolute;

    top: -5px;
    right: -5px;

    width: 22px;
    height: 22px;

    border-radius: 50%;

    background: #c40000;
    color: #fff;

    font-size: 11px;
    font-weight: bold;

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

}

/* Account */

.account-btn {

    display: flex;
    align-items: center;
    gap: 12px;

    padding: 10px 18px;

    border: 1px solid #ddd;
    border-radius: 40px;

    background: #fff;

    color: #222;

    text-decoration: none;

    font-weight: 600;

    transition: .3s;

}

.account-btn i {

    width: 38px;
    height: 38px;

    border-radius: 50%;

    background: #f5f5f5;

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

    font-size: 18px;

}

.account-btn:hover {

    background: #c40000;
    color: #fff;
    border-color: #c40000;

}

.account-btn:hover i {

    background: rgba(255, 255, 255, .2);

}

.dropdown-menu {

    min-width: 220px;
    border-radius: 12px;

}

.dropdown-item {

    padding: 10px 18px;

}

.dropdown-item:hover {

    background: #c40000;
    color: #fff;

}

@media(max-width:991px) {

    .header-actions {

        justify-content: center;

    }

    .account-btn span {

        display: none;

    }

    .account-btn {

        padding: 8px;

    }

}