:root {
  --ink: #101828;
  --muted: #5c647a;
  --line: #dbe5ff;
  --surface: #ffffff;
  --surface-soft: #f6f9ff;
  --blue: #1a5ce0;
  --blue-dark: #003ea8;
  --cyan: #2fc7ff;
  --accent: #ff8a3d;
  --shadow: 0 18px 45px rgba(33, 70, 145, 0.14);
  --radius: 8px;
}

section.aboutus-banner {
  padding: 150px 0 120px;
  overflow: hidden;
  background: #f8faff;
}

#header {
  background: #ffffff !important;
}

.navbar-link {
  color: #000000;
}

.about-banner-content {
  position: relative;
  z-index: 1;
}

.shape_1 img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.about-banner-content .subheading {
  color: #0043c8;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1.2px;
  font-family: "Poppins";
  position: relative;
  padding-left: 60px;
}

.about-banner-content .subheading::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 1px;
  background: #0043c8;
}

.about-banner-content h1 {
  font-size: 64px;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: 0px;
  margin: 30px 0;
}

.about-banner-content p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  color: #434655;
}

.block-color {
  color: #0043c8;
}

.about-img img {
  width: 100%;
  border-radius: 50px;
  max-height: 500px;
  object-fit: cover;
  position: relative;
}

.about-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(196 210 237 / 30%);
  border-radius: 50px;
}

img.overlay-shape {
  position: absolute;
  left: 0;
  top: -100px;
}

.banner-note {
  position: absolute;
  text-align: start;
  background: #ffffffd6;
  box-shadow: 0px 25px 50px -12px #00000040;
  border-radius: 12px;
  padding: 32px;
  right: -60px;
  bottom: -20px;
  border: 1px solid #c3c5d84d;
  backdrop-filter: blur(12px);
  animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0px);
  }
}

.banner-note h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  color: #0043c8;
  margin-bottom: 5px;
}

.banner-note p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  color: #434655;
}

a.custom-cta {
  display: inline-block;
  background: #0043c8;
  padding: 15px 30px;
  border-radius: 50px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 20px;
  width: 100%;
  max-width: 290px;
  text-align: center;
}

.custom-white-cta {
  background: white !important;
  border: 1px solid #0043c8;
  color: #0043c8 !important;
}

/* impact */

.impact-section {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, #0a1f44 0%, #123e9a 100%);
}

.subhead {
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  font-family: "Inter";
}

.watter-mark {
  position: absolute;
  left: -300px;
  top: 42%;
  font-size: 22rem;
  font-weight: 900;
  font-family: "Poppins";
  color: #ffffff0a;
  transform: scale(1);
  transform: rotateZ(90deg);
}

.impacts-number {
  font-size: 6.5rem;
  font-weight: 900;
  background: linear-gradient(to bottom, #fff, #4a90e2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.impact-boxes {
  margin: 20px 0;
}

.impact-boxes p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #e0eaff;
}

.impacts-content-wrapper h3 {
  font-size: 24px;
  color: white;
  font-weight: 600;
  line-height: 32px;
}

.impacts-content-wrapper {
  padding-left: 70px;
  text-align: justify;
}

.impacts-content-wrapper h3 span {
  font-size: 16px;
  font-weight: 400;
  color: #bdd2ff;
  line-height: 24px;
}

.impacts-content-wrapper p {
  font-weight: 300;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
  color: #edf0ff;
  margin-top: 20px;
}

/* LEFT */
.left-sticky {
  position: sticky;
  top: 200px;
}

/* RIGHT */
.scroll-area {
  position: relative;
}

/* EACH STEP */
.step {
  margin-bottom: 100px;
}

/* CONTENT */
.content {
  opacity: 0.1;
  transform: translateY(100px);

  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

/* ACTIVE */
.content.active {
  opacity: 1;
  transform: translateY(70px);
}

@media (max-width: 991px) {
  .left-sticky {
    position: relative;
    margin-bottom: 80px;
  }
}

.mission-vision-section {
  padding: 120px 0;
  background: #f8faff;
}

.mv-card {
  border-radius: 48px;
  padding: 50px;
  height: 100%;
  position: relative;
  border: 1px solid #c3c5d84d;
  overflow: hidden;
  transition: all 0.4s ease;
  background: white;
}

.mv-card:hover {
  transform: translateY(-8px);
  background: #0043c8;
}

/* ICON */

/* VISION ICON */
.vision-icon {
  border: none;
  width: auto;
  height: auto;
  margin-bottom: 24px;
}

.vision-icon i {
  font-size: 50px;
  color: #0043c8;
}

/* SMALL TITLE */
.mv-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1d2433;
  margin-bottom: 10px;
}

