﻿
body {
	color: #333;
	font-family: 'Open Sans','segoe ui',segoe,'avenir next','noto sans',sans-serif;
	font-size: 16px;
}
.bg {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: #6fbdb499;
	z-index: 1;
}
.bg-text {
	color: #004d62;
	position: relative;
	z-index: 2;
}
.container {
	text-align: center;
	font-family: 'Open Sans';
}
.offers {
	display: flex;
	flex-direction: row;
	justify-content: center;
}			
.offer {
	margin-left: 8px;
	margin-right: 8px;
}
.offer p {
	width: 340px;
}
.offer a.buy_now {
	background: #6fbdb4;
	color: #fff;
	padding: 8px 24px;
	border-radius: 25px;
	display: block;
	font-weight: 700;
	font-size: 20px;
	width: 150px;
	margin: 0 auto;
	margin-bottom: 24px;
	text-decoration: none;
}
.bg-square {
	width: 350px;
	height: 350px;
	border-radius: 16px; 
	margin: 10px;
	border: solid 1px #ddd;
	background-size: cover;
	background-position-x: right;
	margin: 8px auto;
	overflow: hidden;
}
.bg-square img {
	width: 100%;
}
.bg-lochside {

}
.bg-lodge {

}
.hup-header-bar {				
	margin-top: 0px;
	background: #004d62;
	text-align: center;
}
.hup-header-bar a.logo {
	margin-left: 0px;
}
a.logo-bottom {
	padding-top:4px;
}
a.logo img {
	width: 500px;
	max-width: 90%;
	margin: 0 auto;
}
div.social a.social img {
	max-width: 66px;
	filter: brightness(10);
}	
a.logo-bottom img {
	width: 350px;
	max-width: 90%;
	margin: 0 auto;
	margin-bottom: 16px;
}

.offer_ended {
	opacity: 0;	
	max-height: 0px;
	overflow: hidden; /* Ensures no content overflow during animation */
    background: #6fbdb4;
    color: #fff;    
    margin-top: 0;
	transition: max-height 2s ease, opacity 0.5s ease;
}
.offer_ended h3 {
	padding-top: 16px;
}
 .offer_ended p {
	padding: 16px; 
	padding-top: 0px; 
 }
.offer_ended.show {
	opacity: 1;	
	max-height: 500px;		
}
.inline {
	display: inline;
}
h1.title {
	margin-top: 32px;
	margin-bottom: 16px;
}
p#contact_button {
	font-family: Poppins, sans-serif; 
	text-align:center; 
	cursor:pointer; 	
	padding-top: 64px; 
	padding-bottom: 48px;
}
p#contact_button a {
	width:200px;
	padding:16px;
	border:solid 1px #ccc;
	border-radius:25px;
	margin: 24px;
}
div.offer p span.text {
	font-size:20px;	
}
div.offer p span.price {
	font-size:20px;	
}

@media (max-width:780px) {
	.offers {
		flex-direction: column;
	}
	.bg-square {
		
	}
	.offer p {
		width: auto;
		margin-left: 8px;
	}
	.offer:last-child {
		border-top: solid 4px #6fbdb4;
		margin-top: 32px;
		padding-top: 16px;
	}
	.inline {
		display: block;
	}
}
div.payContainer {
	text-align: center;
}
section.payment-details iframe {
	height: 44px;
	max-width: 850px;
}
.payment-button div, button[data-sumup-id="submit_button"] {
	border: solid 3px #6ebdb4;
	border-left: 0;
	border-right: 0;
	background: #004d62;
	width: 160px;
	font-size: 20px;
	font-weight: 300;
	font-family: 'Open Sans';
	border-radius: 35px;
	padding: 20px 24px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
}
div[data-sumup-id="footer"], div[data-testid="footer"], div[data-sumup-id="widget_header__title"] {
	display: none;
}
div[data-sumup-id="widget_header__icon"] {
	text-align: right;			
	overflow: hidden;
}
div[data-sumup-id="widget_header__icon"] > img[data-testid="single-payment-logo"] {
	margin-right: -32px;
}
div.payment-button {
	display: none !important;
}
label {
	text-align: left;
}
section.summary-success {
	max-width: 700px;
	margin: 0 auto;
	padding-top: 24px;
}
.form-label {
	font-size: 13px;
	line-height: 20px;
	display: inline-block;
	margin: 2px 0 4px 0;
	width: 100%;
}
span.amount, span.description {
	font-size: 1.5em;
	font-weight: 300;
	margin-bottom: 20px;
	margin-top: -8px;
	display: block;
	color: #004d62;
}
h2 {
	color: #004d62;
}
.errorMessage p {
	text-align: center;
}
.request-link {
	text-align: center;
	font-weight: 700;
	padding-top: 24px;
	border-top: solid 1px #ddd;
	margin-top: 32px;
}
div.get-link {
	border: solid 3px #6ebdb4;
	border-left: 0;
	border-right: 0;
	background: #004d62;
	color: #fff;
	padding: 16px;
	border-radius: 35px;
	width: 160px;
	text-align: center;
	margin: 16px auto;
	cursor: pointer;
}
input#emailNewLink {
	width: 350px;
	margin: 32px auto;
	display: block;
}
p.link-errorMessage-text {
	color: #f00;
	font-weight: 700;
}
div.payContainer {
	padding: 16px;
}
div.pin-box {
	color: #004d62;
}
section.pay-loading
{
	position: absolute;
	left: calc(50% - 175px);
	z-index: 50;
	background: rgba(255, 255, 255, 0.9);
}
section.pay-loading h3 {
	color: #004d62;
}
section.payment-details iframe#payMainframe {
	height: 700px;
}
 /* container for all logos */
