* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}




/* scrollbar code start */

::-webkit-scrollbar {
    width: 13px;
    height: 10px;

  }
  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #c2c9d2;
  }


/* scrollbar code start */



.banner {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgb(0, 0, 0, 0.75)), url(./img/cover.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed; 

}



header{
  width: 100%;
  height: 80px;
  background: #3a7294;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  position: fixed;
  z-index: 90;
}

.logo {
  font-size: 33px;
  font-weight: bold;
  color: white;
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  margin-left: 30px ;
  z-index: 200;
  cursor: pointer;
}


.hamburger {
  display: none;
}

.nav-bar ul{
  display: flex;
  text-decoration: none;
  list-style: none;
  margin-left: 50px;
}

.nav-bar li{
  text-decoration: none;
}

#navBar .nav-bar .nav-bar.active a{
display: flex;
justify-content: center;
align-items: center;

}

.nav-bar ul li a{
  display: block;
color: #fefefe;
font-size: 20px;
padding: 10px 25px;
border-radius: 50px;
text-decoration: none;
transition: 0.3s ease;
margin: 0 5px;
}

.nav-bar ul li a:hover{
  color: black;
  background: azure;
}



















.content{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateY(65%);
    text-align: center;
    color: azure;
    
}

.content h1{
    font-size: 70px;
    font-family: "DM Serif Text", serif;
    color: rgb(156, 190, 219);
    font-weight: 400;
}

.content h3{
    font-size: 27px ;
    font-weight: 300;
    font-family: "poppins",sans-serif;
    line-height: 35px;
    text-align: center;
    margin-bottom: 50px;
    
}

.content p{
  display: none;
}

.banner-icons{
  display: none;
}

 .about{
    width: 100%;
    position: absolute;
    top:40%;
    text-align: center;
    color: azure;
 }


 .about h1{
    font-size: 50px;
    margin: 40px auto;
    text-align: center;
    font-family: "DM Serif Text",serif;
    margin-bottom: 10px;
    font-size: 40px;
    color: rgb(156, 190, 219);
    
}

.about p{
    justify-content: center;
    font-family: "poppins",sans-serif;
    font-weight: 300;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    display: flex;
    margin-left: 23%;
    margin-right: 23%;

}





/* Add a wrapper for buttons */
.banner-btn {
    margin: 40px auto 0;
    border-radius: 25px;
}

/* Button styles remain the same */
.about .banner-btn a {
    width: 150px;
    font-size: large;
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;
    padding: 12px 0;
    color: white;
    border: .5px solid rgb(124, 183, 204);
    border-radius: 25px;
    position: relative;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
}

.about .banner-btn a h4 {
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: cornflowerblue;
    z-index: -1;
    border-radius: 25px;
    transition: 0.5s ease;
}

.about .banner-btn a:hover h4 {
    width: 100%;
    border-radius: 25px;
    z-index: -1;
    color: white;
    top: 0;
    left: 0;
}





 


/* TITLE DESIGN START */

.title-text{
    text-align: center;
    padding-bottom: 40px;
    padding-top: 30px;
}

.title-text p{
    margin: auto;
    color: #608BC1;
    position: relative;
    z-index: 1;
    font-size: 40px;
    font-family: "poppins",sans-serif;
    display: inline-block;
}

.title-text p::after{
    content: '';
    width: 50px;
    height: 35px;
    background: linear-gradient(#075a74,#ceddd3);
    position: absolute;
    top: -20px;
    left: 0;
    z-index: -1;
    transform: rotate(10deg);
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;

}


.title-text h1{
    font-size: 70px;
}




/* ABOUT  FUNCTION START */


.why-choose-us {
    
    background-color: #f9f9f9;
    text-align: center;
    height: auto;
    margin: auto;
  }

  .why-choose-us h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #3a7294;
    font-family: "DM Serif Text", serif;
    font-weight: 300;
  }

  .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 4.5rem;
    max-width: 1214px;
    margin: 76PX auto;
    padding: 0 1rem;
  }

  .feature-card {
    background: white;
    border-radius: 12px;
    padding: 2.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease;
  }

  .feature-card:hover {
    transform: translateY(-5px);
  }

  .icon .fas{
    font-size: 2rem;
    margin-bottom: 0.75rem;
    color: #0077b6;
  }

  .feature-card h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #222;
    
  }

  .feature-card p {
    color: #555;
    font-size: 0.95rem;
    font-size: large;
    font-family: "Poppins", sans-serif;
  }


