:root {
  --bg: #ffffff;
  --bg-alt: #f6f6f8;
  --surface: #ffffff;
  --surface-2: #fcfcfd;
  --text: #111111;
  --muted: rgba(17, 17, 17, 0.68);
  --primary: #f6c400;
  --primary-2: #ffe27a;
  --border: rgba(17, 17, 17, 0.12);
  --shadow: 0 18px 50px rgba(17, 17, 17, 0.12);
  --radius: 18px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(1200px 700px at 20% 10%, rgba(246, 196, 0, 0.18), transparent 60%),
    radial-gradient(900px 600px at 90% 40%, rgba(0, 0, 0, 0.03), transparent 55%), var(--bg);
  color: var(--text);
  overflow-x: hidden;
}

.kcaf-carousel {
  position: relative;
  padding: 0 2.75rem;
}

.kcaf-carousel-viewport {
  overflow: hidden;
}

.kcaf-carousel-track {
  display: flex;
  gap: 1rem;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.kcaf-carousel-item {
  flex: 0 0 auto;
}

.kcaf-carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 22px rgba(17, 17, 17, 0.14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(17, 17, 17, 0.92);
}

.kcaf-carousel-control:hover {
  background: rgba(246, 196, 0, 0.92);
  border-color: rgba(246, 196, 0, 0.8);
  color: rgba(17, 17, 17, 0.95);
}

.kcaf-carousel-control i {
  font-size: 1.35rem;
  line-height: 1;
}

.kcaf-carousel-control.is-prev {
  left: 0;
}

.kcaf-carousel-control.is-next {
  right: 0;
}

@media (max-width: 575.98px) {
  .kcaf-carousel {
    padding: 0 2.25rem;
  }
}

a {
  text-decoration: none;
}

.glass-nav {
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.08);
}

.navbar .nav-link {
  color: rgba(17, 17, 17, 0.78);
  font-weight: 600;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.86rem;
}

.navbar .nav-link:hover {
  color: rgba(17, 17, 17, 0.95);
  background: rgba(17, 17, 17, 0.04);
}

.navbar .nav-link.active {
  color: rgba(17, 17, 17, 0.95);
  background: rgba(246, 196, 0, 0.92);
  border: 1px solid rgba(246, 196, 0, 0.8);
}

.navbar-brand .brand-stack {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-title {
  font-weight: 600;
  font-size: 0.98rem;
}

.brand-subtitle {
  font-size: 0.75rem;
  color: rgba(17, 17, 17, 0.6);
}

.brand-logo {
  width: 200px;
  height: auto;
  max-height: 60px;
  object-fit: contain;
}

.footer-logo {
  width: 190px;
  height: auto;
  max-height: 56px;
  object-fit: contain;
}

.btn-primary {
  color: rgba(17, 17, 17, 0.95);
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  border: 0;
  box-shadow: 0 12px 24px rgba(246, 196, 0, 0.18);
}

.btn-primary:hover {
  filter: brightness(1.06);
}

.btn-outline-primary {
  color: rgba(17, 17, 17, 0.82);
  border-color: rgba(246, 196, 0, 0.7);
}

.btn-outline-primary:hover {
  color: rgba(17, 17, 17, 0.95);
  background: rgba(246, 196, 0, 0.92);
  border-color: rgba(246, 196, 0, 0.92);
}

.btn-dark {
  color: rgba(17, 17, 17, 0.9);
  background: rgba(17, 17, 17, 0.06);
  border: 1px solid rgba(17, 17, 17, 0.12);
}

.btn-dark:hover {
  background: rgba(17, 17, 17, 0.08);
  border-color: rgba(246, 196, 0, 0.55);
}

.btn-outline-light {
  color: rgba(17, 17, 17, 0.88);
  border-color: rgba(17, 17, 17, 0.2);
  background: rgba(255, 255, 255, 0.75);
}

.btn-outline-light:hover {
  color: rgba(17, 17, 17, 0.95);
  border-color: rgba(246, 196, 0, 0.6);
  background: rgba(246, 196, 0, 0.22);
}

.badge-soft {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border);
  color: rgba(17, 17, 17, 0.85);
  font-weight: 500;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
}

