.elementor-1102 .elementor-element.elementor-element-121a374{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a86a025 */@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700&family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');

.sgb-contact-wrapper {
    display: flex;
    gap: 40px;
    max-width: 1150px;
    margin: 40px auto;
    padding: 20px;
    font-family: 'Poppins', sans-serif;
}

/* Info Card */
.sgb-contact-info-card, 
.sgb-contact-form-card {
    flex: 1;
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(212, 175, 55, 0.15);
}

.sgb-info-icon {
    width: 60px;
    height: 60px;
    background: #004d00;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 20px;
    box-shadow: 0 6px 15px rgba(0, 77, 0, 0.2);
}

.sgb-contact-info-card h3 {
    font-family: 'Cinzel', serif;
    font-size: 22px;
    color: #004d00;
    margin-bottom: 15px;
}

.sgb-contact-info-card p {
    font-size: 14px;
    color: #444444;
    line-height: 1.6;
    margin-bottom: 6px;
}

.sgb-contact-call {
    margin-top: 25px;
}

.sgb-contact-call a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fdfaf0;
    padding: 12px 20px;
    color: #004d00;
    font-weight: 700;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid #d4af37;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.1);
}

/* Form Styles */
.sgb-contact-form-card h3 {
    font-family: 'Cinzel', serif;
    font-size: 22px;
    color: #004d00;
    margin-bottom: 25px;
}

.sgb-form-group {
    margin-bottom: 18px;
}

.sgb-form-group label {
    font-size: 13px;
    font-weight: 600;
    color: #333333;
    display: block;
    margin-bottom: 6px;
}

.sgb-form-group input, 
.sgb-form-group textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    outline: none;
    transition: 0.3s;
    box-sizing: border-box;
}

.sgb-form-group input:focus, 
.sgb-form-group textarea:focus {
    border-color: #d4af37;
    box-shadow: 0 0 8px rgba(212, 175, 55, 0.2);
}

.sgb-whatsapp-submit-btn {
    width: 100%;
    background: #25d366;
    color: #ffffff;
    border: none;
    padding: 15px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    box-shadow: 0 6px 15px rgba(37, 211, 102, 0.2);
    transition: all 0.3s ease;
}

.sgb-whatsapp-submit-btn:hover {
    background: #128c7e;
    transform: translateY(-2px);
}

/* Mobile & Tablet Responsiveness */
@media (max-width: 991px) {
    .sgb-contact-wrapper {
        flex-direction: column;
        gap: 25px;
        padding: 10px;
    }
}/* End custom CSS */