 

   /* Banner Section */
body {
  font-family: "Poppins", sans-serif;
}

    .banner-container {
      position: relative;
      width: 100%; /* Fixed width */
      max-width: 100%;
      margin: -0px auto;
    }
    
    

    .banner-image {
      width: 100%;
      height: 100%;
      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); 
      line-height: 62px;
     
   }
    
    .banner-text p {
      font-size: clamp(1rem, 2.5vw, 1.5rem);
      margin: 0;
    }


    /* First line */
.banner-title-white {
    color: #fff;
    font-weight: 700;
}

/* 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: 50px;
        line-height: 63px ;
         
    
      }
    }
    .banner-text {
    position: absolute;
    top: 59%;
    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;
  }  

   .banner-text {
    position: absolute;
    top: 53%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    color: #fff;
}
}




/* @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: 35px;
       line-height: 1.2;
  width: 65%;
        white-space: normal;
        overflow-wrap: break-word;
    
    margin-bottom: 8px; /* use margin instead of padding-bottom: -45px (invalid) */
  }
  .banner-image {
      width: 100%;
      height: auto;
      display: block;
      padding-top: 45px;
    }
  .banner-text {
    position: absolute;
    top: 62%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    color: #fff;
}

}


/* Mobile only */
@media screen and (max-width: 600px) {

    /* .product-banner {
        display: flex;
        align-items: center;
    } */

    .product-banner .banner-heading,
    .banner-text h1 {
        flex: 0 0 55%;
        max-width: 58%;
  
        line-height: 1.2;
        white-space: normal;
    } 
}
/* .gradient{
    background: linear-gradient(90deg, #1D2F93 30%, #4989E5 50%, #232222 100%); -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; background-clip: text
}  */
.gradient{
   color: #1D2F93;
  
} 


