* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "SolaimanLipi", "Hind Siliguri", sans-serif;
}
body {
    background: #ffffff;
}
/* LOGO */
.bcldp_logo img {
	width: 161px;
	margin-bottom: 40px;
	border: 4px solid #E26904;
    margin-top: 36px;
}
/* RED TEXT */
.bcldp_text-red {
	font-family: "Anek Bangla",Sans-serif;
	font-size: 63px;
	font-weight: 800;
	line-height: 80px;
	letter-spacing: -2.3px;
	-webkit-text-stroke-width: 0;
	stroke-width: 0;
	-webkit-text-stroke-color: #000;
	stroke: #000;
	text-shadow: 0 10px 20px rgb(0 0 0 / .3);
	color: #D60C23;
}
.bcldp_confirm-btn {
	background: #FF6C00;
}
.accordion-trigger-btn {
	background: #fff;
	color: red;
}
/* BLUE TEXT */
.bcldp_text-blue {
	font-family: "Anek Bangla",Sans-serif;
	color: #081AF7;
	margin-top: 32px;
	margin-bottom: 32px;
	font-size: 56px;
	font-weight: revert;
	line-height: 60px;
	letter-spacing: -2.3px;
	-webkit-text-stroke-width: 0;
	stroke-width: 0;
	-webkit-text-stroke-color: #000;
	stroke: #000;
	text-shadow: 0 10px 20px rgb(0 0 0 / .3);
}
/*------------------- vedio section -------------------- */
        .bcldp_video-section {
            max-width: 1000px;
            margin: 50px auto; 
            padding: 0 20px;   
            box-sizing: border-box;
            text-align: center;
        }
        .bcldp_video-wrapper {
            position: relative;
            padding-bottom: 56.25%;
            height: 0;
            overflow: hidden;
            border-radius: 10px; 
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        }
        .bcldp_video-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }
       
        .bcldp_order_button {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background-color: #FF6C00;
            color: #fff;
            font-size: 26px;
            font-weight: bold;
            padding: 16px 32px;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 10px rgba(0,0,0,0.2);
            margin-top: 37px;
        }
        .bcldp_order_button:hover {
            background-color: #b40b23;
            transform: translateY(-3px);
            box-shadow: 0 6px 15px rgba(0,0,0,0.25);
        }
        .bcldp_order_button i {
            font-size: 18px;
        }
 /*-------------- prosuct section ----------------- */
    .bcldp_cards-container {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
    .bcldp_card {
        background-color: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        overflow: hidden;
        width: 356px;
        transition: transform 0.3s, box-shadow 0.3s;
    }
    .bcldp_card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    }
    .bcldp_card img {
        width: 100%;
        height: 352px;
        object-fit: cover;
    }
    .bcldp_card-body {
        padding: 15px 20px;
    }
    .bcldp_card-body h3 .hikari {
        margin: 0 0 5px 0;
        font-size: 1.3rem;
        color: red;
    }
    .bcldp_card-body h4 {
        font-family: "Lato",Sans-serif;
        font-size: 23px;
        font-weight: 800;
        text-transform: capitalize;
        color: #D60000;
        text-align: left;
        margin-top: 15px;
        margin-bottom: 15px;
    }
        .alo_title {
            text-align: left;
            font-size: 18px;
            margin-bottom: 1px;
     }
    .bcldp_features {
        margin: 10px 0;
        display: flex;
        flex-direction: column;
        gap: 5px;
        font-size: 0.9rem;
    }
       .bcldp_features span {
        display: flex;
        align-items: center;
        text-align: left;
        font-family: "Lato",Sans-serif;
        font-size: 17px;
        font-weight: 800;
        color: #000;
        line-height: 22px;
    }
    .bcldp_price {
        font-family: "Lato",Sans-serif;
        font-size: 23px;
        font-weight: 800;
        text-transform: capitalize;
        -webkit-text-stroke-color: #000;
        stroke: #000;
        text-shadow: 0 0 10px rgb(0 0 0 / .3);
        color: #158F31;
        text-align: left;
        margin-bottom: 31px;
        margin-top: 24px;
    }
   .bcldp_btn {
	display: inline-block;
	text-decoration: none;
	background-color: #FF6C00;
	color: #fff;
	padding: 18px 28px;
	text-align: center;
	transition: background-color 0.3s;
	font-size: 25px;
	font-weight: bold;
	font-family: "Hind Siliguri",Sans-serif;
}
    .bcldp_btn:hover {
        background-color: #B40B23;
    }
  
