/* 
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 */

/* Resets */
html {
	--gold: #C5A65F;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-block-end: 0;
	margin-block-start: 0;
}
p:last-child {
	margin-bottom: 0;
	margin-block-end: 0 !important;
}
.container {
    width: 100% !important;
	min-width: 100%;
}
@media (-webkit-device-pixel-ratio: 1.25) {
	:root {
		font-size: 12px;
	}
}
@media (-webkit-device-pixel-ratio: 1.5) {
	:root {
		font-size: 10px;
	}
}
.gold-text,
.gold-text a {
	color: var(--gold) !important;
}
.menu-item.gold-text a {
	font-weight: 600 !important;
}
.single-post p {
	margin-bottom: 1em;
	margin-top: 1em;
}
/* body.page-id-387 header {
    position: sticky !important;
    top: 0;
}
body.page-id-387 #page_header {
	position: static !important;
    width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
} */

.page-id-387 .fancybox-inner img {
    max-height: 80svh;
}
/* End Resets */

/* Delighter */
body:not(.elementor-editor-active) .reveal-from-right,
body:not(.elementor-editor-active) .reveal-from-right.ended {
	clip-path: inset(0 0 0 100%);
}
body:not(.elementor-editor-active) .reveal-from-left,
body:not(.elementor-editor-active) .reveal-from-left.ended {
	clip-path: inset(0 100% 0 0);
}
.delighter {
	transition: 2s cubic-bezier(0.6, 0.3, 0.11, 0.86) !important;
	/* opacity: 0; */
}
body:not(.elementor-editor-active) .started {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	/* opacity: 1; */
}
body:not(.elementor-editor-active) .fade-in {
	opacity: 0;
	transition: 2s cubic-bezier(0.6, 0.3, 0.11, 0.86) !important;
}

body:not(.elementor-editor-active) .fade-in.started {
	opacity: 1;
}

@media screen and (max-width: 1024px) {
	body:not(.elementor-editor-active) .reveal-from-right.ended,
	body:not(.elementor-editor-active) .reveal-from-left.ended {
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0);
		opacity: 1;
	}
}
/* End Delighter */

/* Header */
header {
	position: absolute;
	width: 100%;
}
#main-menu-toggle-open {
	align-items: center;
	display: flex;
	width: fit-content;
	font-size: 1.125rem;
	font-weight: 200;
}

.menu-icon-line {
	height: 1px;
	width: 3.33em;
	background-color: #fff;
}
.book-now-btn .elementor-widget-container {
	border-color: #fff !important;
}
.menu-icon-line:not(:last-of-type) {
	margin-bottom: 0.5em;
}
#menu-icon-line-middle {
	transition: width 400ms ease;
}
#main-menu-toggle-open:hover #menu-icon-line-middle {
	width: 2.22em;
}
.menu-toggle-text-wrapper {
	display: grid;
	place-items: center;
}
#menu-label,
#menu-label-hover {
	grid-row: 1;
	grid-column: 1;
	color: #fff;
	margin-left: 1rem;
	transition: all 400ms ease;
}
#menu-label {
	text-transform: uppercase;
}
#menu-label-hover {
	text-decoration: underline;
}
#menu-label-hover,
#main-menu-toggle-open:hover #menu-label {
	opacity: 0;
}
#menu-label,
#main-menu-toggle-open:hover #menu-label-hover {
	opacity: 1;
}

body.page-id-40 #menu-label {
	color: #000;
}
body.page-id-40 #book-now {
	color: #000;
}
body.page-id-40 .book-now-btn .elementor-widget-container {
	border-color: #000 !important;
}
#main-menu-toggle-open:hover {
	cursor: pointer;
}
#main-menu-toggle-open:hover #menu-icon-line-middle {
	width: 40px;
}
.e-search-submit .e-fas-search {
	display: none;
}
.e-search-submit:before {
	content: '';
	display: block;
	height: 1.5625em;
	width: auto;
	aspect-ratio: 1;
	background-image: url(/wp-content/uploads/2025/09/search.png);
	background-size: cover;
	background-position: center;
}
#book-now {
	background: none;
	width: 100%;
	text-align: start;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	color: #fff;
}
.book-now-btn {
	-webkit-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}
.book-now-btn:hover {
	background: #fff;
}
.book-now-btn:hover #book-now {
	color: #000;
	margin-left: 20px;
}

