footer {
  position: relative;
  padding: 100px 0;
  background-color: var(--primary-color);
}
.footer-links {
  margin-bottom: 50px;
}
.footer-links p {
  font-weight: 500;
  color: var(--secondary-color);
  margin: 0 0 8px;
}
.footer-links ul li {
  margin: 0 0 8px;
}
footer p {
  margin: 0;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-sm {
  display: flex;
  align-items: center;
  justify-content: end
}
.footer-sm li {
  margin-left: 24px;
}
.footer-sm li a {
  font-size: 22px;
}
.footer-disclaimer {
  font-size: 12px;
  max-width: 530px;
}
.footer-legals a,
.footer-copyright {
  font-size: 12px;
}
.footer-copyright a {
  color: #fff;
}
.footer-iso {
  margin-left: 20px;
}
.b2-col.col-4.col-iso {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.b2-col.col-4.col-iso a {
  display: block;
  max-width: 300px;
}
.form-popup {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  align-items: self-start;
  justify-content: center;
  background-color: rgb(16 37 71 / 50%);
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-top: 30px;
  z-index: 300;
}
.form-popup.show {
  display: flex;
}
.form-popup-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.form-popup-content {
  position: relative;
  padding: 30px;
  width: 690px;
  background-color: #E6F0F1;
}
.form-popup-content-inner {
  max-width: 520px;
  margin: 0 auto;
}
.form-popup-content-inner .gform-theme--foundation .gform_fields {
  row-gap: 15px !important;
}
.form-popup-content-inner p {
  color: #50535A;
}
.form-popup-content-inner p a {
  text-decoration: underline;
}
.form-popup-content-inner p strong {
  font-weight: 600;
}
.form-popup-content-inner .gform-theme--foundation .gfield input,
.form-popup-content-inner .gform-theme--foundation .gfield select,
.form-popup-content-inner .gform-theme--foundation .gfield textarea {
  background-color: #F3F9FA;
  border: none;
  border-radius: 0 !important;
}
.form-popup-content-inner .gform-theme--foundation .gfield select {
  background-image: url('/wp-content/uploads/2025/09/select-arrow.svg');
  background-size: 8px 8px;
  background-position: bottom 8px right 8px;
  background-repeat: no-repeat;
}
 .form-popup-content-inner .gform-footer.gform_footer.top_label {
  position: relative;
  max-width: 150px;
  overflow: hidden;
}
.form-popup-content-inner input#gform_submit_button_1 {
  display: block !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: var(--primary-color) !important;
  text-align: center !important;
  padding: 13px 27px !important;
  width: 150px !important;
  background-color: var(--secondary-color) !important;
  transition: all .3s ease-in-out;
  border-radius: 0;
}
.form-popup-content-inner input#gform_submit_button_1:hover {
  color: #fff !important;
  background-color: var(--primary-color) !important;
  z-index: 2;
}
a.close-form-popup {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 24px;
  transition: none;
}
a.close-form-popup:hover {
  color: var(--secondary-color);
}
div#gform_1_validation_container {
  display: none;
}
.col-iso img {
  margin-right: -10px;
}

@media only screen and (max-width: 768px) {
  .footer .b2-row {
    flex-flow: wrap;
  }
  .footer .b2-col.col-4.col-logo {
    width: 100%;
  }
  .footer .footer-logo {
    margin: 0 auto 40px;
    max-width: 300px;
    display: block;
  }
  .footer .b2-col.col-2.col-links {
    width: 33%;
  }
  .footer .b2-col.col-1.col-sm {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer .footer-sm {
    justify-content: center;
  }
  .footer .footer-sm li {
    margin: 0 16px;
  }
  .footer .b2-col.col-4 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .b2-col.col-4.col-iso {
    display: block;
  }
  .b2-col.col-4.col-iso a {
    margin: 0 auto 20px;
  }
  .footer .b2-col.col-6.col-texts {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer p.footer-disclaimer.b2-text-white {
    margin: 0 auto;
  }
  .footer .b2-col.col-2.col-iso {
    width: 100%;
  }
  .footer img.b2-img-responsive.footer-iso {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .footer .b2-col.col-2.col-links,
  .footer .b2-col.col-3.col-links {
    width: 100%;
    text-align: center;
  }
  .footer-links {
    margin-bottom: 20px;
  }
  .footer .footer-logo {
    max-width: 180px;
  }
}