/*================================================
        CONTACT PAGE STYLES
================================================*/


/*-----------------------------------------------
        CONTACT INFORMATION
-----------------------------------------------*/

.contact-info {

    padding:100px 0;

    background:#ffffff;

}


.contact-card {

    background:#ffffff;

    padding:40px 25px;

    text-align:center;

    border-radius:15px;

    box-shadow:0 10px 35px rgba(0,0,0,0.08);

    height:100%;

    transition:0.4s ease;

}


.contact-card:hover {

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(0,0,0,0.15);

}



.contact-icon {

    width:75px;

    height:75px;

    margin:0 auto 25px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:linear-gradient(
        135deg,
        #0b3d91,
        #0077b6
    );

    color:#ffffff;

    font-size:30px;

}



.contact-card h4 {

    font-size:22px;

    font-weight:700;

    margin-bottom:15px;

    color:#12263a;

}


.contact-card p {

    color:#666;

    line-height:1.8;

    margin:0;

}




/*-----------------------------------------------
        CONTACT FORM SECTION
-----------------------------------------------*/


.contact-form-section {

    padding:100px 0;

    background:#f6f9fc;

}



.contact-form {

    background:#ffffff;

    padding:45px;

    border-radius:20px;

    box-shadow:0 15px 45px rgba(0,0,0,0.08);

}



.contact-form .form-control,
.contact-form .form-select {


    height:55px;

    border-radius:10px;

    border:1px solid #ddd;

    padding:0 20px;

    font-size:15px;

}



.contact-form textarea.form-control {

    height:auto;

    padding:20px;

}



.contact-form .form-control:focus,
.contact-form .form-select:focus {


    border-color:#0077b6;

    box-shadow:0 0 0 .2rem rgba(0,119,182,.15);

}




.contact-form button {


    background:#0b3d91;

    border:none;

    border-radius:50px;

    padding:15px 40px;

    font-weight:600;

    transition:.3s;

}



.contact-form button:hover {


    background:#0077b6;

    transform:translateY(-3px);

}





/*-----------------------------------------------
        CONTACT FEATURES
-----------------------------------------------*/


.contact-features {

    padding:0;

    margin-top:30px;

    list-style:none;

}



.contact-features li {


    display:flex;

    align-items:center;

    gap:12px;

    margin-bottom:18px;

    font-size:16px;

    color:#444;

}



.contact-features i {

    color:#0b3d91;

    font-size:20px;

}




/*-----------------------------------------------
        MAP
-----------------------------------------------*/


.contact-map iframe {


    display:block;

}



/*-----------------------------------------------
        CTA SECTION
-----------------------------------------------*/


.contact-cta {


    padding:90px 0;

    background:

    linear-gradient(
        135deg,
        #0b3d91,
        #0077b6
    );

}



.cta-box {


    color:#ffffff;

    max-width:850px;

    margin:auto;

}



.cta-box h2 {


    font-size:42px;

    font-weight:800;

    margin-bottom:20px;

}



.cta-box p {


    font-size:18px;

    line-height:1.8;

    margin-bottom:35px;

}



.cta-box .btn {


    padding:15px 40px;

    border-radius:50px;

    font-weight:600;

}




/*-----------------------------------------------
        FOOTER
-----------------------------------------------*/


.footer {


    background:#07182b;

    color:#ffffff;

    padding-top:80px;

}



.footer-logo {


    width:150px;

    margin-bottom:25px;

}



.footer p {


    color:#c5cbd5;

    line-height:1.8;

}



.footer h4 {


    font-size:20px;

    margin-bottom:25px;

    font-weight:700;

}



.footer-links,
.footer-contact {


    padding:0;

    list-style:none;

}



.footer-links li,
.footer-contact li {


    margin-bottom:15px;

    color:#c5cbd5;

}



.footer-links a {


    color:#c5cbd5;

    text-decoration:none;

    transition:.3s;

}



.footer-links a:hover {


    color:#ffffff;

    padding-left:5px;

}



.footer-contact i {


    color:#00a8e8;

    margin-right:10px;

}




.footer-social {


    display:flex;

    gap:12px;

    margin-top:25px;

}



.footer-social a {


    width:42px;

    height:42px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#123456;

    color:#ffffff;

    transition:.3s;

}



.footer-social a:hover {


    background:#0077b6;

    transform:translateY(-5px);

}




.footer-bottom {


    margin-top:60px;

    padding:25px 0;

    border-top:1px solid rgba(255,255,255,.1);

    text-align:center;

}



.footer-bottom p {


    margin:0;

    font-size:14px;

}



/*-----------------------------------------------
        BACK TO TOP BUTTON
-----------------------------------------------*/


#backToTop {


    position:fixed;

    right:25px;

    bottom:25px;

    width:45px;

    height:45px;

    border:none;

    border-radius:50%;

    background:#0077b6;

    color:white;

    display:none;

    align-items:center;

    justify-content:center;

    z-index:999;

    cursor:pointer;

}





/*================================================
        RESPONSIVE DESIGN
================================================*/


@media(max-width:991px){


    .contact-form {

        padding:30px;

    }


    .cta-box h2 {

        font-size:32px;

    }


}



@media(max-width:576px){


    .contact-info,
    .contact-form-section,
    .contact-cta {

        padding:60px 0;

    }



    .contact-form {

        padding:25px;

    }



    .cta-box h2 {

        font-size:26px;

    }



    .cta-box p {

        font-size:15px;

    }



    .contact-card {

        padding:30px 20px;

    }


}


/* ==========================
PAGE HERO
========================== */

.page-hero{
    position: relative;
    padding: 180px 0 120px;
    background: url("../images/banner/banner-contact.jpeg") center center/cover no-repeat;
    overflow: hidden;
}

/* Dark Overlay */

.page-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.72);
    z-index:1;
}

/* Optional blue gradient for a corporate look */

.page-hero::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        135deg,
        rgba(5,35,65,.65),
        rgba(0,0,0,.45)
    );
    z-index:2;
}

/* Keep content above overlays */

.page-hero .container{
    position:relative;
    z-index:3;
}

/* Text */

.page-hero h1{
    color:#fff;
    font-size:3.2rem;
    font-weight:700;
    margin-bottom:20px;
}

.page-hero p{
    color:rgba(255,255,255,.88);
    font-size:1.15rem;
    max-width:760px;
    margin:auto;
    line-height:1.8;
}

.page-hero .breadcrumb{
    margin-top:30px;
}

.page-hero .breadcrumb-item,
.page-hero .breadcrumb-item.active{
    color:#ddd;
}

.page-hero .breadcrumb-item a{
    color:#fff;
    text-decoration:none;
}

.page-hero .breadcrumb-item + .breadcrumb-item::before{
    color:#ccc;
}

@media(max-width:768px){

    .page-hero{
        padding:140px 0 90px;
    }

    .page-hero h1{
        font-size:2.2rem;
    }

    .page-hero p{
        font-size:1rem;
    }

}