/* GUYQ24 custom footer */

body .g24-footer {
  --g24-footer-bg: #1A303B;
  --g24-footer-text: #e0e9ef;
  --g24-footer-muted: #9fb0bb;
  --g24-footer-border: rgba(255, 255, 255, .1);
  --g24-footer-heading: #dee3e7;
  --g24-footer-hover: var(--primary-base-color);

  position: relative;
  overflow: hidden;
  margin-top: auto;
  border-top: 0 !important;
  padding: 36px 0 0;
  background:
    radial-gradient(circle at 0 55%, rgba(58, 148, 170, .1) 0, transparent 28%),
    linear-gradient(145deg, #1A303B 0%, #132832 58%, #112631 100%);
  color: var(--g24-footer-text);
}

body .g24-footer::before {
  content: "";
  position: absolute;
  left: -85px;
  bottom: 58px;
  z-index: 0;
  width: 430px;
  height: 180px;
  background-image: radial-gradient(circle, rgba(65, 168, 184, .42) 1.1px, transparent 1.55px);
  background-size: 14px 14px;
  opacity: .28;
  transform: rotate(12deg) skewY(-8deg);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, rgba(0, 0, 0, .8) 38%, transparent 72%);
  mask-image: radial-gradient(ellipse at center, #000 0%, rgba(0, 0, 0, .8) 38%, transparent 72%);
  pointer-events: none;
}

body .g24-footer .container {
  position: relative;
  z-index: 1;
  max-width: 1650px;
}

body .g24-footer-in {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: 46px;
  align-items: start;
  padding: 0 58px 24px;
}

body .g24-footer-brand {
  min-width: 0;
  max-width: none;
  margin-right: 0;
  text-align: center;
}

body .g24-footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 16px;
  color: var(--g24-footer-text);
  text-decoration: none;
}

body .g24-footer-logo:hover {
  color: var(--g24-footer-text);
  text-decoration: none;
}

body .g24-footer-logo-img {
  flex: 0 0 auto;
  width: 68px;
  height: 68px;
  display: block;
  object-fit: contain;
}

body .g24-footer-logo-text {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
  text-shadow: 0 5px 18px rgba(0, 0, 0, .18);
}

body .g24-footer-tagline {
  max-width: 280px;
  margin: 8px auto 0;
  color: #dee3e7;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
}

body .g24-footer-copy {
  color: var(--g24-footer-muted);
  font-size: 13px;
  line-height: 1.55;
}

body .g24-footer-text {
  max-width: 560px;
  padding-top: 14px;
  color: var(--g24-footer-muted);
  font-size: 13px;
  line-height: 1.65;
}

body .g24-footer-text p:last-child {
  margin-bottom: 0;
}

body .g24-footer-nav {
  min-width: 0;
}

body .g24-footer-groups {
  display: grid;
  grid-template-columns: minmax(210px, 1fr) minmax(170px, .82fr) minmax(260px, 1.12fr);
  gap: 0;
  max-width: none !important;
  margin: 0;
}

body .g24-footer-group {
  position: relative;
  min-width: 0;
  padding: 0 36px;
}

body .g24-footer-group:first-child {
  padding-left: 0;
}

body .g24-footer-group + .g24-footer-group {
  border-left: 1px solid rgba(255, 255, 255, .1);
}

body .g24-footer-heading {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 0;
  color: var(--g24-footer-heading) !important;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  text-shadow: none;
}

body .g24-footer-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  border-radius: 999px;
  background: rgba(116, 189, 218, .8);
  box-shadow: none;
}

body .g24-footer-links {
  max-width: none !important;
  margin: 0;
  padding: 0;
  list-style: none;
}

body .g24-footer-links li {
  position: relative;
  margin: 0 0 13px;
  padding: 0 0 0 18px;
  list-style: none;
  break-inside: avoid;
  font-size: 14px;
  line-height: 1.45;
}

body .g24-footer-links li::before {
  content: "\203A";
  position: absolute;
  left: 0;
  top: -2px;
  display: block;
  color: rgba(116, 189, 218, .9);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-shadow: none;
}

body .g24-footer-link {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  color: var(--g24-footer-text) !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  text-decoration: none;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
}

body .g24-footer-link.active {
  color: var(--g24-footer-hover) !important;
  cursor: default;
}

body .g24-footer-link:not(.active):hover {
  color: var(--g24-footer-hover) !important;
  opacity: 1;
  text-decoration: none;
}

body .g24-footer-counters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

body .g24-footer-counters .rn-item-counter {
  margin-right: 0;
}

body .g24-footer-bottom {
  position: relative;
  margin-top: 0;
  padding: 10px 34px 14px;
  border-top: 0;
  text-align: center;
}

body .g24-footer-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, .16) 18%, rgba(255, 255, 255, .16) 82%, transparent 100%);
  pointer-events: none;
}

body .g24-footer-bottom .g24-footer-copy {
  font-size: 14px;
}

body .g24-footer-copy a {
  color: var(--g24-footer-hover) !important;
  text-decoration: none;
}

body .g24-footer-copy a:hover {
  color: #d7edf5 !important;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  body .g24-footer {
    padding: 28px 0 0;
  }

  body .g24-footer-in {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 16px 22px 22px;
  }

  body .g24-footer-groups {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    gap: 30px 0;
  }

  body .g24-footer-group,
  body .g24-footer-group:first-child {
    padding: 0 24px;
  }

  body .g24-footer-group:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  body .g24-footer-group:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, .1);
  }

  body .g24-footer-bottom {
    padding-right: 22px;
    padding-left: 22px;
  }
}

@media (max-width: 767.98px) {
  body .g24-footer {
    padding: 22px 0 0;
  }

  body .g24-footer-in {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding: 18px 18px 20px;
  }

  body .g24-footer-brand {
    text-align: center;
  }

  body .g24-footer-logo {
    justify-content: center;
  }

  body .g24-footer-text {
    max-width: none;
    text-align: center;
  }

  body .g24-footer-groups {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }

  body .g24-footer-group,
  body .g24-footer-group:first-child,
  body .g24-footer-group:nth-child(even) {
    padding: 0;
    border-left: 0;
  }

  body .g24-footer-heading::after {
    left: 50%;
    transform: translateX(-50%);
  }

  body .g24-footer-links {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 10px 16px;
  }

  body .g24-footer-links li {
    margin: 0;
  }

  body .g24-footer-counters {
    justify-content: center;
  }

  body .g24-footer-bottom {
    margin-top: 0;
    padding: 10px 18px 14px;
  }

  body .g24-footer-bottom .g24-footer-copy {
    font-size: 14px;
  }
}
