.elementor-21 .elementor-element.elementor-element-ad2053f{--display:flex;}/* Start custom CSS for checkout-form, class: .elementor-element-49b0120 *//* ==========================================================================
   CARTFLOWS WHOLE FORM CONTAINER WRAPPER (PREMIUM BOX STYLE)
   ========================================================================== */
.wcf-embed-checkout-form {
    background-color: #FFFFFF !important; /* পিওর হোয়াইট কার্ড ফিল */
    border: 1px solid rgba(11, 66, 52, 0.1) !important; /* হালকা লাক্সারি গ্রিন বর্ডার */
    border-radius: 20px !important; /* টপ-নচ মডার্ন রাউন্ডেড কর্নার */
    padding: 40px !important; /* ভেতরের চারপাশের স্পেসিং */
    box-shadow: 0 15px 40px rgba(11, 66, 52, 0.04) !important; /* আন্তর্জাতিক স্ট্যান্ডার্ডের আল্ট্রা-সফ্ট শ্যাডো */
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

/* মোবাইল ভিউতে ভেতরের স্পেসিং কিছুটা অপ্টিমাইজ করার জন্য */
@media (max-width: 768px) {
    .wcf-embed-checkout-form {
        padding: 20px 15px !important;
        border-radius: 16px !important;
    }
}

/* ==========================================================================
   CARTFLOWS FIELD FORM RESTYLING (INPUTS & TEXTAREAS)
   ========================================================================== */
.wcf-embed-checkout-form input[type="text"],
.wcf-embed-checkout-form input[type="tel"],
.wcf-embed-checkout-form input[type="email"],
.wcf-embed-checkout-form textarea {
    width: 100% !important;
    background-color: #FDFBF7 !important; /* ইনপুট ফিল্ডে হালকা ক্রিম টোন */
    color: #0B4234 !important; 
    border: 2px solid rgba(11, 66, 52, 0.12) !important;
    border-radius: 12px !important;
    padding: 16px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
    margin-bottom: 5px !important;
}

/* ফোকাস স্টেট (ইউজার যখন বক্সে ক্লিক করবে) */
.wcf-embed-checkout-form input:focus,
.wcf-embed-checkout-form textarea:focus {
    border-color: #0B4234 !important;
    background-color: #FFFFFF !important;
    box-shadow: 0 0 0 4px rgba(11, 66, 52, 0.05) !important;
    outline: none !important;
}

/* ফরমের ওপরের লেবেল ও হেডিং */
.wcf-embed-checkout-form label {
    color: #0B4234 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    margin-bottom: 8px !important;
    display: block !important;
}

.wcf-embed-checkout-form h3 {
    color: #0B4234 !important;
    font-weight: 700 !important;
    letter-spacing: -0.5px !important;
}

/* ==========================================================================
   ULTRA-PREMIUM GOLD BUTTON OVERRIDE (HIGH CONTRAST)
   ========================================================================== */
.wcf-embed-checkout-form button.wcf-btn-place-order,
.wcf-embed-checkout-form #place_order {
    background-color: #F2C230 !important;
    color: #0B4234 !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 18px 35px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    width: 100% !important;
    cursor: pointer !important;
    box-shadow: 0 6px 20px rgba(242, 194, 48, 0.3) !important;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    display: block !important;
    text-align: center !important;
}

.wcf-embed-checkout-form button.wcf-btn-place-order:hover,
.wcf-embed-checkout-form #place_order:hover {
    background-color: #e5b525 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(242, 194, 48, 0.4) !important;
}/* End custom CSS */