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

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

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

/* =========================================================
   OM Web — Shared section components (feature grid, layout)
   ========================================================= */

.om-section {
  position: relative;
  overflow: hidden;
}

.om-section--white { background: #fff; }
.om-section--soft { background: linear-gradient(180deg, #f9f7f7 0%, #fff 100%); }

/* Section head alignment */
.section-head.center .section-title,
.section-head.center .section-lead {
  margin-inline: auto;
  text-align: center;
}

/* ----- Feature grid (unique mosaic) ----- */
.om-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}

.om-feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.65rem 1.5rem 1.5rem;
  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);
  overflow: hidden;
  color: inherit;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s, border-color 0.35s;
}

a.om-feature-card:hover {
  color: inherit;
  transform: translateY(-8px);
  border-color: rgba(255, 122, 26, 0.35);
  box-shadow: 0 22px 50px rgba(255, 122, 26, 0.12);
}

.om-feature-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #0072B9, #0072B9);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.om-feature-card:hover::before {
  transform: scaleY(1);
}

.om-feature-card--featured {
  grid-column: span 2;
  background: linear-gradient(135deg, #f9f7f7 0%, #fff 55%);
  border-color: rgba(255, 122, 26, 0.18);
}

.om-feature-card__num {
  position: absolute;
  top: 0.65rem;
  right: 1rem;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1;
  color: rgba(15, 21, 40, 0.05);
  pointer-events: none;
}

.om-feature-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  color: #fff;
  background: linear-gradient(135deg, #0072B9, #003B5C);
  box-shadow: 0 10px 24px rgba(255, 122, 26, 0.25);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.om-feature-card:hover .om-feature-card__icon {
  transform: scale(1.08) rotate(-4deg);
}

.om-feature-card:nth-child(3n+2) .om-feature-card__icon {
  background: linear-gradient(135deg, #0072B9, #0072B9);
  box-shadow: 0 10px 24px rgba(58, 160, 255, 0.22);
}

.om-feature-card:nth-child(3n) .om-feature-card__icon {
  background: linear-gradient(135deg, #0072B9, #0072B9);
  box-shadow: 0 10px 24px rgba(124, 58, 237, 0.2);
}

.om-feature-card__body h3 {
  font-size: 1.08rem;
  margin: 0 0 0.45rem;
  line-height: 1.3;
}

.om-feature-card__body p {
  margin: 0;
  font-size: 0.9rem;
  color: #4A6578;
  line-height: 1.6;
}

.om-feature-card__arrow {
  margin-top: auto;
  align-self: flex-end;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #F5F9FC;
  border: 1px solid rgba(0, 32, 61, 0.08);
  color: #0072B9;
  transition: background 0.25s, color 0.25s, transform 0.25s;
}

a.om-feature-card:hover .om-feature-card__arrow {
  background: #0072B9;
  color: #fff;
  transform: translate(3px, -3px);
}

/* Homepage services grid modifier */
.om-feature-grid--services .om-feature-card--featured {
  grid-column: span 1;
}

/* ----- Light stats strip ----- */
.stats-light {
  background: #fff;
  border-top: 1px solid rgba(0, 32, 61, 0.08);
  border-bottom: 1px solid rgba(0, 32, 61, 0.08);
}

.stats-light__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.stat-light {
  text-align: center;
  padding: 1.5rem 1rem;
  border-radius: 18px;
  background: #F5F9FC;
  border: 1px solid rgba(0, 32, 61, 0.08);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s;
}

.stat-light:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(15, 21, 40, 0.08);
}

.stat-light__value {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 800;
  color: #0072B9;
  line-height: 1;
  margin-bottom: 0.4rem;
}

.stat-light h3 {
  font-size: 0.92rem;
  margin: 0 0 0.35rem;
}

.stat-light p {
  margin: 0;
  font-size: 0.78rem;
  color: #4A6578;
  line-height: 1.45;
}

/* ----- About page: story visual ----- */
.about-story__visual {
  position: relative;
  max-width: 520px;
}

.about-story__frame {
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(15, 21, 40, 0.14);
  border: 1px solid rgba(0, 32, 61, 0.08);
}

.about-story__frame img {
  display: block;
  width: 100%;
  height: auto;
}

.about-story__badge {
  position: absolute;
  right: -18px;
  bottom: 32px;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1rem 1.35rem;
  border-radius: 18px;
  background: linear-gradient(135deg, #0072B9, #003B5C);
  color: #fff;
  box-shadow: 0 18px 44px rgba(255, 122, 26, 0.35);
}

.about-story__badge strong {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1;
}

.about-story__badge > span {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25;
  opacity: 0.92;
}

.about-story__chip {
  position: absolute;
  left: 18px;
  top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  font-size: 0.76rem;
  font-weight: 700;
  color: #00203D;
  box-shadow: 0 10px 26px rgba(15, 21, 40, 0.12);
}

.about-story__chip i { color: #0072B9; }

.about-story__points {
  margin: 1.25rem 0 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.about-story__points li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.94rem;
  font-weight: 600;
  color: #003B5C;
}

.about-story__points i { color: #0072B9; }

/* ----- About page: mission / vision / values ----- */
.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;
}

/* ----- About page: process steps ----- */
.about-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  position: relative;
}

.about-step {
  position: relative;
  padding: 2rem 1.5rem 1.75rem;
  border-radius: 22px;
  background: #F5F9FC;
  border: 1px solid rgba(0, 32, 61, 0.08);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s, border-color 0.3s;
}

.about-step:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 122, 26, 0.3);
  box-shadow: 0 20px 48px rgba(255, 122, 26, 0.1);
}

.about-step__num {
  position: absolute;
  top: 0.9rem;
  right: 1.1rem;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  color: rgba(15, 21, 40, 0.06);
}

.about-step__icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  color: #fff;
  background: linear-gradient(135deg, #0072B9, #0072B9);
  box-shadow: 0 10px 24px rgba(58, 160, 255, 0.24);
  margin-bottom: 1rem;
}

.about-step:nth-child(even) .about-step__icon {
  background: linear-gradient(135deg, #0072B9, #003B5C);
  box-shadow: 0 10px 24px rgba(255, 122, 26, 0.24);
}

.about-step h3 {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.about-step p {
  margin: 0;
  font-size: 0.88rem;
  color: #4A6578;
  line-height: 1.65;
}

/* Responsive */
@media (max-width: 1199.98px) {
  .om-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .om-feature-card--featured { grid-column: span 2; }
  .stats-light__grid { grid-template-columns: repeat(3, 1fr); }
  .about-steps { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 991.98px) {
  .about-mvv { grid-template-columns: 1fr; }
  .about-story__visual { margin-inline: auto; }
  .about-story__badge { right: 0; }
}

@media (max-width: 767.98px) {
  .om-feature-grid { grid-template-columns: 1fr; }
  .om-feature-card--featured { grid-column: span 1; }
  .stats-light__grid { grid-template-columns: repeat(2, 1fr); }
  .about-steps { grid-template-columns: 1fr; }
}

@media (max-width: 575.98px) {
  .stats-light__grid { grid-template-columns: 1fr; }
  .about-story__badge { padding: 0.8rem 1rem; bottom: 16px; }
  .about-story__badge strong { font-size: 1.6rem; }
}

@media (prefers-reduced-motion: reduce) {
  .om-feature-card,
  .stat-light,
  .about-mvv__card,
  .about-step {
    transition: none;
  }
}
/* ================= 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; }
  .about-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; }
  .about-hero-inner { padding: 2.75rem 1rem 2.5rem; }
  .about-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;
  }
}
