* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f9f9f9;
    color: #333;
    line-height: 1.5;
}

/* Custom Hero Section */
.custom-hero {
    background-color: #4444af;
    text-align: center;
}
.hero-top-box {
    padding: 15px 20px;
}
.red-dashed-box {
    background-color: #000;
    border: 2px dashed #c00000;
    padding: 25px 40px;
    display: inline-block;
    max-width: 90%;
}
.red-dashed-box h2 {
    color: #e60000;
    font-size: 65px;
    font-weight: 600;
    margin: 0;
    line-height: 100px;
    font-family: "Anek Bangla", Sans-serif;
}

.zigzag-separator {
    width: 100%;
    height: 10px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="8"><polygon points="0,0 8,8 16,0" fill="%23aaaaaa"/></svg>');
    background-repeat: repeat-x;
}

.hero-bottom-text {
    padding: 30px 20px 75px 20px;
}

.hero-bottom-text p {
    color: #ffbe00;
    font-size: 36px;
    font-weight: 600;
    line-height: 72px;
    font-family: "Anek Bangla", Sans-serif;
}

.delivery_check_area {
    margin: 10px;
}

.delivery_check_block {
    width: 61%;
    margin: 0 auto;
    background: #000;
    border: 3px dashed red;
    padding: 65px 50px 60px 80px;
    border-radius: 10px;
}

.delivery_check_block h2 {
    text-align: center;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 64px;
    color: #fcfcfc;
}

.product-img-area {
    width: 50%;
    margin: 0 auto;
}

.product-img-area img {
    width: 100%;
    height: auto;
    border: 3px dotted red;
}

/* Product Price Block Design */
.product-price-block {
    text-align: center;
    margin: 40px 0;
}
.product-price-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.price-title-box {
    background-color: #d80000;
    color: #fff;
    border-style: dashed;
    border-width: 3px 3px 3px 3px;
    border-color: #171716;
    border-radius: 030px 20px 0px 0px;
    padding: 9px 13px 10px 27px;
}

.price-title-box h1 {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    font-family: "Anek Bangla", "Hind Siliguri", Sans-serif;
}

.price-offer-box {
    background-color: #000;
    font-family: "Anek Bangla", Sans-serif;
    font-size: 56px;
    font-weight: 600;
    letter-spacing: 0.5px;
    word-spacing: 5px;
    fill: #fff;
    color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.22);
    transition-duration: 1s;
    border-style: dashed;
    border-width: 3px 3px 3px 3px;
    border-color: #f1f801;
    border-radius: 030px 20px 0px 0px;
    padding: 9px 13px 10px 27px;
}

.price-offer-box h1 {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    font-family: "Anek Bangla", "Hind Siliguri", Sans-serif;
}

.price-action-box-container {
    margin: 10px 0;
}
.price-action-btn {
    background-color: #d80000;
    color: #fff;
    border: 4px dotted #fff;
    padding: 3px 24px;
    border-radius: 25px 25px 0 0;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    transition: transform 0.2s;
    font-family: "Anek Bangla", "Hind Siliguri", Sans-serif;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.price-action-btn:hover {
    transform: scale(1.05);
}

.price-subtitle-box {
    background-color: #000;
    font-family: "Anek Bangla", Sans-serif;
    font-size: 39px;
    font-weight: 600;
    letter-spacing: 0.5px;
    word-spacing: 5px;
    fill: #fff;
    color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.22);
    transition-duration: 1s;
    border-style: dashed;
    border-width: 3px 3px 3px 3px;
    border-color: #fff;
    border-radius: 030px 20px 0px 0px;
    padding: 9px 79px 10px 79px;
}

.price-subtitle-box h3 {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    font-family: "Anek Bangla", "Hind Siliguri", Sans-serif;
}

