* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background: #000;
}

/* COMMON */

.container {
  width: 90%;
  max-width: 1400px;
  margin: auto;
}

.navbar {
  width: 95%;
  max-width: 1400px;
  margin: 20px auto;

  background: #fff;
  border-radius: 16px;
  padding: 14px 28px;
  position: fixed;
  top: 0;

  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.navbar-collapse {
  align-items: center;
}

.logo {
  width: 46px;
  height: 44px;
  object-fit: contain;
}

.navbar-nav {
  gap: 20px;
  margin-left: 60px !important;
}

.nav-link {
  color: #222 !important;
  /* margin-left: 20px; */
  font-weight: 500;
  padding: 2px 2px !important;
  font-size: 16px;
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.mega-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 90%;
  background: #fff;
  border-radius: 24px;
  padding: 28px;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s ease;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  z-index: 999;
}

.mega-dropdown {
  position: static;
}

.mega-dropdown:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  top: 115%;
}

.services-menu {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.mega-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.mega-item i {
  font-size: 34px;
  color: #3461ff;
  margin-bottom: 20px;
}

.mega-item h4 {
  font: size 18px;
  font-weight: 600;
  margin-bottom: 12px;
  font-family: "Bricolage Grotesque", sans-serif !important;
}

.mega-item:hover h4 {
  color: #0659f5 !important;
}

.mega-item p {
  color: #666;
  line-height: 1.6;
  font-size: 14px;
}

.mega-side-card {
  width: 320px;
  background: #f7f7f7;
  border-radius: 20px;
  padding: 20px;
}

.side-image {
  height: 160px;
  border-radius: 16px;
  background: #dcdcdc;
  margin-bottom: 28px;
}

.mega-side-card h3 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 16px;
}

.mega-side-card p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 25px;
}

.solutions-menu {
  /* display: grid; */
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  display: flex;
  align-items: flex-start;
  width: 92%;
  background: #fff;
  border-radius: 28px;
  padding: 32px;
  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.08);
}

.solution-card {
  padding: 40px;
  border-radius: 18px;
  transition: 0.3s ease;
  cursor: pointer;
}

.solution-card p {
  color: #666;
  line-height: 1.7;
  font-size: 17px;
  font-family: "Space Grotesk", sans-serif;
}

.solution-card.active {
  background: #f3f2ff;
}

.solution-card:hover {
  background: #f3f2ff;
}

.solution-card h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 18px;
  color: #111;
  transition: 0.3s ease;
  font-family: "Bricolage Grotesque", sans-serif;
}

.solution-card i {
  font-size: 32px;
  color: #3461ff;
  margin-bottom: 20px;
  display: block;
  transition: 0.3s ease;
}

.solution-side-card {
  width: 320px;
  background: #f7f7f7;
  border-radius: 22px;
  padding: 22px;
  flex-shrink: 0;
}

.solution-side-card h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 18px;
  color: #111;
  font-family: "Bricolage Grotesque", sans-serif;
}

.solution-side-card p {
  font-size: 18px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 28px;
  font-family: "Space Grotesk", sans-serif;
}

.solutions-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.solution-card.active {
  background: #f4f4ff;
}

.solution-card:hover {
  background: #f4f4ff;

  transform: translateY(-4px);
}

.solution-card:hover h4 {
  color: #3461ff;
}

.solution-card.active h4 {
  color: #3461ff;
}

.company-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.company-card {
  padding: 40px;
  border-radius: 18px;
  transition: 0.3s ease;
}

.company-card.active {
  background: #f3f2ff;
}

.company-card:hover {
  background: #f3f2ff;
}

.company-card i {
  font-size: 36px;
  color: #3461ff;
  margin-bottom: 20px;
}

.company-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.company-card:hover h4 {
  color: #3461ff;
}

.company-card p {
  color: #666;
}

