.emobility_small {
  color: rgb(33, 211, 10);
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.emobility_button {
  display: inline-block;
  margin-top: 35px;
  padding: 18px 34px;
  border-radius: 50px;
  background-color: rgb(33, 211, 10);
  color: white;
  text-decoration: none;
  font-size: 28px;
  font-weight: 800;
}

/* HERO */

.emobility_hero {
  min-height: 100vh;
  display: flex;
  align-items: stretch;
  padding: 120px 0 0 7%;
  background-color: white;
  overflow: hidden;
  box-sizing: border-box;
}

.emobility_hero_image {
  width: 48%;
  flex: 0 0 48%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.emobility_hero_image img {
  width: 105%;
  max-height: 760px;
  object-fit: contain;
}

.emobility_hero_text {
  width: 52%;
  flex: 0 0 52%;
  padding: 90px 7% 90px 5%;
  align-self: center;
}

.emobility_hero_text h1 {
  font-size: clamp(54px, 6vw, 105px);
  line-height: 1.05;
  margin: 20px 0;
}

.emobility_hero_text p {
  font-size: 28px;
  line-height: 1.7;
}

/* SUMMARY */

.emobility_summary {
  min-height: 100vh;
  padding: 130px 7%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/emobility/emobility-summary-bg.jpg");
  background-size: cover;
  background-position: center;
}

.summary_box {
  max-width: 1300px;
  text-align: center;
  padding: 70px;
  border-radius: 40px;
  background-color: white;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.14);
}

.summary_box h2 {
  font-size: clamp(48px, 5vw, 88px);
  line-height: 1.08;
  margin: 20px 0 35px;
}

.summary_box p {
  font-size: 30px;
  line-height: 1.75;
}

/* ENGINEERING */

.engineering_section {
  padding: 140px 7%;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.671), rgba(255, 255, 255, 0.92)),
    url("../images/emobility/engineering-bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.engineering_content {
  max-width: none;
  width: 100%;
  margin: 0;
}

.engineering_content h2 {
  font-size: clamp(48px, 5vw, 86px);
  line-height: 1.08;
  margin: 20px 0 80px;
}

.engineering_item {
  padding: 0 0 55px;
  margin-bottom: 55px;
  border-bottom: 2px solid rgba(33, 211, 10, 0.35);
}

.engineering_item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.engineering_item h3 {
  font-size: 42px;
  margin: 0 0 28px;
}

.engineering_item h4 {
  font-size: 28px;
  margin: 28px 0 10px;
  color: rgb(33, 211, 10);
}

.engineering_item p {
  font-size: 28px;
  line-height: 1.75;
  margin: 0 0 18px;
  text-align: justify;
  hyphens: auto;
}

/* SAFETY */

.safety_section {
  min-height: 100vh;
  padding: 120px 7%;
  display: flex;
  align-items: center;
  gap: 70px;
  background-color: white;
}

.safety_image {
  width: 50%;
}

.safety_image img {
  width: 100%;
  max-height: 760px;
  object-fit: contain;
  border-radius: 34px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.14);
}

.safety_text {
  width: 50%;
}

.safety_text h2 {
  font-size: clamp(46px, 5vw, 82px);
  line-height: 1.08;
}

.safety_text p {
  font-size: 27px;
  line-height: 1.75;
}

/* APPLICATIONS */

.applications_section {
  padding: 140px 7%;
  background-image:
    linear-gradient(rgba(14, 31, 61, 0.72), rgba(11, 25, 51, 0.82)),
    url("../images/emobility/applications-bg.jpg");
  background-size: cover;
  background-position: center;
  color: white;

  background-attachment: fixed;
}

.applications_intro {
  max-width: 1250px;
  margin-bottom: 70px;
}

.applications_intro h2 {
  font-size: clamp(48px, 5vw, 86px);
  line-height: 1.08;
}

.applications_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}

.application_box {
  padding: 42px;
  border-radius: 34px;
  background-color: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.22);
}

.application_box h3 {
  font-size: 36px;
  margin: 0 0 26px;
}

.application_box h4 {
  font-size: 24px;
  margin: 24px 0 8px;
  color: rgb(33, 211, 10);
}

.application_box p {
  font-size: 23px;
  line-height: 1.65;
}
.spec_section {
  padding: 140px 7%;
  background:
    linear-gradient(135deg, #f3fff3 0%, #ffffff 45%, #eaf8eb 100%);
}

.spec_header {
  max-width: 1200px;
  margin-bottom: 80px;
}

.spec_header h2 {
  font-size: clamp(48px, 5vw, 86px);
  line-height: 1.08;
}

.spec_header p {
  font-size: 28px;
  line-height: 1.75;
}

.spec_cards {
  display: flex;
  gap: 40px;
  margin-bottom: 100px;
}

.spec_card {
  flex: 1;

  background: white;

  padding: 45px;

  border-radius: 0px;

  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.08);
}

.spec_card h3 {
  font-size: 38px;
  margin-bottom: 35px;
}

.spec_row {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 20px 0;

  border-bottom: 1px solid #e5e5e5;
}

.spec_row:last-child {
  border-bottom: none;
}

.spec_row span {
  font-size: 22px;
}

.spec_row strong {
  font-size: 24px;
  color: rgb(33, 211, 10);
}


.emobility_contact_section {
  padding: 130px 7%;
  display: flex;
  align-items: center;
  gap: 70px;
  background-color: white;
}

.emobility_contact_text {
  width: 50%;
}

.emobility_contact_text h2 {
  font-size: clamp(46px, 5vw, 82px);
  line-height: 1.08;
}

.emobility_contact_text p {
  font-size: 27px;
  line-height: 1.75;
}

.emobility_contact_details {
  margin-top: 45px;
  padding-left: 28px;
  border-left: 6px solid rgb(33, 211, 10);
}

.emobility_contact_details a {
  color: rgb(33, 211, 10);
  font-weight: 800;
  text-decoration: none;
}

.emobility_map {
  width: 50%;
}

.emobility_map iframe {
  width: 100%;
  height: 520px;
  border: 0;
  display: block;
  border-radius: 0;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.14);
}



/* RESPONSIVE */

@media (max-width: 900px) {
  .emobility_hero,
  .safety_section {
    flex-direction: column;
    padding: 120px 24px 70px;
  }

  .emobility_hero_image,
  .emobility_hero_text,
  .safety_image,
  .safety_text {
    width: 100%;
    flex: none;
  }

  .emobility_hero_text {
    padding: 40px 0;
  }

  .engineering_boxes,
  .applications_grid {
    grid-template-columns: 1fr;
  }

  .summary_box,
  .engineering_box,
  .application_box {
    padding: 32px;
  }

  .emobility_hero_text p,
  .summary_box p,
  .safety_text p,
  .application_box p {
    font-size: 21px;
  }
  .emobility_contact_section {
  flex-direction: column;
}

.emobility_contact_text,
.emobility_map {
  width: 100%;
}

.emobility_map iframe {
  height: 360px;
}
}