/* Page Timer Block */
.page-timer-block {
    background-color: #0d1b61;
    width: 100%;
    margin-top: 40px;
    padding-bottom: 60px;
    position: relative;
    font-family: "Anek Bangla", "Hind Siliguri", Sans-serif;
}
.timer-zigzag {
    width: 100%;
    height: 15px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="15"><polygon points="0,15 10,0 20,15" fill="%230d1b61"/></svg>');
    background-repeat: repeat-x;
    position: absolute;
    top: -14px;
    left: 0;
}
.timer-content {
    text-align: center;
    padding-top: 40px;
}
.countdown-wrapper {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 40px;
}
.countdown-item {
    background-color: #e5e5e5;
    padding: 15px 30px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 120px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.cd-num {
    color: #e60000;
    font-size: 55px;
    font-weight: 800;
    line-height: 1.1;
}
.cd-label {
    color: #222;
    font-size: 20px;
    font-weight: 600;
}
.timer-catchy-text {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 35px;
}
.text-yellow {
    color: #ffeb3b;
}
.text-red {
    color: #ff0000;
}
.timer-pricing {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}
.regular-price,
.offer-price {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 32px;
    font-weight: 700;
}
.price-label {
    color: #ff0000;
}
.price-amount {
    color: #fff;
    position: relative;
    padding: 0 10px;
}
.price-amount.crossed::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #ff0000;
    transform: translateY(-50%) rotate(-15deg);
}
.price-amount.crossed::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #ff0000;
    transform: translateY(-50%) rotate(15deg);
}
.price-amount.circled {
    z-index: 1;
}
.price-amount.circled::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 140%;
    border: 3px solid #ffeb3b;
    border-radius: 50%;
    z-index: -1;
}

.timer-action-btn {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: transform 0.2s;
    transition-duration: 0.2s;
    background-color: #d00;
    font-family: "Anek Bangla", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    word-spacing: 5px;
    fill: #fff;
    color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.22);
    transition-duration: 1s;
    border-style: dotted;
    border-width: 3px 3px 3px 3px;
    border-color: #fff;
    border-radius: 030px 20px 0px 0px;
    padding: 9px 13px 10px 27px;
}

.timer-action-btn:hover {
    transform: scale(1.05);
}

/* Features & Usage Block */
.features-info-block {
    background-color: #000;
    padding: 80px 20px 30px 20px;
    font-family: "Anek Bangla", "Hind Siliguri", Sans-serif;
    color: #fff;
}
.features-info-container {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.info-title-box {
    background-color: #ff0000;
    border: 3px dotted #fff;
    padding: 15px 40px;
    border-radius: 12px;
    margin-bottom: 40px;
    text-align: center;
}
.info-title-box h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}
.info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 70px 0;
    width: 100%;
}
.info-list li {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.info-list li i {
    margin-top: 5px;
    font-size: 24px;
}
.usage-title {
    margin-bottom: 30px;
    padding: 15px 50px;
}
.usage-description {
    color: #ffc107;
    font-size: 24px;
    line-height: 1.6;
    text-align: center;
    font-weight: 500;
    padding: 0 10px;
}

/* Order CTA Block */
.order-cta-block {
    background-color: #000;
    padding-top: 10px;
    font-family: "Anek Bangla", "Hind Siliguri", Sans-serif;
    position: relative;
}
.cta-top-btn-wrapper {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0px;
}

.special-offer-container {
    padding: 0 20px;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.special-offer-box {
    background-color: #0d1b61;
    position: relative;
    padding: 50px 20px 40px 20px;
    width: 100%;
    max-width: 1300px;
    text-align: center;
}

.blue-box-zigzag {
    width: 100%;
    height: 12px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="12"><polygon points="0,12 12,0 24,12" fill="%230d1b61"/><polyline points="0,12 12,0 24,12" fill="none" stroke="%23ffffff" stroke-width="2"/></svg>');
    background-repeat: repeat-x;
    position: absolute;
    top: -12px;
    left: 0;
}

.dashed-offer-box {
    border: 3px dotted #fff;
    padding: 30px 20px;
    margin: 0 auto 40px auto;
    width: 95%;
}
.dashed-offer-box h3 {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    margin: 0;
    line-height: 1.6;
}
.free-text {
    color: #ff0000;
}
.free-text.circled {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    z-index: 1;
}
.free-text.circled::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130%;
    height: 140%;
    border: 3px solid #ffeb3b;
    border-radius: 50%;
    z-index: -1;
}

.whatsapp-contact {
    margin-bottom: 40px;
}
.whatsapp-contact p {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
}
.wa-number {
    color: #ff0000;
    position: relative;
    display: inline-block;
}
.wa-number::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 8px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="8"><path d="M0,4 Q6,8 12,4 T24,4" fill="none" stroke="%23ffeb3b" stroke-width="2.5"/></svg>');
    background-repeat: repeat-x;
}

