.Vector_icon_image_service {
  color: #aeaeae;
}

.growth-section {
  display: flex;
  /* border: solid green; */
  /* justify-content: space-around; */
  margin: 0;
  margin-top: 2%;
}

.Empowering {
  width: 550px;
  height: 450px;
}

.Vector_icon_image {
  /* border: solid rgb(205, 221, 228); */
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 1.25rem;
  background-color: #eaeaf5;
}

.growth-content {
  margin-top: 1%;
  margin-left: 3%;
}

.growth-subtitle {
  /* border: solid  firebrick; */
  width: 55%;
  color: #696969;
  /* font-size: 11px; */
}

.Vector_icon_image_parts {
  margin-left: 02%;
}

.growth-title {
  /* display: flex; */
  /* border: solid red; */
  font-size: 3.5rem;
  color: #222222;
  font-weight: 400;
  font-family: PoInter, sans-serif;
}

.contact_us_button_index {
  padding-top: 10px;
  padding-right: 35px;
  padding-bottom: 10px;
  padding-left: 35px;
  border-radius: 2rem;
  background-color: #243459;
  color: white;
  font-size: 17px;
  width: 20%;
  text-decoration: none;
}

.overview-section {
  display: flex;
  flex-wrap: wrap;
  /* Allows cards to wrap on smaller screens */
  justify-content: center;
  gap: 20px;
  /* Space between the cards */
  /* max-width: 1200px; */
  width: 100%;

  margin: 0 auto;
  align-items: stretch;
  /* Makes all cards the same height */
  margin-top: 4%;
  margin-bottom: 4%;
}

/* Base card styling */
.overview-card {
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

/* Statistics Card (Card 1) */
.stats-card {
  background-color: #ffffff;
  display: flex;
  justify-content: space-around;
  /* Distributes stats evenly */
  align-items: center;
  flex-wrap: wrap;
  /* Allows stats to wrap on small screens */
  gap: 20px;
  /* Space between stat items if they wrap */
  flex: 2;
  /* Makes this card take up ~2x the space of info cards */
  min-width: 300px;
  /* Ensures it doesn't get too squished */
  margin-left: 2%;
  /* border: solid red; */
}

/* Individual stat item */
.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 10%;
  margin-bottom: 10%;
}

.stat-number {
  font-size: 2.75rem;
  /* 44px */
  font-weight: 600;
  color: #111827;
  /* Dark gray */
  line-height: 1.1;
}

.stat-label {
  font-size: 0.9rem;
  /* 14.4px */
  color: #6b7280;
  /* Medium-light gray */
  margin-top: 4px;
}

/* Info Cards (Our Culture & Our Vision) */
.info-card {
  padding-right: 10px;
  margin-top: 10;
  background-color: #f3f4f6;
  /* Light gray-purple */
  flex: 1;
  /* Makes each info card take 1 part of the space */
  min-width: 250px;
  /* Minimum width before wrapping */
}

.info-card h3 {
  padding-top: 10%;
  font-size: 1.5rem;
  /* 20px */
  font-weight: 700;
  color: #111827;
  margin-top: 0;
  margin-bottom: 12px;
}

.info-card p {
  font-size: 1.1rem;
  /* 16px */
  color: #4b5563;
  /* Medium gray */
  line-height: 2.15rem;
  margin: 0;
}

.seamless_support {
  background-color: blue;
}

.why-choose-us {
  width: 100%;
  padding: 40px;
  height: 420px;
  /* border: solid red; */
}

.why-content {
  display: flex;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: flex-start;
}

.why-info,
.why-accordion {
  flex: 1;
}
.title {
  position: relative;
  color: #1a1f42;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
  padding-top: 14px;
}

.title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 3px;
  background-color: #1a1b48;
  border-radius: 2px;
}
/* --- Info Section --- */
.why-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.why-tag {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 20px;
  background-color: var(--accent-bg);
  color: var(--accent-text);
  font-weight: 500;
  font-size: 14px;
  width: fit-content;
}

.why-title {
  font-size: 46px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
  margin: 0;
}

