.contact-container-58123f2a {
    width: 100%;
    padding: 60px 20px;
    box-sizing: border-box;
    font-family: 'Montserrat', 'Helvetica', sans-serif;
}

.contact-row-58123f2a {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: stretch;
}

/* LEFT COLUMN Styling */
.contact-col-left-58123f2a {
    background: #ffffff;
    border-radius: 20px;
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.orange-label-58123f2a {
    color: #ff9d00;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.title-left-58123f2a {
    color: #103e7a;
    font-size: 38px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 35px 0;
}

/* WhatsApp Direct button */
.wa-direct-button-58123f2a {
    display: flex;
    align-items: center;
    background: #25d366;
    border-radius: 12px;
    padding: 18px 25px;
    text-decoration: none;
    color: #ffffff;
    margin-bottom: 35px;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.wa-direct-button-58123f2a:hover {
    transform: translateY(-2px);
    background: #20ba5a;
}

.wa-btn-icon-58123f2a {
    width: 48px;
    height: 48px;
    margin-right: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wa-btn-icon-58123f2a svg {
    width: 100%;
    height: 100%;
    fill: #ffffff;
}

.wa-btn-text-58123f2a {
    display: flex;
    flex-direction: column;
}

.wa-btn-text-58123f2a strong {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.wa-btn-text-58123f2a span {
    font-size: 14px;
    opacity: 0.9;
}

/* Info block styling */
.info-block-58123f2a {
    margin-bottom: 25px;
}

.info-title-row-58123f2a {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #103e7a;
    margin-bottom: 6px;
}

.info-icon-58123f2a {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.info-icon-58123f2a svg {
    width: 100%;
    height: 100%;
    fill: #103e7a;
}

.info-val-58123f2a {
    margin: 0;
    padding-left: 28px;
    font-size: 16px;
    color: #333333;
    font-weight: 700;
}

/* Schedule box styling */
.schedule-box-58123f2a {
    background: #fffdf0;
    border: 1px solid #fffae0;
    border-radius: 12px;
    padding: 25px;
    margin-top: auto;
}

.schedule-box-58123f2a strong {
    display: block;
    color: #ff9d00;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 12px;
}

.schedule-box-58123f2a ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.schedule-box-58123f2a li {
    font-size: 14px;
    color: #444444;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.schedule-box-58123f2a li:last-child {
    margin-bottom: 0;
}

.sched-icon-58123f2a {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.sched-icon-58123f2a svg {
    width: 100%;
    height: 100%;
    fill: #ff9d00;
}


/* RIGHT COLUMN Styling (Dark Form) */
.contact-col-right-58123f2a {
    background: #000000;
    border-radius: 20px;
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
}

.wa-bubble-icon-58123f2a {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
}

.wa-bubble-icon-58123f2a svg {
    width: 100%;
    height: 100%;
    fill: #25d366;
}

.form-title-58123f2a {
    font-size: 26px;
    font-weight: 900;
    text-align: center;
    margin: 0 0 15px 0;
    letter-spacing: 0.5px;
}

.text-green-58123f2a {
    color: #25d366;
    display: block;
}

.form-sub-58123f2a {
    font-size: 14px;
    color: #aaaaaa;
    text-align: center;
    margin: 0 0 35px 0;
    line-height: 1.5;
}

.quote-form-58123f2a {
    width: 100%;
}

.form-fields-grid-58123f2a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

.form-group-58123f2a {
    display: flex;
    flex-direction: column;
}

.form-group-58123f2a.full-width-58123f2a {
    grid-column: span 2;
}

.form-group-58123f2a label {
    font-size: 13px;
    color: #cccccc;
    font-weight: 600;
    margin-bottom: 8px;
}

.form-group-58123f2a input {
    background: #111111;
    border: 1px solid #333333;
    border-radius: 8px;
    padding: 12px 15px;
    color: #ffffff;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
}

/* Force dark styling on select element */
.form-group-58123f2a select {
    background-color: #111111 !important;
    background: #111111 !important;
    border: 1px solid #333333 !important;
    border-radius: 8px !important;
    padding: 12px 15px !important;
    color: #ffffff !important;
    font-size: 14px !important;
    outline: none !important;
    box-sizing: border-box !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    background-size: 16px !important;
    padding-right: 40px !important;
}

/* Clean select option color for systems with standard OS theme dropdown styling */
.form-group-58123f2a select option {
    background-color: #111111 !important;
    color: #ffffff !important;
}

.form-group-58123f2a input::placeholder {
    color: #666666;
}

.form-group-58123f2a input:focus,
.form-group-58123f2a select:focus {
    border-color: #25d366 !important;
}

/* Submit Button */
.submit-btn-58123f2a {
    width: 100%;
    background: #25d366;
    border: none;
    border-radius: 12px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    padding: 16px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s, transform 0.2s;
}

.submit-btn-58123f2a:hover {
    background: #20ba5a;
    transform: translateY(-1px);
}

.btn-icon-58123f2a {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.btn-icon-58123f2a svg {
    width: 100%;
    height: 100%;
    fill: #ffffff;
}

.footer-note-58123f2a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #888888;
    margin-top: 15px;
}

.pulse-dot-58123f2a {
    width: 8px;
    height: 8px;
    background-color: #25d366;
    border-radius: 50%;
    margin-right: 8px;
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
    animation: pulse-58123f2a 2s infinite;
}

@keyframes pulse-58123f2a {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(37, 211, 102, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}


/* RESPONSIVE DESIGN */
@media screen and (max-width: 991px) {
    .contact-row-58123f2a {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 600px) {
    .contact-col-left-58123f2a,
    .contact-col-right-58123f2a {
        padding: 30px 20px;
    }
    
    .form-fields-grid-58123f2a {
        grid-template-columns: 1fr;
    }
    
    .form-group-58123f2a.full-width-58123f2a {
        grid-column: span 1;
    }
    
    .title-left-58123f2a {
        font-size: 28px;
    }
    
    .wa-btn-text-58123f2a strong {
        font-size: 18px;
    }
}
