footer.custom-footer {
  background: #3e884c;
  color: #fff;
}


.footer-main-wrapper {
  padding: 99px 0 104px;
  color: #fff;
  overflow: hidden;
}

.footer-main-wrapper .row-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.footer-main-wrapper .f_column {
  flex: 0 0 33.33%;
  padding:  0 15px;
}

.custom-footer .social-link ul {
  padding: 0;
  margin: 67px 0 40px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 25px;
}

.custom-footer .social-link ul li a {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
  color: #3e884c;
  transition:all 0.2s ease-in-out;
}
.custom-footer .social-link ul li a:hover {
  background: #A5D60D;
}
.custom-footer .social-link ul li a svg {
  fill: currentColor;
  width: 25px;
  height: 25px;
  transition:all 0.2s ease-in-out;
}
.custom-footer .social-link ul li a:hover svg {
  fill: #fff;
}

.copyright-wrapper {
  background: #fff;
  padding: 20px 0;
}

.copyright-wrapper .hs-menu-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 40px;
}

.copyright-wrapper .hs-menu-wrapper > ul li a {
  color: #3E884C;
  text-decoration: none;
  font-size: 15px;
  line-height:1.5;
  line-height: normal;
  text-align: center;
  transition:all 0.2s ease-in-out;
}
.copyright-wrapper .hs-menu-wrapper > ul li:first-child a {
  cursor: text;
  color: #3E884C !important;
}
.copyright-wrapper .hs-menu-wrapper > ul li a:hover{
  color:#A5D60D;
}
.footer-main-wrapper .f_column.logo .c_logo {
  display: block;
  line-height: 0;
  max-width: 300px;
}
.footer-main-wrapper .logo .richtext h4 {
  color: #fff;
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 700;
  line-height:1.5;

}

.footer-main-wrapper .logo .richtext {
  margin-top: 60px;
  font-size: 18px;
  line-height: 1.5;
  max-width: 300px;
}


.custom-footer .column-title {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  margin:0 0 5px;
}

.custom-footer .menu .hs-menu-wrapper > ul {
  flex-direction: column;
  margin: 0 0 30px;
}

.custom-footer .menu .hs-menu-wrapper > ul li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  padding: 3px 0;
  transition:all 0.2s ease-in-out;
}
.custom-footer .menu .hs-menu-wrapper > ul > li:nth-child(5) {
  margin-top: 32px;
}
.custom-footer .menu .hs-menu-wrapper > ul li a:hover{
  color:#A5D60D;
}
.footer-main-wrapper .f_column.menu {
  font-size: 16px;
  line-height: 1.5;
}
.footer-main-wrapper .menu .button-group {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}

.footer-main-wrapper .menu .footer_btn {
  background: #fff;
  text-decoration: none;
  display: inline-flex;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #000;
  border: 1px solid #fff;
  flex-shrink: 0;
  transition: all 0.2s ease-in-out;
}
.footer-main-wrapper .menu .footer_btn:hover {
  background: transparent;
  color: #fff;
}
.footer-main-wrapper .menu .footer_btn.transparent {
  background: transparent;
  color: #fff;
}
.footer-main-wrapper .menu .footer_btn.transparent:hover {
  background: #fff;
  color: #000;
}

.footer-main-wrapper .contact-form .col-inner {
  background: rgb(255 255 255 / 70%);
  padding: 30px 20px;
  border-radius: 18px;
}

.footer-main-wrapper .contact-form .col-inner .form-heading {
  margin: -30px -20px 20px;
  padding: 10px 20px;
  background: #A5D60D;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
}
.footer-main-wrapper .contact-form .form-title{
  margin:0;
  line-height:0;
}
.footer-main-wrapper .contact-form .hs-button.large.primary {
  background: #fff;
  border-color: #fff;
  color: #3E884C;
  border-radius: 6px;
  font-weight: 500;
}
.footer-main-wrapper .contact-form .hs-button.large.primary:hover {
  background: #3e884c;
  border-color: #3e884c;
  color: #fff;
  text-decoration: none;
}


.footer-main-wrapper .hs-form-field label { 
  color: #3e884c;
  margin-bottom:5px;
}
.footer-main-wrapper form input[type=email], 
.footer-main-wrapper form input[type=file], 
.footer-main-wrapper form input[type=number],
.footer-main-wrapper form input[type=password],
.footer-main-wrapper form input[type=search],
.footer-main-wrapper form input[type=tel], 
.footer-main-wrapper form input[type=text],
.footer-main-wrapper form select, 
.footer-main-wrapper form textarea{
  border: 1px solid #fff;
  background-color:#fff;
  min-height:32.39px;
  border-radius:6px;
  font-size: 16px;
  padding: 6px 15px;
  outline:none !important;
}

@media(max-width:991px) and (min-width:768px){
  .footer-main-wrapper .f_column {
    flex: 0 0 50%;
  }

  .footer-main-wrapper .f_column.contact-form {
    flex: 0 0 100%;
    margin-top: 50px;
  }
}
@media(max-width:767px){
  .copyright-wrapper .hs-menu-wrapper > ul {
    flex-direction: row;
    text-align:center;
  }
  .footer-main-wrapper .row-inner {
    row-gap: 30px;
  }
  .footer-main-wrapper .f_column {
    flex: 0 0 100%;
  }
  .copyright-wrapper .hs-menu-wrapper > ul > li:first-child {
    order: 5;
  }
}