/*==================================================
                CONTACT HERO
==================================================*/


.contact-hero {

    padding: 170px 0 100px;

    background: linear-gradient(135deg, #F8FBFE, #EEF6FC);

    position: relative;

    overflow: hidden;

}


.contact-shape {

    position: absolute;

    border-radius: 50%;

    filter: blur(100px);

    opacity: .25;

}


.contact-shape-1 {

    width: 350px;

    height: 350px;

    background: #124E78;

    right: -100px;

    top: -100px;

}


.contact-shape-2 {

    width: 250px;

    height: 250px;

    background: #D9A404;

    left: -80px;

    bottom: -80px;

}


.contact-title {

    font-size: clamp(3rem, 6vw, 4.8rem);

    font-weight: 800;

    line-height: 1.1;

    margin: 25px 0;

}


.contact-description {

    color: #64748B;

    font-size: 18px;

    line-height: 1.9;

}



.contact-placeholder {

    height: 350px;

    background: #fff;

    border-radius: 30px;

    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

}


.contact-placeholder i {

    font-size: 80px;

    color: #124E78;

    margin-bottom: 20px;

}



/*==================================================
            CONTACT CARDS
==================================================*/


.contact-info-section {

    padding: 100px 0;

    background: #fff;

}


.contact-card {

    text-align: center;

    padding: 45px 30px;

    border-radius: 25px;

    background: #F8FBFE;

    transition: .35s;

    height: 100%;

}


.contact-card:hover {

    transform: translateY(-10px);

    box-shadow: 0 25px 50px rgba(0, 0, 0, .08);

}


.contact-card i {

    width: 75px;

    height: 75px;

    border-radius: 20px;

    background: #124E78;

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0 auto 25px;

    font-size: 30px;

}


.contact-card h4 {

    font-weight: 700;

}


.contact-card p {

    color: #64748B;

}



@media(max-width:991px) {


    .contact-hero {

        text-align: center;

        padding: 140px 0 80px;

    }


    .contact-placeholder {

        margin-top: 40px;

        height: 300px;

    }


}

/*==================================================
            CONTACT FORM
==================================================*/


.contact-form-section {

    padding: 120px 0;

    background: #F8FBFE;

}


.contact-form-box {

    background: #fff;

    padding: 50px;

    border-radius: 30px;

    box-shadow: 0 20px 50px rgba(0, 0, 0, .06);

}


.form-description {

    color: #64748B;

    line-height: 1.8;

    margin-bottom: 35px;

}



.custom-input {

    border: none;

    background: #F8FBFE;

    padding: 16px 20px;

    border-radius: 15px;

    min-height: 55px;

}


.custom-input:focus {

    box-shadow: 0 0 0 3px rgba(18, 78, 120, .15);

    border: none;

}



.contact-map-placeholder {

    height: 550px;

    background: #EAF4FB;

    border-radius: 30px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

    border: 2px dashed #C8D9E7;

}


.contact-map-placeholder i {

    font-size: 90px;

    color: #124E78;

    margin-bottom: 20px;

}


.contact-map-placeholder p {

    color: #64748B;

}



/*==================================================
            GET INVOLVED
==================================================*/


.get-involved-section {

    padding: 100px 0;

    background: #fff;

}


@media(max-width:991px) {


    .contact-form-box {

        padding: 35px;

    }


    .contact-map-placeholder {

        height: 350px;

    }


    .get-involved-section {

        text-align: center;

    }


}