/* HMarketing SEOC footer - Flatsome UX Block */
.hm-footer-section {
  --hm-footer-ink: #09171b;
  --hm-footer-muted: #5c6365;
  --hm-footer-pink: #ff1450;
  --hm-footer-orange: #ff5b09;
  --hm-footer-line: #e5e7eb;
  background: #fff;
  overflow: hidden;
}

.hm-footer-section ~ .absolute-footer,
footer .hm-footer-section + .absolute-footer,
.footer-wrapper:has(.hm-footer-section) .absolute-footer {
  display: none !important;
}

.hm-footer-section .section-content {
  max-width: none;
}

.hm-footer-main,
.hm-footer-bottom {
  width: calc(100% - 160px) !important;
  max-width: 1760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
}

.hm-footer-main:before,
.hm-footer-main:after,
.hm-footer-bottom:before,
.hm-footer-bottom:after {
  display: none !important;
}

.hm-footer-main > p,
.hm-footer-bottom > p {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.hm-footer-main > .col,
.hm-footer-bottom > .col {
  display: block !important;
  float: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.hm-footer-main {
  display: grid !important;
  grid-template-columns: 1.45fr 0.85fr 1.12fr 1.78fr;
  gap: 58px;
  padding-top: 80px !important;
  padding-bottom: 66px !important;
}

.hm-footer-main .col-inner,
.hm-footer-bottom .col-inner {
  padding: 0 !important;
}

.hm-footer-logo {
  width: 148px !important;
  margin: 0 0 34px !important;
}

.hm-footer-logo .img-inner,
.hm-footer-logo img {
  width: 148px !important;
  height: 48px !important;
  object-fit: contain;
}

.hm-footer-desc p {
  max-width: 360px;
  margin: 0 !important;
  color: var(--hm-footer-muted);
  font-family: Rubik, Lato, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: -0.2px;
}

.hm-footer-social-row {
  display: flex !important;
  flex-wrap: nowrap;
  gap: 14px;
  max-width: 280px !important;
  margin: 42px 0 0 !important;
  padding: 0 !important;
}

.hm-footer-social-row:before,
.hm-footer-social-row:after,
.hm-footer-social-row > p {
  display: none !important;
}

.hm-footer-social-col {
  width: 58px !important;
  max-width: 58px !important;
  flex: 0 0 58px !important;
  padding: 0 !important;
  margin: 0 !important;
}

.hm-footer-social-col .col-inner {
  padding: 0 !important;
}

.hm-footer-social-icon {
  width: 58px !important;
  height: 58px !important;
  margin: 0 !important;
  border-radius: 50%;
  background: #fff0f4;
  transition: transform 0.25s ease, background 0.25s ease;
}

.hm-footer-social-icon:hover {
  transform: translateY(-5px);
  background: var(--hm-footer-pink);
}

.hm-footer-social-icon .img-inner {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 58px !important;
  height: 58px !important;
}

.hm-footer-social-icon img {
  width: 18px !important;
  height: 18px !important;
  object-fit: contain;
  margin: 0 !important;
}

.hm-footer-social-icon:hover img {
  filter: brightness(0) invert(1);
}

.hm-footer-heading h3 {
  margin: 0 0 26px !important;
  color: var(--hm-footer-ink);
  font-family: Inter, Lato, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.35px;
}

.hm-footer-link-list p {
  margin: 0 0 28px !important;
}

.hm-footer-link-list a,
.hm-footer-contact-list a,
.hm-footer-policy a {
  color: var(--hm-footer-muted);
  font-family: Rubik, Lato, Arial, sans-serif;
  text-decoration: none;
  transition: color 0.25s ease, padding-left 0.25s ease;
}

.hm-footer-link-list a {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.hm-footer-link-list a:hover {
  color: var(--hm-footer-pink);
  padding-left: 5px;
}

.hm-footer-contact-list p {
  margin: 0 0 31px !important;
}

.hm-footer-contact-list a {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: flex-start;
  gap: 14px;
  color: var(--hm-footer-muted);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.42;
}

.hm-footer-contact-list i {
  display: inline-flex;
  justify-content: center;
  width: 34px;
  color: #000;
  font-size: 28px;
  line-height: 1;
  transform: translateY(-2px);
}

.hm-footer-contact-list a:hover span {
  color: var(--hm-footer-pink);
}

.hm-footer-newsletter-form {
  max-width: 450px;
}

.hm-footer-newsletter-form p {
  margin: 0 !important;
}

.hm-footer-newsletter-form .wpcf7-form-control-wrap {
  display: block;
}

.hm-footer-newsletter-form input[type="email"] {
  width: 100%;
  height: 76px;
  margin: 23px 0 24px !important;
  padding: 0 25px !important;
  border: 0 !important;
  border-radius: 4px;
  background: #f1f1f3;
  box-shadow: none !important;
  color: var(--hm-footer-muted);
  font-family: Rubik, Lato, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.hm-footer-newsletter-form input[type="email"]::placeholder {
  color: var(--hm-footer-muted);
  opacity: 0.85;
}

.hm-footer-newsletter-form .wpcf7-submit {
  width: 100%;
  height: 80px;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: linear-gradient(90deg, var(--hm-footer-pink) 0%, var(--hm-footer-orange) 100%) !important;
  color: #fff !important;
  font-family: Rubik, Lato, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
}

.hm-footer-newsletter-form .wpcf7-submit:hover {
  box-shadow: none;
  transform: none;
}

.hm-footer-newsletter-form .wpcf7-spinner {
  display: none;
}

.hm-footer-newsletter-form .wpcf7-response-output {
  margin: 14px 0 0 !important;
  border-color: rgba(9, 23, 27, 0.18) !important;
  color: var(--hm-footer-muted);
}

.hm-footer-bottom {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  min-height: 101px;
  border-top: 1px solid var(--hm-footer-line);
}

.hm-footer-copyright,
.hm-footer-policy {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
}

.hm-footer-copyright p,
.hm-footer-policy p {
  margin: 0 !important;
  color: var(--hm-footer-muted);
  font-family: Rubik, Lato, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  opacity: 0.85;
}

.hm-footer-policy p {
  display: flex;
  justify-content: flex-end;
  gap: 55px;
}

.hm-footer-policy a {
  color: var(--hm-footer-muted);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.hm-footer-policy a:hover {
  color: var(--hm-footer-pink);
}

@media (max-width: 1200px) {
  .hm-footer-main,
  .hm-footer-bottom {
    width: calc(100% - 64px) !important;
  }

  .hm-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px 40px;
  }
}

@media (max-width: 767px) {
  .hm-footer-main,
  .hm-footer-bottom {
    width: calc(100% - 32px) !important;
  }

  .hm-footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 44px !important;
    padding-bottom: 36px !important;
  }

  .hm-footer-desc p,
  .hm-footer-link-list a,
  .hm-footer-contact-list a,
  .hm-footer-copyright p,
  .hm-footer-policy a {
    font-size: 17px;
  }

  .hm-footer-heading h3 {
    margin-bottom: 20px !important;
    font-size: 24px;
  }

  .hm-footer-link-list p {
    margin-bottom: 20px !important;
  }

  .hm-footer-newsletter-form input[type="email"],
  .hm-footer-newsletter-form .wpcf7-submit {
    height: 62px;
    font-size: 18px;
  }

  .hm-footer-bottom {
    display: block !important;
    min-height: 0;
    padding: 24px 0 28px !important;
    text-align: center;
  }

  .hm-footer-policy p {
    justify-content: center;
    gap: 22px;
    margin-top: 20px !important;
  }
}
