
/* Button Style */
.site-button {
display: inline-block;
    background: #007bff;
    color: #fff;
    padding: 9px 20px;
    border-radius: 5px;
    font-size: 14px;
}
.site-button:hover {
    background: #0056b3;
}

/* Overlay */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

/* Popup Form */
.popup-form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    z-index: 1000;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.popup-form h4 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.popup-form label {
    font-weight: 500;
    margin-top: 7px;
    display: block;
    color: #444;
}

.popup-form input[type="text"], .popup-form input[type="email"], .popup-form input[type="tel"] {
    width: 100%;
    padding: 8px;
    margin-top: 0px;
    margin-bottom: 4px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.popup-form input[type="submit"] {
    background: #28a745;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 40%;
}

.popup-form button#closeButton {
    background: #ccc;
    border: none;
    /* color: #666; */
    /* display: block; */
    margin: 15px auto 0;
    /* text-decoration: underline; */
    cursor: pointer;
    width: 40%;
}

#thankYouMessage {
    display: none;
    text-align: center;
    color: green;
    margin-top: 15px;
    font-weight: bold;
}


.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}

.form-row input,
.form-row select {
    flex: 1 1 200px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#downloadForm input[type="submit"],
#downloadForm button {
    padding: 10px 20px;
    margin-top: 10px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}

#downloadForm input[type="submit"] {
    background-color: #007BFF;
    color: white;
}

#downloadForm button {
    background-color: #ccc;
}
.dropdown{
        font-size: 15px !important
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}

.form-row input,
.form-row select {
    flex: 1 1 200px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#downloadForm input[type="submit"],
#downloadForm button {
    padding: 10px 20px;
    margin-top: 10px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}

#downloadForm input[type="submit"] {
    background-color: #007BFF;
    color: white;
}

#downloadForm button {
    background-color: #ccc;
}    


.dropdown{box-shadow: none !important;
    font-size: 16px!important;
    color: #666565!important;}

    .Accommodation{
	height: 65% !important;
}