.who_are_we_container {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  padding: 96px 0;
  background: #fff;
}

.who_are_container {
  width: min(100% - 40px, 1200px);
  margin: 0 auto;
}

.who_are_we_grid_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  color: rgb(21, 28, 41);
  align-items: stretch;
}

.img_container {
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(16, 47, 96, 0.18);
  overflow: hidden;
}

.img_container img {
 width: 100%;
  height: 100%;
  object-fit: cover;
}

.who_we_inline_txt {
  display: inline-block;
  background: #eaf1f8;
  color: rgb(16, 47, 96);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 16px;
  margin-bottom: 14px;
  padding: 6px 14px;
  text-transform: uppercase;
}

.who_are_we_txt_div h2 {
  color: rgb(21, 28, 41);
  font-family: "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 800;
  letter-spacing: -0.9px;
  line-height: 1.15;
}

.txt_who_are_we {
  color: rgb(90, 104, 124);
  font-size: 17px;
  line-height: 1.7;
  margin-top: 20px;
}

.special {
  margin-top: 16px;
}

/* Tablet */
@media (max-width: 950px) {
  .who_are_we_grid_container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .img_container img {
    height: 380px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .who_are_we_container {
    padding: 65px 0;
  }

  .who_are_container {
    width: min(100% - 28px, 1200px);
  }

  .img_container img {
    height: 280px;
  }

  .who_are_we_txt_div h2 {
    font-size: 30px;
  }

  .txt_who_are_we {
    font-size: 15px;
  }
}
/* What drives us section styling */
.what_drive_us {
  background: linear-gradient(rgb(249, 250, 251), rgb(236, 239, 244));
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  padding: 96px 0;
}

.what_drive_us_container {
  width: min(100% - 40px, 1200px);
  margin: 0 auto;
}

/* HEADER */
.txt_inline_txt {
  margin-bottom: 56px;
  max-width: 720px;
}

.txt_inline_txt h2 {
  color: rgb(21, 28, 41);
  font-family: "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 800;
  letter-spacing: -0.8px;
  line-height: 1.2;
}

/* GRID */
.grid_what_drives_us {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* CARD */
.what_drives_us_box {
  background: #fff;
  border: 1px solid rgba(217, 223, 232, 0.8);
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 28px rgba(16, 47, 96, 0.06);
  transition: 0.3s ease;
}

.what_drives_us_box:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(16, 47, 96, 0.12);
  border-color: rgba(249, 158, 31, 0.4);
}

/* ICON */
.icon_box {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgb(16, 47, 96), rgb(19, 92, 174));
  border-radius: 14px;
  margin-bottom: 18px;
}

.icon_box svg {
  width: 24px;
  height: 24px;
}

/* TEXT */
.what_drives_us_box h3 {
  color: rgb(21, 28, 41);
  font-family: "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: 1.4;
}

.what_drives_us_box p {
  color: rgb(90, 104, 124);
  font-size: 14px;
  line-height: 1.7;
  margin-top: 10px;
}
/* Tablet */
@media (max-width: 900px) {
  .grid_what_drives_us {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .what_drive_us {
    padding: 65px 0;
  }

  .what_drive_us_container {
    width: min(100% - 28px, 1200px);
  }

  .txt_inline_txt {
    margin-bottom: 36px;
  }

  .grid_what_drives_us {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .what_drives_us_box {
    padding: 24px;
  }

  .what_drives_us_box h3 {
    font-size: 17px;
  }

  .what_drives_us_box p {
    font-size: 13px;
  }
}
/* Years in the industry section styling */
.y_n_t_industry_section {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  padding: 96px 0;
  background: #fff;
}

.y_n_t_industry_container {
  width: min(100% - 40px, 1200px);
  margin: 0 auto;
}

.rounded_container {
  background: linear-gradient(135deg, rgb(16, 47, 96), rgb(19, 92, 174));
  box-shadow: 0 20px 40px rgba(16, 47, 96, 0.18);
  padding: 56px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.rounded_container::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  top: -100px;
  right: -90px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.grid_rounded_container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.text_centre {
  text-align: center;
  color: #fff;
}

.text_centre svg {
  margin-bottom: 12px;
}

._txt {
  color: #fff;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.1;
}

.discription {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.5;
  margin-top: 8px;
}

/* Tablet */
@media (max-width: 900px) {
  .grid_rounded_container {
    grid-template-columns: repeat(2, 1fr);
  }

  .rounded_container {
    padding: 46px 32px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .y_n_t_industry_section {
    padding: 65px 0;
  }

  .y_n_t_industry_container {
    width: min(100% - 28px, 1200px);
  }

  .grid_rounded_container {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 18px;
  }

  .rounded_container {
    padding: 36px 18px;
    border-radius: 18px;
  }

  ._txt {
    font-size: 32px;
  }

  .discription {
    font-size: 13px;
  }
}