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

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

/* ================= PAGE HERO (inner pages) ================= */
.team-hero{
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(110% 140% at 75% 0%, #003B5C 0%, #00203D 52%, #001628 100%);
  color: #fff;
}
.team-hero-inner{
  position: relative;
  z-index: 2;
  padding: 3.5rem 1rem 3rem;
}
.team-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;
}
.team-hero-crumb a{
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
.team-hero-crumb a:hover{ color: #A8D0EA; }
.team-hero-crumb-sep{ color: rgba(255, 255, 255, 0.35); }
.team-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;
}
.team-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;
}
.team-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; }
}
.team-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;
}
.team-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;
}
.team-hero-card-body{
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  margin-bottom: 1.1rem;
}
.team-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);
}
.team-hero-card-body p{
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
  margin: 0;
}
.team-hero-card-foot{
  display: flex;
  align-items: center;
  gap: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.team-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;
}
.team-hero-card-stat strong i{
  font-size: 0.72em;
  color: #A8D0EA;
  margin-left: 0.12rem;
}
.team-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);
}
.team-hero-card-link{
  margin-left: auto;
  font-size: 0.82rem;
  font-weight: 800;
  color: #0072B9;
  text-decoration: none;
  white-space: nowrap;
}
.team-hero-card-link:hover{ color: #E8F1F7; }
.team-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 */
.team-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);
}
.team-hero-badges-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 2.25rem;
  padding: 0.85rem 1rem;
}
.team-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);
}
.team-hero-badges i{ color: #A8D0EA; }


.team-hero .team-hero-panel{
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.team-hero .team-hero-stat strong{
  display: block;
  font-size: 1.75rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.team-hero .team-hero-stat span{
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.78);
}

/* ================= TEAM PAGE ================= */
.om-team-spotlight__card {
  position: relative;
  overflow: hidden;
  padding: 2rem 2.25rem;
  border-radius: 24px;
  background: linear-gradient(135deg, #00203D 0%, #003B5C 45%, #0072B9 100%);
  color: #fff;
  box-shadow: 0 28px 60px rgba(0, 32, 61, 0.25);
}

.om-team-spotlight__glow {
  position: absolute;
  top: -40%;
  right: -10%;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.35), transparent 70%);
  pointer-events: none;
}

.om-team-spotlight__card h2 {
  color: #fff;
  font-size: 1.85rem;
  margin: 0.5rem 0 0.25rem;
}

.om-team-spotlight__role {
  font-weight: 700;
  color: #A8D0EA;
  margin: 0 0 0.75rem;
}

.om-team-spotlight__bio {
  color: rgba(255, 255, 255, 0.85);
  max-width: 52ch;
  margin: 0;
  line-height: 1.65;
}

.om-team-avatar {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  font-size: 1.35rem;
  color: #fff;
  background: linear-gradient(135deg, #0072B9, #003B5C);
  box-shadow: 0 12px 28px rgba(0, 114, 185, 0.35);
}

.om-team-avatar--xl {
  width: 110px;
  height: 110px;
  font-size: 2rem;
  border-radius: 28px;
}

.om-team-avatar--lead {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  box-shadow: 0 12px 28px rgba(245, 158, 11, 0.4);
}

.om-team-avatar--senior {
  background: linear-gradient(135deg, #0072B9, #003B5C);
}

.om-team-avatar--junior {
  background: linear-gradient(135deg, #06b6d4, #0891b2);
}

.om-team-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.om-team-badge--lead {
  background: rgba(245, 158, 11, 0.2);
  color: #fde68a;
}

.om-team-badge--senior {
  background: rgba(0, 114, 185, 0.15);
  color: #0072B9;
}

.om-team-badge--junior {
  background: rgba(6, 182, 212, 0.15);
  color: #0891b2;
}

.om-team-card {
  position: relative;
  height: 100%;
  padding: 1.65rem 1.5rem 1.5rem;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(0, 32, 61, 0.08);
  box-shadow: 0 16px 40px rgba(0, 32, 61, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
}

.om-team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(0, 32, 61, 0.12);
}

.om-team-card__shine {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #0072B9, #06b6d4);
}

.om-team-card--senior .om-team-card__shine {
  background: linear-gradient(90deg, #0072B9, #003B5C);
}

.om-team-card--junior .om-team-card__shine {
  background: linear-gradient(90deg, #06b6d4, #22d3ee);
}

.om-team-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.om-team-card__name {
  font-size: 1.2rem;
  margin: 0 0 0.35rem;
  color: #00203D;
}

.om-team-card__role {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  color: #0072B9;
  font-size: 0.92rem;
  margin: 0 0 0.65rem;
}

.om-team-card__bio {
  color: #4A6578;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0 0 1rem;
}

.om-team-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.om-team-tags span {
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
  background: #F5F9FC;
  border: 1px solid rgba(0, 32, 61, 0.08);
  font-size: 0.72rem;
  font-weight: 600;
  color: #003B5C;
}

.om-team-spotlight .om-team-tags span {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
  color: #e0f2fe;
}

.om-team-dept {
  height: 100%;
  padding: 1.75rem 1.5rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(0, 32, 61, 0.08);
  text-align: center;
  box-shadow: 0 12px 32px rgba(0, 32, 61, 0.06);
}

.om-team-dept__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1rem;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #E8F1F7, #dcecff);
  color: #0072B9;
  font-size: 1.4rem;
}

.om-team-dept h3 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}

.om-team-dept p {
  color: #4A6578;
  font-size: 0.9rem;
  margin: 0;
}

.om-team-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem 2.25rem;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(0, 32, 61, 0.08);
  box-shadow: 0 20px 48px rgba(0, 32, 61, 0.08);
}

.om-team-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

@media (max-width: 767px) {
  .om-team-spotlight__card {
    padding: 1.5rem 1.25rem;
    text-align: center;
  }

  .om-team-spotlight__bio {
    margin-inline: auto;
  }

  .om-team-spotlight .om-team-tags {
    justify-content: center;
  }

  .om-team-cta {
    padding: 1.5rem 1.25rem;
    text-align: center;
  }

  .om-team-cta__actions {
    width: 100%;
    flex-direction: column;
  }

  .om-team-cta__actions .btn-om {
    width: 100%;
    justify-content: center;
  }
}
/* ================= 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; }
  .team-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; }
  .team-hero-inner { padding: 2.75rem 1rem 2.5rem; }
  .team-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;
  }
}
