.elementor-kit-8{--e-global-color-primary:#D4AF37;--e-global-color-secondary:#1A1A1A;--e-global-color-text:#333333;--e-global-color-accent:#DC3545;--e-global-color-0a45cc6:#F5F5F5;--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-8 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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 Form 7 - Fixed Width and Styling */
.wpcf7 {
    max-width: 700px !important;
    margin: 0 auto !important;
    padding: 0 20px;
}

/* Labels - Bigger and more visible */
.wpcf7 label {
    display: block !important;
    margin-bottom: 12px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0.5px;
}

/* Input Fields - Better sizing */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100% !important;
    padding: 18px !important;
    margin-bottom: 30px !important;
    border: 2px solid #E5E5E5 !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-family: 'Open Sans', sans-serif !important;
    background: white !important;
    box-sizing: border-box !important;
}

/* Focus state */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    outline: none !important;
    border-color: #D4AF37 !important;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1) !important;
}

/* Textarea */
.wpcf7 textarea {
    min-height: 150px !important;
    resize: vertical !important;
}

/* Submit Button - Gold and prominent */
.wpcf7 input[type="submit"],
.wpcf7 .wpcf7-submit {
    background: #D4AF37 !important;
    color: white !important;
    padding: 18px 50px !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    width: 100% !important;
    transition: all 0.3s ease !important;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0.5px !important;
    margin-top: 10px !important;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 .wpcf7-submit:hover {
    background: #c29d2f !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3) !important;
}

/* Success Message */
.wpcf7-response-output {
    margin: 25px 0 0 0 !important;
    padding: 20px !important;
    border-radius: 8px !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.wpcf7-mail-sent-ok {
    background: #d4edda !important;
    border: 2px solid #c3e6cb !important;
    color: #155724 !important;
}

/* Error Messages */
.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
    background: #f8d7da !important;
    border: 2px solid #f5c6cb !important;
    color: #721c24 !important;
}

/* Hide spinner */
.wpcf7 .wpcf7-spinner {
    display: none !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .wpcf7 {
        max-width: 100% !important;
        padding: 0 15px !important;
    }
    
    .wpcf7 label {
        font-size: 16px !important;
    }
    
    .wpcf7 input[type="submit"] {
        padding: 16px 40px !important;
        font-size: 16px !important;
    }
}/* End custom CSS */