.site-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(181, 43, 123, 0.16), transparent 24%),
    radial-gradient(circle at 88% 12%, rgba(0, 188, 212, 0.14), transparent 22%),
    linear-gradient(135deg, #090f1f 0%, #11182d 42%, #170f29 100%);
  box-shadow: 0 -24px 80px rgba(8, 12, 24, 0.22);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 84px 84px;
  opacity: 0.16;
  pointer-events: none;
}

.footer-body {
  position: relative;
  padding: 78px 0 38px;
  background: transparent !important;
}

.footer-body::before {
  height: 4px;
  background: linear-gradient(90deg, #B52B7B 0%, #00bcd4 48%, #B52B7B 100%);
  box-shadow: 0 0 30px rgba(181, 43, 123, 0.28);
}

.footer-body > .container,
.footer-bottom > .container {
  position: relative;
  z-index: 1;
}

.footer-body .row.g-4.g-xl-5 {
  --bs-gutter-x: 38px;
  --bs-gutter-y: 30px;
}

.footer-body .col-12.col-lg-4.col-xl-3 .footer-brand,
.footer-body .col-12.col-sm-4.col-lg-2.col-xl-2,
.footer-body .col-12.col-xl-6 {
  position: relative;
  height: 100%;
  padding: 28px 28px 30px;
  border-radius: 28px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.footer-body .col-12.col-lg-4.col-xl-3 .footer-brand:hover,
.footer-body .col-12.col-sm-4.col-lg-2.col-xl-2:hover,
.footer-body .col-12.col-xl-6:hover {
  transform: translateY(-4px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 20px 44px rgba(4, 8, 18, 0.24);
}

.footer-brand::after,
.footer-body .col-12.col-sm-4.col-lg-2.col-xl-2::after,
.footer-body .col-12.col-xl-6::after {
  content: "";
  position: absolute;
  top: 0;
  left: 26px;
  right: 26px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(181, 43, 123, 0.9), rgba(0, 188, 212, 0.85));
  opacity: 0.88;
}

.footer-body .col-12.col-lg-4.col-xl-3 .footer-brand::before,
.footer-body .col-12.col-sm-4.col-lg-2.col-xl-2::before,
.footer-body .col-12.col-xl-6::before {
  display: none;
}

.footer-body .col-12.col-sm-4.col-lg-4.col-xl-5::before {
  display: none;
}

.footer-logo-link {
  display: inline-flex;
  align-items: center;
}

.footer-logo {
  max-height: 116px !important;
  margin-bottom: 18px;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.28));
}

.footer-tagline {
  margin-bottom: 26px;
  color: rgba(226, 232, 240, 0.82);
  font-size: 1.02rem;
  line-height: 1.9;
}

.footer-social {
  gap: 12px;
  margin-bottom: 24px;
}

.footer-social-link {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.86) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.footer-social-link:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #B52B7B 0%, #00bcd4 100%);
  border-color: transparent;
  color: #fff !important;
}

.footer-ntm {
  gap: 16px;
  align-items: center;
  color: rgba(255, 255, 255, 0.62);
  letter-spacing: 0.18em;
}

.footer-brand-hours {
  width: 100%;
  max-width: 460px;
}

.footer-brand-hours .footer-heading {
  margin-top: 0;
}

.footer-ntm span {
  font-size: 0.72rem;
  font-weight: 700;
}

.footer-ntm a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
}

.footer-ntm-logo {
  height: 78px !important;
  max-height: 78px !important;
  filter: none;
}

.footer-heading {
  margin-bottom: 20px;
  padding-bottom: 16px;
  font-size: 1.5rem !important;
  color: #fff;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  line-height: 1.35;
}

.footer-heading::after {
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #B52B7B 0%, #00bcd4 100%);
}

.footer-links,
.footer-contact-list,
.footer-hours-list {
  margin: 0;
  padding: 0;
}

.footer-links {
  gap: 0;
}

.footer-links li + li,
.footer-contact-list li + li,
.footer-hours-list li + li {
  margin-top: 10px;
}

.footer-links li a,
.footer-contact-list li a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(226, 232, 240, 0.80) !important;
  line-height: 1.7;
}

.footer-links li a {
  padding: 5px 12px;
  border-radius: 14px;
  transition: transform 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.footer-links li a i {
  width: 16px;
  margin-top: 5px;
  color: #00bcd4;
  transition: transform 0.2s ease, color 0.2s ease;
}

.footer-links li a:hover,
.footer-contact-list li a:hover {
  color: #fff !important;
}

.footer-links li a:hover {
  transform: translateX(4px);
  background: rgba(255, 255, 255, 0.04);
}

.footer-links li a:hover i {
  transform: translateX(3px);
  color: #B52B7B;
}

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: rgba(226, 232, 240, 0.80);
}

