.elementor-239 .elementor-element.elementor-element-55c0469{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-55c0469 *//* ================================================= */
/* PROFESSIONAL CONTACT US PAGE THEME STYLING        */
/* ================================================= */

.herbis-contact-container {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #374151;
}

/* Header Section */
.contact-header-section {
    text-align: center;
    margin-bottom: 50px;
}

.contact-badge {
    display: inline-block;
    background: #e8f5e9;
    color: #2D5A27;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 12px;
    border: 1px solid #c8e6c9;
}

.contact-header-section h1 {
    font-size: 34px !important;
    font-weight: 700 !important;
    color: #1b4332 !important;
    margin: 0 0 12px 0 !important;
}

.contact-header-section p {
    font-size: 15px;
    color: #6b7280;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Grid Layout for Info & Form */
.contact-grid-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 30px;
}

/* Common Box Style */
.contact-info-box, .contact-form-box {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 35px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}

.contact-info-box h2, .contact-form-box h2 {
    font-size: 20px !important;
    color: #1b4332 !important;
    font-weight: 700 !important;
    margin: 0 0 8px 0 !important;
}

.info-sub {
    font-size: 13.5px;
    color: #6b7280;
    margin-bottom: 25px;
}

/* Info Items */
.info-item {
    display: flex;
    gap: 15px;
    margin-bottom: 22px;
    align-items: flex-start;
}

.icon-circle {
    background: #e8f5e9;
    color: #2D5A27;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.info-item h4 {
    font-size: 14px;
    font-weight: 600;
    color: #1b4332;
    margin: 0 0 3px 0;
}

.info-item a, .info-item p {
    font-size: 14px;
    color: #4b5563;
    text-decoration: none;
    margin: 0;
    line-height: 1.4;
}

.info-item a:hover {
    color: #2D5A27;
    text-decoration: underline;
}

.virtual-note {
    font-size: 13px !important;
    color: #6b7280;
}

/* Form Styling */
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.form-group {
    margin-bottom: 18px;
}

.form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
}

.form-group input, 
.form-group textarea {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    background: #f9fafb;
    color: #1f2937;
    outline: none;
    box-sizing: border-box;
    transition: all 0.2s;
}

.form-group input:focus, 
.form-group textarea:focus {
    border-color: #2D5A27;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(45, 90, 39, 0.1);
}

/* AJAX Form Response Message Box Styling (Added) */
#formResponseMessage {
    transition: all 0.3s ease;
    text-align: center;
    box-sizing: border-box;
}

.submit-btn {
    background: linear-gradient(135deg, #2D5A27 0%, #1b4332 100%);
    color: #ffffff;
    font-size: 14.5px;
    font-weight: 600;
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(45, 90, 39, 0.25);
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background: linear-gradient(135deg, #52b788 0%, #2D5A27 100%);
    transform: translateY(-1px);
}

.submit-btn:disabled {
    background: #9ca3af !important;
    cursor: not-allowed;
    transform: none !important;
}

/* Responsive Design for Mobile & Tablets */
@media (max-width: 768px) {
    .contact-grid-wrapper {
        grid-template-columns: 1fr;
    }
    .form-row {
        grid-template-columns: 1fr;
    }
    .contact-header-section h1 {
        font-size: 26px !important;
    }
    .contact-info-box, .contact-form-box {
        padding: 20px;
    }
}/* End custom CSS */