/* --- GLASSMORPHISM & ANIMATIONS --- */
.services-section {
  background: linear-gradient(120deg, #e0e7ff 0%, #f8fafc 100%);
  padding: 70px 0 60px 0;
  position: relative;
  overflow: hidden;
}
.services-section::before {
  content: '';
  position: absolute;
  top: -80px; left: -80px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, #a3bffa66 0%, transparent 70%);
  z-index: 0;
  filter: blur(14px);
}
.services-section .section-intro {
  text-align: center;
  color: #2d3748;
  font-size: 1.18em;
  margin-bottom: 36px;
  opacity: 0.85;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
}
.services-title {
  text-align: center;
  font-size: 2.2em;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 40px;
  background: #000;
  color: #fff;
  padding: 10px 0;
  width: 100%;
  display: block;
  border-radius: 8px;
  box-shadow: 0 2px 12px #0003;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 38px;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.service-card {
  background: rgba(255,255,255,0.28);
  border-radius: 22px;
  box-shadow: 0 8px 32px rgba(60,80,180,0.13);
  padding: 38px 22px 32px 22px;
  text-align: center;
  position: relative;
  backdrop-filter: blur(7.5px);
  border: 1.5px solid rgba(255,255,255,0.38);
  transition: transform 0.22s, box-shadow 0.22s, border 0.22s;
  animation: fadeInUp 0.7s cubic-bezier(.23,1.02,.61,.97) both;
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.service-card:hover {
  transform: translateY(-12px) scale(1.045);
  box-shadow: 0 12px 48px 0 #2176ff33, 0 2px 8px #fff2;
  border: 1.5px solid #6a82fb88;
}
.service-icon {
  margin-bottom: 20px;
  color: #ffb82e;
  background: none !important;
  -webkit-background-clip: initial !important;
  -webkit-text-fill-color: #ffb82e !important;
  background-clip: initial !important;
  display: inline-block;
}

@media (max-width: 600px) {
  .service-icon {
    font-size: 0.725em;
  }
}

.service-icon i {
  font-size: 1.6em;
  color: #ffb82e;
  background: none !important;
  -webkit-background-clip: initial !important;
  -webkit-text-fill-color: #ffb82e !important;
  background-clip: initial !important;
  display: inline-block;
  transition: color 0.2s;
}

.service-card:hover .service-icon i,
.service-card:active .service-icon i {
  color: #111 !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  -webkit-text-fill-color: #111 !important;
  background-clip: initial !important;
}


.service-card h3 {
  font-size: 1.22em;
  font-weight: 800;
  margin-bottom: 12px;
  color: #222;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
}
.service-card p {
  font-size: 1.03em;
  color: #333;
  margin-bottom: 0;
  opacity: 0.93;
}
.service-badge {
  position: absolute;
  top: 22px;
  right: 22px;
  background: #111;  color: #fff;
  font-size: 0.82em;
  font-weight: 700;
  border-radius: 14px;
  padding: 4px 14px;
  letter-spacing: 0.7px;
  box-shadow: 0 2px 16px #fc5c7d33;
  border: 1px solid #ffb82e;
  z-index: 2;
  text-shadow: 0 1px 2px #0002;
  transition: background 0.2s, color 0.2s;
}

.service-card:hover .service-badge {
  background: #ffb82e;
  color: #111;
}

.footer-contact-inline {
  display: none;
}

.footer .footer-contact-inline .fa,
.footer .footer-contact-stack .fa,
.footer .footer-address-row .fa {
  color: #ffb82e;
}
.footer-contact-stack {
  display: block;
  text-align: center;
  width: 100%;
}

.footer-bottom-inline {
  display: none;
}
.footer-bottom-stack {
  display: block;
}

@media (min-width: 900px) {
  .footer-contact-inline {
    display: flex;
    gap: 22px;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .footer-contact-stack {
    display: none;
  }
  .footer-bottom-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    text-align: center;
    color: #bbb;
    font-size: 0.95em;
    margin-top: 0;
    padding-top: 0;
    width: 100%;
  }
  .footer-bottom-stack {
    display: none;
  }
}

@media (max-width: 900px) {
  .footer-contact-inline {
    display: none;
  }
  .footer-contact-stack {
    display: block;
  }
}

@media (max-width: 900px) {
  .services-grid {
    gap: 22px;
  }
  .service-card {
    padding: 28px 8px 22px 8px;
  }
  .service-icon {
    font-size: 2.2em;
  }
}
@media (max-width: 600px) {
  .services-section {
    padding: 32px 0 20px 0;
  }
  .services-title {
    font-size: 1.35em;
  }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .service-card {
    padding: 18px 3vw 15px 3vw;
  }
  .service-icon {
    font-size: 4em;
  }
  .service-icon i {
    background: linear-gradient(90deg, #fc5c7d 0%, #2176ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
  }
}
