

*/* 👇 index css */

 {

  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* body {
  font-family: 'Segoe UI', sans-serif;
} */

header {
  background-color: #3f71c1;
  padding: 0px 0;
  color: white;
}

.container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}



.navbar {
  position: relative;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 0px;
}

.nav-links li {
  position: relative;
}

.nav-links li a {
  text-decoration: none;
  font-weight: bold;
  padding: 8px 12px;
  color: white;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #003366;
  top: 100%;
  left: 0;
  min-width: 200px;
  z-index: 1;
  flex-direction: column;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
  padding: 10px 16px;
  text-decoration: none;
  color: white;
}

.dropdown-content a:hover {
  background-color: #0056a3;
}

.nav-links li:hover .dropdown-content {
  display: flex;
}

.menu-toggle {
  display: none;
  font-size: 26px;
  cursor: pointer;
  color: white;
}

@media screen and (max-width: 768px) {
  .nav-links {
    display: none;
    flex-direction: column;
    background-color: white;
    position: absolute;
    top: 60px;
    right: 0;
    width: 200px;
    padding: 15px;
  }
  .nav-links.show {
    display: flex;
  }
  .nav-links li:hover .dropdown-content {
    display: none;
  }
  .nav-links li .dropdown-content {
    position: static;
    box-shadow: none;
  }
  .dropdown-content a {
    padding-left: 25px;
  }
  .menu-toggle {
    display: block;
  }
}

.nav-links li a {
  position: relative;
  padding-right: 20px;
  /* space for the arrow */
  font-weight: 0;
  color: #fff;
  /* you can change this */
  text-decoration: none;
  font-size: 11px;
}

.nav-links li a i.fa-chevron-down {
  font-size: 0.7rem;
  /* arrow size */
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.nav-links li:hover a i.fa-chevron-down {
  transform: rotate(180deg);
  /* rotate on hover (optional) */
}

.top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #00ba28;
  color: white;
  padding: 10px 20px;
  font-size: 14px;
  flex-wrap: wrap;
  font-weight: bold;
}
.top-header i {
  font-size: 10px;
  font-weight: bold;
}
.fa-envelope:before {
  content: "\f0e0";
  padding: 6px;
}
.fa-phone-volume:before, .fa-volume-control-phone:before {
  content: "\f2a0";
  padding: 6px;
}
.left-info span {
  margin-right: 20px;
  display: inline-block;
padding: 0px 0px 0px 193px;
}
/* 👇 Hover Effect for Email and Phone */

.left-info .hover-item:hover {
  text-decoration: underline;
  color: #ffd700;
  cursor: pointer;
}

.right-icons a {
  color: white;
  margin-left: 10px;
  font-size: 16px;
  text-decoration: none;
}

.right-icons a:hover {
  color: #ffd700;
}

.right-icons {
  margin-right: 100px;
}
a {
  text-decoration: none;
  color: white;
}
/* 👇 index css end */


body {
  font-family: 'Poppins', sans-serif;
}

header {
  background: #3f71c1;
  color: darkorange;;
  padding: 10px 20px;
}

.top-bar {
  background: #0a0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 20px;
  font-size: 14px;
  flex-wrap: wrap;
}

.top-bar .top-left,
.top-bar .top-right,
.top-bar .social-icon {
  margin: 5px 0;
}

.social-icon a {
  color: black;
  margin-left: 10px;
  font-size: 14px;
  text-decoration: none;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.navbar .logo {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  width: 20%;
}

.logo img {
  width: 100%;
  max-width: 50px;
}

.nav-links {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}

.nav-links li {
  position: relative;
}

.nav-links li a {
  display: block;
  padding: 15px 12px;
  text-decoration: none;
  color: white;
}

.nav-links li:hover > ul {
  display: block;
}

.nav-links ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #007bff;
  list-style: none;
  min-width: 160px;
  z-index: 1000;
}

.nav-links ul li a {
  padding: 10px 15px;
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  font-size: 26px;
  cursor: pointer;
  padding: 15px 20px;
  color: white;
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    background: #3f71c1;
  }

  .nav-links.active {
display: flex;
z-index: 9999;
}

  .nav-links li {
    width: 100%;
  }

  .nav-links li a {
    padding: 12px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .nav-links ul {
    position: static;
    background: #0057b3;
    width: 100%;
  }

  .nav-links ul li a {
    padding: 10px 20px;
  }

  .logo {
    width: 50%;
  }

  .top-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .top-bar .top-right,
  .top-bar .social-icon {
    margin-top: 5px;
  }
  .sec-title.left h2 {
    position: relative;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    padding-bottom: 17px;
    margin: 0px;
    color: #00ba28;
    padding: 10px;
}
.nav-links {
  display: none;
  flex-direction: column;
  background-color: white;
  position: absolute;
  top: 60px;
  right: 0;
  width: 200px;
  padding: 15px;
}
.nav-links.show {
  display: flex;
}
.nav-links li:hover .dropdown-content {
  display: none;
}
.nav-links li .dropdown-content {
  position: static;
  box-shadow: none;
}
.dropdown-content a {
  padding-left: 25px;
}
.menu-toggle {
  display: block;
}

.feature-boxes {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin: 20px 0;
}
.feature-boxes .box {
  width: 90%;
  max-width: 300px;
}
.box {
  width: 90% !important; /* override 30% */
  max-width: 300px;
}
}