.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  background: #0F1920;
  padding-left: 15px;
}

.hero-slider {
  width: 100%;
  height: 100%;
  padding: 180px 150px 50px;
}

.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.hero-content.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.text-content {
  z-index: 2;
  color: white;
  font-size: 50px;
  flex: 1;
}

.text-content h1 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0px;
  font-family: Poppins;
}

.text-content p {
  color: #58B5ED;
  font-size: 47px;
  font-style: normal;
  font-weight: 600;
  color: #58B5ED;
  font-family: Roboto;
}
.cta{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  .ctadiv{
    background: #68A4C8;
    padding: 40px 120px;
    text-align: center;
    width: 100%;
    p{
      color: #FFF;
      text-align: center;
      font-family: Poppins;
      font-size: 42px;
      font-style: normal;
      font-weight: 600;
    }
    button{
      border-radius: 35px;
      background: #0D181E;
      color: #FFF;
      text-align: center;
      font-family: Roboto;
      font-size: 28px;
      font-style: normal;
      font-weight: 500;
      padding:10px 30px;
      margin-top:20px;
    }
    a{
      color:#fff;
      text-decoration: none;
    }
  }
}
.futureofh2{
  background: #07182C;
  padding: 70px 100px;
  h2{
    color: #58B5ED;
text-align: center;
font-family: Poppins;
font-size: 48px;
font-style: normal;
font-weight: 600;
  }
  .futureofh2left{
    margin: 40px 20px 20px 20px;
  }
  p{
    color: #FFF;
font-family: Poppins;
font-size: 34px;
font-style: normal;
font-weight: 600;
  }
  ul{
    margin:30px 0px;
  }
  li{
    color: #FFF;
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    margin-top:20px;
  }
  button{
    width: auto;
    border-radius: 35px;
    background: #68A4C8;
    border: none;
    color: white;
    font-size: 16px;
    border-radius: 47px;
    font-weight: 100;
    cursor: pointer;
    padding: 10px 30px;
    margin: 20px 20px;
  a{
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
  }
  }
}
.futureofh2right{
  display: flex;
  justify-content: center;
  align-items: center;
  img{
    width: 426px;
    height: 297px;
    aspect-ratio: 142/99;
  }
}