.hero {
  position: relative;
  padding-top: 5.25rem;
  padding-bottom: 4rem;
  min-height: 86vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: radial-gradient(900px 480px at 10% 20%, rgba(246, 196, 0, 0.22), transparent 60%),
    radial-gradient(700px 420px at 85% 40%, rgba(0, 0, 0, 0.04), transparent 65%), #ffffff;
}

.hero.hero-banner {
  background-image: url("../img/home-banner-khanna-casting-films.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero.hero-banner .hero-overlay {
  background: none;
}

.hero.hero-banner::before {
  opacity: 0;
}

.hero.hero-banner .hero-content :where(.col-lg-7, .col-lg-8) {
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.hero.hero-banner h1 {
  color: rgba(255, 255, 255, 0.98);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.65), 0 18px 60px rgba(0, 0, 0, 0.45);
  -webkit-text-stroke: 0.6px rgba(0, 0, 0, 0.35);
}

.hero.hero-banner .lead,
.hero.hero-banner .text-body-secondary,
.hero.hero-banner .text-secondary {
  color: rgba(255, 255, 255, 0.9) !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}

.hero.hero-banner .badge-soft {
  background: none;
  border: 0;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}

.hero.hero-banner .badge-soft i {
  color: rgba(246, 196, 0, 0.95);
}

.hero.hero-banner .btn-outline-dark {
  color: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.12);
}

.hero.hero-banner .btn-outline-dark:hover {
  color: rgba(17, 17, 17, 0.95);
  border-color: rgba(246, 196, 0, 0.7);
  background: rgba(246, 196, 0, 0.92);
}

.hero.hero-banner .hero-meta {
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}

.hero.hero-banner .hero-meta-item {
  background: none;
  border: 0;
  padding: 0;
}

.hero.hero-banner .hero-meta-item:not(:first-child)::before {
  content: "•";
  margin: 0 0.6rem 0 0.2rem;
  opacity: 0.9;
}

@media (max-width: 991.98px) {
  .hero.hero-banner h1 {
    -webkit-text-stroke: 0;
  }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(780px 420px at 18% 25%, rgba(246, 196, 0, 0.22), transparent 55%),
    radial-gradient(900px 520px at 90% 45%, rgba(0, 0, 0, 0.08), transparent 60%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.78) 45%, rgba(255, 255, 255, 0.4) 100%);
  opacity: 1;
  pointer-events: none;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -2px;
  background-image: radial-gradient(rgba(17, 17, 17, 0.12) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.15;
  pointer-events: none;
  mask-image: radial-gradient(circle at 30% 40%, black 40%, transparent 75%);
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-bg-video {
  display: none;
}

@media (max-width: 767.98px) {
  .hero.hero-banner.hero-mobile-video {
    background-image: none;
    background: #0b0b0b;
    align-items: flex-end;
    min-height: 90vh;
    padding-top: 4.75rem;
    padding-bottom: 2.25rem;
  }

  .hero.hero-banner.hero-mobile-video .hero-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.28) 40%, rgba(0, 0, 0, 0.55) 100%);
    opacity: 1;
    z-index: 1;
  }

  .hero.hero-banner.hero-mobile-video .hero-content {
    z-index: 2;
  }

  .hero.hero-banner.hero-mobile-video .container.hero-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero.hero-banner.hero-mobile-video .badge-soft {
    display: none;
  }

  .hero.hero-banner.hero-mobile-video .hero-meta {
    display: none;
  }

  .hero.hero-banner.hero-mobile-video h1 {
    font-size: 1.65rem;
    line-height: 1.15;
  }

  .hero.hero-banner.hero-mobile-video .lead {
    font-size: 0.95rem;
    margin-top: 0.75rem;
  }

  .hero.hero-banner.hero-mobile-video .btn {
    font-size: 0.85rem;
    padding: 0.55rem 0.7rem;
    white-space: normal;
  }

  .hero.hero-banner.hero-mobile-video .hero-content .d-flex.flex-wrap {
    flex-wrap: wrap !important;
    gap: 0.5rem !important;
  }

  .hero.hero-banner.hero-mobile-video .hero-bg-video {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  color: rgba(17, 17, 17, 0.72);
}

.hero-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.8rem;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--border);
  border-radius: 999px;
}

