/* HERO */
.contact-hero-title {
    font-size: 3rem;
    font-weight: 500;
    font-family: f1;
}

.contact-hero-text {
    color:black;
    max-width: 500px;
    font-family: f2;
}

/* FORM CARD */
.contact-card {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* FLOATING INPUT */
.form-control {
    border-radius: 10px;
    border: 1px solid #ddd;
}

/* FOCUS */
.form-control:focus {
    border-color: #2e3a8c;
    box-shadow: 0 0 0 2px rgba(46,58,140,0.1);
}

/* BUTTON */
.submit-btn {
    background: #000;
    color: #fff;
    padding: 12px;
    border-radius: 10px;
    border: none;
    font-weight: 500;
}

/* Address-section */

.address {
    background-color: white;
    padding-top: 12px;
    border-radius: 16px;
    /* height: 100%; */
}

.contact-header {
    text-align: left;
    font-family: f4;
    font-size: 24px;
    margin-bottom: 20px;
}

/* MAP */
.map-box {
    border-radius: 12px;
    overflow: hidden;
}

.map-box iframe {
    width: 100%;
    height: 200px;
    border: 0;
    margin-top: 12px;
}

/* INFO */
.contact-info {
    margin-top: 20px;
}

.address-location {
    display: flex;
    gap: 12px;
    margin-top: 16px;
    /* margin-top: 20px; */
}

.address-location p {
    text-align: left !important;
    font-size: 20px;
    font-family: f3;
}

.address-location i {
    text-align: left !important;
    color: #2e3a8c;
    margin-bottom: 8px;
    /* font-size: 14px; */
}


.address-location h5 {
    text-align: left !important;
    color: #2e3a8c;
    font-family: f3;
    font-size: 16px;
}

.address-location .info-item {
    text-align: left !important;
    background-color: #dfe6ee;
    padding: 16px;
    border-radius: 12px;
    width: 100%;
    height: 100%;
}

.icon-sec {
    display: flex;
    font-family: f2;
    /* margin-right: 12px; */
}

.call-info{
    display: flex; 
    justify-content: space-between;
}

.call-info .icon-sec {
    display: flex;
    font-family: f2;
    align-items: end;
    gap: 8px;
}


.icon-sec-2 {
    display: flex;
    font-family: f3;
    align-items: center;
    font-size: 30px;
    margin-bottom: 10px;
}


.icon-sec-2 i {
    width: 40px;
    height: 40px;
    background: #dfe6ee;
    color: #2e3a8c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 10px;
    font-size: 20px;
    margin-right: 20px;
}
