body {
    padding: 0px !important;
    margin: 0px;
    overflow-x: hidden;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  span,
  a,
  li {
    font-family: poppins;
  }
  .navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: 0;
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap;
    width: 13%;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 0;
  align-items: center;
}
.inside-dropdown-head{
  color: #a2c801;
  font-family: poppins;
  font-size: 17px;
  font-weight: 500;
}
  .nav-link {
    display: inline-block;
    margin-right: 5px; /* Adjust the spacing between text and arrow */
  }
  .new-green-button {
    /* width: 200px; */
    background-color: #a2c801;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 20px;
    text-decoration: none;
    color: white;
    width: 200px;
    

    /* border: 0px solid rgb(255, 255, 255); */
  
  }
  .white-button{
    display: flex;
    justify-content: space-between;
    background-color: white;
    align-items: center;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 20px;
    text-decoration: none;
    color: rgb(0, 0, 0);
    border: none;


   
  
  }
  .new-green-button:hover .rotate-icon {
    transform: rotate(45deg);
    transition: 0.5s ease-in-out;
  }
  .white-button:hover .rotate-icon {
    transform: rotate(45deg);
    transition: 0.5s ease-in-out;
  }
  
  .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .main-heading {
    font-family: poppins;
    font-size: 40px;
    font-weight: 500;
  }
  .main-heading-green {
    font-family: poppins;
    font-size: 40px;
    font-weight: 500;
    color: #a2c801;
  }
  .main-heading-white {
    color: white;
    font-family: poppins;
    font-size: 40px;
    font-weight: 500;
  

  }
  .text {
    font-family: poppins;
    font-size: 18px;
    font-weight: 400;
    width:100%;
  }
  .text-green {
    font-family: poppins;
    font-size: 18px;
    font-weight: 400;
    width:100%;
  }
  .text-white {
    font-family: poppins;
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    padding-top: 10px;
    /* color: #014380; */
  
  }
  .second-heading {
    font-size: 38px;
    font-weight: 500;
  }
  .second-heading-white {
    font-size: 33px;
    font-weight: 500;
    color: white;
  
  }
  .third-heading {
    font-size: 24px;
    font-weight: 500;
  }
  .third-heading-white {
    color: white;
    font-size: 24px;
    font-weight: 500;
  }
  .windows-hidden {
    display: none !important;
  }
  .color-text {
    color: #a2c801;
  }

  /* slow underline fill banner links */
  .banner-nav {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    flex-direction: row;
  }
  .greater{
    margin-top: 7px;
  }
  
  .text-link {
    color: white;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
    overflow: hidden;
  }
  .text-link-black {
    color: rgb(0, 0, 0);
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
    overflow: hidden;
  }
  .underline {
    display: block;
    width: 0;
    height: 2px;
    background-color: white;
    transition: width 0.5s ease;
    margin-top: 0px;
  }
  .text-link:hover .underline {
    width: 100%;
  }
  
  /* slow underline fill banner links */
  .card-width {
    width: 29% !important;
  }
  
  /* footer section start */
  .footer-bk {
    padding: 50px 75px 0px 75px;
    display: flex;
    justify-content: space-between;
    background-color: #014380;
    flex-direction: column;
    gap: 20px;
  }
 .logo-container img{

  width: 60px;
  height: auto;

 } 

  .logo {
    width: 24%;
    margin-top: -30px;
    margin-bottom: -40px;
  }
  .social-links {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
  }
  .social-icons {
    color: rgb(255, 255, 255);
    font-size: 24px;
  }
  .footer-second-row {
    padding:0px;
    margin:10px;
    display: flex;
    justify-content: space-between;
  }
  .footer-headings {
    font-family: poppins;
    font-size: 20px;
    color: #a2c801;
    font-weight: 600;
  }
  .links {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .footer-links {
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 16px;
    line-height: 1.3em;
  }
  .icon-list {
    color: rgb(255, 255, 255);
    text-decoration: none;
  }
  .icon-list-white {
    color: rgb(255, 255, 255);
    text-decoration: none;
  }
  .icon-text {
    display: flex;
    align-items: start;
    color: white;

    justify-content: center;
  }
  .icon-list i {
    color: #a2c801;
    margin-left: -10px;
  }
  .icon-links {
    padding-top: 20px;
  }
  .mosol-link {
    color: rgb(255, 255, 255);
  }
  .Copyright {
    margin-top: -20px;
    color: white;
  }
  .footer-end{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /* footer section end */
  /* header section */
  .header-bk {
    padding: 0px 75px 0px 75px;
    position: sticky;
    background-color: white;
    top: 0px;
    z-index: 200000;
    border-bottom: 2px solid black;;
  }
  .navbar-brand img {
    width: 200px;
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .navbar-nav{
    gap:20px;
  }
  body {
    font-family: "Poppins", sans-serif !important;
  }
  .nav-link{
    font-size: 16px;
    color:black;
  }
  .nav-link:hover{
    color:#a2c801;
  }
  
  /* First-level dropdown show on hover */
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
  
  /* Dropdown menu styles */
  .dropdown-menu {
    margin-left: -5px;
    font-size: 16px;
    border-radius: 8px; /* Optional: Rounded corners */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  
  /* Show dropdown smoothly */
  .nav-item.dropdown:hover > .dropdown-menu,
  .dropdown-item.has-submenu:hover > .nested-dropdown {
    opacity: 1;
    visibility: visible;
  }
  
  /* Dropdown item hover effect */

  .mega-menu .mega-menu-content {
width: 980px;
height: fit-content;
left: 100%;
right: 0;
position: absolute;
display: none;
background-color: white;
padding: 20px;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
transform: translate(-35%,1%);
/* transform: translateY(30%); */

}

.mega-menu .mega-menu-content-service {
  width: 800px;
  left: 0;
height: fit-content;

  right: 0;
  position: absolute;
  display: none;
  background-color: white;
  padding: 20px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transform: translate(-35%,1%);
  /* transform: translateY(30%); */
  
  }

.mega-menu .mega-menu-content-2 {
width: 1200px;
height: fit-content;
left: 0;
height: fit-content;

right: 0;
position: absolute;
display: none;
background-color: white;
padding: 20px;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
transform: translate(-53%,1%);
/* transform: translateY(30%); */

}
.mega-menu-contentnew {
width: 1000px;
left: 0;
height: 42vh;

right: 0;
position: absolute;
display: none;
background-color: rgb(255, 255, 255);
padding: 0px 20px 40px 20px;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
transform: translate(-60%,1%);
/* transform: translateY(30%); */

}

.mega-menu:hover .mega-menu-content {
display: block;
}
.mega-menu:hover .mega-menu-content-2 {
display: block;
}
.mega-menu:hover .mega-menu-contentnew{
display: block;
}
.mega-menu:hover .mega-menu-content-service{
display: block;
}
.mega-menu-content,.mega-menu-content-2,.mega-menu-contentnew, .mega-menu-content-service h6 {
font-weight: bold;
margin-bottom: 10px;
}
.mega-menu-content,.mega-menu-content-2,.mega-menu-contentnew, .mega-menu-content-service a {
display: block;
color: black;
padding: 5px 5px;
text-decoration: none;
}
.mega-menu-content,.mega-menu-content-2,.mega-menu-contentnew ,.mega-menu-content-service a:hover {
color: #a2c801;
}



  .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color:black;
    /* margin-top: 4px; */
    width: fit-content;
   
  }
  .menu-align{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  
  .dropdown-item:hover {
  width: fit-content;
  border-radius: 10px;
    /* padding: 5px; */
    background-color: #a2c801; /* Change this to your preferred color */
    color: white !important;
  }
  
  /* "More Services" dropdown styling */
  .dropdown-item.has-submenu {
    position: relative;
    font-size: 16px;
  }
  .dropdown-item.has-submenu a{
    font-size: 16px !important;
  }
  
  /* Nested dropdown menu positioning */
  .nested-dropdown {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 180px;
    display: none;
  }
  
  /* Show nested dropdown on hover */
  .dropdown-item.has-submenu:hover .nested-dropdown {
    display: block;
  }
  .dropdown-link{
    color:black;
    text-decoration: none;
    font-size: 16px !important;
  }
  .dropdown-link:hover{
    color:white;
    text-decoration: none;
  }
  /* header section */
  
  @media only screen and (max-width: 800px) {
    /* common use css */
    .card-width {
      width: 100% !important;
    }
    .main-heading {
      font-family: poppins;
      font-size: 25px;
      font-weight: 500;
    }
    .main-heading-white {
      color: white;
      font-family: poppins;
      font-size: 25px;
      font-weight: 500;
    }
    .second-heading {
      font-size: 20px;
      font-weight: 500;
    }
    .second-heading-white {
      font-size: 20px;
      font-weight: 500;
      color: white;
    }
    .third-heading {
      font-size: 18px;
      font-weight: 500;
    }
    .third-heading-white {
      color: white;
      font-size: 18px;
      font-weight: 500;
    }
    .text {
      font-family: poppins;
      font-size: 14px;
      font-weight: 400;
    }
    .text-white {
      font-family: poppins;
      font-size: 14px;
      font-weight: 400;
    }
  
    .mobile-hidden {
      display: none !important;
    }
    .windows-hidden {
      display: block !important;
    }
  
    /* footer */
    .footer-bk {
      padding: 0px 30px 0px 30px;
      gap:20px;
    }
    .footer-column {
      margin: 0px;
    }
    .footer-column-1{
      margin-top: 20px;
    }
    .footer-headings {
      font-family: poppins;
      font-size: 18px;
      font-weight: 600;
      margin-left: -10px;
    }
    .social-links {
      display: flex;
      align-items: center;
      justify-content: end;
      gap: 20px;
    }
    .logo {
      height: auto;
      width: 40%;
      margin-top: 0px;
      margin-bottom: -60px;
    }
    .logo-container {
      display: flex;
      align-items: center;
      justify-content: start;
    }
    .social-icons {
      color: rgb(255, 255, 255);
      font-size: 18px;
    }
    .header-bk {
      padding: 0px 20px 0px 0px;
    }
    .footer-second-row {
      padding: 0px 20px;
      margin:-20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 30px;
    }
  
    /* mobile header */
    .custom-mobile-header {
      background: #fff;
      padding: 10px 20px;
      display: flex !important;
      justify-content: space-between;
      align-items: center;
    }
  
    .custom-mobile-logo {
      width: 130px;
      margin-bottom: -20px;
      margin-top:-20px;
    }
  
    .custom-hamburger {
      font-size: 24px;
      cursor: pointer;
    }
  
    /* Custom Mobile Menu (Off-canvas from Left) */
    .custom-menu {
      position: fixed;
      top: 0;
      left: -100%;
      width: 70%;
      height: 100%;
      background: white;
      box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
      transition: left 0.3s ease-in-out;
      padding: 20px;
      z-index: 1000;
      overflow-y: auto;
    }
  
    .custom-menu.active {
      left: 0;
    }
  
    .custom-menu-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
  
    .custom-close {
      background: none;
      border: none;
      font-size: 24px;
      cursor: pointer;
    }
  
    .custom-menu ul {
      list-style: none;
      padding: 0;
      margin-top: 20px;
    }
  
    .custom-menu ul li {
      padding: 10px 10px;
    }
  
    .custom-menu ul li a {
      text-decoration: none;
      font-size: 16px;
      color: #014380;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .dropdown-item-1{
      font-size: 14px !important;
      display: flex;
      align-items: start !important;
      flex-direction: column !important;
      justify-content: start !important;
      gap:0px !important;
    }
  
    /* Custom Accordion Dropdown Styling */
    .custom-submenu {
      display: none;
      padding-left: 15px;
    }
  
    .custom-submenu.active {
      display: block;
    }
  
    .custom-toggle-icon {
      transition: transform 0.3s ease;
    }
  
    .custom-submenu-toggle.active .custom-toggle-icon {
      transform: rotate(180deg);
    }
    .navbar-brand img {
      width: 150px;
      margin-top: -28px;
      margin-bottom: -28px;
    }
  }
  