* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  background: #000;
  color: #fff;
  line-height: 1.6;
  overflow-x: hidden;
}
.container {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1280px) {
  .container {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 1420px) {
  .container {
    padding-left: 110px;
    padding-right: 110px;
  }
}
@media (max-width: 800px) {
  .container {
    flex-direction: column-reverse;
  }
}
.globe-container {
  position: relative;
  overflow: hidden;
}
.bg-overlay {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.2s ease-out;
}

.bg-overlay.scrolled-up {
  transform: translateY(-100%);
}
.bg-overlay video {
  width: 100%;
  height: 100%;
  transform: translateY(90px);
  mix-blend-mode: lighten;
}
@media (max-width: 500px) {
  .bg-overlay video {
    width: 100%;
    height: 99%;
  }
}
/* Header */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 1rem 0;
  background: transparent; /* Default no background */
  transition: background 0.3s ease; /* Smooth transition */
}
.header.scrolled {
  background: black; /* Background when scrolled */
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: #00bcd4;
}
.logo img {
  width: 140.969px;
}
.nav-menu {
  display: flex;
  list-style: none;
  gap: 4rem;
}

.nav-menu a {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  transition: color 0.3s;
}

.nav-menu a:hover {
  color: #00bcd4;
  text-decoration: underline;
  text-underline-position: under;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.mobile-menu span {
  width: 25px;
  height: 3px;
  background: #fff;
  margin: 3px 0;
  transition: 0.3s;
}

/* Hero Section */
.hero {
  height: auto;
  padding: 10rem 0 0 0;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 100vh;
}
.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  gap: 25px;
}
.hero-content p {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.hero-content img {
  max-width: 75%;
}

.globe-section {
  padding: 7rem 0;
  position: relative;
  width: 100%;
  text-align: center;
  min-height: 100vh;
}

.globe-container {
  position: relative;
  flex-direction: column;
  gap: 6rem;
  display: flex;
}

.globe-image {
  width: 100%;
  height: 100vh; /* full screen height */
  margin: 0 auto;
  position: relative;

  /* Background stays fixed while content moves */
  /* background: url("./assets/img/Rectangle.png") no-repeat center center; */
  /* background-size: cover; */
  /* background-attachment: fixed; makes it stay in place */
}
.cta-title-block {
  z-index: 2;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-title {
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.1;
  background: linear-gradient(90deg, #2afff0 0%, #005e8f 74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta-title.right,
.cta-title.left {
  font-family: Azonix, Arial, sans-serif;
  font-size: 6rem;
}
@media (max-width: 768px) {
  .cta-title.right,
  .cta-title.left {
    font-size: 3rem;
  }
}
.cta-button-block {
  z-index: 10;
  position: relative;
  top: -2rem;
}

.cta-title-item {
  white-space: nowrap;
  flex: none;
  overflow: hidden;
}

.featured-title {
  color: var(--dark-grey);
  font-family: Azonix, Arial, sans-serif;
  font-size: 3rem;
}

.cta-component {
  height: 400vh;
}
/* cta */

#w-node-_575faa43-ad6a-308a-8a76-e5148d1528e4-8d1528de {
  grid-area: 1 / 1 / 4 / 4;
}
#w-node-_575faa43-ad6a-308a-8a76-e5148d1528ff-8d1528de {
  grid-area: 1 / 2 / 4 / 3;
}
#w-node-_575faa43-ad6a-308a-8a76-e5148d1528e5-8d1528de {
  grid-area: 1 / 1 / 2 / 2;
}
#w-node-_575faa43-ad6a-308a-8a76-e5148d1528f2-8d1528de {
  grid-area: 1 / 2 / 2 / 3;
}
.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.cta-component {
  height: 400vh;
}
.cta-content-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: sticky;
  top: 0;
}

.cta-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}
.cta-title-item {
  white-space: nowrap;
  flex: none;
  overflow: hidden;
  /* color: #00bcd4; */
}
.cta-title-wrap {
  flex-flow: column;
  margin-top: -2.5rem;
  display: flex;
}

