/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

html {
	scroll-behavior: smooth;
	scroll-padding-top: 80px;
}

@media (max-width: 767px) {
	html {
		scroll-padding-top: 65px;
	}
}

/*--------Booking Form Styles--------*/
.kipo-locker-booking {
	max-width: 620px;
	margin: 0 auto;
}

/*.kipo-locker-form {
	background: #fff;
	padding: 28px;
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .14);
}*/

.kipo-locker-grid,
.kipo-locker-customer {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 22px;
	margin-bottom: 16px;
}

.kipo-locker-field label {
	display: block;
	margin-bottom: 7px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	color: #111;
}

.kipo-locker-field input {
	width: 100%;
	min-height: 46px;
	padding: 10px 13px;
	border: 1px solid #ddd;
	border-radius: 7px;
	background: #fff;
	font-size: 15px;
	line-height: 1.2;
	color: #111;
	box-shadow: none;
}

.kipo-locker-field input:focus {
	outline: none;
	border-color: #b60022;
	box-shadow: 0 0 0 2px rgba(182, 0, 34, .12);
}

.kipo-locker-note {
	margin: 0 0 18px;
	font-size: 13px;
	line-height: 1.4;
	color: #555;
}

.kipo-locker-qty-control {
	display: grid;
	grid-template-columns: 52px 1fr 52px;
	width: 100%;
	min-height: 46px;
	border: 1px solid #ddd;
	border-radius: 7px;
	overflow: hidden;
	background: #fff;
}

.kipo-locker-qty-control input {
	min-height: 46px;
	padding: 0;
	border: 0;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-radius: 0;
	text-align: center;
	font-weight: 700;
	-moz-appearance: textfield;
}

.kipo-locker-qty-control input::-webkit-outer-spin-button,
.kipo-locker-qty-control input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.kipo-locker-qty-control button {
    background-color: #fff;
    color: #000;
    border-radius: 0;
}

.kipo-locker-qty-btn {
	width: 100%;
	min-height: 46px;
	padding: 0;
	border: 0;
	background: #fff;
	color: #111;
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	cursor: pointer;
}

.kipo-locker-qty-btn:hover {
	background: #f6f6f6;
}

.kipo-locker-phone-composite {
	display: flex;
	align-items: stretch;
	width: 100%;
	height: 46px;
	border: 1px solid #d7dce2;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.kipo-locker-phone-country {
	flex: 0 0 60px;
	width: 60px;
	min-width: 60px;
	max-width: 92px;
	border: 0 !important;
	border-radius: 0 !important;
	background-color: #fff;
	padding: 0 14px 0 4px;
	font-size: 15px;
	line-height: 46px;
	height: 46px;
	outline: none;
	box-shadow: none !important;
	appearance: auto;
	cursor: pointer;
}

.kipo-locker-phone-number {
	flex: 1 1 auto;
	min-width: 0;
	width: 100%;
	border: 0 !important;
	border-left: 1px solid #d7dce2 !important;
	border-radius: 0 !important;
	height: 46px;
	padding: 0 14px;
	font-size: 15px;
	outline: none;
	box-shadow: none !important;
}

.kipo-locker-phone-composite:focus-within {
	border-color: #2271b1;
	box-shadow: 0 0 0 1px #2271b1;
}

.kipo-locker-phone-country:focus,
.kipo-locker-phone-number:focus {
	outline: none;
	box-shadow: none !important;
}

@media (max-width: 480px) {
	.kipo-locker-phone-composite {
		height: 44px;
	}

	.kipo-locker-phone-country {
		flex-basis: 80px;
		width: 80px;
		min-width: 80px;
		max-width: 80px;
		height: 44px;
		line-height: 44px;
		font-size: 14px;
		padding-left: 10px;
		padding-right: 14px;
	}

	.kipo-locker-phone-number {
		height: 44px;
		font-size: 16px;
		padding-left: 12px;
		padding-right: 12px;
	}
}

.kipo-locker-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 20px 0 14px;
	padding: 15px 18px;
	border-radius: 8px;
	background: linear-gradient(90deg, #edf7ff 0%, #f8fbff 100%);
}

.kipo-locker-summary-left {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	color: #111;
}

.kipo-locker-summary-right {
	text-align: right;
	color: #111;
}

.kipo-locker-summary-right strong {
	display: block;
	font-size: 25px;
	line-height: 1;
	font-weight: 800;
}

.kipo-locker-summary-right span {
	display: block;
	margin-top: 3px;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: .04em;
}

.kipo-locker-terms {
	display: flex;
	align-items: flex-start;
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 1.35;
}

