* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  background: #fff;
}

header {
  background: #f0f8d9;
  padding: 10px 20px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 0 8px 10px rgb(42 88 162);
    max-width: 1200px;
  margin: 0 auto;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
  border-bottom: 2px solid #d0d0d0;
}

.social-icons img {
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.flex-1 {
  flex: 1;
}
.contact-info {
  display: flex;
  gap: 20px;
  align-items: center;
}

.contact-info img {
  width: 25px;
  margin-right: 6px;
}

.info-block {
  display: flex;
  align-items: end;
}
.border-right {
  border-right: 2px solid #d0d0d0;
  margin-right: 15px;
  padding-right: 15px;
}

.info-block p {
  font-size: 10px;
  font-weight: bolder;
}

.welcome {
  flex: 0.6;
}
.welcome strong {
  color: #0d3a48;
}

.logo img {
  width: 250px;

}
nav {
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 2em;
  font-weight: bold;
  color: #134b5f;
}

.nav-links {
  display: flex;
  gap: 30px;
  align-items: center;
}

.nav-links a {
    text-decoration: none;
    color: #134b5f;
    font-weight: bold;
    position: relative;
}

.dark{
    border-right: 2px solid #d0d0d0;
}

.nav-links a:last-child::after {
  content: "";
}

.toggle-btn {
  display: none;
  cursor: pointer;
}

.toggle-btn img {
    width: 80px;
    object-fit: contain;
    padding: 8px;
    border-radius: 10px;
}

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  right: -300px;
  width: 250px;
  height: 100%;
  background: #f0f8d9;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  transition: right 0.3s ease;
  z-index: 999;
}

.sidebar.active {
  right: 0;
}
.margin-anchore{
    margin-top: 50px !important;
}
.sidebar a {
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    transition: color 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    padding: 20px 10px;
    color: #134b5f;
    text-decoration: none;
    font-weight: bold;
    background: #D5E880;
    margin: 10px 0px;
  }
  
  .sidebar a:hover {
    color: #2B6985;
  }
.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.close-btn img {
  width: 24px;
}

.sidebar a {
  display: block;
  margin: 20px 0;
  color: #134b5f;
  text-decoration: none;
  font-weight: bold;
  border-radius: 8px !important;
}
.banner{
    background-image: url(../../newImages/banner_home.png);
    background-size: 100% 100%;
    background-position: center;
}

  .nav-links a {
    text-decoration: none;
    color: #295E77;
    padding: 0px 15px;
    transition: color 0.3s ease;
    position: relative;
  }
  
  .nav-links a:hover {
    color: #4e5726;
  }
  
  .dropdown {
    position: relative;
  }
  
  .dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
  }
  
  .arrow {
    font-size: 12px;
    transition: transform 0.3s ease;
  }
  
  /* Rotate arrow on hover */
  .dropdown:hover .arrow {
    transform: rotate(180deg);
  }
  .dropdown {
  position: relative;
}

.sidebar-ear-1 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 1000;
}

.sidebar-ear-1.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sidebar-ear-2 {
  display: block;
  padding: 10px 15px;
  color: #444;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}

.sidebar-ear-2:hover {
  background-color: #e6f0ff;
  color: #0056b3;
}
  
  .dropdown-menu {
    position: absolute;
    top: 34px;
    left: 20px;
    min-width: 215px;
    background: #fff;
    box-shadow:0 2px 10px #D5E880;    
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    border: 0px;

    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    z-index: 100;
  }
  
  .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    border-top: 5px solid #D5E880;
    
  }
  
  .dropdown-menu a {
    padding: 12px 16px;
    color: #333;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
    font-size: 14px !important;

  }
  
  .dropdown-menu a:hover {
    /* background-color: #6f7f28; */
    color: #D5E880;
  }
  /* Custom Styles */

  
  .red-1 {
    display: block;
    padding: 12px;
    background: #73c979;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
    margin-bottom: 8px;
    transition: background 0.3s;
  }
  

  
  .red-dropdown {
    margin-left: 10px;
    animation: fadeIn 0.3s ease-in-out;
  }

  .red-dropdown a {
    display: block;
    padding: 10px;
    background: #F4FFDA;
    color: #333;
    text-decoration: none;
    margin-bottom: 5px;
    border-left: 4px solid #5ddb0a;
    border-radius: 4px;
    transition: all 0.3s;
  }
  
  .red-dropdown a:hover {
    background: #5ddb0a;
    transform: translateX(5px);
  }
  
  .hidden {
    display: none;
  }
  
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
  }
  
  
@media (max-width: 768px) {
  .nav-links {
    display: none;
  }
 
.top-bar{
    display: none;
}
.logo a img {
  width: 130px;
}
.logo  img {
  width: 130px;
}
.toggle-btn img {
width: 60px;
}
.sidebar a {
  font-size: 14px;
  padding: 10px;
}
  .toggle-btn {
    display: block;
  }
  nav{
    padding: 10px 0px;
  }
}