.cta-image-block {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-image {
  z-index: 1;
  object-fit: cover;
  width: 70%;
  height: 70%;
  position: relative;
}
@media screen and (min-width: 1440px) {
  .cta-image {
    width: 28rem;
    min-width: 28rem;
  }
}
@media screen and (max-width: 750px) {
  .cta-image {
    width: 20rem;
    min-width: 10rem;
  }
}
/* cta */

.globe-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3); /* optional overlay */
}

/* Content Overlay */
.content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 10;
  flex-direction: column;
  gap: 5rem;
}

.mission-text {
  /* position: absolute; */
  /* top: 15%; */
  right: 12%;
  text-align: right;
}

.vision-text {
  position: relative;
  text-align: left;
  max-width: 80%;
}
@media (max-width: 1100px) {
  .vision-text {
    max-width: 100%;
  }
}

.mission-text h2,
.vision-text h2 {
  font-size: 3rem;
  color: #00bcd4;
  margin-bottom: 1.5rem;
  font-weight: bold;
  letter-spacing: 4px;
}

.mission-text p,
.vision-text p {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1100px) {
  .mission-text p,
  .vision-text p {
    font-size: 20px;
    text-align: center;
  }
}
@media (max-width: 800px) {
  .mission-text p,
  .vision-text p {
    font-size: 16px;
  }
}

.process-overlay {
  display: flex;
  gap: 6rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.process-step {
  display: flex;
  align-items: flex-end;
  gap: 2rem;
  text-align: -webkit-auto;
  max-width: 399px;
}
.step-title {
  /* width: 200px; */
}
@media (max-width: 800px) {
  .process-overlay {
    gap: 3rem;
  }

  .process-step {
    &:first-child {
      width: 100%;
    }
    width: 50%;
    padding: 30px;
  }
}
.process-step .step-number {
  font-size: 5rem;
  color: #00bcd4;
  font-weight: bold;
  display: block;
  margin-bottom: 0;
  position: relative;
  height: 236px;
}
.process-step .step-number .first {
  position: relative;
  z-index: 1;
}
.process-step .step-number .second {
  position: absolute;
  left: 10px;
  top: -10px;
  mix-blend-mode: lighten;
}
.process-step .step-number .third {
  position: absolute;
  left: 10px;
  top: -10px;
  mix-blend-mode: color-dodge;
}
.process-step .step-title {
  font-size: 49.04px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}

.process-step .step-desc {
  color: rgb(255 255 255 / 63%);
  font-size: 35.03px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.mission-vision {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
  margin-top: 3rem;
}

.mission,
.vision {
  text-align: left;
}

.mission h3,
.vision h3 {
  font-size: 2rem;
  color: #00bcd4;
  margin-bottom: 1rem;
}

/* Process Steps */
.process-section {
  padding: 5rem 0;
  background: #001122;
}

.process-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.step {
  text-align: center;
  padding: 2rem;
  border: 1px solid #00bcd4;
  border-radius: 10px;
  transition: transform 0.3s;
}

.step:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 188, 212, 0.3);
}

.step-number {
  font-size: 3rem;
  color: #00bcd4;
  font-weight: bold;
  margin-bottom: 1rem;
}

.step h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #00bcd4;
}

.services-section {
  padding: 5rem 0;
  min-height: 100vh;
  .container {
    display: flex;
    align-items: center;
  }
}

.services-container {
  width: 100%;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .services-container {
    width: 33.33%;
  }
}
.services-container video {
  max-width: 100%;
  mix-blend-mode: lighten;
}
.services-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
}

.tmt-logo {
  width: 400px;
  height: 400px;
}

.services-content {
  width: 100%;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .services-content {
    width: 66.666667%;
    padding-left: 5rem;
  }
}

.service-item {
  padding: 2rem 0;
}

.service-item:last-child {
  margin-bottom: 0;
}

.service-item h4 {
  color: #fff;
  font-size: 33.92px;
  font-style: normal;
  font-weight: 400;
}

.service-item p {
  margin-left: 0;
  text-align: left;
  font-size: 24.622px;
  font-style: normal;
  font-weight: 400;
}

