header.header.header-area.header-sticky {
  top: 0;
  background: transparent;
  position: fixed;
  left: 0;
  width: 100%;
  text-align: center;
  max-height: 70px;
  min-height: 70px;
}
.is-sticky .header-main-menu nav > ul > li {
  margin: 18px 0;
}
.is-sticky .sub-menu-1 li.has-children.menu-item.\32:after,
.is-sticky .sub-menu-1 li.has-children.menu-item.\33:after,
.is-sticky .sub-menu-1 li.has-children.menu-item.\35:after {
  top: 9px;
}

/* main menu postion navi header */
.header-main-menu nav > ul > li > ul {
  background: var(--dropdown-bg-color) none repeat scroll 0 0;
  display: block;
  left: 50%; /* Start positioning the submenu from the center of the parent */
  transform: translateX(-50%); /* Adjust to center the submenu relative to the parent li */
  position: absolute;
  top: 50px;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  width: 270px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease 0s;
}

/* Show submenu on hover */
.header-main-menu nav > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin-top: 0; /* Removes the gap on hover for smooth animation */
}



.sub-menu-1 li.has-children.menu-item.\32:hover:after {
    background-image: url(https://46844847.fs1.hubspotusercontent-na1.net/hubfs/46844847/Arrow/Arrow%20Color/gree_down.svg);
}
.sub-menu-1 li.has-children.menu-item.\33:hover:after {
       background-image: url(https://46844847.fs1.hubspotusercontent-na1.net/hubfs/46844847/Arrow/Arrow%20Color/gree_down.svg);
}
.sub-menu-1 li.has-children.menu-item.\36:hover:after {
       background-image: url(https://46844847.fs1.hubspotusercontent-na1.net/hubfs/46844847/Arrow/Arrow%20Color/gree_down.svg);
}

.header-main-menu nav > ul > li > ul li:last-child::after {
  /*     conente: none; */
  /* content: none; */
  display: none;
}

.header.header-no-nav { 
  padding: 17px 0;
}
.header-sticky.is-sticky {
  position: fixed;
  top: 0;
  box-shadow: 0 0 30px rgba(0,0,0,.1);
  left: 0;
  width: 100%;
  right: 0;
}
.header-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
}
.header-inner>* {
  display: flex;
  /* flex: 0 auto; */
  /*   padding-right: 15px; */
}
.header-left {
  align-items: center;
  align-self: center;
  flex: 1 0 200px;
  max-width: 200px;
  min-height: 60px;
}
.header-left span {
  line-height: 1;
}
.header-main-menu nav > ul > li {
  position: relative;
  list-style: none; 
  margin: 32px 0;
}

.header-main-menu nav > ul > li > a {
  line-height: 30px;
  display: flex;
  font-size: 16px;
  font-weight: 500;  
  gap: 7px;
     font-family: "Poppins", sans-serif;
}
 header.header.header-area.header-sticky.is-sticky{ 
     font-family: "Poppins", sans-serif;
  }

.header-center {
  padding-left: 80px;
}

.header-right {
  display: flex;
  /*   flex: 1 0 200px; */
  justify-content: flex-end;
  max-width: 200px;
  /*   gap: 15px; */
  align-items: center;
}

/*-- Header Offcanvas --*/
.header-offcanvas-open {
  position: relative;
  display: none;
  overflow: hidden;
  align-items: center;
  align-self: center;
  flex-direction: column;
  justify-content: center;
  width: 26px;
  height: 26px;
  padding: 0;
  cursor: pointer;
  color: #fff;
  border: none;
  background-color: transparent;
  gap: 6px;
}

.header-offcanvas-open span {
  display: block;
  width: 100%;
  height: 2px;
  transition: var(--transition);
  border-radius: 10px;
  background-color: currentColor;
}
.header-offcanvas-open:hover span:nth-child(2) {
  transform: translateX(8px);
}
.header-offcanvas-open:hover span:nth-child(3) {
  transform: translateX(4px);
}
ul.navigation.hs-menu-children-wrapper.sub-menu-2::before {
    content: "";
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 41px;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 16px solid white; /* Default: white */
}

ul.navigation.hs-menu-children-wrapper.sub-menu-2::after {
    content: "";
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 43px;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 17px solid white; /* Default: white */
}

/* On hover, change both ::before and ::after to green */
ul.navigation.hs-menu-children-wrapper.sub-menu-2:hover::before {
    border-bottom-color: #31B476; /* Green on hover */
}

ul.navigation.hs-menu-children-wrapper.sub-menu-2:hover::after {
    border-bottom-color: #31B476; /* Green on hover */
}

/* Ensure that each menu item behaves independently */
ul.navigation.hs-menu-children-wrapper.sub-menu-2:not(:hover)::before,
ul.navigation.hs-menu-children-wrapper.sub-menu-2:not(:hover)::after {
    border-bottom-color: white; /* Return to white when not hovered */
}






.header-offcanvas.active {
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
}
.header-offcanvas-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  padding: 15px 30px;
}
.header-offcanvas-logo {
  display: flex;
}
.header-offcanvas-close {
  position: relative;
  display: flex;
  width: 30px;
  height: 30px;
  padding: 10px;
  text-indent: -9999px;
  color: #FFFFFF;
  border: none;
  background-color: transparent;
}
.header-offcanvas-close::before, .header-offcanvas-close::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  content: "";
  background-color: currentColor;
}
.header-offcanvas-close::before {
  transform: rotate(45deg);
}
.header-offcanvas-close::after {
  transform: rotate(-45deg);
}
.header-offcanvas-close:hover {
  transform: rotate(90deg);
}