/* Sticky Header Effects*/

#page_header.elementor-sticky--effects > .elementor-container {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	min-height: inherit;
}
#page_header.elementor-sticky--effects .elementor-column:not(.elementor-element-70104798):not(.elementor-element-179d068f) .elementor-widget-wrap {
	padding-top: 25px;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#stickyheaders,
.yacht-tabs .e-n-tabs-heading {
	transition: all 0.34s ease;
}
.headerup {
	transform: translateY(-100%); /*adjust this value to the height of your header*/
}
.header-search input::placeholder {
	color: #fff !important;
}
.header-search .e-search-input-wrapper {
	max-width: 0%;
	overflow: hidden;
	transition: all 400ms ease-in-out;
}
.header-search .e-search-form:hover .e-search-input-wrapper,
.header-search .e-search-form:has(.e-search-input:focus) .e-search-input-wrapper {
	max-width: 100%;
}
.header-search .e-search-form {
	justify-content: end;
	width: fit-content;
}
.header-search .e-search-label {
	display: none;
}

.header-socials .elementor-icon-list-items {
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-center,
.header-center * {
	max-width: fit-content;
}
.header-socials svg {
	margin: 0 !important;
}
.header-socials .elementor-icon-list-item:has(.e-fab-facebook-f, .e-fab-instagram) .elementor-icon-list-text {
	display: none;
}
.header-socials .elementor-icon-list-icon:has(.e-fab-facebook-f),
.header-socials .elementor-icon-list-icon:has(.e-fab-instagram) {
	border: 1px solid #fff;
	border-radius: 100%;
	padding: 0.33em !important;
}
.header-socials .elementor-icon-list-icon:where(:has(.e-fab-facebook-f), :has(.e-fab-instagram), :has(.e-fab-whatsapp)) + .elementor-icon-list-text {
	display: none;
}
.header-socials .elementor-icon-list-item:has(.e-fab-facebook-f) {
	margin-right: 0.5rem !important;
}
.header-socials .elementor-icon-list-item:has(.e-fab-instagram) {
	margin-right: 1rem !important;
}

.header-book-btn {
	display: flex;
	justify-content: end;
}
.header-search .e-search-input-wrapper > svg {
	right: 1em;
}
#header_book_now {
	overflow: hidden;
	position: relative;
}
#header_book_now::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	border-radius: 100vw;
	height: 100%;
	width: 5.5em;
	z-index: 0;
	transition: width 400ms ease-in-out;
}
#header_book_now:hover::before {
	width: 100%;
}
#header_book_now .elementor-button-text {
	padding: 0.4em 1.33em 0.4em 0.4em;
	border-radius: 100vw;
	background-color: #fff;
	color: #000;
}
#header_book_now .elementor-button-content-wrapper {
	position: relative;
	z-index: 1;
	align-items: center;
}
#header_book_now:hover .elementor-button-content-wrapper:before {
	width: 100%;
}
#header_book_now .elementor-button-icon svg {
	display: none;
}
#header_book_now .elementor-button-icon {
	background-image: url(/wp-content/uploads/2025/09/arrow_w_diagonal.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	margin: 0 0.83em 0 0.415em;
	height: 0.58em;
	width: auto;
	aspect-ratio: 1;
	transition: all 400ms ease-in-out;
}
#header_book_now:hover .elementor-button-icon {
	filter: brightness(0);
	transform: rotate(-45deg);
}
.header-book-btn .elementor-button-wrapper {
	display: flex;
}
.main-menu-list {
	flex: 1;
}
.main-menu-list .elementor-nav-menu__container,
.main-menu-list .elementor-nav-menu {
	height: 100%;
}
.main-menu-list .elementor-nav-menu a {
	width: fit-content;
}
.main-menu-list .elementor-nav-menu {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: space-between;
	padding-bottom: 9.9svh;
}
.main-menu-list .elementor-nav-menu:after {
	display: none;
}
/* .list-yacht-img {
	overflow: hidden;
} */
.list-yacht-img,
.list-yacht-img img{
	width: 100%;
}
.list-yacht-img img {
	aspect-ratio: 1.9;
	object-fit: cover;
}
.menu-yacht-img img {
	aspect-ratio: 2.2;
	object-fit: cover;
}
.header-logo a {
	width: 100%;
}
#page_header.with-bg,
body:not(:has(.hero-section)) #page_header {
	background-color: rgba(0, 64, 97, 0.45) !important;
}
/* .header-bentley img {
    filter: brightness(0) invert(1);
} */
/* End Header */

