.elementor-15216 .elementor-element.elementor-element-29378ad{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-15216 .elementor-element.elementor-element-fc018f3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-15216 .elementor-element.elementor-element-04f09b9 .wcf-embed-checkout-form .woocommerce-checkout, .elementor-15216 .elementor-element.elementor-element-04f09b9 .wcf-embed-checkout-form-modern-checkout{--wcf-field-label-color:#CDCDCD;}.elementor-15216 .elementor-element.elementor-element-6100a63{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for checkout-form, class: .elementor-element-04f09b9 *//* --- PREMIUM UI REDESIGN (FIXED & RESPONSIVE) --- */

/* ১. ব্যাকগ্রাউন্ড এবং মেইন কন্টেইনার */
#wcf-checkout-form, .woocommerce-checkout {
    background: #171337 !important;
    padding: 20px 0 !important;
    max-width: 1200px;
    margin: 0 auto;
}

/* ২. লেআউট ফিক্স (Desktop Two Column) */
@media (min-width: 992px) {
    .wcf-checkout-form #customer_details {
        display: flex !important;
        flex-direction: row !important;
        gap: 30px !important;
        align-items: flex-start !important;
    }
    .wcf-column-left { width: 60% !important; flex: 0 0 60%; }
    .wcf-column-right { width: 40% !important; flex: 0 0 40%; }
    
    /* কলামগুলোর ভিতরের উইডথ ফিক্স */
    .col-1, .col-2 { max-width: 100% !important; width: 100% !important; padding: 0 !important; }
}

/* ৩. কার্ড ডিজাইন (Billing & Order Review) */
.woocommerce-billing-fields, 
.woocommerce-checkout-review-order {
    background: #1A1035 !important;
    border: 1px solid rgba(168, 85, 247, 0.15) !important;
    border-radius: 24px !important;
    padding: 35px !important;
    margin-bottom: 25px !important;
    box-shadow: 0 20px 50px rgba(0,0,0,0.4) !important;
}

/* ৪. ইনপুট ফিল্ড পজিশনিং ও সাইজ ফিক্স (৫৩% এবং ৫০% লজিক) */
.woocommerce-checkout .form-row {
    display: block !important;
    width: 100% !important;
    float: none !important;
    margin-bottom: 25px !important;
    padding: 0 !important;
}

/* ডেস্কটপ ভিউতে ফিল্ডগুলো ইমেজের মতো সাজানোর জন্য */
@media (min-width: 768px) {
    /* ৫. ৫০% উইডথ ফিল্ড (নাম, ঠিকানা, ফোন) */
    #billing_first_name_field, 
    #billing_last_name_field,
    #billing_address_1_field, 
    #billing_phone_field {
        width: 48.5% !important;
        display: inline-block !important;
        vertical-align: top !important;
    }
    
    #billing_first_name_field, #billing_address_1_field {
        margin-right: 3% !important;
    }

    /* ৬. ৩৩% উইডথ ফিল্ড (পিন কোড, শহর, রাজ্য) */
    #billing_postcode_field, 
    #billing_city_field, 
    #billing_state_field {
        width: 31.33% !important;
        display: inline-block !important;
        vertical-align: top !important;
        margin-right: 3% !important;
    }

    #billing_state_field {
        margin-right: 0 !important;
    }
}

/* ৭. ইনপুট ফিল্ড ডিজাইন (সাদা ও রাউন্ডেড) */
.woocommerce-input-wrapper input, 
.woocommerce-input-wrapper textarea,
.select2-container--default .select2-selection--single {
    background-color: #ffffff !important;
    color: #1A1035 !important;
    border: 2px solid transparent !important;
    border-radius: 12px !important;
    padding: 12px 18px !important;
    font-size: 16px !important;
    height: 52px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    transition: all 0.3s ease !important;
}

.woocommerce-input-wrapper input:focus {
    border-color: #FF6B35 !important;
    box-shadow: 0 0 12px rgba(255, 107, 53, 0.2) !important;
    outline: none;
}

/* ৮. টেক্সট ও লেবেল স্টাইল */
.woocommerce-billing-fields h3, 
#order_review_heading {
    color: #ffffff !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    margin-bottom: 30px !important;
    display: flex;
    align-items: center;
}

.woocommerce-input-wrapper label {
    color: #ffffff !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    font-size: 14px !important;
    display: block !important;
}

/* ৯. অর্ডার রিভিউ টেবিল ফিক্স */
.shop_table.woocommerce-checkout-review-order-table {
    border: none !important;
    width: 100% !important;
}

.shop_table tr { border-bottom: 1px solid rgba(255,255,255,0.05) !important; }
.shop_table td, .shop_table th { color: #ffffff !important; padding: 18px 0 !important; }

.order-total th, .order-total td .amount {
    color: #FF6B35 !important;
    font-size: 32px !important;
    font-weight: 900 !important;
}

/* ১০. বাটন ডিজাইন (Orange Gradient) */
#place_order {
    background: linear-gradient(90deg, #FF6B35 0%, #E8501A 100%) !important;
    color: #ffffff !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    padding: 22px !important;
    border-radius: 18px !important;
    border: none !important;
    margin-top: 25px !important;
    box-shadow: 0 15px 40px rgba(255, 107, 53, 0.4) !important;
    transition: all 0.4s ease !important;
    cursor: pointer;
}

#place_order:hover {
    transform: translateY(-3px) scale(1.01) !important;
    box-shadow: 0 20px 50px rgba(255, 107, 53, 0.6) !important;
}

/* ১১. মোবাইল রেসপন্সিভ (সব ফিল্ড ১০০% হবে) */
@media (max-width: 767px) {
    .woocommerce-billing-fields, .woocommerce-checkout-review-order {
        padding: 20px !important;
    }
    #billing_first_name_field, #billing_last_name_field,
    #billing_address_1_field, #billing_phone_field,
    #billing_postcode_field, #billing_city_field, #billing_state_field {
        width: 100% !important;
        margin-right: 0 !important;
    }
}/* End custom CSS */