.phone-input-wrapper {
    display: flex;
    align-items: center;
}

.phone-input-wrapper .prefix {
    padding: 16px 12px;
    background: #f3f3f3;
    border: 1px solid #ddd;
    border-right: none;
    border-radius: 4px 0 0 4px;
}

.phone-input-wrapper input {
    border-radius: 0 4px 4px 0;
}



/* new add by dishan 7-1-26 */

/* COUPON */

.coupon-box {
    background: rgba(255,255,255,0.12);
    border: 2px dashed #ffd700;
    padding: 10px 18px;
    display: inline-block;
    margin: 18px 0;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
}

.coupon-code {
    color: #ffd700;
    font-size: 24px;
    margin-left: 10px;
    letter-spacing: 3px;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.4);
}

/* PRODUCT SLIDER */

.offer-product-slider {
    margin-top: 30px;
}


.offer-product-card {
    background: #fff;
    border-radius: 14px;
    padding: 12px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.offer-product-card img {
    width: 100%;
    height: 90px;
    object-fit: contain;
    margin-bottom: 8px;
}

.offer-product-card h6 {
    font-size: 13px;
    color: #0b3d1e;
    font-weight: 600;
}

.sliders {
    width: auto;
    margin-right: 15px;
}


        .offer-campaign-banner {
    position: relative;
    padding: 130px 0;
    overflow: hidden;
}

.offer-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg,
            rgba(8, 55, 28, 0.96),
            rgba(20, 120, 60, 0.92)
        ),
        url('../upload/contents/K5W1NCohoVpJPRDhKN8eDKZeRMzDdF.webp') center/cover;
    z-index: -1;
}

/* CONTENT */

.offer-badge {
    background: #9fe870;
    color: #0b3d1e;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 18px;
}

.offer-title {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.offer-title span {
    color: #9fe870;
}

.offer-highlight {
    margin-top: 20px;
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}

.offer-highlight span {
    color: #ffd700;
    font-size: 64px;
    display: block;
    line-height: 1;
    margin-top: 5px;
}

.offer-tagline {
    color: rgba(255,255,255,0.85);
    margin: 15px 0 25px;
    font-size: 18px;
    font-style: italic;
}

.offer-description {
    color: rgba(255,255,255,0.9);
    max-width: 520px;
    margin-bottom: 20px;
}

/* BENEFITS */

.offer-benefits {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.offer-benefits li {
    color: #fff;
    font-size: 16px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.offer-benefits span {
    color: #9fe870;
    margin-right: 10px;
    font-weight: bold;
}

/* ACTION */

.offer-actions {
    margin-top: 30px;
}

/* RIGHT IMAGE */

.offer-visual {
    text-align: center;
}

.offer-circle {
    position: relative;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: #fff;
    padding: 16px;
    margin: auto;
}

.offer-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.offer-circle::after {
    content: '';
    position: absolute;
    inset: -18px;
    border-radius: 50%;
    border: 12px solid #9fe870;
    z-index: -1;
}

/* DISCOUNT BADGE */

.discount-badge {
    position: absolute;
    top: 25px;
    right: -15px;
    background: #ffb703;
    color: #000;
    font-weight: 900;
    padding: 12px 20px;
    border-radius: 40px;
    font-size: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* Ensure right column content is stacked properly */
.offer-campaign-banner .col-lg-5 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Give slider its own space */
.offer-product-slider {
    width: 100%;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}


/* ============================= */
/* RESPONSIVE – MOBILE & TABLET */
/* ============================= */

@media (max-width: 991px) {

    .offer-campaign-banner {
        padding: 90px 0;
        text-align: center;
    }


    /* Text scaling */
    .offer-title {
        font-size: 42px;
        line-height: 1.1;
    }

    .offer-highlight {
        font-size: 34px;
    }

    .offer-highlight span {
        font-size: 44px;
    }

    .offer-tagline {
        font-size: 15px;
    }

    /* Center content */
    .offer-actions {
        text-align: center;
    }

    .coupon-box {
        font-size: 14px;
    }
}

/* ============================= */
/* MOBILE ONLY */
/* ============================= */

@media (max-width: 767px) {

    .offer-campaign-banner {
        padding: 70px 0;
    }

    /* Hide right image section */
    .offer-visual {
        display: none;
    }

    /* Titles */
    .offer-title {
        font-size: 30px;
    }

    .offer-highlight {
        font-size: 26px;
    }

    .offer-highlight span {
        font-size: 34px;
    }

    /* Benefits */
    .offer-benefits li {
        font-size: 14px;
        justify-content: center;
    }

    /* Coupon */
    .coupon-box {
        padding: 8px 14px;
    }

    .coupon-code {
        font-size: 18px;
        letter-spacing: 1px;
    }

    /* Product slider */
    .offer-product-slider {
        margin-top: 30px;
    }

    .offer-product-card img {
        height: 70px;
    }

    .offer-product-card h6 {
        font-size: 12px;
    }
}


/* Modal size */
#exampleModal .modal-dialog {
    max-width: 420px;
}

/* Modal card */
#exampleModal .modal-content.login-modal {
    border-radius: 14px;
    border: none;
    overflow: hidden;
    display: block !important;
    height: auto !important;
    min-height: unset !important;
}

/* Sections spacing */
#exampleModal .modal-header,
#exampleModal .modal-body,
#exampleModal .modal-footer {
    padding: 20px;
}

/* Header */
#exampleModal .modal-title {
    color: #1f7a3f;
    font-size: 20px;
    font-weight: 700;
}

