/* --------------------emobi-app-section------------- */
.emobi-app-section {
  padding: 100px 0 15px 0;
  background-color: var(--secondary);
  margin-top: 81px;
}
.emobi-app-title {
  font-size: 44px;
  line-height: 57.6px;
  font-weight: 600;
  color: var(--primary);
  text-align: center;
}
.emobi-app-subtitle {
  font-size: 22px;
  font-weight: 300;
  font-family: var(--ff-secondary);
  color: var(--primary);
  text-align: center;
  margin: 0;
}
.btn-group {
  border: 1px solid #757575;
  border-radius: 30px;
}
.subtitle-container {
  margin-bottom: 50px;
}
.btn-group i {
  font-size: 17px;
  color: #757575;
}
.app-store-icon {
  border-right: 1px solid #757575;
}
.play-store-icon {
  border-left: 1px solid #757575;
}
.app-store-icon,
.play-store-icon {
  padding: 4px 14px;
}
.app-store-icon i:hover,
.play-store-icon i:hover {
  color: var(--primary);
}
.emobi-app-sub-section {
  border-radius: 16px;
  background-color: black !important;
  width: 100%;
  max-height: 540px;
  height: 100vh !important;
}
.emobi-app-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.emobi-app-image-wrapper img {
  width: 100%;
  max-width: 750px;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .emobi-app-section {
    padding-top: 48px;
  }
  .emobi-app-title {
    font-size: 30px;
    line-height: 37.6px;
  }
  .emobi-app-subtitle {
    font-size: 15px;
  }
  .emobi-app-sub-section {
    max-height: 320px;
  }
  .emobi-app-image-wrapper img {
    width: 100%;
  }
  .emobi-app-image-wrapper {
    display: block;
    overflow: hidden;
  }
}
/* --------------smart-features-secion---------- */
.emobi-features-section {
  padding: 100px 0;
  background-color: var(--secondary);
  color: var(--primary) !important;
}
.emobi-features-title {
  font-size: 44px;
  font-weight: 600;
  line-height: 57.6px;
  color: var(--primary);
  text-align: center;
  margin-bottom: 24px;
}
.emobi-features-subtitle {
  font-family: var(--ff-secondary);
  color: var(--primary);
  font-weight: 300;
  font-size: 17px;
  text-align: center;
  line-height: 1.7;
  margin: 0 0px 40px;
}
.feature-card {
  background: linear-gradient(
    to left bottom,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0)
  );
  backdrop-filter: blur(22.6px);
  -webkit-backdrop-filter: blur(22.6px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  overflow: hidden;
  height: auto;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.feature-card h4 {
  font-weight: 500;
  font-size: 36px;
  line-height: 57.6px;
  color: var(--primary);
  margin-bottom: 8.2px;
}
.feature-card p {
  font-family: var(--ff-secondary);
  font-size: 17px;
  font-weight: 300;
  color: var(--primary);
  max-width: 306px;
}
.feature-card-first,
.feature-card-second {
  padding: 40px 0 0 40px;
  max-height: 360px;
}
.feature-card-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  bottom: 116px;
  display: flex;
  justify-content: flex-end;
  align-items: end;
}
.feature-card-image-wrapper img {
  width: 100%;
  height: 100%;
  max-height: 454px;
  max-width: 349px;
}

.feature-card-third {
  padding: 40px 0 16px 40px;
}
.features-support {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border: 4px solid #242424;
  background-color: black;
  padding: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  border-right: 0;
}
.specification-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  justify-items: end;
  align-items: end;
  margin-top: 20px;
}

