/* Contact Form Custom Styles */

/* Main contact section */
.contact-mp .contact-section {
    background: white;
    padding: 80px 0;
}

/* Contact info section */
.contact-mp .contact-info-section {
    padding-right: 40px;
}

.contact-mp .contact-info-section h3 {
    font-size: 36px !important;
    font-weight: bold !important;
    color: #1d1d1d !important;
    margin-bottom: 20px !important;
}

.contact-mp .contact-info-section p {
    font-size: 16px !important;
    color: #666 !important;
    line-height: 1.6 !important;
    margin-bottom: 40px !important;
}

/* Contact details */
.contact-mp .contact-details {
    margin-top: 30px !important;
}

.contact-mp .contact-item {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 25px !important;
}

.contact-mp .contact-icon {
    width: 40px !important;
    height: 40px !important;
    background: #85EE00 !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 15px !important;
    flex-shrink: 0 !important;
}

.contact-mp .contact-icon i {
    color: white !important;
    font-size: 16px !important;
}

.contact-mp .contact-text h5 {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #1d1d1d !important;
    margin-bottom: 5px !important;
}

.contact-mp .contact-text p,
.contact-mp .contact-text a {
    font-size: 14px !important;
    color: #666 !important;
    margin: 0 !important;
    text-decoration: none !important;
}

.contact-mp .contact-text a:hover {
    color: #85EE00 !important;
}

/* Contact form section */
.contact-mp .contact-form-section {
    background: #f8f9fa !important;
    padding: 40px !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
}

.contact-mp .contact-form-section h4 {
    font-size: 24px !important;
    font-weight: bold !important;
    color: #1d1d1d !important;
    margin-bottom: 30px !important;
}

/* Form styling */
.contact-mp .contact-form {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 20px !important;
}

.contact-mp .form-group {
    margin-bottom: 20px !important;
}

.contact-mp .form-group.full-width {
    grid-column: 1 / -1 !important;
}

.contact-mp .form-group label {
    display: block !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #374151 !important;
    margin-bottom: 8px !important;
}

.contact-mp .form-group input,
.contact-mp .form-group textarea {
    width: 100% !important;
    padding: 12px 16px !important;
    border: 1px solid #d1d5db !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    background: white !important;
}

.contact-mp .form-group input:focus,
.contact-mp .form-group textarea:focus {
    outline: none !important;
    border-color: #85EE00 !important;
    box-shadow: 0 0 0 3px rgba(133, 238, 0, 0.1) !important;
}

.contact-mp .form-group textarea {
    resize: vertical !important;
    min-height: 120px !important;
}

/* Submit button */
.contact-mp .submit-btn {
    width: 100% !important;
    background: #85EE00 !important;
    color: white !important;
    padding: 14px 24px !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.contact-mp .submit-btn:hover {
    background: #7FE85A !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(133, 238, 0, 0.3) !important;
}

/* Responsive design */
@media (max-width: 768px) {
    .contact-mp .contact-section {
        padding: 40px 0 !important;
    }
    
    .contact-mp .contact-info-section {
        padding-right: 0 !important;
        margin-bottom: 40px !important;
    }
    
    .contact-mp .contact-form-section {
        padding: 30px 20px !important;
    }
    
    .contact-mp .contact-form {
        grid-template-columns: 1fr !important;
    }
    
    .contact-mp .contact-info-section h3 {
        font-size: 28px !important;
    }
    
    .contact-mp .contact-form-section h4 {
        font-size: 20px !important;
    }
}

/* Contact info card alternative styling */
.contact-mp .contact-info-card {
    background: white !important;
    padding: 40px !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
}

.contact-mp .contact-info-card h3 {
    font-size: 28px !important;
    font-weight: bold !important;
    color: #1d1d1d !important;
    margin-bottom: 20px !important;
}

.contact-mp .contact-info-item {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 25px !important;
}

.contact-mp .contact-info-icon {
    width: 40px !important;
    height: 40px !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 15px !important;
    flex-shrink: 0 !important;
}

.contact-mp .contact-info-icon.email {
    background: #85EE00 !important;
}

.contact-mp .contact-info-icon.phone {
    background: #10b981 !important;
}

.contact-mp .contact-info-icon.location {
    background: #8b5cf6 !important;
}

.contact-mp .contact-info-icon.hours {
    background: #f59e0b !important;
}

.contact-mp .contact-info-content h4 {
    font-weight: 600 !important;
    font-size: 16px !important;
    margin-bottom: 5px !important;
    color: #1d1d1d !important;
}

.contact-mp .contact-info-content a,
.contact-mp .contact-info-content div {
    color: #666 !important;
    font-size: 14px !important;
    text-decoration: none !important;
}

.contact-mp .contact-info-content a:hover {
    color: #85EE00 !important;
} 