.elementor-112 .elementor-element.elementor-element-cf1a20e{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-cf1a20e *//* Container & Base Styles */
.sd-contact-container {
    font-family: 'Poppins', 'Segoe UI', Roboto, sans-serif;
    color: #333333;
    line-height: 1.6;
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.sd-contact-header {
    text-align: center;
    margin-bottom: 50px;
}

.sd-accent-badge {
    background-color: #e8f7f4;
    color: #0ea48a;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sd-heading-main {
    font-size: 36px;
    font-weight: 700;
    color: #0f2942;
    margin-bottom: 15px;
}

.sd-section-desc {
    max-width: 750px;
    margin: 0 auto;
    color: #64748b;
    font-size: 15px;
}

.sd-heading-sub {
    font-size: 24px;
    font-weight: 600;
    color: #0f2942;
    margin-bottom: 5px;
    border-bottom: 2px solid #0ea48a;
    padding-bottom: 8px;
    display: inline-block;
}

/* Two-Column Form and Info Panel Split */
.sd-contact-split-grid {
    display: flex;
    gap: 40px;
    margin-bottom: 80px;
}

.sd-contact-form-wrapper {
    flex: 1.3;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(15, 41, 66, 0.02);
}

.sd-contact-form-wrapper h3 {
    font-size: 22px;
    color: #0f2942;
    margin: 0 0 5px 0;
    font-weight: 700;
}

.sd-quick-info-wrapper {
    flex: 0.7;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Form Styles */
.sd-custom-form .sd-form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.sd-custom-form .sd-form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.sd-custom-form .sd-form-row .sd-form-group {
    margin-bottom: 0;
}

.sd-custom-form label {
    font-size: 13px;
    font-weight: 600;
    color: #475569;
}

.sd-custom-form input, 
.sd-custom-form select, 
.sd-custom-form textarea {
    padding: 12px 16px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    font-size: 14px;
    font-family: inherit;
    color: #333;
    background-color: #f8fafc;
    transition: all 0.2s ease;
}

.sd-custom-form input:focus, 
.sd-custom-form select:focus, 
.sd-custom-form textarea:focus {
    outline: none;
    border-color: #0ea48a;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(14, 164, 138, 0.1);
}

.sd-submit-btn {
    background-color: #0ea48a;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.2s ease;
}

.sd-submit-btn:hover {
    background-color: #0c8f78;
}

/* Right Sidebar: Direct Channels */
.sd-support-channels {
    background: #0f2942;
    color: #ffffff;
    border-radius: 24px;
    padding: 30px;
}

.sd-support-channels h3 {
    font-size: 20px;
    margin: 0 0 5px 0;
    font-weight: 600;
}

.sd-channel-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 16px;
    border-radius: 14px;
    text-decoration: none;
    margin-bottom: 15px;
    transition: transform 0.2s ease;
}

.sd-channel-card:last-child {
    margin-bottom: 0;
}

.sd-channel-card:hover {
    transform: scale(1.02);
}

.sd-whatsapp-card {
    background: #25d366;
    color: #ffffff;
}

.sd-call-card {
    background: #ffffff;
    color: #0f2942;
    border: 1px solid #e2e8f0;
}

.sd-channel-icon {
    font-size: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sd-channel-details {
    display: flex;
    flex-direction: column;
}

.sd-channel-details span {
    font-size: 11px;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sd-channel-details strong {
    font-size: 15px;
    font-weight: 600;
}

/* Timings Card Inside Sidebar */
.sd-hours-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 30px;
}

.sd-hours-card h4 {
    font-size: 16px;
    color: #0f2942;
    margin: 0 0 15px 0;
    font-weight: 600;
}

.sd-hours-card h4 i {
    color: #0ea48a;
}

.sd-time-row {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    padding: 8px 0;
    border-bottom: 1px dashed #e2e8f0;
}

.sd-time-row:last-of-type {
    border-bottom: none;
}

.sd-time-row span {
    color: #64748b;
}

.sd-time-row strong {
    color: #0f2942;
    font-weight: 600;
}

.sd-walkin-note {
    font-size: 12px;
    color: #64748b;
    margin: 15px 0 0 0;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    border-left: 3px solid #0ea48a;
}

/* Three-Column Branch Cards Setup */
.sd-locations-section {
    margin-top: 40px;
}

.sd-locations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.sd-location-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0,0,0,0.01);
}

.sd-loc-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #f1f5f9;
    color: #475569;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 6px;
    font-weight: 600;
}

.sd-location-card h4 {
    font-size: 18px;
    color: #0f2942;
    margin: 0 0 15px 0;
    font-weight: 700;
    max-width: 70%;
}

.sd-loc-text {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 25px;
    min-height: 40px;
}

.sd-loc-text i {
    color: #0ea48a;
    margin-right: 5px;
}

.sd-loc-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f1f5f9;
    padding-top: 15px;
}

.sd-loc-cta a {
    text-decoration: none;
    color: #0ea48a;
    font-size: 13px;
    font-weight: 600;
}

.sd-loc-cta a.sd-disabled-email {
    color: #94a3b8;
    cursor: default;
}

/* Responsive Fluid Breakpoints */
@media (max-width: 992px) {
    .sd-contact-split-grid {
        flex-direction: column;
    }
    .sd-quick-info-wrapper {
        flex-direction: row;
    }
    .sd-support-channels, .sd-hours-card {
        flex: 1;
    }
}

@media (max-width: 768px) {
    .sd-heading-main {
        font-size: 28px;
    }
    .sd-custom-form .sd-form-row {
        flex-direction: column;
        gap: 0;
    }
    .sd-quick-info-wrapper {
        flex-direction: column;
    }
    .sd-contact-form-wrapper {
        padding: 25px;
    }
}/* End custom CSS */