/* Whiz Location Pages — Footer design. */
.wzloc-footer {
  background: #071a30;
  color: #fff;
  padding: 34px 0px 16px;
  isolation: isolate;
}
.wzloc-footer-shell {
  max-width: 1320px;
  margin: 0 auto;
}
.wzloc-footer-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 12px;
  background: linear-gradient(145deg, #0a223c, #07182d);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.22);
}
.wzloc-footer-column {
  min-width: 0;
  padding: 10px 20px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.wzloc-footer-column:nth-child(5),
.wzloc-footer-column:nth-child(10) {
  border-right: 0;
}
.wzloc-footer-grid > .wzloc-footer-column:nth-child(n + 6) {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.wzloc-footer-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 690;
  font-size: 14px;
  line-height: 1.3;
  margin: 0 0 15px;
  color: #fff;
}
.wzloc-footer-heading a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 690;
}
.wzloc-footer-heading a:hover {
  color: #6ea7ff;
}
.wzloc-footer-heading-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: grid;
  place-items: center;
  background: linear-gradient(
    145deg,
    rgba(74, 118, 255, 0.2),
    rgba(255, 255, 255, 0.05)
  );
  border: 1px solid rgba(116, 156, 255, 0.22);
  border-radius: 10px;
  font-size: 14px;
  color: #6da0ff;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.16);
}
.wzloc-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wzloc-footer-links li {
  list-style: none;
  margin: 0;
}
.wzloc-footer-links a {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 4px 0;
  color: #c9d7e8;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.55;
  transition:
    transform 0.18s ease,
    color 0.18s ease;
}
.wzloc-footer-links a span {
  font-size: 14px;
  color: #4d83ff;
  line-height: 1;
}
.wzloc-footer-links a:hover {
  color: #fff;
  transform: translateX(3px);
}

/* Contact card: top row = logo/description + Follow Us. Bottom = exactly two columns. */
/* Footer contact card — compact, two-column contact body. */
.wzloc-footer-contact-card {
  grid-column: span 2;
  background: linear-gradient(145deg, #123f6d 0%, #0a2c50 100%);
  color: #fff;
  border-radius: 20px;
  padding: 22px 24px;
  align-self: start;
  min-height: 0;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  position: relative;
  margin: 24px 0 0;
  box-sizing: border-box;
}
.wzloc-footer-contact-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 88% 8%, rgba(89, 155, 220, 0.2), transparent 34%),
    linear-gradient(125deg, transparent 55%, rgba(255, 255, 255, 0.025));
  pointer-events: none;
}
.wzloc-footer-contact-card > * {
  position: relative;
  z-index: 1;
}
.wzloc-contact-card-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  min-height: 78px;
}
.wzloc-contact-brand {
  display: grid;
  grid-template-columns: 115px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  min-width: 0;
}
.wzloc-contact-brand img {
  width: 115px;
  height: 76px;
  object-fit: contain;
  background: #000;
  border-radius: 12px;
  padding: 8px;
  box-sizing: border-box;
}
.wzloc-contact-brand .wzloc-footer-brand-mark {
  width: 115px;
  height: 76px;
  display: grid;
  place-items: center;
  background: #fff;
  color: #174a78;
  border-radius: 12px;
  font-weight: 900;
  font-size: 30px;
}
.wzloc-contact-brand-copy {
  min-width: 0;
}
.wzloc-contact-brand strong {
  display: none;
}
.wzloc-contact-brand p {
  margin: 0;
  color: #f1f7fd;
  font-size: 13px;
  line-height: 1.6;
  max-width: 430px;
}
.wzloc-footer-socials {
  min-width: 180px;
  text-align: right;
  align-self: center;
  padding-top: 0;
}
.wzloc-social-label {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
  font-weight: 690;
  margin: 0 0 10px;
}
.wzloc-social-list {
  display: flex;
  gap: 5px;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
}
.wzloc-social-list a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    filter 0.2s ease,
    background 0.2s ease;
}
.wzloc-social-list a:hover {
  transform: translateY(-3px);
  filter: brightness(1.15);
  background: rgba(255, 255, 255, 0.2);
}
.wzloc-social-icon {
  display: grid;
  place-items: center;
  line-height: 1;
}
.wzloc-social-icon svg {
  width: 19px;
  height: 19px;
  display: block;
}
.wzloc-social-icon-facebook,
.wzloc-social-icon-instagram,
.wzloc-social-icon-linkedin,
.wzloc-social-icon-youtube,
.wzloc-social-icon-whatsapp {
  color: #fff;
}
.wzloc-contact-card-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.22);
  margin: 18px 0 20px;
}
.wzloc-contact-card-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 23px;
  align-items: stretch;
}
.wzloc-contact-primary {
  min-width: 0;
  padding-right: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.wzloc-contact-secondary {
  min-width: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.wzloc-contact-block {
  min-width: 0;
}
.wzloc-contact-block-title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 690;
  margin-bottom: 8px;
}
.wzloc-contact-block-title svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
}
.wzloc-contact-list {
  display: grid;
  gap: 5px;
}
.wzloc-contact-list a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.55;
  white-space: normal;
  overflow-wrap: anywhere;
}
.wzloc-contact-list a:hover {
  text-decoration: underline;
}
.wzloc-contact-address-text {
  display: block;
  color: #eef7ff;
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}
.wzloc-footer-quote-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 182px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 690;
  white-space: nowrap;
  box-sizing: border-box;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}
