body,
html {
  font-family: poppins;
  margin: 0;
}
.navbar {
  padding: 30px 10px !important;
}
.navbar-nav .nav-link {
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.navbar-nav {
  display: flex;
  gap: 40px; /* Increase spacing between menu items */
}

.dropdown-menu {
  min-width: 150px;
}
.btn-login {
  background: white;
  color: #0c3b1b;
  border: 2px solid white;
  padding: 6px 20px;
  font-weight: bold;
}
.btn-signup {
  background: #0c3b1b;
  color: white;
  border: 2px solid #0c3b1b;
  padding: 6px 20px;
  font-weight: bold;
}
.bottom-line {
  position: relative;
  display: inline-block; /* Ensures the underline is only as wide as the text */
  padding-bottom: 5px; /* Adds some space below the text */
}

.bottom-line::after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 50%;
  width: 0; /* Initially hidden */
  height: 3.5px;
  background-color: #0c3b1b;
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}
.bottom-line:hover::after {
  width: 100%; /* Expands to text width */
  left: 0;
}
.active-page::after {
  width: 100% !important;
  left: 0;
}
.kjf:hover {
  border: 1px solid #0c3b1b !important;
  color: #0c3b1b !important;
}
.kjf:focus {
  border: 1px solid #0c3b1b !important;
  color: #0c3b1b !important;
}

.login-signup {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-top: -15px;
}
.login-signup a {
  list-style: none;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}
.login {
  color: #0c3b1b !important;
  background-color: white !important;
  padding: 6px 37px 6px 37px !important;
  border-radius: 5px !important;
  box-shadow: 0 6px 10px rgb(246, 246, 246) !important;
  border: 2px solid white !important;
  transition: 0.3s ease !important;
}
.signup {
  color: white !important;
  background-color: #0c3b1b !important;
  border: 2px solid #0c3b1b !important;
  padding: 6px 37px 6px 37px !important;
  border-radius: 5px !important;
  box-shadow: 0 6px 10px rgb(232, 232, 232) !important;
  transition: 0.3s ease !important;
}
.signup:hover,
.login:hover {
  color: #0c3b1b !important;
  border: 2px solid #0c3b1b !important;
  transition: 0.3s ease !important;
  background-color: transparent !important;
  box-shadow: 0 6px 10px rgb(238, 238, 238) !important;
}
.custom-section {
  color: white;

  overflow: hidden;
}
.parentt {
  border-bottom-left-radius: 250px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 70px;
}
.custom-button {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  color: rgb(0, 0, 0);
  padding: 10px 60px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  width: fit-content;
}
.custom-button i {
  background-color: white;
  color: #0c3b1b;
  padding: 10px;
  border-radius: 50%;
  margin-right: 10px;
}
.custom-img {
  border-bottom-right-radius: 50px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.learn-more:hover {
  background-color: #116d2e;
  transform: scale(1.03);
  transition: 0.3s;
}
.our-services {
  text-align: center;
  padding: 60px 0;
}
.our-services h1 {
  color: #2f327d;
  font-size: 36px;
  font-weight: 600;
}
.our-services p {
  color: #696984;
  font-size: 20px;
}
.service-box {
  background: white;
  box-shadow: 0 1px 10px rgba(233, 233, 233, 1);
  border-radius: 20px;
  padding: 50px;
  text-align: center;
  transition: 0.3s;
  height: 100%;
}
.service-box:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 10px rgba(222, 221, 221, 1);
}
.icon-wrapper {
  width: 83px;
  height: 83px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -90px auto 20px;
}
.icon-wrapper img {
  width: 60%;
}
.service-box h1 {
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0;
}
.service-box p {
  font-size: 16px;
  color: #696984;
}