.hero-meta-item i {
  color: rgba(246, 196, 0, 0.95);
}

.hero-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.2rem;
  box-shadow: var(--shadow);
}

.kicker {
  display: inline-flex;
  font-size: 0.78rem;
  color: rgba(17, 17, 17, 0.62);
  letter-spacing: 0.02em;
  margin-bottom: 0.35rem;
}

.stat-tile {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.08);
}

.stat-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(246, 196, 0, 0.42), rgba(255, 255, 255, 0.12));
  border: 1px solid rgba(17, 17, 17, 0.1);
}

.stat-icon i {
  color: rgba(17, 17, 17, 0.9);
  font-size: 1.1rem;
}

.stat-value {
  font-weight: 700;
  line-height: 1;
  font-size: 1.15rem;
}

.stat-label {
  font-size: 0.8rem;
  color: rgba(17, 17, 17, 0.62);
}

.mini-list {
  display: grid;
  gap: 0.6rem;
  padding: 1rem;
  border-radius: 14px;
  background: var(--surface);
  border: 1px solid var(--border);
}

.mini-list-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: rgba(17, 17, 17, 0.78);
}

.mini-list-item i {
  color: rgba(246, 196, 0, 0.95);
}

.section {
  padding: 4.5rem 0;
}

.section-alt {
  background: var(--bg-alt);
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.section-eyebrow {
  display: inline-flex;
  font-weight: 600;
  color: rgba(246, 196, 0, 0.95);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 0.6rem;
}

.section-title {
  font-weight: 650;
  letter-spacing: -0.02em;
}

.section-lead {
  color: var(--muted);
  max-width: 64ch;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.feature-card {
  padding: 1rem;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
  display: flex;
  gap: 0.9rem;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.06);
}

.feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(246, 196, 0, 0.34), rgba(255, 255, 255, 0.1));
  border: 1px solid rgba(17, 17, 17, 0.08);
  flex: 0 0 auto;
}

.service-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.08);
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(246, 196, 0, 0.45);
  background: var(--surface-2);
}

.service-card-img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
  display: block;
  margin-bottom: 0.9rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
}

.service-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(246, 196, 0, 0.34), rgba(255, 255, 255, 0.1));
  border: 1px solid rgba(17, 17, 17, 0.08);
  margin-bottom: 0.9rem;
}

.service-icon i {
  font-size: 1.35rem;
}

.service-list-title {
  font-weight: 600;
  font-size: 0.85rem;
  color: rgba(17, 17, 17, 0.62);
  margin-bottom: 0.6rem;
}

.service-card ul li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.25rem 0;
  color: rgba(17, 17, 17, 0.78);
}

.service-card ul li i {
  color: rgba(246, 196, 0, 0.95);
}

.hero-inner {
  min-height: 420px;
}

.service-box {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: calc(var(--radius) + 6px);
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(17, 17, 17, 0.1);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.service-box:hover {
  transform: translateY(-4px);
  border-color: rgba(246, 196, 0, 0.45);
  background: var(--surface-2);
}

.service-box-img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.service-box-body {
  padding: 1.05rem 1.05rem 1.15rem;
}

.service-box-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  color: rgba(17, 17, 17, 0.9);
}

.service-box-link:hover {
  color: rgba(246, 196, 0, 0.95);
}

.service-box-link i {
  color: rgba(246, 196, 0, 0.95);
}

.service-box-link:hover i {
  color: rgba(246, 196, 0, 0.95);
}

.brand-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.brand-chip {
  padding: 0.65rem 0.95rem;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--border);
  color: rgba(17, 17, 17, 0.78);
  font-weight: 600;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.06);
}

.about-media {
  position: relative;
  border-radius: calc(var(--radius) + 8px);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(17, 17, 17, 0.08);
}

.about-media-img {
  width: 100%;

  object-fit: cover;
  display: block;
}

.about-media-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 16px;
  padding: 0.8rem 0.95rem;
  backdrop-filter: blur(10px);
}

.about-media-badge-title {
  font-weight: 700;
  color: rgba(17, 17, 17, 0.95);
}

.about-media-badge-sub {
  color: rgba(17, 17, 17, 0.65);
  font-size: 0.9rem;
}

.content-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem 1.2rem;
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.06);
}