/* WHY CHOOSE US END */







/* services start */

#service {
    padding: 20px 0;
    background-color: rgb(233, 241, 241);
    text-align: center;
}

#service .title-text p {
    font-size: 40px;
    font-weight: bold;
    font-family: "poppins",sans-serif;
    font-weight: bold;
    color: #3a7294;
    margin-top: 20px;
}

#service .title-text h1 {
    font-size: 36px;
    font-family: "poppins",sans-serif;
    font-weight: normal;
    margin-top: 20px;
}


    #service .title-text h4{
      font-size: 25px;
      font-family: "poppins",sans-serif;
      font-weight: normal;
  }



.section {
    display: flex;
    align-items: center;
    justify-content: start;
    background-color: #f7f7fa; /* Light grey background */
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 75%;
    margin: 50px auto;
    gap: 20px;
}

/* Image Column */
.image-col {
    flex: 1;
    
}

.image-col img {
    max-width: 75%;
    border-radius: 10px;
}

/* Text Column */
.text-col {
    flex: 1;
    color: #333333;
}

.text-col h5 {
    font-size: 35px;
    font-weight: bold;
    color: #2c2c54; /* Same as heading color in the image */
    margin-bottom: 10px;
    font-family: "DM Serif Text", serif;
    text-align: start;
}

.divider {
    width: 50px;
    height: 3px;
    background-color: #ffaa00; /* Yellow line under heading */
    margin-bottom: 20px;
}

.text-col p {
    margin-bottom: 20px;
    color: #555555; /* Slightly lighter text for better readability */
    text-align: start;
    line-height: 25px;
    font-size: 20px;
    
}

.book-btn {
    display: inline-block;
    padding: 10px 20px;
    margin: auto 35px;
    background: linear-gradient(to right, #3a7294, #0077b6); /* Gradient button */
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background 0.3s ease;
    justify-items: start;
    }

.book-btn:hover {
    background: linear-gradient(to right, rgb(226, 223, 223), #3a7294);
    color: black; 
}
/* services stop */


/* GALLERY SECTION START */

#gallery-preview-section .title-text p {
    font-size: 40px;
    font-weight: bold;
    font-family: "poppins",sans-serif;
    font-weight: bold;
    color: #3a7294;
}

#gallery-preview-section .title-text h1 {
    font-size: 36px;
    font-family: "poppins",sans-serif;
    font-weight: normal;
    margin-top: 20px;
}


#gallery-preview-section {
    background-color: #f9f9f9;
    padding-bottom: 8%;
    text-align: center;
    padding-top: 2%;
  }
  

  
  
  .preview-cards {
    display: flex;
    gap: 70px;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .preview-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.06);
    padding: 20px;
    width: 22%;
    transition: transform 0.3s ease;
    height: 50%;
  }
  
  .preview-card:hover {
    transform: translateY(-5px);
  }
  
  .preview-card img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
    object-fit: fill;
    height: 50vh; 
  }
  
  .preview-card h3 {
    font-weight: bold;
    margin: 10px 0;
    font-size: 20px;
}
  
  .preview-card p {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 20px;
  }
  
  .preview-btn {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #007bff;
    color: #007bff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 500;
    transition: all 0.3s;
  }
  
  .preview-btn:hover {
    background-color: #007bff;
    color: #fff;
  }
  



/* GALLERY SECTION END */




/* LOCATION SECTION STRAT */
.map{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5em;
    color: rgb(0, 0, 0);
    background-color: rgb(233, 241, 241);
    margin:0px;
    height: 700px;
}

