
/* ---------- HEADER ---------- */
header {
  position: fixed;
  top: 0;
  width: 100%;
padding-top: 10px;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  z-index: 999;
}
.header__area {
align-items: center;
justify-content: center;
padding: 20px;
}
.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo img {
  width: 50px;
}

/* ---------- NAV MENU ---------- */
nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}
nav ul li {
  position: relative;
}
nav ul li a {
  text-decoration: none;
  color: #222;
  font-weight: 500;
  font-size: 17px;
  transition: 0.3s;
}
nav ul li a:hover {
  color: #007bff;
}

/* ---------- DROPDOWN (Desktop) ---------- */
nav ul li ul {
  position: absolute;
  top: 35px;
  left: 0;
  background: #fff;
  padding: 10px 0;
  display: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  border-radius: 6px;
  z-index: 1000;
}
nav ul li:hover ul {
  display: block;
}
nav ul li ul li {
  padding: 8px 20px;
  white-space: nowrap;
}
nav ul li ul li a {
  font-size: 15px;
}

/* ---------- HAMBURGER ---------- */
.sidebar-toggle-btn {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}
.sidebar-toggle-btn span {
  width: 25px;
  height: 3px;
  background: #222;
  border-radius: 3px;
}

/* ---------- SIDEBAR ---------- */
.sidebar__area {
  position: fixed;
  top: 0;
  right: -300px;
  width: 280px;
  height: 100%;
  background: #fff;
  box-shadow: -4px 0 10px rgba(0,0,0,0.1);
  transition: 0.4s ease;
  z-index: 10000;
  padding: 25px;
}
.sidebar__area.active {
  right: 0;
}
.sidebar__close-btn {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.sidebar__content ul {
  list-style: none;
  margin-left :-10px;;
}
.sidebar__content ul li {
  
  position: relative;
  border: 1px solid rgba(128, 128, 128, 0.075);
}
.sidebar__content ul li a {
  text-decoration: none;
  color: #222;
  font-size: 16px;
  display: inline-block;
}
.book-btn{
    background-color: #007bff;
    padding: 10px;
    border-radius: 10px;
    color: white;
}
.sidebar__content ul li ul {
  display: none;
  padding-left: 20px;
}
.sidebar__content ul li.active ul {
  display: block;
}

/* ---------- DROPDOWN ICON (Mobile only) ---------- */
.dropdown-toggle-icon {
  display: none;
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 18px;
  cursor: pointer;
  color: #333;
  user-select: none;
  transition: transform 0.3s ease;
}
.sidebar__content li.active .dropdown-toggle-icon {
  transform: rotate(180deg);
}

/* ---------- BODY OVERLAY ---------- */
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.body-overlay.active {
  display: block;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 991px) {
  nav {
    display: none;
  }
  .sidebar-toggle-btn {
    display: flex;
  }
  .dropdown-toggle-icon {
    display: inline-block;
  }
}
 .navbar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: white;
    
  }

  .home-menu {
    display: flex;
  }


  .btn-group {
    display: block;
    justify-content: center;
    align-items: center;


  }
.no-style{
  text-decoration: none;
  list-style-type: none;
  color: rgb(20, 20, 20);
}
.no-style:hover{
  color: #007bff;
  
}
  .menu {
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
  }

  .main-dropdown-item, a{
    color: black;
    font-weight: 500;
    padding: 10px;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    text-decoration: none;
  }

  .menu-icon {
    display: none;

  }

  .styleingbtn {
    padding: 10px;
    text-align: center;
    background-color: rgb(0, 102, 255);
    color: rgb(255, 255, 255);
    font-size: medium;
    border-radius: 10px;

  }

  .styleingbtn:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(12, 79, 180);
  }

  @media (max-width: 775px) {
    .home-menu {
      display: none;

    }

    .menu-icon {
      display: block;
    }
  }

/* WhatsApp Button */


.whatsapp-container {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: flex;
  align-items: center;

 
  border-radius: 50px;
  
  cursor: pointer;
  padding: 5px 10px 5px 15px;
  transition: all 0.3s ease;
  z-index: 9999;
}

.contact-text {
  background-color: white;
  padding: 5px 10px;
  font-size: 18px;

   border-radius: 8%;
   font-weight: 600;
  color: #016e13;
  margin-right: 8px;
  transition: color 0.3s, font-weight 0.3s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.whatsapp-icon {
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;
  padding: 8px;
  box-sizing: border-box;
  transition:  1s linear;
}




.contact-header {
  background-image: url('../img/about/137539\ 1.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
  text-align: center;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.inner-header h1 {
  background-color: #001f3fbb;
  display: flex;
  justify-content: center;
  
  color: white;
  height: 300px;
  margin: 0%;
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  align-items: center;
  padding-top: 90px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
  
@media screen and (max-width: 600px) {

.inner-header h1 {
  background-color: #001f3fbb;
  display: flex;
  justify-content: center;
  
  color: white;
  height: 300px;
  margin: 0%;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  align-items: center;
  padding-top: 90px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
  

}



.footer {
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 20px;
  color: #0b1a42;
  font-size: 0.9rem;
  border-top: 1px solid #eee;
}

#social-icons a {
  color: #0b1a42;



  text-decoration: none;
  transition: color 0.3s ease;
}

#social-icons a:hover {
  color: #007bff;
}

/* Responsive */
@media screen and (max-width: 600px) {
  .contact-section h1 {
    font-size: 1.5rem;
  }

  .contact-btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  .contact-number {
    font-size: 1rem;
  }
}