/* Hover effects */
.service-item {
  transition: transform 0.3s;
  &:nth-child(2) {
    margin-left: 10%;
  }
  &:nth-child(3) {
    margin-left: 15%;
  }
  &:nth-child(4) {
    margin-left: 5%;
  }
  &:nth-child(5) {
    margin-left: -5%;
  }
}

.service-item:hover {
  transform: translateY(-10px);
}
@media (max-width: 800px) {
  .service-item {
    &:nth-child(2) {
      margin-left: 0%;
    }
    &:nth-child(3) {
      margin-left: 0%;
    }
    &:nth-child(4) {
      margin-left: 0%;
    }
    &:nth-child(5) {
      margin-left: 0%;
    }
  }
}
/* Responsive */
@media (max-width: 1024px) {
  .services-container {
    grid-template-columns: 1fr;
    gap: 3rem;
    text-align: center;
  }

  .services-content {
    padding-left: 0;
  }

  .image-placeholder {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 768px) {
  .services-section {
    padding: 3rem 0;
  }

  .services-container {
    padding: 0 1rem;
    gap: 2rem;
  }

  .image-placeholder {
    width: 250px;
    height: 250px;
  }

  .service-item {
    margin-bottom: 2rem;
    padding: 1rem;
  }

  .service-item h4 {
    font-size: 1.5rem;
    font-weight: 500;
  }
  .service-item p {
    font-size: 16px;
  }
} /* Services */

/* Why Choose Us */
.why-choose-section {
  position: relative;
  padding: 5rem 0rem;
  color: #fff;
  overflow: hidden;
}

.why-choose-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 45%;
  background: url("/assets/img/coin.png") no-repeat center right;
  background-size: contain;
  opacity: 0.4;
  z-index: -1;
}

.why-choose-content {
  position: relative;
  z-index: 2;
}
@media (max-width: 1050px) {
  .why-choose-content {
    text-align: center;
    width: 95%;
    margin: 0 auto;
  }
}
.left-content h2 {
  font-size: 4.8rem;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 2rem;
  background: linear-gradient(90deg, #2afff0 0%, #005e8f 74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  span {
    display: block;
  }
}
@media (max-width: 600px) {
  .left-content h2 {
    font-size: 2rem;
  }
  .feature h4 {
    font-size: 1.2rem;
  }
  .feature p {
    font-size: 1rem !important;
  }
}
.left-content h2 span {
  color: #00e5ff;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 3rem;
}
@media (max-width: 1050px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}
.feature {
  text-align: center;
}

.feature-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #00e5ff;
  img {
    max-height: 80px;
  }
}

.feature h4 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  background: linear-gradient(90deg, #2afff0 0%, #005e8f 74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feature p {
  font-size: 23.637px;
  line-height: 1.5;
  color: #fff;
  text-align: left;
}

/* Metrics */
.metrics-section {
  padding: 3rem 0;
  /* background: linear-gradient(90deg, #001122 0%, #002244 100%); */
  text-align: center;
  h3 {
    background: linear-gradient(90deg, #2afff0 0%, #005e8f 74%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .metrics-grid {
    gap: 2rem;
  }
  .metrics-section {
    h3 {
      font-size: 3rem;
    }
  }
}
.metrics-grid {
  display: flex;
  margin: 2rem auto 0;
  text-align: left;
  justify-content: space-around;
  flex-flow: wrap;
}
@media (min-width: 768px) {
  .metrics-grid {
    padding: 0 2rem;
  }
}
.metric-number {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease-in-out;
}

.metric {
  padding: 2rem 1rem;
}

.metric-number {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 0;
  background: linear-gradient(90deg, #2afff0 0%, #005e8f 74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: normal;
}

.metric-label {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 767px) {
  .metric-label {
    font-size: 16px;
  }
}
/* Journey Section */
.journey-section {
  /* background: #000; */
  padding: 5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.journey-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  perspective: 1000px; /* for 3D look */
}

.journey-left,
.journey-right {
  /* font-size: 3rem; */
  font-weight: bold;
  color: #00bcd4;
  text-align: center;
  line-height: 1.2;
  font-size: 90px;
}

.journey-image {
  width: 213.322px;
  height: 700.624px;
  /* transform: rotateY(20deg); tilt for 3D */
  /* transform-style: preserve-3d; */
  background: url("/assets/img/notrect.png") no-repeat center center;
  background-size: contain;
  /* box-shadow: 0 0 30px rgba(0, 188, 212, 0.5); */
}

.journey-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}
/* Blogs */
.blogs-section {
  padding: 5rem 0;
  /* background: #001122; */
  text-align: center;
  color: #fff;
}

.blogs-section h2 {
  color: #00bcd4;
  font-size: 6.5rem;
  margin-bottom: 3rem;
  background: linear-gradient(90deg, #2afff0 0%, #005e8f 74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .blogs-section h2 {
    font-size: 3rem;
  }
}
.blogs-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 1050px) {
  .blogs-layout {
    grid-template-columns: 1fr;
  }
}

