/* 
******************************
******************************
Application CSS
******************************
******************************
*/

.app-page {
  background-color: #000;
}

.app-container {
  position: relative;
}

.app-img {
  width: 100vw;
  min-height: 500px;
  padding-top: 4.688rem;
  object-fit: cover;
  display: block;
}
.app-heading {
  font-size: 3.125rem;
  position: absolute;
  font-weight: 500;
  top: 50%;
  left: 300px;
  transform: translateY(-50%);
  color:#fff;
}

@media (max-width: 1080px) {
  .app-heading {
    left: 100px;
  }
}

@media (max-width: 768px) {
  .app-heading {
    left: 10px;
  }
}

.app-about-section {
  display: flex;
  justify-content: center;
  min-height: 490px;
  align-items: center;
  background: linear-gradient(
    180deg,
    #0f0f0f 0%,
    #1a1a1a 25%,
    #2d2d2d 50%,
    #1a1a1a 75%,
    #000 100%
  );
}

/* 
******************************
******************************
At HyZero CSS
******************************
******************************
*/

.text-container {
  max-width: 866px;
  text-align: center;
  margin: 0px 20px;
}

.text-container h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 29px;
  color:#fff;
}

.text-container p {
  font-size: 16px;
  font-weight: 200;
  line-height: 1.7;
  color:#fff;
}

/* 
******************************
******************************
Mobility & Forklifts CSS
******************************
******************************
*/

.mobility-container {
  gap: 40px;
  padding-bottom: 46px;
  background: #07182C;
  ul {
    padding-left: 0rem;
}
  }

.car-section,
.content-section {
  flex: 1;
}

.car-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.car-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-section {
  padding: 20px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mobility-title {
  color: #FFF;
font-family: Poppins;
font-size: 34px;
font-style: normal;
font-weight: 600;
}

.mobility-description {
  font-size: 16px;
  line-height: 1.8;
  color: #cbd5e0;
  max-width: 550px;
  font-weight: 200;
}

.content-section {
  button {
      width: fit-content;
      border-radius: 35px;
      background: #68A4C8;
      border: none;
      color: white;
      font-size: 16px;
      border-radius: 47px;
      font-weight: 100;
      cursor: pointer;
      padding: 10px 30px;
  }
}
@media (max-width: 768px) {
  .mobility-container {
    flex-direction: column;
    gap: 0px;
  }
}

/* 
  ******************************
  ******************************
  Stationary Power Generator CSS
  ******************************
  ******************************
  */
.sta-container {
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding-bottom: 46px;
  align-items: stretch;
  height: 100%;
  overflow: hidden;
}

.sta-left,
.sta-right {
  display: flex;
  flex-direction: column;
}

.sta-left {
  flex: 0 0 60%;
}

.sta-right {
  flex: 0 0 40%;
}

.sta-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 768px) {
  .sta-container {
    flex-direction: column-reverse;
    gap: 0;
    height: auto;
  }

  .sta-left,
  .sta-right {
    flex: 0 0 50%;
    height: 400px;
  }
}

.sta-content {
  background: radial-gradient(
    ellipse at 5% 95%,
    #55a5cb 0%,
    #374851 25%,
    #040809 50%,
    #50555a 100%
  );
}

@media (min-width: 1240px) {
  .sta-content {
    padding-left: 50px;
  }
}

@media (min-width: 1440px) {
  .sta-content {
    padding-left: 150px;
  }
}

.image-container {
  position: relative;
  overflow: hidden;
}

.overlay-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0; /* Will be controlled by JS */
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* mine */
.why-section {
  background: linear-gradient(81deg, #172A34 46.52%, #26A6EA 115.95%);
  padding: 60px 0;
  text-align: center;
  .feature-card{
    width:26%;
  }
  .why-containerrow{
    gap:40px; 
    margin: auto;
    justify-content: center;
    margin-top: 40px;
  }
}

.why-section h2 {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 50px;
  color: white;
}

.why-section{
    padding: 70px 40px;
  }

  .why-section {
    .feature-card {
        width: 80%;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
  }

/* .faq-section {
  background: linear-gradient(81deg, #0e202a 46.52%, #122a37 115.95%);
  padding: 60px 0;
  text-align: center;
  .faq-containerrow{
    gap:40px; 
    margin: auto;
    justify-content: center;
    margin-top: 40px;
  }
}

.faq-section h2 {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 50px;
  color: white;
}

.faq-section{
    padding: 70px 40px;
  }

.faq-section {
  font-size: 0.8rem;
  font-weight: 300;
  color: white;
  text-align: left;
  .faq-question{
    font-size: 1rem;
    margin-bottom: 1rem;
    
  }
} */

.faq-section{
  background: #061222;
  padding: 5rem;
  color: white;
}
.faq-section h3{
  text-align: center;
}
.faq-container{
  padding:40px 100px;
}
.faq-ques{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.icon-container{
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #68A4C8;
  border-radius: 1000px;
}

.futureofh2{
  text-align: center;
  padding: 20rem;
}

.contentlist {
  color: #FFF;
font-family: Roboto;
font-size: 28px;
font-style: normal;
font-weight: 400;
}
.know-btn{
  color: #FFF;
text-align: center;
font-family: Roboto;
font-size: 26px;
font-style: normal;
font-weight: 400;
width: fit-content;
border-radius: 35px;
background: #68A4C8;
padding: 10px 30px;
}

.faq-question{
  color: #FFF;
font-family: Roboto;
font-size: 30px;
font-style: normal;
font-weight: 600;
}
.faq-answers{
  color: #FFF;
font-family: Roboto;
font-size: 26px;
font-style: normal;
font-weight: 400;
}

.device-content{
  justify-content: center;
  display: flex
;
  align-items: center;
}
@media (max-width: 768px) {
  .faq-container {
    padding: 40px;
}
.faq-section,.content-section{
  padding: 40px;
}
.faq-ques{
  display: block;
}
}
.p24roboto{
  font-size: 24px!important;
  font-weight: 400!important;
  font-family: Roboto!important;
  color: #FFF!important;
}
.align-item-center{
  align-items: center!important;
  justify-content: center!important;
  display:flex;
}
.videonow{
      border-radius: 45px!important;
}
.mt40{
  margin-top: 40px!important;
}