@import url("https://fonts.cdnfonts.com/css/bdo-grotesk");
.navbar-main {
  background-color: #fff;
  margin-top: 29px;
  position: fixed;
  z-index: 999;
  width: 100%;
}
.nav-container {
  width: 100%;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  position: relative;
  z-index: 100;
}

.nav-logo img {
  height: 50px;
  width: auto;
  display: block;
}

.nav-menu {
  display: flex;
}

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

.nav-link-item {
  text-decoration: none;
  color: #0f336ac4;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -2%;
  font-weight: 400;
  font-family: BDO Grotesk;
  transition: 0.2s;
}

.nav-consult-btn {
  background: linear-gradient(
    90.02deg,
    #01549f 0.02%,
    #036e6b 44.33%,
    #058f2a 88.64%
  );
  color: #fff;
  padding: 13px 19px;
  border-radius: 7px;
  text-decoration: none;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  font-weight: 500;
  font-family: BDO Grotesk;
  transition: 0.2s;
}

.nav-consult-btn:hover {
  background: #058f2a;
  color: #fff;
}

.nav-dropdown {
  position: relative;
  height: 25px;
}

.nav-dropdown-toggle {
  display: flex;
  gap: 10px;
  cursor: pointer;
  color: #0f336ac4;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -2%;
  font-weight: 400;
  font-family: BDO Grotesk;
  text-decoration: none;
}

.nav-dropdown-item {
  padding: 10px 15px;
  display: block;
  color: #333;
  text-decoration: none;
  transition: 0.2s;
}

.nav-toggle-button {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.nav-toggle-icon {
  font-size: 24px;
  color: #0f336ac4;
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px solid #0f336ac4;
}

.mega-dropdown {
  position: relative;
}

.mega-menu {
  position: fixed;
  top: 95px;
  left: 0;
  width: 100vw;
  background: #ebf4ee;
  display: none;
  z-index: 999;
}
.mega-menu.open {
  display: block !important;
}
.mega-menu-container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 30px 15px;
}
.mega-menu-wrapper {
  display: flex;
  gap: 40px;
}
.mega-column {
  max-width: 300px;
}
.mega-links-wrapper {
  max-height: 300px;
  overflow-y: scroll;
}
.mega-links-wrapper {
  max-height: 300px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #8ab7aa #e5f0eb;
}

.mega-links-wrapper::-webkit-scrollbar {
  width: 6px;
}

.mega-links-wrapper::-webkit-scrollbar-track {
  background: #e5f0eb;
  border-radius: 10px;
}

.mega-links-wrapper::-webkit-scrollbar-thumb {
  background: #8ab7aa;
  border-radius: 10px;
}

.mega-links-wrapper::-webkit-scrollbar-thumb:hover {
  background: #5f998c;
}

.mega-title {
  color: #0f336ade;
  margin-bottom: 30px;
  font-family: BDO Grotesk;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -2%;
  text-transform: uppercase;
}

.mega-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  cursor: pointer;
  background-color: #fff;
  padding-left: 1px;
  border-radius: 6px;
  height: 80px;
  /* min-width: 357px; */
}

.mega-item img {
  width: 142px;
  height: 78px;
  border-radius: 6px;
  object-fit: cover;
}

.mega-item p {
  font-family: BDO Grotesk;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -2%;
  color: #0f336ac4;
  padding: 16px;
  margin: 0;
}

.mega-link {
  display: block;
  padding-bottom: 24px;
  color: #0f336aa8;
  font-family: BDO Grotesk;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -2%;
  text-decoration: none;
  cursor: pointer;
}
.mega-link:hover{
  color: #49BD6B;
}
.service-item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.service-item:hover{
  color: #49BD6B;
}
.service-item svg{
  width: 12px;
}
.service-item:hover svg path {
  stroke: #49BD6B;  
}

.service-item.active svg path {
  stroke: #49BD6B; 
}
.service-item.active{
  color: #49BD6B;
}
.mega-viewall {
  color: #45a367;
  font-family: BDO Grotesk;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -2%;
}

