.elementor-kit-781{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-781 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Contact Page CSS - Add this to Elementor Site Settings > Custom CSS */

.container {
    max-width: 1200px;
    margin: 0 auto;
}

/* General Contact Form */
.general-contact-form {
    padding: 4rem 2rem;
    background: #f9f9f9;
}

.form-container {
    max-width: 600px;
    margin: 0 auto;
}

.form-container h2 {
    text-align: center;
    margin-bottom: 1rem;
    color: #1a1a1a;
    font-size: 2rem;
}

.form-container .subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 2rem;
}

/* Signup Forms Section */
.signup-intro {
    background: white;
    padding: 4rem 2rem;
    text-align: center;
}

.signup-intro h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.signup-intro p {
    font-size: 1.2rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

/* Brand Signup */
.brand-signup {
    padding: 4rem 2rem;
    background: #f9f9f9;
}

/* Retailer Signup */
.retailer-signup {
    padding: 4rem 2rem;
    background: white;
}

.free-badge {
    text-align: center;
    color: #ff6b35;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

/* WPForms Placeholder Styling */
.wpforms-placeholder {
    background: #fff3e0;
    border: 3px dashed #ff6b35;
    padding: 3rem;
    border-radius: 10px;
    text-align: center;
}

.wpforms-placeholder h3 {
    color: #ff6b35;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.wpforms-placeholder p {
    color: #666;
    margin-bottom: 1rem;
}

.wpforms-placeholder ol {
    text-align: left;
    max-width: 500px;
    margin: 1rem auto;
    color: #666;
}

.wpforms-placeholder li {
    margin-bottom: 0.5rem;
}/* End custom CSS */