/* Dark theme */
body.dark-theme {
    background-color: #212121 !important;
    color: white !important;
}

body.dark-theme h1,
body.dark-theme h2,
body.dark-theme h3,
body.dark-theme h4,
body.dark-theme h5,
body.dark-theme h6,
body.dark-theme p {
    color: white !important;
}

body.dark-theme .footericon i {
    color: #ffffff !important;
}

body.dark-theme .sec4-cards {
    background-color: #424242;
}

body.dark-theme .sec2-card {
    background-color: #424242;
}

body.dark-theme .emailbox {
    background-color: #424242;
}

body.dark-theme .sec1-input {
    background-color: #212121;
}

/* body.dark-theme .sec1-head {
    color: black !important;
} */

/* body.dark-theme .sec1-para {
    color: black !important;
} */

body.dark-theme .theem-icon {
    background-color: black;
}

/* body.dark-theme .sec1-para2 {
    color: black !important;
} */

body.dark-theme .cart-card {
    background-color: #424242;
}

body.dark-theme .cart-div .value-button {
    background-color: #424242;
}

body.dark-theme .cart-div .value-button i {
    color: #ffffff !important;
}

body.dark-theme ul li {
    color: #fff !important;
}

body.dark-theme .fa-moon {
    color: #fff !important;
}

body.dark-theme .fa-location-dot {
    color: #fff !important;
}

body.dark-theme .order-box {
    background-color: #424242;
}

body.dark-theme .tracking-box {
    background-color: #424242;
}

body.dark-theme .order-box2 {
    background-color: #424242;
}

body.dark-theme .billing-box {
    background-color: #424242;
}

body.dark-theme .chech-box {
    background-color: #424242;
}

body.dark-theme .modal-card {
    background-color: #424242;
}

body.dark-theme .incress-div {
    background-color: #424242;
}

body.dark-theme .menu-card {
    background-color: #424242;
}

body.dark-theme form #decrease {
    background-color: #424242;
    color: white !important;
}

body.dark-theme form #increase {
    background-color: #424242;
    color: white !important;
}

body.dark-theme input#number {
    background-color: #424242;
    color: white !important;
}

body.dark-theme .text-area {
    background-color: #212121;
    color: white !important;
}

body.dark-theme .range {
    background-color: #212121;
}

body.dark-theme .billing-input {
    background-color: #212121;
    color: #ffffff;
}

body.dark-theme .modal-content {
    background-color: #212121;
}

body.dark-theme .order-box2 {
    background-color: #212121;
}

body.dark-theme .border-div3 {
    border: 1px solid white;
}

body.dark-theme .order-border-div {
    border: 1px solid white;
}

/* body.dark-theme .product-para {
    color: black !important;
} */

body.dark-theme input {
    color: #fff !important;
}

.body.dark-theme .fa-location-dot {
    color: #fff !important;
}

.body.dark-theme .product .input-container input {
    color: #000 !important;
}

/* Light theme */
body.light-theme {
    background-color: #f1f3f6 !important;
    color: black !important;
}

body.light-theme .sec4-head2 {
    color: white !important;
}

body.light-theme .footer-para1 {
    color: white !important;
}

body.light-theme .footer-para2 {
    color: white !important;
}

body.light-theme .footer-para2 {
    color: white !important;
}

body.light-theme .sec2-head2 {
    color: white !important;
}

body.light-theme .menu-head.active {
    color: white !important;
}

body.light-theme .botton-para {
    color: white !important;
}

body.light-theme .modal-head {
    color: white !important;
}

body.light-theme .modal-head2 {
    color: white !important;
}

body.light-theme h1,
body.light-theme h2,
body.light-theme h3,
body.light-theme h4,
body.light-theme h5,
body.light-theme h6,
body.light-theme p {
    color: #212121 !important;
}

.padding-class {
    padding: 0px 80px;
}

h1 {
    margin-bottom: 0px;
}

h2 {
    margin-bottom: 0px;
}

h3 {
    margin-bottom: 0px;
}

h4 {
    margin-bottom: 0px;
}

h5 {
    margin-bottom: 0px;
}

h6 {
    margin-bottom: 0px;
}

p {
    margin-bottom: 0px;
}

.navbar {
    background-color: #e21e2d;
    /* margin-top: 17px; */
    height: 88px;
    position: relative;

}