.cta-bottom-btn-wrapper {
    margin-bottom: 20px;
}

.wavy-separator {
    width: 100%;
    height: 25px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="25"><path d="M0,25 Q20,0 40,25 Z" fill="%23ffffff"/></svg>');
    background-repeat: repeat-x;
    background-position: bottom;
}

/* Reviews Section */
.reviews-section {
    margin-top: 13px;
    font-family: "Anek Bangla", "Hind Siliguri", Sans-serif;
}
.reviews-header {
    background-color: #7a1f1f;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 32px;
    font-weight: 700;
}
.reviews-slider-container {
    background-color: #000;
    padding: 50px 20px 70px 20px;
}
.review-card {
    background-color: #f1f1f1;
    border-radius: 8px;
    padding: 30px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.review-text {
    font-size: 20px;
    font-style: italic;
    color: #222;
    text-align: center;
    margin-bottom: 25px;
    line-height: 1.6;
}
.reviewer-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.reviewer-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}
.reviewer-name {
    font-size: 16px;
    font-weight: 600;
    color: #555;
}

.swiper-pagination-bullet {
    background: #ffffff !important;
    opacity: 0.4 !important;
}
.swiper-pagination-bullet-active {
    opacity: 1 !important;
}

/* Checkout Section */
.checkout-section {
    background-color: #f9f9f9;
    padding: 60px 20px;
    font-family: "Anek Bangla", "Hind Siliguri", sans-serif;
}
.checkout-container {
    max-width: 1000px;
    margin: 0 auto;
    border: 3px solid #ff0000;
    padding: 40px;
    background-color: #fff;
}
.checkout-header-box {
    border: 3px dotted #000;
    padding: 15px;
    text-align: center;
    margin-bottom: 40px;
}
.checkout-header-box h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    color: #000;
}

/* Products Section */
.checkout-products-area {
    margin-bottom: 40px;
}
.checkout-products-area h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}
.product-selection-box {
    border: 1px solid #e74c3c;
    border-radius: 4px;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background-color: #fffaf9;
}
.hot-offer-badge {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #e74c3c;
    color: #fff;
    font-size: 13px;
    padding: 4px 15px;
    border-bottom-left-radius: 4px;
}
.product-info-left {
    display: flex;
    align-items: center;
    gap: 15px;
}
.product-info-left img {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    object-fit: cover;
}
.product-name h4 {
    margin: 0;
    font-size: 18px;
    color: #333;
}
.product-name p {
    margin: 0;
    font-size: 14px;
    color: #777;
}
.product-info-right {
    display: flex;
    align-items: center;
    gap: 40px;
}
.qty-selector {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}
.qty-selector button {
    background: #f9f9f9;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 18px;
}
.qty-selector input {
    width: 50px;
    text-align: center;
    border: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: 16px;
    padding: 8px 0;
}
.product-price {
    font-weight: 700;
    font-size: 18px;
    color: #333;
}

/* Two Column Layout */
.checkout-row {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
.billing-details-col {
    flex: 1;
    min-width: 300px;
}
.order-summary-col {
    flex: 1;
    min-width: 300px;
}
.checkout-row h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #333;
}

/* Form Styles */
.form-group {
    margin-bottom: 25px;
}
.form-group label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #333;
    font-size: 18px;
}
.required {
    color: red;
}
.custom-input {
    width: 100%;
    padding: 15px;
    border: 2px dashed #d80000;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
    font-family: inherit;
}
.custom-input:focus {
    border-color: #ff0000;
    background-color: #fffcfc;
}