.map_box{
    max-width: 600px;
}

.map_box h1{
    font-weight: 5em;
    font-family: "poppins",sans-serif;
    font-weight: bold;
    padding-bottom: 15%;

}
p{
    font-size: 1.2em;
    font-family: 'poppins', sans-serif;
    font-weight: 300;
}

iframe{
    border-radius: 2em;
    border: 2px solid rgb(58, 114, 148);
    width: 900px;
    height: 500px;
    transition:  0.3s ease-in-out;
    opacity: 0.8;
}

iframe:hover{
    transform: scale(1.1);
    opacity: 1;
}


/* LOCATION SECTION END */








/* footer section start */


#footer {
    width: 100%;
    background: #3a7294;
    padding: 30px 0;
  }
  
  .footer-container {
    display: flex;
    justify-content: space-around;
    align-items: center; /* vertically center items */
    max-width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  
  .footer-left img {
    max-width: 250px;
    height: auto;
    border-radius: 10px;
  }
  
  .footer-center .social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  .footer-right {
    color: black;
    text-align: left;
  }
  
  .icon {
    color: black;
    font-size: 32px;
    transition: 0.3s;
  }
  
  .icon:hover {
    transform: translateY(-10px);
  }
  






  .text{
    color:white;
    text-align: center;
    margin-top: 15px;
    /* padding-bottom: 100px; */
    font-size: 20px;
}


.phone{
    color: white;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    text-decoration: none;
}
.phone a{
    color: white;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    text-decoration: none;
}
.phone a span{
    text-decoration: underline;
}

.phone p{
    color: white;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    text-decoration: none;
}

/* COPIED FOOTER END */








/* footer section end */



/* mobile section start */

@media  (min-width: 100px) and (max-width: 999px){
  body,html{
    margin: 0;
    padding: 0;
    height: 100%;
  }


    ::-webkit-scrollbar {
        display: none;
    
      }
      ::-webkit-scrollbar-thumb {
        display: none;
      }
    
    .banner{
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgb(0, 0, 0, 0.75)), url(./images/7.jpg);
    background-attachment: scroll; 
    background-position: center;
    
    
}


header{
  width: 100%;
  height: 90px;
  background: #3a7294;
  display: flex;
  justify-content: center;   /* centers horizontally */
  align-items: center;       /* centers vertically */
  position: fixed;
  gap: 10px;  
}


header .logo{
  font-size: 50px;
  padding-top: 15px;
  justify-content: center;
  align-items: center;
}


header .hamburger {
  display: block;
  font-size: 25px;
  color: white;
  cursor: pointer;
  margin-right: 20px;
  z-index: 300;
  transition: 0.3s ease;
}

header .hamburger.active::before {
  content: "\2715"; 
  adding-right: 20px;
  font-size: 50px;
}

header .hamburger::before {
  content: "\2261";
  padding-right: 20px;
  font-size: 80px;
}

header .hamburger{
  background: none;
  border: none;
  outline: none;
  
}

header .nav-bar {
  position:fixed;
  top: 50px;
  left: 0;
  background-color: #3a7294;
  width: 100%;
  max-height: 70px;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}

header .nav-bar.active {
  max-height: 700px;
  padding: 0 auto;
  
}


header .nav-bar.active a{
  font-size: 40px;
}

header .nav-bar ul {
  flex-direction: column;
  padding: 20px 0;
  justify-content: center;
}


header .nav-bar ul li {
  display: inline-block;        
font-size: 20px;
padding: 50px 250px;
color: #fff;
background-color: transparent;
border-radius: 30px;
text-decoration: none;
align-items: center;
justify-content: center;
transition: background 0.3s;
}

header.nav-bar ul li a {
  padding: 10px;
  margin: 0;
  
}



  

  .content h1 {
    font-size: 80px;
  }

  .content h3 {
    font-size: 38px;
    line-height: 28px;
    margin-bottom: 30px;
  }

  .content p{
    display: flex;
    justify-content: center;
    margin-top: 5%;
    font-size: 40px;
  }

  .about h1 {
  
    font-size: 70px;
    margin: 90px auto 10px;
  }

  .about p {
    font-size: 34px;
    text-align: center;
    margin-left: 60px;
    margin-right: 40px;
    line-height: 45px;
  }

 
  
  .banner-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin:25% 0 20% 0; /* reduce spacing */
    position: relative;
    z-index: 1; /* keep it normal, not too high */
    padding: 10px;
  }
  
  .banner-icons a {
    color: white;
    font-size: 55px;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s ease;
    touch-action: manipulation;
    cursor: pointer;
  }

  .banner-btn {
    margin-top: 40px;
  }

  .about .banner-btn a {
    font-size: 36px;
    margin: 60px 40px;
    padding: 10px 0;
    width: 250px;
    border: 3px solid rgb(124, 183, 204);
  }