.navbar-brand {
    width: 134px;
    /* height: 134px; */
    position: relative;
    top: -22px;
}

a {
    color: inherit;
    text-decoration: none;
}

.navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 400;
    color: white !important;
    font-family: "Bebas Neue", sans-serif;
    text-transform: capitalize;
}

.logo {
    height: 134px;
    position: absolute;
    top: -47px;
}

.icon-box {
    width: 46px;
    height: 46px;
    border-radius: 123px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* Needed for absolute positioning of badge */
}


.cart-badge {
    position: absolute;
    bottom: 0px;
    /* Adjust vertical position */
    right: -6px;
    /* Adjust horizontal position */
    background: #03081f;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 50%;
    line-height: 1;
    min-width: 18px;
    text-align: center;
}


.nav-btn {
    width: 137px;
    height: 45px;
    background-color: white;
    border-radius: 50px;
    border: none;
    outline: none;
    font-family: "Bebas Neue", sans-serif;
    text-transform: capitalize;
    color: #e21e2d;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 6px;
    transition: all ease-in-out 0.7s;
}

.nav-btn:hover {
    color: white;
    background-color: transparent;
    border: 1px solid white;
}

.nav-para {
    font-size: 14px;
    font-weight: 500;
    color: black;
    font-family: "poppins", sans-serif;
    text-transform: capitalize;
}

/* body.dark-theme .productsec1 {
    background-image: url("../img/sec1bg-darkimg.svg");
} */