.btn-primary{
  font-family: Bricolage Grotesque;
font-weight: 400 !important;
font-style: Bold;
font-size: 16px !important;
line-height: 28px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
text-transform: capitalize;
width: 132;
height: 44;
top: 18px;
left: 1124px;
border-width: 1px;
opacity: 1;
gap: 10px;
border-radius: 6px;
padding-top: 6px;
padding-right: 25px;
padding-bottom: 6px;
padding-left: 25px;

}

/*  ABOUT SECTION */

.about-section {
  background: url("../images/About-us/aboutsection/about-bg-hero.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 80px;
  overflow: hidden;
  position: relative;
}

.about-wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 60px;
  /* margin-left: 100px; */
}

.about-content {
  max-width: 650px;
  margin-top: 105px;
}

.about-tag {
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #222222;
  display: inline-block;
  margin-bottom: 30px;
}

.about-content h2 {
  font-family: Bricolage Grotesque;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 40px;
  line-height: 25px;
  letter-spacing: 4%;

  color: #63646a;
}

.text-slider {
  height: 90px;
  overflow: hidden;
  position: relative;
}

.slider-track {
  display: flex;
  flex-direction: column;
  animation: slideWords 3s infinite;
}

.slider-track span {
  height: 90px;
  display: flex;
  align-items: center;
  font-family: Bricolage Grotesque;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0%;

  color: #222222;
}

/* ANIMATION */

@keyframes slideWords {
  0% {
    transform: translateY(0%);
  }

  30% {
    transform: translateY(0%);
  }

  35% {
    transform: translateY(-90px);
  }

  65% {
    transform: translateY(-90px);
  }

  70% {
    transform: translateY(-180px);
  }

  100% {
    transform: translateY(-180px);
  }
}

.about-btn {
  margin-top: 35px;
  /* padding:16px 34px; */
  border: none;
  border-radius: 6px;
  background: #0a58ff;
  color: #fff;
  width: 132px;
  height: 46px;
  font-family: Space Grotesk;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  font-variant-numeric-zero: slashed-zero;
}

.about-btn:hover {
  background: #073642;
}

.ecosystem-wrapper {
  position: relative;
  width: 520px;
  height: 520px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pie-chart {
  width: 100%;
  position: absolute;
  z-index: 1;
  /* right: 123px; */
  top: 40px;
}

.rotating-text {
    position: absolute;
    background: #0659F5;
    width: 118px;
    padding: 7px;
    z-index: 3;
    border-radius: 47%;
    animation: spin 5s linear infinite;
    /* left: 78px; */
    top: 241.5px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.center-logo {
  width: 42px;
      margin-top: 9px;
    margin-right: 1px;
}

.center-logo-wrapper {
  width: 46px;
  height: 44px;
  background: #0659F5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 4;
  /* left: 115px; */
  bottom: 200px;
  /* animation: logoSwing 2s ease-in-out infinite alternate; */
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .about-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .about-content h2 {
    font-size: 54px;
  }

  .text-slider {
    height: 70px;
  }

  .slider-track span {
    height: 70px;
  }

  @keyframes slideWords {
    0% {
      transform: translateY(0%);
    }

    30% {
      transform: translateY(0%);
    }

    35% {
      transform: translateY(-70px);
    }

    65% {
      transform: translateY(-70px);
    }

    70% {
      transform: translateY(-140px);
    }

    100% {
      transform: translateY(-140px);
    }
  }
}

@media (max-width: 767px) {
  .about-section {
    padding: 70px 0;
  }

  .about-content h2 {
    font-size: 38px;
  }

  .text-slider {
    height: 55px;
  }

  .slider-track span {
    height: 55px;
  }

  .about-btn {
    font-size: 16px;
    padding: 14px 28px;
  }
}

/* STATS SECTION */

.stats-section {
  background: #fff;
  padding: 100px 120px;
}

.stats-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.stat-card h2 {
  font-family: Bricolage Grotesque;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #08363f;
  margin-bottom: 20px;
}

.stat-card h3 {
  font-family: Bricolage Grotesque;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #08363f;
  margin-bottom: 25px;
}

.stat-card p {
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #343539;
  line-height: normal;
  max-width: 250px;
  margin-bottom: 20px;
}

.icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 20px;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .stats-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .stats-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .stat-card p {
    margin: auto;
  }
}

/* vision section  */



.mission-vision-section {
  padding: 80px 80px;
  background: #fff;
}

.mv-card {
  background: #faf6ef;
  border-radius: 32px;
  overflow: hidden;

  display: flex;
  align-items: stretch;

  margin-bottom: 40px;
}

.mv-image {
  width: 42%;
  flex-shrink: 0;
}

.mv-image img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mv-content {
  width: 58%;

  display: flex;
  align-items: center;
}

.content-box {
  padding: 70px 80px;
  max-width: 720px;
}

.mv-content h2 {
  font-family: Bricolage Grotesque;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 56px;
  letter-spacing: 0%;
  color: #08363f;

  margin-bottom: 35px;
}

.mv-content p {
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  color: #364052;
  max-width: 504px;
}

.reverse-card {
  flex-direction: row;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .mv-card {
    flex-direction: column;
  }

  .reverse-card {
    flex-direction: column;
  }

  .mv-image,
  .mv-content {
    width: 100%;
  }

  .content-box {
    padding: 50px 40px;
  }

  .mv-content h2 {
    font-size: 42px;
  }

  .mv-content p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .mission-vision-section {
    padding: 60px 0;
  }

  .content-box {
    padding: 35px 24px;
  }

  .mv-content h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .mv-content p {
    font-size: 16px;
    line-height: 1.7;
  }

  .mv-card {
    border-radius: 22px;
  }
}

/* WHY SECTION */

.why-section {
  background: #181818;
  padding: 100px 80px;
  color: #fff;
  border-radius: 20px;
}

/* TOP */

.why-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 70px;
}