/*====================== img section =================== */
    .bcldp_images-section {
        display: flex;
        /* flex-wrap: wrap; */
        gap: 10px;
        justify-content: center;
        margin-bottom: 20px;
        margin-top: 60px;
    }

    .bcldp_images-section .large-img {
        flex: 1 1 600px;
        max-width: 600px;
    }
    .bcldp_images-section img {
        width: 100%;
        border-radius: 12px;
        object-fit: cover;
    }

    .bcldp_text-section {
        font-size: 1.3rem;
        line-height: 1.6;
        margin-top: 20px;
        max-width: 65%;
        margin: 0 auto;
        text-align: center;
    }

    .bcldp_text-section .red {
        color: #e53935;
        font-size: 57px;
        font-weight: 600;
        line-height: 72px;
        letter-spacing: .7px;
        margin-top: 58px;
    }
    .bcldp_comment-slider-section {
        max-width: 70%;
        margin: 0 auto;
    }
    .bcldp_text-section .blue {
    font-family: "Anek Bangla",Sans-serif;
    font-size: 57px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: .7px;
    -webkit-text-stroke-width: 0;
    stroke-width: 0;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    text-shadow: 0 10px 20px rgb(0 0 0 / .3);
    color: #0B36FFFA;

    }

.accordion-trigger-btn:hover {
	background: #fff;
	color: red;
}
 /*---------------- comment slider section-------------------  */
        .header-title {
            background-color: #ff6600;
            color: white;
            padding: 12px 30px;
            font-size: 20px;
            font-weight: bold;
            border-radius: 6px;
            text-align: center;
            width: fit-content;
            margin: 0 auto 40px;
            margin-top: 50px;
        }
        .container {
            max-width: 1100px;
            margin: 0 auto;
            position: relative;
        }
        .card-wrapper {
            overflow: hidden;
            padding: 10px;
        }
        .card-list {
            padding: 0;
            list-style: none;
        }
        .card-item {
            background: #fff;
            padding: 10px;
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            display: flex;
            flex-direction: column;
            transition: 0.3s;
        }
        .card-image {
            width: 100%;
            height: auto;
            border-radius: 10px;
            display: block;
        }
        .swiper-slide:nth-child(odd) .card-image { border: 5px solid #e91e63; }
        .swiper-slide:nth-child(even) .card-image { border: 5px solid #ff9800; }
        .swiper-button-next, .swiper-button-prev {
            color: #ff6600;
        }
        .swiper-pagination-bullet-active {
            background: #ff6600;
        }
/*---------------------------- FAQ সেকশন Start ---------------------- */
        .custom-query-heading {
            background-color: #ff6600;
            color: white;
            padding: 15px 30px;
            font-size: 24px;
            font-weight: bold;
            border-radius: 5px;
            text-align: center;
            width: fit-content;
            margin: 78px auto 30px;
        }

        .accordion-box-main {
            max-width: 1000px;
            margin: 0 auto;
            border: 1px solid #ddd;
            background: #fff;
        }

    .accordion-unit {
        border-bottom: 1px solid #ddd;
    }

    .accordion-unit:last-child {
        border-bottom: none;
    }

    .accordion-trigger-btn {
        width: 100%;
        padding: 15px 20px;
        display: flex;
        align-items: center;
        cursor: pointer;
        background: none;
        border: none;
        text-align: left;
        font-size: 18px;
        font-weight: bold;
        color: #d00;
        transition: 0.3s;
    }

    .accordion-trigger-btn .status-symbol {
        margin-right: 15px;
        font-size: 22px;
        min-width: 20px;
    }

    .accordion-content-panel {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
        background-color: #fff;
    }

    .accordion-content-panel p {
        padding: 0 20px 15px 55px;
        color: #008000;
        line-height: 1.6;
        margin: 0;
        font-weight: bold;
    }
    .accordion-unit.is-expanded .accordion-content-panel {
        max-height: 250px;
        padding:20px ; 
    }

    .accordion-box-main .accordion-trigger-btn {
		font-size: 20px;
		padding: 20px;
		background: #fff;
		color: red;
    }

.accordion-unit.is-expanded .accordion-trigger-btn {
	color: #F80707;
	font-size: 20px;
	background: #fff;
}
.accordion-unit.is-expanded .accordion-trigger-btn:hover{
	color: #F80707 !important ; 
}
 /*--------------------- order-box section -------------------------------- */
    .bcldp_main-container {
        max-width: 1200px;
        margin: 20px auto;
        padding: 20px;
        background-color: #fff;
        border: 2px solid #ff6600;
        border-radius: 12px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: #333;
        
    }

    .bcldp_header-btn {
		font-family: "Hind Siliguri",Sans-serif;
        background: #ff6600 ;
        color: #fff;
        text-align: center;
        padding: 13px 30px; 
        font-size: 22px;
        font-weight: bold;
        border-radius: 8px;
        margin-bottom: 30px;
        box-shadow: 0 4px 10px rgba(255, 102, 0, 0.2);
        display: table;     
        margin-left: auto;   
        margin-right: auto;  
    }

    .bcldp_section-title {
        font-size: 20px;
        margin-bottom: 20px;
        border-bottom: 2px solid #f0f0f0;
        padding-bottom: 10px;
    }
    .bcldp_product-selection {
        display: flex;
        gap: 20px;
        margin-bottom: 35px;
        flex-wrap: wrap;
    }

    .bcldp_product-card {
        flex: 1;
        min-width: 300px;
        display: flex;
        align-items: center;
        padding: 15px;
        border: 2px solid #ececec;
        border-radius: 10px;
        cursor: pointer;
        transition: all 0.3s ease;
        background: #fafafa;
    }

    .bcldp_product-card:hover {
        border-color: #ff6600;
    }

    .bcldp_product-card.selected {
        border-color: #ff6600;
        background-color: #fff9f5;
    }

    .bcldp_product-card img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        border-radius: 5px;
        margin: 0 15px;
    }

    .bcldp_product-info {
        flex-grow: 1;
    }

    .bcldp_product-info strong {
        display: block;
        font-size: 15px;
        color: #222;
    }

    .bcldp_product-info span {
        font-size: 13px;
        color: #777;
    }

    .bcldp_price-control {
        text-align: right;
    }

    .bcldp_qty-btn {
        font-size: 14px;
        background: #eee;
        padding: 4px 10px;
        border-radius: 4px;
        margin-bottom: 5px;
        display: inline-block;
    }

    .bcldp_price {
        font-weight: bold;
        color: #ff6600;
    }
    .bcldp_order-table img {
        width: 68px;
        border-radius: 7px;
    }
    .bcldp_form-content {
        display: flex;
        gap: 40px;
        flex-wrap: wrap;
    }

    .bcldp_billing-details {
        flex: 1.5;
        min-width: 320px;
        text-align: left;
    }

    .bcldp_order-summary {
        flex: 1;
        min-width: 320px;
        background: #f9f9f9;
        padding: 20px;
        border-radius: 10px;
        border: 1px solid #eee;
    }

    .bcldp_billing-details h3, .bcldp_order-summary h3 {
        margin-top: 0;
        font-size: 20px;
        margin-bottom: 15px;
        text-align: left;
    }

    .bcldp_input-group {
        margin-bottom: 20px;
    }

    .bcldp_input-group label {
        display: block;
        font-weight: 600;
        margin-bottom: 8px;
        color: #e65100;
        font-size: 14px;
    }

    .bcldp_input-group input {
        width: 100%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 14px;
        box-sizing: border-box;
        outline: none;
    }

    .bcldp_input-group input:focus {
        border-color: #ff6600;
        box-shadow: 0 0 5px rgba(255, 102, 0, 0.2);
    }

    .bcldp_shipping-box {
        padding: 15px;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 6px;
        font-weight: bold;
        color: #444;
    }

    .bcldp_order-table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 20px;
    }

    .bcldp_order-table th {
        text-align: left;
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd;
        font-size: 14px;
    }

    .bcldp_order-table td {
        padding: 12px 0;
        border-bottom: 1px solid #eee;
        font-size: 14px;
    }

    .bcldp_summary-row td {
        border: none;
        padding: 5px 0;
        text-align: left;
    }

    .total td {
        font-weight: bold;
        font-size: 18px;
        color: #000;
        padding-top: 15px;
    }

    .bcldp_payment-box {
        margin: 20px 0;
    }

    .bcldp_black-tooltip {
        background: #222;
        color: #fff;
        padding: 12px;
        border-radius: 6px;
        font-size: 13px;
        margin-top: 8px;
        position: relative;
    }

    .bcldp_black-tooltip::after {
        content: '';
        position: absolute;
        top: -8px;
        left: 20px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #222;
    }

    .bcldp_newsletter {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .bcldp_confirm-btn {
        width: 100%;
        background: #ff6600 !important;
        color: white;
        border: none;
        padding: 18px;
        font-size: 18px;
        font-weight: bold;
        border-radius: 8px;
        cursor: pointer;
        transition: background 0.3s ease;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .bcldp_confirm-btn:hover {
        background: #e65c00;
    }

 


/*---------------------- footer section ---------------- */
        /* Contact Section Styling */
        .bcldp_contact-container {
            background-color: #fdf0e0;
            text-align: center;
            padding: 60px 20px;
            font-family: 'Arial', sans-serif;
        }

        .bcldp_contact-title {
            color: #008000;
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 15px;
        }

        .bcldp_phone-number {
            color: #cc0000;
            font-size: 32px;
            font-weight: bold;
            margin-bottom: 30px;
        }

        /* Social Icons Area */
        .bcldp_social-icons {
            display: flex;
            justify-content: center;
            gap: 20px;
        }

        .bcldp_icon {
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            transition: transform 0.3s ease;
        }

        .bcldp_icon img {
            width: 35px;
            height: 35px;
            filter: brightness(0) invert(1); 
        }

        .bcldp_icon:hover {
            transform: scale(1.1);
        }

        /* Specific Icon Colors */
        .whatsapp { background-color: #25d366; }
        .phone { background-color: #6c757d; }
        .facebook { background-color: #3b5998; }

        /* Footer Styling */
        .bcldp_footer {
            background-color: #0d1117; 
            color: #ffffff;
            text-align: center;
            padding: 15px 0;
            font-size: 14px;
        }

        .bcldp_author {
            color: #00ced1;  
            font-weight: bold;
        }

 

/* new class  */
.hikari{
    color: #000FC7;
    text-align: left;
    font-size: 30px;
}
.sanpord {
	font-family: "Anek Bangla",Sans-serif;
	font-size: 30px;
	color: #9C0B8A;
	text-align: left;
}


 
  .bcldp_cards-container {
        padding: 40px 20px;
        max-width: 1200px;
        margin: 0 auto;
    }
    .bcldp_card {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 10px;
        padding: 15px;
        margin: 10px;  
        text-align: center;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .bcldp_card img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }
    .slick-prev:before, .slick-next:before {
        color: #27ae60 !important;
    }

.bcldp_top_section {
	text-align: center !important;
}

/*==================== RESPONSIVE ========================== */
   

   


/* Gift Modal Styles */
.bcldp_gift_modal_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.bcldp_gift_modal_overlay.active {
    display: flex;
    opacity: 1;
}
.bcldp_gift_modal {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    max-width: 500px;
    width: 90%;
    position: relative;
    transform: scale(0.8);
    transition: transform 0.3s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-height: 90vh;
    overflow-y: auto;
}
.bcldp_gift_modal_overlay.active .bcldp_gift_modal {
    transform: scale(1);
}
.bcldp_gift_modal_close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #f0f0f0;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    line-height: 1;
}
.bcldp_gift_modal_close:hover {
    background: #e74c3c;
    color: #fff;
}
.bcldp_gift_modal_title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
    color: #333;
    font-weight: 600;
}
.bcldp_gift_options {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
}
.bcldp_gift_option {
    cursor: pointer;
}
.bcldp_gift_option input[type="radio"] {
    display: none;
}
.bcldp_gift_option_content {
    display: flex;
    align-items: center;
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    transition: all 0.3s ease;
    position: relative;
}
.bcldp_gift_option input[type="radio"]:checked + .bcldp_gift_option_content {
    border-color: #27ae60;
    background: #f0fff4;
}
.bcldp_gift_option_content img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 15px;
}
.bcldp_gift_option_text {
    flex: 1;
}
.bcldp_gift_option_text strong {
    display: block;
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}
.bcldp_gift_option_text span {
    font-size: 13px;
    color: #777;
}
.bcldp_gift_checkmark {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s ease;
}
.bcldp_gift_option input[type="radio"]:checked + .bcldp_gift_option_content .bcldp_gift_checkmark {
    background: #27ae60;
}
.bcldp_gift_modal_confirm {
    width: 100%;
    padding: 15px;
    background: #ff6600;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}
.bcldp_gift_modal_confirm:hover {
    background: linear-gradient(135deg, #219a52, #27ae60);
    transform: translateY(-2px);
}

/* Selected Gift Display */
.bcldp_selected_gift_display {
    background: linear-gradient(135deg, #f0fff4, #e8f5e9);
    border: 2px solid #27ae60;
    border-radius: 10px;
    padding: 12px 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.bcldp_selected_gift_display .gift-label {
    font-weight: 600;
    color: #ff6600;
}
.bcldp_selected_gift_display .gift-name {
    flex: 1;
    color: #333;
    font-weight: 500;
}
.bcldp_selected_gift_display .change-gift-btn {
    background: #ff6600 ;
    color: #fff;
    border: none;
    padding: 5px 15px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.3s ease;
}
.bcldp_selected_gift_display .change-gift-btn:hover {
    background: #ff6600;
}

/* Product Card Styles */
.bcldp_product-selection {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}
.bcldp_product-card {
    display: flex;
    align-items: center;
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    background: #fff;
}
.bcldp_product-card:hover {
    border-color: #ccc;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}
.bcldp_product-card.selected {
    border-color: #e74c3c;
    background: #fff9f9;
}
.bcldp_product-card input[type="radio"] {
    display: none;
}
.bcldp_card_checkbox {
    width: 28px;
    height: 28px;
    border: 2px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    transition: all 0.3s ease;
}
.bcldp_product-card.selected .bcldp_card_checkbox {
    background: #e74c3c;
    border-color: #e74c3c;
}
.bcldp_card_checkbox .checkmark {
    color: #fff;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.bcldp_product-card.selected .bcldp_card_checkbox .checkmark {
    opacity: 1;
}
.bcldp_product-card > img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 15px;
}
.bcldp_product-info {
    flex: 1;
}
.bcldp_product-info strong {
    display: block;
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}
.bcldp_product-info .product-desc {
    font-size: 13px;
    color: #777;
}
.bcldp_price-control {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}
.bcldp_qty-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #f5f5f5;
    padding: 5px;
    border-radius: 8px;
}
.bcldp_qty-btn button {
	width: 32px;
	height: 32px;
	border: none;
	background: #fff;
	border-radius: 6px;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	transition: all 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
}
.bcldp_qty-btn button:hover {
    background: #e74c3c;
    color: #fff;
}
.bcldp_qty-btn .qty-value {
    width: 40px;
    text-align: center;
    font-weight: bold;
    border: none;
    background: transparent;
    font-size: 16px;
}
.bcldp_qty-btn .qty-value:focus {
    outline: none;
}
.bcldp_price {
    font-size: 18px;
    font-weight: 700;
    color: #e74c3c;
}

/* Gift row in summary */
.bcldp_gift-row .gift-icon {
    margin-right: 8px;
}
.bcldp_gift-row .order-gift-name {
    color: #27ae60;
    font-weight: 500;
}

/* Order table thumb */
.order-thumb {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 10px;
    vertical-align: middle;
}
.product-cell {
    display: flex;
    align-items: center;
}

/* Form message */
.bcldp_form_message {
    margin-top: 15px;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
}
.bcldp_form_message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}
.bcldp_form_message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Loading state */
.bcldp_confirm-btn.loading {
    opacity: 0.7;
    pointer-events: none;
}
.bcldp_confirm-btn.loading::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 0.8s linear infinite;
    margin-left: 10px;
    vertical-align: middle;
}
@keyframes spin {
    to { transform: rotate(360deg); }
}




    .bengal_hero {
        padding: 60px 20px 120px;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .bengal_hero::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 80px;
        background: linear-gradient(to bottom right, transparent 49%, white 50%),
                    linear-gradient(to bottom left, transparent 49%, white 50%);
        background-size: 50% 100%;
        background-position: left bottom, right bottom;
        background-repeat: no-repeat;
    }

    .bengal_logo {
        width: 120px;
        height: auto;
        margin: 0 auto 20px;
        display: block;
    }

    .bengal_logo_img {
        width: 120px;
        height: auto;
        margin: 0 auto 20px;
        display: block;
    }

    .bengal_checkmark {
        width: 50px;
        height: 50px;
        margin: 0 auto 20px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bengal_checkmark::after {
        content: '\2713';
        color: white;
        font-size: 30px;
        font-weight: bold;
    }

    .bengal_hero_title {
        color: white;
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 15px;
		font-family: "Anek Bangla",Sans-serif;
    }

    .bengal_hero_subtitle {
        color: white;
        font-size: 16px;
        opacity: 0.95;
		font-family: "Anek Bangla",Sans-serif;
    }

    .bengal_container {
        max-width: 800px;
        margin: 0 auto;
        padding: 40px 20px;
    }

    .bengal_confirmation {
        text-align: center;
        font-size: 18px;
        margin-bottom: 30px;
        color: #666;
    }

    .bengal_order_summary {
        background-color: #f5f5f5;
        padding: 25px;
        border-radius: 8px;
        margin-bottom: 20px;
    }

    .bengal_order_info {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 20px;
    }

    .bengal_order_field {
        display: flex;
        flex-direction: column;
    }

    .bengal_field_label {
        font-size: 12px;
        color: #888;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .bengal_field_value {
        font-size: 16px;
        color: #333;
        font-weight: 600;
    }

    .bengal_payment_note {
        font-size: 14px;
        color: #666;
        margin: 20px 0;
    }

    .bengal_details_box {
        background-color: #f5f5f5;
        padding: 30px;
        border-radius: 8px;
        margin-bottom: 20px;
    }

    .bengal_details_title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 25px;
        color: #333;
    }

    .bengal_table {
        width: 100%;
        margin-bottom: 20px;
    }

    .bengal_table_row {
        display: flex;
        justify-content: space-between;
        padding: 12px 0;
        border-bottom: 1px solid #e0e0e0;
    }

    .bengal_table_row:last-child {
        border-bottom: none;
    }

    .bengal_table_label {
        color: #666;
        font-size: 15px;
    }

    .bengal_table_value {
        color: #333;
        font-size: 15px;
        font-weight: 500;
    }

    .bengal_product_quantity {
        font-size: 14px;
        color: #888;
    }

    .bengal_addresses {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
        background-color: #f5f5f5;
        padding: 30px;
        border-radius: 8px;
    }

    .bengal_address_block {
        display: flex;
        flex-direction: column;
    }

    .bengal_address_title {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 15px;
        color: #333;
    }

    .bengal_address_content {
        font-size: 14px;
        color: #666;
        line-height: 1.8;
    }

    .bengal_no_order {
        text-align: center;
        padding: 60px 20px;
        background-color: #f5f5f5;
        border-radius: 8px;
    }

    .bengal_no_order p {
        font-size: 18px;
        color: #666;
    }


.bengal_hero_2 {
        padding: 60px 20px 120px;
        text-align: center;
        position: relative;
        overflow: hidden;
        
    }

    .bengal_hero_2::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 80px;
        background: linear-gradient(to bottom right, transparent 49%, white 50%),
                    linear-gradient(to bottom left, transparent 49%, white 50%);
        background-size: 50% 100%;
        background-position: left bottom, right bottom;
        background-repeat: no-repeat;
    }

    .bengal_logo_2 {
        width: 120px;
        height: auto;
        margin: 0 auto 20px;
        display: block;
    }

    .bengal_logo_img_2 {
        width: 120px;
        height: auto;
        margin: 0 auto 20px;
        display: block;
    }

    .bengal_checkmark_2 {
        width: 50px;
        height: 50px;
        margin: 0 auto 20px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bengal_checkmark_2::after {
        content: '\2713';
        color: white;
        font-size: 30px;
        font-weight: bold;
    }

    .bengal_hero_title_2 {
        color: white;
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .bengal_hero_subtitle_2 {
        color: white;
        font-size: 16px;
        opacity: 0.95;
    }

    .bengal_container_2 {
        max-width: 800px;
        margin: 0 auto;
        padding: 40px 20px;
    }

    .bengal_confirmation_2 {
        text-align: center;
        font-size: 18px;
        margin-bottom: 30px;
        color: #666;
    }

    .bengal_order_summary_2 {
        background-color: #f5f5f5;
        padding: 25px;
        border-radius: 8px;
        margin-bottom: 20px;
    }

    .bengal_order_info_2 {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 20px;
    }

    .bengal_order_field_2 {
        display: flex;
        flex-direction: column;
    }

    .bengal_field_label_2 {
        font-size: 12px;
        color: #888;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .bengal_field_value_2 {
        font-size: 16px;
        color: #333;
        font-weight: 600;
    }

    .bengal_payment_note {
        font-size: 14px;
        color: #666;
        margin: 20px 0;
    }

    .bengal_details_box_2 {
        background-color: #f5f5f5;
        padding: 30px;
        border-radius: 8px;
        margin-bottom: 20px;
    }

    .bengal_details_title_2 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 25px;
        color: #333;
    }

    .bengal_table_2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .bengal_table_row_2 {
        display: flex;
        justify-content: space-between;
        padding: 12px 0;
        border-bottom: 1px solid #e0e0e0;
    }

    .bengal_table_row_2:last-child {
        border-bottom: none;
    }

    .bengal_table_label_2 {
        color: #666;
        font-size: 15px;
    }

    .bengal_table_value_2 {
        color: #333;
        font-size: 15px;
        font-weight: 500;
    }

    .bengal_product_quantity_2 {
        font-size: 14px;
        color: #888;
    }

    .bengal_addresses_2 {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
        background-color: #f5f5f5;
        padding: 30px;
        border-radius: 8px;
    }

    .bengal_address_block_2 {
        display: flex;
        flex-direction: column;
    }

    .bengal_address_title_2 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 15px;
        color: #333;
    }

    .bengal_address_content_2 {
        font-size: 14px;
        color: #666;
        line-height: 1.8;
    }

    .bengal_no_order_2 {
        text-align: center;
        padding: 60px 20px;
        background-color: #f5f5f5;
        border-radius: 8px;
    }

    .bengal_no_order_2 p {
        font-size: 18px;
        color: #666;
    }