.wzloc-footer-quote-btn:hover {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
  transform: translateY(-2px);
}
.wzloc-footer-quote-btn span {
  font-size: 17px;
}

@media (max-width: 1050px) {
  .wzloc-header-container {
    padding: 0 18px;
  }
  .wzloc-nav-link {
    padding: 12px 10px;
    font-size: 14px;
  }
  .wzloc-footer-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .wzloc-footer-contact-card {
    grid-column: span 2;
  }
  .wzloc-footer-bottom {
    flex-wrap: wrap;
  }
}
@media (max-width: 760px) {
  .wzloc-header-container {
    min-height: 66px;
    padding: 0 16px;
    justify-content: flex-end;
  }
  .wzloc-mobile-brand {
    display: none;
  }
  .wzloc-menu-toggle {
    display: flex;
    width: 44px;
    height: 42px;
    border: 1px solid #e1e7ef;
    background: #fff;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
  }
  .wzloc-menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: #2b3950;
    border-radius: 3px;
    transition: 0.2s;
  }
  .wzloc-menu-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .wzloc-menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }
  .wzloc-menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .wzloc-nav {
    display: none;
    position: absolute;
    left: 12px;
    right: 12px;
    top: calc(100% + 8px);
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 18px;
    box-shadow: 0 24px 50px rgba(18, 36, 58, 0.16);
    padding: 9px;
  }
  .wzloc-nav.is-open {
    display: block;
  }
  .wzloc-nav-list {
    display: block;
  }
  .wzloc-nav-item {
    border-bottom: 1px solid #edf0f5;
  }
  .wzloc-nav-item:last-child {
    border-bottom: 0;
  }
  .wzloc-nav-link {
    justify-content: space-between;
    padding: 14px 12px;
  }
  .wzloc-nav-dropdown {
    position: static;
    width: auto;
    transform: none !important;
    display: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    padding: 0 6px 7px;
  }
  .wzloc-nav-item.is-open > .wzloc-nav-dropdown {
    display: block;
  }
  .wzloc-nav-dropdown:before {
    display: none;
  }
  .wzloc-nav-dropdown-inner {
    box-shadow: none;
    border: 0;
    background: #f7f8fc;
    padding: 5px;
    border-radius: 12px;
  }
  .wzloc-nav-dropdown-link {
    padding: 11px;
  }
  .wzloc-footer {
    padding: 26px 14px 13px;
  }
  .wzloc-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
    padding: 14px;
  }
  .wzloc-footer-column {
    padding: 10px 8px 20px;
    border-right: 0;
  }
  .wzloc-footer-grid > .wzloc-footer-column:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 20px;
  }
  .wzloc-footer-contact-card {
    grid-column: 1/-1;
    margin: 18px 0 0;
    padding: 18px;
  }
  .wzloc-contact-card-top {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .wzloc-footer-socials {
    text-align: left;
    min-width: 0;
  }
  .wzloc-social-list {
    justify-content: flex-start;
  }
  .wzloc-contact-card-body {
    grid-template-columns: 1fr;
    row-gap: 22px;
  }
  .wzloc-contact-primary {
    padding-right: 0;
    border-right: 0;
    gap: 18px;
  }
  .wzloc-contact-secondary {
    padding-left: 0;
    gap: 18px;
  }
  .wzloc-footer-quote-btn {
    width: 100%;
    align-self: stretch;
  }
  .wzloc-footer-bottom {
    display: block;
    text-align: center;
    line-height: 1.7;
    padding: 14px 12px;
  }
  .wzloc-footer-legal {
    justify-content: center;
    margin: 7px 0;
  }
}
@media (max-width: 430px) {
  .wzloc-footer-grid {
    grid-template-columns: 1fr;
  }
  .wzloc-footer-grid > .wzloc-footer-column {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 18px;
  }
  .wzloc-footer-grid > .wzloc-footer-column:first-child {
    border-top: 0;
  }
  .wzloc-contact-brand {
    grid-template-columns: 78px 1fr;
  }
  .wzloc-contact-brand img,
  .wzloc-contact-brand .wzloc-footer-brand-mark {
    width: 78px;
    height: 56px;
  }
  .wzloc-contact-brand strong {
    font-size: 14px;
  }
}

/* ================================================================
   FINAL CONTACT CARD — exact two-column reference layout
   ================================================================ */
