/* Page: services — hero + body (simple: services-hero) */

/* ================= HERO (services) ================= */
/* Hero bg images — yahan image path change karo */
.services-hero-slide-1 { background-image: url('../../../images/hero-agency-bg.png'); }
.services-hero-slide-2 { background-image: url('../../../images/agency-workspace.png'); }
.services-hero-slide-3 { background-image: url('../../../images/office-2360063_1920.jpg'); }

/* ================= PAGE HERO (inner pages) ================= */
.services-hero{
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(110% 140% at 75% 0%, #003B5C 0%, #00203D 52%, #001628 100%);
  color: #fff;
}
.services-hero-inner{
  position: relative;
  z-index: 2;
  padding: 3.5rem 1rem 3rem;
}
.services-hero-crumb{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 1.1rem;
}
.services-hero-crumb a{
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
.services-hero-crumb a:hover{ color: #A8D0EA; }
.services-hero-crumb-sep{ color: rgba(255, 255, 255, 0.35); }
.services-hero-title{
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 0.9rem;
}
.services-hero-lead{
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.02rem;
  line-height: 1.7;
  max-width: 56ch;
  margin: 0 0 1.6rem;
}
.services-hero-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.st-btn--lg{
  padding: 0.85rem 1.85rem;
  font-size: 0.95rem;
  border-radius: 10px;
  min-width: 0;
}
@media (min-width: 576px) {
  .st-btn--lg{ min-width: 200px; }
}
.services-hero-card{
  position: relative;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 16px;
  padding: 1.6rem 1.45rem 1.35rem;
  color: #fff;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.4);
  max-width: 360px;
  margin-left: auto;
}
.services-hero-card-tag{
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #A8D0EA;
  margin-bottom: 0.85rem;
}
.services-hero-card-body{
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  margin-bottom: 1.1rem;
}
.services-hero-card-icon{
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 1.3rem;
  color: #fff;
  background: linear-gradient(135deg, #0072B9, #00203D);
}
.services-hero-card-body p{
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
  margin: 0;
}
.services-hero-card-foot{
  display: flex;
  align-items: center;
  gap: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.services-hero-card-stat strong{
  display: block;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.services-hero-card-stat strong i{
  font-size: 0.72em;
  color: #A8D0EA;
  margin-left: 0.12rem;
}
.services-hero-card-stat span{
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.services-hero-card-link{
  margin-left: auto;
  font-size: 0.82rem;
  font-weight: 800;
  color: #0072B9;
  text-decoration: none;
  white-space: nowrap;
}
.services-hero-card-link:hover{ color: #E8F1F7; }
.services-hero-card-badge{
  position: absolute;
  top: -14px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0072B9, #003B5C);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  box-shadow: 0 10px 26px rgba(0, 114, 185, 0.45);
}

/* Trust badges strip */
.services-hero-badges{
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.05);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
}
.services-hero-badges-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 2.25rem;
  padding: 0.85rem 1rem;
}
.services-hero-badges span{
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
}
.services-hero-badges i{ color: #A8D0EA; }

/* Service cards grid (services listing page) */
.st-services {
  background: #f4f8fb;
}
.om-section--gray {
  background: #f4f8fb;
}
.st-svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}
.st-svc {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  padding: 1.5rem 1.35rem;
  border: 1px solid #E8F1F7;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s;
}
.st-svc:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.1);
}
.st-svc__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}
.st-svc__top h3 {
  font-size: 1.1rem;
  font-weight: 800;
  color: #0072B9;
  margin: 0;
}
.st-svc__top i {
  font-size: 1.5rem;
  color: #0072B9;
  opacity: 0.75;
}
.st-svc__tagline {
  font-size: 0.88rem;
  font-weight: 700;
  color: #00203D;
  line-height: 1.45;
  margin: 0 0 0.6rem;
}
.st-svc__desc {
  font-size: 0.84rem;
  color: #4a5a75;
  line-height: 1.65;
  margin: 0 0 1rem;
}
.st-svc__more {
  margin-top: auto;
  font-size: 0.85rem;
  font-weight: 700;
  color: #0072B9;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.st-svc__more:hover { color: #003B5C; }

.about-mvv {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.about-mvv__card {
  padding: 2rem 1.75rem;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(0, 32, 61, 0.08);
  box-shadow: 0 14px 36px rgba(15, 21, 40, 0.05);
  text-align: center;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s;
}

.about-mvv__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 50px rgba(15, 21, 40, 0.1);
}

.about-mvv__card--accent {
  background: linear-gradient(160deg, #00203D, #003B5C);
  border-color: #00203D;
  color: #fff;
}

.about-mvv__card--accent h3 { color: #fff; }
.about-mvv__card--accent p { color: rgba(255, 255, 255, 0.72); }

.about-mvv__icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1.1rem;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  color: #fff;
  background: linear-gradient(135deg, #0072B9, #003B5C);
  box-shadow: 0 12px 28px rgba(255, 122, 26, 0.28);
}

.about-mvv__card h3 {
  font-size: 1.15rem;
  margin-bottom: 0.6rem;
}

.about-mvv__card p {
  margin: 0;
  font-size: 0.92rem;
  color: #4A6578;
  line-height: 1.7;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1199.98px) {
  .st-svc-grid { grid-template-columns: repeat(2, 1fr); }
  .st-cs__grid { grid-template-columns: repeat(2, 1fr); }
  .st-tech__grid { grid-template-columns: repeat(4, 1fr); }
  .st-review-grid { grid-template-columns: repeat(2, 1fr); }
  .st-offering-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 991.98px) {
  .st-top__inner { padding-top: 0.5rem; padding-bottom: 0.5rem; }
  .st-brand__logo { height: 44px; }
  .st-brand__tag { display: none; }
  /* On mobile the strip only hosts the drawer; hide empty bar chrome */
  .st-nav__home { min-height: 42px; }
  .st-nav__inner { min-height: 42px; }
  .st-services__head { position: static; }
  .st-cs__rail { border-radius: 14px; padding: 1.5rem; }
  .st-cs__tab { border-radius: 10px; }
  .st-cs__body { padding: 1.5rem 0 0; }
  .st-hero__panel { max-width: none; margin-left: 0; }
  .st-intro__media { max-width: none; margin: 1rem 0 0; }
  .st-intro__stats { grid-template-columns: repeat(3, 1fr); row-gap: 1.5rem; }
  .st-inquiry { position: static; }
  .services-hero-badges-inner { gap: 0.5rem 1.25rem; }
}

@media (max-width: 767.98px) {
  .st-hero__inner { padding: 3.25rem 1rem; }
  .st-svc-grid { grid-template-columns: 1fr; }
  .st-cs__grid { grid-template-columns: 1fr; }
  .st-tech__grid { grid-template-columns: repeat(2, 1fr); }
  .st-review-grid { grid-template-columns: 1fr; }
  .st-offering-grid { grid-template-columns: 1fr; }
  .st-checklist { grid-template-columns: 1fr; }
  .services-hero-inner { padding: 2.75rem 1rem 2.5rem; }
  .services-hero-badges-inner { flex-direction: column; align-items: flex-start; gap: 0.4rem; }
  .st-footer__bottom-inner { justify-content: center; text-align: center; }
}

@media (max-width: 575.98px) {
  .st-hero__actions .st-hero__cta { width: 100%; justify-content: center; }
  .st-hero__panel { padding: 1.75rem 1.25rem 1.5rem; }
  .st-hero__panel-foot { grid-template-columns: repeat(3, 1fr); gap: 0.35rem; }
  .st-intro__stats { grid-template-columns: repeat(2, 1fr); }
  .st-intro__media-badge--years { left: 0; }
  .st-intro__media-badge--rating { right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .st-hero__panel,
  .st-svc,
  .st-cs__card,
  .st-review,
  .st-btn,
  .st-footer__social a {
    transition: none;
  }
}
