body {
    font-family: 'Roboto', sans-serif;
    color: #0c0c0c;

  }
  

.booking-form {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.form-container {
    text-align: left;
    padding-right: 0%;
    padding-left: 0%;
    width: 30%;
    border-radius: 0px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #771dc604;
    border: 0px solid #e3d9d9;

}

.thanks {
    text-align: center;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
}

.whatsapp-button {
    background-color: #25D366;
    color: #fff;
    float: right;
    padding: 5px 5px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: bold;
}


.thank-you-message {
    text-align: center;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
}

label {
    font-weight: 2px;
}

input[type="text"],
input[type="email"],
input[type="pasword"],
input[type="tel"],
textarea {
    width: 40%;
    padding: 10px;
    float: center;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    
} 

input[type="submit"] {
    background-color: #4e15d4;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}


.form_container {
    text-align: center;
    padding-left: 50%;
    border: 5px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #771dc604;
}

