*{
        margin: 0;
        padding: 0;

      }
      html{
        scroll-behavior: smooth;
       }
      .form-bg{
        
        background: linear-gradient(to bottom, #081b45, #162852e2);
        color: white;
      }


      /* .div {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
  } */

 

      #Submit-thank-you{
          display: none;
          opacity: 0;
          position: fixed;   
          
          /* width: 100vw;
          height: 100vh; */
        /*  background-color: rgba(255, 3, 3, 0.95);  Slight transparent dark overlay */
          width: 100vw;
          height: 100vh;
          /* font-family: 'Segoe UI', sans-serif; */
          z-index: 9999; /* High z-index to appear above everything */
          justify-content: center;
          align-items: center;
          text-align: center;
        transition: all 0.5s ease;
       }
       .divcenter{
        background-color: #012f41;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100vw;
        height: 100vh;
       }
      
       .border-1px{
        border-radius: 5px;
        border: 1px solid #f89123;
        color: #b0b0b0;
        background-color: transparent;
       }
      .submitbtn{
        font-weight: bolder;
        color: black;
        background-color: #f89123;
        transition: all 0.2s ease;
      }
      .submitbtn:hover{
        color: rgb(255, 255, 255);
        background-color: #52a4dd;
      }

        /* Placeholder color white */
      #name::placeholder {
                color: #b0b0b0;
            }
      #location::placeholder {
                color: #b0b0b0;
            }
      #com::placeholder {
              color: #b0b0b0;
            }
      #email::placeholder {
              color: #b0b0b0;
            }
      #Phone::placeholder {
              color: #b0b0b0;
            }
      #pax::placeholder {
              color: #b0b0b0;
            }
      #requirement::placeholder {
              color: #b0b0b0;
            }
      #message::placeholder {
              color: #b0b0b0;
            }