.tour-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

#second-overlay {
	z-index: 10000;
}

.hotel-item.selected, .tour-block.selected {
	position: relative;
	outline: 6px solid #4CAF50;
    border-radius: 5px;
}

.tour-block .selected-indicator {
	position: absolute;
	top: 20px;
	left: 20px;
	background: #4CAF50;
	color: white;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	z-index: 10;
}

.tour-block .remove-button,
.s2s-passenger .remove-button {
	position: absolute;
	top: 20px;
	right: 20px;
	background: #f44336;
	color: white;
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	cursor: pointer;
	z-index: 10;
	transition: background 0.3s ease;
}

.tour-block .remove-button:hover,
.s2s-passenger .remove-button:hover {
	background: #d32f2f;
}

.tour-overlay.open {
	opacity: 1;
	visibility: visible;
}

.overlay-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.1);
}

.overlay-content {
	position: fixed;
	background: rgba(255, 255, 255, 0.1);
	border: 3px solid #00000000;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	font-weight: bold;
	color: #333;
	transition: all .2s ease-in-out;
}

.overlay-content.fullscreen {
	top: 0 !important;
	left: 0 !important;
	width: 100vw !important;
	height: 100vh !important;
	border-radius: 0 !important;
}

.content-container {
	max-width: 1170px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	overflow-y: auto;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.overlay-content.fullscreen.open .content-container {
	opacity: 1;
}

.overlay-content:not(.open) .content-container {
	transition: none;
}

.close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	background: rgba(0, 0, 0, 0.7);
	border: none;
	color: white;
	font-size: 2rem;
	cursor: pointer;
	padding: 10px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	z-index: 10;
}

.close-btn:hover {
	background: rgba(0, 0, 0, 0.9);
	transform: scale(1.1);
}


.white-inputs .input-style-1 input {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #fff;
    height: 60px;
    padding: 0px 20px 0px 50px;
}

.tour-layer {
    opacity: 0.8;
    background: linear-gradient(190deg, rgb(0 0 0 / 9%) 20%, rgb(0 0 0 / 78%) 100%);
}

body[data-color="theme-1"] .tour-block:hover h3.hover-it {
    color: #fff;
    font-size: 24px;
	cursor: default;
}

.hotel-item.style-3 .title p {
    padding: 8px 0px 11px;
    min-height: 80px;
    max-height: 80px;
}

.hotel-item.style-3 .title h4 {
    min-height: 66px;
}

#second-overlay .hotel-item .price-total .hotel-person {
    font-size: 34px;
    line-height: 28px;
}

#second-overlay .hotel-item .pax-total {
    font-size: 14px;
    line-height: 12px;
	float: none; 
	text-align: center; 
}

.tour-caption .rate {
    padding-bottom: 3px;
}

.tour-info span {
    padding-left: 5px;
}

.tour-caption h3 {
    padding-bottom: 5px;
}

.tour-info {
	padding-top: 5px;
    padding-bottom: 0;
}

.tour-caption .vertical-align {
    margin-top: -50px;
}

.tour-caption .vertical-bottom {
    padding: 0px 20px 30px 30px;
}

.city-price-from {
	margin-top: 10px;
}

.city-price-from, .exc-selected-name {

    width: calc(100% - 20px);
    transform: translateX(10px);
    position: absolute;
	font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */

}

.hotel-item .hotel-person.availability-label {

    letter-spacing: 0;
	float: right; 
	text-align: center; 
	text-transform: none; 
	font-weight: 700; 
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 9px;

}

.text-shadow-contrast {
	text-shadow: 1px 0px 2px rgb(0 0 0 / 82%), 1px 1px 2px rgb(0 0 0 / 62%);
	font-size: 1.6rem;
}

.s2s-passenger {	
    border-top: 1px #b9b9b9 dotted;
    padding-top: 30px;
}

.ui-datepicker select.ui-datepicker-month {
	width: 55%;
	text-align: right;
	padding-right: 5px;
}

.ui-datepicker select.ui-datepicker-year {
    width: 35%;
    text-align: left;
}


.white-inputs .input-style-1 input:read-only {
    background: #f5f5f5;
}

.group-tour-name {
	font-size: 17px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 1.2px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.input-error {
	border-color: #f44336 !important;
}

#s2s-request .fa {
	color: #8b8b8b;
}

#s2s-request input[type="checkbox"]:checked::after {

    width: 10px;
    height: 15px;
}

@media screen and (max-width: 991px) {
	.simple-from.help-contact {
		padding: 0;
	}
}

@media screen and (max-width: 480px) {
    .popular-tours .hotel-small .hotel-img {
        width: 100px;
    }
	.hotel-small.style-2 .hotel-desc {
        margin-left: 120px;
    }
}


@media screen and (max-width: 384px) {

	.input-style-1.type-2.b-50 input {
		padding: 0px 5px 0px 15px;
	}
	
	.tour-caption .vertical-bottom .fl {
		width: auto;
	}
	
    .tour-caption .vertical-bottom .fr {
        float: right;
	}
   
}