/* ############proper till here########################### */


/* why choose us section start */

.why-choose-us h2{
    font-size: 50px;
    margin-top: 1em;
}


.why-choose-us p{
    font-size: 15px;
}

/* why choose us section end */



/* Service section start */

#service .title-text p{
    font-size: 50px;
}

#service .title-text h5{
    font-size: 50px;
    font-weight: normal;
}

#service .title-text h1{
    font-size: 30px;
}
#service .title-text h4{
  font-size: 20px;
  font-family: "poppins",sans-serif;
  font-weight: normal;
}

.section {
    flex-direction: column;
    max-width: 85%;
    text-align: center;
    padding: 15px;
  }



.text-col p{
    font-size: 22px ;
    font-family: Arial, Helvetica, sans-serif;
    line-height: normal;
    text-align: justify;
    text-align-last: left;
    word-break: break-word ;
    hyphens: auto;
    overflow-wrap: break-word;
    letter-spacing:0;
    margin:20px;
    font-weight: 400;
    
}

.text-col h5{
    font-size: 45px;
    margin-left: 10px;
    margin-right: 10px;
}
.divider{
    width: 300px;
    margin-left: 15px;
    height: .3vh;
}

#service .book-btn{
    font-size: 35px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 50px;
}

.image-col img{
    margin-top: 30px;}




/* Service section END */




 

  .features-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 20px;
  }

  .feature-card {
    padding: 20px;
  }

 

  .image-col, .text-col {
    flex: 1;
    width: 100%;
  }


  #gallery-preview-section .title-text p {
    font-size: 50px;
  }

  #gallery-preview-section .title-text h1{
    font-size: 30px;
  }


  

  
  .preview-cards {
    flex-direction: column;
    align-items: center;
  }

  .preview-card {
    width: 80%;
    align-items: center;
  }

  .preview-card img {
    height: auto;
    width: 80%;
  }

  .preview-card h3{
    font-size: 40px;
  }

  .preview-card p{
    font-size: 30px;
    font-weight: 400;
  }

  .preview-btn {
    padding: 27px 61px;
    font-size: 30px;
  }
  
  .preview-btn a{
    font-size: 20px;
  }


/* map section start */

  .map {
    flex-direction: column;
    height: auto;
    padding: 30px 10px;
    gap: 2em;
    
  }

  .map_box h1 {
    font-size: 50px;
    padding-bottom: 10%;
  }
  .map_box p{
    font-size: 35px;
    font-weight: 400;
  }

/* map section end */





  iframe {
    width: 95%;
    height: 350px;
    zoom: 1.6;
  }

  .footer-container {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .footer-center .social-icon{
    gap: 70px;
    padding-bottom: 20px;
  }

  .footer-container .icon ion-icon{ 
    font-size: 60px;
    
  }

  .footer-left img{
    max-width: 325px;
  }


#footer{
  font-size: 30px;
}

#footer p{
  font-size: 30px;
}
#footer a{
  font-size: 30px;
}


.footer-container h1 {
  font-size: 35px;
}


  .footer-right {
    text-align: center;
    display: none;
  }



}

























