/* 
Theme Name: Hospitality Passport
Theme URI: https://limegreen-deer-765659.hostingersite.com/
Author: Freelance-Creator
Author URI: https://www.freelance-creator.com/
Template: astra
Version: 1.0.0
*/

/* Popups */
.hp-popup-1, .hp-popup-2, .hp-popup-3 {
	cursor: pointer;
}

.hp-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(2, 20, 40, 0.6);
	z-index: 99999;
	align-items: center;
	justify-content: center;
	padding: 16px;
}

.hp-overlay.hp-active {
	display: flex;
}

.hp-modal {
	background: #ffffff;
	border-radius: 10px;
	width: 100%;
	max-width: 520px;
	overflow: hidden;
	animation: hpFadeIn 0.2s ease;
}

@keyframes hpFadeIn {
	from { opacity: 0; transform: translateY(12px); }
	to   { opacity: 1; transform: translateY(0); }
}

.hp-modal-header {
	background: #023F6E;
	padding: 22px 24px 18px;
	position: relative;
}

.hp-modal-header h2 {
	color: #ffffff;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.35;
	margin: 0 30px 5px 0;
}

.hp-modal-price {
	color: #e3e8ee;
	font-size: 14px;
	margin-bottom: 5px;
}

.hp-modal-tagline {
	color: #a8c8de;
	font-size: 13px;
	font-style: italic;
}

.hp-modal-close {
	position: absolute;
	top: 16px;
	right: 18px;
	background: rgba(255,255,255,0.15);
	border: none;
	color: #ffffff;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	padding: 0;
	transition: background 0.15s;
}

.hp-modal-close:hover {
	background: rgba(255,255,255,0.3);
}

.hp-modal-body {
	padding: 20px 24px 24px;
	max-height: 420px;
	overflow-y: auto;
}

.hp-modal-section {
	margin-bottom: 16px;
}

.hp-modal-section h3 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	color: #0A5B90;
	font-weight: 700;
	margin-bottom: 8px;
}

.hp-modal-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.hp-modal-list li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 14px;
	color: #2a3a4a;
	padding: 4px 0;
	line-height: 1.45;
}

.hp-modal-list li::before {
	content: "✓";
	color: #0A5B90;
	font-weight: 700;
	flex-shrink: 0;
	margin-top: 1px;
}

.hp-modal-divider {
	border: none;
	border-top: 1px solid #e3e8ee;
	margin: 4px 0 16px;
}

.hp-modal-cta {
	display: block;
	width: 100%;
	background: #023F6E;
	color: #ffffff;
	border: none;
	padding: 13px 20px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	text-align: center;
	margin-top: 18px;
	letter-spacing: 0.02em;
	transition: background 0.15s;
}

.hp-modal-cta:hover {
	background: #0A5B90;
}

/* Escape key + body scroll lock */
body.hp-open {
	overflow: hidden;
}

@media (max-width: 480px) {
	.hp-modal-header {
		padding: 18px 18px 14px;
	}
	.hp-modal-body {
		padding: 16px 18px 20px;
	}
}

/* Register Your Interest */
.hp-enquiry {
	cursor: pointer;
}

#hp-enquiry-overlay .hp-modal-header {
	background: #023F6E;
}

#hp-enquiry-overlay .hp-modal-body {
	padding: 24px;
}

.wpforms-container .wpforms-field {
	padding: 10px 0!important;
}

fieldset legend {
	margin-bottom: 0;
	padding: 0;
}

.wpforms-container .wpforms-required-label {
	color: red!important;
}