* { box-sizing: border-box; }

body { margin: 0;  }


html, body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
   overflow-y: hidden;  
}


/* HEADER */
.site-header{
  background:#fff;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.site-header{
  height: 72px; 
 
}

.header-inner{
  width: 100%;
  margin: 0 auto;
}
.header-logo{
  height: 44px;
  width: auto;
  display: block;
}



/* MAIN SECTION */

.lead-section{
  min-height: calc(100vh - 72px);
  /* padding: 50px 60px; */
  background-image: url("/_Layouts/15/ABC/FINPLFABTUS/KalKareSoAajKar/img/bg img.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #cb1a34;

  display: flex;
  align-items: center;
}


/* MAIN CONTAINER */
.lead-container{
  width: 100%;
  
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 28px;
  align-items: center;
}

/* LEFT IMAGE */
.lead-left{ width: 100%; }
.lead-image{
  
  height: 410px;
  display: block;
  border-radius: 6px;
}

/* RIGHT FORM WRAP */
.lead-right{
  display: flex;
  justify-content: center;
}

/* FORM CARD */
.form-card{
  width: min(420px, 80%);
  border: 2px solid rgba(255,255,255,0.75);
  border-radius: 30px;
  padding: 30px 20px 15px;
  background: transparent;
}

/* FORM */
.lead-form{
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* ✅ CENTER TEXT */
.lead-form input,
.lead-form select{
  width: 100%;
  height: 40px;
  border: 0;
  outline: none;
  border-radius: 10px;
  background: #ffffff;
  padding: 0 18px;
  font-size: 16px;
  color: #a4a4a4;
  box-shadow: 0 8px 18px rgba(0,0,0,0.22);

  text-align: left;         
  text-align-last: center; 
}

/* ✅ placeholder center */
.lead-form input::placeholder{
  color:  #a4a4a4;
  text-align: center;
}

/* SELECT ARROW */
.lead-form select{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #a4a4a4;
  background-image:
    linear-gradient(45deg, transparent 50%, #9b9b9b 50%),
    linear-gradient(135deg, #9b9b9b 50%, transparent 50%);
  background-position:
    calc(100% - 22px) 22px,
    calc(100% - 16px) 22px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

/* selected city color */
.lead-form select:valid{
  color: #a4a4a4;
}

/* SUBMIT BUTTON */
.submit-btn{
  height: 40px;
  border: 0;
  border-radius: 10px;
  background: #efcc07;
  color: #b51320;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(0,0,0,0.28);
}
.submit-btn{
  width: 150px;
  margin: 0 auto; /* center */
}
.lead-container{
  padding: 50px 60px;
}

/* RESPONSIVE */

@media (max-width: 768px){

  html, body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;   
}
.lead-form input,
.lead-form select{
  width: 100%;
  height: 35px;
  background: #ffffff;
  padding: 0 18px;
  font-size: 14px;
  text-align: left;         
  text-align-last: center; 
}

.submit-btn{
  height: 35px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 10px 20px rgba(0,0,0,0.28);
}
  .lead-container{
    padding: 40px 2px;
  }


  .header-inner{
    padding: 0 20px;
  }

  .lead-container{
    grid-template-columns: 1fr;
    justify-items: center; /* ✅ KEY for grid centering */
  }

  .lead-left{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .lead-image{
    width: 300px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .lead-right{
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .form-card{
    width: min(420px, 92vw);
  }

}

/* Default: Desktop */
.desktop-img{
  display: block;
}

.mobile-img{
  display: none;
}

/* Mobile view */
@media (max-width: 768px){
  .desktop-img{
    display: none;
  }

  .mobile-img{
    display: block;
  }
.lead-container {
    gap: 45px; 
}
  
}

 /* tab */
@media (min-width: 769px) and (max-width: 1024px){
  .lead-container{
    grid-template-columns: 1fr;  
    padding: 40px 60px;          
    gap: 50px;
  }

  .lead-image{
    width: 420px; 
    max-width: 100%;
    height: auto;
  }

  .form-card{
    width: 420px;
  }
}


/* 
   LOCK DESIGN AFTER 1500px
  */
 @media (min-width: 1500px) { 


  
 .desktop-img{
  
  height: 600px;
  display: block;
  border-radius: 6px;
}

.header-logo{
  height: 54px;
  width: auto;
  display: block;
}
.lead-section{
  /* padding: 100px 60px;  */
  background-image: url("/_Layouts/15/ABC/FINPLFABTUS/KalKareSoAajKar/img/bg img.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #cb1a34;
}

.lead-form input,
.lead-form select{
  width: 100%;
  height: 50px;
  font-size: 16px;
}

.form-card{
  width: min(420px, 80%);
  border: 2px solid rgba(255,255,255,0.75);
  border-radius: 26px;
  padding: 40px 30px 20px;
  background: transparent;
}
.submit-btn{
  height: 55px;
  border: 0;
  border-radius: 10px;
  background: #efcc07;
  color: #b51320;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(0,0,0,0.28);
}
.submit-btn{
  width: 180px;
  margin: 0 auto; /* center */
}
}