.wzloc-footer-contact-card {
  background: linear-gradient(
    135deg,
    #0b2f55 0%,
    #0a3765 52%,
    #123f6d 100%
  ) !important;
  border: 1px solid rgba(115, 173, 235, 0.16);
  border-radius: 20px;
  padding: 24px 26px !important;
  box-sizing: border-box;
}
.wzloc-contact-card-top {
  grid-template-columns: minmax(0, 1fr) minmax(190px, auto) !important;
  align-items: center;
  gap: 28px !important;
  min-height: 86px;
}
.wzloc-contact-brand {
  grid-template-columns: 115px minmax(0, 1fr) !important;
  gap: 18px !important;
  align-items: center;
}
.wzloc-contact-brand img,
.wzloc-contact-brand .wzloc-footer-brand-mark {
  width: 115px !important;
  height: 76px !important;
  border-radius: 12px;
}
.wzloc-contact-brand img {
  padding: 8px;
  object-fit: contain;
  background: #000;
}
.wzloc-contact-brand-copy p {
  font-size: 13px !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  color: #f4f8fc !important;
  max-width: 440px;
}
.wzloc-footer-socials {
  min-width: 205px !important;
  text-align: right !important;
}
.wzloc-social-label {
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: 690 !important;
  margin-bottom: 12px !important;
}
.wzloc-social-list {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: nowrap !important;
}
.wzloc-social-list a,
.wzloc-social-placeholder {
  width: 22px !important;
  height: 22px !important;
  min-width: 22px;
  border-radius: 50%;
  display: grid !important;
  place-items: center;
  text-decoration: none;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
  transition:
    transform 0.2s ease,
    filter 0.2s ease;
}
.wzloc-social-list a:hover,
.wzloc-social-placeholder:hover {
  transform: translateY(-3px);
  filter: brightness(1.08);
}
.wzloc-social-list a:nth-child(1),
.wzloc-social-placeholder:nth-child(1) {
  background: #1877f2 !important;
}
.wzloc-social-list a:nth-child(2),
.wzloc-social-placeholder:nth-child(2) {
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045) !important;
}
.wzloc-social-list a:nth-child(3),
.wzloc-social-placeholder:nth-child(3) {
  background: #0a66c2 !important;
}
.wzloc-social-list a:nth-child(4),
.wzloc-social-placeholder:nth-child(4) {
  background: #ff0000 !important;
}
.wzloc-social-list a:nth-child(5),
.wzloc-social-placeholder:nth-child(5) {
  background: #25d366 !important;
}
.wzloc-social-icon svg {
  width: 20px !important;
  height: 20px !important;
}
.wzloc-contact-card-divider {
  height: 1px !important;
  margin: 20px 0 22px !important;
  background: rgba(255, 255, 255, 0.2) !important;
}
.wzloc-contact-card-body {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  column-gap: 32px !important;
  align-items: stretch;
}
.wzloc-contact-primary {
  min-width: 0;
  padding-right: 32px !important;
  border-right: 1px solid rgba(255, 255, 255, 0.18) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 24px !important;
  padding: 10px 5px 0px;
}
.wzloc-contact-secondary {
  min-width: 0;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 22px !important;
}
.wzloc-contact-block-title {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  margin: 0 0 9px !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 690 !important;
}
.wzloc-contact-block-title svg {
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px;
}
.wzloc-contact-list {
  display: grid !important;
  gap: 6px !important;
}
.wzloc-contact-list a,
.wzloc-contact-address-text {
  color: #f5f9fd !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.wzloc-contact-list a:hover {
  text-decoration: underline;
  color: #fff !important;
}
.wzloc-contact-address-text {
  line-height: 1.7 !important;
  max-width: 100%;
}
.wzloc-footer-quote-btn {
  min-width: 190px !important;
  min-height: 50px !important;
  padding: 0 20px !important;
  border: 1px solid rgba(111, 174, 245, 0.6) !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #0d57c7, #1268ef) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 690 !important;
  box-shadow: 0 10px 24px rgba(0, 62, 160, 0.22);
}
.wzloc-footer-quote-btn:hover {
  background: linear-gradient(135deg, #1268ef, #2477ff) !important;
  border-color: #64a3ff !important;
  color: #fff !important;
}
.wzloc-footer-quote-btn span {
  font-size: 18px !important;
}

@media (max-width: 760px) {
  .wzloc-contact-card-top {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  .wzloc-footer-socials {
    text-align: left !important;
    min-width: 0 !important;
  }
  .wzloc-social-list {
    justify-content: flex-start !important;
  }
  .wzloc-contact-card-body {
    grid-template-columns: 1fr !important;
    row-gap: 24px !important;
  }
  .wzloc-contact-primary {
    padding-right: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16) !important;
    padding-bottom: 22px !important;
  }
  .wzloc-contact-secondary {
    padding-top: 0 !important;
  }
}
@media (max-width: 430px) {
  .wzloc-footer-contact-card {
    padding: 18px !important;
  }
  .wzloc-contact-brand {
    grid-template-columns: 78px minmax(0, 1fr) !important;
    gap: 12px !important;
  }
  .wzloc-contact-brand img,
  .wzloc-contact-brand .wzloc-footer-brand-mark {
    width: 78px !important;
    height: 56px !important;
  }
  .wzloc-contact-brand-copy p {
    font-size: 12px !important;
  }
  .wzloc-social-list {
    gap: 8px !important;
  }
  .wzloc-social-list a,
  .wzloc-social-placeholder {
    width: 35px !important;
    height: 35px !important;
    min-width: 35px;
  }
}

/* Social media editor: platform + URL only, no confusing label field. */
.slp-social-row .slp-social-platform {
  font-weight: 600;
  cursor: pointer;
}
.slp-social-row input[type="url"],
.slp-social-row input[inputmode="url"] {
  min-width: 0;
}

/* Social icons are platform-based, not position-based, so reordering never breaks colors. */
.wzloc-social-list a,
.wzloc-social-placeholder {
  overflow: hidden;
}
.wzloc-social-icon {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  color: #fff !important;
}
.wzloc-social-icon svg {
  width: 20px !important;
  height: 20px !important;
  display: block !important;
  overflow: visible;
}
.wzloc-social-icon svg * {
  vector-effect: non-scaling-stroke;
}
.wzloc-social-icon-facebook svg {
  fill: #fff;
}
.wzloc-social-icon-instagram svg {
  fill: none;
}
.wzloc-social-icon-linkedin svg {
  fill: #fff;
}
.wzloc-social-icon-youtube svg {
  fill: #fff;
}
.wzloc-social-icon-whatsapp svg {
  fill: #fff;
}
.wzloc-social-list a.wzloc-social-facebook {
  background: #1877f2 !important;
}
.wzloc-social-list a.wzloc-social-instagram {
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045) !important;
}
.wzloc-social-list a.wzloc-social-linkedin {
  background: #0a66c2 !important;
}
.wzloc-social-list a.wzloc-social-youtube {
  background: #ff0000 !important;
}
.wzloc-social-list a.wzloc-social-whatsapp {
  background: #25d366 !important;
}