.small-title {
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: white;
  margin-bottom: 18px;
}

.why-top h2 {
  font-family: Bricolage Grotesque;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0%;
  color: white;
  margin-top: 30px;
}

.why-top p {
  /* max-width: 360px; */
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0%;
  color: #aaa4a4;
  margin-top: 70px;
}

/* CARDS */

.why-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 120px;
}

.why-card {
  background: #121212;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  padding: 35px 28px;
  transition: 0.4s;
}

/* .why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(20, 161, 41, 0.35);
} */

.why-img {
  width: 55px;
  height: 55px;
  border-radius: 14px;
  margin-bottom: 28px;
}

.why-card h3 {
  font-family: Bricolage Grotesque;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: white;
  margin-bottom: 18px;
  line-height: normal;
}

.why-card span {
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #b3b3b3;
}

/* CEO */

.ceo-wrapper {
  display: flex;
  /* justify-content: space-between;
  align-items: center;
  gap: 80px; */
}

.ceo-content {
  max-width: 620px;
  position: relative;
}

.ceo-content span {
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}

.quote {
  position: absolute;
  right: 0;
  top: -1px;
  color: #fff;
  width: 67px;
  height: 56px;
  font-family: "League Spartan", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 128px;
  line-height: 56px;
  letter-spacing: 0%;
}

.ceo-content h2 {
  font-family: Bricolage Grotesque;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0%;
  color: #fff;
  margin: 30px 0;
}

.ceo-content h4 {
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  /* text-align: center; */
}

.ceo-image-box {
  width: 380px;
  height: 380px;
  position: relative;
  overflow: visible;
}

/* IMAGE */
.ceo-image-box img {
  position: absolute;
  top: -37px;
  left: 40px;
  /* width: 100%; */
  width: 384px;
  height: 327px;
  object-fit: cover;
  border-radius: 26px;
  z-index: 1;
}

