@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primary-color: #f95109;
    --secondary-color: #c08484;
    --text-color: #333;
    --white: #ffffff;
}

body {
    margin: 0;
    font-family: "Roboto", sans-serif;
}

.b {
    border: 1px solid red;
}

.band_clr {
    color: var(--primary-color);
}

.main-navbar {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.logo {
    text-decoration: none;
    font-weight: 900;
    color: var(--primary-color);
    font-style: italic;
}

.logo img {
    max-height: 50px;
}

.search-form {
    background-color: var(--white);
    border-radius: 30px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #ddd;
    /* fallback border */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
    /* subtle shadow */
}


.search-form select,
.search-form input {
    border: none;
    background-color: transparent;
    box-shadow: none;
    height: 40px;
}

.search-form select {
    width: 120px;
}

.search-form input {
    flex: 1;
    padding-left: 10px;
}

.search-form button {
    background-color: var(--primary-color);
    color: var(--white);
    border: none;
    border-radius: 25px;
    padding: 6px 15px;
    margin-left: 10px;
}

.icons a {
    position: relative;
    margin-left: 15px;
}

.icons img {
    width: 28px;
}

.cart-badge {
    position: absolute;
    top: -6px;
    left: 18px;
    background-color: var(--primary-color);
    color: var(--white);
    font-size: 12px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* catagory slider start */
.category-item img {
    width: 70px;
    height: 70px;
    /* border-radius: 50%; */
    object-fit: cover;
    margin: auto;
    transition: 0.3s;
}

.category-item img:hover {
    transform: scale(1.1);
}

.cat-name {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

/* banner start  */
/* 1st promo */
.promo-card {
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.promo-card_1 {
    height: 400px;
    border-radius: 16px;

}

.promo-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

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

.promo-content h2 {
    font-size: 32px;
    font-weight: 700;
}

.promo-content p {
    font-size: 18px;
    margin-bottom: 15px;
}

.promo-content .btn {
    background-color: var(--primary-color);
    color: var(--white);
    border: none;
    padding: 8px;
    font-weight: 400;
    font-size: 14px;
}

.promo-content .btn:hover {
    background-color: var(--primary-color);
}


/* second promo */
.promo_slider_img {
    width: 100%;
    height: 200px;
    object-fit: cover;

}

.carousel-indicators {
    margin-bottom: -2rem !important
}

.carousel-indicators [data-bs-target] {
    height: 10px;
    width: 10px;
    background-color: var(--primary-color) !important;
}

.promo-card_2 {
    margin-top: 10px;
    height: 190px;
    border-radius: 16px;
}

.promo-card_3 {
    padding: 20px !important;
    margin-bottom: 10px;
    height: 195px;
}

.prom_card_without_content {}

.prom_card_without_content img {
    width: 100%;
    margin: 0 0 15px;
    border-radius: 12px;

}

/* all product section start */
.title h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0;
    padding: 0;
}

.see_more {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0;
}

.see_more a {
    text-decoration: none;
    color: var(--text-color);
}

/* product card start */
.product-card {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    background-color: var(--white);
    padding: 10px;
    text-align: center;

}

.discount-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--primary-color);
    color: var(--white);
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
    font-weight: bold;
}



.product-image {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin: 30px auto 20px;
}

.price-now {
    color: green;
    font-weight: bold;
    font-size: 16px;
}

.price-old {
    text-decoration: line-through;
    color: gray;
    font-size: 16px;
    margin-left: 8px;
}

.product-title {
    font-size: 16px;
    color: var(--text-color);
    margin-top: 10px;
}

.add-btn {
    margin-top: 15px;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: bold;
}

/* product card end */
/* all product section end */
/* favourite_trend start */
.fav_item {
    margin: 0 15px 15px;
}

.slick-next {
    right: -10px;
}

.slick-prev {
    left: -8px;
}

.slick-prev:before,
.slick-next:before {
    color: var(--primary-color);
}





/* favourite_trend end */
/* big deal/Gifts/super deal section start */
.all_border {
    margin: 15px 10px;
    border: 1px solid #ddd;
    padding: 10px;
}

/* big deal/Gifts section end */

/* footer start */
.footer {
    background-color: var(--text-color);
    padding: 20px;
}

.footer a.footer-link {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}

.footer a.footer-link:hover {
    color: #fff;
    text-decoration: underline;
}

.footer .social-icons i {
    font-size: 18px;
    transition: 0.3s;
}

.footer .social-icons i:hover {
    color: var(--primary-color);
}

/* footer end */