div.wpforms-container-full button[type=submit]::after{
	content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(../images/icons/arrows-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.4rem;
  transition: 0.3s all ease-in-out;
  height: 2.4rem;
}

div.wpforms-container-full .wpforms-form .wpforms-field-divider:has(>.wpforms-field-description) h3{
    margin-top:0;
    color: #192350 !important ;
}
.wpforms-field-date-time-time {
    position: relative;
}

.programme-detail-wrapper .featured-image-wrap img {
    width: 100%;
    object-fit: cover;
}

.gform_wrapper .gform_body .gform_fields .gfield:not(.gfield--type-checkbox) .gform-field-label span.gfield_required.gfield_required_text,
.gform_wrapper .gform_body .gform_fields .gfield:not(.gfield--type-checkbox) .gfield_label span.gfield_required.gfield_required_text {
    display: block;
    text-transform: capitalize;
    margin-left: 0.5rem;
}

.gform_wrapper .gform_body .gform_fields .gfield:not(.gfield--type-checkbox) .gform-field-label span.gfield_required::after,
.gform_wrapper .gform_body .gform_fields .gfield:not(.gfield--type-checkbox) .gfield_label span.gfield_required::after {
    display: none;
}

.section-event-detail .content-wrap {
    max-width: 100%;
}

@media (min-width:992px) {
    .single-programme-page {
        max-width: 60%;
        margin: 0 auto;
    }
}

#wedding-detail-content .single-programme-page {
    max-width: 80%;
}

@media(max-width:991px){
  #wedding-detail-content .single-programme-page {
    max-width: 95%;
    margin:auto;
}

.ui-timepicker-wrapper {
    width: 46% !important;
}
}
@media (max-width:575px){
    .ui-timepicker-wrapper {
        width: 43% !important;
    }
}
.description img{
    width:100%;
    object-fit:cover;
}

.modal-room-detail #wedding-detail-content {
    padding: 14rem 10% 8rem;
}
.event-main-content .enquiry-info, .event-main-content p:last-child{
    font-size: 1.8rem;
    line-height: 1.3333333333;
    font-weight: 400;
    font-family: "Satoshi";
}


