
  .registration-section label {
       font-family: "Gilroy";
        font-size: 18px;
        font-weight: 400;
       margin-bottom: 15px;
    }
     .registration-section .form-control, .registration-section .form-select, .input-group-text {
      background-color: transparent;
      border-color: #C3C3C3;  
      border-radius: 4px;
      font-family: "Gilroy";
      padding: 1rem .75rem;
      font-size: 18px;
      color: #ffffff;
    }
 
     .registration-section .form-control::placeholder {
       color: #595959; 
    }
    .registration-section .form-select {
        color: #7a7a7a; 
    }
     .input-group-text{
        color: #ffffff;
     }
    .registration-section .form-check-label, .disclaimer, .read-toggle  { 
        font-size: 16px;
        font-family: "Gilroy";
        color: #DCDCDC;
    }
    .btn-send {
      background-color: #fff;
      color: #000;
      border: none;
      padding: 8px 25px;
      border-radius: 4px;
      font-weight: 500;
    }
    .disclaimer {
      display: none;
      margin-top: 5px;
    }
    .read-toggle {
      text-decoration: underline;
      cursor: pointer;
    }
   
        /* Placeholder-like option color */
    .registration-section .form-select:invalid {
         color: #595959;

    } 
    #fullName::placeholder,
    #email::placeholder,
    #mobile::placeholder,
     #dob::placeholder,
      #mustHaves::placeholder {
        font-size: 18px !important;
        color: #595959;
        opacity: 0.6;
    }
    .registration-section .btn-light {
        font-family: "Gilroy Medium";
        font-size: 18px;
        padding: 10px;
        color: #171716;
    }

    .reg-heading{
      position: absolute;
      bottom: 14rem;
      left:0;
      right: 0; 
    }
    .reg-heading h2{
      color: #F8E07C;
      background:none;
      -webkit-text-fill-color: #F8E07C;
    }
#readtext {
  overflow: hidden;
}
   @media(max-width:767px){
        .reg-heading{
          bottom: 0rem;
        }
    }

    @media(min-width:768px){
       .reg-heading{
          bottom: 0rem;
        }
    }

    @media(min-width:992px){
      
    }
    @media(min-width:1200px){
       .reg-heading{
          bottom: 7rem;
        }
    }
    @media(min-width:1600px){
        .reg-heading{
          bottom: 14rem;
        }
    }