/* Input */
#exampleModal .form-control {
    border-radius: 10px;
    padding: 12px;
    border: 1px solid #dcdcdc;
}

#exampleModal .form-control:focus {
    border-color: #1f7a3f;
    box-shadow: 0 0 0 0.15rem rgba(31, 122, 63, 0.25);
}

/* Button */
#exampleModal .btn-success {
    border-radius: 10px;
    padding: 12px;
    font-weight: 600;
    background-color: #1f7a3f;
    border: none;
}

#exampleModal .btn-success:hover {
    background-color: #176533;
}

/* Footer link */
#exampleModal a.text-success:hover {
    text-decoration: underline;
}
.modal-dialog:not(.modal-dialog-centered) {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

/* end new add by dishan 7-1-26 */
 /* product image css  */

 .product-details-left-image {
    width: 100%;
    max-width: 450px;
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.product-details-left-image img,
.product-details-left-image iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-images {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 6px;
}

.gallery-thumb {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    flex-shrink: 0;
    border: 2px solid transparent;
    transition: 0.2s;
}

.gallery-thumb:hover {
    border-color: #28a745;
}

.video-thumb {
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
/* product description css   */
/* Bulk Theme Tabs */
.bulk-theme-tabs .tabs-button-box {
    display: flex;
    gap: 0px;
    border-bottom: 2px solid #fad194;
    padding-bottom: 8px;
}

.bulk-theme-tabs .tab-btn-item {
    list-style: none;
    cursor: pointer;
}
/* Tabs container */
.tabs-button-box {
    display: flex;
    gap: 0;
}

/* Base button */
.tab-btn-item .btn-1 {
    background-color: #f26522;   /* normal color */
    border: 1px solid #f26522;
    color: #fff;

    transition: 
        background-color 0.35s ease,
        border-color 0.35s ease,
        color 0.35s ease;
}

/* Text */
.tab-btn-item h6 {
    margin: 0;
    font-weight: 600;
    color: #fff;
}


/* Hover: Orange → Green gradient */
.tab-btn-item:hover .btn-1 {
    background-color: #000;
    border-color: #000;
}


/* Active tab */
.active-btn-item .btn-1 {
    background: linear-gradient(135deg, black, black);
    border-color: black;
}

/* Smooth connection (remove double borders) */
.tab-btn-item + .tab-btn-item .btn-1 {
    border-left: none;
}


/* Active Tab */
.bulk-theme-tabs .active-btn-item .quote-tab__button-inner {
    background: linear-gradient(135deg, #f26522, #f26522);
    border-color: #f57c00;
}

.bulk-theme-tabs .active-btn-item h6 {
    color: #ffffff;
}

/* Hover Effect */
.bulk-theme-tabs .tab-btn-item:hover .quote-tab__button-inner {
    background: #e8f6ed;
}

/* smooth slider css  */

.product-gallery {
    position: relative;
    display: flex;
    align-items: center;
}

.gallery-slider {
    overflow: hidden;
    width: 100%;
}

.gallery-images {
    display: flex;
    gap: 12px;
    scroll-behavior: smooth;
    overflow-x: auto;
    scrollbar-width: none;
}

.gallery-images::-webkit-scrollbar {
    display: none;
}

.gallery-thumb {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    flex-shrink: 0;
    border: 2px solid transparent;
    transition: 0.2s;
}

.gallery-thumb:hover {
    border-color: #2f7d32;
}

.video-thumb {
    background: #000;
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ARROWS */
.gallery-arrow {
    background: #f57c00;
    color: #fff;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    transition: 0.2s;
}

.gallery-arrow:hover {
    background: #f57c00;
}

.gallery-arrow.left {
    margin-right: 8px;
}

.gallery-arrow.right {
    margin-left: 8px;
}

.table-width{
    width: 55%;
}

/* Mobile view */
@media (max-width: 768px) {
    .table-width {
        width: 100%;
    }
}
.center{
    display: flex;
    justify-content: center;
}

/* slider for product css  */
.store-slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.store-slider {
    overflow: hidden;
    width: 100%;
}

.store-grid {
    display: flex;
    gap: 20px;
    width: fit-content;
    scroll-behavior: smooth;
}

/* Store Card */
.store-card {
    width: 260px;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Arrows */
.store-arrow {
    background: #f26522;
    color: #fff;
border: 1px solid #f26522;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    transition: 0.2s;
}

.store-arrow:hover {
    background: #fcfafa;
}

.store-arrow:hover {
    color: #f26522;
}

.store-arrow.left {
    margin-right: 10px;
}

.store-arrow.right {
    margin-left: 10px;
}

/* Search Submit Button Reclimation */
.search-submit-btn {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: none;
    box-shadow: 0 4px 12px rgba(242, 101, 34, 0.2);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.search-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(242, 101, 34, 0.35);
}

.search-submit-btn:active {
    transform: translateY(0);
}

.search-submit-btn i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.search-submit-btn:hover i {
    transform: scale(1.1) rotate(5deg);
}

.search-submit-btn .btn-effect {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.15); /* Subtle white flash instead of full orange */
    z-index: 1;
}

.search-submit-btn:hover .btn-effect {
    width: 225%;
    height: 560px;
}

@media (max-width: 767px) {
    .search-submit-btn .search-text-desktop {
        display: none !important;
    }
    .search-submit-btn .search-icon-mobile {
        display: inline-block !important;
        font-size: 20px;
    }
}