

.h{
    text-align: center;
    margin-top: 15px;
    font-size: 25px;
    color: black;
    font-weight: bold;
}
#popupForm{
    display: none;
}
.form-popup {
     /* Initially hidden */
    /*  display: none; */
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 3rem;
    z-index: 9;
    border-radius: 20px;
   
    width: 90%;
    max-width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.txt{
    font-size: 18px;
    color: black;
}
.contactform {
    
    border-radius: 20px;
    padding: 20px;
    max-height: 80vh; /* Control height of content inside the form */
    overflow-y: auto; /* Enable scrolling inside the container */
    padding: 20px;
}
.contactformve {
    
    border-radius: 20px;
    padding: 20px;
    max-height: 80vh; /* Control height of content inside the form */
    overflow-y: auto; /* Enable scrolling inside the container */
    padding: 20px;
}

.contactform input[type="text"],

.contactform input[type="email"],
.contactform .input-box select {
    width: 100%;
    padding: 10px;
    margin: 5px 0 15px 0;
    background-color:rgb(238, 238, 238) ;
    font-size: 17px;
    color: black;
    font-weight: bold;
   
   
}
.contactformve input[type="text"] {
    width: 100%;
    padding: 10px;
    margin: 5px 0 15px 0;
    background-color:rgb(238, 238, 238) ;
    font-size: 17px;
    color: black;
    font-weight: bold;
   
   
}

#popupFormve{
    display: none;
}

.contactform .btn {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
    font-size: 17px;
    font-weight: bold;
}
.contactformve .btn {
    background-color: darkgreen;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
    font-size: 17px;
    font-weight: bold;
}

/*  .submit-to-google-sheet .cancel {
    background-color: red;
} */

.contactform .btn:hover {
    opacity: 1;
}
.contactformve .btn:hover {
    opacity: 1;
}
b{
    color: black;
}
.mend{
    color: red;
    font-size: 25px;
    font-weight: bold;
}



.form-container {
    
background-color: white;
padding: 20px;
border-radius: 8px;

text-align: center;
justify-content: center;

position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
margin-top: 3rem;
z-index: 9;
border-radius: 20px;

width: 90%;
max-width: 400px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

input {
width: 80%;
padding: 10px;
margin: 10px 0;
border: 1px solid #ccc;
border-radius: 4px;
}

button {
padding: 10px 20px;
background-color: #28a745;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
}

button:hover {
background-color: #218838;
}
.offer{
display: flex; 
justify-content: center;
flex-direction: column; 
align-items: center;
}