body { /*background:#fafafa; background-color: #fafafa; */ font-family: Open Sans, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';}

.mobile_wrapper {
    width: 100%;
    text-align: center;
    padding: 15px;
}

/* CSS for mobile devices with a max screen width of 768px */
@media (max-width: 768px) {
  .mobile_wrapper {
    text-align: left;
  }
}

/* Standard CSS for larger screens, if needed */

.glogo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* CSS for mobile devices with a max screen width of 768px */

@media (max-width: 768px) {
  .glogo {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

p.title { color:#333; font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif; font-size:24px;line-height:1.3;margin-bottom: 40px;margin-top: 40px; text-align: center; }

A {
  color: #862633;
  text-decoration: none;
  -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;  
}

a.btn {
    display: block;
    text-decoration: none;
    padding:16px;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
}

a.btn-default {
    color: #417799;
    font-weight: 900;
}

.btn-beige, .btn-vip {
    background: #eee;
    border-radius: 0px;
    /*box-shadow: 0px 1px 4px #222;*/
    color: #333;
	margin-bottom: 30px;
}
.choose-button-beige a.btn-default{color:#333; background: #eee;border:2px solid #333;padding:12px 24px;font-size:14px;font-weight: 400;border-radius: 0px; margin: 5px 15px 12px 15px;}

.btn-beige figure, .btn-brown figure, .btn-vip figure {overflow: hidden;}
.btn-beige img, .btn-brown img, .btn-vip img {max-width: 100%;height:auto;transition: all 0.3s ease;}
a.btn.btn-beige:hover img, a.btn.btn-brown:hover img, a.btn.btn-vip:hover img {transform: scale(1.05);transition: all 0.3s ease;}
.btn-brown {
    background: #999;
    border-radius: 0px;
    /*box-shadow: 0px 1px 4px #222;*/
    color: #eee;
	margin-bottom: 30px;
}
.choose-button-brown a.btn-default{color:#eee; background: #999;border:2px solid #eee;padding:12px 24px;font-size:14px;font-weight: 400;border-radius: 0px; margin: 5px 15px 12px 15px;}

.choose-button-brown, .choose-button-beige {
    margin-top: auto;
}

.btn-orange {
    background: #FF6238;
    width: 80%;
    margin: 0 auto;
    border-radius: 0px;
    /*box-shadow: 0px 1px 4px #222;*/
    color: #fff;
}

.btn-white {
    background: #fff;
    width: 80%;
    margin: 0 auto;
    border-radius: 0px;
    /*box-shadow: 0px 1px 4px #222;*/
    color: #417799;
}

a.btn:hover {
    background: #333;
    border-radius: 5px;
    box-shadow: 0px 1px 4px #222;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.box {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #222;
    /*box-shadow: 0px 5px 10px #222;*/
    border-radius: 0px;
    padding: 2%;
}

.message-box {
    text-align: left;
    background: #C09D65;
    width: 90%;
    padding: 2% 5%;
    border-radius: 3px;
    box-shadow: 0px 5px 5px #222;
    color: #fff;
    font-family: serif;
}

p.message {
    font-style: italic;
}

form {
    margin-top: 40px;
}

fieldset {
    border: 0;
}

form lable,
form input,
form select,
form textarea {
    display: block;
    text-align: left;
    font-family: serif;
    padding: 5px 0;
    color: #7E6A60;
    width: 100%;
}

p.check {
    text-align: left;
    float: left;
	margin-left: 20px;
    margin-right: 12px;
    font-family: serif;
    color: #7E6A60;
}

p.check input {
    width: initial;
    float: left;
    margin-right: 10px;
    display: inline;
}

input[type="submit"] {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e4d2ad+0,b99052+50,dfc49e+100 */
    background: #e4d2ad;
    /* Old browsers */
    background: -moz-linear-gradient(left, #e4d2ad 0%, #b99052 50%, #dfc49e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e4d2ad 0%, #b99052 50%, #dfc49e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e4d2ad 0%, #b99052 50%, #dfc49e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e4d2ad', endColorstr='#dfc49e', GradientType=1);
    /* IE6-9 */
}

input[type="submit"] {
    width: 150px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 23px;
    border: #000;
    border-radius: 5px;
    box-shadow: 0 0px 6px #222;
    cursor: pointer;
}

.radio {
    height: 50px;
}

.flex-container{display:flex;justify-content:space-around;flex-wrap: wrap;gap: 0px;}

.btn-beige,
.btn-brown {
    width: 100%; /* Adjust this width as needed */
    max-width: 365px; /* Match this to the width of your images */
}

.btn-vip {
    width: 100%; /* Adjust this width as needed */
    max-width: 365px; /* Match this to the width of your images */
}

.btn-padding {
	padding: 6px 12px;
	text-align: center;
	flex: 1;  /* Allow this element to grow and occupy the available space */
    display: flex;
    flex-direction: column;
}

.location-col {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center; /* Center the text within the div */
	flex-direction: column;
}

@media screen and (min-width: 750px) {
	.btn-vip .choose-button-beige .btn {
		width: 50%;
		margin: auto;
	}
	.btn-vip {
		width: 100%; /* Adjust this width as needed */
		max-width: 730px; /* Match this to the width of your images */
	}	
}

/* start ------------ modal windows to open maps -------------*/
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto; /* Enable scroll if needed */
	background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
}
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.modal-close {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 30px; /* Increase font size */
	font-weight: bold;
	color: #fff; /* Change color to white */
	background-color: rgba(0, 0, 0, 0.7); /* Add a black background with some transparency */
	border-radius: 15px; /* Add rounded corners */
	padding: 5px 10px; /* Add some padding */
	cursor: pointer; /* Change the cursor to a pointer when hovering */
}
.modal-close:hover {
	color: #999; /* Change the color when hovering */
}
/* end ------------ modal windows to open maps -------------*/

/*---------- map "Click to view map" start ------------- */
.map-container {
    position: relative;
}

.overlay-button {
    display: block;  /* Now always displayed */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.6);
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
}
/*---------- map "Click to view map" end ------------- */

/*---------- btn-small-banner start ------------- */
.btn-small-banner {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 24px;
    background-color: transparent;
    color: #eee;
    border: 2px solid #eee;
    border-radius: 0px;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 15px;
    text-align: center;
    box-shadow: none;
    display: inline-block;
    min-width: 320px;
    min-height: 52px;
	background-color: rgba(0, 0, 0, 0.3);
}
.btn-small-banner:hover {
    background: #eee;
    border: 2px solid #eee;
    border-radius: 0px;
    box-shadow: 0px 1px 4px #eee;
    color: #333;
    transition: all 0.3s ease-in-out;
}
.btn-small-banner:active, .btn-small-banner:focus {
    color: #eee;
    border-color: #eee;
    background-color: transparent;
    outline: none;  /* To potentially remove the default browser outline */
}
/* Mobile adjustments */
@media (max-width: 768px) {
    .btn-small-banner {
        display: flex;         /* Use flexbox */
        align-items: center;   /* Vertically align content in the center */
        justify-content: center; /* Horizontally align content in the center */
        bottom: 10%;  /* Adjust for mobile */
        padding: 12px 24px;  /* Adjust padding for mobile */
        font-size: 16px;  /* Adjust for mobile */
    }
}
/*---------- btn-small-banner end ------------- */