/*hydrogen cards*/
.h2cards{
  background: #061222;
  padding: 70px 100px;
  h2{
    color: #FFF;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  }
}

.h2cardscontainer {
  gap:40px;
  .col-lg-4{
    width:30%;
  }
}

.h2cards-card-wrapper {
  flex: 1 1 300px;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-top: 20px !important;
}

.h2cards-img {
  aspect-ratio: 16 / 9;
  width: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0px 0px;
}

.h2cards-card {
  display: flex;
  flex-direction: column;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #FFF;
  padding: 30px;
  gap: 15px;
  margin-bottom: 20px;
  height: 100%;
  justify-content: space-between;
background: linear-gradient(247deg, #1D3746 25.84%, #4787AC 97.36%);

}
.h2cardtitle{
  color: #FFF;
font-size: 30px;
font-style: normal;
font-weight: 600;
text-align: left;
font-family: Roboto;
}
.h2cards-title{
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto;
}
.bio-hydrogen-image {
  width: 353px!important;
  height: 423px!important;
}
.hydrogen-image {
  width: 100px!important;
  height: 350px!important;
  transform: rotate(30deg)!important;
}
/*
  ******************************
  ******************************
  Why Section CSS
  ******************************
  ******************************
  */

.use-cases-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-top: 60px;
  justify-items: center;
}


.use-case-item {
  text-align: center;
  padding: 20px;
}


/* ICON */
.use-case-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  background: var(--accent-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

/* TITLE */
p.use-case-title {
  color: #ffffff !important;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0; /* prevent extra spacing */
}

.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;
}


.feature-card {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  padding: 30px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  display:flex;
}

.feature-card:hover {
  background: rgba(0, 0, 0, 0.4);
  transform: translateY(-2px);
}

.feature-icon {
  width: 50px;
  height: 50px;
  background: var(--accent-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 20px;
}

.feature-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: white;
  margin-bottom: 15px;
}

.feature-description {
  color: #bdc3c7;
  line-height: 1.6;
  margin: 0;
}

.cta-section {
  background: linear-gradient(135deg, #2980b9, #3498db);
  padding: 60px 0;
  text-align: center;
}

.cta-section h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: white;
}
.cta-section-new{
  background: #68A4C8;
}
.cta-button {
  background: #2c3e50;
  color: white;
  padding: 15px 40px;
  border: none;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.cta-button:hover {
  background: #1a2332;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.cta-button-new{
  border-radius: 35px;
background: #0D181E;
}
@media (max-width: 768px) {
  .h2cards h2 {
    font-size: 2rem;
  }

  .use-cases-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }
}

.text-content button {
  width: 147px;
  height: 47px;
  background-color: #55b4e7;
  border: none;
  color: white;
  font-size: 16px;
  border-radius: 24px;
  font-weight: 100;
  cursor: pointer;
}

.hero-image {
  position: relative;
  right: -90px;
  z-index: 1;
  flex: 1;
}

.hero-image img {
  max-width: 492px;
  max-height: 362px;
  z-index: 1;
}

@media (max-width: 1080px) {
  .hero-image {
    right: 40px;
  }
}

@media (max-width: 780px) {
  .hero-image {
    position: relative;
    right: 0px;
    z-index: 1;
    img{
      max-width: 300px;
      max-height: 300px;
    }
  }
  .hero-content {
    position: absolute;
    width: 800px;
  }
  .futureofh2right {
    img {
      width: auto;
      height: 190px;
    }
  }
  .futureofh2{
    padding:40px;   
  }
  .text-content h1,.text-content p{
    text-align: center;
  }
  .text-content h1,.cta .ctadiv p,.futureofh2 h2, .cta-section-new h2{
    font-size: 34px;
  }
  .text-content p,.futureofh2 p{
    font-size: 30px;
  }
  .futureofh2 li{
    font-size: 20px;
  } 
  .hero-image-row{
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .cta .ctadiv,.h2cards,.cta-section-new,.why-section{
    padding: 70px 40px;
  }
  .bio-hydrogen-image{
    width: 253px !important;
    height: 353px !important;
  }
  .use-cases-grid {
    display: block;
  }
  .why-section {
    .feature-card {
        width: 80%;justify-content: center;
        align-items: center;
        text-align: center;
    }
  }
  .hydrogen-image {
    width: 50px !important;
    height: 200px !important;
}
.futureofh2 {
  .futureofh2left {
      margin: 50px 20px 20px 20px;
  }
}
  button,button a,.h2cardtitle,.h2cards-title{
    font-size: 20px!important;
  }
}

.arrow {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  width: 14px;
  height: 27.33px;
  color: white;
  cursor: pointer;
  z-index: 3;
  user-select: none;
}

.arrow.left {
  left: 100px;
}

.arrow.right {
  right: 100px;
}

.dots {
  position: absolute;
  bottom: 73px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 2;
}

.dot {
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.dot.active {
  opacity: 1;
}

.container {
  width: 100%;
  height: 610px;
  display: flex;
  background: linear-gradient(135deg, #2c3e50 0%, #1a252f 50%, #0f1419 100%);
  position: relative;
}

.about-left-section {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
}

.vehicle-container {
  position: relative;
  width: 626px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.robot-image {
  max-width: 100%;
  max-height: 100%;
  width: 626px;
  height: 400px;

  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
}

.about-right-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 80px;
  color: white;
}

.about-title {
  font-size: 4rem;
  font-weight: 300;
  margin-bottom: 2rem;
  letter-spacing: 2px;
}

.about-text {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 3rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 500px;
}

.hyzero {
  font-weight: bold;
}

/* Responsive Design */

@media (max-width: 1170px) {
  .about-right-section {
    padding: 0px;
  }
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
    height: auto;
    min-height: 100vh;
  }

  .about-left-section {
    height: 50vh;
    padding: 2rem;
  }

  .vehicle-container {
    width: 626px;
    height: 400px;
  }

  .vehicle {
    width: 626px;
    height: 400px;
  }

  .about-right-section {
    padding: 3rem 2rem;
    text-align: center;
    align-items: center;
  }

  .about-title {
    font-size: 2.5rem;
  }

  .about-text {
    font-size: 1rem;
    text-align: left;
  }
}

.exp-expertise-section {
  background: linear-gradient(30deg, #0b3c4f 0%, #000000 50%, #1e1e1e 100%);

  min-height: 65vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, sans-serif;
}

.exp-container {
  max-width: 1200px;
  width: 100%;
  text-align: center;
}

.exp-title {
  color: white;
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 2rem;
  padding-top: 0px;
  margin-top: 0px;
  letter-spacing: -0.02em;
}

.exp-description {
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  max-width: 800px;
  font-weight: 200;

  margin: 0 auto 4rem auto;
  opacity: 0.9;
}

.exp-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.exp-product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  cursor: pointer;
}

.exp-product-image {
  width: 382px;
  height: 259px;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.2));
  transition: transform 0.3s ease;
}

.exp-product-title {
  color: white;
  font-size: 16px;
  font-weight: 200;
  margin-top: auto;
}

@media (max-width: 768px) {
  .exp-expertise-section {
    min-height: 100vh;
  }
  .exp-title {
    font-size: 2.5rem;
  }

  .exp-description {
    font-size: 1rem;
    margin-bottom: 3rem;
  }

  .exp-products-grid {
    grid-template-columns: 1fr;
    gap: 0rem;
  }

  .exp-product-card {
    padding: 1rem;
  }

  .exp-product-image {
    width: 382px;
    height: 259px;
  }
}

@media (max-width: 480px) {
  .exp-expertise-section {
    min-height: 100vh;
    padding: 40px 15px;
  }

  .exp-title {
    font-size: 2rem;
  }

  .exp-product-image {
    width: 382px;
    height: 259px;
  }
}

/* 
******************************
******************************
Energy Section CSS
******************************
******************************
*/

.energy-container {
  width: 100vw;
  min-height: 600px;
  position: relative;
}

.energy-inner-wrapper {
  position: relative;
  display: block; /* prevents shrinking */
}

.energy-image {
  width: 100vw;
  height: 600px;
  object-fit: cover;
  display: block;
}

.energy-text-container {
  position: absolute;
  top: 150px;
  right: 20%;
  width: 420px;
  display: flex;
  flex-direction: column;
  gap: 82px;
}
.energy-heading h2 {
  font-size: 50px;
  margin: 0px;
  font-weight: 400;
}
.energy-talk-text {
  color: rgba(83, 171, 210, 1);
}

@media (max-width: 1080px) {
  .energy-text-container {
    right: 5px;
  }
}

/* 
******************************
******************************
Key Feature Section CSS
******************************
******************************
*/
.key-features-container {
  height: 888px;
  background: linear-gradient(
    40deg,
    #000000 0%,
    #03090e 30%,
    #069fea 99.999%,
    #000000 100%
  );

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  font-family: "Arial", sans-serif;
  position: relative;
  overflow: hidden;
}

.key-title {
  font-size: 50px;
  font-weight: 300;
  color: white;
  text-align: center;
  letter-spacing: 2px;
}

.key-features-layout {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.key-feature-card {
  background: #222323;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 10px;
  border-radius: 16px;
  display: flex;
  gap: 10px;
  width: 400px;
  position: absolute;
  transition: transform 0.8s ease-in-out;
  animation: key-float 3s ease-in-out infinite;
}

.key-feature-card.key-animated {
  transform: translateY(50px);
}

.key-feature-card:nth-child(1) {
  left: -50px;
  top: 170px;
  transform: translateY(-50%);
  animation-delay: 0s;
  z-index: 100;
}

.key-feature-card:nth-child(1).key-animated {
  transform: translateY(0px);
}

.key-feature-card:nth-child(2) {
  right: 30px;
  top: 0;
  z-index: 100;
  animation-delay: 1s;
}

.key-feature-card:nth-child(2).key-animated {
  transform: translateY(50px);
}

.key-feature-card:nth-child(3) {
  right: 0px;
  bottom: 20%;
  animation-delay: 2s;
  z-index: 100;
}

.key-feature-card:nth-child(3).key-animated {
  transform: translateY(50px);
}

.key-feature-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.key-feature-title {
  color: white;
  font-size: 20px;
  font-weight: 500;
  margin: 0px;
}

.key-feature-description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0px;
  margin-top: 10px;
  font-weight: 100;
}

.key-icon {
  width: 36px;
  height: 36px;
}

.key-central-unit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.key-energy-image {
  width: 550px;
  height: 450px;
  object-fit: cover;
  border-radius: 12px;
}

@keyframes key-float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

.key-feature-card:nth-child(1) {
  animation-name: key-float1;
}

.key-feature-card:nth-child(2) {
  animation-name: key-float2;
}

.key-feature-card:nth-child(3) {
  animation-name: key-float3;
}

@keyframes key-float1 {
  0%,
  100% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(-60px);
  }
}