.header-offcanvas .offcanvas-menu-nav > ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding:10px 0px;
  list-style: none;
}
.header-offcanvas .offcanvas-menu-nav > ul li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header-offcanvas .offcanvas-menu-nav > ul li > a {
  line-height: 30px;
  display: flex;
  flex: 1 0;
  padding:7px 50px 7px 20px;  
  color:#000;
}
.header-offcanvas .offcanvas-menu-nav > ul li:hover > a {
    color: #fff;
    background: #054326;
}
   
.header-offcanvas .offcanvas-menu-nav > ul li .offcanvas-sub-menu-2 li > a {
    color: #000;
    padding-left:30px;
}

.header-offcanvas .offcanvas-menu-nav > ul li .offcanvas-sub-menu-2 li:hover > a {
    color: #fff;
  background:#31B476;
}

.header-offcanvas .offcanvas-menu-nav > ul li .offcanvas-sub-menu-2 li > .offcanvas-sub-menu-3 li > a {
    color: #000;
    padding-left: 15px;
}
.header-offcanvas .offcanvas-menu-nav > ul li .offcanvas-sub-menu-2 li > .offcanvas-sub-menu-3 li:hover > a {
    background: #C8C8C8;
    color: #000;
    padding-left:15px;
}

.header-offcanvas .offcanvas-menu-nav > ul li .offcanvas-sub-menu-toggle {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 44px;
  cursor: pointer;
/*   transition: var(--transition); */
  color: #000;
}

.header-offcanvas .offcanvas-menu-nav > ul li .offcanvas-sub-menu-toggle svg {
  width: 12px;
  height: 12px;
  color: #000;
}

.header-offcanvas .offcanvas-menu-nav > ul li .offcanvas-sub-menu-toggle.active {
  transform: rotateX(180deg);
}
.header-offcanvas .offcanvas-menu-nav > ul li .offcanvas-sub-menu-toggle.active svg {
    color: #fff;
}
.header-offcanvas .offcanvas-menu-nav > ul li ul {
  display: none;
  flex: 1 0 100%;
  width: 100%;
  margin: 0;
  padding-left: 1px;
  list-style: none;
}
.no-sub-menu .offcanvas-sub-menu-toggle{
  display: none !important;
}

.header-logo {
  line-height: 1;
  display: flex;
}

.header-main-menu nav {
  display: flex;
}
.header-main-menu nav ul {
  list-style: none;
}
ul.navigation.hs-menu-children-wrapper.sub-menu-2::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 41px;
  height: auto!important;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 16px solid #31B476 !important;
}
/**mega menu arrow*/

