.elementor-109 .elementor-element.elementor-element-4750d44{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-3e3e553 *//* =========================================
 * ECUADOR GARDENS - CONTACT MASTER V16
 * Estilo: Luxury Glassmorphism / Full-Width
 * ========================================= */

:root {
    --eg-gold: #D8B16D;
    --eg-wine: #762941;
    --eg-wine-dark: #4a1526;
    --eg-white: #FFFFFF;
    --eg-text: #222222;
    --font-serif: 'Georgia', serif;
    --font-sans: 'Helvetica Neue', Arial, sans-serif;
}

/* --- ROMPER CONTENEDORES (ANCHO COMPLETO) --- */
.eg-contact-full-wrapper {
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    font-family: var(--font-serif);
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
    background: var(--eg-white);
}

.eg-contact-full-wrapper * { box-sizing: border-box; }

/* --- HERO CON FONDO FIJO --- */
.contact-hero-bg {
    height: 60vh;
    min-height: 500px;
    background-image: linear-gradient(rgba(74, 21, 38, 0.7), rgba(74, 21, 38, 0.8)), 
                      url('https://images.pexels.com/photos/15239/flower-roses-red-roses-bloom.jpg?auto=compress&cs=tinysrgb&w=1920');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.contact-hero-bg h1 {
    font-size: clamp(3rem, 7vw, 6rem);
    margin: 0;
    letter-spacing: 4px;
    font-weight: normal;
}

/* --- TARJETA GLASSMORPHISM --- */
.glass-container {
    max-width: 1200px;
    width: 90%;
    margin: -150px auto 100px; /* Sube la tarjeta sobre el hero */
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    
    /* EFECTO CRISTAL */
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 40px 100px rgba(0,0,0,0.15);
    z-index: 20;
    position: relative;
}

/* --- COLUMNA DE INFO --- */
.info-col {
    background: var(--eg-wine-dark);
    color: white;
    padding: 80px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info-label {
    color: var(--eg-gold);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.75rem;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}

.info-value {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 40px;
    display: block;
}

.info-value a { color: white; text-decoration: none; transition: 0.3s; }
.info-value a:hover { color: var(--eg-gold); }

/* --- FORMULARIO --- */
.form-col {
    padding: 80px;
    background: rgba(255, 255, 255, 0.5);
}

.form-group { margin-bottom: 35px; }

.form-group label {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--eg-wine);
    margin-bottom: 8px;
}

.form-group input, .form-group select, .form-group textarea {
    width: 100%;
    padding: 12px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 1.1rem;
    transition: 0.4s;
}

.form-group input:focus, .form-group textarea:focus {
    outline: none;
    border-bottom-color: var(--eg-gold);
}

.btn-submit {
    background: var(--eg-wine);
    color: white;
    padding: 20px 0;
    width: 100%;
    border: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.4s;
}

.btn-submit:hover {
    background: var(--eg-gold);
    color: var(--eg-wine-dark);
}

/* --- SECCIÓN MAPA (ANCHO COMPLETO) --- */
.map-section {
    width: 100%;
    height: 500px;
    background: #f0f0f0;
    margin-top: 50px;
    position: relative;
    border-top: 5px solid var(--eg-gold);
}

.map-section iframe {
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 1024px) {
    .glass-container { grid-template-columns: 1fr; margin-top: 0; width: 100%; }
    .contact-hero-bg { height: 40vh; }
}/* End custom CSS */