/* CARD */
.ceo-card {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  padding: 16px;
  background: #fff;
  border-radius: 18px;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

/* culture section  */

.culture-section {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 100px;
  padding: 0 40px;
}

.culture-subtitle {
  color: #222222;
  margin-bottom: 10px;
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
}

.culture-title {
  font-family: Bricolage Grotesque;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 56px;
  letter-spacing: 0%;
  color: #08363f;
  /* max-width: 600px; */
}

.culture-text {
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #222222;
  max-width: 600px;
  justify-self: end;
}

.culture-image-wrapper {
  /* border-radius:20px; */
  overflow: hidden;
  justify-self: center;
}

.culture-image-wrapper img {
  width: 1324px;
  height: 555px;
  object-fit: cover;
  filter: grayscale(100%);
  border-radius: 20px;
  transition: 0.2s;
}

.culture-image-wrapper img:hover {
  filter: grayscale(0%);
}

.culture-card {
  background: #f2f5fa;
  border-radius: 28px;
  padding: 38px 20px;
  height: 100%;
  transition: 0.4s ease;
  /* width: 90%; */
  justify-self: center;
}

.culture-card:hover {
  transform: translateY(-8px);
}

.culture-icon img {
  width: 40px;
  height: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.culture-icon i {
  font-size: 28px;
  color: #0a58ff;
}

.culture-card h4 {
  font-family: Bricolage Grotesque;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;

  /* line-height: 56px; */
  letter-spacing: 0%;
  margin-bottom: 16px;
  color: #000;
}

.culture-card p {
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0%;
  color: #222222;
}

.mb-5 {
  margin-bottom: 3rem !important;
  margin: 0 10px;
}

/* 
.mt-4 {
    margin-top: 1.5rem !important;
    margin: 0 50px;
} */

/* footer section cta  */

.footer-section {
  background: #020816 !important;
  position: relative !important;
  padding: 240px 60px 20px !important;
  overflow: hidden !important;
  margin-top: 170px;
}

/* CTA BOX */

.footer-cta {
  background-image: url("../images/About-us/aboutsection/future-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  border-radius: 30px;
  padding: 90px 30px;
  text-align: center;
  z-index: 2;
  margin-top: -300px;
  top: 330px;
  box-shadow: 0px 12px 70px -36px #ffffff99;
  width: 1050px;
  max-height: 400px;
  justify-self: center;
}
/* .grid-overlay{
  position:absolute;
  inset:0;
  background-image:
  linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
  linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size:72px 72px;
} */

.footer-cta h2 {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: Bricolage Grotesque;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 30px;
}

.footer-cta p {
  position: relative;
  z-index: 2;
  color: #e8e8e8;

  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;

  max-width: 760px;
  margin: auto;
  margin-bottom: 40px;
}

.join-btn {
  position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 153px;
    height: 46px;
    background: #fff;
    color: #0c57db;
    font-family: Space Grotesk;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    border-radius: 4px;
    transition: 0.3s ease;
    text-decoration: none;
}

.join-btn:hover {
  background: #1054ba;
  color: #fff;
}

.footer-section{
  padding: 0 60px;
}

/* RESPONSIVE */

@media (max-width: 1200px) {
  .vision-wrapper {
    grid-template-columns: 1fr;
  }

  .why-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .ceo-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .vision-left,
  .vision-right {
    padding: 60px 35px;
  }

  .vision-left h2 {
    font-size: 46px;
  }

  .vision-left p {
    font-size: 18px;
  }

  .vision-right h3 {
    font-size: 38px;
  }

  .why-top {
    flex-direction: column;

  }

.ceo-image-box img {
  left: -16px;
  top: 30px;
}

.footer-cta{
  width: auto;
    max-height: 445px;
}

.why-section {
  padding: 20px;
}

  .why-top h2 {
    font-size: 40px;
  }

  .why-cards {
    grid-template-columns: 1fr;
  }

  .ceo-content h2 {
    font-size: 36px;
  }

  .ceo-image-box {
    width: 100%;
    max-width: 340px;
    height: 340px;
  }
}



/* ===========================
   TABLET (991px and below)
=========================== */

@media (max-width: 991px) {

  .about-section,
  .mission-vision-section,
  .why-section,
  .stats-section {
    padding: 60px 20px;
  }

  .about-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .about-content {
    max-width: 100%;
    margin-top: 80px;
  }

  .about-content h2 {
    font-size: 42px;
    line-height: 1.3;
  }

  .ecosystem-wrapper {
    width: 380px;
    height: 380px;
  }

  .pie-chart {
    top: 0;
  }

  .rotating-text {
    width: 90px;
    top: 170px;
  }

  .center-logo-wrapper {
    bottom: 145px;
  }

  .stats-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .mv-card,
  .reverse-card {
    flex-direction: column;
  }

  .mv-image,
  .mv-content {
    width: 100%;
  }

  .content-box {
    padding: 40px;
  }

  .why-top {
    flex-direction: column;
    gap: 20px;
  }

  .why-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .ceo-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .ceo-image-box {
    width: 100%;
    height: auto;
    text-align: center;
  }

  .ceo-image-box img {
    position: static;
    width: 100%;
    max-width: 350px;
    height: auto;
  }

  .culture-image-wrapper img {
    width: 100%;
    height: auto;
  }

  .footer-cta {
    width: 100%;
    max-width: 100%;
    top: auto;
    margin-top: -150px;
  }
}

/* ===========================
   MOBILE (767px and below)
=========================== */

@media (max-width: 767px) {

  .navbar {
    width: 95%;
    padding: 12px 16px;
  }

  .navbar-nav {
    margin-left: 0 !important;
    gap: 10px;
    padding-top: 15px;
  }

  .mega-menu,
  .services-menu,
  .solutions-menu,
  .company-menu {
    position: static;
    transform: none;
    width: 100%;
    display: block;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    padding: 15px;
    margin-top: 10px;
  }

  .mega-grid,
  .solutions-grid,
  .company-menu {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .mega-side-card,
  .solution-side-card {
    width: 100%;
    margin-top: 20px;
  }

  .about-section {
    padding: 120px 15px 60px;
  }

  .about-content h2 {
    font-size: 32px;
    line-height: 1.3;
  }

  .about-tag {
    font-size: 18px;
  }

  .slider-track span {
    font-size: 32px;
    line-height: 1.3;
  }

  .ecosystem-wrapper {
    width: 280px;
    height: 280px;
  }

  .rotating-text {
    width: 70px;
    top: 125px;
  }

  .center-logo-wrapper {
    width: 40px;
    height: 40px;
    bottom: 110px;
  }

  .stats-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .stat-card p {
    max-width: 100%;
  }

  .mv-content h2,
  .culture-title,
  .why-top h2,
  .ceo-content h2,
  .footer-cta h2 {
    font-size: 30px;
    line-height: 1.3;
  }

  .mv-content p,
  .culture-text,
  .why-top p,
  .footer-cta p {
    font-size: 16px;
    line-height: 1.7;
  }

  .content-box {
    padding: 25px;
  }

  .why-section {
    padding: 60px 15px;
  }

  .why-cards {
    grid-template-columns: 1fr;
  }

  .why-card {
    padding: 25px;
  }

  .ceo-content {
    text-align: center;
  }

  .quote {
    display: none;
  }

  .culture-card {
    width: 100%;
  }

  .footer-cta {
    padding: 60px 20px;
    margin-top: 40px;
    border-radius: 20px;
  }

  .join-btn {
    width: 100%;
    max-width: 220px;
    height: 56px;
  }

  .footer-section {
    padding-top: 180px !important;
  }

  .footer-sidetopics {
    flex-direction: column;
    gap: 30px;
  }

  .footer-bottom {
    text-align: center;
  }
}

/* ===========================
   SMALL MOBILE (480px)
=========================== */

@media (max-width: 480px) {

  .about-content h2 {
    font-size: 28px;
  }

  .slider-track span {
    font-size: 28px;
  }

  .ecosystem-wrapper {
    width: 240px;
    height: 240px;
  }

  .rotating-text {
    width: 60px;
    top: 105px;
  }

  .stat-card h2 {
    font-size: 36px;
  }

  .stat-card h3 {
    font-size: 20px;
  }

  .culture-title,
  .why-top h2,
  .ceo-content h2,
  .footer-cta h2 {
    font-size: 26px;
  }

  .footer-cta p {
    font-size: 15px;
  }
}