 

   /* Banner Section */
    .banner-container {
      position: relative;
      width: 100%; /* Fixed width */
      max-width: 100%;
      margin: -0px auto;
    }
    
   /* Banner Section */
    .banners-container {
      position: relative;
      width: 100%; /* Fixed width */
      max-width: 100%;
      margin: -20px auto;
    }

    .banner-image {
      width: 100%;
      height: auto;
      display: block;
    }

    .banner-text {
      position: absolute;
      top: 62%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      text-align: left;


      width: 90%;
    }

    .banner-text h1 {
      font-size: clamp(1.5rem, 4vw, 56px); 
      margin: 0 0 0.1em;
      line-height: 62px;
 
     
    }
    

    .banner-text p {
      font-size: clamp(1rem, 2.5vw, 1.5rem);
      margin: 0;
    }


    /* First line */
.banner-title-white {
    color: #fff;
}

/* Second line */
.banner-title-orange {
    color: #ff9100;
    font-weight: 500;
}

@media (max-width: 850px) {
 
 
.banner-text h1 {
    font-size: 32px;
    line-height: 35px;
   
   margin-left: -0px;
    
  }  
}
@media (min-width: 1280px) {
      .banner-text  h1 {
        font-size: 58px;
        line-height: 65px ;
        margin-left: -0px;
    
      }
    }
    .banner-text {
    position: absolute;
    top: 58%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    color: #fff;
}
    

/* @media (max-width: 1440px) {
 
 
.banner-text h1 {
    font-size: 50px;
    line-height: 55px;
    margin-top: -22px;
   margin-left: -80px;
    
  }  
} */


@media (max-width: 600px) {
 
 
.banner-text h1 {
    font-size: 20px;
    line-height: 22px;
   
    
  }  
}




/* @media screen and (min-width: 768px) and (max-width: 1366px) {
   
 .banner-text h1 {
    font-size: 28px;
    line-height: 35px;
    padding-bottom: -45px;
    margin-top: 35px;
    margin-left: -20px;
  }
  
} */
 @media screen and (min-width: 768px) and (max-width: 1366px) {
  .banner-text h1 {
    font-size: 30px;
       line-height: 1.3;
 
    
    margin-bottom: 8px; /* use margin instead of padding-bottom: -45px (invalid) */
  }
  .banner-image {
      width: 100%;
      height: auto;
      display: block;
      padding-top: 35px;
    }
  .banner-text {
    position: absolute;
    top: 62%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    color: #fff;
}

}