/* Ensure padding doesn't bloat the dynamic width */
body .ui-timepicker-wrapper {
    box-sizing: border-box !important;
}
body .ui-timepicker-wrapper ul.ui-timepicker-list {
    width: 100% !important;
    box-sizing: border-box !important;
}
.gform-theme--foundation .gfield.title-secondary{
	  font-family: "BeautiqueDisplay";
    font-size: 2.2rem;
    line-height: 1.2727272727;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #192350;
}
.offcanvas-top{
	background: rgba(0, 7, 27,0.8) !important;
}
.section-our-benefits .benefit-card .benefit-image img{
	height:46rem !important; 
}
.section-view-our-rooms .room-card .room-meta .meta-item{
	padding: 0 0.8rem;
}
.header.fixed .separator-v.d-none{
	display:none !important;
}
.header .header-left{
	flex-shrink: 0;
}
.offcanvas-top .offcanvas-body .menu-outer-wrapper .sub-menu-panel .sub-menu-group .sub-nav .sub-nav-item .sub-nav-link{
	text-decoration:unset;
}
.section-membership-list-page .btn-group{
	flex-wrap:wrap;
}
.section-promotion-single .description h1{
	font-family: "BeautiqueDisplay";
    font-size: 2.2rem;
    line-height: 1.2727272727;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.header-main.logo-center .header-center{
	margin-left:30%;
}
.header .header-right{
	flex-shrink: 0;
}
.header.fixed .header-right.d-none{
	display:none !important;
}
.checkbox-label legend{
	display:none !important;
}
.section-boat-dealer .boat-dealer-card .dealer-contact .contact-item.mail svg{
	width:2.4rem;
	height:2.4rem;
	margin-right:0;
	margin-left:-0.2rem;
}
.modal-search{
	position:fixed;
	z-index:2000;
}
.pb-80{
	padding-bottom: 8rem;
}
.accordion-list .accordion-item.active .accordion-header .header-left .item-label{
	font-size: 2.2rem;
} 
.wedding-package-detail .room-description p{
	font-size:unset;
	color: #00071B;
}
.gap-12{
	gap:1.2rem;
}
.gap-20{
	gap:2rem;
}
.section-berthing-rates .right-accordion-list .accordion-item .accordion-content ul:last-child{
	margin-bottom: 0;
}
.section-berthing-rates .right-accordion-list .accordion-item .accordion-content{
	padding-bottom: 0 !important;
}
.section-top.is-admin-trackable,
.section-tab.is-admin-trackable{
	position:sticky !important;
}
.header{
	z-index:3000;
}
.gform-theme--framework .gform-field-label--type-sub:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
	color: #112337 !important;
}
.section-promotion-single a[href^=tel],
a{
	color: #0081C6;
	text-decoration: underline;
	background:transparent !important;
}
.header .sub-title-label{
	font-weight:500;
}
.header.fixed .header-center, .header.fixed .header-right, .header.fixed .search-toggle, .header.fixed .separator-v{
	display:flex !important;
}
.header.fixed .header-left{
	width:fit-content;
}
.section-packages .package-card .package-card-overlay-image{
	    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.6) 100%);
}
.section-view-our-rooms .list-room{
	display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 2.4rem;
grid-row-gap: 4rem;
}
.header .header-center img{
	transition: 0.3s all ease-in-out;
}
.header.fixed .header-center img{
	transform: scale(.8);
	transition: 0.3s all ease-in-out;
}
.header.fixed .header-main{
	padding: 0.9rem 0;
}
.header{
	position: sticky;
	top: 0;
}
.header.fixed {
	animation: none;
	transition: 0.3s all ease-in-out;
}
.btn-wrap{
	transition: 0.3s all ease-in-out;
}
.section-our-offerings .offering-card:hover .offering-image img{
	transform:unset;
}
.section-our-offerings .offering-card:hover .btn-wrap{
	color: #D9A86C;
}
.section-our-offerings .offering-card:hover .btn-wrap::after{
	    filter: unset;
}
.section-new-updates .update-card .update-image:hover img{
	transform: unset;
}
.modal-search .modal-header i{
	color: #000000;
}
.modal-search .modal-header {
    padding: 3rem 5rem;
    position: absolute;
    top: 8rem;
    right: 0;
    z-index: 9999;  
}
.section-packages .packages-grid{
	grid-row-gap: 5rem;
}
.section-packages.bg-FDF9F3{
	background-color: #FFFFFF !important;
}
.description h1 li:not(:last-child), .description .h1 li:not(:last-child), .description h2 li:not(:last-child), .description .h2 li:not(:last-child), .description h3 li:not(:last-child), .description .h3 li:not(:last-child), .description h4 li:not(:last-child), .description .h4 li:not(:last-child), .description h5 li:not(:last-child), .description .h5 li:not(:last-child), .description ul li:not(:last-child){
	margin-bottom:1.5rem;
}
.room-detail .room-gallery-swiper .swiper-slide{
	height:auto;
}
.wedding-package-detail .wedding-gallery-swiper .swiper-slide img,
.room-detail .room-gallery-swiper .swiper-slide img{
	height:65rem;
	object-fit:cover;
}
#weddingDetailModal .wedding-package-detail{
	padding: 0;
}
.modal-room-detail #wedding-detail-content{
	padding:14rem 10% 8rem;
}
.modal-room-detail #room-detail-content{
	padding-top: 14rem;
}
.modal-room-detail .btn-close-custom{
	top:11rem
}
.wedding-package-detail .wedding-gallery-swiper{
	border-radius:0;
}
.content-new-media .card-image {
	min-height:33rem;
}
@media (max-width:991px){
	.modal-room-detail #wedding-detail-content{
		padding: 17rem 2% 8rem;
	}
	.modal-room-detail #wedding-detail-content .container{
		padding: 0 !important;
	}
	.section-our-benefits .benefit-card .benefit-image img{
	height:25rem !important; 
}
	.header-main.logo-center .header-center {
    margin-left: 19%;
}
	.modal-room-detail .btn-close-custom {
    top: 9rem;
}
	.section-wedding-venues .venue-item .venue-meta{
		font-size: 16px;
	}
	.pb-80{
		padding-bottom:5rem;
	}
	.header.fixed .separator-v {
		display:none !important;
	}
	.section-packages .packages-grid{
	grid-row-gap: 3rem;
}
	.section-view-our-rooms .list-room{
	display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 2.4rem;
grid-row-gap: 4rem;
}
	.section-view-our-rooms .room-card .room-image img{
		height:27rem;
	}
	.section-hotel-offers .offer-date.text-14 {
		font-size:15px !important
	}
	.section-over-dining .dining-card .btn-more-info{
		font-size:15px;
		color: #00071B !important;
	}
}
@media (max-width:575px){
	.content-new-media .card-image{
		min-height:auto;
	}
	.content-new-media .title-secondary{
		font-size:18px !important;
	}
	.promotion-card-item .card-content .title-card{
		font-size: 2rem;
	}
	.footer .copyright.fs-14{
		font-size:13px !important;
	}
	.fs-14{
		font-size:15px !important;
	}
		.section-promotion-single .description h1{
		font-size:22px;
	}
	    .header-main.logo-center .header-center {
    margin-left: 3rem;				
}
	.section-our-benefits .benefit-title.title-secondary {
		font-size:13px !important;
	}
	.wedding-package-detail .wedding-gallery-swiper .swiper-slide img,
	.room-detail .room-gallery-swiper .swiper-slide img ,
	section.section-hero-banner .bg{
		height:100%;
	}
	section.section-hero-banner .hero-banner{
		height:auto;
		min-height: 55rem;
	}
	.header .btn-member-login{
		width:3rem;
	}
	.modal-search .modal-header{
		position:absolute;
		padding:4rem;
		top:8rem;
	}
	.section-view-our-rooms .list-room {
	display: grid;
grid-template-columns: repeat(1, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 2.4rem;
grid-row-gap: 4rem;
}
 .section-view-our-rooms .room-title,
.section-hotel-offers .offer-title {
		font-size: 22px;
}
	.section-view-our-rooms .room-card .room-meta .meta-item{
		font-size:15px;		
	} 
	.section-view-our-rooms .room-excerpt.text-16{
		font-size:15px;
	}
}
.room-amenities-wrap .amenity-section-title,
.amenity-group .amenity-section-title {
  padding-bottom: 2rem;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 2rem;
}
.room-amenities-wrap .row,
.amenity-group .row {
  margin: 0 auto;
  justify-content: center;
  border-bottom: 1px solid #EDEDED;
}
.room-amenities-wrap .row:last-child,
.amenity-group .row:last-child {
  border-bottom: 0;
}
.room-amenities-wrap .row:first-child,
.amenity-group .row:first-child {
  padding-top: 0;
}
.room-amenities-wrap .row .col,
.amenity-group .row .col {
  margin: 2rem 0;
  border-right: 1px solid #EDEDED;
  padding: 0 2.4rem;
}

.room-amenities-wrap .row .col:first-child,
.amenity-group .row .col:first-child {
  padding-left: 0;
}
.section-marina-overview .content{
	font-family:"Satoshi"; 
}
.swiper-button-disabled{
  opacity: 0.3;
}
.section-our-benefits .swiper-wrapper {
        transition-timing-function: linear;
    }
.mc4wp-response{
	margin-top:2rem;
}
@media (max-width: 991.98px) {
	.section-weather-component .weather-main-bar .metric-item{
		padding: 0;
	}
	.section-berthing-rates .accordion-list .item-label,
	.section-fact-sheet .marquee-swiper .fact-sheet-card .fact-sheet-overlay{
		font-size:2.2rem;
	}
	.section-list-accordion .accordion-item .accordion-button,
	.section-over-dining .dining-card .title-item,
	.description-table table thead td, .description-table table thead th, .accordion-list table thead td, .accordion-list table thead th,
	.description-table table tbody th, .description-table table tbody td, .accordion-list table tbody th, .accordion-list table tbody td,
	.section-fact-sheet .fact-sheet-features-grid .feature-item .feature-label{
		font-size: 15px;
	}
  .room-amenities-wrap .row .col:first-child,
.amenity-group .row .col:first-child {
    padding-left: 2.4rem;
  }
}
.room-amenities-wrap .row .col:last-child,
.amenity-group .row .col:last-child {
  border-right: 0;
}
.room-amenities-wrap .amenity-item,
.amenity-group .amenity-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  height: 100%;
}
.room-amenities-wrap .amenity-item .amenity-icon,
.amenity-group .amenity-item .amenity-icon {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
}
.room-amenities-wrap .amenity-item .amenity-icon img,
.amenity-group .amenity-item .amenity-icon img {
  max-height: 100%;
  width: auto;
}
.room-amenities-wrap .amenity-item .amenity-label,
.amenity-group .amenity-item .amenity-label {
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.032rem;
  color: #00071B;
}
.room-amenities-wrap .amenity-item .amenity-label p,
.amenity-group .amenity-item .amenity-label p {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {

	.fs-16{
		font-size:16px !important
	}
		.footer .copyright .fs-14,
	.section-top .top-nav-tabs ul .nav-item .nav-link{
		font-size:13px !important;
	}
		.section-top .top-nav-tabs ul .nav-item .nav-link{
		padding: 0.2rem 2rem;
	}
	.section-top .top-nav-tabs ul{
		gap:0;
		flex-wrap: wrap;
        overflow-x: unset;
        justify-content: center !important;
        -ms-overflow-style: none;
        scrollbar-width: none;
	}
	.section-contact-us .contact-form-block .gform_wrapper .gform_footer input{
		font-size:2.5rem !important;
	}
	.title-biggest{
		font-size:5.5rem;
	}
	.title-item-bigger{
		font-size:20px !important;
	}
	.btn-wrap,
	.description,
	body{
		font-size:15px !important;
	}
	.section-wedding-venues .venue-item .venue-content{
		right:unset;
		left:0.4rem;
	}
	.footer-contact-text{
		font-size:13px;
	}
	.section-new-updates .update-card .update-image img{
		aspect-ratio: 1 / 1;
	}
	.section-new-updates .update-card .update-content{
		text-align:center;
	}
	.section-fact-sheet .marquee-swiper .fact-sheet-card .fact-sheet-image,
	.section-fact-sheet .marquee-swiper .fact-sheet-card{
		width:100%; 		
	}
	.section-fact-sheet .marquee-swiper .fact-sheet-card{
		height:30rem !important;
	}
	.section-fact-sheet .marquee-swiper .fact-sheet-card img{
		width:100% !important;
		object-fit:cover;
	}
  .room-amenities-wrap .row .col:nth-child(odd),
.amenity-group .row .col:nth-child(odd) {
    border-left: 1px solid #EDEDED;
  }
  .room-amenities-wrap .row .col,
	.amenity-group .row .col:last-child{
		 border-right: 1px solid #EDEDED;
	}
  .room-amenities-wrap .row .col,
.amenity-group .row .col {
    padding: 2rem 1.5rem;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
	margin:0 ;
  }
	.section-weather-component .col-6{
		height:auto;
	}
 
	.section-boat-dealer .boat-dealer-card .dealer-location.text-14{
		font-size:15px !important;
	}
	.section-boat-dealer .dealer-content.flex-grow-1{
		flex-grow: unset !important;
	} 
}

.description ol ol, .description ul ol {
    list-style-type: lower-alpha !important;
}
.section-our-legacy .legacy-grid .legacy-item .description p{
	margin-bottom: 1.2rem;
}
.section-our-legacy .legacy-grid .legacy-item .description p:last-child{
	margin-bottom: 0;
}
.section-promotion-related .list-post{
	display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 2.4rem;
grid-row-gap: 3rem;
}
.section-promotions-offers{
	background-color: transparent;
}
.section-promotion-single .description img{
	height:67rem;
	margin-top:2rem;
}
.section-promotion-single .promotion-hero-image img{
	height:67rem;
}
.section-promotion-single .promotion-gallery-swiper .swiper-slide img{
		height:67rem;
	object-fit:cover;
}
.section-client-reviews .pagination-wrapper .arrow{
	flex-shrink:0;
}
@media(max-width:991px){
	.section-promotion-related .list-post{
	display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 2.4rem;
grid-row-gap: 3rem;
}
}
@media(max-width:575px){
	.section-promotion-single .description img:last-child {
		height:auto !important;
		object-fit:contain;
	}
	.section-hero-banner .desc.title-item-bigger{
		font-size:15px !important;
	}
	.section-client-reviews .pagination-wrapper{
		 overflow-x: auto;    
    padding-bottom: 8px;
    justify-content: left !important;
	}
	.section-partners .swiper-button-next{
		right: -1rem;
	} .section-partners .swiper-button-prev{
		left: -1rem;
	}
	.text-14,
	.section-subscribe .subscribe-form .label.text-14{
		font-size:14px !important;
	}
	.section-promotion-related .list-post{
	display: grid;
grid-template-columns: repeat(1, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 2.4rem;
grid-row-gap: 3rem;
}
	.section-promotion-single .promotion-gallery-swiper .swiper-slide img,
	.section-promotion-single .description img{
		height:35rem;
	}
}
.section-promotion-single ol,
.section-promotion-single ul{
	width:100%;
		display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	
}
.section-promotion-single li{
	width:fit-content;
}
.section-promotion-single  table{
	 margin:auto;
	margin-bottom: 1rem;
}
.section-promotion-single table td{
	border: 1px solid #000000;
	padding: 1rem;
}
.section-promotion-single .tablewrap{
	display:flex;
	justify-content:center;
	  flex-direction: column;
}
.section-promotion-single .tablewrap .contactinfo td{
	border:none;
}
.et_pb_text_inner strong{
	margin:1rem 0;
	display: inline-block;
}
#wedding-detail-content .single-programme-page.py-80,
#wedding-detail-content .section-trainer-detail.py-80{
	padding: 0 !important
}
#wedding-detail-content:has(.single-programme-page){
	padding-left:0;
	padding-right:0;
}
.programme-card-item .programme-info .icon-img img{
	width:2.4rem !important;
	height:2.4rem !important;
}
.programme-card-item .short-description{
	   display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
   overflow:hidden;
}
.section-tennis .left-box-wrapper .programme-tags{
	color: #0081C6 !important;
}
@media (max-width:991px){
	.section-banner-wellness{
		height:33rem;
	}
	.section-tab-v2 .tab-level-2 .tab-sublist-v2,
	.section-tab-v2 .tab-level-1 .tab-list-v2{
		justify-content:center !important;
	}
	.section-tab-v2.is-sticky{
		top: 7.8rem !important;
	}
 
	.section-tab-v2 .tab-level-2 .tab-item-box-v2{
		padding:1.2rem 1.5rem;
	}
	.section-rental-rates .block-editor table td{
		width: 40%;
	}
	.section-rental-rates .block-editor table{
	min-width: 110rem !important;
}
}
.club-magazine-card .thumb-wrapper{
	margin:0 12rem;
}
@media(max-width:991px){
	.club-magazine-card .thumb-wrapper{
	margin:0 6rem;
}
}
@media (max-width:575px){
	.club-magazine-card .thumb-wrapper{
	margin:0;
}
	.section-banner-wellness{
		height:28rem;
	}
}
.promotion-card-item .card-image img{
	height:65rem !important;
}