.why-description {
  color: #7c7c7c;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

/* --- Accordion Section --- */
.accordion-item {
  padding: 20px 0;
  border-bottom: 1px solid var(--border-color);
}

.accordion-header {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  width: 100%;
}

.accordion-number {
  color: var(--text-secondary);
  font-weight: 500;
}

.accordion-title {
  flex-grow: 1;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.accordion-icon {
  transition: transform 0.3s ease;
  color: var(--text-primary);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 16px;
}

.accordion-content p {
  margin: 0;
  padding-left: 23px;
  color: #7c7c7c;
  font-size: 1rem;
  line-height: 1.6;
}

.accordion-item.active .accordion-content {
  max-height: 120px;
  padding: 16px;
}

.accordion-item.active .accordion-icon {
  transform: rotate(180deg);
}

@media (max-width: 900px) {
  .why-content {
    flex-direction: column;
    gap: 50px;
  }

  .why-title {
    font-size: 36px;
  }
}

.growth-tags {
  display: flex;
  gap: 20px;
  /* space between tags */
  align-items: center;
  /* justify-content: center; centers the tags horizontally */
  margin-top: 20px;
}

.tag {
  display: flex;
  /* border: solid red; */
  align-items: center;
  /* justify-content: center; */
  background-color: #f3f3fb;
  /* light background */
  border-radius: 50px;
  /* rounded pill shape */
  padding: 8px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 1.25rem;
  background-color: #eaeaf5;
}

.Vector_image_icons_new {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  object-fit: contain;
}

.Vector_icon_image_service {
  font-size: 15px;
  /* color: #8b8b8b; */
  font-weight: 500;
}

.contact_us_button_index_link {
  /* border: solid green; */
  text-decoration: none;
}

.partners-section {
  display: flex;
  justify-content: space-around;
}

/* This styles the container holding all the items */
.partners-section {
  margin-top: 5%;
  display: flex;
  flex-direction: row;
  /* Arrange items in a horizontal row */
  align-items: center;
  /* Vertically center all items in the row */
  justify-content: space-evenly;
  /* Distribute items evenly with space between */
  flex-wrap: wrap;
  /* Allows items to wrap to the next line on smaller screens */
  /* gap: 10px; */
  /* Adds consistent spacing between items */
}

/* Optional: Ensures the text and cards don't shrink disproportionately */
.partner-info,
.partner-card {
  flex-shrink: 0;
}

.reputation_on_speed {
  margin-top: 5%;
  display: flex;
  padding-left: 2%;
  padding-right: 2%;
  justify-content: space-evenly;
}

.tag_service {
  /* border: solid red; */
  display: flex;
  /* justify-content: center; */
  align-items: center;
  width: 10%;

  display: flex;
  /* border: solid red; */
  align-items: center;
  /* justify-content: center; */
  background-color: #f3f3fb;
  /* light background */
  border-radius: 50px;
  /* rounded pill shape */
  padding: 8px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 1.25rem;
  background-color: #eaeaf5;
}

.growing_business {
  width: 73%;
  font-size: 20px;
  color: #aeaeae;
}

.Trusted {
  font-size: 50px;
  /* font-weight: 800; */
}

.orbit-curve {
  position: absolute;
  top: 200px;
  left: 15%;
  transform: translateX(0%);
  width: 70%;
  /* border: solid red; */
}

.orbit-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.center-logo {
  /* border: solid red; */
  /* position: absolute;
      top: 50%;
      left: 45%; */
  /* transform: translate(-50%, -50%) !important; */
  /* width: 200px;
      height: 200px;
      border-radius: 50%; */
  /* background: #fff; */
  /* box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 5; */
}

.animation_cosmic_logo {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-25%, 100%) !important;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  /* background: #fff; */
  /* box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1); */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  width: 200px;
  height: 200px;
}

.android {
  width: 105px;
  height: 105px;
  left: 100px;
  top: 205px;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 20px 30px rgba(229, 233, 237, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.ios {
  width: 105px;
  height: 105px;
  left: 330px;
  top: 170px;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 20px 30px rgba(229, 233, 237, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.java_script {
  width: 89px;
  height: 89px;
  left: 200px;
  top: 360px;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 20px 30px rgba(229, 233, 237, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.html {
  position: absolute;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 20px 30px rgba(229, 233, 237, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 67px;
  height: 67px;
  left: 550px;
  top: 452px;
}

.uiux {
  position: absolute;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 20px 30px rgba(229, 233, 237, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 105px;
  right: 460px;
  top: 90px;
}

.react {
  position: absolute;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 20px 30px rgba(229, 233, 237, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  right: 390px;
  top: 245px;
}

.css {
  position: absolute;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 20px 30px rgba(229, 233, 237, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 105px;
  right: 405px;
  top: 350px;
}

.data_base {
  position: absolute;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 20px 30px rgba(229, 233, 237, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 125px;
  right: 135px;
  top: 350px;
}

.tag_animation_service {
  width: 10%;
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 1.25rem;
  background-color: #eaeaf5;
}

/* Center the entire tag perfectly */
.expertise-container {
  margin-top: 3%;
  margin-bottom: 3%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.expertise-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

/* Text style */
.expertise-text {
  color: #1a1f42;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
  padding-top: 14px;
}

.expertise-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  width: 55px;
  height: 3px;
  background-color: #1a1b48;
  border-radius: 2px;
}
.all_icons_text_center {
  text-align: center;
}