/* Main Menu Popup */
.main-menu-popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	-webkit-clip-path: inset(0 calc(100% - 0.15%) 0 0);
	clip-path: inset(0 calc(100% - 0.15%) 0 0);
	-webkit-transition: 2s cubic-bezier(0.6, 0.3, 0.11, 0.86);
	-o-transition: 2s cubic-bezier(0.6, 0.3, 0.11, 0.86);
	transition: 2s cubic-bezier(0.6, 0.3, 0.11, 0.86);
	opacity: 0;
}
#main-menu-popup {
	-webkit-transition: clip-path clip-path 2s cubic-bezier(0.6, 0.3, 0.11, 0.86);
	-webkit-transition: -webkit-clip-path 2s cubic-bezier(0.6, 0.3, 0.11, 0.86);
	transition: -webkit-clip-path 2s cubic-bezier(0.6, 0.3, 0.11, 0.86);
	-o-transition: clip-path 2s cubic-bezier(0.6, 0.3, 0.11, 0.86);
	transition: clip-path 2s cubic-bezier(0.6, 0.3, 0.11, 0.86);
	transition: clip-path 2s cubic-bezier(0.6, 0.3, 0.11, 0.86), -webkit-clip-path 2s cubic-bezier(0.6, 0.3, 0.11, 0.86);
	transition: clip-path 2s cubic-bezier(0.6, 0.3, 0.11, 0.86), -webkit-clip-path 2s cubic-bezier(0.6, 0.3, 0.11, 0.86);
	opacity: 1;
}
#main-menu-popup.reveal-from-left {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
}
#main-menu-popup.show {
	z-index: 100;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	opacity: 1;
}
.show-menu {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	opacity: 1;
}
.main-menu-left .main-menu-list .sub-menu {
	display: block !important;
	width: auto !important;
}
.main-menu-list .elementor-nav-menu__container {
	overflow: unset !important;
	margin: 0 !important;
}
.main-menu-left .menu-link {
	padding: 0 !important;
	border: none !important;
}
.main-menu-list .menu-link.has-submenu {
	pointer-events: none;
}
.sub-menu .menu-item {
	margin-top: 1.2vw !important;
	margin-left: 1.1506vw;
}
/* .main-menu-left .menu-item:not(:first-child) {
margin-top: 2vw;
} */
#elementor-popup-modal-103 .dialog-close-button {
	display: none;
}
.main-menu-left {
	font-size: 18px;
	line-height: 1;
}
.main-menu-left > .elementor-widget-wrap {
	padding-left: 8.0544vw !important;
}
.main-menu-right > .elementor-widget-wrap {
	padding: max(7vw, 110px) 2.7196vw 2.8242vw 7.8451vw !important;
}
.menu-link {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.menu-link:not(.has-submenu):hover {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}
#main-menu-close-btn .elementor-widget-wrap.elementor-element-populated {
	margin: 0;
	padding: 0;
}
.menu-logo {
	pointer-events: none !important;
	opacity: 0 !important;
}
.main-menu-close-btn__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
	width: 150px;
	color: #fff;
}
.main-menu-close-btn__container * {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.menu-close-line {
	width: 60px;
	height: 1px;
	background-color: #fff;
}
.main-menu-close-btn__container:hover .menu-close-line-1 {
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
.main-menu-close-btn__container:hover .menu-close-line-2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
.main-menu-close-btn__container:hover .main-menu-close-btn__text {
	-webkit-transform: translatex(-50%);
	-ms-transform: translatex(-50%);
	transform: translatex(-50%);
}
.d-menu-villas-wrapper > .elementor-container {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.d-menu-villas-wrapper .elementor-column {
	width: 50% !important;
}
.d-menu-villas-wrapper .elementor-column:last-child {
	margin-top: 2%;
}
.menu-villas-card {
	width: 67.2269%;
}
.menu-villas-card__img {
	margin-bottom: 13.5px;
}
.menu-villas-card__title {
	color: #fff !important;
	font-size: 24px;
	margin-bottom: 8px;
	white-space: nowrap;
}
.menu-villas-card__text {
	margin-bottom: 1em;
}
.menu-villas-card__link {
	font-size: 14px;
	border-bottom: 2px solid #fff;
	padding: 7px 25px 8px 2px;
}
.menu-villas-card__link:hover {
	color: #000 !important;
	background-color: #fff;
	padding: 7px 8px 11px 16px;
	border-bottom: none;
}
.main-menu-book-now {
	position: absolute;
	top: 7.5%;
	right: 3.5%;
}
.main-menu-contact a {
	margin-left: 0.75em;
}
.main-menu-contact__address,
.main-menu-contact a:not(:last-child) {
	margin-right: 0.75em;
}
.main-menu-contact__text a:first-of-type {
	margin-left: 0;
}
.main-menu__explore .elementor-widget-container {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}
.main-menu__explore {
	position: absolute;
	white-space: nowrap;
	pointer-events: none;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100vw !important;
	height: 100vh;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 0;
	width: fit-content !important;
	left: 0;
}
.main-menu__explore .elementor-heading-title {
	font-size: 2.092vw !important;
}

.elementor-nav-menu--dropdown {
	overflow-y: hidden !important;
}

.menu-yacht-overlay,
.list-yacht-overlay {
	opacity: 0;
	transition: all 400ms ease;
}
.menu-yacht-overlay {
	justify-content: space-between;
}
.menu-yacht-title
.list-yacht-title {
	transition: all 400ms ease;
}
.menu-yacht:hover .menu-yacht-overlay,
.list-yacht:hover .list-yacht-overlay{
	opacity: 1;
}
.menu-yacht:hover .menu-yacht-title,
.list-yacht:hover .list-yacht-title{
	opacity: 0;
}
.main-menu-list .has-submenu {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
}
/* End Main Menu Popup */

/* Home Page  */
.news-section-btn .elementor-button-content-wrapper {
	align-items: center;
}
.news-section-btn .elementor-button-icon {
	background-color: #000;
	border-radius: 100%;
	padding: 0.25em;
}
.news-section-btn .elementor-button-icon svg {
	fill: #fff !important;
}
.home-search-form .bcbs-main .bcbs-form-field > input,
.home-search-form .bcbs-main .bcbs-form-field > textarea,
.home-search-form .bcbs-main .bcbs-form-field .ui-selectmenu-button {
	font-size: 1.25rem;
}
.home-search-form .bcbs-main .bcbs-form-field.bcbs-form-field-icon > label,
.home-search-form .bcbs-main .bcbs-form-field.bcbs-form-field-icon > input,
.home-search-form .bcbs-main .bcbs-form-field.bcbs-form-field-icon > textarea,
.home-search-form .bcbs-main .bcbs-form-field.bcbs-form-field-icon .ui-selectmenu-button {
	padding-left: 3.75rem;
}
.home-search-form .bcbs-main a {
	font-size: 1rem;
}
.home-search-form :where(.bcbs-form-panel-content, .bcbs-layout-column-left) {
	display: flex;
	align-items: stretch;
}
.home-search-form .bcbs-form-panel-content:after,
.home-search-form .bcbs-meta-icon-24-location,
.home-search-form .bcbs-meta-icon-24-date,
.home-search-form .bcbs-meta-icon-24-anchor,
.home-search-form .bcbs-meta-icon-24-adult {
	display: none;
}
.home-search-form label {
	color: #000;
}
.bcbs-meta-icon-24-arrow-vertical {
	color: inherit !important;
}
.home-search-form .bcbs-form-panel,
.home-search-form .bcbs-main .bcbs-main-content .bcbs-main-content-step-1 .bcbs-layout-column-left > div:last-child a {
	margin-top: 0;
	margin-bottom: 0;
	flex: 1;
}
.home-search-form .bcbs-form-field {
	flex: 1;
	border: none;
}

.home-search-form .bcbs-form-field {
	background-color: rgba(255, 255, 255, 0.71) !important;
}
.home-search-form :where(.bcbs-datepicker, [name='bcbs_guest_adult_number'], input:-internal-autofill-selected) {
	background-color: transparent !important;
}
.home-search-form .bcbs-button-widget-submit {
	font-weight: 400;
	padding: 1.4em 3.175em !important;
	height: 100%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	background-color: #c5a65f !important;
	border: none !important;
	border-radius: 0 !important;
	letter-spacing: 0.06em;
	text-transform: uppercase !important;
}
.home-search-form .bcbs-button-widget-submit:hover {
	background-color: #000 !important;
}
.home-search-form .bcbs-form-field > label {
	font-size: 1rem;
}


.yachts-carousel-nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.4em;
    margin-top: 2.15em;
    padding: 0 3%;
	font-size: clamp(1rem, calc(1rem + ((1vw - 0.48rem) * 0.3472)), 1.25rem);
    color: #000;
}
.yachts-carousel-nav-wrapper > .divider {
	display: none;
}
#yachts-carousel-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.4em;
	font-weight: 400;
	pointer-events: none;
}
.yachts-carousel-nav-wrapper a {
	color: inherit !important;
}
.yachts-carousel .swiper-pagination {
	display: none !important;
}
.yachts-carousel-nav-title {
	font-weight: bold;
}
.yachts-carousel .swiper-slide {
	margin-right: 0;
	margin-left: 0;
	transition: all 500ms ease;
}
.yacht-carousel-overlay > *:not(.yacht-carousel-title) {
	opacity: 0;
	transition: all 400ms ease-in-out;
}
@media (hover: hover) {
	.yacht-carousel-wrapper:hover .yacht-carousel-overlay > *:not(.yacht-carousel-title) {
		opacity: 1;
	}
}
.yacht-carousel-view img {
	filter: brightness(0) invert(1);
}
.home-yacht-img img {
	height: auto !important;
	aspect-ratio: 2.33;
}
@media screen and (min-width: 1025px) {
	.yachts-carousel .swiper-slide-next .yacht-carousel-wrapper {
		margin-left: -27vw;
	}
}
.nav-el.selected {
	text-decoration: underline;
}
.nav-el:not(.selected) {
	pointer-events: all;
	cursor: pointer;
}

.blog-carousel-link a {
	display: flex;
	align-items: center;
}
.blog-carousel-link img {
	transform: rotate(-45deg);
}
.blog-carousel .elementor-swiper-button {
	border: 1px solid #262625 !important;
	border-radius: 100%;
	bottom: unset;
	left: auto !important;
	top: 100% !important;
	transform: none !important;
}
.blog-carousel .elementor-swiper-button.elementor-swiper-button-next {
	right: 0;
}
.blog-carousel .elementor-swiper-button.elementor-swiper-button-prev {
	right: 2.5rem;
}
.blog-carousel .elementor-swiper-button svg {
	display: none;
}
.blog-carousel .elementor-swiper-button:after {
	content: '';
	width: 2rem;
	height: auto;
	aspect-ratio: 1;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/wp-content/uploads/2025/09/arrow-right.png);
}
.blog-carousel .elementor-swiper-button.elementor-swiper-button-prev:after {
	transform: scaleX(-1);
}
.blog-carousel .swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
	bottom: unset !important;
	top: 100% !important;
	height: 2rem;
	display: flex;
	align-items: center;
	gap: 0.2em;
	transform: none !important;
	right: 6rem !important;
	left: auto !important;
}
/* End Home Page */