/* MAIN TEXT */
.mv-text {
  font-size: 24px;
  line-height: 39px;
  font-weight: 400;
  max-width: 470px;
  color: #373d4d;
  margin-bottom: 25px;
}

/* BOTTOM */
.mv-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 28px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mv-bottom span {
  font-size: 16px;
  font-weight: 400;
  color: #0b1c30;
  line-height: 24px;
}

.mv-card:hover
  :is(.vision-icon i, .mv-subtitle, .mv-text, .mv-bottom span, .mv-bottom i) {
  color: #e0e0e0;
}

.mv-card:hover .mv-bottom {
  border-top: 1px solid #e0e0e0;
}

.mv-bottom i {
  font-size: 22px;
  transition: all 0.3s ease;
}

.mv-card:hover .mv-bottom i {
  transform: translateX(8px);
}

/* MOBILE */
@media (max-width: 991px) {
  .mv-card {
    padding: 35px 28px;
    border-radius: 24px;
  }

  .mv-text {
    font-size: 18px;
    line-height: 1.7;
  }

  .mv-bottom span {
    font-size: 15px;
  }
}
/* ========== MAIN SECTION (SAME STRUCTURE, ELEVATED VISUALS) ========== */
.leadership-section {
  padding: 100px 0;
  overflow: hidden;
  background: linear-gradient(135deg, #f6f9ff 0%, #eff3fa 100%);
  position: relative;
}

/* subtle brand accent pattern */
.leadership-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: radial-gradient(
    circle at 100% 0%,
    rgba(0, 67, 200, 0.02) 0%,
    transparent 70%
  );
  pointer-events: none;
}

/* ===== IMAGE WRAPPER (elevated, modern product treatment) ===== */
.leader-image-wrapper {
  position: relative;
  border-radius: 32px;
  transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.small-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 700;
 
  background: rgba(0, 100, 245, 0.08);
  display: inline-block;
  padding: 8px 18px;
  border-radius: 40px;
  margin-bottom: 24px;
  font-family: "Inter", sans-serif;
  backdrop-filter: blur(2px);
  font-style: normal;
  border: 1px solid rgba(0, 100, 245, 0.15);
}

.small-title i {
  margin-right: 8px;
  font-size: 0.7rem;
}

.leader-image {
  width: 100%;
  height: 560px;
  display: block;
  object-fit: cover;
  border-radius: 28px;
  box-shadow:
    0 25px 45px -12px rgba(0, 0, 0, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.02);
  transition:
    transform 0.5s ease,
    box-shadow 0.3s;
  filter: brightness(1.01) contrast(1.02);
}
/* FLOATING CARD — redesigned with modern glassmorphism + subtle border */
.leader-card {
    position: absolute;
    right: -20px;
    bottom: -20px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.12),
    0 0 0 1px rgba(0, 67, 200, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.6);
    transition: all 0.25s;
}
.leader-card:hover {
  
  box-shadow: 0 24px 40px -12px rgba(0, 67, 200, 0.2);
}

.leader-card h5 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #0b1c30;
  line-height: 1.3;
  letter-spacing: -0.3px;
  margin-bottom: 6px;
  font-family: "Inter", sans-serif;
}