.footer-contact-icon {
  width: 18px;
  flex: 0 0 18px;
  margin-top: 5px;
  color: #00bcd4;
}

.footer-hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  color: rgba(226, 232, 240, 0.82);
}

.footer-hours-list li span:first-child {
  font-weight: 700;
  color: #fff;
}

.footer-hours-list li span:last-child {
  text-align: right;
}

.footer-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-top: 18px;
  padding: 14px 24px;
  border-radius: 16px;
  background: linear-gradient(135deg, #B52B7B 0%, #B52B7B 100%) !important;
  color: #fff !important;
  box-shadow: 0 18px 34px rgba(181, 43, 123, 0.24);
}

.footer-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(181, 43, 123, 0.30);
}

.footer-hours-contact {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-hours-contact .footer-heading {
  margin-bottom: 18px;
}

.footer-bottom {
  position: relative;
  padding: 20px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(4, 8, 18, 0.64) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.footer-bottom p {
  margin: 0;
  text-align: center;
  color: rgba(226, 232, 240, 0.70);
}

.footer-bottom p a {
  color: #fff !important;
  text-decoration: none !important;
}

.footer-bottom p a:hover {
  color: #00bcd4 !important;
  text-decoration: none !important;
}

@media (min-width: 992px) {
  .footer-body .row.g-4.g-xl-5 > .col-12.col-lg-4.col-xl-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-body .row.g-4.g-xl-5 > .col-12.col-sm-4.col-lg-2.col-xl-2 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .footer-body .row.g-4.g-xl-5 > .col-12.col-sm-4.col-lg-4.col-xl-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer-brand {
    display: grid;
    grid-template-columns: auto minmax(320px, 1.4fr) auto auto;
    align-items: center;
    gap: 34px;
    padding: 26px 0 34px !important;
  }

  .footer-body .col-12.col-lg-4.col-xl-3 .footer-brand::before {
    display: none;
  }

  .footer-brand::after {
    left: 0;
    right: 0;
  }

  .footer-logo-link {
    justify-self: start;
  }

  .footer-logo {
    margin-bottom: 0;
  }

  .footer-tagline {
    margin: 0;
    max-width: 640px;
  }

  .footer-social {
    margin-bottom: 0;
    justify-content: center;
  }

  .footer-ntm {
    justify-self: end;
    gap: 14px;
    text-align: right;
  }

  .footer-brand-hours {
    grid-column: 1 / -1;
    margin-top: 16px;
    padding: 24px 26px 6px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .footer-body .col-12.col-sm-4.col-lg-4.col-xl-5 > .row.g-4 {
    --bs-gutter-x: 34px;
    --bs-gutter-y: 0;
  }

  .footer-body .col-12.col-sm-4.col-lg-4.col-xl-5 > .row.g-4 > .col-12.col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 1199px) {
  .footer-body .col-12.col-lg-4.col-xl-3 .footer-brand,
  .footer-body .col-12.col-sm-4.col-lg-2.col-xl-2,
  .footer-body .col-12.col-xl-6 {
    padding: 24px 22px 24px;
    border-radius: 24px;
  }

  .footer-body .col-12.col-xl-6::before {
    display: none;
  }

  .footer-logo {
    max-height: 104px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-body .row.g-4.g-xl-5 > .col-12.col-lg-4.col-xl-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-body .row.g-4.g-xl-5 > .col-12.col-sm-4.col-lg-2.col-xl-2,
  .footer-body .row.g-4.g-xl-5 > .col-12.col-sm-4.col-lg-4.col-xl-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer-body .row.g-4.g-xl-5 > .col-12.col-sm-4.col-lg-4.col-xl-5 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .footer-body .row.g-4.g-xl-5 {
    --bs-gutter-x: 28px;
    --bs-gutter-y: 24px;
  }

  .footer-brand {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) auto;
    align-items: center;
    gap: 24px;
    padding: 24px 0 30px !important;
  }

  .footer-logo-link,
  .footer-tagline {
    grid-column: 1;
  }

  .footer-logo-link {
    grid-row: 1;
  }

  .footer-tagline {
    grid-row: 2;
    max-width: 420px;
  }

  .footer-brand::after {
    left: 0;
    right: 0;
  }

  .footer-logo {
    margin-bottom: 0;
  }

  .footer-tagline {
    margin: 0;
  }

  .footer-social {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    justify-self: end;
    margin-bottom: 0;
  }

  .footer-ntm {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    justify-self: end;
    text-align: right;
  }

  .footer-brand-hours {
    grid-column: 1 / -1;
    margin-top: 8px;
    padding: 22px 22px 4px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .footer-body .col-12.col-lg-4.col-xl-3 .footer-brand::before,
  .footer-body .col-12.col-sm-4.col-lg-2.col-xl-2::before,
  .footer-body .col-12.col-xl-6::before {
    display: none;
  }

  .footer-body .col-12.col-sm-4.col-lg-4.col-xl-5 > .row.g-4 {
    --bs-gutter-x: 26px;
    --bs-gutter-y: 18px;
  }

  .footer-body .col-12.col-sm-4.col-lg-4.col-xl-5 > .row.g-4 > .col-12.col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

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

  .footer-body .row.g-4.g-xl-5 {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
  }

  .footer-body .col-12.col-lg-4.col-xl-3 .footer-brand,
  .footer-body .col-12.col-sm-4.col-lg-2.col-xl-2,
  .footer-body .col-12.col-xl-6 {
    padding: 22px 18px 22px;
    border-radius: 20px;
  }

  .footer-body .col-12.col-lg-4.col-xl-3 .footer-brand::before,
  .footer-body .col-12.col-sm-4.col-lg-2.col-xl-2::before,
  .footer-body .col-12.col-xl-6::before {
    display: none;
  }

  .footer-brand-hours {
    max-width: 100%;
    margin-top: 12px;
    padding: 18px 16px 0;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .footer-links li a {
    padding: 8px 0;
    border-radius: 0;
  }

  .footer-links li a:hover {
    transform: none;
    background: transparent;
  }

  .footer-logo {
    max-height: 92px !important;
  }

  .footer-ntm {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .footer-brand-hours {
    max-width: 100%;
  }

  .footer-ntm-logo {
    height: 72px !important;
    max-height: 72px !important;
  }

  .footer-hours-list li {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-hours-list li span:last-child {
    text-align: left;
  }

  .footer-cta-btn {
    width: 100%;
  }

  .footer-bottom {
    padding: 16px 0 18px;
  }
}

/* Homepage client logo strip */
.homepage-client-strip {
  padding-top: 22px;
}

.homepage-client-shell {
  position: relative;
  padding: 34px 32px 30px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(248,250,255,0.98) 100%);
  border: 1px solid rgba(226, 232, 240, 0.92);
  box-shadow: 0 30px 72px rgba(15, 23, 42, 0.09);
  overflow: hidden;
}

.homepage-client-shell::before {
  content: "";
  position: absolute;
  top: 0;
  left: 74px;
  right: 74px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #B52B7B 0%, #00bcd4 100%);
  opacity: 0.9;
}

.homepage-client-heading {
  margin-bottom: 24px;
  text-align: center;
}

.homepage-client-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(181, 43, 123, 0.08);
  color: #B52B7B;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.homepage-client-grid {
  --bs-gutter-x: 22px;
  --bs-gutter-y: 22px;
}

.homepage-client-grid.clients-style-06:hover .client-box {
  opacity: 1;
}

.homepage-client-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 240px;
  padding: 28px 20px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 255, 0.96) 100%);
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255,255,255,0.76);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.homepage-client-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 188, 212, 0.26);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.10);
}