.kipo-locker-terms input {
	margin-top: 2px;
	margin-right: 6px;
}

label.kipo-locker-terms a {
    margin-left: 4px;
}

.kipo-locker-submit {
	width: 100%;
	min-height: 52px;
	border: 0;
	border-radius: 8px;
	background-color: #FDB702 !important;
	color: #222222 !important;
	cursor: pointer;
	font-size: 16px;
	line-height: 1;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .02em;
}

.kipo-locker-submit:hover {
	background-color: #FDC22E !important;
	color: #222222;
}

.kipo-locker-submit:disabled {
	opacity: .7;
	cursor: not-allowed;
}

.kipo-locker-error {
	margin-bottom: 16px;
	padding: 12px 14px;
	border-radius: 8px;
	background: #ffe8e8;
	color: #9f1111;
	font-size: 14px;
	line-height: 1.35;
}

@media (max-width: 767px) {
	.kipo-locker-form {
		padding: 22px 18px;
	}

	/* Booking dates + quantity */
	.kipo-locker-booking .kipo-locker-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 14px !important;
	}

	.kipo-locker-booking .kipo-locker-grid .kipo-locker-field {
		min-width: 0;
	}

	/* Quantity full width */
	.kipo-locker-booking .kipo-locker-grid .kipo-locker-field:nth-child(3) {
		grid-column: 1 / -1;
	}

	/* Customer fields */
	.kipo-locker-booking .kipo-locker-customer {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 14px !important;
	}

	.kipo-locker-booking .kipo-locker-customer .kipo-locker-field {
		min-width: 0;
	}

	/* Phone full width */
	.kipo-locker-booking .kipo-locker-customer .kipo-locker-field-phone {
		grid-column: 1 / -1;
	}

	/* Email full width */
	.kipo-locker-booking .kipo-locker-customer .kipo-locker-field:last-child {
		grid-column: 1 / -1;
	}

	.kipo-locker-summary {
		padding: 14px;
	}

	.kipo-locker-summary-right strong {
		font-size: 22px;
	}
}

/*------IOS Date Fields Fix-------*/
/* iOS Safari date input reset only */
.kipo-locker-booking input[type="date"] {
	-webkit-appearance: none !important;
	appearance: none !important;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	height: 44px;
	padding: 0 12px;
	border: 1px solid #e1e1e1;
	border-radius: 6px;
	background-color: #ffffff;
	color: #222222;
	box-shadow: none;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	line-height: 44px;
	text-align: left;
}

/* Fix internal iOS date value alignment */
.kipo-locker-booking input[type="date"]::-webkit-date-and-time-value {
	display: block;
	width: 100%;
	min-height: 44px;
	margin: 0;
	padding: 0;
	line-height: 44px;
	text-align: left;
	color: #222222;
}

/* Remove weird internal spacing in WebKit */
.kipo-locker-booking input[type="date"]::-webkit-datetime-edit {
	padding: 0;
}

.kipo-locker-booking input[type="date"]::-webkit-inner-spin-button {
	display: none;
}

/* Keep the native picker usable, but remove extra spacing */
.kipo-locker-booking input[type="date"]::-webkit-calendar-picker-indicator {
	margin: 0;
	padding: 0;
}
.kipo-locker-booking .kipo-locker-field {
	min-width: 0;
}

.kipo-locker-booking .kipo-locker-grid {
	min-width: 0;
}

/*------------*/

.locker-box.is-active-locker {
    background-color: var(--e-global-color-secondary) !important;
}

.icons-bg .elementor-icon-box-icon {
    background-color: #F6EEF0;
    padding: 14px;
    border-radius: 50%;
}

.no-aspect-video-cover .elementor-wrapper.elementor-open-lightbox {
    --video-aspect-ratio: 0 !important;
}

summary.e-n-accordion-item-title[aria-expanded="true"] {
    border-radius: 6px 6px 0 0;
}

.bottom-btn{
	display: flex;
	align-items: flex-end;
}

@media only screen and (max-width: 1024px){
	.column-icon-mob .elementor-image-box-wrapper {
    	flex-direction: column !important;
	}
}

@media only screen and (max-width: 500px){
	.row-icon-mob .elementor-image-box-wrapper {
		display: flex;
		gap: 14px;
		align-items: center;
	}
	.kipo-locker-form{
		padding: 8px 0px;
	}
}

@media only screen and (min-width: 580px){
	br.only-desktop{
		display: none;
	}
	
	#book-now {
		scroll-margin-top: 70px;
	}
}

/* =========================================================
   WPML LANGUAGE SWITCHER
   ========================================================= */
