.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    background: white;
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    border-radius: 12px;
    overflow: hidden;
    transform: scale(0.7);
    transition: transform 0.4s ease;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
}

.modal-overlay.active .modal-content {
    transform: scale(0.94);
}

.modal-header {
    padding: 20px;
    background: #ee0000;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h2 {
    font-weight: 500;
    font-size: 20px;color: #fff;
}

.close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    transition: transform 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 0;
}

.close-btn:hover {
    transform: rotate(90deg);
    background: rgba(255, 255, 255, 0.2);
}

.modal-body {
    padding: 25px;
    overflow-y: auto;
}

.form-group {
    margin-bottom: 20px;
    text-align: left;position: relative;
}

.form-group label {
    display: block;

    font-weight: 500;
    color: #2c3e50;position: absolute;z-index: 4;top:50%;left:8px;width: auto;-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
   .form-group label  i{font-size: 25px;color: #3498db;}
   .form-group input, .form-group textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    transition: border 0.3s ease;
}
       .form-group input{padding-left: 44px;}  
      input:focus, textarea:focus {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
}

textarea {
    min-height: 120px;
    resize: vertical;
}
      .submit-btn:hover {
    background: #ff6200;
    transform: translateY(-2px);
}

.submit-btn {
line-height: 50px;
text-align: center;
font-size: 20px;
height: 50px;
border-radius:40px;
background: #1b7acb;
color: #FFFFFF;
cursor: pointer; border: 0;
font-weight: 300;display: flex;align-items: center;justify-content:center;
      cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
}
.submit-btn i{font-size: 20px; vertical-align: middle; margin-right: 4px; line-height: 50px}

@media (max-width: 600px) {
.modal-body {
padding: 20px;
    }
}




.Reservation_k1{ overflow: hidden; width:90%; margin:0 auto}
.Reservation_k1 dl{overflow: hidden; margin:0px; padding:0px;line-height:190%; margin-bottom:10px}
.Reservation_k1 dl dt{ overflow:hidden; margin:0px; padding:2px 0px;font-size:16px; float:left; width:25%; line-height:200%}
.Reservation_k1 dl dd span{ color:#FF0000;}
.Reservation_k1 dl dd{margin:0px;padding:5px 0px; overflow:hidden; line-height:200%;float:left; width:75%}
.Reservation_k1 dl dd input{ width:94%;padding:2px; line-height:30px; font-size:14px; border:#ccc 1px solid;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.Reservation_k1 dl dd textarea{ width:94%; padding:2px; height:100px; border:#ccc 1px solid;}


@media screen and (max-width: 769px) {
.xieyi_box  .txt_bt{ font-size:20px; line-height:25px; padding:40px 0px 20px 40px; margin-bottom:10px; background:#1D7EC9; color:#FFFFFF;overflow:hidden;margin-top:30px}
.xieyi_box  .txt_bt p{ font-size:14px; font-weight:normal; margin:0px; padding:0px; width:100%}
.reveal-modal {
	visibility: hidden;
	top:65px; 
	width:96%;
	left:2%;
	background: #fff;
	position: absolute;
	z-index:9101;
	padding: 0px 0px 10px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	margin:0 auto;
}


.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.6);
	z-index:94;
	display: none;
	top: 0;
	left: 0; 
}

.xieyi_box{ width:92%; overflow:hidden; margin:0 auto}
}




