.elementor-1440 .elementor-element.elementor-element-38614d6{--display:flex;}body.elementor-page-1440:not(.elementor-motion-effects-element-type-background), body.elementor-page-1440 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F6F4F0;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b6856cd */.amv-contact-section{
    max-width:1400px;
    margin:auto;
    padding:80px 20px;
}

.amv-contact-title{
    text-align:center;
    margin-bottom:50px;
}

.amv-contact-title span{
    color:#c7a15a;
    font-size:13px;
    font-weight:700;
    letter-spacing:3px;
}

.amv-contact-title h2{
    font-size:48px;
    color:#1F4B2C;
    margin-top:10px;
    font-family:Georgia,serif;
}

/* Cards */

.amv-contact-cards{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    margin-bottom:40px;
}

.amv-info-card{
    background:#fff;
    border:1px solid #eee2cf;
    border-radius:18px;
    padding:35px 25px;
    text-align:center;
}

.amv-icon{
    width:70px;
    height:70px;
    background:#c8cfca;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin:auto auto 20px;
}

.amv-info-card h3{
    color:#1F4B2C;
    margin-bottom:15px;
}

.amv-info-card p{
    color:#000;
    line-height:1.8;
}

/* Form + Map */

.amv-contact-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
}

.amv-form-box,
.amv-map-box{
    background:#fff;
    padding:35px;
    border-radius:20px;
    border:1px solid #eee;
}

.amv-form-box h3,
.amv-map-box h3{
    font-size:34px;
    color:#1F4B2C;
    margin-bottom:25px;
    font-family:Georgia,serif;
}

.amv-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
}

.amv-form-box input,
.amv-form-box textarea{
    width:100%;
    border:1px solid #ddd;
    border-radius:10px;
    padding:14px 15px;
    margin-bottom:15px;
}

.amv-form-box textarea{
    height:150px;
    resize:none;
}

.amv-form-box button{
    background:#1F4B2C;
    color:#fff;
    border:none;
    padding:15px 35px;
    border-radius:10px;
    font-weight:700;
    cursor:pointer;
}

.amv-map-box iframe{
    width:100%;
    height:450px;
    border:none;
    border-radius:15px;
}

/* Mobile */

@media(max-width:991px){

    .amv-contact-cards{
        grid-template-columns:repeat(2,1fr);
    }

    .amv-contact-grid{
        grid-template-columns:1fr;
    }

}

@media(max-width:767px){

    .amv-contact-cards{
        grid-template-columns:1fr;
    }

    .amv-row{
        grid-template-columns:1fr;
    }

    .amv-contact-title h2{
        font-size:34px;
    }

}/* End custom CSS */