/* FORM */
.form-control{
    border-radius:12px;
    padding:12px;
    border:1px solid #e2e8f0;
}

.form-control:focus{
    border-color:#D4A017;
    box-shadow:0 0 0 0.2rem rgba(212,160,23,.15);
}

/* INFO BOX */
.contact-info-box{
    background:#f8fafc;
    padding:25px;
    border-radius:20px;
    position:sticky;
    top:100px;
}

.contact-item{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:15px;
    font-size:15px;
    color:#334155;
}

.contact-item i{
    color:#D4A017;
    font-size:18px;
}

/* CARD */
.card-modern{
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
}

.contact-map{
    background:#f8fafc;
    padding:30px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
}

.map-wrapper{
    border-radius:15px;
    overflow:hidden;
    border:1px solid #e2e8f0;
}

.sidebar-sticky{
    position: sticky;
    top: 100px; /* ajuste selon ta navbar + topbar */
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

.sidebar-sticky{
    position: sticky;
    top: 140px; /* topbar + navbar */
}