/*====================================================
                GOOGLE FONT
====================================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');


/*====================================================
                GLOBAL STYLES
====================================================*/

body{

    font-family:'Poppins',sans-serif;

    color:#555;

    background:#ffffff;

    justify-content: center;

    overflow-x:hidden;

}

.section-padding{

    /* padding:90px 0; */
    padding:140px 100px 80px;


}

.section-tag{

    display:inline-block;

    background:#eaf3ff;

    color:#0d6efd;

    padding:10px 22px;

    border-radius:50px;

    font-size:15px;

    font-weight:600;

    margin-bottom:18px;

}

.section-heading{

    margin-bottom:60px;

}

.section-heading h2{

    font-size:42px;

    font-weight:700;

    color:#111827;

    margin-bottom:20px;

}

.section-heading p{

    font-size:17px;

    color:#666;

    max-width:760px;

    margin:auto;

    line-height:1.8;

}



/*====================================================
                HERO SECTION
====================================================*/

.contact-hero{

    /* padding-top:130px; */

    /* padding-bottom:90px; */

    padding:140px 100px 0;


    background:linear-gradient(to right,#f7fbff,#ffffff);


}

.hero-content .hero-tag{

    display:inline-flex;

    align-items:center;

    gap:8px;

    background:#EAF4FF;

    color:var(--primary);

    padding:10px 20px;

    border-radius:50px;

    font-size:15px;

    font-weight:600;

    margin-bottom:25px;

    border:1px solid rgba(59,130,246,.15);

}

.hero-content h1{

    font-size:52px;

    font-weight:800;

    line-height:1.15;

    color:#111827;

    margin-bottom:20px;

}

.hero-content h1 span{

    color:#0d6efd;

}

.hero-content h3{

    color:#0d6efd;

    font-size:24px;

    font-weight:600;

    line-height:1.7;

    margin-bottom:25px;

}

.hero-content p{

    font-size:17px;

    line-height:1.9;

    margin-bottom:18px;

    color:#555;

}



/*====================================================
                BUTTON
====================================================*/

.hero-buttons{

    margin-top:35px;

}

.btn-primary-custom{

    background:#0d6efd;

    color:#ffffff;

    text-decoration:none;

    padding:14px 34px;

    border-radius:50px;

    font-weight:600;

    display:inline-block;

    border:none;

    transition:.35s;

}

.btn-primary-custom:hover{

    background:#084fc7;

    color:#ffffff;

    transform:translateY(-3px);

}



/*====================================================
                HERO IMAGE
====================================================*/

.hero-image-wrapper{

     position:relative;

    display:flex;

    justify-content:center;

    align-items:center;

    min-height:500px;
    
    /* top: -120px; */
}

.hero-circle{

    position:absolute;

    width:550px;

    height:550px;

    border-radius:50%;

    background:#dbeafe;

    z-index:1;
}

.hero-image-wrapper img{

    position:relative;

    z-index:2;

    width:500px;

    height:500px;

    object-fit:cover;

    border-radius:50%;

    object-position:center 20%;  

    border:8px solid rgba(255,255,255,.8);

    box-shadow:0 25px 55px rgba(0,0,0,.15);

}



/*====================================================
            CONTACT INFORMATION
====================================================*/

.contact-info{

    background:#ffffff;

}

/* .contact-card{

    background:#ffffff;

    border:1px solid #edf2f7;

    border-radius:22px;

    padding:35px 30px;

    text-align:center;

    height:100%;

    transition:.35s;

    box-shadow:0 12px 30px rgba(0,0,0,.05);

} */

.contact-card{
    background:#ffffff;

    border:1px solid #edf2f7;

    border-radius:22px;

    padding:35px 30px;

    text-align:center !important;

    height:100%;

    transition:.35s;

    box-shadow:0 12px 30px rgba(0,0,0,.05);

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:flex-start;
}

.contact-card p,
.contact-card a,
.contact-card h4,
.contact-card h6,
.contact-card div{
    text-align:center !important;
}

.contact-card:hover{

    transform:translateY(-10px);

    box-shadow:0 22px 40px rgba(13,110,253,.12);

}

.contact-icon{

    width:85px;

    height:85px;

    background:#eaf3ff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:0 auto 25px;

}

.contact-icon i{

    color:#0d6efd;

    font-size:34px;

}

.contact-card h4{

    font-size:24px;

    font-weight:700;

    color:#111827;

    margin-bottom:10px;

}

.contact-card h6{

    color:#0d6efd;

    font-size:17px;

    font-weight:600;

    margin-bottom:15px;

}

.contact-card p{

    font-size:16px;

    color:#666;

    line-height:1.8;

    margin-top:15px;

    margin-bottom:0;

}

.contact-card a{

    color:#0d6efd;

    text-decoration:none;

    font-weight:600;

    font-size:18px;

    word-break:break-word;

}

.contact-card a:hover{

    color:#084fc7;

}

/*====================================================
                SOCIAL MEDIA SECTION
====================================================*/

.social-section{

    background:#f8fbff;
    padding:140px 100px 80px;


}

.social-card{
    background:#ffffff;

    border:1px solid #edf2f7;

    border-radius:22px;

    padding:35px 30px;

    text-align:center !important;

    height:100%;

    transition:.35s;

    box-shadow:0 12px 30px rgba(0,0,0,.05);

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:flex-start;

}

.social-card:hover{

    transform:translateY(-10px);

    box-shadow:0 22px 40px rgba(13,110,253,.12);

}

.social-icon{

    width:90px;

    height:90px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:0 auto 25px;

}

.facebook{

    background:#e8f1ff;

}

.instagram{

    background:#fff0f7;

}

.social-icon i{

    font-size:38px;

    color:#0d6efd;

}

.social-card h4{

    font-size:24px;

    font-weight:700;

    color:#111827;

    margin-bottom:15px;

}

.social-card p{

    font-size:16px;

    color:#666;

    line-height:1.8;

    margin-bottom:25px;

}



/*====================================================
                CONTACT FORM
====================================================*/

.contact-form-section{

    background:#ffffff;
    padding:140px 100px 80px;

}

.form-box{

    background:#ffffff;

    border-radius:30px;

    padding:50px;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

    border:1px solid #edf2f7;

}

.form-label{

    font-weight:600;

    color:#111827;

    margin-bottom:10px;

}

.form-control,

.form-select{

    height:58px;

    border-radius:15px;

    border:1px solid #d9e3f0;

    padding:0 18px;

    font-size:16px;

    transition:.3s;

}

.form-control:focus,

.form-select:focus{

    border-color:#0d6efd;

    box-shadow:0 0 0 .2rem rgba(13,110,253,.15);

}

textarea.form-control{

    min-height:140px;

    padding-top:15px;

}

textarea.form-control{
    resize:none;
    border-radius:18px;
    padding:15px 18px;
}

input[type="date"]{
    cursor:pointer;
}

/*====================================================
                IMAGE EFFECTS
====================================================*/

.hero-image-wrapper img{

    transition:transform .4s ease,
               box-shadow .4s ease;

}

.hero-image-wrapper img:hover{

    transform:scale(1.03);

    box-shadow:0 20px 45px rgba(0,0,0,.18);

}



/*====================================================
                LINKS
====================================================*/

a{

    transition:.3s ease;

}

a:hover{

    text-decoration:none;

}



/*====================================================
                RESPONSIVE
====================================================*/

@media(max-width:991px){

.hero-content{

    text-align:center;

}

.hero-image-wrapper{

    margin-top:50px;

    min-height:380px;

}

.hero-circle{

    width:380px;

    height:380px;

}

.hero-image-wrapper img{

    width:330px;

    height:330px;

}

.contact-card,

.social-card{

    padding:30px 24px;

}

.contact-icon,

.social-icon{

    width:75px;

    height:75px;

}

.contact-icon i,

.social-icon i{

    font-size:30px;

}

.form-box{

    padding:40px 30px;

}

}



@media(max-width:576px){

.section-padding{

    padding:70px 0;

}

.section-heading h2{

    font-size:30px;

}

.hero-content h1{

    font-size:38px;

}

.hero-content h3{

    font-size:20px;

}

.hero-content p{

    font-size:15px;

}

.hero-circle{

    width:280px;

    height:280px;

}

.hero-image-wrapper{

    min-height:280px;

}

.hero-image-wrapper img{

    width:240px;

    height:240px;

}

.btn-primary-custom{

    width:100%;

    text-align:center;

}

.contact-card,

.social-card{

    padding:28px 22px;

}

.contact-card h4,

.social-card h4{

    font-size:21px;

}

.contact-card p,

.social-card p{

    font-size:15px;

}

.form-box{

    padding:30px 20px;

}

.form-control,

.form-select{

    height:54px;

}

}