header{
    display: flex;
    height: 20px;
    justify-content: center;
    align-items: center;
    /* padding-bottom: 50px; */
}

.flex{
    display: flex;
}

.space-between{
    display: flex;
    justify-content: space-between;
}

.logo img{
    width: 100px;
}

nav{
    display: flex;
    align-items: center;
}

nav ul{
    display: flex;
    gap: 50px;
    list-style: none;
    align-items: center;
    font-size: 18px;
    
}

.nav-btn{
    color: #fff;
    background-color: #008080;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    transition: transform 0.5s ease, background-color 0.5s ease;
}

.nav-btn:hover{
    background-color: #ff7f50;
    transform: scale(1.1);
}

@media(max-width:860px){
  .navbar{display:none}
  .nav-burger{display:flex}
}

.banner
{
    background-color: #008080;
    height: 440px;
}


.banner-content{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding: 110px 70px; */
}

.banner-content h1{
    
    font-size: 58px;
    color: #ff7f50;
    line-height: 65px;
}

.banner-content h2{
    font-size: 28px;
    margin: 10px 0;
    width: fit-content;
}

.banner-content p{
    font-size: 18px;
    margin-top: 20px;
    line-height: 32px;
    color: #fff;
    /* font-weight: bold; */
}

.banner-content ul{
    font-size: 20px;
    margin-top: 20px;
}

/* .banner-img a img
{
    width: 150px;
} */

.breadcrump{
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}

.contact-main{
    display: flex;
    justify-content: center;
    margin: 120px 0;
}

.c-container{
    display: flex;
    gap: 50px;
}

.contact-details{
    width: 50%;
}

.contact-form{
    width: 50%;
}

.contact-details h3{
    font-size: 40px;
    color: #ff7f50;
    margin-bottom: 20px;
}

.contact-details p{
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.contact-call{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.c-call-wra{
    display: flex;
    align-items: center;
    background: #D9D9D95C 36%;
    border-radius: 30px;
    gap: 20px;
    padding: 20px 40px;
    min-width: 500px;
    margin-top: 50px;

}

.contact-mail{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.c-mail-wra{
    display: flex;
    align-items: center;
    background: #D9D9D95C 36%;
    border-radius: 30px;
    gap: 20px;
    padding: 20px 60px;
    min-width: 500px;

}


.call-number{
    display: flex;
    flex-direction: column;
}

.contact-form div{
    display: flex;
    flex-direction: column;
}

.contact-form label{
    font-size: 20px;
    margin-top:20px;
    margin-bottom: 10px;
}

.contact-form input, select, textarea{
    background: #D9D9D95C;
    font-size: 20px;
    padding: 10px;
    border: none;
}

.contact-form textarea{
    height: 200px;
}

.contact-form button
{
    margin-top: 20px;
    padding: 10px;
    border-radius: 10px;
    font-size: 20px;
    color: #fff;
    background-color: #008080;
    border: none;
    transition: transform 0.5s ease, background-color 0.5s ease;
}

.contact-form button:hover
{
    /* background-color: #ff7f50; */
    transform: scale(1);
}

.map {
    
    display: flex;
    justify-content: center;
}

.maps {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;

}

.gmap_iframe {
    width: 100% !important; /* Ensure all iframes take up full width */
    height: 400px; /* Keep height consistent */
}

.mapouter, .gmap_canvas {
    width: 100%;
}

#submit{
    background: #fbb531;
    margin-top: 20px;
}

.call-number a{
    font-size: 20px;
    margin-top: 10px;
}

.mail-id a{
    font-size: 20px;
}



@media screen and (min-width: 320px) and (max-width: 880px) {
        .banner{
        height: auto !important;
        margin-top: 40px !important;
        padding: 30px 0 40px !important;
        overflow: hidden !important;
    }

    .banner .container{
        width: 90% !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }

    .banner-flex{
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px !important;
    }

    .banner-content{
        width: 100% !important;
        order: 1 !important;
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .banner-content h1{
        font-size: 42px !important;
        line-height: 1.2 !important;
        margin: 10px 0 20px !important;
        color: #ff7f50 !important;
        text-align: center !important;
    }

    .banner-content p{
        width: 100% !important;
        font-size: 15px !important;
        line-height: 30px !important;
        text-align: left !important;
        color: #fff !important;
        margin: 0 !important;
        padding: 0 5px !important;
    }

    .banner-img{
        width: 100% !important;
        order: 2 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin-top: 20px !important;
    }

    .banner-img a{
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
    }

    .banner-img img{
        width: 85% !important;
        max-width: 330px !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto !important;
    }

    .contact-main{
        padding: 50px 0 !important;
        margin-top: 0px;
        margin-bottom: -20px;
    }

    .contact-main .c-container{
        display: flex !important;
        flex-direction: column !important;
        gap: 40px !important;
        width: 90% !important;
        margin: 0 auto !important;
    }

    .contact-details{
        width: 100% !important;
        max-width: 100% !important;
        order: 1;
    }

    .contact-details h3{
        font-size: 38px !important;
        line-height: 1.3 !important;
        text-align: center !important;
        margin-bottom: 20px !important;
    }

    .contact-details p{
        font-size: 16px !important;
        line-height: 32px !important;
        text-align: left !important;
        margin-bottom: 25px !important;
    }

    .contact-details a{
        font-size: 16px !important;
        word-break: break-word;
    }

    .contact-form{
        width: 100% !important;
        order: 2;
    }

    .contact-form form{
        width: 100% !important;
    }

    .contact-form label{
        display: block !important;
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }

    .contact-form input,
    .contact-form select,
    .contact-form textarea{
        width: 100% !important;
        box-sizing: border-box !important;
        font-size: 16px !important;
        padding: 15px !important;
        margin-bottom: 20px !important;
    }

    .contact-form textarea{
        min-height: 180px !important;
        resize: vertical;
    }

    .contact-form button{
        width: 100% !important;
        padding: 16px !important;
        font-size: 20px !important;
        border-radius: 10px !important;
    }


}