/*=========================================
            CONTACT BANNER
=========================================*/

.contact-banner {

    position: relative;
    height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background: url("../images/contact/banner.jpg") center center/cover no-repeat;

}

.contact-banner .overlay {

    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #081C3A, #143A5E, #205072);

}

.contact-banner .container {

    position: relative;
    z-index: 2;

}

.contact-banner h1 {

    font-size: 58px;
    font-weight: 700;
    margin-bottom: 15px;

}

.contact-banner p {

    font-size: 18px;

}

/*=========================================
            CONTACT INFO
=========================================*/

.contact-info {

    padding: 90px 0;
    background: #f8f9fc;

}

.info-grid {

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;

}

.info-card {

    background: #fff;
    padding: 45px 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 12px 25px rgba(0, 0, 0, .08);
    transition: .4s;

}

.info-card:hover {

    transform: translateY(-8px);

}

.info-card i {

    font-size: 55px;
    color: #00C897;
    margin-bottom: 20px;

}

.info-card h3 {

    color: #0E1A2B;
    margin-bottom: 15px;

}

.info-card p {

    color: #666;
    margin: 8px 0;

}

/*=========================================
            CONTACT SECTION
=========================================*/

.contact-section {

    padding: 110px 0;

}

.contact-grid {

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;

}

.contact-form {

    background: #fff;
    padding: 45px;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);

}

.contact-form h2 {

    margin-bottom: 30px;
    color: #0E1A2B;

}

.input-group {

    margin-bottom: 20px;

}

.input-group input,
.input-group textarea {

    width: 100%;
    padding: 16px 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none;
    transition: .3s;
    font-size: 15px;

}

.input-group input:focus,
.input-group textarea:focus {

    border-color: #00C897;
    box-shadow: 0 0 8px rgba(0, 200, 151, .2);

}

.contact-form button {

    width: 100%;

}

/*=========================================
            CONTACT CONTENT
=========================================*/

.contact-content {

    padding: 20px;

}

.contact-content h2 {

    font-size: 38px;
    margin-bottom: 20px;
    color: #0E1A2B;

}

.contact-content p {

    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;

}

.contact-content ul {

    list-style: none;

}

.contact-content li {

    margin-bottom: 15px;
    color: #555;
    font-size: 16px;

}

/*=========================================
            GOOGLE MAP
=========================================*/

.map-section{

    padding:100px 0;
    background:#fff;

}

.map-wrapper{

    margin-top:50px;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 20px 40px rgba(0,0,0,.12);

}

.map-wrapper iframe{

    width:100%;
    height:500px;
    border:none;

}

/*=========================================
        BUSINESS HOURS
=========================================*/

.business-hours{

    padding:100px 0;
    background:#f8f9fc;

}

.hours-grid{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:40px;

}

.hours-card{

    background:#fff;
    padding:45px;
    border-radius:15px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.4s;

}

.hours-card:hover{

    transform:translateY(-10px);

}

.hours-card i{

    font-size:55px;
    color:#00C897;
    margin-bottom:20px;

}

.hours-card h3{

    color:#0E1A2B;
    margin-bottom:20px;

}

.hours-card ul{

    list-style:none;

}

.hours-card li{

    display:flex;
    justify-content:space-between;
    margin-bottom:18px;
    border-bottom:1px solid #eee;
    padding-bottom:12px;

}

.hours-card span{

    font-weight:600;
    color:#00C897;

}

.hours-card p{

    color:#666;
    line-height:1.8;

}

/*=========================================
            SOCIAL
=========================================*/

.social-section{

    padding:90px 0;
    text-align:center;

}

.social-section h2{

    margin-bottom:35px;
    color:#0E1A2B;

}

.social-icons{

    display:flex;
    justify-content:center;
    gap:20px;

}

.social-icons a{

    width:60px;
    height:60px;

    display:flex;
    justify-content:center;
    align-items:center;

    border-radius:50%;
    background:#0A4D68;
    color:#fff;
    text-decoration:none;
    font-size:22px;
    transition:.4s;

}

.social-icons a:hover{

    background:#00C897;
    transform:translateY(-8px);

}

/*=========================================
        FLOATING BUTTONS
=========================================*/

.whatsapp-btn{

    position:fixed;
    right:25px;
    bottom:100px;

    width:60px;
    height:60px;

    border-radius:50%;

    display:flex;
    justify-content:center;
    align-items:center;

    background:#25D366;
    color:#fff;

    font-size:30px;
    text-decoration:none;

    box-shadow:0 15px 35px rgba(0,0,0,.25);

    z-index:999;

    transition:.3s;

}

.whatsapp-btn:hover{

    transform:scale(1.12);

}

#topBtn{

    position:fixed;

    right:25px;
    bottom:25px;

    width:55px;
    height:55px;

    border:none;
    border-radius:50%;

    background:#0A4D68;
    color:#fff;

    cursor:pointer;

    display:none;

    font-size:20px;

    z-index:999;

    transition:.3s;

}

#topBtn:hover{

    background:#00C897;

}

/*=========================================
            CTA
=========================================*/

.cta{

    background:linear-gradient(135deg,#0A4D68,#088395);
    padding:100px 0;
    color:#fff;
    text-align:center;

}

.cta h2{

    font-size:42px;
    margin-bottom:30px;

}