/* Events Page */
.event-content-sub {
	display: flex;
	align-items: end;
	gap: 1rem;
}
.event-content-sub-right {
	flex-direction: row-reverse;
	align-items: center;
	margin-top: -0.65em !important;
}

.event-content-sub .elementor-heading-title {
	width: fit-content;
}
.event-content-sub:after {
	content: '';
	width: 100%;
	background-color: #7d7d7d;
	height: 1px;
	display: block;
	flex: 0;
	transition: 2s cubic-bezier(0.6, 0.3, 0.11, 0.86) !important;
}
.event-content-sub.started::after {
	flex: 1;
}
.event-content-sub-right:after {
	background-color: #fff;
}
body:not(.elementor-editor-active) .blue-section:before {
	opacity: 0;
	transition: 2s cubic-bezier(0.6, 0.3, 0.11, 0.86) !important;
}
body:not(.elementor-editor-active) .blue-section.started:before {
	opacity: 1;
}
/* End Events Page */

/* Contact Page */
.contact-title {
	margin-bottom: 0 !important;
}
.contact-title h2 {
	font-size: clamp(60px, 9vw, 120px);
}
.contact-info-wrapper {
	display: flex;
	color: #000;
	position: relative;
	justify-content: center;
	max-width: 1166px;
	margin: 0 auto;
}
.contact-info-left {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: start;
	padding-left: 8%;
}
.contact-info-right {
	margin-top: 55px;
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: start;
}

