/* ── ENTERPRISE HEALTHCARE FOOTER (REDESIGN) ── */
.agency-footer-complex {
  background: linear-gradient(135deg, #060f2e 0%, #0D2B6B 45%, #0a3580 100%);
  position: relative;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
  font-family: inherit;
  padding: 80px 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Background Patterns */
.medical-pattern-bg {
  position: absolute;
  inset: 0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 60 60"><path d="M26 26v-16h8v16h16v8h-16v16h-8v-16h-16v-8h16z" fill="%23ffffff" opacity="0.02"/></svg>');
  pointer-events: none;
  z-index: 0;
}
.skyline-placeholder {
  width: 400px;
  height: 120px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="300" height="100" viewBox="0 0 300 100"><path fill="none" stroke="%2393c5fd" stroke-width="1.5" d="M0 90 L20 90 L20 60 L40 60 L40 40 L60 40 L60 70 L90 70 L90 30 L110 30 L110 50 L140 50 L140 20 L160 20 L160 80 L190 80 L190 40 L210 40 L210 60 L240 60 L240 30 L260 30 L260 90 L300 90"/></svg>') no-repeat bottom right;
  opacity: 0.2;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.footer-container-inner {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 4%;
  position: relative;
  z-index: 2;
}

/* TOP MAIN GRID */
.footer-main-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-bottom: 32px;
}

.footer-card {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-sizing: border-box;
}
.footer-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  border-color: #38bdf8;
  background: #ffffff;
}

.footer-col {
  display: flex;
  flex-direction: column;
}

.footer-col h5 {
  font-size: 20px;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 24px;
  position: relative;
  letter-spacing: -0.01em;
}
.footer-col h5::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 0;
  width: 24px;
  height: 3px;
  background: linear-gradient(90deg, #1e3a8a, #3b82f6);
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(59, 130, 246, 0.4);
}

/* COL 1: Brand */
.footer-col.brand-col {
  justify-content: space-between;
}
.footer-logo {
  height: 48px;
  width: auto;
  margin-bottom: 20px;
  object-fit: contain;
}
.brand-desc {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 28px;
}
.brand-stats-row {
  display: flex;
  gap: 24px;
  margin-bottom: 28px;
}
.stat-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.stat-item i {
  font-size: 32px;
  color: transparent;
  -webkit-text-stroke: 1.5px #3b82f6;
}
.stat-text strong {
  display: block;
  font-size: 24px;
  font-weight: 800;
  color: #1e3a8a;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.stat-text span {
  font-size: 13px;
  color: #64748b;
  font-weight: 500;
}

.premium-badges-container {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 16px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}
.badge-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.badge-item:not(:last-child) {
  padding-right: 16px;
  border-right: 1px solid #e2e8f0;
}
.badge-img {
  height: 36px;
  width: auto;
}
.badge-item i {
  font-size: 24px;
  color: #1e3a8a;
}
.bm-text {
  font-size: 10px;
  line-height: 1.2;
  color: #475569;
}
.bm-text strong {
  color: #1e3a8a;
  font-size: 13px;
}

.google-review-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px 20px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.04);
  transition: all 0.3s ease;
  width: max-content;
}
.google-review-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}
.gr-left i {
  font-size: 32px;
  color: #ea4335;
}
.gr-rating {
  font-size: 18px;
  color: #1e3a8a;
  display: flex;
  align-items: center;
  gap: 8px;
}
.gr-rating .stars {
  color: #fbbc04;
  letter-spacing: 2px;
  font-size: 14px;
}
.gr-text {
  font-size: 12px;
  color: #64748b;
  margin-top: 2px;
}

