.elementor-686 .elementor-element.elementor-element-70c9327{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--padding-top:60px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-686 .elementor-element.elementor-element-70c9327:not(.elementor-motion-effects-element-type-background), .elementor-686 .elementor-element.elementor-element-70c9327 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-e74bf01 );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-686 .elementor-element.elementor-element-9cdaf59 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:40px;font-weight:700;color:#1A202C;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-686 .elementor-element.elementor-element-ac9b4cb{font-family:"Roboto", Sans-serif;font-size:18px;font-weight:400;color:#4A5568;}.elementor-686 .elementor-element.elementor-element-1407eaa{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--border-radius:16px 16px 16px 16px;box-shadow:0px 4px 10px 0px rgba(0,0,0,0.5);--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}.elementor-686 .elementor-element.elementor-element-1407eaa:not(.elementor-motion-effects-element-type-background), .elementor-686 .elementor-element.elementor-element-1407eaa > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-e74bf01 );}:root{--page-title-display:none;}@media(min-width:768px){.elementor-686 .elementor-element.elementor-element-1407eaa{--width:800px;}}/* Start custom CSS *//* Style the registration page container */
.woocommerce-form-register,
.b2bking_registration_form_container {
    max-width: 800px;
    margin: 40px auto;
    padding: 50px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

/* Add header section */
.woocommerce-form-register::before {
    content: "Create Your Account";
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    color: #1a202c;
}

/* Add subtitle for business forms */
.b2bking_registration_form_container::before {
    content: "Apply for Business Account";
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    color: #1a202c;
}

.b2bking_registration_form_container::after {
    content: "Access wholesale pricing, payment terms, and dedicated business support.";
    display: block;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 40px;
    color: #4a5568;
}

/* Style form sections */
.woocommerce-form-register h3,
.b2bking_registration_form_container h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a202c;
    margin: 40px 0 25px 0;
    padding-bottom: 15px;
    border-bottom: 3px solid #4299e1;
}

/* First section should be "Personal Information" */
.woocommerce-form-register h3:first-of-type,
.b2bking_registration_form_container h3:first-of-type {
    margin-top: 0;
}

/* Style all form inputs */
.woocommerce-form-register input[type="text"],
.woocommerce-form-register input[type="email"],
.woocommerce-form-register input[type="password"],
.woocommerce-form-register input[type="tel"],
.woocommerce-form-register select,
.woocommerce-form-register textarea,
.b2bking_registration_form_container input[type="text"],
.b2bking_registration_form_container input[type="email"],
.b2bking_registration_form_container input[type="password"],
.b2bking_registration_form_container input[type="tel"],
.b2bking_registration_form_container select,
.b2bking_registration_form_container textarea {
    width: 100% !important;
    padding: 16px !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    margin-bottom: 25px !important;
    background: white !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
}

/* Focus states */
.woocommerce-form-register input:focus,
.woocommerce-form-register select:focus,
.woocommerce-form-register textarea:focus,
.b2bking_registration_form_container input:focus,
.b2bking_registration_form_container select:focus,
.b2bking_registration_form_container textarea:focus {
    border-color: #4299e1 !important;
    box-shadow: 0 0 0 3px rgba(66,153,225,0.1) !important;
    outline: none !important;
}

/* Style labels */
.woocommerce-form-register label,
.b2bking_registration_form_container label {
    display: block !important;
    margin-bottom: 8px !important;
    font-weight: 600 !important;
    color: #2d3748 !important;
    font-size: 14px !important;
}

/* Style the register button */
.woocommerce-form-register .button,
.woocommerce-form-register button[type="submit"],
.b2bking_registration_form_container .button,
.b2bking_registration_form_container button[type="submit"] {
    background: linear-gradient(135deg, #007cba 0%, #005a87 100%) !important;
    color: white !important;
    padding: 20px 40px !important;
    border: none !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    cursor: pointer !important;
    width: 100% !important;
    margin-top: 30px !important;
    box-shadow: 0 6px 20px rgba(0,124,186,0.3) !important;
    transition: all 0.3s ease !important;
    text-align: center !important;
}

.woocommerce-form-register .button:hover,
.b2bking_registration_form_container .button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 30px rgba(0,124,186,0.4) !important;
}

/* For retail forms, use green button */
.woocommerce-form-register .button {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%) !important;
    box-shadow: 0 6px 20px rgba(40,167,69,0.3) !important;
}

.woocommerce-form-register .button:hover {
    box-shadow: 0 10px 30px rgba(40,167,69,0.4) !important;
}

/* Style checkboxes */
.woocommerce-form-register input[type="checkbox"],
.b2bking_registration_form_container input[type="checkbox"] {
    width: auto !important;
    margin-right: 10px !important;
    margin-bottom: 0 !important;
}

/* Privacy policy text */
.woocommerce-privacy-policy-text,
.privacy-policy-text {
    font-size: 14px !important;
    color: #4a5568 !important;
    line-height: 1.6 !important;
    margin: 20px 0 !important;
}

/* Add spacing between form sections */
.woocommerce-form-register p,
.b2bking_registration_form_container p {
    margin-bottom: 20px !important;
}

/* Style required asterisks */
.required {
    color: #e53e3e !important;
}

/* Add progress indicator (you can customize this) */
.registration-progress {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    gap: 10px;
}

.progress-step {
    padding: 8px 20px;
    background: #e2e8f0;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.progress-step.active {
    background: #4299e1;
    color: white;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .woocommerce-form-register,
    .b2bking_registration_form_container {
        margin: 20px;
        padding: 30px 20px;
    }
    
    .woocommerce-form-register::before,
    .b2bking_registration_form_container::before {
        font-size: 2rem;
    }
}/* End custom CSS */