.wgm-footer {
  --wgm-footer-blue: var(--wgm-theme-navy, #12364f);
  --wgm-footer-deep: #091d2b;
  --wgm-footer-yellow: var(--wgm-theme-accent, #ffc815);
  --wgm-footer-white: #ffffff;
  position: relative;
  z-index: 1;
  color: #c8d3da;
  font-family: "Inter", sans-serif;
  background: var(--wgm-footer-deep);
}

.wgm-footer .gradient3.position_over1 {
  display: none !important;
}

.wgm-footer__main {
  position: relative;
  padding: 76px 0 62px !important;
  background: var(--wgm-footer-deep);
  border-top: 7px solid var(--wgm-footer-yellow);
}

.wgm-footer__main::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 22%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.018);
  pointer-events: none;
}

.wgm-footer__container {
  position: relative;
  z-index: 2;
}

.wgm-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(150px, 0.72fr) minmax(220px, 0.95fr) minmax(260px, 1.05fr);
  gap: 42px;
  margin: 0;
}

.wgm-footer__grid > [class*="col-"] {
  width: auto;
  max-width: none;
  padding: 0;
}

.wgm-footer .wgm-footer__brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 174px;
  min-height: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.wgm-footer .wgm-footer__brand-logo img {
  display: block;
  width: 100%;
  max-height: 92px;
  object-fit: contain;
}

.wgm-footer__about {
  margin-top: 24px !important;
  text-align: left !important;
}

.wgm-footer__about p {
  margin: 0 0 22px;
  color: #b9c7cf;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
}

.wgm-footer__read-more {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-height: 46px;
  padding: 10px 12px 10px 18px;
  color: var(--wgm-footer-deep) !important;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none !important;
  background: var(--wgm-footer-yellow);
  border: 1px solid var(--wgm-footer-yellow);
  border-radius: 0 13px 0 13px;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.wgm-footer__read-more::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  content: "\2192";
  background: rgba(255, 255, 255, 0.55);
  border-radius: 50%;
}

.wgm-footer__read-more:hover,
.wgm-footer__read-more:focus {
  color: var(--wgm-footer-white) !important;
  background: var(--wgm-footer-blue);
  border-color: rgba(255, 255, 255, 0.26);
  transform: translateY(-2px);
}

.wgm-footer__column h3 {
  position: relative;
  margin: 0 0 27px;
  padding-bottom: 15px;
  color: var(--wgm-footer-white);
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: capitalize;
}

.wgm-footer__column h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42px;
  height: 4px;
  content: "";
  background: var(--wgm-footer-yellow);
}

.wgm-footer__column h3::before {
  display: none !important;
  content: none !important;
}

.wgm-footer__links ul,
.wgm-footer__contact-list,
.wgm-footer__social ul,
.wgm-footer__rating ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wgm-footer__links li {
  margin: 0 0 10px;
}

.wgm-footer__links a {
  position: relative;
  display: inline-block;
  padding: 2px 0 2px 17px;
  color: #bfccd4;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
}

.wgm-footer__links a::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--wgm-footer-yellow);
  border-radius: 50%;
}

.wgm-footer__links a:hover,
.wgm-footer__links a:focus {
  color: var(--wgm-footer-white);
  transform: translateX(3px);
}

.wgm-footer .wgm-footer__links ul li:last-child {
  margin-top: 18px;
}

.wgm-footer .wgm-footer__links ul li:last-child a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 15px;
  color: var(--wgm-footer-yellow);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: left;
  background: transparent;
  border: 1px solid rgba(255, 200, 21, 0.76);
  border-radius: 0 10px 0 10px;
}

.wgm-footer .wgm-footer__links ul li:last-child a::before {
  display: none;
  content: none;
}

.wgm-footer .wgm-footer__links ul li:last-child a:hover,
.wgm-footer .wgm-footer__links ul li:last-child a:focus {
  color: var(--wgm-footer-deep);
  background: var(--wgm-footer-yellow);
  border-color: var(--wgm-footer-yellow);
}

.wgm-footer__contact h4 {
  margin: 0 0 18px;
  color: var(--wgm-footer-white);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.wgm-footer .wgm-footer__contact .wgm-footer__contact-list li {
  position: relative;
  min-height: 28px;
  margin: 0 0 14px;
  padding: 2px 0 2px 38px;
  color: #b9c7cf;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
}

.wgm-footer .wgm-footer__contact .wgm-footer__contact-list i {
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: var(--wgm-footer-deep);
  font-size: 14px;
  background: var(--wgm-footer-yellow);
  border-radius: 50%;
}

.wgm-footer__social {
  margin-top: 22px;
}

.wgm-footer__social ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.wgm-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--wgm-footer-white);
  font-size: 18px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.wgm-footer__social a:hover,
.wgm-footer__social a:focus {
  color: var(--wgm-footer-deep);
  background: var(--wgm-footer-yellow);
  border-color: var(--wgm-footer-yellow);
  transform: translateY(-3px);
}

.wgm-footer__map-card {
  position: relative;
  padding: 8px;
  overflow: hidden;
  background: var(--wgm-footer-white);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0 18px 0 18px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
}

.wgm-footer__map-card iframe {
  display: block;
  width: 100%;
  height: 244px !important;
  border: 0 !important;
  border-radius: 0 12px 0 12px;
}

.wgm-footer__rating {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  padding: 8px 12px;
  background: var(--wgm-footer-deep);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.wgm-footer__rating ul {
  display: flex;
  align-items: center;
  gap: 3px;
}

.wgm-footer__rating li {
  color: var(--wgm-footer-yellow);
  font-size: 12px;
  line-height: 1;
}

.wgm-footer__rating li:first-child {
  margin-right: 4px;
  color: var(--wgm-footer-white);
  font-weight: 800;
}

.wgm-footer__rating a {
  color: inherit;
}

.wgm-footer__bottom {
  color: #8fa1ac;
  background: #071722;
}

.wgm-footer__bottom .footer-link-bg {
  max-height: 230px;
  padding: 22px 0;
  overflow-y: auto;
  color: #78909e;
  background: #0d2637;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  scrollbar-color: var(--wgm-footer-yellow) #0a1e2c;
  scrollbar-width: thin;
}

.wgm-footer__bottom .footerStateLink {
  color: #78909e;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.8;
}

.wgm-footer__bottom .footerStateLink .title {
  margin-right: 5px;
  color: var(--wgm-footer-yellow);
  font-weight: 800;
}

.wgm-footer__bottom .footerStateLink a {
  color: #9bb0bd;
  text-decoration: none;
  transition: color 150ms ease;
}

.wgm-footer__bottom .footerStateLink a:hover {
  color: var(--wgm-footer-white);
}

.wgm-footer__copyright {
  padding: 24px 15px;
}

.wgm-footer__copyright p {
  color: #91a4af;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.wgm-footer .blantershow-chat {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 50px;
  padding: 11px 20px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid var(--wgm-footer-white);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

@media (max-width: 1100px) {
  .wgm-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .wgm-footer__main {
    padding: 56px 0 45px !important;
  }

  .wgm-footer__main::after {
    display: none;
  }

  .wgm-footer__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .wgm-footer .wgm-footer__brand-logo {
    width: 170px;
  }

  .wgm-footer__map-card iframe {
    height: 230px !important;
  }

  .wgm-footer__bottom .footer-link-bg {
    max-height: 180px;
  }

  .wgm-footer__copyright {
    padding: 20px 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wgm-footer *,
  .wgm-footer *::before,
  .wgm-footer *::after {
    transition-duration: 0.01ms !important;
  }
}