.contact-info-item:not(:last-child) {
	margin-bottom: 11%;
}
.contact-info-label {
	font-size: 22px;
	font-style: italic;
	letter-spacing: 1.98px;
	display: flex;
	align-items: center;
}
.contact-info-label::before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 1px;
	background-color: #000;
	margin-right: 20px;
}
.contact-info {
	font-size: clamp(1rem, calc(1rem + ((1vw - 0.48rem) * 0.5208)), 1.375rem);
	font-weight: 500;
	letter-spacing: 1.98px;
	margin-bottom: 0 !important;
	margin-left: 70px;
}
.contact-watermark {
	font-size: clamp(120px, 18vw, 200px) !important;
	font-family: 'instrument-serif', Sans-serif;
	font-weight: 400 !important;
	color: #f3f3f3 !important;
	position: absolute;
	top: 6%;
	left: 0;
	z-index: -1;
	line-height: 1 !important;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	opacity: 1;
}
#map-section > .elementor-container {
	/* 	margin-left: 12.8661%; */
	width: 90%;
}
.map-section {
	margin-top: 2%;
}
#form-section > .elementor-container {
	/* 	margin-right: 12.8661%; */
	width: 90%;
}
.contact-form-subtitle {
	margin-bottom: 0 !important;
}
.contact-form-subtitle > .elementor-heading-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.contact-form-subtitle > .elementor-heading-title::after {
	content: '';
	display: inline-block;
	height: 1px;
	width: 181px;
	background-color: #000;
	margin-left: 16px;
}
.contact-form-title h2 {
	width: 100%;
}
#contact_form input,
#contact_form textarea {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#contact_form input::placeholder,
#contact_form textarea::placeholder {
	color: #fff !important;
	opacity: 0.8 !important;
}
#contact_form label[for="form-field-acceptance"] {
    color: #000 !important;
}
/* End Contact Page*/