/* LINK COLUMNS */
.link-col ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.link-col ul li {
  margin-bottom: 14px;
}
.link-col ul li a {
  color: #475569;
  text-decoration: none;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 500;
  padding: 4px 0;
}
.link-col ul li a:hover {
  color: #2563eb;
  transform: translateX(6px);
}
.link-col ul li a i {
  color: #94a3b8;
  font-size: 16px;
  width: 24px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.link-col ul li a:hover i {
  color: #2563eb;
  transform: scale(1.15) rotate(5deg);
}
.view-all {
  font-size: 14px;
  font-weight: 700;
  color: #3b82f6;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  transition: color 0.2s;
}
.view-all:hover {
  color: #1e3a8a;
}

/* CONTACT COL (Floating Glass Card) */
.contact-col-framed {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.75) 100%);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  padding: 40px 32px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.06), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  transform: translateY(-10px);
  position: relative;
  z-index: 10;
}
.contact-col-framed h5 {
  margin-bottom: 28px;
}
.contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.contact-item .icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #dbeafe;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
  font-size: 20px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.contact-item:hover .icon-box {
  background: #bfdbfe;
  color: #1d4ed8;
  transform: scale(1.05);
}
.contact-item p {
  font-size: 15px;
  color: #334155;
  margin: 0;
  line-height: 1;
  font-weight: 500;
  transform: translateY(-1px);
}
.contact-item a {
  color: #334155;
  text-decoration: none;
  transition: color 0.2s;
}
.contact-item a:hover {
  color: #2563eb;
}

/* BOOK BUTTON */
.btn-book-home-complex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  color: #ffffff;
  text-decoration: none;
  padding: 18px 24px;
  border-radius: 16px;
  margin-top: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 12px 30px rgba(59, 130, 246, 0.25), inset 0 2px 4px rgba(255,255,255,0.2);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 100%;
}
.btn-book-home-complex:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 20px 40px rgba(30, 58, 138, 0.35), inset 0 2px 4px rgba(255,255,255,0.3);
  background: linear-gradient(135deg, #1e3a8a 20%, #60a5fa 100%);
}
.btn-book-home-complex i {
  font-size: 28px;
}
.btn-book-home-complex .btn-text {
  display: flex;
  flex-direction: column;
}
.btn-book-home-complex strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.btn-book-home-complex span {
  font-size: 11px;
  opacity: 0.9;
  letter-spacing: 0.5px;
}



/* AREAS WE SERVE */
.footer-areas-skyline {
  position: relative;
  padding-bottom: 40px;
}
.areas-divider {
  width: 100%;
  height: 1px;
  background: #e2e8f0;
  margin-bottom: 32px;
}
.areas-title {
  font-size: 20px;
  font-weight: 800;
  color: #1e3a8a;
  margin-bottom: 24px;
  letter-spacing: 1px;
}
.areas-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  position: relative;
  z-index: 2;
}
.areas-pills a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  color: #475569;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 40px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.02);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.areas-pills a i {
  color: #94a3b8;
  transition: color 0.3s;
}
.areas-pills a:hover {
  background: #ffffff;
  border-color: #3b82f6;
  color: #1e3a8a;
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.15);
}
.areas-pills a:hover i {
  color: #3b82f6;
}

/* ABSOLUTE BOTTOM BAR */
.footer-absolute-bottom-complex {
  background: rgba(6, 15, 46, 0.8);
  backdrop-filter: blur(10px);
  color: #ffffff;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
  height: auto;
  min-height: 85px;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 40px;
  z-index: 2;
}
.footer-abs-container {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13.5px;
  color: rgba(255,255,255,0.55);
}
.abs-left {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
  width: 100%;
}
.abs-center a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 14px;
  margin: 0 16px;
  transition: color 0.2s;
}
.abs-center a:hover {
  color: #ffffff;
}
.abs-right .social-circles {
  display: flex;
  gap: 12px;
}
.social-circles a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  color: #1e3a8a;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.social-circles a:hover {
  transform: translateY(-6px) scale(1.15);
  box-shadow: 0 10px 20px rgba(0,0,0,0.5);
  background: linear-gradient(135deg, #3b82f6, #1e3a8a);
  color: #ffffff;
}

/* RESPONSIVE */
@media(max-width: 1400px) {
  .footer-main-grid {
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    gap: 20px;
  }
}
@media(max-width: 1100px) {
  .footer-main-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-col-framed {
    transform: none;
  }
}
@media(max-width: 768px) {
  .footer-main-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .footer-abs-container {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