.leader-card p {
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #0064f5;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

/* ===== RIGHT CONTENT (below image, but styled like premium product company) ===== */
.leadership-content {
    position: relative;
    padding: 60px 50px;
    background: white;
    border-radius: 32px;
    box-shadow: 0 10px 35px -12px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(0, 0, 0, 0.02);
    transition: box-shadow 0.2s;
}

/* QUOTE MARK — elegant, integrated */
.quote-mark {
    font-size: 4rem;
    line-height: 1;
    position: absolute;
    color: #0064f5;
    top: 5px;
    left: 20px;
    font-weight: 700;
    z-index: 0;
    opacity: 0.12;
    font-family: serif;
}

.leadership-inner {
  position: relative;
  z-index: 2;
}

/* typography — modern, crisp, product-led */
.leadership-content p {
  font-size: 18px;
    line-height: 30px;
    color: rgb(67, 70, 85);
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 30px;
    text-align: justify;
    font-family: "Zilla Slab", serif !important;
}


   
/* subtle highlight for key phrases */
.leadership-content p strong {
  color: #0064f5;
  font-weight: 600;
  background: rgba(0, 100, 245, 0.08);
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 0.95rem;
}

/* signature area — minimal, refined */
.signature {
  margin-top: 48px;
  text-align: right;
  border-top: 1px solid #eef2f6;
  padding-top: 32px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.signature img {
  max-width: 130px;
  opacity: 0.65;
  transition: opacity 0.2s;
  filter: brightness(0.95);
}

.signature img:hover {
  opacity: 0.9;
}

/* signature optional badge (global footprint hint) */
.global-tag {
  font-size: 0.7rem;
  background: #f1f5f9;
  padding: 6px 14px;
  border-radius: 60px;
  color: #2c3e66;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* responsive adjustments — keep layout perfect for all devices */
@media (max-width: 768px) {
  .leadership-section {
    padding: 60px 0;
  }

  .leader-image {
    height: 420px;
  }
  .leader-card {
    right: -12px;
    bottom: -12px;
    padding: 14px 24px;
  }
  .leader-card h5 {
    font-size: 1.2rem;
  }
  .leadership-content {
    padding: 32px 24px;
  }
  .quote-mark {
    font-size: 3rem;
    top: 20px;
    left: 24px;
  }
  .leadership-content p {
    font-size: 0.95rem;
    line-height: 1.55;
  }
  .small-title {
    font-size: 0.7rem;
    padding: 6px 14px;
  }
  .signature {
    flex-direction: column;
    align-items: flex-end;
  }
}

@media (max-width: 550px) {
  .leader-image {
    height: 340px;
  }
  .leader-card {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 16px;
    display: inline-block;
    width: fit-content;
  }
  .leader-image-wrapper {
    display: flex;
    flex-direction: column;
  }
  .leader-card {
    align-self: flex-end;
    margin-right: 12px;
  }
  .leadership-content {
    padding: 28px 20px;
  }
}

/* micro-interactions + product grade enhancements */
.leadership-content {
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}

.leadership-content:hover {
  box-shadow:
    0 20px 40px -16px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(0, 100, 245, 0.08);
}

/* subtle italic for first letter or quote style */
.leadership-inner p:first-of-type::first-letter {
  font-size: 1.3em;
  font-weight: 600;
  color: #0064f5;
}



/* refined floating card on extra small devices */
@media (max-width: 550px) {
  .leader-card {
    position: absolute;
    bottom: -15px;
    right: 10px;
  }
  .leader-image-wrapper {
    position: relative;
  }
}

/* smooth hover for signature */
.signature img {
  transition: all 0.2s;
}

/* improve quote mark positioning on tablet */
@media (max-width: 900px) {
  .quote-mark {
    left: 28px;
    top: 24px;
  }
}

/* button-like subtlety on global tag */
.global-tag i {
  font-size: 0.7rem;
}

/* premium micro-border for images */
.leader-image {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* enhance product-like feel */
.leadership-content {
  background: #ffffff;
  transition: all 0.3s ease;
}
.team-section {
  padding: 90px 0;
  background: #f8faff;
}

/* TEAM CARD */
.team-card {
  transition: all 0.4s ease;
}

/* .team-card:hover {
    transform: translateY(-10px);
  } */

/* IMAGE */
.team-image-wrapper {
  overflow: hidden;
  border-radius: 26px;
  margin-bottom: 20px;
  position: relative;
}

.team-image {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  transition: all 0.5s ease;
}

.team-card:hover .team-image {
  transform: scale(1.08);
}

/* NAME */
.team-name {
  font-size: 16px;
  font-weight: 400;
  color: #0b1c30;
  margin-bottom: 5px;
  line-height: 24px;
  letter-spacing: 0;
}

/* ROLE */
.team-role {
  font-size: 16px;
  text-transform: uppercase;
  color: #434655;
  letter-spacing: 0;
  margin-bottom: 0;
  line-height: 24px;
  font-weight: 400;
}

/* MOBILE */
@media (max-width: 991px) {
  .team-section {
    padding: 70px 0;
  }

  .section-title {
    font-size: 42px;
    margin-bottom: 50px;
  }

  .team-image {
    height: 280px;
  }

  .team-name {
    font-size: 20px;
  }
}

/* cta */
section.about-cta {
  padding: 100px 0;
  background: linear-gradient(135deg, #0a1f44 0%, #123e9a 100%);
}

section.about-cta h5 {
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: -1.28px;
  color: white;
}

.about-cta h5 span {
  font-weight: 600;
  font-style: italic;
  color: #bdd2ff;
}

a.cta-btn {
  padding-left: 15px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

/* SECTION */

.journey-section {
  padding: 110px 0;
  overflow: hidden;
  background: #f8faff;
}

/* HEADING */
.journey-heading {
  text-align: center;
  margin-bottom: 90px;
}

.journey-label {
  color: #2155ff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 3.2px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.journey-title {
  color: #0b1c30;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 24px;
}

.typewriter {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: bottom;

  border-right: 2px solid #0043c8;

  animation:
    typing 4s steps(6) infinite,
    blink 0.7s infinite;
}

@keyframes typing {
  0% {
    width: 0;
  }

  40% {
    width: 6ch;
  }

  60% {
    width: 6ch;
  }

  100% {
    width: 0;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

.home-process-wrapper {
  position: relative;
  min-height: 320vh;
  background: var(--surface-soft);
}

.home-process-sticky {
  position: sticky;
  top: 0;
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  overflow: visible;
  padding: 44px 0 56px;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.home-process-header {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.section-kicker::before,
.section-kicker::after {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--line);
}

.process-title {
  margin: 0;
  color: #0f172a;
  font-size: clamp(38px, 4.8vw, 62px);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: 0;
}

.process-subtitle {
  max-width: 620px;
  margin: 12px auto 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.timeline-wrapper {
  position: relative;
  width: 100%;
  height: 610px;
}

.timeline-svg {
  position: absolute;
  inset: 137px 0 120px;
  pointer-events: none;
}

.timeline-svg svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

#bg-path,
#active-path {
  fill: none;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#bg-path {
  stroke: rgba(26, 92, 224, 0.1);
}

#active-path {
  stroke: url(#timelineGradient);
  filter: drop-shadow(0 8px 18px rgba(26, 92, 224, 0.22));
}

.process-item {
  position: absolute;
  top: var(--dot-y);
  left: var(--dot-x);
  z-index: 4;
  width: min(235px, 20vw);
  opacity: 0.22;
  transform: translate(-50%, -50%) scale(0.97);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

.process-item.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.process-item::before {
  content: "";
  position: absolute;
  left: 50%;
  z-index: 1;
  width: 1px;
  height: 42px;
  background: linear-gradient(
    180deg,
    rgba(26, 92, 224, 0.35),
    rgba(47, 199, 255, 0.05)
  );
  transform: translateX(-50%);
}

.item-top::before {
  bottom: 16px;
}

.item-bottom::before {
  top: 16px;
  background: linear-gradient(
    180deg,
    rgba(47, 199, 255, 0.05),
    rgba(26, 92, 224, 0.35)
  );
}

.timeline-content {
  position: absolute;
  left: 50%;
  z-index: 3;
  width: 100%;
  min-height: 150px;
  padding: 15px 16px;
  border: 1px solid rgb(241 245 255);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 28px rgba(30, 64, 175, 0.1);
  backdrop-filter: blur(10px);
  transform: translateX(-50%);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.item-top .timeline-content {
  bottom: 42px;
}

.item-bottom .timeline-content {
  top: 42px;
}

.process-item.active .timeline-content,
.timeline-content:hover {
  border-color: rgb(26 92 224 / 10%);
  box-shadow: var(--shadow);
  transform: translate(-50%, -3px);
}

.item-bottom.active .timeline-content,
.item-bottom .timeline-content:hover {
  transform: translate(-50%, 3px);
}

.timeline-content::before {
  content: attr(data-step);
  position: absolute;
  top: 14px;
  right: 14px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
  background: #0043c8;
}
.timeline-year {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 22px;
  font-weight: 850;
  line-height: 1;
}

.timeline-text {
  margin: 0;
  padding-right: 28px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.icon {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 8;
  width: 26px;
  height: 26px;
  border: 6px solid #fff;
  border-radius: 50%;
  background: #0043c8;
  box-shadow:
    0 0 0 8px rgba(26, 92, 224, 0.12),
    0 12px 28px rgba(26, 92, 224, 0.28);
  transform: translate(-50%, -50%);
}

.icon::after {
  content: "";
  position: absolute;
  inset: -10px;
  border: 1px solid rgba(26, 92, 224, 0.22);
  border-radius: 50%;
  animation: pulse 2.4s infinite ease-out;
}

@keyframes pulse {
  from {
    transform: scale(0.65);
    opacity: 0.9;
  }

  to {
    transform: scale(1.45);
    opacity: 0;
  }
}

.item-1 {
  --dot-x: 9%;
  --dot-y: 178px;
}

.item-2 {
  --dot-x: 33%;
  --dot-y: 178px;
}

.item-3 {
  --dot-x: 56%;
  --dot-y: 178px;
}

.item-4 {
  --dot-x: 84%;
  --dot-y: 178px;
}

.item-8 {
  --dot-x: 84%;
  --dot-y: 436px;
}

.item-7 {
  --dot-x: 56%;
  --dot-y: 436px;
}

.item-6 {
  --dot-x: 33%;
  --dot-y: 436px;
}

.item-5 {
  --dot-x: 9%;
  --dot-y: 436px;
}

.timeline-progress {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  width: min(520px, calc(100% - 32px));
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(26, 92, 224, 0.12);
}

.timeline-progress span {
  display: block;
  width: calc(var(--progress, 0) * 100%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), var(--cyan), var(--accent));
  transition: width 0.08s linear;
}
@media (max-width: 1400px) {
  .impacts-number {
    font-size: 6rem;
  }
}
@media (max-width: 1199px) {
  .process-item {
    width: 210px;
  }
  .impacts-number {
    font-size: 5rem;
  }
}

@media (max-height: 820px) and (min-width: 992px) {
  .home-process-sticky {
    padding: 30px 0 40px;
  }

  .home-process-header {
    margin-bottom: 22px;
  }

  .process-title {
    font-size: clamp(36px, 4vw, 54px);
  }

  .process-subtitle {
    font-size: 14px;
    line-height: 1.45;
  }

  .timeline-wrapper {
    height: 560px;
  }

  .timeline-svg {
    inset: 126px 0 108px;
  }

  .item-1,
  .item-2,
  .item-3,
  .item-4 {
    --dot-y: 164px;
  }

  .item-5,
  .item-6,
  .item-7,
  .item-8 {
    --dot-y: 404px;
  }
}

@media (max-width: 991px) {
  .dummy-section {
    min-height: 42vh;
  }

  .home-process-wrapper {
    min-height: auto;
  }

  .home-process-sticky {
    position: relative;
    min-height: auto;
    padding: 64px 0;
  }

  .home-process-header {
    margin-bottom: 34px;
  }

  .process-title {
    font-size: clamp(32px, 8vw, 48px);
  }

  .timeline-wrapper {
    height: auto;
    display: grid;
    gap: 16px;
  }

  .timeline-svg,
  .timeline-progress {
    display: none;
  }

  .process-item {
    position: relative;
    inset: auto !important;
    width: 100%;
    opacity: 1;
    transform: none;
  }

  .process-item.active {
    transform: none;
  }

  .process-item::before,
  .process-item.item-top::before,
  .process-item.item-bottom::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -16px;
    left: 19px;
    width: 2px;
    height: auto;
    background: var(--line);
    transform: none;
  }
  .process-item::before {
    display: none;
  }
  .process-item:last-child::before {
    display: none;
  }

  .process-item .icon {
    display: block;
    top: 22px;
    left: 20px;
    width: 20px;
    height: 20px;
    transform: translate(-50%, 0);
  }

  .timeline-content {
    position: relative;
    inset: auto !important;
    left: auto;
    width: auto;
    min-height: auto;
    margin-left: 42px;
    padding: 16px 16px 16px 18px;
    transform: none !important;
  }

  .timeline-content:hover {
    transform: none;
  }

  .timeline-text {
    padding-right: 18px;
  }

  .item-1 {
    order: 1;
  }

  .item-2 {
    order: 2;
  }

  .item-3 {
    order: 3;
  }

  .item-4 {
    order: 4;
  }

  .item-8 {
    order: 5;
  }

  .item-7 {
    order: 6;
  }

  .item-6 {
    order: 7;
  }

  .item-5 {
    order: 8;
  }
}

@media (max-width: 575px) {
  .home-process-sticky {
    padding: 46px 0;
  }

  .section-kicker {
    font-size: 10px;
  }

  .process-subtitle {
    font-size: 14px;
  }

  .timeline-content {
    padding: 16px;
  }

  .timeline-year {
    font-size: 22px;
  }

  .timeline-text {
    font-size: 13px;
    line-height: 1.55;
  }
}

@media (max-width: 1199px) {
  section.aboutus-banner {
    padding: 130px 0 100px;
  }

  .about-banner-content h1 {
    font-size: clamp(42px, 5.2vw, 58px);
    line-height: 1.08;
  }

  .about-banner-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .about-img img {
    max-height: 440px;
  }

  .banner-note {
    right: -30px;
    bottom: -40px;
    padding: 25px;
    max-width: 260px;
  }
  .impact-section {
    padding: 90px 0;
  }

  .impacts-content-wrapper {
    padding-left: 30px;
  }

  .watter-mark {
    left: -220px;
    font-size: 18rem;
  }

  .leadership-content {
    padding-left: 20px;
  }

  .leader-card {
    right: -30px;
    bottom: -35px;
    padding: 18px 20px;
  }

  .team-image {
    height: 280px;
  }

  section.about-cta h5 {
    font-size: clamp(36px, 5vw, 56px);
    line-height: 1.15;
  }
}

@media (max-width: 991px) {
  section.aboutus-banner {
    padding: 100px 0 20px;
  }

  .aboutus-banner .row > div {
    margin-bottom: 30px;
  }

  .about-banner-content {
    text-align: center;
  }

  .about-banner-content .subheading {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 16px;
  }
  .content {
    opacity: 1;
    transform: translateY(100px);
  }

  .about-banner-content .subheading::after {
    display: none;
  }

  .about-banner-content h1 {
    font-size: clamp(34px, 7vw, 60px);
    margin: 0 0 18px;
    line-height: 1.3;
  }

  .about-banner-content p {
    max-width: 640px;
    margin: 0 auto 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .custom-cta {
    margin: 12px 8px 0;
  }

  .about-img img {
    max-height: 100%;
    text-align: center;
  }

  .banner-note {
    position: relative;
    left: -5%;
    right: auto;
    bottom: auto;
    transform: translateX(-50%);
    margin-top: -30px;
    max-width: 260px;
  }

  .about-content .col-lg-5,
  .about-content .col-lg-7 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .about-content .px-5 {
    padding: 0 !important;
  }

  .impact-section {
    padding: 70px 0;
  }

  .left-sticky {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }

  .impacts-content-wrapper {
    padding-left: 0;
  }

  .watter-mark {
    display: none;
  }

  .scroll-area {
    margin-top: 0;
  }

  .step {
    margin-bottom: 40px;
  }

  .content {
    transform: none;
    margin-bottom: 75px;
  }

  .content.active {
    transform: none;
  }

  .mission-vision-section {
    padding: 80px 0;
  }

  .mv-card {
    padding: 30px 24px;
    border-radius: 28px;
  }

  .leadership-section {
    padding: 70px 0;
  }

  .leader-image-wrapper {
    margin-bottom: 24px;
  }

  .leadership-content {
    padding-left: 0;
    margin-top: 0;
  }

  .quote-mark {
    position: relative;
    top: auto;
    left: auto;
    font-size: 70px;
    margin-bottom: -10px;
  }

  .team-section {
    padding: 70px 0;
  }

  .team-image {
    height: 260px;
  }

  section.about-cta {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  section.aboutus-banner {
    padding: 96px 0 70px;
  }
  .cta-buttons.mt-3 {
    display: flex;
    align-items: center;
    flex-flow: column;
    gap: 25px;
  }
  .home-page-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  a.custom-cta {
    width: 100%;
    min-width: 100%;
  }
  .about-banner-content h1 {
    font-size: clamp(30px, 8vw, 60px);
  }

  .about-banner-content p {
    font-size: 15px;
    line-height: 24px;
  }

  .about-img img {
    border-radius: 28px;
  }

  .about-img::after {
    border-radius: 28px;
  }

  .banner-note {
    padding: 20px;
    max-width: 280px;
  }

  .impact-section {
    padding: 60px 0;
  }

  .impacts-number {
    font-size: 3.6rem;
  }

  .impact-boxes p {
    font-size: 15px;
  }

  .impacts-content-wrapper h3 {
    font-size: 20px;
  }

  .impacts-content-wrapper p {
    font-size: 16px;
    line-height: 26px;
  }

  .mv-card {
    padding: 24px 20px;
  }

  .mv-text {
    font-size: 17px;
    line-height: 1.7;
  }

  .leadership-content p {
    font-size: 16px;
    line-height: 1.75;
  }

  .team-image {
    height: 230px;
  }

  .team-name {
    font-size: 18px;
  }

  .team-role {
    font-size: 14px;
  }

  section.about-cta h5 {
    font-size: clamp(28px, 7vw, 40px);
    line-height: 1.25;
    margin-bottom: 16px;
  }

  .cta-btn {
    display: inline-block;
    padding-left: 0;
  }

  .journey-section {
    padding: 70px 0;
  }
}
@media (max-width: 620px) {
  .home-page-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }
}
@media (max-width: 575px) {
  .about-banner-content .subheading {
    font-size: 11px;
    letter-spacing: 0.8px;
  }

  .about-banner-content h1 {
    font-size: 55px;
  }
  .about-banner-content p {
    font-size: 14px;
    line-height: 22px;
  }

  .custom-cta {
    display: block;
    margin: 12px 0 0;
    text-align: center;
  }

  .banner-note {
    width: calc(100% - 24px);
    max-width: 100%;
    padding: 16px;
    text-align: center;
    left: 0;
  }

  .impact-boxes {
    margin: 12px 0;
  }

  .impacts-content-wrapper h3 {
    font-size: 18px;
  }

  .impacts-content-wrapper p {
    font-size: 15px;
    line-height: 24px;
  }

  .mv-card {
    border-radius: 20px;
  }

  .leadership-content p {
    font-size: 15px;
  }

  .leader-card {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 16px;
    max-width: 200px;
    top: -70px;
  }
  .team-image {
    height: 210px;
  }

  .signature img {
    max-width: 90px;
  }

  section.about-cta {
    padding: 55px 0;
  }

  .about-cta h5 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  section.aboutus-banner {
    padding: 84px 0 56px;
  }

  .about-banner-content h1 {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 12px;
  }

  .about-banner-content p {
    font-size: 13px;
    line-height: 21px;
  }

  .about-img img {
    max-height: 220px;
  }

  .banner-note {
    width: calc(100% - 20px);
    padding: 14px;
    margin-top: 12px;
  }

  .banner-note h3 {
    font-size: 17px;
  }

  .banner-note p {
    font-size: 13px;
    line-height: 20px;
  }

  .impact-section {
    padding: 48px 0;
  }

  .impacts-number {
    font-size: 2.8rem;
  }

  .mv-card {
    padding: 18px 16px;
    border-radius: 18px;
  }

  .leadership-content p {
    font-size: 14px;
    line-height: 1.7;
  }

  .team-image {
    height: 190px;
  }

  .team-name {
    font-size: 16px;
  }

  .team-role {
    font-size: 13px;
  }

  section.about-cta {
    padding: 48px 0;
  }

  .about-cta h5 {
    font-size: 22px;
    line-height: 1.28;
  }
}

@media (max-width: 420px) {
  .about-banner-content h1 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  .about-banner-content h1 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  .impacts-number {
    font-size: 2rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
