.elementor-4963 .elementor-element.elementor-element-999527d{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4963 .elementor-element.elementor-element-b48117d{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4963 .elementor-element.elementor-element-dcdd36b{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4963 .elementor-element.elementor-element-7008160{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4963 .elementor-element.elementor-element-39a8b3a{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4963 .elementor-element.elementor-element-c909123{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4963 .elementor-element.elementor-element-30734f6{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4963 .elementor-element.elementor-element-7599eb7{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4963 .elementor-element.elementor-element-576fb31{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4963 .elementor-element.elementor-element-25a7e94 > .elementor-widget-container{margin:100px 0px 0px 0px;}/* Start custom CSS for checkout-form, class: .elementor-element-25a7e94 *//* =========================================
   CartFlows Checkout Premium Light Theme
========================================= */

/* Typography & Base Setup */
.wcf-embed-checkout-form, 
.woocommerce-checkout,
.woocommerce-checkout form {
    font-family: 'Hind Siliguri', sans-serif !important;
    color: #1e293b !important;
}

/* Headings */
.woocommerce-checkout h3 {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin-bottom: 20px !important;
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 10px;
}

/* --- Input Fields (Modern Look) --- */
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout select,
.woocommerce-checkout textarea {
    background-color: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 14px 20px !important;
    font-size: 16px !important;
    color: #1e293b !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
    font-family: 'Hind Siliguri', sans-serif !important;
}

/* Input Focus State (Cyan/Blue Accent) */
.woocommerce-checkout input[type="text"]:focus,
.woocommerce-checkout input[type="email"]:focus,
.woocommerce-checkout input[type="tel"]:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus {
    border-color: #0077b6 !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(0, 119, 182, 0.1) !important;
    outline: none !important;
}

/* Labels */
.woocommerce-checkout label {
    font-weight: 600 !important;
    color: #475569 !important;
    margin-bottom: 8px !important;
    font-size: 15px !important;
}

/* Optional mark (*) color */
.woocommerce-checkout abbr.required {
    color: #d10000 !important;
    text-decoration: none !important;
    border: none !important;
}

/* --- Card Style for Sections --- */
/* Billing & Order Review wrapper */
#customer_details, 
#order_review_heading,
#order_review {
    background: #ffffff !important;
    border-radius: 20px !important;
    padding: 30px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04) !important;
    border: 1px solid rgba(0, 0, 0, 0.03) !important;
    margin-bottom: 30px !important;
}

/* --- Order Review Table --- */
.woocommerce table.shop_table {
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    border-collapse: separate !important;
    overflow: hidden !important;
    margin-bottom: 20px !important;
}

.woocommerce table.shop_table th {
    background-color: #f8fafc !important;
    color: #1e293b !important;
    font-weight: 700 !important;
    padding: 15px !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

.woocommerce table.shop_table td {
    padding: 15px !important;
    border-bottom: 1px solid #e2e8f0 !important;
    color: #475569 !important;
    font-weight: 500 !important;
}

/* --- Payment Section --- */
.woocommerce-checkout #payment {
    background: #f8fafc !important;
    border-radius: 16px !important;
    padding: 25px !important;
    border: 1px solid #e2e8f0 !important;
}

.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid #e2e8f0 !important;
    padding-bottom: 15px !important;
}

.woocommerce-checkout #payment div.payment_box {
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    color: #475569 !important;
    font-size: 14px !important;
}

/* --- Place Order Button (Matching your Red Theme) --- */
.woocommerce-checkout #place_order {
    background: linear-gradient(135deg, #d10000 0%, #a80000 100%) !important;
    color: #ffffff !important;
    padding: 18px 40px !important;
    border-radius: 50px !important; /* Pill shape */
    font-size: 20px !important;
    font-weight: 700 !important;
    font-family: 'Hind Siliguri', sans-serif !important;
    border: none !important;
    box-shadow: 0 10px 25px rgba(209, 0, 0, 0.25) !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    text-align: center !important;
    text-transform: none !important;
    margin-top: 20px !important;
}

.woocommerce-checkout #place_order:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 15px 35px rgba(209, 0, 0, 0.35) !important;
}

/* WooCommerce Notices/Errors */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-radius: 12px !important;
    font-family: 'Hind Siliguri', sans-serif !important;
    font-weight: 600 !important;
}/* End custom CSS */