.blogs-left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.blog-box {
  background: #000;
  border-radius: 0px;
  overflow: hidden;
  flex: 1;
  border: 24px solid rgba(255, 255, 255, 0.2);
}

.blog-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blogs-right {
  position: relative;
  background: #000;
  border-radius: 0px;
  overflow: hidden;
  border: 24px solid rgba(255, 255, 255, 0.2);
}

.blogs-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(35, 31, 32, 0) 0%,
    /* transparent at top */ rgba(16, 14, 14, 0.53) 70%,
    /* middle shade */ rgba(0, 0, 0, 0.9) 100% /* dark at bottom */
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* push text to bottom */
  padding: 3rem;
  text-align: center;
}

.blog-overlay h4 {
  margin: 0 0 1rem;
  font-size: 25px;
  color: #fff;
  font-weight: 400;
}

.blog-overlay p {
  font-size: 0.9rem;
  line-height: 23.637px;
  color: #ddd;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .blog-overlay h4 {
    font-size: 1rem;
  }
  .blog-overlay p {
    font-size: 0.7rem;
  }
}
/* Footer */
.footer {
  padding: 3rem 0;
  background: url(assets/img/footer-bg.svg);
  background-position: bottom center;
  text-align: center;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.footer-logo {
  font-size: 2rem;
  color: #00bcd4;
  margin-bottom: 1rem;
}

.footer-text {
  margin-bottom: 2rem;
  font-size: 4rem;
  font-weight: bold;
  line-height: normal;
  background: linear-gradient(90deg, #2afff0 0%, #005e8f 74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1050px) {
  .footer-text {
    font-size: 2.5rem;
  }
}
@media (max-width: 600px) {
  .footer-text {
    font-size: 1.2rem;
  }
}
.social-links {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 2rem 0;
}

.social-links a {
  color: #00bcd4;
  font-size: 1.5rem;
  transition: color 0.3s;
}

.social-links a:hover {
  color: #0ff;
}

/* Responsive Design */
@media (max-width: 768px) {
  .nav-menu {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    background: rgba(0, 20, 40, 0.95);
    flex-direction: column;
    padding: 2rem 0;
  }

  .nav-menu.active {
    display: flex;
    padding: 2rem;
  }

  .mobile-menu {
    display: flex;
  }

  .hero-content h1 {
    font-size: 2.5rem;
  }

  .hero-content p {
    font-size: 1rem;
  }

  .globe-image {
    width: 300px;
    height: 300px;
  }

  .journey-content h2 {
    font-size: 2.5rem;
  }

  .metric-number {
    font-size: 2rem;
  }

  .step-number {
    font-size: 2rem;
  }
  .blogs-layout {
    padding: 1rem 0;
  }
  .blogs-right,
  .blog-box {
    border-width: 12px;
  }
}

@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 2rem;
  }

  .globe-image {
    width: 250px;
    height: 250px;
  }

  .journey-content h2 {
    font-size: 2rem;
  }

  .nav {
    padding: 0 1rem;
  }

  .process-container,
  .globe-container,
  .journey-content {
    padding: 0 1rem;
  }
}
@media (max-width: 800px) {
  .process-container,
  .globe-container,
  .journey-contentt {
    /* padding:0 2rem; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto;
  }
}

/* ===== SCROLL ANIMATIONS ===== */
/* Fade Up Animation */
.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

.fade-up.animate {
  opacity: 1;
  transform: translateY(0);
}

/* Slide In Left Animation */
.slide-left {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.8s ease-out;
}

.slide-left.animate {
  opacity: 1;
  transform: translateX(0);
}

/* Slide In Right Animation */
.slide-right {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.8s ease-out;
}

.slide-right.animate {
  opacity: 1;
  transform: translateX(0);
}

/* Zoom In Animation */
.zoom-in {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.8s ease-out;
}

.zoom-in.animate {
  opacity: 1;
  transform: scale(1);
}

/* Staggered Animation Delays */
.delay-1 {
  transition-delay: 0.1s;
}
.delay-2 {
  transition-delay: 0.2s;
}
.delay-3 {
  transition-delay: 0.3s;
}
.delay-4 {
  transition-delay: 0.4s;
}
.delay-5 {
  transition-delay: 0.5s;
}

/* ===== SPECIFIC ELEMENT ANIMATIONS ===== */
/* Hero Section */
.hero-content h1 {
  animation: fadeUp 1s ease-out 0.5s both;
}

.hero-content p {
  animation: fadeUp 1s ease-out 0.8s both;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Globe Section Animations */
.mission-text {
  animation: slideInRight 1s ease-out 0.5s both;
  max-width: 80%;
  margin-left: auto;
}
@media (max-width: 1100px) {
  .mission-text {
    max-width: 100%;
    margin-left: 0;
  }
}
.vision-text {
  animation: slideInLeft 1s ease-out 0.5s both;
}

.process-step:nth-child(1) {
  animation-delay: 0.7s;
}
.process-step:nth-child(2) {
  animation-delay: 0.9s;
}
.process-step:nth-child(3) {
  animation-delay: 1.1s;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Services Section */
.service-item:nth-child(1) {
  animation-delay: 0.3s;
}
.service-item:nth-child(2) {
  animation-delay: 0.5s;
}
.service-item:nth-child(3) {
  animation-delay: 0.7s;
}
.service-item:nth-child(4) {
  animation-delay: 0.9s;
}
.service-item:nth-child(5) {
  animation-delay: 1.1s;
}

/* Why Choose Us Section */
.feature:nth-child(1) {
  animation-delay: 0.3s;
}
.feature:nth-child(2) {
  animation-delay: 0.5s;
}
.feature:nth-child(3) {
  animation-delay: 0.7s;
}
.feature:nth-child(4) {
  animation-delay: 0.9s;
}

/* Journey Section */
.journey-left {
  animation: slideInLeft 1s ease-out 0.5s both;
}

.journey-image {
  animation: zoomIn 1s ease-out 0.7s both;
}

.journey-right {
  animation: slideInRight 1s ease-out 0.9s both;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Blog Section */
.blogs-left .blog-box:nth-child(1) {
  animation-delay: 0.3s;
}
.blogs-left .blog-box:nth-child(2) {
  animation-delay: 0.5s;
}
.blogs-right {
  animation-delay: 0.7s;
}

/* Metrics Counter Animation Enhancement */
.metric-number {
  transition: all 0.8s ease-out;
}

.metric-number.animate {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

.fade-up.animate {
  opacity: 1;
  transform: translateY(0);
}

/* Slide In Left Animation */
.slide-left {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.8s ease-out;
}

.slide-left.animate {
  opacity: 1;
  transform: translateX(0);
}

/* Slide In Right Animation */
.slide-right {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.8s ease-out;
}

.slide-right.animate {
  opacity: 1;
  transform: translateX(0);
}

/* Zoom In Animation */
.zoom-in {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.8s ease-out;
}

.zoom-in.animate {
  opacity: 1;
  transform: scale(1);
}

/* Staggered Animation Delays */
.delay-1 {
  transition-delay: 0.1s;
}
.delay-2 {
  transition-delay: 0.2s;
}
.delay-3 {
  transition-delay: 0.3s;
}
.delay-4 {
  transition-delay: 0.4s;
}
.delay-5 {
  transition-delay: 0.5s;
}

/* ===== REMOVE CSS ANIMATIONS - REPLACE WITH SCROLL-TRIGGERED ===== */
/* Hero Section - Remove auto animations */
.hero-content h1,
.hero-content p {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

.hero-content h1.animate {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.hero-content p.animate {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}

/* Globe Section - Remove auto animations */
.mission-text,
.vision-text {
  opacity: 0;
  transition: all 0.8s ease-out;
}

.mission-text {
  transform: translateX(100px);
}
@media (max-width: 800px) {
  .mission-text img {
    max-width: 70%;
    margin-left: 12%;
    display: flex;
    gap: 10px;
  }
}

@media (max-width: 800px) {
  .vision-text img {
    max-width: 70%;
    display: flex;
    gap: 10px;
    margin-left: 12%;
  }
}

.mission-text.animate {
  opacity: 1;
  transform: translateX(0);
}

.vision-text {
  transform: translateX(-100px);
}

.vision-text.animate {
  opacity: 1;
  transform: translateX(0);
}

.process-step {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

.process-step:not(:first-child) {
  .step-number {
    margin-right: -100px;
  }
  .step-title {
    font-size: 35px;
  }
  .step-desc {
    font-size: 24.622px;
  }
  .step-content {
    position: relative;
  }
}
.process-step.animate {
  opacity: 1;
  transform: translateY(0);
}

.process-step:nth-child(1).animate {
  transition-delay: 0.2s;
}
.process-step:nth-child(2).animate {
  transition-delay: 0.5s;
}
.process-step:nth-child(3).animate {
  transition-delay: 0.7s;
}

/* Services Section */
.service-item {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

.service-item.animate {
  opacity: 1;
  transform: translateY(0);
}

.service-item:nth-child(1).animate {
  transition-delay: 0.2s;
}
.service-item:nth-child(2).animate {
  transition-delay: 0.3s;
}
.service-item:nth-child(3).animate {
  transition-delay: 0.4s;
}
.service-item:nth-child(4).animate {
  transition-delay: 0.5s;
}
.service-item:nth-child(5).animate {
  transition-delay: 0.6s;
}

/* Why Choose Us Section */
.feature {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

.feature.animate {
  opacity: 1;
  transform: translateY(0);
}

.feature:nth-child(1).animate {
  transition-delay: 0.2s;
}
.feature:nth-child(2).animate {
  transition-delay: 0.3s;
}
.feature:nth-child(3).animate {
  transition-delay: 0.4s;
}
.feature:nth-child(4).animate {
  transition-delay: 0.5s;
}

/* Journey Section */
.journey-left,
.journey-right {
  opacity: 0;
  transition: all 0.8s ease-out;
}

.journey-left {
  transform: translateX(-100px);
}

.journey-left.animate {
  opacity: 1;
  transform: translateX(0);
}

.journey-image {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.8s ease-out;
  transition-delay: 0.2s;
}

.journey-image.animate {
  opacity: 1;
  transform: scale(1);
}

.journey-right {
  transform: translateX(100px);
}

.journey-right.animate {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}

/* Blog Section */
.blog-box,
.blogs-right {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

.blog-box.animate,
.blogs-right.animate {
  opacity: 1;
  transform: translateY(0);
}

.blogs-left .blog-box:nth-child(1).animate {
  transition-delay: 0.3s;
}
.blogs-left .blog-box:nth-child(2).animate {
  transition-delay: 0.4s;
}
.blogs-right.animate {
  transition-delay: 0.3s;
}

/* Metrics Counter Animation Enhancement */
.metric {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}
@media (max-width: 767px) {
  .metric {
    width: 50%;
  }
  .process-step {
    .step-title {
      font-size: 36px;
    }
    &:not(:first-child) {
      .step-title {
        font-size: 24px;
      }
      .step-desc {
        font-size: 20.622px;
      }
    }
  }
  .process-step .step-desc {
    font-size: 24px;
  }
}
.metric.animate {
  opacity: 1;
  transform: translateY(0);
}

.metric:nth-child(1).animate {
  transition-delay: 0.3s;
}
.metric:nth-child(2).animate {
  transition-delay: 0.4s;
}
.metric:nth-child(3).animate {
  transition-delay: 0.5s;
}
.section-bg {
  position: relative;
}
