.elementor-1375 .elementor-element.elementor-element-1769f64{--display:flex;}@media(min-width:768px){.elementor-1375 .elementor-element.elementor-element-1769f64{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-3bb035b *//* --- GLOBAL SECTION SETUP --- */
.eg-contact-section {
    padding: 80px 20px;
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.eg-contact-container {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; /* Allows stacking on smaller screens */
    gap: 50px;
    align-items: flex-start;
}

.eg-contact-info, .eg-contact-form-card {
    flex: 1;
    min-width: 300px; /* Minimum width before it force-stacks */
}

/* --- TYPOGRAPHY --- */
.eg-subtitle {
    color: #FF6B00;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
}

.eg-title {
    font-size: 42px;
    font-weight: 800;
    color: #2D3137;
    line-height: 1.2;
    margin: 15px 0;
}

.eg-description {
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* --- CONTACT INFO ITEMS --- */
.eg-info-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background: #fff;
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.04);
}

.eg-icon {
    font-size: 20px;
    margin-right: 15px;
    background: #FFF0E6;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    flex-shrink: 0;
}

.eg-text strong { color: #1a1a1a; font-size: 14px; }
.eg-text { font-size: 15px; color: #555; }
.eg-text a { color: #FF6B00; text-decoration: none; font-weight: 600; }

.eg-trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.badge-item {
    background: #f0f0f0;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #555;
}

/* --- CONTACT FORM CARD --- */
.eg-contact-form-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.07);
    border: 1px solid #f0f0f0;
}

.orange-divider {
    width: 50px;
    height: 4px;
    background: #FF6B00;
    margin-bottom: 30px;
}

/* --- CONTACT FORM 7 SPECIFIC STYLING --- */
.eg-custom-form label {
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
    color: #2D3137;
    font-size: 13px;
}

.eg-form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.eg-field-half { flex: 1; }
.eg-form-group { margin-bottom: 20px; }

.wpcf7-form-control {
    width: 100% !important;
    padding: 14px 15px !important;
    border: 2px solid #eee !important;
    border-radius: 8px !important;
    background: #fafafa !important;
    font-size: 16px !important; /* Prevents iOS auto-zoom on focus */
    box-sizing: border-box;
}

.wpcf7-form-control:focus {
    border-color: #FF6B00 !important;
    background: #fff !important;
    outline: none !important;
}

.wpcf7-submit {
    background: #FF6B00 !important;
    color: #fff !important;
    border: none !important;
    padding: 18px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
    width: 100% !important;
    cursor: pointer !important;
    transition: 0.3s;
}

.wpcf7-submit:hover { background: #2D3137 !important; }

/* --- MOBILE RESPONSIVENESS (The Magic) --- */
@media (max-width: 767px) {
    .eg-contact-section { padding: 40px 15px; }
    
    .eg-contact-container {
        flex-direction: column; /* Stacks text on top of form */
    }

    .eg-title { font-size: 30px; text-align: center; }
    .eg-subtitle, .eg-description { text-align: center; }
    
    .eg-info-item { padding: 12px; }

    .eg-form-row {
        flex-direction: column; /* Name and Phone stack on mobile */
        gap: 20px;
    }

    .eg-contact-form-card {
        padding: 30px 20px; /* Slimmer padding for small screens */
    }

    .eg-trust-badges {
        justify-content: center;
    }
}/* End custom CSS */