/* ================================================================
   v5.2.13 — FINAL FOOTER ALIGNMENT
   Desktop: 5 navigation columns + contact card spanning columns 4–5.
   Contact card itself uses exactly two lower columns.
   ================================================================ */
@media (min-width: 1051px) {
  .wzloc-footer-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    align-items: start;
  }

  .wzloc-footer-contact-card {
    grid-column: 4 / 6 !important;
    grid-row: 3 !important;
    width: 100% !important;
    margin: 0 !important;
    min-width: 0 !important;
    align-self: start !important;
  }

  .wzloc-contact-card-top {
    grid-template-columns: minmax(0, 1fr) 140px !important;
    gap: 22px !important;
    align-items: center !important;
  }

  .wzloc-contact-brand {
    grid-template-columns: 110px minmax(0, 1fr) !important;
    gap: 16px !important;
  }

  .wzloc-contact-brand img,
  .wzloc-contact-brand .wzloc-footer-brand-mark {
    width: 110px !important;
    height: 74px !important;
  }

  .wzloc-contact-brand-copy p {
    max-width: none !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
  }

  .wzloc-footer-socials {
    min-width: 0 !important;
    width: 210px !important;
  }

  .wzloc-social-list {
    gap: 8px !important;
    justify-content: flex-end !important;
  }

  .wzloc-social-list a,
  .wzloc-social-placeholder {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
  }

  .wzloc-contact-card-body {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    column-gap: 28px !important;
  }

  .wzloc-contact-primary {
    padding-right: 28px !important;
    gap: 22px !important;
  }

  .wzloc-contact-secondary {
    padding-left: 0 !important;
    gap: 20px !important;
  }

  .wzloc-contact-block-title {
    font-size: 14px !important;
    font-weight: 690 !important;
  }

  .wzloc-contact-list a,
  .wzloc-contact-address-text {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }
  
  .wzloc-footer-legal a{
      color: #fff;
  }

  .wzloc-footer-bottom {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    flex-wrap: nowrap !important;
    padding: 14px 21px 13px !important;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 9px;
    padding: 22px;
    background: linear-gradient(145deg,#0a223c,#07182d);
    box-shadow: 0 22px 55px rgba(0,0,0,.22);
    margin-top: 14px 0px;
  }

  .wzloc-footer-legal {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    white-space: nowrap !important;
  }
}

@media (min-width: 761px) and (max-width: 1050px) {
  .wzloc-footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .wzloc-footer-contact-card {
    grid-column: 3 / 5 !important;
    grid-row: auto !important;
    margin: 0 !important;
  }

  .wzloc-contact-card-top {
    grid-template-columns: minmax(0, 1fr) 180px !important;
    gap: 18px !important;
  }

  .wzloc-contact-brand {
    grid-template-columns: 95px minmax(0, 1fr) !important;
  }

  .wzloc-contact-brand img,
  .wzloc-contact-brand .wzloc-footer-brand-mark {
    width: 95px !important;
    height: 68px !important;
  }

  .wzloc-footer-socials {
    width: 180px !important;
    min-width: 0 !important;
  }

  .wzloc-social-list {
    justify-content: flex-end !important;
    gap: 6px !important;
  }
}

@media (max-width: 760px) {
  .wzloc-footer-contact-card {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    width: 100% !important;
    margin: 18px 0 0 !important;
  }

  .wzloc-footer-bottom {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
  }

  .wzloc-footer-legal {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 7px !important;
  }
}

/* ================================================================
   v5.2.14 — Reference Contact Card Layout
   ================================================================ */
