.gk-footer {
  width: 100%;
  background: #280910;
  color: #fff;
}
/* =========================================================
   MAIN FOOTER
========================================================= */
.gk-footer-main {
  position: relative;
  overflow: hidden;
  padding: 65px 20px 50px;
  background:
    radial-gradient(circle at 5% 0%,
      rgba(201, 31, 53, .16),
      transparent 32%),
    linear-gradient(145deg,
      #2b0a12,
      #18050a 72%);
}
/* subtle decorative circle */
.gk-footer-main::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  right: -190px;
  top: -220px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .045);
  box-shadow:
    0 0 0 45px rgba(255, 255, 255, .015),
    0 0 0 90px rgba(255, 255, 255, .01);
  pointer-events: none;
}
/* =========================================================
   CONTAINER
========================================================= */
.gk-footer-container {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns:
    1.55fr .8fr 1fr 1.25fr;
  gap: 55px;
}
/* =========================================================
   BRAND
========================================================= */
.gk-footer-brand {
  max-width: 350px;
}
.gk-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.gk-footer-logo-img {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  box-shadow:
    0 9px 25px rgba(0, 0, 0, .22);
}
.gk-footer-logo-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.gk-footer-brand-text {
  display: flex;
  flex-direction: column;
}
.gk-footer-brand-text strong {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  line-height: 1;
  letter-spacing: -.7px;
  color: #fff;
}
.gk-footer-brand-text span {
  margin-top: 5px;
  color: #e45a6e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .5px;
}
.gk-footer-brand>p {
  margin-top: 18px;
  max-width: 320px;
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  line-height: 1.75;
}
/* =========================================================
   SOCIAL
========================================================= */
.gk-footer-social {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 22px;
}
.gk-footer-social a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .11);
  font-size: 12px;
  transition:
    background .3s ease,
    transform .3s ease,
    border-color .3s ease;
}
.gk-footer-social a:hover {
  background: #c91f35;
  border-color: #c91f35;
  transform: translateY(-3px);
}
/* Google */
.gk-footer-social .gk-footer-google {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  background:
    linear-gradient(90deg,
      #4285f4 0%,
      #34a853 35%,
      #fbbc05 68%,
      #ea4335 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* =========================================================
   FOOTER COLUMNS
========================================================= */
.gk-footer-column h3 {
  position: relative;
  margin: 5px 0 19px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
}
.gk-footer-column h3::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  margin-top: 8px;
  border-radius: 50px;
  background: #c91f35;
}
.gk-footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gk-footer-column li {
  margin-bottom: 10px;
}
.gk-footer-column li:last-child {
  margin-bottom: 0;
}
.gk-footer-column li a {
  color: rgba(255, 255, 255, .60);
  font-size: 11px;
  transition:
    color .25s ease,
    padding-left .25s ease;
}
.gk-footer-column li a:hover {
  color: #f06a7c;
  padding-left: 5px;
}
/* =========================================================
   CONTACT
========================================================= */
.gk-contact-item {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 13px;
}
.gk-contact-icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  color: #e55368;
  background: rgba(201, 31, 53, .11);
  border: 1px solid rgba(201, 31, 53, .14);
}
.gk-contact-icon i {
  font-size: 11px;
}
.gk-contact-item>span:last-child {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.gk-contact-item small {
  color: rgba(255, 255, 255, .42);
  font-size: 8px;
  margin-bottom: 2px;
}
.gk-contact-item strong {
  color: rgba(255, 255, 255, .80);
  font-size: 10px;
  font-weight: 600;
  word-break: break-word;
}
/* =========================================================
   QUOTE BUTTON
========================================================= */
.gk-footer-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  margin-top: 8px;
  padding: 0 16px;
  border-radius: 7px;
  background:
    linear-gradient(135deg,
      #d52b43,
      #92182b);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  box-shadow:
    0 8px 22px rgba(0, 0, 0, .18);
  transition:
    transform .3s ease,
    box-shadow .3s ease;
}
.gk-footer-quote:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, .25);
}
.gk-footer-quote i {
  font-size: 9px;
  transition:
    transform .3s ease;
}
.gk-footer-quote:hover i {
  transform: translateX(4px);
}
/* =========================================================
   BOTTOM BAR
========================================================= */
.gk-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: #18050a;
  padding: 16px 20px;
}
.gk-footer-bottom-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.gk-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, .45);
  font-size: 9px;
}
.gk-footer-legal {
  display: flex;
  align-items: center;
  gap: 9px;
}
.gk-footer-legal a {
  color: rgba(255, 255, 255, .50);
  font-size: 9px;
  transition: color .25s ease;
}
.gk-footer-legal a:hover {
  color: #fff;
}
.gk-footer-legal span {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .25);
}
.gk-footer-credit i {
  color: #df3b52;
  margin: 0 2px;
}
/* =========================================================
   TABLET
========================================================= */
@media(max-width:950px) {
  .gk-footer-container {
    grid-template-columns:
      1.3fr 1fr 1fr;
    gap: 40px;
  }
  .gk-footer-brand {
    grid-column: 1 / -1;
    max-width: 600px;
  }
  .gk-footer-bottom-inner {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
/* =========================================================
   MOBILE
========================================================= */
@media(max-width:600px) {
  .gk-footer-main {
    padding: 48px 18px 38px;
  }
  .gk-footer-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .gk-footer-brand {
    max-width: 100%;
  }
  .gk-footer-brand>p {
    max-width: 100%;
    font-size: 11px;
  }
  .gk-footer-column h3 {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .gk-footer-column li {
    margin-bottom: 8px;
  }
  .gk-footer-column li a {
    font-size: 10px;
  }
  .gk-footer-bottom {
    padding: 15px 14px;
  }
  .gk-footer-bottom-inner {
    flex-direction: column;
    gap: 8px;
  }
}
/* =========================================================
   SMALL MOBILE
========================================================= */
@media(max-width:390px) {
  .gk-footer-main {
    padding: 42px 15px 32px;
  }
  .gk-footer-brand-text strong {
    font-size: 22px;
  }
  .gk-footer-brand-text span {
    font-size: 9px;
  }
  .gk-footer-logo-img {
    width: 52px;
    height: 52px;
  }
}