.content-card-title {
  font-weight: 750;
  letter-spacing: -0.01em;
  margin-bottom: 0.75rem;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.pill {
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(246, 196, 0, 0.22), rgba(255, 255, 255, 0.12));
  border: 1px solid rgba(17, 17, 17, 0.08);
  color: rgba(17, 17, 17, 0.78);
  font-weight: 600;
  font-size: 0.88rem;
}

.list-check {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: grid;
  gap: 0.55rem;
}

.list-check li {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  color: rgba(17, 17, 17, 0.78);
}

.list-check li::before {
  content: "✓";
  color: rgba(246, 196, 0, 0.95);
  font-weight: 900;
  line-height: 1.2;
  margin-top: 1px;
}

.process-steps-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.stat-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.2rem 1.1rem;
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.06);
}

.stat-value {
  font-weight: 800;
  letter-spacing: -0.03em;
  font-size: 1.6rem;
  margin-bottom: 0.25rem;
}

.stat-label {
  color: rgba(17, 17, 17, 0.65);
  font-size: 0.92rem;
}

.portfolio-card {
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  border-radius: calc(var(--radius) + 6px);
  overflow: hidden;
  position: relative;
  box-shadow: 0 14px 34px rgba(17, 17, 17, 0.12);
}

.portfolio-thumb {
  width: 100%;
  object-fit: cover;
  display: block;
}

/* .work-grid .portfolio-thumb {
  height: 220px;
} */

@media (max-width: 575.98px) {
  /* .work-grid .portfolio-thumb {
    height: 140px;
  } */
}

.portfolio-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.72) 100%);
  display: block;
}

.portfolio-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(17, 17, 17, 0.92);
  display: grid;
  place-items: center;
  font-size: 2rem;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.portfolio-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.9rem 0.95rem;
  text-align: left;
}

.portfolio-title {
  color: rgba(255, 255, 255, 0.96);
  font-weight: 700;
}

.portfolio-sub {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
}

.portfolio-duration {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.6);
  color: rgba(255, 255, 255, 0.95);
  font-weight: 650;
  font-size: 0.82rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.portfolio-modal {
  border-radius: calc(var(--radius) + 10px);
  overflow: hidden;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.portfolio-modal .modal-header {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  padding: 0;
  border: 0;
  background: transparent;
}

.portfolio-modal .btn-close {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.55);
  opacity: 1;
}

.portfolio-modal .modal-body {
  padding: 0;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.9rem;
}

.process-step-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.2rem 1.1rem;
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.06);
}

.process-step-badge {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-weight: 800;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: rgba(17, 17, 17, 0.95);
  border: 1px solid rgba(246, 196, 0, 0.55);
  margin-bottom: 0.85rem;
}

.process-step-title {
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.process-step-text {
  color: rgba(17, 17, 17, 0.68);
  font-size: 0.92rem;
  line-height: 1.55;
}

.testimonial-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem 1.2rem;
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.06);
}

.testimonial-stars {
  color: rgba(246, 196, 0, 0.95);
  margin-bottom: 0.75rem;
}

.testimonial-text {
  color: rgba(17, 17, 17, 0.72);
  margin-bottom: 1.1rem;
  line-height: 1.65;
}

.testimonial-name {
  font-weight: 700;
}

.testimonial-role {
  color: rgba(17, 17, 17, 0.62);
  font-size: 0.9rem;
}

.team-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.06);
}

.team-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(246, 196, 0, 0.34), rgba(255, 255, 255, 0.1));
  border: 1px solid rgba(17, 17, 17, 0.08);
  margin-bottom: 0.9rem;
}

.team-card-icon i {
  font-size: 1.35rem;
}

.team-hero {
  position: relative;
  border-radius: calc(var(--radius) + 10px);
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(17, 17, 17, 0.12);
}

.team-hero-img {
  width: 100%;

  object-fit: cover;
  display: block;
}

.team-hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.25rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.42) 60%, rgba(0, 0, 0, 0.55) 100%);
  color: rgba(255, 255, 255, 0.96);
}

.team-hero-kicker {
  font-size: 0.98rem;
  opacity: 0.92;
  color: rgba(255, 255, 255, 0.96);
}

