/*=========================================
        CONTACT SECTION
==========================================*/

.contact-section{

    padding:90px 0;

    background:#f5f7fc;

    position:relative;

    overflow:hidden;

}


/*=========================================
        SECTION HEADING
==========================================*/

.contact-heading{

    max-width:750px;

    margin:0 auto 55px;

}

.contact-tag{

    display:inline-block;

    color:#213166;

    background:#eef1fb;

    padding:8px 20px;

    border-radius:50px;

    font-size:13px;

    font-weight:700;

    letter-spacing:1.5px;

    margin-bottom:15px;

}

.contact-heading h2{

    font-size:42px;

    font-weight:800;

    color:#213166;

    margin-bottom:15px;

}

.contact-heading h2 span{

    color:#f39c12;

}

.contact-heading p{

    color:#6c7280;

    font-size:17px;

    line-height:29px;

}


/*=========================================
        CONTACT INFORMATION CARD
==========================================*/

.contact-info-card{

    height:100%;

    background:linear-gradient(
        145deg,
        #213166,
        #17254f
    );

    border-radius:25px;

    padding:45px 35px;

    color:#fff;

    position:relative;

    overflow:hidden;

    box-shadow:
        0 20px 50px rgba(33,49,102,.20);

}


/* Decorative Circle */

.contact-info-card::before{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    border:1px solid rgba(255,193,7,.25);

    border-radius:50%;

    right:-90px;

    top:-90px;

}

.contact-info-card::after{

    content:"";

    position:absolute;

    width:150px;

    height:150px;

    border:1px solid rgba(255,255,255,.08);

    border-radius:50%;

    right:-50px;

    bottom:-50px;

}


/*=========================================
        INFO HEADER
==========================================*/

.contact-info-header{

    position:relative;

    z-index:2;

    margin-bottom:35px;

}

.small-title{

    color:#FFC107;

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

}

.contact-info-header h3{

    font-size:30px;

    font-weight:700;

    margin:12px 0;

}

.contact-info-header p{

    color:rgba(255,255,255,.75);

    line-height:27px;

    margin:0;

}


/*=========================================
        CONTACT ITEM
==========================================*/

.contact-item{

    display:flex;

    align-items:center;

    gap:18px;

    margin-bottom:25px;

    position:relative;

    z-index:2;

}

.contact-icon{

    width:52px;

    height:52px;

    min-width:52px;

    border-radius:15px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:rgba(255,193,7,.12);

    border:1px solid rgba(255,193,7,.25);

    color:#FFC107;

    font-size:20px;

}

.contact-item span{

    display:block;

    font-size:13px;

    color:rgba(255,255,255,.6);

    margin-bottom:4px;

}

.contact-item a{

    color:#fff;

    text-decoration:none;

    font-size:15px;

    font-weight:600;

    word-break:break-word;

}

.contact-item a:hover{

    color:#FFC107;

}

.contact-item p{

    margin:0;

    color:#fff;

    font-size:15px;

    line-height:24px;

}


/*=========================================
        SOCIAL
==========================================*/

.contact-social{

    position:relative;

    z-index:2;

    border-top:1px solid rgba(255,255,255,.12);

    padding-top:25px;

    margin-top:30px;

}

.contact-social h5{

    font-size:16px;

    margin-bottom:15px;

}

.social-links{

    display:flex;

    gap:10px;

}

.social-links a{

    width:42px;

    height:42px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:rgba(255,255,255,.08);

    color:#fff;

    text-decoration:none;

    transition:.3s;

}

.social-links a:hover{

    background:#FFC107;

    color:#213166;

    transform:translateY(-4px);

}


/*=========================================
        FORM CARD
==========================================*/

.contact-form-card{

    height:100%;

    background:#fff;

    border-radius:25px;

    padding:45px;

    box-shadow:
        0 20px 50px rgba(0,0,0,.07);

    border:1px solid #edf0f5;

    position:relative;

}

.contact-form-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:5px;

    background:linear-gradient(
        90deg,
        #213166,
        #FFC107
    );

    border-radius:25px 25px 0 0;

}


/*=========================================
        FORM HEADER
==========================================*/

.form-header{

    margin-bottom:30px;

}

.form-header span{

    font-size:13px;

    font-weight:700;

    letter-spacing:1.5px;

    color:#f39c12;

}

.form-header h3{

    color:#213166;

    font-size:30px;

    font-weight:700;

    margin:8px 0;

}

.form-header p{

    color:#777;

    margin:0;

}


/*=========================================
        FORM LABEL
==========================================*/

.contact-form-card label{

    display:block;

    color:#213166;

    font-size:14px;

    font-weight:600;

    margin-bottom:8px;

}


/*=========================================
        INPUT BOX
==========================================*/

.input-box{

    display:flex;

    align-items:center;

    border:1px solid #dfe3ea;

    border-radius:13px;

    background:#fff;

    transition:.3s;

    overflow:hidden;

}

.input-box i{

    width:50px;

    text-align:center;

    color:#213166;

    font-size:17px;

}

.input-box input,
.input-box textarea{

    width:100%;

    border:0;

    outline:0;

    padding:15px 15px 15px 0;

    font-size:14px;

    color:#333;

    background:transparent;

}

.input-box input{

    height:52px;

}

.input-box textarea{

    resize:none;

    padding-top:15px;

}

.input-box:focus-within{

    border-color:#213166;

    box-shadow:
        0 0 0 4px rgba(33,49,102,.08);

}

.input-box:focus-within i{

    color:#f39c12;

}


/*=========================================
        SUBMIT BUTTON
==========================================*/

.contact-submit{

    border:0;

    background:#213166;

    color:#fff;

    padding:15px 30px;

    border-radius:50px;

    font-weight:600;

    font-size:15px;

    transition:.35s;

    display:inline-flex;

    align-items:center;

    gap:12px;

}

.contact-submit i{

    transition:.35s;

}

.contact-submit:hover{

    background:#FFC107;

    color:#213166;

    transform:translateY(-3px);

    box-shadow:
        0 12px 25px rgba(33,49,102,.20);

}

.contact-submit:hover i{

    transform:translateX(5px);

}


/*=========================================
        RESPONSIVE
==========================================*/

@media(max-width:991px){

    .contact-section{

        padding:70px 0;

    }

    .contact-heading h2{

        font-size:36px;

    }

    .contact-info-card,
    .contact-form-card{

        padding:35px;

    }

}


@media(max-width:767px){

    .contact-section{

        padding:55px 15px;

    }

    .contact-heading{

        margin-bottom:35px;

    }

    .contact-heading h2{

        font-size:30px;

    }

    .contact-heading p{

        font-size:15px;

        line-height:25px;

    }

    .contact-info-card{

        padding:30px 25px;

        border-radius:20px;

    }

    .contact-info-header h3{

        font-size:25px;

    }

    .contact-form-card{

        padding:30px 22px;

        border-radius:20px;

    }

    .form-header h3{

        font-size:25px;

    }

    .contact-submit{

        width:100%;

        justify-content:center;

    }

}


/*=========================================
        SMALL MOBILE
==========================================*/

@media(max-width:400px){

    .contact-info-card{

        padding:25px 18px;

    }

    .contact-form-card{

        padding:25px 18px;

    }

    .contact-item{

        gap:12px;

    }

    .contact-icon{

        width:45px;

        min-width:45px;

        height:45px;

    }

    .contact-item a,
    .contact-item p{

        font-size:13px;

    }

}