.elementor-383 .elementor-element.elementor-element-362502e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-46528f9 *//* --- CONTACT PAGE SCOPE --- */
.ls-contact-v4 {
    padding: 60px 20px;
    font-family: 'Poppins', sans-serif !important;
    background: transparent;
    color: inherit;
}

/* --- HERO SECTION --- */
.ls-contact-hero {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px auto;
}

.ls-v4-badge {
    display: inline-block;
    background: rgba(39, 174, 96, 0.1);
    color: #27AE60;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 4px; /* 4px Radius */
    margin-bottom: 20px;
}

.ls-contact-hero h1 {
    font-size: 48px;
    font-weight: 800 !important;
    margin-bottom: 15px;
}

.ls-contact-hero h1 span { color: #27AE60; }

.ls-contact-hero p {
    font-size: 16px;
    opacity: 0.8;
    max-width: 600px;
    margin: 0 auto;
}

/* --- CONTACT GRID --- */
.ls-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto 60px auto;
}

.ls-contact-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(150, 150, 150, 0.15);
    padding: 40px 30px;
    text-align: center;
    border-radius: 4px; /* 4px Radius */
    transition: transform 0.3s ease;
}

.ls-contact-card:hover { transform: translateY(-5px); border-color: #27AE60; }

.ls-card-icon { font-size: 30px; margin-bottom: 15px; }

.ls-contact-card h3 {
    font-size: 18px;
    font-weight: 600 !important; /* Poppins 600 */
    margin-bottom: 10px;
}

.ls-contact-card p { font-size: 14px; opacity: 0.7; margin-bottom: 15px; }

.ls-contact-card a {
    color: #27AE60;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

/* --- FORM SECTION --- */
.ls-form-section {
    max-width: 800px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(150, 150, 150, 0.15);
    padding: 50px;
    border-radius: 4px; /* 4px Radius */
}

.ls-form-header { text-align: center; margin-bottom: 40px; }

.ls-form-header h2 { font-size: 24px; font-weight: 600 !important; margin-bottom: 10px; }

/* Styling Fluent Forms to match */
.ls-fluent-form-wrapper input, 
.ls-fluent-form-wrapper textarea {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(150, 150, 150, 0.2) !important;
    border-radius: 4px !important; /* 4px Radius */
    color: inherit !important;
    padding: 12px !important;
}

.ls-fluent-form-wrapper button {
    background: #27AE60 !important;
    border: none !important;
    border-radius: 4px !important; /* 4px Radius */
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    padding: 12px 30px !important;
    cursor: pointer;
    transition: 0.3s;
}

.ls-fluent-form-wrapper button:hover { opacity: 0.9; transform: scale(1.02); }

/* --- RESPONSIVE --- */
@media (max-width: 991px) {
    .ls-contact-grid { grid-template-columns: 1fr; }
    .ls-contact-hero h1 { font-size: 32px; }
    .ls-form-section { padding: 30px 20px; }
}/* End custom CSS */