/* =========================
   ABOUT HERO BANNER
========================= */

.robotics-about-hero {
  padding: 20px;
}

.robotics-about-hero-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: #f3f3f3;
  width: 100%;
  height: 500px;
}

.robotics-about-hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
}

.robotics-about-hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  text-align: center;
}

.robotics-about-hero-label {
  font-family: "f3";
  color: #ff5a3c;
  font-size: 26px;
  margin-bottom: 12px;
}

.robotics-about-hero-title {
  font-family: "f4";
  font-size: 38px;
  max-width: 700px;
  line-height: 1.25;
  margin-bottom: 16px;
}

.robotics-about-hero-desc {
  font-family: "f2";
  color: #777;
  line-height: 1.6;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 20px;
  max-width: 520px;
  margin: 0;
}

/* =========================
   RESPONSIVE – HERO
========================= */

@media (max-width: 992px) {
  .robotics-about-hero-card {
    height: 420px;
  }

  .robotics-about-hero-title {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .robotics-about-hero-card {
    height: auto;
    min-height: 340px;
    padding: 40px 0;
  }

  .robotics-about-hero-content {
    padding: 30px 20px;
    position: relative;
    inset: unset;
  }

  .robotics-about-hero-title {
    font-size: 24px;
  }

  .robotics-about-hero-desc {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .robotics-about-hero-label {
    font-size: 20px;
  }

  .robotics-about-hero-title {
    font-size: 20px;
  }
}


/* =========================
   ABOUT INFO SECTION
========================= */

/* .robotics-about-info {
  padding: 80px 0;
} */

.robotics-about-info-chip span {
  font-family: "f3";
  background: #ededed;
  padding: 6px 16px;
  border-radius: 20px;
  display: inline-block;
  font-size: 15px;
}

.robotics-about-chip-icon {
  margin-right: 6px;
}

.robotics-about-info-title {
  font-family: "f4";
  font-size: 44px;
  max-width: 620px;
  margin: 20px 0 16px;
  line-height: 1.2;
}

.robotics-about-info-text {
  font-family: "f1";
  color: #7a7a7a;
  font-size: 16px;
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: 40px;
}

.robotics-about-info-image img {
  width: 100%;
  border-radius: 22px;
  object-fit: cover;
  display: block;
}

/* Responsive – Info */
@media (max-width: 992px) {
  .robotics-about-info-title {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .robotics-about-info {
    padding: 50px 0;
  }

  .robotics-about-info-title {
    font-size: 26px;
  }

  .robotics-about-info-text {
    font-size: 14px;
  }
}


/* =========================
   STORY / VISION / MISSION
========================= */

.robotics-story-section {
  padding: 20px 0 60px;
}

.robotics-story-row {
  margin-bottom: 80px;
}

.robotics-story-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ededed;
  padding: 6px 16px;
  border-radius: 20px;
  font-family: "f3";
  font-size: 14px;
  margin-bottom: 16px;
}

.robotics-story-chip i {
  color: #ff5a3c;
}

.robotics-story-title {
  font-family: "f4";
  font-size: 32px;
  margin-bottom: 16px;
  line-height: 1.25;
}

.robotics-story-section-title {
  font-family: "f4";
  font-size: 26px;
  margin: 6px 0 14px;
  line-height: 1.3;
}

.robotics-story-text {
  font-family: "f1";
  color: #7a7a7a;
  font-size: 15px;
  line-height: 1.75;
  width: 100%;
}

.robotics-story-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}

.robotics-story-list li {
  font-family: "f1";
  font-size: 15px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.robotics-story-list li i {
  flex-shrink: 0;
}

.robotics-story-illustration {
  width: 70%;
  opacity: 0.65;
  display: block;
  margin: 0 auto;
}

/* Responsive – Story */
@media (max-width: 992px) {
  .robotics-story-row {
    text-align: center;
  }

  .robotics-story-list li {
    justify-content: center;
  }

  .robotics-story-illustration {
    width: 55%;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .robotics-story-row {
    margin-bottom: 50px;
  }

  .robotics-story-title {
    font-size: 24px;
  }

  .robotics-story-section-title {
    font-size: 22px;
  }

  .robotics-story-illustration {
    width: 70%;
    margin-top: 24px;
  }
}

@media (max-width: 480px) {
  .robotics-story-illustration {
    width: 85%;
  }
}


/* =========================
   TEAM SECTION
========================= */

.robotics-team-section {
  /* padding: 90px 0; */
  text-align: center;
}

.robotics-team-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ededed;
  padding: 6px 16px;
  border-radius: 20px;
  font-family: "f3";
  font-size: 14px;
  margin-bottom: 14px;
}

.robotics-team-chip i {
  color: #ff5a3c;
}

.robotics-team-header {
  margin-bottom: 10px;
}

.robotics-team-header h2 {
  font-family: "f4";
  font-size: 32px;
  margin: 12px 0 10px;
  line-height: 1.25;
}

.robotics-team-header p {
  font-family: "f1";
  color: #777;
  font-size: 15px;
  line-height: 1.6;
  max-width: 520px;
  margin: 0 auto;
}

.robotics-team-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 300px));
  justify-content: center;
  gap: 28px 32px;
  margin-top: 48px;
  width: 100%;
}

