.hero-section-base {
  background: url('../images/onsite-pictures/img55.jpeg') center center / cover no-repeat !important;
}

/* intl-tel-input integration */
.iti { width: 100%; }
.iti__tel-input { width: 100%; }

.contact-wrapper {
  margin: 40px 0;
    background-color: var(--surface-soft);
    overflow: hidden;
}

/* LEFT PANEL (RED SIDE) */
.contact-info-panel {
    background: linear-gradient(135deg, #e6003d, #c4002f);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info-content {
    padding: 40px 30px;
}

.contact-info-content h3 {
    margin-bottom: 25px;
    font-size: 1.3rem;
    font-weight: 700;
}

.contact-item {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
    font-size: 0.875rem;
    line-height: 1.6;
}

.contact-item span a {
    color: #fff;
    text-decoration: none;
}

.contact-item i {
    font-size: 1rem;
}

/* RIGHT PANEL (FORM SIDE) */
.contact-form-panel {
    /*background: var(--light-bg);*/
}

.contact-card {
    padding: 40px 30px;
}

.contact-card h3 {
    margin-bottom: 25px;
    font-size: 1.3rem;
    font-weight: 700;
}

/* FORM */
.form-control {
    border-radius: 0;
    font-size: 0.875rem;
    padding: 10px;
}

/* MAP */
.map-wrapper iframe {
    
}