/* Order Summary Table */
.order-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}
.order-table th {
    border-bottom: 2px dotted #ccc;
    padding-bottom: 15px;
    font-weight: 600;
    color: #333;
    font-size: 18px;
}
.order-table td {
    padding: 20px 0;
    border-bottom: 1px dotted #ccc;
    color: #555;
    font-size: 16px;
}
.product-td {
    display: flex;
    align-items: center;
    gap: 15px;
}
.product-td img {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    object-fit: cover;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.subtotal-row td,
.total-row td {
    border-bottom: 1px dotted #ccc;
}
.total-row td {
    font-size: 20px;
    color: #000;
    border-bottom: none;
    padding-top: 25px;
}

/* Payment Box */
.payment-method-box {
    background-color: #f7f7f7;
    padding: 25px;
    border-radius: 4px;
    margin-bottom: 25px;
}
.payment-method-box h4 {
    margin: 0 0 20px 0;
    font-size: 18px;
    color: #333;
}
.payment-desc {
    background-color: #eaeaea;
    padding: 15px;
    color: #555;
    font-size: 16px;
    border-radius: 4px;
}

/* Privacy Text */
.privacy-text {
    font-size: 13px;
    color: #777;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Final Order Btn */
.final-order-btn {
    width: 100%;
    background-color: #d80000;
    color: #fff;
    border: none;
    padding: 20px;
    font-size: 24px;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
    font-family: inherit;
}
.final-order-btn:hover {
    background-color: #b00000;
}

/* =============================================
   RESPONSIVE SYSTEM — All Breakpoints
   ============================================= */

/* Tablet & below: <= 1024px */
@media (max-width: 1024px) {
    .red-dashed-box {
        padding: 20px 30px;
    }
    .red-dashed-box h2 {
        font-size: 48px;
        line-height: 72px;
    }
    .hero-bottom-text p {
        font-size: 28px;
        line-height: 52px;
    }
    .delivery_check_block {
        width: 80%;
        padding: 50px 40px;
    }
    .product-img-area {
        width: 70%;
    }
    .price-title-box h1,
    .price-offer-box h1 {
        font-size: 30px;
    }
    .price-subtitle-box h3 {
        font-size: 24px;
    }
    .features-info-container {
        max-width: 100%;
        padding: 0 20px;
    }
    .info-title-box h2 {
        font-size: 26px;
    }
    .info-list li {
        font-size: 20px;
    }
    .dashed-offer-box h3 {
        font-size: 28px;
    }
    .regular-price,
    .offer-price {
        font-size: 28px;
    }
    .checkout-container {
        padding: 30px;
    }
}

/* Mobile Landscape + Small Tablets: <= 768px */
@media (max-width: 768px) {
    /* Hero */
    .hero-top-box {
        padding: 10px 12px;
    }
    .red-dashed-box {
        padding: 15px 18px;
        max-width: 100%;
    }
    .red-dashed-box h2 {
        font-size: 34px;
        line-height: 52px;
    }
    .hero-bottom-text {
        padding: 20px 15px 55px 15px;
    }
    .hero-bottom-text p {
        font-size: 20px;
        line-height: 40px;
    }

    /* Delivery Check */
    .delivery_check_block {
        width: 95%;
        padding: 30px 20px;
    }
    .delivery_check_block h2 {
        font-size: 22px;
        line-height: 42px;
    }

    /* Product Image */
    .product-img-area {
        width: 90%;
    }

    /* Price Block */
    .price-title-box {
        padding: 8px 15px;
        width: 95%;
    }
    .price-title-box h1 {
        font-size: 22px;
    }
    .price-offer-box {
        padding: 8px 15px;
        width: 95%;
    }
    .price-offer-box h1 {
        font-size: 22px;
    }
    .price-subtitle-box {
        padding: 8px 20px;
        width: 95%;
    }
    .price-subtitle-box h3 {
        font-size: 18px;
    }
    .price-action-btn {
        font-size: 16px;
        padding: 6px 18px;
        gap: 10px;
    }

    /* Timer */
    .countdown-wrapper {
        gap: 12px;
        padding: 0 10px;
    }
    .countdown-item {
        padding: 12px 18px;
        min-width: 90px;
    }
    .cd-num {
        font-size: 40px;
    }
    .cd-label {
        font-size: 15px;
    }
    .timer-catchy-text {
        font-size: 22px;
        padding: 0 15px;
    }
    .regular-price,
    .offer-price {
        font-size: 22px;
        gap: 10px;
    }
    .timer-action-btn {
        font-size: 16px;
        padding: 8px 16px;
    }

    /* Features */
    .features-info-block {
        padding: 60px 15px 25px 15px;
    }
    .info-title-box {
        padding: 12px 20px;
        margin-bottom: 25px;
    }
    .info-title-box h2 {
        font-size: 20px;
    }
    .info-list li {
        font-size: 17px;
        gap: 10px;
    }
    .info-list li i {
        font-size: 18px;
        margin-top: 4px;
        flex-shrink: 0;
    }
    .usage-title {
        padding: 12px 20px;
    }
    .usage-description {
        font-size: 18px;
    }

    /* Order CTA */
    .dashed-offer-box h3 {
        font-size: 20px;
        line-height: 1.8;
    }
    .whatsapp-contact p {
        font-size: 20px;
    }

    /* Reviews */
    .reviews-header {
        font-size: 22px;
        padding: 12px;
    }
    .review-text {
        font-size: 17px;
    }
    .reviews-slider-container {
        padding: 30px 15px 60px 15px;
    }

    /* Checkout */
    .checkout-section {
        padding: 40px 10px;
    }
    .checkout-container {
        padding: 20px 15px;
    }
    .checkout-header-box h2 {
        font-size: 20px;
    }
    .checkout-row {
        flex-direction: column;
        gap: 30px;
    }
    .billing-details-col,
    .order-summary-col {
        min-width: unset;
        width: 100%;
    }
    .product-selection-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 12px 15px;
    }
    .product-info-right {
        width: 100%;
        justify-content: space-between;
    }
    .form-group label {
        font-size: 15px;
    }
    .custom-input {
        padding: 12px;
        font-size: 15px;
    }
    .final-order-btn {
        font-size: 18px;
        padding: 16px;
    }

    /* Modal */
    .custom-modal-box {
        padding: 20px 15px;
    }
    .modal-icon {
        font-size: 44px;
    }
    .modal-title {
        font-size: 20px;
    }
    .order-details-card span {
        float: none;
        display: block;
        margin-top: 4px;
    }
}

/* Mobile Portrait: <= 480px */
@media (max-width: 480px) {
    /* Hero */
    .red-dashed-box h2 {
        font-size: 26px;
        line-height: 42px;
    }
    .hero-bottom-text p {
        font-size: 16px;
        line-height: 34px;
    }
    .hero-bottom-text {
        padding: 15px 10px 45px 10px;
    }

    /* Delivery Check */
    .delivery_check_block {
        width: 100%;
        border-radius: 0;
        padding: 25px 15px;
    }
    .delivery_check_block h2 {
        font-size: 18px;
        line-height: 36px;
    }

    /* Product Image */
    .product-img-area {
        width: 100%;
    }

    /* Price Block */
    .price-title-box h1 {
        font-size: 18px;
    }
    .price-offer-box h1 {
        font-size: 18px;
    }
    .price-subtitle-box h3 {
        font-size: 15px;
    }
    .price-action-btn {
        font-size: 14px;
        padding: 5px 14px;
        gap: 8px;
    }
    .product-price-area {
        gap: 18px;
    }

    /* Timer */
    .countdown-wrapper {
        gap: 8px;
    }
    .countdown-item {
        padding: 10px 12px;
        min-width: 75px;
        border-radius: 8px;
    }
    .cd-num {
        font-size: 32px;
    }
    .cd-label {
        font-size: 13px;
    }
    .timer-catchy-text {
        font-size: 17px;
        padding: 0 10px;
    }
    .regular-price,
    .offer-price {
        font-size: 18px;
        gap: 8px;
    }
    .timer-action-btn {
        font-size: 14px;
        padding: 7px 14px;
    }

    /* Features */
    .features-info-block {
        padding: 50px 10px 20px 10px;
    }
    .info-title-box h2 {
        font-size: 17px;
    }
    .info-list li {
        font-size: 15px;
        margin-bottom: 14px;
    }
    .info-list li i {
        font-size: 16px;
    }
    .usage-description {
        font-size: 15px;
    }

    /* Order CTA */
    .dashed-offer-box {
        padding: 20px 12px;
    }
    .dashed-offer-box h3 {
        font-size: 16px;
    }
    .whatsapp-contact p {
        font-size: 17px;
    }

    /* Reviews */
    .reviews-header {
        font-size: 18px;
    }
    .review-text {
        font-size: 15px;
    }
    .reviewer-avatar {
        width: 45px;
        height: 45px;
    }

    /* Checkout */
    .checkout-section {
        padding: 25px 5px;
    }
    .checkout-container {
        padding: 15px 10px;
    }
    .checkout-header-box h2 {
        font-size: 16px;
    }
    .checkout-products-area h3 {
        font-size: 18px;
    }
    .product-name h4 {
        font-size: 15px;
    }
    .qty-selector button {
        padding: 7px 10px;
        font-size: 16px;
    }
    .qty-selector input {
        width: 38px;
        font-size: 15px;
    }
    .product-price {
        font-size: 15px;
    }
    .checkout-row h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .form-group {
        margin-bottom: 18px;
    }
    .form-group label {
        font-size: 14px;
    }
    .custom-input {
        padding: 10px;
        font-size: 14px;
    }
    .order-table th {
        font-size: 14px;
    }
    .order-table td {
        font-size: 14px;
        padding: 14px 0;
    }
    .total-row td {
        font-size: 16px;
    }
    .final-order-btn {
        font-size: 16px;
        padding: 14px;
    }
    .payment-method-box h4 {
        font-size: 15px;
    }
    .payment-desc {
        font-size: 14px;
    }

    /* Modal */
    .custom-modal-box {
        padding: 18px 12px;
        border-radius: 10px;
    }
    .modal-icon {
        font-size: 38px;
        margin-bottom: 10px;
    }
    .modal-title {
        font-size: 18px;
    }
    .modal-subtitle {
        font-size: 13px;
    }
    .order-details-card {
        padding: 14px 12px;
    }
    .order-details-card p {
        font-size: 13px;
    }
    .modal-close-btn {
        padding: 10px 24px;
        font-size: 14px;
    }
}

/* Very Small: <= 360px */
@media (max-width: 360px) {
    .red-dashed-box h2 {
        font-size: 22px;
        line-height: 36px;
    }
    .hero-bottom-text p {
        font-size: 14px;
        line-height: 30px;
    }
    .cd-num {
        font-size: 26px;
    }
    .cd-label {
        font-size: 11px;
    }
    .countdown-item {
        min-width: 65px;
        padding: 8px 8px;
    }
    .timer-catchy-text {
        font-size: 14px;
    }
    .regular-price,
    .offer-price {
        font-size: 15px;
    }
    .info-title-box h2 {
        font-size: 15px;
    }
    .dashed-offer-box h3 {
        font-size: 14px;
    }
    .checkout-header-box h2 {
        font-size: 14px;
    }
}

/* Scroll Animation Classes */
.animate-from-top {
    opacity: 0;
    transform: translateY(-80px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.animate-from-top.visible {
    opacity: 1;
    transform: translateY(0);
}


/* Crossed and Circled Drawing Animations */
.price-amount.crossed::before,
.price-amount.crossed::after {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.timer-pricing.visible .price-amount.crossed::before {
    animation: drawCrossLine 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.timer-pricing.visible .price-amount.crossed::after {
    animation: drawCrossLine 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
}

@keyframes drawCrossLine {
    0% { clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); }
    100% { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
}

.price-amount.circled::before,
.free-text.circled::before {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.3) rotate(-30deg);
}
.timer-pricing.visible .price-amount.circled::before {
    animation: popCircle 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s forwards;
}
.dashed-offer-box.visible .free-text.circled::before {
    animation: popCircle 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s forwards;
}

@keyframes popCircle {
    0% { transform: translate(-50%, -50%) scale(0.3) rotate(-30deg); opacity: 0; }
    50% { opacity: 1; }
    100% { transform: translate(-50%, -50%) scale(1) rotate(0deg); opacity: 1; }
}


/* Custom Success Modal */
.custom-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.custom-modal-overlay.show {
    opacity: 1;
    visibility: visible;
}
.custom-modal-box {
    background: #fff;
    width: 90%;
    max-width: 500px;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transform: translateY(30px) scale(0.95);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.custom-modal-overlay.show .custom-modal-box {
    transform: translateY(0) scale(1);
}
.modal-icon {
    font-size: 60px;
    color: #28a745;
    margin-bottom: 15px;
}
.modal-title {
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
}
.modal-subtitle {
    color: #666;
    margin-bottom: 25px;
    font-size: 15px;
}
.order-details-card {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    text-align: left;
    margin-bottom: 25px;
    border: 1px dashed #ccc;
}
.order-details-card p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}
.order-details-card p:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.order-details-card span {
    font-weight: 600;
    color: #111;
    float: right;
}
.modal-close-btn {
    background: #e74c3c;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s ease;
}
.modal-close-btn:hover {
    background: #c0392b;
}

/* ===== Trust Badges ===== */
.trust-badges-block {
    background: #fff;
    padding: 14px 20px;
    border-top: 3px solid #e74c3c;
    border-bottom: 3px solid #e74c3c;
}
.trust-badges-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    max-width: 700px;
    margin: 0 auto;
}
.trust-badge {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 600;
    color: #222;
}
.trust-badge i {
    color: #e74c3c;
    font-size: 17px;
}

/* ===== Stock Alert ===== */
.stock-alert-box {
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-left: 5px solid #e74c3c;
    border-radius: 6px;
    padding: 10px 18px;
    margin: 10px auto;
    max-width: 480px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #7b3200;
}
.stock-alert-box i {
    color: #e74c3c;
    font-size: 18px;
    animation: pulse 1s infinite alternate;
}
@keyframes pulse {
    from { transform: scale(1); }
    to   { transform: scale(1.2); }
}

/* ===== Input Placeholders ===== */
.custom-input::placeholder {
    color: #aaa;
    font-size: 13px;
}

/* ===== Mobile Responsive ===== */
@media (max-width: 576px) {

    /* Product selection box — stack vertically on mobile */
    .product-selection-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 12px 14px;
    }

    /* Left side: checkbox + image + name — give name room to breathe */
    .product-info-left {
        width: 100%;
        gap: 10px;
        align-items: flex-start;
    }

    /* Product image smaller on mobile */
    .product-info-left img {
        width: 50px;
        height: 50px;
        flex-shrink: 0;
    }

    /* Product name text — allow wrapping, no overflow */
    .product-name {
        flex: 1;
        min-width: 0;
    }
    .product-name h4 {
        font-size: 14px;
        white-space: normal;
        word-break: break-word;
        line-height: 1.4;
    }
    .product-name p {
        font-size: 12px;
    }

    /* Right side: qty + price — horizontal, smaller gap */
    .product-info-right {
        width: 100%;
        justify-content: space-between;
        gap: 10px;
    }

    /* Qty buttons smaller */
    .qty-selector button {
        padding: 6px 11px;
        font-size: 16px;
    }
    .qty-selector input {
        width: 38px;
        font-size: 14px;
        padding: 6px 0;
    }

    .product-price {
        font-size: 15px;
    }

    /* Checkout container padding */
    .checkout-container {
        padding: 20px 14px;
    }

    /* Checkout header */
    .checkout-header-box h2 {
        font-size: 18px;
        line-height: 1.4;
    }

    /* Checkout products area */
    .checkout-products-area h3 {
        font-size: 17px;
    }

    /* Billing & Order summary cols */
    .checkout-row {
        gap: 25px;
    }
    .billing-details-col,
    .order-summary-col {
        min-width: 100%;
    }
    .checkout-row h3 {
        font-size: 18px;
        margin-bottom: 16px;
    }
}