.mega-menu-banner img {
  min-width: 261px;
  max-width: 280px;
  width: 100%;
  height: auto;
}

.mega-menu-banner-desk {
  display: block;
}
.mega-menu-banner-mobile {
  display: none;
}
.mega-menu-banner-2 {
  display: none;
}
.subservice-panel {
  display: none;
}
.back-btn-2{
  display: none;
}

@media (max-width: 1200px) and (min-width: 991px) {
  .mega-item p {
    display: none;
  }
}
@media (max-width: 991px) {
  .nav-toggle-button {
    display: block;
  }

  .nav-menu {
    position: fixed;
    top: 95px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #ebf4ee;
    z-index: 999;
    display: none;
    flex-direction: column;
    padding: 30px 15px;
  }

  .nav-menu.nav-menu-open {
    display: flex;
  }

  .nav-links {
    max-width: 690px;
    margin-inline: auto;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .mega-menu-container {
    flex-direction: column;
    max-height: 100vh;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #8ab7aa #e5f0eb;
  }

  .mega-menu-container::-webkit-scrollbar {
    width: 6px;
  }

  .mega-menu-container::-webkit-scrollbar-track {
    background: #e5f0eb;
    border-radius: 10px;
  }

  .mega-menu-container::-webkit-scrollbar-thumb {
    background: #8ab7aa;
    border-radius: 10px;
  }

  .mega-menu-container::-webkit-scrollbar-thumb:hover {
    background: #5f998c;
  }

  .mega-menu-wrapper {
    flex-direction: column-reverse;
    gap: 16px;
  }
  .mega-column {
    max-width: 100%;
  }
  .mega-column-2 {
    display: none;
  }
  .mega-menu-banner {
    display: flex;
    padding-bottom: 100px;
  }
  .mega-menu-banner-desk {
    display: none;
  }
  .mega-menu-banner-mobile {
    display: block;
    max-width: 400px;
  }
  .mega-menu-banner img {
  max-width: 400px;
}
  .mega-menu-banner-2 {
  display: block;
}
  .mega-menu-banner-2 img {
    min-width: 261px;
  max-width: 400px;
  width: 100%;
  height: auto;
}
  .mega-link {
    padding-block: 17px;
    border-bottom: 1px solid #1345231a;
  }
  .subservice-panel {
    display: none;
    position: fixed;
    top: 95px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #ebf4ee;
    z-index: 999;
    display: none;
    flex-direction: column;
    padding: 40px 15px;
    animation: slideIn 0.3s ease;
  }
  .sub-panel-wrapper {
    max-width: 690px;
    width: 100%;
    margin-inline: auto;
  }

  @keyframes slideIn {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(0);
    }
  }

  .subservice-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }

  .back-btn {
    background: none;
    border: none;
    font-family: BDO Grotesk;
    font-weight: 700;
    font-size: 19px;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: uppercase;
    cursor: pointer;
    color: #0f336ade;
    padding: 0;
  }
  .back-btn-2 {
    background: none;
    border: none;
    font-family: BDO Grotesk;
    font-weight: 700;
    font-size: 19px;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: uppercase;
    cursor: pointer;
    color: #0f336ade;
    width: fit-content;
    padding: 0;
    margin-bottom: 15px;
    display: block;
  }

  .subservice-list a {
    display: block;
  }
  .subservice-list{
    max-height: 60vh;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #8ab7aa #e5f0eb;
  }

  .subservice-list::-webkit-scrollbar {
    width: 6px;
  }

  .subservice-list::-webkit-scrollbar-track {
    background: #e5f0eb;
    border-radius: 10px;
  }

  .subservice-list::-webkit-scrollbar-thumb {
    background: #8ab7aa;
    border-radius: 10px;
  }

  .subservice-list::-webkit-scrollbar-thumb:hover {
    background: #5f998c;
  }
  .mega-title-2{
    margin-bottom: 13px;
  }
}

@media (max-width: 768px) {
  .nav-links {
    max-width: 510px;
  }
  .sub-panel-wrapper {
    max-width: 510px;
  }
}