.specification {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(0, 0, 0, 0.85);
  border: 4px solid #242424;
  border-radius: 15px;
  padding: 15px 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

.specification img {
  width: 39px;
  height: 39px;
}

.specification h6 {
  font-weight: 400;
  font-size: 14px;
  color: #d3d3d399;
  margin-bottom: 3px;
}

.specification p {
  font-weight: 600;
  font-size: 16px;
  color: var(--primary);
  margin: 0;
}
.specification:nth-child(5) {
  padding: 18px 7px;
  position: relative;
  top: -12px;
  left: 197px;
  z-index: 2;
}
.specification:nth-child(4) {
  padding: 18px 7px;
  position: relative;
  top: -12px;
  left: 210px;
}
.specification:nth-child(3) {
  padding: 18px 15px;
  position: relative;
  top: -10px;
  left: -30px;
  transform: rotate(8deg);
  z-index: 2;
}
.specification:nth-child(2) {
  padding: 18px 15px;
  position: relative;
  z-index: 2;
  top: -2px;
  left: 18px;
  transform: rotate(-13deg);
}
.specification:nth-child(1) {
  position: relative;
  left: 330px;
  top: -105px;
  transform: rotate(3deg);
}

.features-support-subsection {
  padding: 8px 0;
}
.features-support-subsection h6 {
  font-weight: 600;
  font-size: 16px;
  color: var(--primary);
  margin: 0;
}
.features-support-subsection p {
  font-weight: 400;
  font-size: 14px;
  color: var(--tertiary);
  margin: 0;
}
.feature-card-fourth {
  padding: 40px 0 0 40px;
  max-height: 378px;
}
.features-support-subsection p span {
  color: var(--primary);
}
.battery-status-image-wrapper {
  position: relative;
  bottom: 23px;
}
.battery-status-image-wrapper img {
  width: 100%;
  height: 100%;
}
.range-image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 224px;
  max-height: 83px;
}
.features-range {
  padding: 19px 7px 11px;
  border: 4px solid #242424 !important;
  border-radius: 12px;
  position: relative;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  right: 30px;
}
.features-range-subsection h6 {
  font-weight: 600;
  font-size: 16px;
  color: #d3d3d3;
  margin-bottom: 7px;
}
.features-range-subsection span {
  display: block;
  font-weight: 600;
  font-size: 24px;
  color: var(--primary);
  margin-bottom: 7px;
}
.features-range-subsection p {
  font-weight: 400;
  font-size: 10px;
  color: #636161;
  margin: 0;
}
.feature-card-fifth {
  padding: 40px 0px 21px 40px;
}
@media (max-width: 768px) {
  .emobi-features-section {
    padding: 48px 0;
  }
  .emobi-features-title {
    font-size: 30px;
    line-height: 37.6px;
  }
  .emobi-features-subtitle {
    font-size: 15px;
    margin: 0 0 40px;
  }
  .feature-card-first,
  .feature-card-second {
    max-height: 100%;
    padding: 20px;
  }
  .feature-card-second {
    margin-top: 24px;
  }

  .feature-card-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    bottom: 0;
  }
  .specification-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(180px, 2fr));
    justify-content: center !important;
    align-items: center !important;
  }
  .specification:nth-child(5),
  .specification:nth-child(4),
  .specification:nth-child(3),
  .specification:nth-child(2),
  .specification:nth-child(1) {
    left: 0;
    top: 0;
    transform: none;
    margin-bottom: 10px;
  }
}
/* ---------------mobility-section-------------- */
.mobility-section {
  padding: 100px 0;
  background-color: var(--secondary);
  color: var(--primary);
}
.mobility-section-title {
  font-size: 44px;
  line-height: 57.6px;
  text-align: center;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 25px;
}
.mobility-section-subtitle {
  font-family: var(--ff-secondary);
  font-size: 19px;
  text-align: center;
  color: var(--primary);
  margin-bottom: 78.9px;
}
.mobility-subsection-first {
  margin: 13.5px 0;
}
.mobility-wrapper {
  padding-bottom: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: visible;
  cursor: pointer;
}

.mobility-wrapper::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  height: 2px;
  width: 0%;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  background-color: #c8d935;
  z-index: 10;
  transition: none;
}

.mobility-wrapper.active::after {
  animation: borderFill var(--animation-time, 3s) linear forwards;
}

@keyframes borderFill {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

.mobility-wrapper h4 {
  margin: 25px 35px 24px 0;
  font-weight: 700;
  font-size: 38px;
  line-height: 44px;
  color: var(--primary);
}
.mobility-wrapper p {
  margin: 0px 62px 26px 0;
  font-family: var(--ff-secondary);
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: var(--tertiary);
}

.geofence-video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #000;
  object-fit: cover;
}
@media (max-width: 768px) {
  .mobility-section {
    padding: 48px 0;
  }
  .mobility-section-title {
    font-size: 30px;
    line-height: 37.6px;
  }
  .mobility-section-subtitle {
    font-size: 15px;
  }
  .mobility-wrapper h4 {
    font-size: 30px;
  }
  .mobility-wrapper p {
    font-size: 15px;
  }
}

/* -----------------subscribe-section------------------------ */
.subscribe-section {
  position: relative;
  background: url("../images/emobi-app/Akx-vehicle.jpg") center center/cover
    no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: var(--primary);
  overflow: hidden;
  padding: 60px 0;
}

.subscribe-section input.form-control {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  color: #000;
  backdrop-filter: blur(4px);
  transition: all 0.3s ease;
  min-width: 350px;
  height: 50px;
}

.subscribe-section input.form-control:focus {
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
  outline: none;
  border-radius: 0;
}

.subscribe-section .btn {
  transition: all 0.3s ease;
  background: #fff;
  color: #000;
  border: none;
  height: 50px;
}

.subscribe-section .btn:hover {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}
.subscribe-section h2 {
  font-weight: 600;
  font-size: 40px;
  color: var(--primary);
  margin-bottom: 32px;
}
.subscribe-section p {
  font-size: 17px;
  font-weight: 400;
  color: var(--primary);
  margin: 0 170px;
}
::placeholder {
  text-transform: capitalize !important;
}

@media (max-width: 768px) {
  .subscribe-section input.form-control {
    height: 40px;
  }
  .subscribe-section h2 {
    font-size: 30px;
  }
  .subscribe-section p {
    margin: 0;
    font-size: 14px;
  }
  .subscribe-section .btn {
    height: 40px;
    padding: 2rem 2rem;
  }
  .subscribe-section {
    padding: 48px 0;
  }
}