.robotics-team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 300px));
  justify-content: center;
  gap: 28px 32px;
  margin-top: 48px;
}

/* Match design stagger: first pair normal, next pair shifted right */
.robotics-team-grid .robotics-team-card:nth-child(4n + 3),
.robotics-team-grid .robotics-team-card:nth-child(4n + 4) {
  margin-left: 130px;
}

.robotics-team-row-offset {
  margin-left: 0 !important;
}

.robotics-team-row-offsets {
  margin-right: 0 !important;
}

.robotics-team-card {
  width: 300px;
  border: 1px solid #dcdcdc;
  border-radius: 24px;
  padding: 16px;
  background: #fff;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.robotics-team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.robotics-team-img {
  height: 210px;
  background: #e9e9e9;
  border-radius: 18px;
  overflow: hidden;
}

.robotics-team-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  background: #e9e9e9;
}

.robotics-team-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
  padding: 0 4px;
  text-align: left;
}

.robotics-team-info h5 {
  font-family: "f3";
  font-size: 16px;
  margin: 0 0 3px;
}

.robotics-team-info p {
  font-family: "f1";
  font-size: 13px;
  color: #777;
  margin: 0;
}

.robotics-team-social {
  display: flex;
  align-items: center;
  gap: 8px;
}

.robotics-team-social i {
  font-size: 17px;
  cursor: pointer;
  color: #555;
  transition: color 0.2s ease;
}

.robotics-team-social i:hover {
  color: #ff5a3c;
}

.robotics-team-cta {
  margin-top: 64px;
}

.robotics-team-btn {
  background: #ff5a3c;
  border: none;
  color: #fff;
  font-family: "f3";
  font-size: 15px;
  padding: 14px 30px;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}

.robotics-team-btn:hover {
  background: #e84828;
  transform: translateY(-2px);
}

/* Responsive – Team */
@media (max-width: 1100px) {
  .robotics-team-row-offset {
    margin-left: 260px;
  }

    .robotics-team-row-offsets {
  margin-right:0  !important;
}
}




@media (max-width: 992px) {
  .robotics-team-header h2 {
    font-size: 26px;
  }

  .robotics-team-row-offset {
    margin-left: 0;
  }

  .robotics-team-row-offsets {
  margin-right:0  !important;
}

}

@media (max-width: 768px) {
  /* .robotics-team-section {
    padding: 60px 0;
  } */

  .robotics-team-row {
    grid-template-columns: minmax(280px, 340px);
    gap: 24px;
  }

  .robotics-team-grid {
    grid-template-columns: minmax(280px, 340px);
    gap: 24px;
  }

  .robotics-team-grid .robotics-team-card:nth-child(4n + 3),
  .robotics-team-grid .robotics-team-card:nth-child(4n + 4) {
    margin-left: 0;
  }

  .robotics-team-row-offset {
    margin-left: 0;
  }

  .robotics-team-card {
    width: 100%;
    max-width: 340px;
  }
}

@media (max-width: 480px) {
  .robotics-team-grid {
    grid-template-columns: 1fr;
  }

  .robotics-team-grid .robotics-team-card:nth-child(4n + 3),
  .robotics-team-grid .robotics-team-card:nth-child(4n + 4) {
    margin-left: 0;
  }

  .robotics-team-card {
    max-width: 100%;
  }
}