.productsec1 {
    /* background-image: url(../img/product-img.svg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 360px;
    padding-top: 70px;
    transition: background-image 0.7s ease-in-out;
}

/* body.dark-theme .sec1-bg {
    background-image: url("../img/sec1bg-darkimg.svg") !important;
} */


.sec1-bg {
    /* background: url(../img/sec1bg-img.svg); */
    height: 706px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 150px;
    background-position: center;
    transition: background-image 0.7s ease-in-out;
}

.sec1-para {
    font-size: 16px;
    font-weight: 400;
    color: black;
    font-family: "poppins", sans-serif;
    text-transform: capitalize;
}

.sec1-head {
    font-size: 54px;
    font-weight: 700;
    color: black;
    font-family: "poppins", sans-serif;
    text-transform: capitalize;
}

.sec1-para2 {
    font-size: 13px;
    font-weight: 400;
    color: black;
    font-family: "poppins", sans-serif;
    text-transform: capitalize;
    width: 38%;
}

.order-btn {
    width: 114px;
    height: 45px;
    border-radius: 50px;
    outline: none;
    border: none;
    font-family: "Bebas Neue", sans-serif;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    background-color: #e21e2d;
    color: white;
    padding-top: 4px;
    transition: all ease-in-out 0.7s;
}

.order-btn:hover {
    background-color: white;
    color: #e21e2d;
    border: 1px solid #e21e2d;
}

.sec1 {
    margin-top: 50px;
}

.emailbox {
    width: 100%;
    height: fit-content;
    background-color: white;
    border-radius: 18px;
    padding: 18px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;
    top: -50px;
    max-width: 1100px;
    margin: 0 auto;
}

.delivery-btn.active {
    width: 100%;
    height: 45px;
    border-radius: 50px;
    background-color: #e21e2d;
    border: none;
    color: white;
    font-family: "Bebas Neue", sans-serif;
    text-transform: capitalize;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delivery-btn {
    width: 100%;
    height: 45px;
    border-radius: 50px;
    background-color: white;
    border: 1px solid #e21e2d;
    color: #e21e2d;
    font-family: "Bebas Neue", sans-serif;
    text-transform: capitalize;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delivery-btn img {
    width: 20px;
}

.sec1-input {
    width: 100%;
    height: 45px;
    border-radius: 50px;
    border: 1px solid #ccc;
    padding: 0 15px;
}

.sec1-input {
    width: 100%;
    height: 50px;
    background-color: #f1f3f6;
    border-radius: 50px;
    border: none;
    outline: none;
    padding-left: 20px;
    font-family: "poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.delivery-btn2 {
    width: 100%;
    height: 45px;
    border-radius: 50px;
    background-color: #e21e2d;
    border: none;
    outline: none;
    color: white;
    font-family: "Bebas Neue", sans-serif;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.7s;
}

.delivery-btn2:hover {
    background-color: white;
    color: #e21e2d;
    border: 1px solid #e21e2d;
}

.sec2-head {
    font-family: "Bebas Neue", sans-serif;
    text-transform: capitalize;
    font-size: 45px;
    color: black;
    font-weight: 400;
}

.sec2-head2 {
    font-family: "Bebas Neue", sans-serif;
    text-transform: capitalize;
    font-size: 45px;
    color: black;
    font-weight: 400;
}

.border-div {
    border: 3px solid #e21e2d;
    width: 100px;
    border-radius: 10px;
    margin-top: -2px;
}

.border-div2 {
    border: 3px solid white;
    width: 100px;
    border-radius: 10px;
    margin-top: -2px;
}

.sec2 {
    margin-top: 50px;
}

/* slider/// */
.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: auto;
}

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

.slider-item {
    flex: 0 0 50%;
    /* default mobile 2 cards */
}

.slider-item img {
    width: 100%;
    display: block;
}

/* Arrows */
.left-arrow,
.right-arrow {
    position: absolute;
    top: 50%;
    /* width: 30px; */
    /* height: 30px; */
    cursor: pointer;
    z-index: 1000;
}

.left-arrow {
    left: -11px;
}

.right-arrow {
    right: -11px;
}

/* Responsive */
@media (min-width: 768px) {
    .slider-item {
        flex: 0 0 33.3333%;
    }

    /* tablet 3 cards */
}

@media (min-width: 992px) {
    .slider-item {
        flex: 0 0 25%;
    }

    /* laptop 4 cards */
}

@media (min-width: 1200px) {
    .slider-item {
        flex: 0 0 16.6667%;
    }

    /* desktop 6 cards */
}

.sec2-card {
    width: 100%;
    height: fit-content;
    padding: 15px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.card-para {
    font-size: 16px;
    color: black;
    font-weight: 400;
    font-family: "poppins", sans-serif;
    text-transform: capitalize;
}

.sec3-banner {
    width: 100%;
    height: fit-content;
    padding: 30px 0px 50px;
    background-color: #e21e2d;
    margin-top: 90px;
}

.sec4-banner{
    height: 610px;
    object-fit: cover;
}

.sec4-cards {
    width: 100%;
    height: fit-content;
    padding-bottom: 15px;
    border-radius: 5px;
    background-color: white;
}

.sec4img {
    display: flex;
    margin: 0 auto;
}

.sec4card-head {
    font-family: "Bebas Neue", sans-serif;
    text-transform: capitalize;
    font-size: 25px;
    color: black;
    font-weight: 400;
}

.sec4-head2 {
    font-family: "Bebas Neue", sans-serif;
    text-transform: capitalize;
    font-size: 25px;
    color: white;
    font-weight: 400;
    position: absolute;
    top: 2px;
    left: 21px;
}

.sec4-card-img {
    display: flex;
    margin: 0 auto;
}

.add-cart-btn {
    width: 90%;
    border-radius: 50px;
    background-color: #e21e2d;
    color: white;
    height: 45px;
    border: none;
    outline: none;
    font-family: "Bebas Neue", sans-serif;
    text-transform: capitalize;
    font-size: 18px;
    color: white;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 20px;
    transition: all ease-in-out 0.7s;
}

.add-cart-btn:hover {
    background-color: white;
    color: #e21e2d;
    border: 1px solid #e21e2d;
}

.add-cart-btn:hover .cart-icon2 {
    display: block;
}

.add-cart-btn:hover .cart-icon1 {
    display: none;
}

.cart-icon2 {
    display: none;
}

.sec4-card-img {
    height: 132px;
}

.sec4 {
    margin-top: 90px;
}

.footer {
    width: 100%;
    height: fit-content;
    background-color: #e21e2d;
    margin-top: 100px;
    padding-top: 60px;
}

.footer-para1 {
    font-size: 12px;
    font-weight: 400;
    color: white;
    width: 94%;
    font-family: "poppins", sans-serif;
    text-transform: capitalize;
}

.footer-para2 {
    font-size: 15px;
    font-weight: bold;
    color: white;
    /* width: 94%; */
    font-family: "poppins", sans-serif;
    text-transform: capitalize;
}

.footer-input {
    width: 371px;
    height: 49px;
    background-color: #d9d9d9;
    border-radius: 100px;
    border: none;
    outline: none;
    font-family: "poppins", sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding-left: 20px;
    color: rgba(0, 0, 0, 50%);
}

.footer-input::placeholder {
    color: rgba(0, 0, 0, 50%);
}

.subscribe {
    width: 142px;
    height: 49px;
    background-color: white;
    color: black;
    font-weight: 500;
    font-size: 15px;
    font-family: "poppins", sans-serif;
    border: none;
    outline: none;
    border-radius: 100px;
    position: absolute;
    right: 13px;
    text-transform: capitalize;
}

.bottom-div {
    width: 100%;
    background-color: #03081f;
    height: 60px;
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.botton-para {
    font-size: 12px;
    font-weight: 400;
    color: white;
    /* width: 94%; */
    font-family: "poppins", sans-serif;
    text-transform: capitalize;
}

/* modal// */
.modal-dialog {
    max-width: 800px;
}

.modal-content {
    background-color: #f1f3f6;
    padding: 25px;
}

.modal-sec1 {
    width: 100%;
    height: fit-content;
    padding: 13px 25px;
    border-radius: 10px;
    background-color: #e21e2d;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.modal-head {
    font-family: "Bebas Neue", sans-serif;
    text-transform: capitalize;
    font-size: 25px;
    color: white;
    font-weight: 400;
}

.chech-box {
    width: 100%;
    height: fit-content;
    /* padding: 20px 25px; */
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.modal-para {
    font-family: "poppins", sans-serif;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    color: black;
    text-transform: capitalize;
}

.chechbox::-ms-check {
    background-color: #e21e2d !important;
}

.chechbox {
    width: 16px;
    height: 16px;
}

.modal-border {
    border: 1px solid #d9d9d9;
    width: 95%;
    margin: 0 auto;
}

.modal-card {
    width: 100%;
    height: fit-content;
    border-radius: 11px;
    background-color: white;
    padding-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.modal-imgs {
    display: flex;
    margin: 0 auto;
    width: 228px;
    height: 188px;
    object-fit: contain;
}

.modal-img {

    display: flex;
    margin: 0 auto;
}

.modal-head2 {
    font-family: "Bebas Neue", sans-serif;
    text-transform: capitalize;
    font-size: 25px;
    color: white;
    font-weight: 400;
    position: absolute;
    top: 2px;
    right: 17px;
}

.modal-head3 {
    font-family: "Bebas Neue", sans-serif;
    text-transform: capitalize;
    font-size: 29px;
    color: black;
    font-weight: 400;
}

.modal-para2 {
    font-family: "poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #03081f;
    text-transform: capitalize;
    /* width: 76%; */
}

.modal-header {
    border-bottom: none !important;
    padding: 0px;
}

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url(../img/cross-icon.svg);
    --bs-btn-close-opacity: 0.9;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    box-sizing: content-box;
    padding: 0.25em 0.25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;
    filter: var(--bs-btn-close-filter);
    border: 0;
    background-size: 50px;
    border-radius: 120px !important;
    margin-right: -10px !important;
    margin-top: -15px !important;
}

.value-button {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    /* height: 20px; */
    text-align: center;
    vertical-align: middle;
    /* padding: 11px 0; */
    background: #eee;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    font-family: "Bebas Neue", sans-serif;
}


.value-button:hover {
    cursor: pointer;
}

form #decrease {
    /* border-radius: 8px 0 0 8px; */
    border: 1px solid #e21e2d;
    border-radius: 2px;
    background-color: white;
}

form #increase {
    /* border-radius: 0 8px 8px 0; */
    border: 1px solid #e21e2d;
    border-radius: 2px;
    background-color: white;
}

form #input-wrap {
    margin: 0px;
    padding: 0px;
}

.inputcounter {
    text-align: center;
    border: none;
    border: none;
    margin: 0px;
    width: 40px;
    height: 40px;
    background: transparent;
    outline: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.incress-div {
    width: 100%;
    height: 60px;
    border-radius: 100px;
    background-color: white;
    border: 1px solid #e21e2d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

/* product// */



.product-para {
    font-size: 16px;
    font-weight: 400;
    color: black;
    text-transform: capitalize;
}

.menu-card {
    width: 100%;
    height: fit-content;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 30px 0px;
    border-radius: 10px;
}

.product-para2 {
    font-size: 25px;
    font-weight: 700;
    color: black;
    text-transform: capitalize;
}

.menu-div {
    height: fit-content;
    padding: 15px 25px 13px;
    width: 100%;
    cursor: pointer;
}

.menu-div.active {
    background-color: #e21e2d;
}

.menu-div.active .menu-head {
    color: #fff !important;
}

.menu-head.active {
    font-family: "Bebas Neue", sans-serif;
    text-transform: capitalize;
    font-size: 25px;
    color: white;
    font-weight: 400;
}

.menu-head {
    font-family: "Bebas Neue", sans-serif;
    text-transform: capitalize;
    font-size: 25px;
    color: #282828;
    font-weight: 400;
}

.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Karla", sans-serif;
}

/* Range Slider */
.price-field {
    position: relative;
    height: 30px;
}

.price-field input[type="range"] {
    position: absolute;
    width: 100%;
    pointer-events: all;
    height: 8px;
    border-radius: 5px;
    -webkit-appearance: none;
    background: transparent;
}

/* Track */
.price-field input[type="range"]::-webkit-slider-runnable-track {
    height: 8px;
    border-radius: 5px;
    background: #ddd;
}

.price-field input[type="range"]::-moz-range-track {
    height: 8px;
    border-radius: 5px;
    background: #ddd;
}

/* Thumb */
.price-field input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #d58e32;
    cursor: pointer;
    border: 2px solid #fff;
    margin-top: -5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.price-field input[type="range"]::-moz-range-thumb {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #d58e32;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

/* range-filter.///// */
.product .filter-box {
    width: 100%;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

.product .filter-box h3 {
    margin-top: 0;
    font-weight: 500;
    font-size: 1.2rem;
    font-family: "Poppins", sans-serif;
}

/* Input Boxes (Price 0 and 1000) */
.product .input-container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap: 10px;
}

.product .input-container input {
    width: 100%;
    padding: 0px 18px;
    height: 45px;
    border: none;
    border-radius: 7.02px;
    font-size: 1rem;
    font-weight: 400;
    outline: none;
    font-family: "Poppins", sans-serif;
    /* Image mein maanga gaya halka gulabi rang */
    background-color: #ffe0d5;
}

/* ================================================= */
/* Slider Styling (Range Filter) */
/* ================================================= */

.product .slider-container {
    position: relative;
    height: 20px;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

/* Slider Track (The background line) */
.product .slider-track {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #ccc;
    /* Default grey line */
    border-radius: 2px;
    z-index: 1;
}

/* Range color (The part between the two thumbs) */
.product .slider-range {
    position: absolute;
    height: 4px;
    background: #f44336;
    /* Red line color */
    border-radius: 2px;
    z-index: 2;
}

/* Overlaid Range Inputs (Making them transparent and styling the thumb) */
.product .slider-container input[type="range"] {
    position: absolute;
    width: 100%;
    height: 20px;
    background: transparent;
    pointer-events: none;
    /* Taake unke oopar aane waale ko click kar sakein */
    -webkit-appearance: none;
    z-index: 3;
}

/* Customizing the Thumb (The white circle handles) */
.slider-container input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #333;
    /* Black border */
    border-radius: 50%;
    background: white;
    /* White fill */
    cursor: pointer;
    pointer-events: all;
    /* Thumb ko clickable banana */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* range-filter.///// */

/* Hover Effect */
.price-field input[type="range"]:hover::-webkit-slider-thumb {
    transform: scale(1.1);
    transition: 0.2s;
}

.price-field input[type="range"]:hover::-moz-range-thumb {
    transform: scale(1.1);
    transition: 0.2s;
}

.product .sec4-cards {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}

.billing-box {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: white;
    padding: 35px 20px 50px;
    border-radius: 10px;
}

.billinh-head {
    font-family: "Bebas Neue", sans-serif;
    text-transform: capitalize;
    font-size: 34px;
    color: black;
    font-weight: 400;
}

.billing-input {
    background-color: #f1f3f6;
    border: 1px solid #f1f3f6;
    border-radius: 10px;
    height: 55px;
    width: 100%;
    margin-top: 8px;
    outline: none;
    font-family: "Poppins", sans-serif;
    padding-left: 15px;
}

.input-para {
    font-size: 13px;
    color: black;
    font-weight: 400;
    font-family: "poppins", sans-serif;
    text-transform: capitalize;
}

.order-box {
    width: 100%;
    max-width: 450px;
    /* margin: 0 auto; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: white;
    padding: 35px 20px;
    border-radius: 10px;
    /* position: fixed;
    top: 200px;  */
}


.order-head {
    font-family: "Bebas Neue", sans-serif;
    text-transform: capitalize;
    font-size: 25px;
    color: black;
    font-weight: 400;
}

.order-border-div {
    border: 1px solid #e21e2d;
    margin-top: 20px;
}

.order-box2 {
    width: 100%;
    background-color: #f1f3f6;
    border: 1px solid #f1f3f6;
    border-radius: 10px;
    padding: 15px;
}

.order-para {
    font-size: 15px;
    color: #03081f;
    font-weight: 400;
    font-family: "poppins", sans-serif;
    text-transform: capitalize;
}

.border-div3 {
    border: 1px solid rgba(0, 0, 0, 20%);
    width: 100%;
    margin-top: 15px;
    text-transform: capitalize;
}

.sec1-head span {
    color: #e21e2d;
}

.cart-card {
    width: 100%;
    height: fit-content;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    padding: 5px 45px 15px 15px;
}

.cart-head {
    font-family: "Bebas Neue", sans-serif;
    text-transform: capitalize;
    font-size: 30px;
    color: black;
    font-weight: 400;
}

.cart-para {
    font-size: 14px;
    color: black;
    font-weight: 400;
    font-family: "poppins", sans-serif;
    text-transform: capitalize;
}

.cart-div .value-button {
    display: inline-block;
    /* border: 1px solid #ddd; */
    margin: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    /* padding: 11px 0; */
    background: white;
    border: 2px solid #e21e2d !important;
    border-radius: 2px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 20px;
    font-family: "Bebas Neue", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding-top: 6px;
    padding-left: 3px; */
    font-size: 14px;
}

.cart-div form #decrease {
    margin-right: 0px;
}

.cart-div input#number {
    font-size: 20px;
    font-family: "Bebas Neue", sans-serif;
}

.cart-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.cart-head2 {
    font-size: 18px;
    font-family: "Bebas Neue", sans-serif;
    color: black;
    font-weight: 400;
    text-transform: capitalize;
}

.text-area {
    width: 100%;
    height: 122px;
    border-radius: 10px;
    background-color: #f1f3f6;
    padding-top: 15px;
    padding-left: 15px;
    border: none;
    outline: none;
    color: #03081f;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: rgba(0, 0, 0, 50%);
}

.text-area::placeholder {
    color: rgba(0, 0, 0, 50%);
}

.cart-btn {
    width: 100%;
    background-color: #e21e2d;
    border-radius: 50px;
    height: 45px;
    border: none;
    outline: none;
    color: white;
    font-size: 18px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    transition: all ease-in-out 0.7s;
}

.cart-btn:hover {
    background-color: white;
    color: #e21e2d;
    border: 1px solid #e21e2d;
}

.increase-input {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    font-family: "Bebas Neue", sans-serif;
    background: transparent;
}

.tracking-box {
    width: 100%;
    height: fit-content;
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    gap: 80px;
}

.tracking-head {
    font-size: 24px;
    color: black;
    font-weight: bold;
    font-family: "poppins", sans-serif;
    text-transform: capitalize;
}

.tracking-para {
    font-size: 24px;
    color: black;
    font-weight: 400;
    font-family: "poppins", sans-serif;
    text-transform: capitalize;
}

.tracking-div {
    display: flex;
    align-items: center;
    gap: 40px;
}

/* stepper//// */
.stepper-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 28px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 155px;
}

/* Circle ka default (inactive) design */
.step-icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 4px solid #ccc;
    /* Halka (grey) border */
    position: relative;
    z-index: 2;
}

/* Line ka default (inactive) design */
.step-line {
    width: 3px;
    height: 100%;
    background-image: linear-gradient(to bottom, #ccc 60%, transparent 40%);
    background-size: 100% 10px;
    background-repeat: repeat-y;
    z-index: 1;
}

.step:last-child .step-line {
    display: none;
}

/* ------ States ------ */

/* Jab step mukammal (complete) ho */
.step.completed .step-icon {
    border-color: #f44336;
    /* Orange-Red border */
    background-color: #f44336;
    /* Orange-Red inner circle */
}

.step.completed .step-line {
    background-image: linear-gradient(to bottom, #f44336 60%, transparent 40%);
}

/* Jo step abhi baaki hai (Pending) */
.step.pending .step-icon {
    border-color: #ccc;
    background-color: #e0e0e0;
    /* Thora dark grey center */

    /* --- NAYI TABDEELI --- */
    /* Isse sirf pending step par hi click ka nishan aaye ga */
    cursor: pointer;
}

.nav-icon2 {
    display: none;
}

.theem-icon {
    width: 46px;
    height: 46px;
    border-radius: 123px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* theem change// */

/* Before animation start (hidden state) */
.sec4-cards {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s ease-out;
}

/* When card becomes visible */
.sec4-cards.show {
    opacity: 1;
    transform: translateY(0);
}

.scroll-animate {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s ease-out;
}

.scroll-animate.show {
    opacity: 1;
    transform: translateY(0);
}

.animate-left,
.animate-right {
    opacity: 0;
    transform: translateX(0);
    transition: all 0.1s ease;
    overflow-x: hidden !important;
}

.animate-left {
    transform: translateX(0px);
    overflow-x: hidden !important;
}

.animate-right {
    transform: translateX(50px);
}

.animate-show {
    opacity: 1;
    transform: translateX(0);
}

.animate-left,
.animate-right {
    opacity: 0;
    transform: translateX(0);
    transition: all 0.8s ease;
    overflow-x: hidden !important;
}

.animate-left {
    transform: translateX(0px);
    overflow-x: hidden !important;
}

.animate-right {
    transform: translateX(50px);
}

.animate-show {
    opacity: 1;
    transform: translateX(0);
}

html,
body {
    overflow-x: hidden !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: none !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: none !important;
}

/* Hide default checkbox */
.custom-checkbox input {
    display: none;
}

/* Custom checkbox container */
.custom-checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    gap: 8px;
    font-size: 16px;
}

/* The custom checkmark */
.custom-checkbox .checkmark {
    width: 20px;
    height: 20px;
    background: #ffe0d5;
    /* Pin color */
    border-radius: 4px;
    /* make it slightly rounded or pin-like */
    position: relative;
    display: inline-block;
}

/* Checkmark inside when checked */
.custom-checkbox input:checked+.checkmark::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid black;
    /* Checkmark color */
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.emailbox .nav-link {
    border-radius: 50px;
    background: #ffffff;
    border: 1px solid #e21e2d;
    height: 45px;
    font-family: "Bebas Neue", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #e21e2d;
}

.emailbox .nav-link.active {
    background: #e21e2d;
    color: white;
    border: none;
}



.emailbox .nav-link .icon-2 {
    display: inline-block;
}

.emailbox .nav-link.active .icon-2 {
    display: none;
}

.emailbox .nav-link .icon-1 {
    display: none;
}

.emailbox .nav-link.active .icon-1 {
    display: inline-block;
}


.emailbox .nav-link.active .icon-4 {
    display: inline-block;
}

.emailbox .nav-link .icon-4 {
    display: none;
}

.emailbox .nav-link.active .icon-3 {
    display: none;
}



.noitemMsg {
    font-family: "Poppins", sans-serif;
    font-size: 19px;
}



/* Dropdown menu styling */
#location-dropdown {
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-top: 5px;
}

/* Styling for each dropdown item */
.location-item {
    padding: 12px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.location-item:hover {
    background-color: #f1f1f1;
}

/* Styling for the location details in the dropdown */
.location-info {
    font-size: 14px;
    color: #333;
}

.location-info strong {
    font-size: 16px;
    color: #007bff;
}

.location-address {
    font-size: 13px;
    color: #555;
}

.location-hours {
    font-size: 12px;
    color: #777;
}


.offcanvas-body .nav-link {
    color: #000 !important;
}


.sec3-banner img{
    width: 100%;
    height: 212px;
}


.sec5img{
    height: 400px;
    object-fit: cover;
}