@media (min-width: 1051px) {
  .wzloc-footer-contact-card {
    grid-column: 4 / 6 !important;
    grid-row: 3 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 18px 18px !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .wzloc-contact-card-top {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 190px !important;
    gap: 24px !important;
    align-items: start !important;
    min-height: 88px !important;
  }

  .wzloc-contact-brand {
    display: grid !important;
    grid-template-columns: 110px minmax(0, 1fr) !important;
    gap: 16px !important;
    align-items: center !important;
    min-width: 0 !important;
  }

  .wzloc-contact-brand img,
  .wzloc-contact-brand .wzloc-footer-brand-mark {
    width: 110px !important;
    height: 74px !important;
    min-width: 110px !important;
    border-radius: 12px !important;
  }

  .wzloc-contact-brand-copy {
    min-width: 0 !important;
    width: auto !important;
  }

  .wzloc-contact-brand-copy p {
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
    color: #f4f8fc !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .wzloc-footer-socials {
    width: 190px !important;
    min-width: 190px !important;
    text-align: right !important;
    align-self: start !important;
  }

  .wzloc-social-label {
    display: block !important;
    margin: 2px 0 12px !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    font-weight: 690 !important;
    color: #fff !important;
  }

  .wzloc-social-list {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 9px !important;
    flex-wrap: nowrap !important;
  }

  .wzloc-social-list a,
  .wzloc-social-placeholder {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    border-radius: 50% !important;
    display: grid !important;
    place-items: center !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  .wzloc-social-icon,
  .wzloc-social-icon svg {
    width: 20px !important;
    height: 20px !important;
  }

  .wzloc-social-list a.wzloc-social-facebook {
    background: #1877f2 !important;
  }
  .wzloc-social-list a.wzloc-social-instagram {
    background: linear-gradient(
      135deg,
      #833ab4 0%,
      #fd1d1d 52%,
      #fcb045 100%
    ) !important;
  }
  .wzloc-social-list a.wzloc-social-linkedin {
    background: #0a66c2 !important;
  }
  .wzloc-social-list a.wzloc-social-youtube {
    background: #ff0000 !important;
  }
  .wzloc-social-list a.wzloc-social-whatsapp {
    background: #25d366 !important;
  }

  .wzloc-contact-card-divider {
    margin: 20px 0 22px !important;
    height: 1px !important;
    background: rgba(255, 255, 255, 0.2) !important;
  }

  .wzloc-contact-card-body {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    column-gap: 28px !important;
    align-items: stretch !important;
  }

  .wzloc-contact-primary {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    min-width: 0 !important;
    padding-right: 28px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.18) !important;
  }

  .wzloc-contact-secondary {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 22px !important;
    min-width: 0 !important;
    padding: 0 !important;
  }

  .wzloc-contact-block-title {
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    margin: 0 0 9px !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 690 !important;
    color: #fff !important;
  }

  .wzloc-contact-block-title svg {
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px !important;
  }

  .wzloc-contact-list {
    display: grid !important;
    gap: 6px !important;
    min-width: 0 !important;
  }

  .wzloc-contact-list a,
  .wzloc-contact-address-text {
    display: block !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
    color: #f5f9fd !important;
    text-decoration: none !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  .wzloc-contact-address-text {
    line-height: 1.7 !important;
  }

  .wzloc-footer-quote-btn {
    width: auto !important;
    min-width: 190px !important;
    min-height: 50px !important;
    padding: 0 20px !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #0d57c7, #1268ef) !important;
    border: 1px solid rgba(111, 174, 245, 0.6) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 690 !important;
    white-space: nowrap !important;
    box-shadow: 0 10px 24px rgba(0, 62, 160, 0.22) !important;
  }
}

/* Admin: fixed, predictable social platform fields. */
.slp-social-fixed-grid {
  display: grid;
  gap: 10px;
}
.slp-social-fixed-row {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}
.slp-social-fixed-platform {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 6px 10px;
  border: 1px solid #d8e0e8;
  border-radius: 9px;
  background: #f8fafc;
  box-sizing: border-box;
}
.slp-social-fixed-platform strong {
  font-size: 13px;
  color: #1f2937;
}
.slp-social-fixed-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: #1877f2;
  font-size: 11px;
  font-weight: 800;
}
.slp-social-fixed-platform.slp-social-instagram .slp-social-fixed-icon {
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
}
.slp-social-fixed-platform.slp-social-linkedin .slp-social-fixed-icon {
  background: #0a66c2;
}
.slp-social-fixed-platform.slp-social-youtube .slp-social-fixed-icon {
  background: #ff0000;
}
.slp-social-fixed-platform.slp-social-whatsapp .slp-social-fixed-icon {
  background: #25d366;
}
.slp-social-fixed-row input {
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 760px) {
  .slp-social-fixed-row {
    grid-template-columns: 1fr;
  }
}

/* ================================================================
   v5.2.15 — Exact reference footer contact layout
   ================================================================ */
@media (min-width: 1051px) {
  .wzloc-footer-grid {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(0, 1fr)
      minmax(0, 1fr)
      minmax(0, 1.35fr)
      minmax(0, 1.35fr) !important;
    align-items: start !important;
  }

  .wzloc-footer-contact-card {
    grid-column: 4 / 6 !important;
    grid-row: 3 !important;
    width: 100% !important;
    margin: 0 !important;
    min-width: 0 !important;
    align-self: start !important;
    padding: 24px 28px !important;
  }

  .wzloc-contact-card-top {
    grid-template-columns: minmax(0, 1fr) 144px !important;
    gap: 24px !important;
    align-items: start !important;
    min-height: 88px !important;
  }

  .wzloc-contact-brand {
    grid-template-columns: 112px minmax(0, 1fr) !important;
    gap: 18px !important;
    align-items: center !important;
    min-width: 0 !important;
  }

  .wzloc-contact-brand img,
  .wzloc-contact-brand .wzloc-footer-brand-mark {
    width: 112px !important;
    height: 76px !important;
  }

  .wzloc-contact-brand-copy {
    min-width: 260px !important;
  }

  .wzloc-contact-brand-copy p {
    max-width: 100% !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
  }

  .wzloc-footer-socials {
    width: 138px !important;
    min-width: 138px !important;
    text-align: right !important;
    align-self: start !important;
    padding-top: 0 !important;
  }

  .wzloc-social-label {
    font-size: 14px !important;
    font-weight: 690 !important;
    margin: 0 0 12px !important;
  }

  .wzloc-social-list {
    justify-content: flex-end !important;
    gap: 9px !important;
    flex-wrap: nowrap !important;
  }

  .wzloc-social-list a,
  .wzloc-social-placeholder {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    border-radius: 50% !important;
    display: grid !important;
    place-items: center !important;
    border: 0 !important;
    color: #fff !important;
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.18) !important;
  }

  .wzloc-social-placeholder {
    opacity: 0.42;
    cursor: default;
  }

  .wzloc-social-list a.wzloc-social-facebook,
  .wzloc-social-placeholder.wzloc-social-facebook {
    background: #1877f2 !important;
  }
  .wzloc-social-list a.wzloc-social-instagram,
  .wzloc-social-placeholder.wzloc-social-instagram {
    background: linear-gradient(
      135deg,
      #833ab4 0%,
      #fd1d1d 55%,
      #fcb045 100%
    ) !important;
  }
  .wzloc-social-list a.wzloc-social-linkedin,
  .wzloc-social-placeholder.wzloc-social-linkedin {
    background: #0a66c2 !important;
  }
  .wzloc-social-list a.wzloc-social-youtube,
  .wzloc-social-placeholder.wzloc-social-youtube {
    background: #ff0000 !important;
  }
  .wzloc-social-list a.wzloc-social-whatsapp,
  .wzloc-social-placeholder.wzloc-social-whatsapp {
    background: #25d366 !important;
  }

  .wzloc-social-icon,
  .wzloc-social-icon svg {
    width: 15px !important;
    height: 15px !important;
    display: grid !important;
    place-items: center !important;
  }

  .wzloc-contact-card-divider {
    margin: 10px 0 0px !important;
    background: rgba(255, 255, 255, 0.22) !important;
  }

  .wzloc-contact-card-body {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    column-gap: 32px !important;
    align-items: stretch !important;
  }

  .wzloc-contact-primary {
    min-width: 0 !important;
    padding-right: 32px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.18) !important;
    gap: 0 !important;
  }

  .wzloc-contact-primary .wzloc-contact-block {
    min-width: 0 !important;
  }

  .wzloc-contact-primary .wzloc-contact-block + .wzloc-contact-block {
    margin-top: 16px !important;
    padding-top: 12px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
  }

  .wzloc-contact-secondary {
    min-width: 0 !important;
    padding: 10px 0px !important;
    gap: 22px !important;
    align-items: flex-start !important;
  }

  .wzloc-contact-block-title {
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 690 !important;
    margin-bottom: 10px !important;
  }

  .wzloc-contact-list {
    gap: 7px !important;
  }

  .wzloc-contact-list a,
  .wzloc-contact-address-text {
    font-size: 13px !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
  }

  .wzloc-contact-address-text {
    max-width: 100% !important;
  }

  .wzloc-footer-quote-btn {
    min-width: 190px !important;
    min-height: 50px !important;
    padding: 0 20px !important;
    font-size: 14px !important;
    font-weight: 690 !important;
  }
}