.team-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.team-hero-title-lead,
.team-hero-title-main,
.team-hero-title-sparkle {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: clamp(1.35rem, 3vw, 2.2rem);
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.96);
}

.team-hero-title-sparkle {
  padding-left: 0.25rem;
}

.team-hero-copy .team-hero-kicker {
  text-align: center;
}

.team-hero-title {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: clamp(1.35rem, 3vw, 2.2rem);
  margin-top: 0.35rem;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.96);
}

.team-hero-sparkle {
  color: inherit;
}

.team-hero-highlight {
  color: inherit;
}

.team-hero-sub {
  max-width: 56ch;
  margin-left: auto;
  margin-right: auto;
}

.team-card-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}

.shiv-hero {
  position: relative;
  border-radius: calc(var(--radius) + 10px);
  overflow: hidden;
  box-shadow: 0 14px 42px rgba(17, 17, 17, 0.14);
}

.shiv-hero-img {
  width: 100%;
  height: auto;
  display: block;
}

.shiv-hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  padding: 2.25rem;
  background: linear-gradient(90deg, rgba(10, 10, 10, 0.78) 0%, rgba(10, 10, 10, 0.52) 48%, rgba(10, 10, 10, 0.18) 78%, rgba(10, 10, 10, 0) 100%);
  color: rgba(255, 255, 255, 0.96);
}

.shiv-hero-eyebrow {
  font-weight: 650;
  opacity: 0.92;
  margin-bottom: 0.45rem;
}

.shiv-hero-headline {
  font-weight: 850;
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.shiv-hero-sub {
  margin-top: 0.85rem;
  font-size: 1.02rem;
  opacity: 0.92;
}

.shiv-hero-signature {
  margin-top: 1.35rem;
  font-family: ui-script, "Brush Script MT", cursive;
  font-size: 2.1rem;
  letter-spacing: 0.02em;
  opacity: 0.95;
}

.shiv-hero-role {
  margin-top: 0.15rem;
  font-size: 0.95rem;
  opacity: 0.9;
}

.shiv-detail-title {
  font-weight: 800;
  margin-bottom: 1rem;
}

.shiv-quote-card {
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.04) 0%, rgba(17, 17, 17, 0.02) 100%);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: calc(var(--radius) + 10px);
  padding: 1.6rem 1.5rem;
  height: 100%;
}

.shiv-quote-text {
  font-style: italic;
  font-size: 1.18rem;
  line-height: 1.35;
  color: rgba(17, 17, 17, 0.72);
}

.shiv-quote-signature {
  margin-top: 1.25rem;
  font-family: ui-script, "Brush Script MT", cursive;
  font-size: 2rem;
  color: rgba(17, 17, 17, 0.85);
}

.shiv-quote-role {
  margin-top: 0.15rem;
  color: rgba(17, 17, 17, 0.62);
  font-size: 0.95rem;
}

.team-split-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  /* .team-split-img {
    height: 320px;
  } */
  /* .team-hero-img {
    height: 260px;
  } */
  .team-card-img {
    height: 140px;
  }
  .team-hero-kicker {
    font-size: 10px;
    white-space: nowrap;
    max-width: 100%;
  }
  .shiv-hero-overlay {
    padding: 1.4rem;
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.74) 0%, rgba(10, 10, 10, 0.52) 55%, rgba(10, 10, 10, 0.18) 100%);
  }
  .shiv-hero-signature {
    font-size: 1.85rem;
  }
  .shiv-detail-title {
    font-size: 1.25rem;
    line-height: 1.15;
    white-space: nowrap;
  }
}

.team-body {
  padding: 1rem 1.05rem 1.2rem;
}

.team-role {
  color: rgba(246, 196, 0, 0.95);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.76rem;
  margin-bottom: 0.35rem;
}

.team-name {
  font-weight: 750;
  margin-bottom: 0.35rem;
}

.team-bio {
  color: rgba(17, 17, 17, 0.66);
  font-size: 0.92rem;
  line-height: 1.55;
}

.final-cta {
  position: relative;
  overflow: hidden;
  background: #050505;
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(900px 520px at 52% 52%, rgba(246, 196, 0, 0.22), transparent 60%),
    radial-gradient(1100px 700px at 50% 30%, rgba(255, 255, 255, 0.06), transparent 65%),
    radial-gradient(1200px 900px at 50% 120%, rgba(0, 0, 0, 0.92), transparent 60%);
  pointer-events: none;
}