.homepage-client-grid .client-box {
  padding: 0;
}

.homepage-client-grid .client-box img,
.homepage-client-grid img.h-60px {
  height: 200px !important;
  width: auto !important;
  max-width: 100%;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

@media (max-width: 991px) {
  .homepage-client-shell {
    padding: 26px 22px 22px;
    border-radius: 28px;
  }

  .homepage-client-shell::before {
    left: 48px;
    right: 48px;
  }

  .homepage-client-card {
    min-height: 170px;
    padding: 22px 16px;
    border-radius: 24px;
  }

  .homepage-client-grid .client-box img,
  .homepage-client-grid img.h-60px {
    height: 120px !important;
    max-width: 92%;
  }
}

@media (max-width: 767px) {
  .homepage-client-shell {
    padding: 20px 16px 16px;
    border-radius: 20px;
  }

  .homepage-client-shell::before {
    left: 28px;
    right: 28px;
  }

  .homepage-client-eyebrow {
    font-size: 0.7rem;
    letter-spacing: 0.14em;
  }

  .homepage-client-grid {
    --bs-gutter-x: 14px;
    --bs-gutter-y: 14px;
  }

  .homepage-client-card {
    min-height: 132px;
    padding: 18px 14px;
    border-radius: 18px;
  }

  .homepage-client-grid .client-box img,
  .homepage-client-grid img.h-60px {
    height: 90px !important;
    max-width: 88%;
  }
}