@media (max-width: 1050px) and (min-width: 761px) {
  .wzloc-footer-contact-card {
    grid-column: 3 / 5 !important;
    margin: 0 !important;
  }
}

@media (max-width: 760px) {
  .wzloc-contact-card-top {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  .wzloc-footer-socials {
    width: 100% !important;
    min-width: 0 !important;
    text-align: left !important;
  }
  .wzloc-social-list {
    justify-content: flex-start !important;
  }
  .wzloc-contact-card-body {
    grid-template-columns: 1fr !important;
  }
  .wzloc-contact-primary {
    padding-right: 0 !important;
    border-right: 0 !important;
  }
  .wzloc-contact-primary .wzloc-contact-block + .wzloc-contact-block {
    margin-top: 20px !important;
    padding-top: 20px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
  }
}

/* ================================================================
   v5.2.37 — Furniture For Hotel premium footer
   Uses the website-approved fh-* class names so the plugin can replace
   the existing static footer without changing its visual language.
   ================================================================ */

.fh-premium-footer {
  --fh-gold: #e3ac14;
  --fh-gold-soft: #c99219;
  --fh-bg: #070707;
  --fh-text: #d7d7d7;
  --fh-border: rgba(255,255,255,.14);
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background-color: var(--fh-bg);
  font-family: Arial, Helvetica, sans-serif;
}

.fh-footer-wrapper {
  width: 100%;
  max-width: 1660px;
  margin: 0 auto;
  box-sizing: border-box;
}

.fh-footer-main > .fh-footer-wrapper {
  display: grid;
  grid-template-columns: minmax(245px,1.25fr) repeat(3,minmax(175px,1fr)) minmax(240px,1.15fr);
  align-items: stretch;
}

.fh-footer-brand,
.fh-footer-column,
.fh-footer-newsletter {
  min-width: 0;
  box-sizing: border-box;
}

.fh-footer-brand {
  padding: 0 32px 0 0;
}

.fh-footer-column,
.fh-footer-newsletter {
  padding: 2px 26px 0;
  border-left: 1px solid var(--fh-border);
}

.fh-brand-logo {
  display: flex;
  align-items: center;
  width: 250px;
  max-width: 100%;
  height: 104px;
  margin: 0 0 22px;
  text-decoration: none !important;
}

.fh-brand-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  background: transparent;
}