.final-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.035) 0px,
    rgba(255, 255, 255, 0.035) 1px,
    rgba(255, 255, 255, 0) 2px,
    rgba(255, 255, 255, 0) 6px
  );
  opacity: 0.06;
  pointer-events: none;
}

.final-cta-card {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  border-radius: calc(var(--radius) + 10px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.36);
  padding: 2.4rem 2.2rem;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.42);
}

.final-cta-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: calc(var(--radius) + 10px);
  background: radial-gradient(520px 220px at 45% 78%, rgba(246, 196, 0, 0.35), transparent 70%);
  opacity: 0.8;
  pointer-events: none;
}

.final-cta-text,
.final-cta-actions {
  position: relative;
  z-index: 1;
}

.final-cta-card.is-light {
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: 0 18px 50px rgba(17, 17, 17, 0.1);
}

.final-cta-card.is-light::before,
.final-cta-card.is-light::after {
  content: none;
}

.final-cta-card.is-light .final-cta-title {
  color: rgba(17, 17, 17, 0.95);
}

.final-cta-card.is-light .final-cta-sub {
  color: rgba(17, 17, 17, 0.65);
}

.final-cta-title {
  font-family: "Playfair Display", serif;
  color: rgba(245, 236, 224, 0.96);
  font-weight: 600;
  margin-bottom: 0.4rem;
  font-size: 2.6rem;
  letter-spacing: -0.02em;
}

.final-cta-sub {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0;
  max-width: 70ch;
  font-size: 1.05rem;
}

.final-cta-actions {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.55rem;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
}

.final-cta-actions .btn-outline-light {
  background: rgba(0, 0, 0, 0.18);
  border-color: rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.92);
}

.final-cta-actions .btn-outline-light:hover {
  background: rgba(0, 0, 0, 0.28);
  border-color: rgba(255, 255, 255, 0.32);
  color: rgba(255, 255, 255, 0.98);
}

@media (max-width: 575.98px) {
  .final-cta-card {
    padding: 1.65rem 1.25rem;
  }

  .final-cta-title {
    font-size: 1.9rem;
  }

  .final-cta-sub {
    font-size: 1rem;
  }

  .final-cta-actions {
    flex-direction: column;
    align-items: stretch;
    padding: 0;
  }

  .final-cta-actions .btn {
    width: 100%;
  }
}

.footer-col-title {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 750;
  margin-bottom: 0.75rem;
}

.footer-col-links {
  display: grid;
  gap: 0.55rem;
}

.footer-col-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 1rem;
}

.footer-col-links a {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 520;
  font-size: 0.92rem;
}

.footer-col-links a:hover {
  color: rgba(255, 255, 255, 0.92);
}

.footer-contact {
  display: grid;
  gap: 0.75rem;
}

.footer-contact-item {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
}

.footer-contact-item i {
  color: rgba(246, 196, 0, 0.95);
}

.footer-contact-item a {
  color: inherit;
  text-decoration: none;
}

.footer-contact-item a:hover {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.v-timeline {
  position: relative;
  max-width: 900px;
  margin: 2.5rem auto 0;
  padding: 1rem 0;
}

.v-timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background-color: var(--primary);
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.v-timeline-item {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  margin-bottom: 2rem;
}

.v-timeline-item.left {
  left: 0;
  text-align: right;
}

.v-timeline-item.right {
  left: 50%;
  text-align: left;
}

.v-timeline-dot {
  position: absolute;
  width: 60px;
  height: 60px;
  right: -30px;
  background-color: var(--primary);
  border: 6px solid #fff;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.15rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.v-timeline-item.right .v-timeline-dot {
  left: -30px;
}

.v-timeline-card {
  padding: 1.5rem 1.8rem;
  background-color: #fff;
  position: relative;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.06);
  border-bottom: 4px solid var(--primary);
}

