.header
{
    display:flex;
    justify-content: space-between;
    align-items:center;
    padding :10px 50px ;
  background-color: #00608f;
}
.logo{
    display:flex;
    gap:10px;
     align-items:center;
}
.logoimage img
{
    width:41px;
    height:35px;

}
.menu
{
    display:flex;
    gap:20px;
    
}
.banner{
    position:relative;
    text-align:center;
}

.banner img{
    width:100%;
    height:670px;
    object-fit:cover;
    filter:brightness(20%);
    opacity:0.6;
}

.text{
    position:absolute;
    color:white;
    top:35%;
    left:10%;
    font-size:80px;
    width:80%;
}

.images{
    background-color:white;
}

.blinktext{
    position:absolute;
    color:white;
    top:25%;
    left:50%;
    font-size:30px; 
    border:2px solid white;
    border-radius:20px;
    padding:10px 20px;
    animation:blink 1s infinite;
    background-color:orange;
}

@keyframes blink{

    0%{
        opacity:1;
    }

    50%{
        opacity:0.5;
    }

    100%{
        opacity:1;
    }
}

.orange{
    color:orange;
}

.list{
    position:absolute;
    display:flex;
    top:63%;
    left:26%;
    gap:30px;
    font-size:20px;
    color:white;
}

.btn{
    position:absolute;
    background:#00608f;
    color:white;
    padding:10px 20px;
    border:none;
    border-radius:10px;
    transition:0.3s;
    top:75%;
    left:48%;
}

.btn:hover{
    background:orange;
    transform:translateY(-5px);
}



/* Responsive */

@media(max-width:768px){

    .banner img{
        height:500px;
    }

    .blinktext{
        top:15%;
        left:10%;
        font-size:18px;
        padding:8px 15px;
    }

    .text{
        top:28%;
        left:5%;
        font-size:40px;
        width:90%;
    }

    .list{
        flex-direction:column;
        gap:10px;
        top:55%;
        left:8%;
        font-size:16px;
        align-items:flex-start;
    }

    .btn{
        top:85%;
        left:35%;
        font-size:16px;
        padding:10px 18px;
    }

}
.testimonial
{
/*display:flex;*/
padding:50px;
text-align:center;
 background-color: #00608f;
   
}
.heading 
{
   
     margin-top:-20px;
}
.testimonial-container
{
    display:flex;
    justify-content:center;
    gap:30px;

}
.testimonial-box{
    width:250px;
    padding:20px;
    background:#f5f5f5;
    border-radius:20px;
}
.testimonial-box img{
    width:80px;
    height:80px;
    border-radius:50%;
}
.imageboxes1
{
    display:flex;
        justify-content:center;
    gap:50px;
    margin-bottom:50px;
}
.imageboxes2
{
    display:flex;
        justify-content:center;
    gap:50px;

}
.imageboxes1 img{
    width:300px;
    height:300px;
  border-radius: 4px;
}
.imageboxes2 img{
    width: 300px;;
    height:300px;
    border-radius: 4px;

}
.images
{
/*display:flex;*/
padding:50px;
text-align:center;


}
.menu a {
    text-decoration: none;
  
    
    color:black;
}
#contactus
{
    background-color :orange;
    padding :10px 20px;
    border-radius:10px;


}
.imageheading 
{
    margin-bottom:40px;
    font-size:70px;
    margin-top:-10px;
}




.submitbutton{
    
    
    background:#00608f;
    color:white;}
    .poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

body{
    font-family: "Poppins", sans-serif;
}
.footer
{
    background-color: black;
;
    color:white;
    display: flex;
    justify-content:space-between;
    padding:40px;
}
.columnfooter
{
    width:22%;
    
}
 

.footer a
{
    colour:orange;
    text-decoration: none;
}
.footer ul
{
    list-style:none;
    padding:0;


}

.icons a{
    display:inline-block;
    margin-top:5px;
}
.icons img{
    height:30px;
    width:30px;

}
#logoimagefooter 
{
 height:35px;
    width:45px;
    margin-top:25px;
}



