body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 15px;
    color: rgb(17, 17, 17);
    font-style: normal;
    font-weight: 300;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.main-heading {
    margin-top: 20px;
    padding: 16px;
    background-color: #C27C00;
}

.head1 {
    font-family: "Hind Siliguri", sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: rgb(255, 255, 255);
    line-height: 1.3;
    font-style: normal;
    text-align: center;
    margin: 0 auto;
}

.textHead2 {
    font-family: "Hind Siliguri", sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #5A4141;
    margin: 20px 0px;
    text-align: center;
}

.head3 {
    background-color: #C27C00;
}

.thead4 {
    font-size: 22px!important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 20px 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.owl-carousel .item {
    text-align: center;
    padding: 0px;
}

.owl-carousel img {
    width: 100%;
    height: auto;
    display: block;
}

.owl-nav button {
    color: rgb(250, 245, 245)!important;
    border: none;
    padding: 0px;
    font-size: 30px!important;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.owl-nav button.owl-prev {
    left: 10px;
}

.owl-nav button.owl-next {
    right: 0px;
    margin-right: 20px!important;
}

.owl-carousel {
    width: 100%;
    margin: 0px auto;
    position: relative;
}

.owl-carousel .owl-item {
    width: calc(33.33% - 20px);
}


/* Customize circular dots */

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: #787C81!important;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
}

.owl-dots .owl-dot.active {
    background: #060606!important;
}

.price {
    margin: 0 auto;
    font-family: Arial, sans-serif;
    padding: 10px;
    text-align: center!important;
}

.regular-price {
    font-size: 32px;
    font-weight: bold;
}

.offer-price {
    font-size: 32px;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px 10px;
}

del {
    text-decoration-color: red;
}

a {
    text-decoration: none;
}

.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.order-button {
    background-color: #f04f54;
    color: white;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 50px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-align: center;
}

.order-button h2 {
    font-size: 25px;
    font-weight: bold;
    margin: 0;
    display: inline-block;
    text-align: center;
}

.product-features {
    font-family: "Hind Siliguri", sans-serif;
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
}

.product-features li {
    font-size: 22px;
    font-weight: 600;
    padding-left: 25px;
    position: relative;
}

.product-features li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #38e569;
    font-size: 20px;
}


/* star order section */

.checkout-container {
    margin-bottom: 20px;
    font-family: "Hind Siliguri", sans-serif;
    background-color: white;
    padding: 20px;
    border-radius: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 3px solid #5DA017;
    border-top: 20px solid #5DA017;
}

.orderSpace {
    margin: 0 30px;
}

.product-card {
    border: 1px solid #B0B0B0;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.product-image {
    width: 60px;
    height: auto;
}

.order-summary {
    padding: 0px 15px;
}

.order-summary ul li {
    border: none;
}

.btn-success {
    font-size: 1.2rem;
    font-weight: bold;
}

.quantity-wrapper {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
}

.quantity-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100px;
    border: 1px solid #ccc;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.quantity-btn {
    width: 30px;
    height: 30px;
    border: none;
    background: #f5f5f5;
    color: #333;
    font-size: 1.2rem;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-btn:hover {
    background: #e0e0e0;
}

.quantity-input {
    width: 40px;
    text-align: center;
    font-size: 1.2rem;
    border: none;
    height: 30px;
    background: white;
    color: black;
    font-weight: bold;
}

@media (max-width: 767px) {
    .main-heading .head1 {
        font-size: 19px;
    }
    .head2 .textHead2 {
        font-size: 18px;
        margin: 20px 6px;
    }
    .head3 .textHead2 {
        font-size: 18px;
    }
    .head5 .textHead2 {
        font-size: 25px;
    }
    .thead4 {
        font-size: 21px!important;
    }
    .head6 .textHead2 {
        font-size: 24px;
    }
    .product-features li {
        font-size: 20px;
    }
    .orderSpace {
        margin: 0 0px;
    }
    .order-summary {
        padding: 0px 0px;
    }
}

@media (max-width: 487px) {
    .regular-price {
        font-size: 24px;
    }
    .price .offer-price {
        display: block;
        font-size: 24px;
        margin-top: 0px!important;
        letter-spacing: 0.2;
    }
}

@media (max-width: 487px) {
    .regular-price {
        font-size: 20px;
    }
    .price .offer-price {
        font-size: 20px;
    }
    .head6 .textHead2 {
        font-size: 20px;
        padding: 10px!important;
    }
    .product-features li {
        font-size: 17px;
    }
}

@media (max-width: 387px) {
    .checkout-container {
        padding: 10px;
    }
    .product-card {
        padding: 4px;
        margin-bottom: 8px;
    }
    .orderSpace {
        margin: 0;
        padding: 0;
    }
}