.v-timeline-item.left .v-timeline-card::after {
  content: " ";
  position: absolute;
  top: 25px;
  right: -15px;
  border-width: 15px 0 15px 15px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.v-timeline-item.right .v-timeline-card::after {
  content: " ";
  position: absolute;
  top: 25px;
  left: -15px;
  border-width: 15px 15px 15px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}

.v-timeline-title {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
  color: rgba(17, 17, 17, 0.95);
}

.v-timeline-text {
  color: rgba(17, 17, 17, 0.65);
  font-size: 0.95rem;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .v-timeline::after {
    left: 31px;
  }
  
  .v-timeline-item {
    width: 100%;
    padding-left: 80px;
    padding-right: 15px;
    text-align: left !important;
  }
  
  .v-timeline-item.right {
    left: 0%;
  }
  
  .v-timeline-item.left .v-timeline-dot,
  .v-timeline-item.right .v-timeline-dot {
    left: 2px;
    right: auto;
  }
  
  .v-timeline-item.left .v-timeline-card::after,
  .v-timeline-item.right .v-timeline-card::after {
    left: -15px;
    right: auto;
    border-width: 15px 15px 15px 0;
    border-color: transparent #fff transparent transparent;
  }
}

.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.chip {
  display: inline-flex;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.04);
  border: 1px solid rgba(17, 17, 17, 0.1);
  color: rgba(17, 17, 17, 0.78);
  font-size: 0.82rem;
}

.why-card {
  padding: 1.1rem 1.15rem;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.06);
}

.why-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(246, 196, 0, 0.14);
  border: 1px solid rgba(246, 196, 0, 0.22);
  margin-bottom: 0.7rem;
}

.why-banner {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 1.1rem;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(246, 196, 0, 0.18), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(17, 17, 17, 0.12);
}

.why-banner-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(17, 17, 17, 0.04);
  border: 1px solid rgba(17, 17, 17, 0.1);
}

.industry-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.1rem;
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.06);
}

.industry-card i {
  font-size: 1.4rem;
  color: rgba(246, 196, 0, 0.95);
}

.coverage-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.06);
}

.coverage-title {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  font-weight: 600;
  margin-bottom: 0.85rem;
}

.coverage-title i {
  color: rgba(246, 196, 0, 0.95);
}

.coverage-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.city-chip {
  display: inline-flex;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.04);
  border: 1px solid rgba(17, 17, 17, 0.1);
  color: rgba(17, 17, 17, 0.85);
  font-weight: 500;
}

.coverage-note {
  margin-top: 1rem;
  display: flex;
  gap: 0.6rem;
  color: rgba(17, 17, 17, 0.66);
}

.coverage-note i {
  color: rgba(246, 196, 0, 0.95);
}

.benefit-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.2rem;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.06);
}

.benefit-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(246, 196, 0, 0.12);
  border: 1px solid rgba(246, 196, 0, 0.22);
  margin-bottom: 0.7rem;
}

.faq-accordion .accordion-item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  overflow: hidden;
  margin-bottom: 1rem;
}

.faq-accordion .accordion-button {
  background: rgba(255, 255, 255, 0.95);
  color: rgba(17, 17, 17, 0.92);
  border-radius: 12px;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: rgba(246, 196, 0, 0.18);
  box-shadow: none;
}

.faq-accordion .accordion-body {
  color: rgba(17, 17, 17, 0.74);
}

.contact-card,
.form-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem;
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.08);
}

.contact-item {
  display: flex;
  gap: 0.8rem;
  padding: 0.85rem 0;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.contact-item:first-of-type {
  border-top: 0;
}

.contact-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(246, 196, 0, 0.12);
  border: 1px solid rgba(246, 196, 0, 0.22);
}

.contact-label {
  font-size: 0.78rem;
  color: rgba(17, 17, 17, 0.6);
}

.contact-value {
  font-weight: 500;
}

.contact-link {
  color: rgba(17, 17, 17, 0.92);
  text-decoration: none;
}

