.elementor-286 .elementor-element.elementor-element-a4ec3d2{--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;--justify-content:center;--overlay-opacity:0.56;--padding-top:150px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-286 .elementor-element.elementor-element-a4ec3d2::before, .elementor-286 .elementor-element.elementor-element-a4ec3d2 > .elementor-background-video-container::before, .elementor-286 .elementor-element.elementor-element-a4ec3d2 > .e-con-inner > .elementor-background-video-container::before, .elementor-286 .elementor-element.elementor-element-a4ec3d2 > .elementor-background-slideshow::before, .elementor-286 .elementor-element.elementor-element-a4ec3d2 > .e-con-inner > .elementor-background-slideshow::before, .elementor-286 .elementor-element.elementor-element-a4ec3d2 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:radial-gradient(at bottom center, #C4A05C 0%, #00000000 54%);}.elementor-286 .elementor-element.elementor-element-424ced0{--display:flex;}.elementor-286 .elementor-element.elementor-element-1b62cff{--display:flex;}.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-286 .elementor-element.elementor-element-e733697{text-align:center;}.elementor-286 .elementor-element.elementor-element-e733697 .elementor-heading-title{font-family:"Manrope", Sans-serif;font-size:66px;font-weight:600;color:#0F0F0F;}.elementor-286 .elementor-element.elementor-element-3366db9{margin:-17px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-286 .elementor-element.elementor-element-3366db9 .elementor-heading-title{font-family:"Manrope", Sans-serif;font-size:41px;font-weight:600;line-height:55px;color:#292929;}.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-286 .elementor-element.elementor-element-8e5c96b{width:var( --container-widget-width, 616px );max-width:616px;margin:15px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;--container-widget-width:616px;--container-widget-flex-grow:0;text-align:center;font-family:"Manrope", Sans-serif;font-weight:400;color:#1F1F1F;}.elementor-286 .elementor-element.elementor-element-8e5c96b.elementor-element{--align-self:center;}@media(max-width:767px){.elementor-286 .elementor-element.elementor-element-a4ec3d2{--margin-top:-110px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:18px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-286 .elementor-element.elementor-element-424ced0{--margin-top:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-286 .elementor-element.elementor-element-e733697 .elementor-heading-title{font-size:35px;}.elementor-286 .elementor-element.elementor-element-3366db9 .elementor-heading-title{font-size:23px;}.elementor-286 .elementor-element.elementor-element-8e5c96b{font-size:14px;}}/* Start custom CSS for html, class: .elementor-element-3c05290 */@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap');

.contact-form-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    background: white;
    border: 2px solid #f1f5f9;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.contact-form-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #c4a05c, #d4b06c);
    border-radius: 15px 15px 0 0;
}

.form-header {
    text-align: center;
    margin-bottom: 40px;
}

.form-header h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #0f1c25;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
    font-family: 'Manrope', sans-serif;
}

.form-header p {
    font-size: 1.1rem;
    color: #64748b;
    line-height: 1.5;
    font-family: 'Manrope', sans-serif;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 24px;
}

.form-field {
    margin-bottom: 24px;
}

.form-field.half-width {
    margin-bottom: 0;
}

.form-field label {
    display: block;
    font-weight: 600;
    color: #0f1c25;
    margin-bottom: 8px;
    font-size: 0.9rem;
    font-family: 'Manrope', sans-serif;
}

.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="tel"],
.form-field select,
.form-field textarea {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #f1f5f9;
    border-radius: 8px;
    font-size: 1rem;
    font-family: 'Manrope', sans-serif;
    transition: all 0.3s ease;
    background: white;
    color: #0f1c25;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-field select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23c4a05c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 40px;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    outline: none;
    border-color: #c4a05c;
    box-shadow: 0 0 0 4px rgba(196, 160, 92, 0.1);
}

.form-field input::placeholder,
.form-field textarea::placeholder {
    color: #94a3b8;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
}

.form-field textarea {
    resize: vertical;
    min-height: 120px;
    line-height: 1.5;
}

/* Checkbox grid for goals */
.goals-field .checkbox-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
    margin-top: 12px;
}

.goals-field .wpcf7-list-item {
    margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.goals-field input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    flex-shrink: 0;
    accent-color: #c4a05c;
}

.goals-field .wpcf7-list-item-label {
    font-size: 0.95rem;
    color: #374151;
    line-height: 1.4;
    margin: 0;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
}

/* Newsletter opt-in styling */
.newsletter-field {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #f1f5f9;
}

.newsletter-field input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    flex-shrink: 0;
    accent-color: #c4a05c;
}

.newsletter-field label {
    font-size: 0.95rem;
    color: #374151;
    line-height: 1.4;
    margin: 0;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
}

.submit-field {
    margin-top: 40px;
    margin-bottom: 24px;
}

.contact-submit {
    width: 100%;
    background: linear-gradient(135deg, #c4a05c, #d4b06c);
    color: white;
    border: none;
    padding: 18px 32px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Manrope', sans-serif;
    box-sizing: border-box;
}

.contact-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(196, 160, 92, 0.4);
    background: linear-gradient(135deg, #d4b06c, #c4a05c);
}

.contact-submit:active {
    transform: translateY(0);
}

.form-footer {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #f1f5f9;
}

.form-footer p {
    color: #10b981;
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0;
    font-family: 'Manrope', sans-serif;
}

/* Responsive design */
@media (max-width: 768px) {
    .contact-form-wrapper {
        padding: 24px;
        margin: 0 16px;
    }
    
    .form-header h2 {
        font-size: 1.6rem;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .form-field.half-width {
        margin-bottom: 24px;
    }
    
    .goals-field .checkbox-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .form-field input,
    .form-field select,
    .form-field textarea {
        padding: 12px 16px;
        font-size: 0.9rem;
    }
    
    .contact-submit {
        padding: 16px 24px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .contact-form-wrapper {
        padding: 20px;
    }
    
    .form-header h2 {
        font-size: 1.4rem;
    }
    
    .form-header p {
        font-size: 1rem;
    }
}

/* Hide br tags that appear after labels */
.form-field label + br {
    display: none;
}

/* Or hide all br tags in form fields if needed */
.form-field br {
    display: none;
}/* End custom CSS */