@keyframes key-float2 {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes key-float3 {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 1080px) {
  .key-feature-card:nth-child(1) {
    left: 0px;
    top: 230px;
    transform: translateY(-50%);
    animation-delay: 0s;
    z-index: 100;
  }
}

@media (max-width: 768px) {
  .key-features-container {
    height: 100%;
  }
  .key-title {
    font-size: 2.5rem;
    margin-bottom: 60px;
  }

  .key-features-layout {
    height: auto;
    flex-direction: column;
    gap: 30px;
    position: relative;
  }

  .key-feature-card {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100%;
    max-width: 400px;
  }

  .key-central-unit {
    position: relative;
    transform: none;
    margin: 40px 0;
  }

  .key-energy-image {
    width: 100%;
    width: 550px;
    height: 450px;
  }
  .key-central-unit {
    left: 0;
  }
}

/* 
MAP SECTION
*/

.our-heading {
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 5cqmax;
}
.map-section {
  display: flex;
  flex-direction: column;
  background: linear-gradient(
    to bottom left,
    #000000 0%,
    #000000 25%,
    #121d2b 75%,
    #20364f 100% /* Bottom-left */
  );
}

.map-container {
  display: flex;
  width: 100vw;
  height: 600px;
}
@media (max-width: 1080px) {
  .our-heading {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}


/*webpages*/

.h148px{
  font-size: 48px!important;
}
.h234px{
  font-size: 34px!important;
}
.h236px{
  font-size: 36px!important;
  color: #FFF!important;
text-align: center!important;
font-family: Poppins!important;
font-style: normal!important;
font-weight: 600!important;
line-height: inherit!important; /* 109.524% */
}
.p24px{
  color: #FFF!important;
text-align: center!important;
font-family: Roboto!important;
font-size: 24px!important;
font-style: normal!important;
font-weight: 400!important;
line-height: inherit!important; /* 131.25% */
}
.mt20{
  margin-top: 20px!important;
}
.knowmorecta{
  width: auto!important;
  height: auto!important;
  border-radius: 35px!important;
  background: #68A4C8!important;
  border: none!important;
  color: white!important;
  font-size: 16px!important;
  border-radius: 47px!important;
  font-weight: 100!important;
  cursor: pointer!important;
  padding: 10px 30px!important;
  margin: 0px!important;
a{
  color: #FFF!important;
  text-align: center!important;
  font-family: Roboto!important;
  font-size: 26px!important;
  font-style: normal!important;
  font-weight: 400!important;
  text-decoration: none!important;
}
}
.h326px{
  color: #FFF!important;
font-family: Roboto!important;
font-size: 26px!important;
font-style: normal!important;
font-weight: 600!important;
line-height: inherit!important; /* 123.333% */
}
.h424px{
  color: #FFF!important;
  font-family: Roboto!important;
  font-size: 24px!important;
  font-style: normal!important;
  font-weight: 400!important;
  line-height: inherit!important; /* 135.714% */
}
.clr58B5ED{
  color: #58B5ED!important; 


}
.text-start{
  text-align: start!important; 
}
.mt0{
  margin-top: 0px!important; 
}
.br20{
  border-radius: 20px!important; 
}
.plr80{
  padding-left: 80px!important; 
  padding-right: 80px!important; 
}
.mb0{
  margin-bottom: 0px!important; 
}
.p18px{
  font-size: 18px!important; 
  color: #FFF!important; 
font-family: Roboto!important; 
font-style: normal!important; 
font-weight: 400!important; 
line-height: inherit!important;  /* 135.714% */
}
.align-items-center{
  align-items: center;
  display: flex;
  justify-content: center;
}
.align-item-center{
  align-items: center;
  gap: 20px;
}
.WH51{
  width: 51px;
height: 51px;
}
.pl0{
  padding-left: 0px;
}
.mt40{
  margin-top: 40px;
}
.faq-section {
  background: #061222;
  padding: 5rem;
  color: white;
}
.faq-container {
  padding: 40px 100px;
}
.faq-ques {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-question {
  color: #FFF;
font-family: Roboto;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: inherit; /* 153.333% */
}

.icon-container {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #68A4C8;
  border-radius: 1000px;
}
.faq-answers {
  color: #FFF;
font-family: Roboto;
font-size: 23px;
font-style: normal;
font-weight: 400;
line-height: inherit; /* 138.462% */
}
.mb40{
  margin-bottom: 40px;
}
.f-800{
  font-weight: 800!important;  
}
.ffp{
  font-family: Poppins!important;  
}

/* Section */
.hydrogen-ecosystem {
  background: radial-gradient(circle at top, #0f2633, #08141b);
  padding: 70px 50px;
}

/* Title */
.hydrogen-title {
  text-align: center;
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 70px;
}

/* Cards row */
.hydrogen-cards {
  display: flex;
  gap: 32px;
  justify-content: center;
}

/* Card */
.hydrogen-card {
  width: 23%;
  border: 3px solid #7fc3ea;
  border-radius: 26px;
  padding: 40px 34px;
  color: #ffffff;
  background: transparent;
  display: flex;
  flex-direction: column;
}

/* Image */
.hydrogen-card img {
  height: 120px;
  width: auto;
  margin: 0 auto 36px;
  display: block;
}

/* Heading */
.hydrogen-card h3 {
  color: #6fb6df;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 22px;
  font-weight: 600;
}

/* Optional underline (Card 2) */
.hydrogen-card h3.underline {
  text-decoration: underline;
}

/* Text */
.hydrogen-card p {
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
}