ul.navigation.hs-menu-children-wrapper.sub-menu-2 li.no-has-children.menu-item a:hover span::before {
  content: "";
  background-image: url(https://46844847.fs1.hubspotusercontent-na1.net/hubfs/46844847/Arrow/arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  color: #31b476;
  font-size: 1rem;
  height: 20px;
  width: 20px;
  left: 11px;
  position: absolute;
  top: 19 px;
  /*   rotate: 0deg; */
  transform: scaleX(.5) scaleY(.5);
}

.header-main-menu nav > ul > li > ul li a:hover span {

    padding-left: 10px;
    transition: all 0.3s ease;
}

.header-main-menu nav > ul > li > ul li a:hover span:before {
  background-image: url(https://46844847.fs1.hubspotusercontent-na1.net/hubfs/46844847/Arrow/arrow_white.svg);
  background-size: contain;
  color: #31b476;
  font-size: 1rem;
  height: 20px;
  width: 20px;
  left: 9px;
  position: absolute;
  top: 19px;
  rotate: 0deg;
  content: "";
}
.sub-menu-1 li.has-children.menu-item.\31:hover::before {
  rotate: -180deg;
}
.sub-menu-1 li.has-children.menu-item.\31::before {
  position: absolute;
  top: 9px;
  right: -20px;
  height: 15px;
  width: 20px;
  content: "";
  background-image: url('https://46844847.fs1.hubspotusercontent-na1.net/hubfs/46844847/Arrow/arrow_black-1.svg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scaleX(.5) scaleY(.5);
  transition: filter 0.3s ease;
}

.sub-menu-1 li.has-children.menu-item.\31:hover:after {
/*   filter: brightness(0) saturate(100%) invert(40%) sepia(97%) saturate(1470%) hue-rotate(75deg) brightness(92%) contrast(94%); */
  /* This filter will make the arrow green (#31B476) */
}


li.no-has-children.menu-item.\32 {
  position: relative;
}
.sub-menu-1 li.has-children.menu-item.\32:after {
    position: absolute;
    top: 9px;
    right: -20px;
    height: 13px;
    width: 20px;
    content: "";
    background-image: url(https://46844847.fs1.hubspotusercontent-na1.net/hubfs/46844847/Arrow/Arrow%20Color/gray.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scaleX(.5) scaleY(.5);
    transition: filter 0.3s ease;
}  



.sub-menu-1 li.has-children.menu-item.\32:hover:after {
/*   filter: brightness(0) saturate(100%) invert(40%) sepia(97%) saturate(1470%) hue-rotate(75deg) brightness(92%) contrast(94%); */
  /* This filter will make the arrow green (#31B476) */
}

.sub-menu-1 li.has-children.menu-item.\32:hover:after {
  rotate: -180deg;
  transform: 0.3s;
  color:#31B476
} 

li.no-has-children.menu-item.\33 {
  position: relative;
}

.sub-menu-1 li.has-children.menu-item.\33:after {
    position: absolute;
    top: 9px;
    right: -20px;
    height: 13px;
    width: 20px;
    content: "";
    background-image: url(https://46844847.fs1.hubspotusercontent-na1.net/hubfs/46844847/Arrow/Arrow%20Color/gray.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scaleX(.5) scaleY(.5);
    transition: filter 0.3s ease;
}
.sub-menu-1 li.has-children.menu-item.\33:hover:after {
/*   filter: brightness(0) saturate(100%) invert(40%) sepia(97%) saturate(1470%) hue-rotate(75deg) brightness(92%) contrast(94%); */
  /* This filter will make the arrow green (#31B476) */
}

.sub-menu-1 li.has-children.menu-item.\33:hover:after {
  /* transform: rotate(180deg); */
  rotate: -180deg;
  transform: 0.3s;
  color:#31B476

}
li.no-has-children.menu-item.\36 {
  position: relative;
}
.sub-menu-1 li.has-children.menu-item.\36:after {
    position: absolute;
    top: 9px;
    right: -20px;
    height: 13px;
    width: 20px;
    content: "";
    background-image: url(https://46844847.fs1.hubspotusercontent-na1.net/hubfs/46844847/Arrow/Arrow%20Color/gray.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scaleX(.5) scaleY(.5);
    transition: filter 0.3s ease;
}
.sub-menu-1 li.has-children.menu-item.\36:hover:after {
/*   filter: brightness(0) saturate(100%) invert(40%) sepia(97%) saturate(1470%) hue-rotate(75deg) brightness(92%) contrast(94%); */
  /* This filter will make the arrow green (#31B476) */
  /* transform: rotate(180deg); */
  rotate: -180deg;
  transform: 0.3s;
  color:#31B476
}
/* .header-main-menu nav > ul {
gap: 60px;
display: flex;
padding: 0;
} */
.header-main-menu nav > ul {
  display: flex;
  gap: 40px;
  padding: 0;
  /*   margin-right: -13px; */
}
.header-main-menu nav > ul > li > ul {
  /*   background: #fff;
  display: block;
  left: -80px; */
  /*   padding: 26px 0px 11px; */
  /*   position: absolute;
  top: 85px;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  width: 270px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease 0s; */
}
.header-main-menu nav > ul > li > ul li a span:before{
  background-image: url(https://46844847.fs1.hubspotusercontent-na1.net/hubfs/46844847/Arrow/arrow_black-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  color: #31b476;
  content: "";
  font-size: 2rem;
  height: 20px;
  left: 9px;
  position: absolute;
  top: 16px;
  transform: scaleX(.5) scaleY(.5);
  width: 20px;
  rotate: -90deg;
}
.is-sticky .header-main-menu nav > ul > li > ul {
  top: 50px;
}
/* .header-main-menu nav > ul > li.menu-item.\33 > ul {

left: -40px!important;
} */

ul.navigation.hs-menu-children-wrapper.sub-menu-2 li.no-has-children.menu-item a span::before {
  content: "";
  background-image: url(https://46844847.fs1.hubspotusercontent-na1.net/hubfs/46844847/Arrow/arrow_black-1.svg);
  background-repeat: no-repeat;
  /* width: 25px; */
  /* height: 25px; */
  background-repeat: no-repeat;
  background-size: contain;
  color: #31b476;
  content: "";
  font-size: 2rem;
  height: 20px;
  left: 9px;
  position: absolute;
  top: 16px;
  transform: scaleX(.5) scaleY(.5);
  width: 20px;
  rotate: -90deg;
}
.header-main-menu nav > ul > li > ul li a {
    display: block;
    padding: 17px 20px 17px 20px;
    text-decoration: none;

}

.header-main-menu nav > ul > li > ul li a:hover {
  background-color: #31B476;
  
}

.header-main-menu nav > ul > li:hover > ul {
  visibility: visible;
  margin-top: 0;
  opacity: 1;
}
.header-main-menu nav > ul > li > ul li {
  /* 	margin: 0 0 9px; */
  padding: 0px 0px;
  position: relative;
  border-bottom: 2px solid #C8C8C8;

}
.header-main-menu nav > ul > li > ul li .sub-menu-3 ,
.header-main-menu nav > ul > li > ul li .sub-menu-4 {
  padding: 0px 0px 0px 0px;  

}
.header-main-menu nav > ul > li > ul li:last-child {
  margin: 0 0 0px;
  border-bottom:0;
}
.header-main-menu nav > ul > li > ul li a {
  display: flex; 
  /*   padding: 5px 0; */
}
.header-main-menu nav > ul > li > ul li a span {
  line-height: 21px;
  font-weight: 400;
  padding: 0 06px;
  text-align:left;
  font-family: "Poppins", sans-serif;
}

.header-main-menu nav > ul > li > ul li a:hover {
}

/* .header-main-menu nav > ul > li:hover > a {
color: var(--menu-link-hover-color);  */
}

.header-main-menu nav > ul > li:hover  > a{
  font-weight: 500;
}

.header-search button {
  display: flex;
    padding: 10px;
  border: none;
  background-color: transparent;
  min-width: 36px;
  min-height: 37px;
}
.header-search button svg {
 width: 23px;
    height: 32px
}
.header-search button svg path {
  stroke: currentColor;
  fill: currentColor;
}

.header-search-close {
  position: absolute;
  top: 40px;
  right: 40px;
  display: flex;
  width: 30px;
  height: 30px;
  padding: 10px;
  text-indent: -9999px;
  color: #FFFFFF;
  border: none;
  background-color: transparent;
}
.header-search-close::before, .header-search-close::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  content: "";
  background-color: currentColor;
}
.header-search-close::before {
  transform: rotate(45deg);
}
.header-search-close::after {
  transform: rotate(-45deg);
}
.header-search-close:hover {
  transform: rotate(90deg);
}
.header-search-popup {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: var(--transition);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.95);
}
.header-search-form {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
}
.header-search-form form {
  line-height: 1;
  background-color: transparent; 
  border: none;
}
.header-search-form form label {
  display: none;
}
.header-search-form form input {
  font-size: 40px; 
  width: 100%;
  padding: 30px 0;
  transition: var(--transition);
  color: #FFFFFF;
  border-width: 0 0 3px; 
  border-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
}
.header-offcanvas {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  transition: var(--transition);
  transform: translateX(100%);
  opacity: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.header-search-form form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.header-search-form form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.header-search-form form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.header-search-form form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.header-search-form form input:focus {
  border-bottom-color: #FFFFFF;
}
.header-search-form form button[type=submit] {
  position: fixed;
  top: -9999px;
  left: -9999px;
}
.header-search-form p {
  font-weight: 600;
  margin-top: 10px;
  text-align: right;
  color: #FFFFFF;
}
.header-search-popup.active {
  visibility: visible;
  opacity: 1;
}
/* -----search field---- */
.header-search-form .hs-search-field__form {
    display: flex;
    flex-wrap: wrap;
    max-width: 700px;
    margin: 0 auto;
}
.header-search-form #hs_cos_wrapper_site_search .hs-search-field__bar>form>.hs-search-field__input {
    flex: 0 80%;
    font-size: 25px;
    width: 100%;
    padding: 15px;
    transition: var(--transition);
    color: #FFFFFF;
    border-width: 0 0 3px;
    border-style: solid;
    background-color: transparent;
    border: 1px solid #2f3a45;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.header-search-form #hs_cos_wrapper_site_search .hs-search-field__button {
    flex: 0 20%;
    background: #2f3a45;
    border: 2px solid #2f3a45;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.header-search-form .hs-search-field__bar button svg {
    height: 30px;
    fill: #31B476;
}
.header-search-form #hs_cos_wrapper_site_search .hs-search-field__button:hover {
    background: #31B476;
}
.header-search-form .hs-search-field__button:hover  svg {
    fill:#fff ;
}
/* ----------responsive------- */
@media only screen and (max-width: 1200px) {
/*   .header-center {
    padding-left: 45px;
  } */
  .header-main-menu nav > ul.sub-menu-1 > li > a {
    font-size: 17px!important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-main-menu nav > ul {
    gap: 30px!important; 
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px), only screen and (max-width: 768px) {
  .header-left {
    flex: 1 0;
    max-width: none; 
  }
 
  .header-search button {
    min-height: 30px!important;
  }
   .header-center {
    display: none;
  }
   .header-right {
    flex: 0 0 auto;
    max-width: none;
    gap: 10px;
  }
   .header-offcanvas-open {
    display: flex;
  } 
}
@media only screen and (max-width: 767px) {
  .header-search-form form input {
    font-size: 30px;  
    padding: 20px 0;
  }
  .header-offcanvas {
    max-width: 310px; 
  }
}

@media only screen and (max-width: 479px) {
  header.header.header-area.header-sticky.is-sticky {
    display: none;
}
  .header-offcanvas {
    max-width: 100%;
    height: max-content;
  }
  .header-search button svg {
    width: 20px;
    height: 27px;
}
}

