.contact-section{
    padding:80px 0;
    background:#f8f9fa;
}

.section-title{
    margin-bottom:60px;
}

.section-title h2{
    font-size:40px;
    font-weight:500;
    color:#001B4F;
}

.section-title p{
    color:#6c757d;
    /* max-width:650px; */
    /* margin:auto; */
}

.contact-card{
    background:#fff;
    padding:35px 25px;
    border-radius:12px;
    text-align:center;
    box-shadow:0 8px 20px rgba(0,0,0,.06);
    transition:.3s;
    height:100%;
}

.contact-card:hover{
    transform:translateY(-5px);
}

.contact-card i{
    font-size:40px;
    color:#001B4F;
    margin-bottom:20px;
}

.contact-card h5{
    font-weight:600;
    margin-bottom:12px;
}

.contact-card p{
    margin:0;
    color:#555;
    line-height:1.8;
}

.map-section{
    padding:80px 0;
}

.map-section iframe{
    width:100%;
    height:450px;
    border:0;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.form-section{
    padding:80px 0;
    background:#f8f9fa;
}

.form-card{
    background:#fff;
    padding:50px 80px;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.form-control,
.form-select{
    padding:14px;
    border-radius:8px;
}

textarea.form-control{
    min-height:150px;
}

.btn-contact{
    background:#001B4F;
    color:#fff;
    padding:18px 40px;
    border-radius:30px;
    border:none;
}

.btn-contact:hover{
    background:#0b2d74;
    color:#fff;
}