/*about us*/
.aboutheading
{
    text-align: center;
    background:#00608f;
    text:white;
    padding:10px;
}
.footerlinks a
{
color:white;
text-decoration: none;
}

.whatlinkbottom img
{
    width:80px;
    height:80px;
}
.whatlinkbottom img:hover
{
    transform: translateY(-5px);
}
.whatapp-corner
{
    text-align: right;
    margin-top: 130px;
   
}

/*about us*/


.aboutimage
{
    display:flex;
 gap:30px;
}

.aboutleft
{
    width:50%;
    flex:1;
}
.aboutright
{
    width:50%;
   flex:1;
   padding-left: 20px;
text-align: justify;
line-height: 32px;
}
.aboutimage img
{
       width:100%;
    height:auto;
}
.facilitieslist
{
    margin-bottom: 20px;
  text-align: center;
  padding: 20px;
}
.faclities
{
     border:1px solid black;
     padding: 20px;
}
.facilitieslist img{
 border:1px solid black;
 margin-left: 40px;
 padding:10px;
}
.menu{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Main Menu */
.nav-menu{
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Menu Items */
.nav-menu li{
    position: relative;
}

/* Menu Links */
.nav-menu li a{
    text-decoration: none;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
    display: inline-block;
    transition: 0.3s ease;
}

/* Hover Effect */
.nav-menu li a:hover{
    color: #007bff;
}

/* Underline Hover Animation */
.nav-menu li a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background: #007bff;
    transition: 0.3s ease;
}

.nav-menu li a:hover::after{
    width: 100%;
}

/* Active Menu Item */
.nav-menu .current-menu-item a{
    color: #007bff;
}

/* Responsive Menu */
@media (max-width: 768px){

    .nav-menu{
        flex-direction: column;
        gap: 15px;
        background: #f5f5f5;
        padding: 20px;
        width: 100%;
    }

}
.nav-menu li:last-child a{
  background-color: orange;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
}
.imageboxes{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.doctor-box{
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.doctor-box img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.doctor-box h3{
    margin-top: 15px;
    font-size: 22px;
}


/* Contact Form Section */
.form{
    margin:0 auto;
    width:600px;
    max-width:100%;
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 0 10px rgba(0,0,0,0.1);
}

/* Remove CF7 Default Border */
.wpcf7-form{
    border:none !important;
    box-shadow:none !important;
}

/* Inputs & Textarea */
.wpcf7-form input,
.wpcf7-form textarea{
    width:100%;
    padding:12px;
    margin-bottom:20px;
    border:1px solid #ccc;
    border-radius:10px;
    font-size:16px;
    box-sizing:border-box;
}

/* Textarea Height */
.wpcf7-form textarea{
    height:150px;
    resize:none;
}

/* Submit Button */
.wpcf7-form input[type="submit"]{
    background:#00608f;
    color:white;
    border:none;
    padding:12px 30px;
    border-radius:10px;
    cursor:pointer;
    transition:0.3s;
}

/* Hover Effect */
.wpcf7-form input[type="submit"]:hover{
    background:orange;
}
.wpcf7{
    width:100%;
}
#contact{
    text-align:center;
    width:100%;
}

#contact h1{
    text-align:center;
    margin-bottom:30px;
}
.testimonial{
    position:relative;
    padding:0 40px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:40px;
    height:40px;
    border-radius:50%;
    background:black !important;
    color:white !important;
    font-size:25px !important;
    display:flex !important;
    align-items:center;
    justify-content:center;
    z-index:999;
}

.owl-nav .owl-prev{
    left:0;
}

.owl-nav .owl-next{
    right:0;
}
@media(max-width:768px){

    .header{
        display:flex;
        justify-content:space-between;
        align-items:center;
        padding:15px 20px;
    }

    .menu{
        display:flex;
        gap:10px;
        flex-wrap:wrap;
        justify-content:flex-end;
    }

    .logoimage img{
        width:35px;
        height:30px;
    }

}