.section-promotion-single table,
.section-promotion-single .thumbnail img{
	width: 100% !important;
}
.single-programme-page .standard-content h1:first-child, .single-programme-page .standard-content h2:first-child{
	border-top: 1px solid #CED4DA;
}
.single-programme-page .standard-content table td p:last-child{
	margin-bottom:0;
}
.section-rental-rates .block-editor table tr:nth-child(2) th, .section-rental-rates .block-editor table tr:nth-child(2) td{
	background-color: unset;
	color:#192350;
	font-size:unset;
	font-weight:unset;
	text-transform:unset;
	letter-spacing: unset;
}
.section-rental-rates .block-editor table tr:first-child th:nth-child(3), .section-rental-rates .block-editor table tr:first-child th.bg-weekend, .section-rental-rates .block-editor table tr:first-child td:nth-child(3), .section-rental-rates .block-editor table tr:first-child td.bg-weekend,
.section-rental-rates .block-editor table tr:first-child th:nth-child(2), .section-rental-rates .block-editor table tr:first-child th.bg-weekday, .section-rental-rates .block-editor table tr:first-child td:nth-child(2), .section-rental-rates .block-editor table tr:first-child td.bg-weekday,
.section-rental-rates .block-editor table tr:first-child th:first-child, .section-rental-rates .block-editor table tr:first-child td:first-child{
	background-color:unset;
	color: unset;
}
/* .single-programme-page .description .table-responsive{
	display:flex;
	justify-content:center;
} */
.table-responsive p:last-child{
	margin-bottom: 0;
}
@media(max-width:768px){
	.promotion-card-item .card-image img{
		height:100% !important;
	}
}
.header.header-modal-open {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 2010 !important;
}