.contact-link:hover {
  color: rgba(246, 196, 0, 0.95);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.form-label {
  color: rgba(17, 17, 17, 0.82);
  font-weight: 500;
}

.form-control,
.form-select {
  background: rgba(17, 17, 17, 0.03);
  border: 1px solid rgba(17, 17, 17, 0.12);
  color: rgba(17, 17, 17, 0.92);
  border-radius: 14px;
  padding: 0.75rem 0.9rem;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(246, 196, 0, 0.65);
  box-shadow: 0 0 0 0.25rem rgba(246, 196, 0, 0.14);
}

.form-control::placeholder {
  color: rgba(17, 17, 17, 0.45);
}

textarea.form-control {
  resize: vertical;
}

.form-hint {
  margin-top: 0.65rem;
  color: rgba(17, 17, 17, 0.6);
  font-size: 0.82rem;
}

.footer {
  padding: 4.5rem 0 3.2rem;
  border-top: 0;
  background: #050505;
  color: rgba(255, 255, 255, 0.86);
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(900px 520px at 52% 52%, rgba(246, 196, 0, 0.24), transparent 60%),
    radial-gradient(1100px 700px at 50% 30%, rgba(255, 255, 255, 0.06), transparent 65%),
    radial-gradient(1200px 900px at 50% 120%, rgba(0, 0, 0, 0.92), transparent 60%);
  pointer-events: none;
}

.footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0px, rgba(255, 255, 255, 0.035) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 6px);
  opacity: 0.06;
  pointer-events: none;
}

.footer .container {
  position: relative;
  z-index: 1;
}

.footer-title {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  font-size: 3rem;
  color: rgba(245, 236, 224, 0.96);
}

.footer-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.55rem;
}

.footer-card {
  max-width: 860px;
  margin: 0 auto;
}

.footer-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
  margin: 1.7rem 0;
}

.footer-contact {
  display: grid;
  gap: 1.05rem;
  margin-top: 0.2rem;
}

.footer-contact-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.footer-contact-row i {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  border: 1px solid rgba(246, 196, 0, 0.42);
  color: rgba(246, 196, 0, 0.95);
  background: rgba(246, 196, 0, 0.06);
  font-size: 1.4rem;
  flex: 0 0 auto;
}

.footer-contact-row span {
  font-size: 1.35rem;
  letter-spacing: 0.01em;
}

.footer-contact-row:first-child span {
  font-size: 1.6rem;
}

.footer-contact-row:hover {
  color: rgba(255, 255, 255, 0.92);
}

.footer-quote-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin: 1.85rem auto 0;
  padding: 0.8rem 2.1rem;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(246, 196, 0, 0.95), rgba(210, 154, 36, 0.95));
  border: 1px solid rgba(246, 196, 0, 0.35);
  color: rgba(17, 17, 17, 0.92);
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.42);
}

.footer-quote-btn:hover {
  color: rgba(17, 17, 17, 0.95);
  transform: translateY(-1px);
}

.footer-copy {
  text-align: center;
  color: rgba(255, 255, 255, 0.55);
  font-size: 1rem;
}

.footer-copy a {
  color: rgba(246, 196, 0, 0.95);
  font-weight: 650;
}

.footer-copy a:hover {
  color: rgba(255, 255, 255, 0.95);
}

@media (max-width: 991.98px) {
  .footer {
    padding: 3.6rem 0 2.8rem;
  }

  .footer-title {
    font-size: 2.25rem;
  }

  .footer-contact-row span {
    font-size: 1.15rem;
  }

  .footer-contact-row:first-child span {
    font-size: 1.35rem;
  }
}

@media (max-width: 575.98px) {
  .footer {
    padding: 3.25rem 0 2.5rem;
  }

  .footer-title {
    font-size: 2.05rem;
  }

  .footer-subtitle {
    font-size: 1rem;
  }

  .footer-contact-row i {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 1.25rem;
  }

  .footer-quote-btn {
    width: 100%;
    max-width: 320px;
  }
}

.back-to-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 150ms ease, transform 150ms ease;
  z-index: 1030;
  border: 1px solid rgba(17, 17, 17, 0.12);
  box-shadow: 0 12px 26px rgba(17, 17, 17, 0.12);
}

.back-to-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@media (max-width: 991.98px) {
  .hero {
    min-height: auto;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .process-steps {
    grid-template-columns: 1fr;
  }
  .stats-grid {
    grid-template-columns: 1fr;
  }
  .portfolio-thumb {
    height: 260px;
  }
  /* .about-media-img {
    height: 420px;
  } */
  .final-cta-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .final-cta-actions {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .service-card {
    transition: none;
  }
  .back-to-top {
    transition: none;
  }
}
