﻿/* SolutoZeeX production footer stylesheet */
.site-footer.szx-footer {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: clamp(72px, 8vw, 132px) 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  color: #111936 !important;
  background:
    radial-gradient(circle at 92% 12%, rgba(104, 104, 255, .1), transparent 30%),
    radial-gradient(circle at 78% 85%, rgba(94, 74, 255, .18), transparent 34%),
    linear-gradient(180deg, #f9fbff 0%, #f2f5ff 100%) !important;
  box-shadow: none !important;
  position: relative;
  isolation: isolate;
}

.site-footer.szx-footer::before,
.site-footer.szx-footer::after {
  content: "" !important;
  position: absolute !important;
  pointer-events: none !important;
  z-index: -1 !important;
}

.site-footer.szx-footer::before {
  inset: 0 auto 0 0 !important;
  width: min(420px, 32vw) !important;
  background: radial-gradient(circle, rgba(74, 103, 255, .13) 1.5px, transparent 2px) 0 0 / 22px 22px !important;
  opacity: .34 !important;
}

.site-footer.szx-footer::after {
  right: -6vw !important;
  bottom: 0 !important;
  width: min(880px, 58vw) !important;
  height: 360px !important;
  background: repeating-radial-gradient(ellipse at 100% 100%, rgba(255, 255, 255, .85) 0 1px, transparent 1px 13px) !important;
  opacity: .7 !important;
  transform: rotate(-7deg) !important;
}

.szx-footer,
.szx-footer * {
  box-sizing: border-box !important;
}

.szx-footer a {
  color: inherit !important;
  text-decoration: none !important;
}

.szx-footer img {
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

.szx-footer-inner {
  position: relative;
  z-index: 1;
  width: min(1640px, calc(100% - clamp(32px, 7vw, 160px))) !important;
  margin: 0 auto !important;
  padding: clamp(56px, 7vw, 112px) 0 clamp(34px, 4vw, 56px) !important;
}

.szx-footer-grid {
  display: grid !important;
  grid-template-columns: minmax(270px, 1.12fr) minmax(230px, .82fr) minmax(290px, .96fr) minmax(230px, .8fr) !important;
  gap: clamp(34px, 4.6vw, 74px) !important;
  align-items: start !important;
}

.szx-footer-brand,
.szx-footer-links,
.szx-footer-services,
.szx-footer-follow {
  min-width: 0 !important;
  display: block !important;
}

.szx-footer-links,
.szx-footer-services,
.szx-footer-follow {
  padding-left: clamp(28px, 3vw, 52px) !important;
  border-left: 1px solid rgba(33, 67, 142, .14) !important;
}

.szx-footer-logo {
  display: inline-flex !important;
  align-items: center !important;
  margin-bottom: 28px !important;
}

.szx-footer-logo img,
.site-footer.szx-footer .szx-footer-logo img {
  width: clamp(124px, 10vw, 168px) !important;
  height: auto !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  filter: none !important;
}

.szx-footer-brand p {
  max-width: 360px !important;
  margin: 0 0 36px !important;
  color: #263450 !important;
  font-size: clamp(16px, 1.12vw, 20px) !important;
  line-height: 1.72 !important;
  font-weight: 500 !important;
}

.szx-footer-contact {
  display: grid !important;
  gap: 16px !important;
  margin: 0 !important;
  font-style: normal !important;
}

.szx-footer-contact a,
.szx-footer-services a {
  display: grid !important;
  grid-template-columns: 50px minmax(0, 1fr) !important;
  gap: 20px !important;
  align-items: center !important;
  min-height: 50px !important;
  color: #1c2945 !important;
  font-size: clamp(15px, 1vw, 18px) !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
}

.szx-footer-contact a span,
.szx-footer-services a span {
  width: 50px !important;
  height: 50px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(58, 67, 255, .12) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, .72) !important;
  box-shadow: 0 12px 28px rgba(42, 52, 126, .09), inset 0 1px 0 rgba(255, 255, 255, .9) !important;
}

.szx-footer-contact img,
.szx-footer-services img,
.szx-footer-bottom img {
  width: 25px !important;
  height: 25px !important;
  margin: 0 !important;
  filter: none !important;
  opacity: 1 !important;
}

.szx-footer h2 {
  margin: 2px 0 34px !important;
  color: #070d2f !important;
  font-size: clamp(22px, 1.75vw, 28px) !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.szx-footer h2::after {
  content: "" !important;
  display: block !important;
  width: 58px !important;
  height: 3px !important;
  margin-top: 24px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #146bff, #8a35ff) !important;
}

.szx-footer-links {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
}

.szx-footer-links a {
  min-height: 58px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  padding: 0 !important;
  color: #25304b !important;
  border-radius: 0 !important;
  font-size: clamp(16px, 1.18vw, 20px) !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
}

.szx-footer-links a::after {
  display: none !important;
}

.szx-footer-links a b {
  color: #353cff !important;
  font-size: 28px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
}

.szx-footer-services {
  display: grid !important;
  gap: 20px !important;
}

.szx-footer-services h2 {
  margin-bottom: 28px !important;
}

.szx-footer-follow {
  align-self: start !important;
  padding-top: 36px !important;
}

.szx-footer-social {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: clamp(14px, 1.5vw, 24px) !important;
}

.szx-footer-social a {
  width: clamp(54px, 4.3vw, 66px) !important;
  height: clamp(54px, 4.3vw, 66px) !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(57, 70, 255, .14) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .58) !important;
  box-shadow: 0 12px 26px rgba(50, 61, 141, .12), inset 0 1px 0 rgba(255, 255, 255, .9) !important;
}

.szx-footer-social img {
  width: 25px !important;
  height: 25px !important;
  margin: 0 !important;
  filter: none !important;
  opacity: 1 !important;
}

.szx-footer a:hover {
  color: #3440ff !important;
}

.szx-footer-bottom {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  gap: 28px !important;
  align-items: center !important;
  margin-top: clamp(58px, 6vw, 88px) !important;
  padding-top: 34px !important;
  border-top: 1px solid rgba(44, 77, 150, .16) !important;
}

.szx-footer-bottom p {
  margin: 0 !important;
  color: #263450 !important;
  font-size: clamp(15px, 1vw, 18px) !important;
  line-height: 1.5 !important;
  text-align: left !important;
}

.szx-footer-bottom p a {
  color: #145dff !important;
  font-weight: 750 !important;
}

.szx-footer-bottom div {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
  color: #263450 !important;
  font-size: clamp(15px, 1vw, 18px) !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
}

@media (min-width: 1800px) {
  .szx-footer-inner { width: min(1760px, calc(100% - 180px)) !important; }
  .szx-footer-grid { grid-template-columns: minmax(320px, 1.12fr) minmax(260px, .78fr) minmax(320px, .92fr) minmax(260px, .75fr) !important; }
}

@media (max-width: 1280px) {
  .szx-footer-grid { grid-template-columns: minmax(280px, 1fr) minmax(230px, .8fr) minmax(280px, 1fr) !important; }
  .szx-footer-follow { grid-column: 1 / -1 !important; padding-top: 0 !important; padding-left: 0 !important; border-left: 0 !important; }
}

@media (max-width: 980px) {
  .szx-footer-inner { width: min(100% - 48px, 760px) !important; }
  .szx-footer-grid { grid-template-columns: 1fr 1fr !important; }
  .szx-footer-brand,
  .szx-footer-follow { grid-column: 1 / -1 !important; }
  .szx-footer-brand p { max-width: 620px !important; }
  .szx-footer-links,
  .szx-footer-services { padding-left: 0 !important; border-left: 0 !important; }
  .szx-footer-bottom { grid-template-columns: 1fr !important; justify-items: start !important; }
}

@media (max-width: 620px) {
  .site-footer.szx-footer { margin-top: 56px !important; }
  .szx-footer-inner { width: min(100% - 28px, 520px) !important; padding-top: 42px !important; }
  .szx-footer-grid { grid-template-columns: 1fr !important; gap: 38px !important; }
  .szx-footer-logo img { width: 126px !important; }
  .szx-footer-brand p { margin-bottom: 28px !important; font-size: 16px !important; }
  .szx-footer-contact a,
  .szx-footer-services a { grid-template-columns: 46px minmax(0, 1fr) !important; gap: 14px !important; font-size: 15px !important; }
  .szx-footer-contact a span,
  .szx-footer-services a span { width: 46px !important; height: 46px !important; }
  .szx-footer h2 { margin-bottom: 22px !important; }
  .szx-footer-links a { min-height: 48px !important; }
  .szx-footer-social { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)) !important; gap: 12px !important; }
  .szx-footer-social a { width: 100% !important; height: 54px !important; border-radius: 18px !important; }
  .szx-footer-bottom { margin-top: 42px !important; padding-top: 26px !important; gap: 16px !important; }
  .szx-footer-bottom div { white-space: normal !important; }
}