/* Yacht Pages */
body:where(.single-product) #page_header {
	position: absolute !important;
	width: 100% !important;
	top: 0 !important;
	left: 0 !important;
}
.yacht-hero-section .elementor-background-video-container iframe.elementor-background-video-embed {
	width: 100% !important;
}
.yacht-hero-section .elementor-background-video-container {
	max-width: unset !important;
	width: calc(100% + 4px) !important;
	margin-left: -2px;
	margin-right: -2px;
}
.yacht-hero-section:has(.elementor-background-video-container) {
	overflow-x: hidden;
}
#yacht-nav {
	position: sticky;
	z-index: 3;
}
.yacht-tabs .e-n-tab-title {
    background-color: transparent !important;
}
.yacht-tabs .e-n-tabs-heading {
	background-color: #173249;
	padding-top: 1.12%;
	padding-bottom: 1.12%;
	padding-left: 7.44%;
	padding-right: 0%;
	position: sticky;
	top: 0;
	z-index: 3;
}
.yacht-tabs .e-n-tab-title-text {
	pointer-events: none;
}
.highlights-link img {
	aspect-ratio: 1.52;
	object-fit: cover;
}
.yacht-attributes .woocommerce-product-attributes-item {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr) !important;
	text-align: center;
}
.yacht-attributes .woocommerce-product-attributes-item__label,
.yacht-attributes .woocommerce-product-attributes-item__value {
	width: 100% !important;
}
.yacht-attributes table td,
.yacht-attributes table th {
	border: none;
}
#yacht_enquiry_form input::placeholder,
#yacht_enquiry_form textarea::placeholder {
	color: #000;
}
/* End Yacht Pages */

/* Chartering Form Page */
.bcbs-booking-extra-quantity:has([data-max="1"]) {
	display: none !important;
}
.bcbs-booking-extra-description {
	max-width: 45em;
}
body:not(:has(.bcbs-main-content-step-2[style="display: block;"])) .after-search {
	display: none !important;
}
.bcbs-payment li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bcbs-main #bcbs-payment>ul>li>img {
	margin: 0 !important;
	float: none !important;
	max-width: 9.375rem;
}
/* End Chartering Form Page */

/* About Page */
.about-card img {
	aspect-ratio: 1;
	object-fit: cover;
	width: 100%;
}

/* End About Page */

/* Maintanence */
.maintenance-second strong {
	color: #c5a65f;
}
.grey-form input::placeholder,
.grey-form textarea::placeholder {
	color: #000 !important;
	opacity: 0.8 !important;
}
/* End Maintanence */