/*Beginning of second section (statistics)*/
.statistics {
  text-align: center;
  margin-top: -70px;
  align-items: center;
}
.statistics h1 {
  font-size: 36px;
  font-weight: 600;
  color: #2f327d;
}
.statistics p {
  font-size: 23px;
  color: #696984;
}
.auto-count-number span {
  font-size: 75px;
  font-family: "Abhaya Libre", serif;
  background-image: linear-gradient(to right, #136cb5, #49bbbd);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}
.auto-count-number p {
  font-size: 32px;
  color: #010514;
  opacity: 0.8;
}
/*End of second section (statistics)*/

.partners {
  text-align: center;
  padding-top: 80px;
}

.partners h1 {
  font-size: 36px;
  font-weight: 600;
  color: #2f327d;
}

.partners-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 50px 20px;
}

.partners-logos img {
  max-width: 200px;
  height: auto;
}

.partners-logos .nav-arrow {
  background-color: black;
  color: white;
  border-radius: 50%;
  padding: 15px;
  cursor: pointer;
  transition: 0.3s;
}

.partners-logos .nav-arrow:hover {
  background-color: #0c3b1b;
}
.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 70s slide infinite linear;
}

.logos-slide img {
  height: 150px;
  opacity: 0.7;
  margin: 0 40px;
}
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 6px 0;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.footer {
  background-color: #252641;
  padding: 50px 0;
}

.footer h3 {
  color: #b2b3cf;
  font-size: 22px;
  font-weight: 400;
}

.input-for-gmail {
  background-color: transparent;
  color: #83839a;
  border: 1px solid #83839a;
  border-radius: 80px;
  padding: 15px 20px;
  font-size: 18px;
  width: 100%;
}

.subscribe {
  border: none;
  background-color: #0c3b1b;
  border: 2px solid #0c3b1b;
  border-radius: 80px;
  font-size: 18px;
  color: white;
  font-weight: 500;
  padding: 15px 20px;
  cursor: pointer;
  transition: 0.3s;
}

.subscribe:hover {
  background-color: transparent;
  border: 2px solid #0c3b1b;
  color: #0c3b1b;
}

/* Popup */
.popup-message {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #4caf50;
  color: white;
  padding: 15px 20px;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  font-size: 16px;
}

.popup-message.error {
  background-color: #f44336;
}

.popup-message.success {
  background-color: #4caf50;
}
.content {
  height: 70vh;
}

.footer-48201 {
  padding-top: 7rem;
  background-color: #002f0f;
  color: #f5f5f5;
}
.footer-48201 .footer-site-logo {
  font-size: 1.5rem;
  color: #fff;
}
.footer-48201 .nav-links li {
  margin-bottom: 10px;
}
.footer-48201 .nav-links li a {
  color: #e2fcff;
}
.footer-48201 .nav-links li a:hover {
  color: #fff;
}
.footer-48201 .btn.btn-tertiary {
  background-color: #e42c64;
  color: #fff;
  border-radius: 30px;
  border: none;
  padding: 10px 20px;
}
.footer-48201 .social li {
  display: inline-block;
}
.footer-48201 .social li a {
  color: gray;
  padding: 7px;
}
.footer-48201 .social li a:hover {
  color: #fff;
}
.footer-48201 .copyright {
  border-top: 1px solid #32656b;
}
a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a,
a:hover {
  text-decoration: none !important;
}
.accordion-button:not(.collapsed) {
  background-color: #0c3b1b !important; /* Darker shade for active accordion */
  color: white !important;
  box-shadow: none !important;
}
.accordion-body {
  background-color: transparent !important; /* Change to your desired color */
  color: #000000; /* Adjust text color for readability */
}
.accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
}
.ko:hover {
  color: white !important;
  background-color: #14682f !important;
}
@media (max-width: 768px) {
  .logandsign {
    flex-direction: column !important;
  }
  .mavul {
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
  }
  .navbar-nav {
    gap: 10px !important;
  }
  .kjf {
    margin-bottom: 10px !important;
    width: 100% !important;
  }
  .custom-img {
    display: none !important;
  }
  .parentt {
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 0px;
  }
  .mgtop {
    margin-top: 70px !important;
  }
  .details-statistics {
    flex-direction: column;
    gap: 10px;
  }
  .auto-count-number span {
    font-size: 60px;
  }

  .partners-logos img {
    max-width: 50px;
    height: auto;
  }
}