.pay-methods {
display: flex;
align-items: center;
gap: 12px;
justify-content: right;
margin-right: 12px;
}

/* base sprite rules */
.pay-method {
display: inline-block;
background-image: url('/images/paymethods_lang.webp');
background-repeat: no-repeat;
background-size: 350px auto;
height: 58px;
cursor: pointer;
}

/* 1) Visa + Mastercard block (leftmost) */
.pay-visa-master {
width: 146px;
background-position: 0 0;   /* x=0, y=0 */
}

/* 2) Klarna block (middle) */
.pay-klarna {
width: 110px;
margin-left: 6px;
background-position: -180px -7px;
background-size: 424px auto;
}

/* 3) Bank App icon (rightmost) */
.pay-bankapp {
width: 110px;
background-position: -242px 0;
}

/* Small screen tweak: scale down logos slightly */
@media (max-width: 360px) {
	.pay-method {height: 52px;background-size: 300px auto;}
	.pay-visa-master {width: 128px;}
	.pay-klarna { width: 96px;
	background-position: -138px -3px;
	background-size: 342px auto;
	margin-left: 0px;
	}
	.pay-bankapp {width: 116px;background-position: -198px 0;}	
}

.error-message-payment.error-message {
    padding: 8px;
    text-align: center;
}

/* container for all logos */
.pay-methods {
display: flex;
align-items: center;
gap: 12px;
justify-content: center;    
padding-left: 18px;
margin-right: 12px;
margin-top: 24px;
}

/* base sprite rules */
.pay-method {
display: inline-block;
background-image: url('/images/paymethods_lang.webp');
background-repeat: no-repeat;
background-size: 350px auto;
height: 58px;
cursor: pointer;
}

/* 1) Visa + Mastercard block (leftmost) */
.pay-visa-master {
width: 146px;
background-position: 0 0;   /* x=0, y=0 */
}

/* 2) Klarna block (middle) */
.pay-klarna {
width: 110px;
margin-left: 6px;
background-position: -180px -7px;
background-size: 424px auto;
}

/* 3) Bank App icon (rightmost) */
.pay-bankapp {
width: 110px;
background-position: -242px 0;
}

/* Small screen tweak: scale down logos slightly */
@media (max-width: 360px) {
.pay-method {height: 52px;background-size: 300px auto;}
.pay-visa-master {width: 128px;}
.pay-klarna { width: 96px;
background-position: -138px -3px;
background-size: 342px auto;
margin-left: 0px;
}
.pay-bankapp {width: 116px;background-position: -198px 0;}
div.room-pick>div.filter-all {
height: auto;
width: 320px;
}
h3.filter-by {
padding-left: 0px;
}
}

.pmodal {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.45);
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transition: opacity .2s;
	z-index: 9999;
	top: 0px;
    bottom: 0px;
}

.pmodal[aria-hidden="false"] {
	visibility: visible;
	opacity: 1;
}

/* Modal box */
.pmodal-content {
	background: #fff;
	max-width: 420px;
	width: 92%;
	border-radius: 10px;
	padding: 24px;
	box-shadow: 0 6px 32px rgba(0,0,0,.25);
	position: relative;
	max-height: calc(100% - 160px);
	overflow: auto;
}

/* Close button */
.pmodal-close {
	position: absolute;
	border: none;
	background: none;
	font-size: 26px;
	right: 14px;
	top: 10px;
	cursor: pointer;
}

.pmodal-ok {
	margin-top: 20px;
	width: 100%;
	padding: 12px;
	border: none;
	background: #004d62;
	color: white;
	border-radius: 6px;
	font-size: 16px;
	cursor: pointer;
}

.pmodal-ok:hover {
	background: #003745;
}
.sub_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    padding-bottom: 0px;
}

a.back {
    padding: 16px;
    color: #009fff;
    text-decoration: underline;
}

.offer_info div.head_message {
    margin-top: 16px;
}
@media(max-width: 780px) {
	.sub_nav {
		align-items: flex-start;    
		flex-direction: column;
	}
}
div.offer_header.selected img {
    max-width: 40%;
    margin: 0 auto;
    display: block;
}

div.offer_header.selected {
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-radius: 25px 25px 0 0;
}