/* Charter Form */
.bcbs-main .bcbs-boat h5 {
	margin-top: 1em;
	margin-bottom: 0;
	text-decoration: underline;
}
/* End Charter Form */

/* Responsive */
@media screen and (max-width: 1024px) {
	.menu-toggle-text-wrapper {
		display: none;
	}
	.home-search-form .bcbs-layout-column-left {
		padding: 0 !important;
	}
	.home-search-form :where(.bcbs-form-panel-content, .bcbs-layout-column-left) {
		flex-wrap: wrap;
	}
	.home-search-form .bcbs-clear-fix:has(.bcbs-datepicker) {
		display: flex;
		/* flex-direction: column; */
		width: 100%;
	}
	.home-search-form .bcbs-main.bcbs-width-300 .bcbs-form-field.bcbs-form-field-width-50 {
		width: 50%;
	}
	.home-search-form .bcbs-clear-fix:has(.bcbs-button-widget-submit) {
		width: 100%;
	}
	.home-search-form .bcbs-form-field-guest-section {
		width: 100%;
	}
	.home-search-form .bcbs-main .bcbs-main-content > div > div:last-child {
		margin-top: 0 !important;
	}
	.home-search-form .bcbs-form-field > label {
		font-size: 0.875rem;
		padding-left: 0 !important;
		text-align: center;
	}
	.home-search-form .bcbs-main .bcbs-form-field > input,
	.home-search-form .bcbs-main .bcbs-form-field > textarea,
	.home-search-form .bcbs-main .bcbs-form-field .ui-selectmenu-button,
	.home-search-form .bcbs-main .ui-selectmenu-text {
		font-size: 0.875rem;
		text-align: center !important;
	}

	.home-search-form .bcbs-main .bcbs-form-field > input,
	.home-search-form .bcbs-main .bcbs-form-field > textarea,
	.home-search-form .bcbs-main .bcbs-form-field .ui-selectmenu-button {
		padding: 0 1em 1em 1em !important;
	}
	.home-search-form .bcbs-main .bcbs-main-content {
		margin-top: 0 !important;
	}
	.home-search-form .bcbs-meta-icon-24-arrow-vertical {
		position: absolute;
		top: 50%;
		right: 5%;
		transform: translateY(-100%) scaleY(-1);
		margin-top: 0;
	}
	.home-search-form .bcbs-main .bcbs-form-field {
		padding: 0 !important;
	}
	.footer-menu a {
		width: fit-content;
	}
	.footer-menu .elementor-nav-menu {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#yachts-carousel-nav {
		gap: 0.4em 1em;
	}
	/* Yacht Page */
	.yacht-tabs .e-n-tabs-heading {
		flex-wrap: nowrap;
		overflow-x: scroll;
		padding: 1em 1.5em;
	}
	/* End Yacht Page */
}
@media screen and (max-width: 768px) {
	.contact-info-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 5%;
	}
	.contact-info-left,
	.contact-info-right {
		width: 100%;
		padding-left: 0;
	}
	.contact-info-left {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}
	.contact-watermark {
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		white-space: nowrap;
		left: 50%;
		-webkit-transform: translateX(-50%) rotate(-13deg);
		-ms-transform: translateX(-50%) rotate(-13deg);
		transform: translateX(-50%) rotate(-13deg);
	}
	body.home .bcbs-main.ui-datepicker,
	body.home .bcbs-main#ui-datepicker-div {
		left: 10vw !important;
		max-width: 80vw !important;
	}
	table.ui-datepicker-calendar {
		max-width: 100% !important;
		min-width: unset !important;
		width: 100% !important;
	}
	html .bcbs-main.ui-datepicker td a,
	html .bcbs-main.ui-datepicker td span,
	html .bcbs-main#ui-datepicker-div td a,
	html .bcbs-main#ui-datepicker-div td span {
		width: 2em !important;
		height: 2em !important;
		line-height: 2em !important;
	}
	.bcbs-main.ui-datepicker td a.ui-state-hover,
	.bcbs-main#ui-datepicker-div td a.ui-state-hover {
		line-height: 1.8em !important;
	}
}
/* End Responsive */

/* Yacht Cover Fixes */
.postid-4247 .yacht-hero-section {
    background-position: center bottom !important;
}