/*  */
.get-started-btn-hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0; 
    height: 100%;
    background:#EB2426 !important;
    color:#1F4B9F !important;
    border-radius: 10rem; 
    transition: width 0.3s linear; 
    z-index: -1;
    background: linear-gradient(90deg, #252525 17.44%, rgba(36, 98, 48, 0.71) 52.64%, rgba(235, 30, 34, 0.71) 100%) !important;
}

.get-started-btn-hero:hover::after {
    width: 100%;
    background: linear-gradient(90deg, #252525 17.44%, rgba(36, 98, 48, 0.71) 52.64%, rgba(235, 30, 34, 0.71) 100%) !important;
}

.get-started-btn-hero:hover {
    color: #FFFFFF; 
    border: 1px solid #EB2426; 
}

.get-started-btn-hero {
    background: transparent !important; 
    color: #000000 !important;       
    border: 1px solid #EB2426 !important;
    font-weight: 700;
    font-size: 20px;
    padding: 8px 24px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    /* position: relative !important; */
}


.get-started-btn-hero:hover {
    color: #FFFFFF !important;      
    border: 1px solid #EB2426 !important;
}

/*  */
.padding-top1{
  padding: 50px 90px 0px 90px;

}



.padding-top{
  padding: 126px 100px 0px 100px;

}
.footer-section{
background:#000000;
}
.foot-head{
  color:#FFFFFF;
font-weight: 600;
font-size: 26px;
line-height: 120%;
letter-spacing: -2%;

}
.foot-anchor {
  text-decoration: none;   /* removes underline */
  color: #FFFFFF;          /* inherits color from parent */
font-weight: 500;
font-size: 20px;
line-height: 120%;
letter-spacing: 0%;

}
.foot-anchor:hover {
  color: #FFFFFF;          /* inherits color from parent */
}
.foot-fcol{
  margin-bottom:58px;
}
.foot-col1-anchor{
  margin-top:23px;
}
.foot-col2-para{
  color:#FFFFFF5E;
font-weight: 500;
font-size: 16px;
line-height: 130%;
letter-spacing: 0%;

}
.foot-anchor-col2-1{
    text-decoration: none;  
  color: #FFFFFF;  
font-weight: 500;
font-size: 20px;
line-height: 120%;
letter-spacing: -2%;

}
.foot-anchor-col2-1:hover{
  color: #FFFFFF;  
}
.foot-anchor-col2-2:hover{
  color: #FFFFFF;  
}
.foot-anchor-col2-2{
    text-decoration: none;  
  color: #FFFFFF;  
font-weight: 500;
font-size: 20px;


}

.col2-second-mt1{
  margin-top:32px;
}
.col2-second-mt2{
  margin-top:24px;
}
.social-icons{
  text-decoration: none;  
}
.col4-head2{
  color:#ffffff;
  font-weight:700;
  font-size:20px;
}
.footer-last-para{
  color:#939393;
font-weight: 400;
font-size: 14px;
line-height: 130%;
letter-spacing: 0%;
margin: 0;
}
.foot-head-explore{
  font-size:38px;
}
.m1{
   background: url(/assets/images/index/footer-bottom-card-bg.png) center/cover no-repeat;
    position: relative;
    border-radius:18px;
    width: 87%;
}

.m2{
    width: 12%;
    border-radius:18px;
}

.foottext {
  text-decoration: none;
  color:#FFFFFF;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;

}
.foottext:hover { 
  color:#FFFFFF;

}
.mtfoot{
  margin-top:23px;
}
.form-left-section{
    position: relative;
}
.form-box1{
   /* width:53%;  */
       /* height: auto !important; */
  /* background: url(assets/images/index/form-left-section.png); */
  background: url('/assets/images/index/footer_form_image-2.webp');
  background-repeat: no-repeat;      
  background-size: cover;            
  background-position: center center; 
  width:50%;
}

.form-box1{

}
.form-left-image-content{
        position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59)), linear-gradient(0deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.02));
    box-shadow: 0px 0px 48px 0px #FFFFFF6E inset;
    backdrop-filter: blur(19.399999618530273px);
    padding-right: 10%;
    padding: 5%;
}
.form-para1{
color:#FFFFFF;
font-weight: 700;
font-size: 36px;
line-height: 37px;
/* letter-spacing: 0%; */

}