.fh-brand-fallback {
  color: var(--fh-gold);
  font-family: Georgia,serif;
  font-size: 32px;
  font-weight: 700;
}

.fh-footer-brand > p {
  max-width: 395px;
  margin: 0;
  color: var(--fh-text);
  font-size: 14px;
  line-height: 1.9;
}

.fh-social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 27px;
}

.fh-social a,
.fh-social > span {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  border: 1px solid var(--fh-gold);
  border-radius: 50%;
  background: rgba(255,255,255,.02);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 17px;
  line-height: 1;
  transition: transform .25s ease,background .25s ease,color .25s ease;
}

.fh-social a:hover {
  transform: translateY(-3px);
  background: var(--fh-gold);
  color: #111 !important;
}

.fh-social svg {
  width: 20px !important;
  height: 20px !important;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.fh-social .wzloc-social-icon,
.fh-social .wzloc-social-icon svg,
.fh-social .wzloc-social-icon span {
  display: grid;
  place-items: center;
}

.fh-social .wzloc-social-icon svg {
  width: 20px !important;
  height: 20px !important;
}

.fh-column-title {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 17px;
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(255,255,255,.22);
}

.fh-title-icon {
  flex: 0 0 auto;
  color: var(--fh-gold);
  font-size: 21px;
  line-height: 1;
}

.fh-column-title h3 {
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.fh-column-title h3 a {
  color: inherit !important;
  text-decoration: none !important;
}

.fh-column-title h3 a:hover {
  color: var(--fh-gold) !important;
}

.fh-footer-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fh-footer-column li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid rgba(255,255,255,.09);
}

.fh-footer-column li:last-child {
  border-bottom: 0;
}

.fh-footer-column li a {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 8px 0;
  color: #d7d7d7 !important;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 1.45;
  transition: color .2s ease,transform .2s ease;
}

.fh-footer-column li a span {
  flex: 0 0 auto;
  color: var(--fh-gold);
  font-size: 20px;
  line-height: .95;
}

.fh-footer-column li a:hover {
  color: #fff !important;
  transform: translateX(4px);
}

.fh-footer-newsletter > p {
  margin: 0 0 23px;
  color: #d8d8d8;
  font-size: 14px;
  line-height: 1.8;
}

.fh-newsletter-form {
  display: grid;
  grid-template-columns: minmax(0,1fr) 60px;
  width: 100%;
  margin: 0;
}

.fh-newsletter-form input {
  width: 100%;
  min-width: 0;
  height: 54px;
  padding: 0 15px;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,.65) !important;
  border-right: 0 !important;
  border-radius: 4px 0 0 4px !important;
  outline: none;
  background: rgba(0,0,0,.18) !important;
  color: #fff !important;
  font-size: 14px;
}

.fh-newsletter-form input::placeholder {
  color: #a9a9a9;
  opacity: 1;
}

.fh-newsletter-form input:focus {
  border-color: var(--fh-gold) !important;
}

.fh-newsletter-form button {
  width: 60px;
  height: 54px;
  border: 1px solid var(--fh-gold) !important;
  border-radius: 0 4px 4px 0 !important;
  background: var(--fh-gold) !important;
  color: #111 !important;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  transition: filter .2s ease;
}

.fh-newsletter-form button:hover {
  filter: brightness(1.12);
}

.fh-footer-tagline {
  margin-top: 29px;
  line-height: 1.03;
}

.fh-footer-tagline strong {
  display: block;
  color: var(--fh-gold);
  font-size: 26px;
  font-weight: 700;
}

.fh-footer-tagline em {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
}

.fh-business-types {
  margin-top: 27px;
  color: #c6c6c6;
  font-size: 9px;
  letter-spacing: 2px;
  line-height: 1.8;
  white-space: nowrap;
}

.fh-business-types span {
  padding: 0 7px;
  color: var(--fh-gold);
}

/* ================================================================
   CONTACT STRIP
   ================================================================ */

.fh-contact-strip {
  border-top: 1px solid rgba(227,172,20,.75);
  border-bottom: 1px solid rgba(255,255,255,.11);
  background: #050505;
}

.fh-contact-wrapper {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1.35fr .75fr;
}

.fh-contact-box,
.fh-qr-box {
  min-width: 0;
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 28px;
  box-sizing: border-box;
}

.fh-contact-box + .fh-contact-box,
.fh-qr-box {
  border-left: 1px solid rgba(255,255,255,.13);
}

.fh-contact-round {
  width: 74px;
  height: 74px;
  flex: 0 0 74px;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: var(--fh-gold);
  background: #070707;
}

.fh-contact-round svg {
  width: 29px !important;
  height: 29px !important;
}

.fh-contact-box h4 {
  margin: 0 0 7px;
  color: var(--fh-gold);
  font-size: 15px;
  font-weight: 700;
}