.form-para2{
color:#FFFFFF;
font-weight: 400;
font-size: 16px;
/* line-height: 25px; */
/* letter-spacing: 0%; */

}
.form-box2{
width:50%;
}

.form-container{
    /* padding: 35px; */
    padding: 4%;
    background: #FFFFFF;
    border-radius: 0;
    margin-left: 0;
    z-index: 1;
}
.form-para{
    color:#0000006E;
font-weight: 400;
font-size: 16px;
line-height: 21px;
letter-spacing: 0%;


}

.form-control {
  width: 85%;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  outline: none;
  font-weight: 600;
  font-size: 18px;
  background-color: transparent;
}
/* Remove focus outline and shadow */
.form-control:focus {
  border-bottom: 1px solid #000000; /* Optional: darker bottom border on focus */
  box-shadow: none;
  outline: none;
}

/* Change placeholder text color */
.form-control::placeholder {
  color: #757575;
  opacity: 1; 
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;

}
.customized-sol-section {
    padding-right: 50px;
        z-index: 1;
    bottom:0px;
}
.Eco-Smart-section{
      padding-top: 128px;
}

#submitFormDatafooter .iti--separate-dial-code .iti__selected-dial-code{
  color: #000;
      font-weight: 600;
    font-size: 18px;
}

.iti--separate-dial-code .iti__selected-flag{
  background: transparent;
}

#submitFormDatafooter .iti__flag-container{
    position: absolute;
    top: auto;
    bottom: 0;
    padding-bottom: 1rem;
}

.contact-whatsapp{
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none !important;
}

.contact-whatsapp p{
  margin: 0;
}

#prodmax-logo{
  width: 80px;
}



@media only screen and (max-width:990px){
  
.Eco-Smart-section{
      /* padding-top: 68px !important; */
      padding-top: 10% !important;
}
  .customized-sol-section {
    /* padding-right: 50px; */
    padding: 10px 0px 0px 0px;
}
  .form-container {
    padding: 6%;
    background: #FFFFFF;
    border-radius: 0px;
    margin-left: 0%;
}
  .form-box1{
          height: 60vh;
    /* background: url(assets/images/index/form-left-section-mb-image.png);   */
    background-image: url('/assets/images/index/footer_form_image-3.webp');  
width:100% !important;
  background-repeat: no-repeat !important;      
  background-size: cover !important;            
  background-position: center center !important; 
}
.form-box2{
width:100% !important;
}
.form-para1 {
    font-size: 16px;
    line-height: 24px;
}
.form-para2 {
font-weight: 400;
font-size: 12px;
line-height: 19px !important;
letter-spacing: 0% !important;

}

.form-control {
    width: 100%;
    font-size: 12px;
}


.padding-top{
  padding: 60px 16px 0px 16px;
}
.footer-section-mt{
  margin-top: 25px;
}
.col4-head2 {
    font-size: 14px;
    margin-top: 5px;
}
.foot-fcol {
    margin-bottom: 15px;
}
.foot-head-explore {
    font-size: 24px;
}
.m1{
width: 100%;
}
.m2 {
    width: 100%;
    margin-top:25px ;
    margin-bottom:25px ;
    height: 8vh;
}
.mtfoot {
    margin-top: 5px;
}
.foottext {
    font-size: 14px;
   
}

.wlkel{
  display:flex;
    flex-wrap:wrap ;
   /* flex-direction: column-reverse; */
}

.foot-col1-anchor {
    margin-top: 10px;
}

.foot-head {
    font-size: 20px;
  
}
.foot-anchor {

    font-size: 14px;
 
}
.foot-anchor-col2-1 {
  
    font-size: 14px;
}
.foot-col2-para {
     font-size: 12px;
}

  #submitFormDatafooter .iti__flag-container{
      position: absolute;
      top: auto;
      bottom: 0;
      padding-bottom: .375rem;
  }
}