.fh-contact-box p {
  margin: 0;
  color: #ddd;
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.fh-contact-box p a {
  color: #ddd !important;
  text-decoration: none !important;
}

.fh-contact-box p a:hover {
  color: var(--fh-gold) !important;
}

.fh-qr-box {
  gap: 14px;
}

.fh-qr-box img {
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  display: block;
  object-fit: contain;
  padding: 3px;
  box-sizing: border-box;
  background: #fff;
}

.fh-qr-box div {
  color: #ddd;
  font-size: 12px;
  line-height: 1.5;
}

.fh-qr-box strong {
  color: #fff;
}

/* ================================================================
   BOTTOM BAR
   ================================================================ */

.fh-footer-bottom {
  background: #030303;
  border-top: 1px solid rgba(255,255,255,.08);
}

.fh-bottom-wrapper {
  min-height: 68px;
  display: grid;
  grid-template-columns: 1.5fr auto 42px;
  align-items: center;
  gap: 20px;
  padding: 0 3.7%;
  box-sizing: border-box;
}

.fh-copyright {
  color: #d2d2d2;
  font-size: 13px;
  line-height: 1.6;
}

.fh-copyright strong {
  color: var(--fh-gold);
}

.fh-copyright > span {
  padding: 0 7px;
  color: #777;
}

.fh-bottom-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  white-space: nowrap;
}

.fh-bottom-menu a {
  color: #ddd !important;
  text-decoration: none !important;
  font-size: 13px;
}

.fh-bottom-menu a:hover {
  color: var(--fh-gold) !important;
}

.fh-bottom-menu span {
  color: var(--fh-gold);
}

.fh-back-top {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--fh-gold);
  border-radius: 50%;
  color: var(--fh-gold) !important;
  text-decoration: none !important;
  font-size: 22px;
  transition: .25s ease;
}

.fh-back-top:hover {
  background: var(--fh-gold);
  color: #111 !important;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */

@media (max-width: 1350px) {
  .fh-footer-main {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .fh-footer-main > .fh-footer-wrapper {
    grid-template-columns: minmax(225px,1.1fr) repeat(3,minmax(155px,1fr)) minmax(220px,1.05fr);
  }

  .fh-footer-column,
  .fh-footer-newsletter {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fh-footer-brand {
    padding-right: 24px;
  }
}

@media (max-width: 1100px) {
  .fh-footer-main > .fh-footer-wrapper {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }

  .fh-footer-brand {
    grid-column: span 3;
    padding: 0 0 30px;
    border-bottom: 1px solid var(--fh-border);
    margin-bottom: 5px;
  }

  .fh-footer-brand > p {
    max-width: 720px;
  }

  .fh-footer-column:nth-of-type(4) {
    border-right: 0;
  }

  .fh-footer-newsletter {
    grid-column: span 3;
    border-left: 0;
    border-top: 1px solid var(--fh-border);
    margin-top: 25px;
    padding: 28px 0 0;
  }

  .fh-footer-newsletter > p {
    max-width: 650px;
  }

  .fh-contact-wrapper {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .fh-contact-box:nth-child(3),
  .fh-qr-box {
    border-top: 1px solid rgba(255,255,255,.13);
  }
}

@media (max-width: 760px) {
  .fh-footer-main {
    padding: 38px 18px 30px;
  }

  .fh-footer-main > .fh-footer-wrapper {
    grid-template-columns: 1fr;
  }

  .fh-footer-brand,
  .fh-footer-column,
  .fh-footer-newsletter {
    grid-column: auto;
    border-left: 0;
  }

  .fh-footer-brand {
    padding-bottom: 28px;
  }

  .fh-footer-column {
    padding: 25px 0;
    border-top: 1px solid var(--fh-border);
  }

  .fh-footer-newsletter {
    margin-top: 0;
    padding: 28px 0 0;
  }

  .fh-brand-logo {
    width: 220px;
    height: 85px;
  }

  .fh-footer-brand > p {
    font-size: 13px;
    line-height: 1.8;
  }

  .fh-contact-wrapper {
    grid-template-columns: 1fr;
  }

  .fh-contact-box,
  .fh-qr-box {
    min-height: 96px;
    padding: 18px;
    border-left: 0 !important;
    border-top: 1px solid rgba(255,255,255,.13);
  }

  .fh-contact-box:first-child {
    border-top: 0;
  }

  .fh-contact-round {
    width: 60px;
    height: 60px;
    flex-basis: 60px;
  }

  .fh-contact-round svg {
    width: 24px !important;
    height: 24px !important;
  }

  .fh-bottom-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 18px;
    text-align: center;
  }

  .fh-copyright {
    order: 2;
  }

  .fh-bottom-menu {
    order: 1;
    flex-wrap: wrap;
    white-space: normal;
  }

  .fh-back-top {
    order: 3;
  }
}

@media (max-width: 430px) {
  .fh-footer-main {
    padding-left: 15px;
    padding-right: 15px;
  }

  .fh-social {
    gap: 8px;
  }

  .fh-social a,
  .fh-social > span {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .fh-newsletter-form {
    grid-template-columns: minmax(0,1fr) 54px;
  }

  .fh-newsletter-form input,
  .fh-newsletter-form button {
    height: 50px;
  }

  .fh-newsletter-form button {
    width: 54px;
  }

  .fh-business-types {
    white-space: normal;
  }

  .fh-contact-box,
  .fh-qr-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
