/*!
Theme Name: Swiss Yachts
Author: Swiss Yachts
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: swiss_yachts
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
	/* fonts */
	--body-font:"Poppins", sans-serif;

    /* color */
    --primary: #054654;
    --primary-light: #054654CC;
    --primary-dark: #643A07;
    --primary-50: #2D4E5F80;
    --primary-80:#212930CC;
    --primary-60: #05465499;
    --secondary: #BD9875;
    --secondary-dark: #8A6B46;
    --secondary-20:#BD987533;
    --secondary-60:#BD987599;
    --secondary-80:#BD9875CC;
    --black: #000000;
    --black-46:#1F1F1F75;
    --black-50:#00000080;
    --black-40:#00000066;
    --black-20:#00000033;
    --black2c:#2C2C2C;
    --gray: #C1C7D0;
    --grey9f:#96A6AF;
    --greydf:#D5DBDF;
    --greyc0:#C1C7D0;
    --greyd9:#D9D9D9;
    --grey-40:#96A6AF66;
    --grey-50:#2D4E5F80;
    --grey85:#858585;
    --grey9b:#999A9B;
    --white: #ffffff;
    --whitefa: #F8F9FA;
    --white-62:#FFFFFF9E;
    --white-45:#FFFFFF73;
    --whitef8:#F3F8F8;
    --whitef6:#F7F6F6;
    --blue:#A8DFE7;
    --blue-60:#05465499;
    --green:#59D265;
    --green-80:#59D265CC;

    
}

/* html {
    scroll-behavior: smooth;
    overflow-x: hidden;
} */

* { margin: 0; padding: 0; box-sizing: border-box; }
body { 
	background-color: var(--white); 
	color: var(--primary); 
	font-family: var(--body-font); 
	font-size: 16px; 
	line-height:1.5;
	letter-spacing: 0.125em;
	-webkit-font-smoothing: antialiased;
    /* For Webkit-based browsers like Chrome and Safari */
    -moz-osx-font-smoothing: grayscale;
    /* For Firefox on macOS */
    font-smoothing: antialiased;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

a { display: inline-block;text-decoration: none; transition: all 0.3s ease-in-out; }
.widget>*:last-child { margin-block: 0; }
li { list-style: none; line-height: unset; }
img { max-width: 100%; height: auto; user-select: none; }
img:focus-visible, a:focus, .btn:focus, a:focus-visible, div:focus-visible { outline: none; box-shadow: none; }

/* custom dropdown css  */
.common-filter-input{position: relative;}
.autocomplete-dropdown{position: absolute;top: 100%;left: 0;width: 100%;max-height: 200px;border-radius: 14px;border: 1px solid var(--secondary-80);z-index: 100;box-shadow: 0px 0px 10px 1px #C4D2D5;background-color: white;display: none;}
.autocomplete-dropdown .autocomplete-item:first-child{padding-top: 16px !important;}
.autocomplete-dropdown .autocomplete-item:last-child{padding-bottom: 16px !important;border-bottom: 0 !important;}
.autocomplete-dropdown .autocomplete-item{cursor: pointer;transition: all ease-in 0.3s;padding: 8px 16px;border-bottom: 1px solid var(--primary-50);font-size: 18px;line-height: 24px;letter-spacing: 0;}
.autocomplete-dropdown .autocomplete-item:hover{color: var(--secondary-dark);}

.form-control:focus{box-shadow: none;}
:focus-visible { outline: 0; }

p, h1, h2, h3, h4, h5, h6, ul { margin: 0; padding: 0; }

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, .site textarea:focus { outline: none; }

/* ============================= =========================== Common style ===================================== =================== */
.heading-style-1{font-size: 60px;line-height: 1.2; font-weight: 100;}
.heading-style-2{font-size: 40px;line-height: 1.3; font-weight: 500; text-transform: uppercase; letter-spacing: 0.091em;}
.heading-style-3{font-size: 48px;line-height: 1.5; font-weight: 500;}
.heading-style-4{font-size: 44px;line-height: 1.5; font-weight: 500;}
.heading-style-5{font-size: 40px;line-height: 1.3; font-weight: 500;}
.heading-style-6{font-size: 36px;line-height: 1.2; font-weight: 500; }
.heading-style-7{font-size: 32px;line-height: 1.2; font-weight: 500; }
.heading-style-8{font-size: 28px;line-height: 1; font-weight: 600;}
.heading-style-9{font-size: 24px;line-height: 28px;font-weight: 300; }
.heading-style-10{font-size: 22px;line-height: 1.34; font-weight: 300; }
.heading-style-11{font-size: 20px;line-height: 1.4;}
.heading-style-12{font-size: 18px;line-height: 22px; font-weight: 300;}
.p-big{font-size:16px;line-height: 22px; font-weight: 500;}
.p-small{font-size: 14px;line-height: 22px; font-weight: 300;}
.p-small-2{font-size: 12px;line-height: 18px; font-weight: 400;}
.p-small-3{font-size: 10px;line-height: 14px; font-weight: 400;}

.fw-700 {font-weight: 700 !important;}
.fw-600 {font-weight: 600 !important;}
.fw-500 {font-weight: 500 !important;}
.fw-400 {font-weight: 400 !important;}
.fw-300 {font-weight: 300 !important;}
.fw-200 {font-weight: 200 !important;}
.font-italic{font-style: italic;}
.text-center { text-align: center;}
.text-uppercase {text-transform: uppercase;}
.mt-40 {margin-top: 40px;}

.container {
	max-width: 1264px;
	margin-inline: auto;
	width: 100%;
	padding: 0 36px;
}
.wrapper {
    position: relative;
    /* background:url(./assets/images/home-pattern.svg) no-repeat left bottom; */
}
.wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 1223px;
    width: 100%;
    aspect-ratio: 1 / 1.92;
    /* height: 2256px; */
    background:url(./assets/images/home-pattern.svg) no-repeat center center;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
}
/* ======================================================================
======================= custom modal css start =============================
====================================================================== */
.modal{position: fixed;z-index: 1000;left: 0;top: 0;width: 100%;height: 100dvh;background-color: var(--primary-80); overflow-y: auto;padding: 40px 0;align-content: center;}
.inner-modal{display: flex;align-items: center;justify-content: center;}
.modal::-webkit-scrollbar{display: none;}
.modal-content {width: 808px;border-radius: 24px;padding: 44px 36px 36px;background: #EEEFF3 url(./assets/images/modal-yacht-img.png) no-repeat center /cover;margin-inline: auto;position: relative; aspect-ratio: 1 / 1;}
.modal-content::after{background: url(./assets/images/modal-icon-right-side.svg) no-repeat center /100% 100%;position: absolute;content: "";top: 0;right: 0;width: 64px;height: 110px;right: 72px;}
/* .modal-content .modal-logo{text-align: center;} */
.modal-content .modal-logo img{max-width: 276px; height: auto;}
.modal-content .inner-modal-msg{background-color: var(--white);padding: 20px;max-width: 346px;margin-inline: auto;border-radius: 10px;letter-spacing: 0.5px;position: relative;}
.modal-content .inner-modal-msg .p-small{margin-top: 38px;font-weight: 400 !important;width: fit-content;}
.modal-content .inner-modal-msg::after{position: absolute;content: "";bottom: 15px;right: 15px;width: 24px;height: 14px;background: url(./assets/images/green-tick.svg) no-repeat center /100% auto;}
.modal-content .inner-modal-msg::before{position: absolute;content: ""; left: -9px; top: -15px; width: 0; height: 0; border-top: 30px solid transparent;
    border-bottom: 30px solid transparent; border-left: 30px solid #fff; border-radius: 12px;transform: rotate(90deg);}
.modal-content .modal-msg{position: relative;width: fit-content; left: 35%; margin-top: 200px;}
.modal-content .modal-msg::before{position: absolute;content: "";background: url(./assets/images/modal-bird1.png) no-repeat center /100% 100%;width: 140px;height: 125px;top: 0;left: 14%;z-index: 2;transform: translate(-50%, -50%);}
.modal-content .modal-msg::after{position: absolute;content: "";background: url(./assets/images/modal-bird2.png) no-repeat center /100% 100%;width: 85px;height: 127px;left: 70%;z-index: 2;transform: translate(-50%, 50%);bottom: 0;}
.modal-content .whatsapp-link{margin-top: 80px;width: fit-content;margin-left: auto;}
.modal-content .whatsapp-link .btn{border-color: #2DB843CC;background-color: transparent;color: var(--primary);position: relative;}
.modal-content .whatsapp-link .btn:hover{background-color: #2DB843CC;color: var(--white);}
.modal-content .whatsapp-link .btn::before{content: "";position: absolute;width: 82px;height: 82px;left: 0;top: 50%;transform: translate(-55%,-50%);    filter: drop-shadow(0px 4px 4px #00000040);background: url(./assets/images/modal-whatsapp-icon.svg) no-repeat center /100% auto;transition: all ease-in 0.3s;}
.modal-content .whatsapp-link .btn::after{content: "";position: absolute;width: 33px;height: 39px;right: 30px; bottom: -20px; background: url(./assets/images/hand-icon.svg) no-repeat center /100% auto;transition: all ease-in 0.3s;}
.modal-content .whatsapp-link .btn:hover::before{scale: 1.01;}
.modal-content .close-btn{position: absolute;width: 24px;height: 24px;right: 92px;top: 60px;z-index: 5;outline: none;border: none;background-color: transparent;cursor: pointer;}
/* ======================================================================
======================= custom modal css ended =============================
====================================================================== */
/* ************** for theme-btn ************** */
.btn{font-weight: 500; padding: 17px 40px; border: 1px solid var(--secondary); border-radius: 100px;transition: all ease-in-out 0.3s;text-transform: uppercase; color: var(--primary); text-align: center; display: inline-flex; justify-content: center; align-items: center; gap: 10px; line-height: 1.5;}
.btn:focus{outline: none !important;}
.btn-xl{font-size: 24px; }
.btn-lg{font-size: 16px; border-radius: 6px;}
.btn-md{font-size: 16px; padding-block: 11px;}
.btn-sm{font-size: 16px; padding-block: 9px; }
.btn-border-white{border-color: white;}
.btn-primary{background-color: var(--secondary);color: var(--white);}
.btn-primary:hover{background-color: white;color: var(--primary);}
.btn-primary img{transition: all ease-in 0.3s;}
.btn-primary:hover img{filter: brightness(0) saturate(100%) invert(22%) sepia(48%) saturate(770%) hue-rotate(143deg) brightness(92%) contrast(99%);}
.btn-outline {background-color: var(--white);color: var(--primary);}
.btn-outline:hover{background-color: var(--secondary);color: var(--white);}

.btn-fill-golden:hover{background-color: white;color: #054654;}
.btn-fill-white:hover{background-color: #BD9875;color: white;}
.btn-primary:hover{background-color: white;color: #054654;}
/* ************** for common hover ************** */
.common-line-hover{position: relative;}
.common-line-hover::after{position: absolute;content: "";width:0%;height: 1px;background-color: white;bottom: -1px;transition: all ease-in-out 0.3s;}
.common-line-hover:hover::after{width: 100%;}

/* ************** for reflection text ************** */
.common-title{text-align: center;}
.reflection-text{display: inline-flex;gap: 6px;align-items: center;text-transform: uppercase;color: var(--primary);}
.reflection-text span{position: relative;display: inline-block;}
.reflection-text span:last-child{font-weight: 200;letter-spacing: 4px;}
.reflection-text span::after{content: attr(text-data);display:flex;transform:rotateX(180deg);background: linear-gradient(180deg, #FFFFFF 28.11%, #DCE3E5 71.62%, #054654 100%);
-webkit-background-clip: text;color: transparent;margin-top: -18px;}

/* ************** for reflection text ************** */
.reflection-heading { display: inline-block;text-transform: uppercase;}
.reflection-heading::after{content: attr(data-title);display:flex;transform:rotateX(180deg);background: linear-gradient(180deg, #FFFFFF 28.11%, #DCE3E5 71.62%, #054654 100%);
-webkit-background-clip: text;color: transparent;margin-top: -14px;}
/* .reflection-heading::after{content: attr(data-title);display:flex;transform:rotateX(180deg);background: linear-gradient(180deg,rgba(255, 255, 255, 0) 15%, rgba(5, 70, 84, 0.5) 82%);-webkit-background-clip: text;color: transparent;margin-top: -16px;} */

.section-top-space { padding-top: 140px;}
.inner-section-top-space{margin-top: 60px;}
.common-margin-top{margin-top: 40px;}
.section-top-space-small { padding-top: 80px;}

/*
Source - https://stackoverflow.com/a
Posted by Yann39, modified by community. See post 'Timeline' for change history
Retrieved 2025-11-17, License - CC BY-SA 4.0
*/

.grecaptcha-badge { 
    visibility: hidden !important;
}


/* form input  */
/* .form-input, .country-select { */
.form-input{
    width: 100%;
    border-radius: 100px;
    padding: 16px 33px;
    border:solid 1px var(--secondary);
    color: var(--grey-50);
    font-size: 16px;
    letter-spacing: 0.125em;
    background: #FFFFFFBA;
}
textarea::placeholder, .form-input::placeholder{color: var(--grey-50);text-transform: capitalize;}
.form-group {position: relative; margin: 0 0 8px;}
.input-icon { position: absolute; left: 13px; top: 13px;}
/*======== HEADER STYLE ====== */
.fleet-header{background:transparent !important; box-shadow: none !important;}
.fleet-header.nav-down.header-sticky {background:#00000057 !important;}
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	padding: 30px 0;
	transition: all 0.3s ease-in-out;
    background: #00000057;
    box-shadow: 0px 3px 10px 0px #0000001A;

}
.site-header .logo {
    max-width: 240px;
}
.site-header .mobile-logo {
    display: none;
}
.site-header.nav-down {
	transform: translateY(0);
}
.site-header.nav-up { 
	transform: translateY(-100%);
}
header.header-sticky {
    z-index: 40;
    background-color: rgb(54 76 93 / 0.75);
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter:blur(12px);
}
.landing-header {
    background: rgba(0, 82, 99, 0.85);
}
.header-inner {
	padding: 0 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.site-branding { line-height: 0;}
.main-navigation {
    display: flex;
    align-items: center;
    gap:18px;
}
.mobile-toggle {
	display: none;
	border: 0;
	background: none;
	padding: 5px;
	margin: 0;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.mobile-toggle .menu-icon {
    display: block;
}
.mobile-toggle .close-icon {
    display: none;
}
/* navigation */
.custom-menu .menu {
    display: flex;
    align-items: center;
    gap: 31px;
}
.custom-menu .menu a {
    display: inline-block;
	font-size: 15px;
	font-weight: 300;
    color: var(--white);
	text-transform: uppercase;
    position: relative;
}
.custom-menu .menu a:after{content: "";position: absolute;bottom: 0;left: 0;width: 0%;height: 1px;background-color: var(--white);transition: all 0.3s ease-in-out;}
.custom-menu .menu a:hover:after, .custom-menu .menu .current_page_item a:after{width: 100%;}
.login-btn-box { display: flex; align-items: center; gap: 10px;}
.login-btn-box .btn { padding-inline: 30px;}
.login-btn-box .create-account{ display: none; background: transparent; color: var(--white);}
.main-navigation .footer-connect { display: none;}

/* ======================================================================
======================= common css start =============================
====================================================================== */
/* Slick Slider Custom Styles */
.common-dots.slick-dotted.slick-slider{margin-bottom: 0;}
.common-dots .slick-dots {position: absolute;bottom: 30px;left: 50%;transform: translateX(-50%);z-index: 5;width: auto;}
.common-dots .slick-dots li {width: auto;height: auto;margin: 0 4px;}
.common-dots .slick-dots li button {font-size: 0px;color: #fff;opacity: 1;background-color: var(--white);width: 18px;height: 9px;border-radius: 10px;transition: all 0.3s ease-in-out;}
.common-dots .slick-dots li.slick-active button {width: 36px;background-color: var(--secondary);}
.common-dots .slick-dots li button:before {display: none;}

/* for date range picker  */
.daterangepicker td.active, .daterangepicker td.active:hover{background-color: var(--secondary);}
/* ************** for common-inner-banner ************** */
.common-inner-banner{position: relative;line-height: 0;}
.common-inner-banner::after{content: ""; position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color:transparent;pointer-events: none;}
/* .common-inner-banner img{aspect-ratio: 1440/826;width: 100%;height: 100%;object-fit: cover;object-position:center;} */
.common-inner-banner img{aspect-ratio: 1440/600;width: 100%;height: 100%;object-fit: cover;object-position:center;}
.common-inner-banner .common-inner-banner-title{position: absolute;left: 0%;z-index: 3;top: 40%;display: none;width: 100%;padding-inline: 16px;text-align: center;}
.common-inner-banner .bdp-logo{position: absolute;bottom: 60px;left: 50%;transform: translateX(-50%);z-index: 3;}
.common-inner-banner .bdp-logo img{width: auto;height: auto; aspect-ratio: unset;}
/* ************** for common-btn-box ************** */
.common-btn-box{margin-top: 20px;width: fit-content;margin-inline: auto;display: none;}
.common-btn-box a{border: 1px solid var(--secondary);color: var(--secondary);box-shadow: 0px 2px 2px 0px #00000033;border-radius: 14px;text-transform: uppercase;padding-block: 4px 5px;padding-inline: 36px;width: 180px;text-align: center;font-size: 20px;}
.common-btn-box a:hover{background-color: var(--secondary);color: var(--white);}
/* ************** for common-yatch-card ************** */
.more-yacht-card-wrapper-responsive{display: none;}
.common-yacht-card{border-radius: 10px;overflow: hidden;position: relative;box-shadow: 0px 4px 4px 0px #00000040;}
.common-yacht-card .bookmark-icon{position: absolute;width: 22px;height: 29px;top: 30px;right: 30px;z-index: 2;border: none;outline: none;background-color: transparent;}
.common-yacht-card .bookmark-icon img{width: 100%;height: 100%;object-fit: contain;}
.common-yacht-card::after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(180deg, rgba(8, 47, 56, 0) 0%, rgba(8, 47, 56, 0.432692) 44.71%, #082F38 100%);}
.common-yacht-card img{aspect-ratio: 552/460;width: 100%;height: 100%;object-fit: cover;object-position: center;}
.common-yacht-card .common-yacht-card-desc{position: absolute;bottom: 30px;width: 100%;padding-left: 44px;padding-right: 16px;z-index: 2;}
/* .common-yacht-card .common-yacht-card-desc > h6{color:var(--white);text-transform: uppercase;}
.common-yacht-card .common-yacht-card-desc > h6 span{font-weight: 200;} */
.common-yacht-card .common-yacht-card-desc>.heading-style-7 {color: var(--white);text-transform: uppercase;}
.common-yacht-card .common-yacht-card-desc>.heading-style-7 span {font-weight: 200;}
.common-yacht-card .common-yacht-card-desc > p{letter-spacing: 1.6px;color: white;text-transform: uppercase;margin-top: 20px;}
.common-yacht-card .common-yacht-card-desc .yacht-facility-wrapper{display: flex;margin-top: 20px;justify-content: flex-start;}
.common-yacht-card .common-yacht-card-desc .yacht-facility-wrapper .yacht-facility-unit{text-align: center;padding-inline: 10px;padding-block: 0px;border-right: 1px solid rgba(255, 255, 255, 0.522);min-width: 85px;}
.common-yacht-card .common-yacht-card-desc .yacht-facility-wrapper .yacht-facility-unit:last-child{border-right: none;}
.common-yacht-card .common-yacht-card-desc .yacht-facility-wrapper .yacht-facility-unit > img{object-fit: contain;width: 9px;height: 10px;}
.common-yacht-card .common-yacht-card-desc .yacht-facility-wrapper .yacht-facility-unit:first-child > img{width: 14px;}
.common-yacht-card .common-yacht-card-desc .yacht-facility-wrapper .yacht-facility-unit:last-child > img{width: 25px;height: 11px;}
.common-yacht-card .common-yacht-card-desc .yacht-facility-wrapper .yacht-facility-unit > p{display: flex;flex-direction: column;gap: 3px;margin-top:3px;text-transform: uppercase;color: var(--white); letter-spacing: 0.15em;}
/* .common-yacht-card .common-yacht-card-desc .yacht-facility-wrapper .yacht-facility-unit > p span{font-weight: 400;}*/
.common-yacht-card .common-yacht-card-desc .yacht-facility-wrapper .yacht-facility-unit > p span:last-child{font-weight: 200;}
.common-yacht-card .common-yacht-card-desc .book-now-btn{margin-top: 24px;}
.common-yacht-card .common-yacht-card-desc .book-now-btn a{color: var(--white);letter-spacing: 1.6px;display: inline-flex;align-items: center;gap: 6px;position: relative; z-index: 3;}
.common-yacht-card .common-yacht-card-desc .book-now-btn a img{width: 13px;height: 13px;object-fit: contain;}
.common-yacht-card .common-yacht-card-link{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;}
/* ************** for common-service-card ************** */
.common-service-card-wrapper{display: flex;align-items: center; column-gap: 48px;row-gap: 41px;flex-wrap: wrap;}
.common-service-card-wrapper .common-service-card{width: calc((100% - 96px) / 3);}
.common-service-card-wrapper .common-service-card .common-service-card-image{border-radius: 10px;overflow: hidden;line-height: 0;position: relative;}
.common-service-card-wrapper .common-service-card .common-service-card-image::after{content: ""; position: absolute;width: 100%;height: 100%;background-color: var(--black-20);top: 0;left: 0;}
.common-service-card-wrapper .common-service-card .common-service-card-image img{aspect-ratio: 367/225;object-fit: cover;object-position: center;width: 100%;height: 100%;}
.common-service-card-wrapper .common-service-card .heading-style-11{margin-top: 12px;text-align: center;text-transform: uppercase;}


.disabled-service-card .common-service-card-image:after { background-color: #EBEBEB99 !important; }
.disabled-service-card .coming-soon-badge { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: var(--white); padding: 4px 8px; font-size: 30px; font-weight: 500; text-transform: uppercase; white-space: nowrap; z-index: 10; line-height: normal;}
.disabled-service-card .heading-style-11 { opacity: 0.50; }
/* ======================================================================
======================= common css ended =============================
====================================================================== */

/* ======================================================================
======================= more-yacht section started ===========================
====================================================================== */
/* .more-yacht-section{padding-block: 210px 174px;} */
.inner-more-yacht .more-yacht-title{text-align: center;}
/* .inner-more-yacht .more-yacht-title .reflection-text span{font-size: 64px;line-height: 64px;letter-spacing: 6.4px;} */
.inner-more-yacht .more-yacht-card-wrapper{display: flex;column-gap: 27px;row-gap: 24px;flex-wrap: wrap;}
.inner-more-yacht .more-yacht-card-wrapper .common-yacht-card{width: calc((100% - 27px) / 2);}
/* ======================================================================
======================= more-yatch section ended ===========================
====================================================================== */

/* ======================================================================
======================= our services section start ===========================
====================================================================== */
.inner-our-services .our-services-slider .service-image-wrapper{ filter: drop-shadow(0px 4px 4px #00000040);border-radius: 10px;overflow: hidden;position: relative;}
.inner-our-services .our-services-slider .service-image-wrapper .btn{position: absolute;bottom: 50px;left: 50%;transform: translateX(-50%); white-space: nowrap;}
.inner-our-services .our-services-slider .service-image-slider img{aspect-ratio: 376/376;width: 100%;height: 100%;object-fit: cover;object-position: center;}
.inner-our-services .our-services-slider .our-services-card > .heading-style-11{margin-top: 27px;text-align: center;text-transform: uppercase;}

/* for slider */
.our-services-section .slick-dotted.slick-slider{margin-bottom: 0;}
.our-services-section .slick-slide {margin: 0 17px;}
.our-services-section .slick-list {margin: 0 -17px;}
.our-services-section .slick-dots {position: absolute;bottom: 15px;left: 50%;transform: translateX(-50%);z-index: 5;}
.our-services-section .slick-dots li {width: auto;height: auto;margin: 0 4px;}
.our-services-section .slick-dots li button {font-size: 0px;color: #fff;opacity: 1;background-color: var(--white-62);width: 7px;height: 8px;border-radius: 50%;transition: all 0.3s ease-in-out;padding: 0;}
.our-services-section .slick-dots li.slick-active button {width: 8px;background-color: var(--white);}
.our-services-section .slick-dots li button:before {display: none;}
/* for arrow */
.our-services-section .slick-prev::before, .our-services-section .slick-next::before{content: "";background: url(./assets/images/slider-right-arrow.svg) no-repeat center center /contain;width: 16px;height: 32px;display: block; opacity: 1;}
.our-services-section .slick-prev:hover::before, .our-services-section .slick-next:hover::before {opacity: 0.7;}
.our-services-section .slick-prev::before{transform: rotate(-180deg);}
.our-services-section .slick-prev, .our-services-section .slick-next{top: 44%; width: 16px; height: 32px;}
.our-services-section .slick-next{right: -32px;}
.our-services-section .slick-prev{left: -32px;}
/* ======================================================================
======================= our services section ended ===========================
====================================================================== */

/* ======================================================================
======================= common-contact-form start ===========================
====================================================================== */
/* .common-contact-form{position: relative;} */
.common-contact-form .inner-contact-form{max-width: 750px;margin-inline: auto;}
.inner-contact-form .form-group-wrapper{display: flex;flex-direction: column;gap: 19px;position: relative;}
.inner-contact-form .form-group-wrapper textarea{border-radius: 46px;resize: none; display: block;}
.inner-contact-form .form-group-wrapper .form-group{display: flex; align-items: center;gap: 24px; margin: 0;}
.inner-contact-form .form-group-wrapper .form-group > div{width: calc((100% - 24px) / 2);flex-shrink: 0;}
.inner-contact-form .form-group-wrapper .btn-box{width: fit-content;margin-left: auto;position: relative;}
.inner-contact-form .form-group-wrapper .btn-box input{width: 165px;text-align: center; cursor: pointer;}
.inner-contact-form .form-group-wrapper::after{position: absolute;content: "";background: url("./assets/images/form-logo.svg") no-repeat center /cover;width: 257px;height: 257px;top: 0;right: 0;transform: translate(75%, -50%);}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
transition: background-color 5000s ease-in-out 0s;
-webkit-text-fill-color: var(--secondary) !important;
}
/* / spinner / */
.common-contact-form .wpcf7-spinner { margin: 0px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);background-color: var(--black) !important;}
.common-contact-form .submitting .wpcf7-submit { pointer-events: none; color: var(--black) !important;background-color: var(--black); }
.common-contact-form .submitting input[type=submit]{color: transparent !important; background-color: var(--white)!important;}
/* / massege / */
.wpcf7-response-output { margin: 10px 0px 0px !important; font-size: 12px !important; line-height: 20px !important; border: none !important; color: var(--white); font-weight: 600; text-align: center;}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output { background: var(--secondary);color: var(--black);}
.wpcf7 form.failed .wpcf7-response-output { background: var(--secondary);color: var(--white);}
.wpcf7 form.sent .wpcf7-response-output { background: var(--secondary);color: var(--white);}
.common-contact-form .wpcf7-not-valid-tip { font-size: 12px; position: unset; }
.wpcf7 form .wpcf7-response-output { font-size: 12px;}
.common-contact-form .wpcf7-form-control-wrap{position: relative; display: block;}
/* Country Dropdown */
.country-phone-wrapper {display: flex;align-items: center;gap: 2px;border-radius: 100px;padding: 15.5px 33px;border:solid 1px var(--secondary);color: var(--grey-50);}
.country-select {border: none;background: transparent;padding-inline: 0px;width: auto;font-size: 16px;cursor: pointer;color: var(--grey-50);filter: grayscale(1);}
.phone-input {border: none;background: transparent;padding-inline: 4px;width: 100%;font-size: 16px;outline: none;color: var(--grey-50); letter-spacing: 0.125em;}
.phone-input::placeholder {color: var(--grey-50); }
.country-select option {padding-left: 5px;}
/* ======================================================================
======================= common-contact-form ended ===========================
====================================================================== */
/* ======================================================================
======================= suscribe-to-newsletter start  ========================
====================================================================== */
.curved-text-container-responsive{display: none;}
.suscribe-to-newsletter{padding-bottom: 120px; padding-top: 80px;}
.inner-suscribe-to--newsletter .newsletter-image{text-align: center;}
.inner-suscribe-to--newsletter .newsletter-image img{max-width: 138px;max-height: 152px;}
.inner-suscribe-to--newsletter .newsletter-form-wrapper .form-input{max-width: 390px;margin-inline: auto;padding: 16px 106px 16px 26px;box-shadow: 0px 2px 2px 0px #00000026;background-color:#fffffff0;}
.inner-suscribe-to--newsletter .newsletter-form-wrapper .newsletter-input-btn-wrapper{position: relative;width: fit-content;margin-inline: auto;}
.inner-suscribe-to--newsletter .newsletter-form-wrapper .btn{position: absolute;top: 50%;right: 3px;transform: translateY(-50%);padding: 13px 20px;cursor: pointer; line-height: normal;}
.inner-suscribe-to--newsletter .newsletter-form-wrapper .btn img{width: 37px;height: 15px;transition: all ease-in 0.3s;}
.inner-suscribe-to--newsletter .newsletter-form-wrapper .btn:hover img{filter: brightness(0) saturate(100%) invert(19%) sepia(13%) saturate(5565%) hue-rotate(156deg) brightness(97%) contrast(96%);}
.inner-suscribe-to--newsletter .wpcf7-not-valid-tip{position: absolute;}
.inner-suscribe-to--newsletter .wpcf7-response-output{margin: 25px auto 0px !important; max-width: 570px;}
.wpcf7-submit.btn {position: relative;}
.wpcf7-submit .custom-loader.wpcf7-spinner {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);margin: 0;}
/* ======================================================================
======================= Curved Text Component ===========================
====================================================================== */
.newsletter-form-wrapper { position: relative; margin: 90px 0 30px;}
.curved-text-container {display: flex;justify-content: center;align-items: center;width: 100%;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);z-index: -1;}
.curved-text-svg {width: 100%;max-width: 700px;height: auto;display: block;fill: transparent;padding-block: 10px;}
/* .curved-text {font-weight: 600;font-size: 40px;text-transform: uppercase;letter-spacing: 0.11em;text-anchor: middle;dominant-baseline: central;} */
.curved-text-part1{font-weight: 600;font-size: 36px;text-transform: uppercase;letter-spacing: 0.11em;text-anchor: middle;dominant-baseline: central;}
/* ======================================================================
======================= suscribe-to-newsletter ended ========================
====================================================================== */


/* FOOTER CSS START */
.site-footer { background: var(--primary); color: rgba(255, 255, 255, 0.5); letter-spacing: 0; font-weight: 300;}
.site-footer p { color: rgba(255, 255, 255, 0.5);}
.site-footer h2 {
    margin-bottom: 14px !important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
    color: rgb(255 255 255 / 0.9);
}
.footer-top {
	padding:64px 0 34px;
    padding-bottom: 2rem;
	display: flex;
    gap:55px;
	justify-content: space-between;
}
.footer-top .footer-logo p {
    margin-top: 40px;
}
.footer-top .footer-logo {
    /* max-width: 16rem; */
    flex: 1;
}
.footer-top .footer-contact-form {
    max-width: 365px;
    margin-top: 70px;
}
.footer-top .footer-contact-form h2 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px !important;
    text-transform: inherit;
}
.site-footer .leave-review-heading  {
    margin-top: 18px;
}
.site-footer .leave-review-heading a {
    color: rgb(255 255 255 / 0.9);
    font-size: 15px;
}
.footer-bottom-right {
    display: flex;
    gap: 20px;
    align-items: center;
}
.footer-top .footer-contact-form .has-text-align-left {
    margin-top: 14px;
}
.mobile-content-form { display: none;}

.menu-important-links-container li, .menu-company-policies-container li {
    padding-bottom: 8px;
} 
.site-footer a {
	color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}
.site-footer a:hover {
	color: var(--white);
}
.footer-top .footer-contact-info {
    max-width: 11rem;
}
.footer-top .footer-contact-info p {
    margin-bottom: 10px !important;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
}
.footer-top .newsletter .wpcf7-form-control-wrap {
    display: block;
}
.footer-top .newsletter {
    position: relative;
}
.footer-top .newsletter .newsletter-input {
    height: 53px;
    width: 100%;
    border-radius: 27px;
	border: none;
    background: #D9D9D933;
    background-repeat: no-repeat;
    padding-left: 3rem;
    padding-right: 115px;
    font-size: 14px;
    color: rgb(255 255 255 / 0.8);
	background-image: url(./assets/images/email-icon-white.svg);
    background-position: 15px center;
}
.footer-top .newsletter .newsletter-input::placeholder {
    color: rgb(255 255 255 / 0.8);
}
.footer-top .newsletter .submit-btn-wrapper {
    position: absolute;
    right: 0.5rem;
    top: 6px;
    margin-top: 0px;
}
.footer-top .newsletter .btn-newsletter {
    min-width: 6rem;
    cursor: pointer;
    border-radius: 100px;
    border-width: 0px;
    background-color: var(--white);
    font-size: 14px;
	padding: 10px 20px;
	text-transform: capitalize;
	color: var(--primary);
}
.footer-top .newsletter .btn-newsletter:hover {
	background-color: var(--secondary);
	color: var(--white);
}
.submit-btn-wrapper .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0px;
    transform: translate(-50%, -50%);
}

.bottom-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    gap: 14px;
}
.footer-privacy {
    display: flex;
    align-items: center;
}
.footer-copyright p strong {
    font-weight: 600;
}
.footer-connect {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}
.footer-connect a img {
    filter: invert(100%) brightness(100);
    transition: all 0.3s ease-in-out;    
}
.footer-connect a img:hover {
    filter: brightness(0) saturate(100%) invert(63%) sepia(9%) saturate(1079%) hue-rotate(353deg) brightness(90%) contrast(91%);
}

.counter-container {
    display: flex;
    align-items: center;
    gap: 10px;
}
.decrement, .increment {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    line-height: 0;
}
.counter-container .counter-value { font-size: 15px; font-weight: 500; }


.mobile-search-section { display: none; 
    margin: 0;
    padding:0;
    position: relative;
    margin-top: -34px;
    margin-bottom: 48px;
    z-index: 2;
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #74BDC8 100%);
    box-shadow: 0px 0px 10px 3px #406E79; */
    border-radius: 26px;
    overflow: hidden;
}
.mobile-search-section .mobile-search-section-inner {
    padding: 36px;
    border-radius: 26px;
    background: var(--white);   
    
}
.mobile-search-section .mobile-search-section-inner .heading-style-11 { font-size: 20px;}
.search-section-row { display: flex; gap: 8px; margin-top: 20px; margin-bottom: 8px;}
.search-section-col { width: 50%;}
.search-section-col .form-input { background-color: var(--white);}
.mobile-search-section .guests-input { background: var(--white); display: flex; justify-content: space-between; align-items: center; gap: 10px; padding-block: 11px;}

.wprevpro_load_more_div .wprevpro_load_more_btn {  
    font-weight: 500;
    padding: 17px 40px;
    border: 1px solid var(--secondary) !important;
    border-radius: 100px;
    transition: all ease-in-out 0.3s;
    text-transform: uppercase;
    background-color: var(--secondary) !important;
    color: var(--white);
    font-size: 24px !important;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    line-height: 1.5;
}
.wprevpro_load_more_div .wprevpro_load_more_btn:hover {
    background-color: var(--white) !important;
    color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}

#block-26.widget_text.newsletter-wrap{margin-top: 16px;}

/* ======================================================================
======================= explore-section start ===========================
====================================================================== */
.explore-section .explore-image-wrapper-responsive{display: none;}
.explore-section{/*overflow-x: hidden;*/ overflow: hidden;}
.explore-section .explore-image-wrapper { border-radius: 10px; box-shadow: 0px 4px 4px 0px #00000040;position: relative;}
.hotspots-interaction { margin: 0 !important;}
.hotspots-image, .leaflet-image-layer, .leaflet-overlay-pane {border-radius: 10px !important;}
.leaflet-rrose{left: 45px !important; top: 50% !important; margin-bottom: 0 !important;}
.leaflet-pane{height: 100%;}
/* .explore-image-wrapper .leaflet-fade-anim .leaflet-rrose { transform: none !important; } */
.explore-section .leaflet-fade-anim .leaflet-rrose { transform: translate(0%, -50%) !important;}
/* .explore-image-wrapper .leaflet-rrose-content-wrapper { background: #FFFFFFD6 !important; box-shadow: 4px 4px 4px 0px #00000026; border-radius: 10px; border: solid 1px #D8D8D8; overflow: hidden;} */
.explore-section .leaflet-rrose-content-wrapper { background: #FFFFFFD6 !important; box-shadow: 4px 4px 4px 0px #00000026; border-radius: 10px; border: solid 1px #D8D8D8; overflow: hidden;}
/* .explore-image-wrapper .leaflet-rrose-content { margin: 45px !important;} */
.explore-section .leaflet-rrose-content { margin: 45px !important;}
/* .explore-image-wrapper .leaflet-rrose-tip-container { display: none !important;} */
.explore-section .leaflet-rrose-tip-container { display: none !important;}
/* this is for title */
/* .explore-image-wrapper .hotspot-title{font-size: 24px;line-height: 28px;font-weight: 500;padding-bottom: 14px;border-bottom: 2px solid var(--primary);text-align: left;padding-top: 3px;} */
.explore-section .hotspot-title{font-size: 24px;line-height: 28px;font-weight: 500;padding-bottom: 14px;border-bottom: 2px solid var(--primary);text-align: left;padding-top: 3px;}
/* this is for image */
/* .explore-image-wrapper .hotspot-thumb{margin-top: 24px;} */
.explore-section .hotspot-thumb{margin-top: 24px;}
/* .explore-image-wrapper .hotspot-thumb img{object-fit: cover;object-position: center;aspect-ratio: 333/185;width: 100%;height: 100%;} */
.explore-section .hotspot-thumb img{object-fit: cover;object-position: center;aspect-ratio: 333/185;width: 100%;height: 100%;}
/* for description  */
/* .explore-image-wrapper .leaflet-rrose-content p{margin-top: 14px !important;margin-bottom: 0 !important;font-size: 16px;font-weight: 400;line-height: 22px;text-align: justify;} */
.explore-section .leaflet-rrose-content p{margin-top: 14px !important;margin-bottom: 0 !important;font-size: 16px;font-weight: 400;line-height: 20px;color: var(--black);}
/* for cross btn  */
/* .explore-image-wrapper .leaflet-container a.leaflet-rrose-close-button{top: 30px;right: 30px;margin: 0 !important;width: 12px;height: 12px;color: var(--secondary) !important;} */
.explore-section .leaflet-container a.leaflet-rrose-close-button{top: 30px;right: 30px;margin: 0 !important;width: 12px;height: 12px;color: var(--secondary) !important;}
/* .explore-image-wrapper .leaflet-container a.leaflet-rrose-close-button:focus{outline: none !important;} */
.explore-section .leaflet-container a.leaflet-rrose-close-button:focus{outline: none !important;}
/* for content  */
.hotspot-content{max-height: 500px;overflow-y: auto;}
.hotspot-content::-webkit-scrollbar{display: none;}
/* .explore-image-wrapper .hotspot-content .explore-video{margin-top: 24px;line-height: 0;position: relative;} */
.explore-section .hotspot-content .explore-video{margin-top: 24px;line-height: 0;position: relative;}
/* .explore-image-wrapper .hotspot-content .explore-video video{width: 100%;height: 100%;aspect-ratio: 333/185;object-fit: cover;object-position: center;} */
.explore-section .hotspot-content .explore-video video, .explore-section .hotspot-content .explore-video img{width: 100%;height: 100%;aspect-ratio: 333/185;object-fit: cover;object-position: center;}
/* .explore-image-wrapper .hotspot-content .explore-video .play-btn{position: absolute;top: 50%;left: 50%;transform: translate(-50% , -50%);width: 79px;height: 78px;cursor: pointer;} */
.explore-section .hotspot-content .explore-video .play-btn{position: absolute;top: 50%;left: 50%;transform: translate(-50% , -50%);width: 79px;height: 78px;cursor: pointer;}
/* .explore-image-wrapper .hotspot-content .explore-video .play-btn img{width: 100%;height: 100%;object-fit: contain;} */
.explore-section .hotspot-content .explore-video .play-btn img{width: 100%;height: 100%;object-fit: contain;}
.explore-section .hotspot-content .explore-video iframe {width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;}
.explore-section .hotspot-content .explore-video iframe video{object-fit: cover;object-position: center; width: 100%;height: 100%; min-width: auto !important;}

.leaflet-container{width: 100% !important;}
.hotspots-container.loaded .hotspots-image-container>img{width: 100%;}
#hotspot-154 .hotspots-image-container{width: 100% !important;}
.explore-banner-section .hotspots-image, .explore-banner-section .leaflet-image-layer, .explore-banner-section .leaflet-overlay-pane { border-radius: 0px !important;}

/* Waves animation for hotspot-default SVG path */
@keyframes hotspot-waves {
    0% {
        /* filter: drop-shadow(0 0 0px currentColor); */
        opacity: 1;
        fill: currentColor;
    }
    50% {
        /* filter: drop-shadow(0 0 4px currentColor) drop-shadow(0 0 6px currentColor) drop-shadow(0 0 10px currentColor); */
        opacity: 0.5;
        fill: #fff;
    }
    100% {
        /* filter: drop-shadow(0 0 0px currentColor); */
        opacity: 1;
        fill: currentColor;
    }
}

.hotspot-default {
    animation: hotspot-waves 2s ease-in-out infinite;
    transform-origin: center;
}

/* .hotspot-title{position: relative;padding-left: 60px;}
.hotspot-title::before{content: "01";position: absolute;left: 0;bottom: 5px;font-size: 48px;line-height: 48px;font-weight: 500;} */
/* ======================================================================
======================= explore-section ended ===========================
====================================================================== */

.gallery-mobile-slider { display: none !important;}
.gallery-mobile-arrow { display:  none;}


/* FLOATING WHATSAPP ICON */
.floating-whatsapp {position: fixed;bottom: 60px;left: 60px;z-index: 18;}
/* .floating-whatsapp a{ padding:10px 20px 10px 65px;border-color: var(--green-80);font-size: 24px;font-weight: 600;border: 1px solid transparent;border-radius: 100px;background-color: var(--white); border-color: var(--green-80);color: var(--green-80); width: 100%;} */
.floating-whatsapp .call-whatsapp-image{ width: 78px;height: 78px;filter: drop-shadow(0px 4px 4px #00000040);transition: all ease-in-out 0.3s;}
/* .floating-whatsapp a:hover{background-color: var(--green-80); color: var(--white);} */
.floating-whatsapp a:hover img{scale:1.01;}

/* RESPONSIVE */

@media(max-width:1500px) {
    .common-inner-banner img {
        aspect-ratio: 1440 / 700;
    }
}

@media(max-width:1399px) {
    .container{ max-width: 1140px;}
    .wrapper::after { max-width: 1083px;}
    .heading-style-1 { font-size: 55px;}
    .heading-style-2 { font-size: 38px;}
    .heading-style-3 { font-size: 44px;}
    .heading-style-4 { font-size: 40px;}
    .heading-style-5 { font-size: 36px;}
    .heading-style-6{font-size: 30px;}
    .heading-style-7 {font-size: 30px;}
    .heading-style-8 {font-size: 26px;}

    .section-top-space { padding-top: 120px;}
    .inner-section-top-space { margin-top: 50px; }
    .btn-xl { font-size: 22px; }

    .main-navigation { gap: 15px;}
    .custom-menu .menu { gap: 25px;}

    /* ************** for common-yatch-card ************** */
    .common-yacht-card .common-yacht-card-desc > p{margin-top: 18px;}
    .common-yacht-card .common-yacht-card-desc .yacht-facility-wrapper{margin-top: 22px;}
    .common-yacht-card .common-yacht-card-desc .book-now-btn{margin-top: 30px;}
    /* ************** for common-service-card ************** */
    .common-service-card-wrapper{column-gap: 40px;row-gap: 36px;}
    .common-service-card-wrapper .common-service-card{width: calc((100% - 80px) / 3);}

    /* **************  more-yacht section start ************** */
    /* .more-yacht-section{padding-block: 150px;} */
    /* .inner-more-yacht .more-yacht-card-wrapper{margin-top: 60px;} */
    /* **************  more-yacht section ended ************** */

    /* ======================================================================
    ======================= our services section start ===========================
    ====================================================================== */
    .inner-our-services .our-services-slider .our-services-card > .heading-style-11{margin-top: 22px;}
    /* for slider */
    .our-services-section .slick-slide {margin: 0 12px;}
    .our-services-section .slick-list {margin: 0 -12px;}
    /* ======================================================================
    ======================= our services section ended ===========================
    ====================================================================== */

    .inner-contact-form .form-group-wrapper::after { width: 230px; height: 230px;     transform: translate(68%, -50%);}

    /* ======================================================================
    ======================= explore-section start ===========================
    ====================================================================== */
    .leaflet-rrose{left: 24px !important; }
    /* .leaflet-rrose.leaflet-zoom-animated.leaflet-resp-popup-west{left: 24px !important; bottom: 24px !important;} */
    /* ======================================================================
    ======================= explore-section ended ===========================
    ====================================================================== */

    /* ======================================================================
    ======================= custom modal css start =============================
    ====================================================================== */
    /* .modal-content{width: 708px;height: 708px;} */
    /* ======================================================================
    ======================= custom modal css start =============================
    ====================================================================== */

    /* .floating-whatsapp a {
        font-size: 22px;
    } */
    .floating-whatsapp .call-whatsapp-image {
        width: 74px;
        height: 74px;
    }

}

@media(max-width:1199px) {
	.container{ max-width: 980px;}
    .wrapper::after { max-width: 970px;  }
    .heading-style-1 { font-size: 50px;}
    .heading-style-2 { font-size: 34px;}
    .heading-style-3 { font-size: 40px;}
    .heading-style-4 { font-size: 36px;}
    .heading-style-6{font-size: 26px;}
    .heading-style-5 { font-size: 32px; }
    .heading-style-7 { font-size: 28px;    }
    .heading-style-8 { font-size: 24px;    }
    .heading-style-9 { font-size: 22px;    }
    .btn-md {padding-block: 9px;}
    .btn-xl { font-size: 20px;   }
    .btn-lg { padding-block: 14px; }
    .form-input {    padding: 16px 28px;}
    .country-phone-wrapper { padding: 15.5px 28px;}

    .header-inner {padding: 0 30px;}
    
    .section-top-space { padding-top: 100px; }
    .inner-section-top-space { margin-top: 40px; }

    .site-header .logo { max-width: 240px;}
    /* .custom-menu .menu a { font-size: 16px;} */
    .custom-menu .menu { gap: 20px;}
    .main-navigation { gap: 10px;}

    .inner-contact-form .form-group-wrapper::after { width: 200px; height: 200px;}
    .common-contact-form .inner-contact-form { max-width: 700px;}
    .autocomplete-dropdown .autocomplete-item{font-size: 16px;line-height: 22px;padding: 8px 12px;}

    /* ************** for common-yatch-card ************** */
    .common-yacht-card .common-yacht-card-desc{padding-left: 44px;bottom: 30px;}
    .common-yacht-card .bookmark-icon{width: 20px;height: 27px;top: 24px;right: 24px;}
    .common-yacht-card .common-yacht-card-desc > p{margin-top: 14px;}
    .common-yacht-card .common-yacht-card-desc .yacht-facility-wrapper{margin-top: 18px;}
    .common-yacht-card .common-yacht-card-desc .yacht-facility-wrapper .yacht-facility-unit{padding-inline: 8px;min-width: 80px;}
    .common-yacht-card .common-yacht-card-desc .yacht-facility-wrapper .yacht-facility-unit > p{gap: 5px;margin-top: 6px;}
    .common-yacht-card .common-yacht-card-desc .book-now-btn{margin-top: 24px;}
    /* ************** for common-service-card ************** */
    .common-service-card-wrapper{column-gap: 28px;row-gap: 24px;}
    .common-service-card-wrapper .common-service-card{width: calc((100% - 56px) / 3);}

    /* **************  more-yacht section start ************** */
    
    .inner-more-yacht .more-yacht-card-wrapper{column-gap:20px;row-gap: 20px;}
    .inner-more-yacht .more-yacht-card-wrapper .common-yacht-card{width: calc((100% - 20px) / 2);}
    /* **************  more-yacht section ended ************** */

    /* ======================================================================
    ======================= our services section start ===========================
    ====================================================================== */
    .inner-our-services .our-services-slider{margin-top: 80px;}
    .inner-our-services .our-services-slider .our-services-card > .heading-style-11{margin-top: 18px;}
    /* for slider */
    .our-services-section .slick-slide {margin: 0 8px;}
    .our-services-section .slick-list {margin: 0 -8px;}
    /* ======================================================================
    ======================= our services section ended ===========================
    ====================================================================== */

    /* ======================================================================
    ======================= explore-section start ===========================
    ====================================================================== */
    .leaflet-rrose{left: 12px !important;}
    /* .leaflet-rrose.leaflet-zoom-animated.leaflet-resp-popup-west{left: 12px !important; bottom: 12px !important;} */
    .explore-image-wrapper .leaflet-rrose-content{margin: 20px !important;}
    .explore-image-wrapper .hotspot-title{font-size: 20px;line-height: 24px;padding-bottom: 8px;padding-left: 40px;}
    .hotspot-title::before{font-size: 28px;line-height: 32px;}
    .explore-image-wrapper .hotspot-content .explore-video{margin-top: 12px;}
    .explore-image-wrapper .hotspot-content .explore-video video, .explore-image-wrapper .hotspot-thumb img{aspect-ratio: 333/160;}
    .explore-image-wrapper .hotspot-content .explore-video .play-btn{width: 52px;height: 52px;}
    .explore-image-wrapper .leaflet-rrose-content p{font-size: 14px;line-height: 20px;text-align: justify;letter-spacing: 0.3px;margin-top: 8px !important;}
    .hotspot-content{max-height: 352px;}
    /* ======================================================================
    ======================= explore-section ended ===========================
    ====================================================================== */

    /* .inner-suscribe-to--newsletter .newsletter-form-wrapper .form-input { padding: 24px 106px 24px 26px;}
    .inner-suscribe-to--newsletter .newsletter-form-wrapper .btn {    padding: 24px 30px;} */

    /* footer css */
    /* .site-footer h2 { font-size: 20px;} */

    /* ======================================================================
    ======================= custom modal css start =============================
    ====================================================================== */
    .modal-content{width: 768px;}
    .modal-content .inner-modal-msg{margin-top: 56px;}
    .modal-content .whatsapp-link{margin-top: 70px;}
    .modal-content .inner-modal-msg .p-small{margin-top: 20px;}
    .modal-content .whatsapp-link .btn::before{width: 72px;height: 72px;transform: translate(-45%, -50%);}
    .modal-content .modal-msg::before {width: 120px;height: 100px;}
    .modal-content .modal-msg::after {height: 100px;}
    .modal-content::after{width: 50px;height: 85px;right: 44px;}
    .modal-content .close-btn{width: 22px;height: 22px;top: 46px;right: 58px;}
    /* ======================================================================
    ======================= custom modal css start =============================
    ====================================================================== */

    .floating-whatsapp {
        bottom:40px;
        left: 40px;     
    }
    /* .floating-whatsapp a {
        font-size: 20px;
    } */
    
}
@media(max-width:991px) {
	.container{ max-width: 768px;}    
    .heading-style-1 { font-size: 40px;}
    .heading-style-3 { font-size: 34px;}
    .heading-style-4 { font-size: 32px;}
    .heading-style-2 { font-size: 32px;line-height: 1.2;}
    .heading-style-5 { font-size: 30px;}
    .heading-style-6{font-size: 22px;}
    .heading-style-7 { font-size: 26px;    } 
    .heading-style-11 { font-size: 18px;    }
    .heading-style-8 { font-size: 20px; }
    .heading-style-9{font-size: 20px;}

    .autocomplete-dropdown .autocomplete-item{font-size: 14px;line-height: 20px;padding: 6px 8px;}

    .btn {padding: 17px 30px;}
    .btn-md { padding-block: 9px; }
    .btn-xl { font-size: 18px;  }    
    .btn-lg { padding-block: 12px; }
    .btn-sm { padding-block: 10px; font-size: 16px !important; }
    .form-input {  padding: 16px 26px;}
    .country-phone-wrapper {
        padding: 13.5px 26px;
    }

    .common-margin-top{margin-top: 30px;}

    /* HEADER */
    header.nav-active .logo { position: relative; z-index: -1;}
    .mobile-toggle { display: block;}
    .mobile-toggle.active .menu-icon {
        display: none;
    }
    .mobile-toggle.active .close-icon {
        display: block;
    }
    .site-header .mobile-logo {
        display: block;
        text-align: center;
    }
    .main-navigation {
        position: fixed;
        left: -100%;
        top: 0px;
        z-index: -1;
        height: 100dvh;
        width: 100%;
        flex-direction: column;
        justify-content: space-between;
        overflow: auto;
        background-color: rgb(0 0 0 / 0.6);
        padding-left: 64px;
        padding-right: 64px;
        padding-top: 60px;
        -webkit-backdrop-filter:  blur(64px);
        backdrop-filter:  blur(64px);
        transition-duration: 300ms;
        background: url(./assets/images/mobile-navigation-bg.png) no-repeat center center;
        background-size: cover;
    }
    .main-navigation.active {
        left: 0px;
        display: flex;
        gap: 20px;
    }
    .site-header { padding: 16px 0px;}
    header.header-sticky.nav-active {
        -webkit-backdrop-filter:  none;
        backdrop-filter:  none;
    }
    .custom-menu { width: 100%;}
    .custom-menu .menu {
        margin-left: auto;
        margin-right: auto;
        max-width: 720px;
        flex-direction: column;
        gap: 0px;
    }
    .custom-menu .menu li {
        width: 100%;
        border-bottom: 1px solid rgb(255 255 255 / 0.3);
        text-align: center;
    }
    .custom-menu .menu a {
        padding-top:15px;
        padding-bottom:15px;
        font-size: 24px;
        font-weight: 300;
    }
    .custom-menu .menu a:after{display: none;}
    .custom-menu .menu .current_page_item a {
        font-weight: 600;
    }
    .login-btn-box { flex-direction: column;}
    .login-btn-box .btn { min-width: 220px; letter-spacing: 0.02em; font-size: 16px; padding-block: 11px; border-radius: 24px;}
    .login-btn-box .create-account{ display: block;}
    .main-navigation .footer-connect { display: flex; margin: 20px 0 60px;}
    
    .country-phone-wrapper {
        padding: 15.5px 26px;
    }
    .inner-suscribe-to--newsletter .newsletter-image img {
        max-width: 88px;
        max-height: 152px;
    }

    .common-contact-form .inner-contact-form {
        max-width: 630px;
    }
    .inner-contact-form .form-group-wrapper::after {
        width: 110px;
        height: 110px;
        transform: translate(60%, -50%);
    }
    /* .inner-suscribe-to--newsletter .newsletter-form-wrapper .form-input {
        padding: 20px 106px 20px 26px;
    }
    .inner-suscribe-to--newsletter .newsletter-form-wrapper .btn {
        padding: 18px 24px;       
    } */
    

    /* ************** for common-yatch-card ************** */
    .common-yacht-card .common-yacht-card-desc{padding-left: 20px;bottom: 20px;}
    .common-yacht-card .bookmark-icon{width: 18px;height: 25px;top: 16px;right: 16px;}
    .common-yacht-card .common-yacht-card-desc > p{margin-top: 8px;}
    .common-yacht-card .common-yacht-card-desc .yacht-facility-wrapper{margin-top: 12px;}
    .common-yacht-card .common-yacht-card-desc .yacht-facility-wrapper .yacht-facility-unit{padding-inline: 8px;min-width: 70px;}
    .common-yacht-card .common-yacht-card-desc .yacht-facility-wrapper .yacht-facility-unit > p{gap: 3px;margin-top: 2px;}
    .common-yacht-card .common-yacht-card-desc .book-now-btn{margin-top: 16px;}
    /* ************** for common-service-card ************** */
    .common-service-card-wrapper{column-gap: 24px;row-gap: 20px;}
    .common-service-card-wrapper .common-service-card{width: calc((100% - 24px) / 2);}


    /* **************  more-yacht section start ************** */
    /* .more-yacht-section{padding-block: 70px;} */
    .inner-more-yacht .more-yacht-card-wrapper{column-gap:12px;row-gap: 16px;}
    .inner-more-yacht .more-yacht-card-wrapper .common-yacht-card{width: calc((100% - 12px) / 2);}
    /* **************  more-yacht section ended ************** */

    /* ======================================================================
    ======================= our services section start ===========================
    ====================================================================== */
    .inner-our-services .our-services-slider{margin-top: 60px;}
    .inner-our-services .our-services-slider .our-services-card > .heading-style-11{margin-top:14px;}
    /* for slider */
    .our-services-section .slick-slide {margin: 0 8px;}
    .our-services-section .slick-list {margin: 0 -8px;}
    .our-services-section .slick-dots{bottom: 10px;}
    /* ======================================================================
    ======================= our services section ended ===========================
    ====================================================================== */

    /* footer css */
    .footer-top { flex-wrap: wrap; gap: 20px;}
    .footer-top .footer-contact-form {max-width: 100%; width: 100%;}

    /* ======================================================================
    ======================= custom modal css start =============================
    ====================================================================== */
    .modal-content{width: 678px; padding: 30px 20px 20px;}
    /* .modal-content .modal-logo img{max-width: 150px;} */
    .modal-content .modal-msg { margin-top: 170px;}
    .modal-content .inner-modal-msg{margin-top: 30px;}
    .modal-content .whatsapp-link{margin-top: 60px;}
    .modal-content .inner-modal-msg .p-small{margin-top: 16px;}
    .modal-content .whatsapp-link .btn::before{width: 68px;height: 68px; transform: translate(-59%, -50%);}
    .modal-content .whatsapp-link .btn::after { right: 20px;}
    .modal-content .modal-msg::before {width: 100px;height: 90px;}
    .modal-content .modal-msg::after {height: 90px;}
    .modal-content::after{width: 40px;height: 68px;right: 24px;}
    .modal-content .close-btn {width: 20px;height: 20px;top: 36px;right: 34px;}
    /* ======================================================================
    ======================= custom modal css start =============================
    ====================================================================== */

    /* .floating-whatsapp a {
        font-size: 18px;
        padding: 7px 15px 7px 50px;
    } */
    .floating-whatsapp .call-whatsapp-image {
        width: 62px;
        height: 62px;
    }
    
}
@media(max-width:767px) {
    .section-top-space-small { padding-top: 40px;}
    .fleet-header{background:#00000057 !important; box-shadow: 0px 3px 10px 0px #0000001A !important;}


	.container{ max-width: 100%;}
    .wrapper::after { background-image: url(./assets/images/home-pattern-mobile.svg); z-index: 0;}
    .heading-style-2 { font-size: 20px; line-height: 1.55;}
    .heading-style-3 { font-size: 18px;}
    .heading-style-4 { font-size: 28px;}
    .heading-style-5 { font-size: 24px;    line-height: 1.5;}
    .heading-style-8 { font-size: 16px; }
    .heading-style-9 { font-size: 16px; }
    .heading-style-11 { font-size: 16px; }
    .mt-40 {margin-top: 20px;} 

    .header-inner { padding: 0 30px;}
    .site-header .logo {
        max-width: 180px;
    }
    .site-header { padding: 11px 0px;}

    .btn { font-size: 20px; padding: 4px 20px; letter-spacing: 0.05em;}
    .btn-outline {  color: var(--secondary); }
    .btn-md { padding-block: 8px;}
    .btn-lg { border-radius: 24px;}

    .section-top-space {  padding-top: 50px; }
    .two-section-wrapper{display: flex;flex-direction: column-reverse;}
    .inner-section-top-space { margin-top: 25px;} 

    .common-margin-top{margin-top: 20px;}
    .explore-img{border-radius: 24px;overflow: hidden;line-height: 0;}

    /* ************** for common-inner-banner ************** */
    .common-inner-banner::after{background-color: var(--blue-60);}
    .common-inner-banner img{aspect-ratio: 440/400;}
    .common-inner-banner .common-inner-banner-title{display: block; color: var(--white); text-transform: capitalize;}
    
    /* ************** for common-btn-box ************** */
    .common-btn-box{display: block;}

    /* ************** for common-yatch-card-responsive ************** */
    .more-yacht-card-wrapper-responsive { display: block; }
    .common-yacht-card-responsive{border-radius: 24px; box-shadow: 0px 3px 10px 0px #00000026;  display: block; position: relative;}
    .more-yacht-card-wrapper-responsive .common-yacht-card-responsive-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    
    .common-yacht-card-responsive .yacht-image-wrapper{ filter: drop-shadow(0px 2px 4px #00000080);line-height: 0;border-radius: 24px;overflow: hidden;width:100%;position: relative;}
    .common-yacht-card-responsive .yacht-image-wrapper .bookmark-icon{position: absolute;width: 16px;height: 20px;top: 16px;right: 16px;z-index: 2;border: none;outline: none;background-color: transparent;cursor: pointer;}
    .common-yacht-card-responsive .yacht-image-wrapper .bookmark-icon img{width: 100%;height: 100%;object-fit: contain;}
    .common-yacht-card-responsive .yacht-image-wrapper::after{position: absolute;top: 0;left: 0;height: 100%;width: 100%;background-color: var(--black-20);content: " ";pointer-events: none;}
.common-yacht-card-responsive .yacht-image-wrapper .book-now-btn{text-transform: uppercase;color: var(--white);letter-spacing: 1.6px;position: absolute;bottom: 36px;background-color: var(--secondary-80);border: 1px solid var(--secondary-80);border-radius: 24px;z-index: 2;padding-inline: 15px;padding-block: 2px;left: 50%;transform: translateX(-50%);}
    .common-yacht-card-responsive .yacht-image-wrapper .book-now-btn:hover{background-color: var(--white);color: var(--primary);border-color: var(--white);}
    .common-yacht-card-responsive .yacht-image img{aspect-ratio: 368/220;width: 100%;height: 100%;object-fit: cover;object-position: center;}
    .common-yacht-card-responsive .common-yacht-card-desc{padding-block:12px;padding-inline: 16px;}
    .common-yacht-card-responsive .yacht-name-hour{display: flex;align-items: center;justify-content: space-between;}
    .common-yacht-card-responsive .yacht-name-hour .heading-style-6{color: var(--primary);text-transform: uppercase;}
    .common-yacht-card-responsive .yacht-name-hour .heading-style-12:first-child{color: var(--primary);text-transform: uppercase;}
    .common-yacht-card-responsive .yacht-name-hour .heading-style-12:last-child{color: var(--secondary-dark);}
    .common-yacht-card-responsive .yacht-facility-wrapper{margin-top: 12px;display: flex;align-items: center;}
    .common-yacht-card-responsive .yacht-facility-unit{display: flex;align-items: center;gap: 6px;border-right: 0.7px solid var(--gray);padding-block: 1px;padding-inline: 13px; flex-direction: column;    flex: auto;}
    .common-yacht-card-responsive .yacht-facility-unit > img{width: 12px;height: 10px;object-fit: contain;}
    .common-yacht-card-responsive .yacht-facility-unit:last-child{border: none;padding-right: 0;}
    .common-yacht-card-responsive .yacht-facility-unit:first-child{padding-left: 0;}
    .common-yacht-card-responsive .yacht-facility-unit:last-child img{width: 20px;}
    .common-yacht-card-responsive .yacht-facility-unit > p { white-space: nowrap; font-size: 10px;}
    .common-yacht-card-responsive .yacht-facility-unit > p span{text-transform: capitalize;}
    .common-yacht-card-responsive .yacht-facility-unit > p span:first-child{color: var(--primary);}
    .common-yacht-card-responsive .yacht-facility-unit > p span:last-child{color: var(--grey-50);}
    /* for slick  */
    .slick-dotted.slick-slider.yacht-image{margin-bottom: 0;}
   .common-yacht-card-responsive .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    width: 100%;
    }

    .common-yacht-card-responsive .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 4px;
    }
    .common-yacht-card-responsive .slick-dots li button {
    font-size: 0px;
    color: #fff;
    opacity: 1;
    background-color: var(--white);
    width: 18px;
    height: 9px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    }
    .common-yacht-card-responsive .slick-dots li.slick-active button {
    width: 36px;
    background-color: var(--secondary);
    }
    .common-yacht-card-responsive .slick-dots li button:before {
    display: none;
    }

    
    /* ************** for common-service-card ************** */
    .common-service-card-wrapper .common-service-card{width: 100%; box-shadow: 0px 3px 10px 0px #00000026;  border-radius: 24px;border-top: 0;}
    .common-service-card-wrapper .common-service-card .common-service-card-image{width: 100%; filter: drop-shadow(0px 2px 4px #00000080);border-radius: 24px;}
    .common-service-card-wrapper .common-service-card .heading-style-11{margin-top: 0;padding: 16px;text-align: left;}

    /* **************  more-yacht section start ************** */
    /* .more-yacht-section{padding-block: 48px;} */
    .inner-more-yacht .more-yacht-card-wrapper{display: none;}
    .inner-more-yacht .more-yacht-card-wrapper-responsive{margin-top:20px;flex-direction: column;display: flex;gap: 20px;}
    .common-yacht-card-responsive .yacht-facility-unit > p span:last-child { letter-spacing: 0em;}
    /* **************  more-yacht section ended ************** */

    /* ======================================================================
    ======================= our services section start ===========================
    ====================================================================== */
    .inner-our-services .our-services-slider{margin-top: 20px;}
    .inner-our-services .our-services-slider{display: flex;flex-direction: column;gap: 20px;}
    .inner-our-services .our-services-slider .service-image-wrapper{border-radius: 24px;width: 100%; overflow:visible;}
    .inner-our-services .our-services-slider .service-image-slider img{aspect-ratio: 368/220;border-radius: 24px;}
    .inner-our-services .our-services-slider .our-services-card{ box-shadow: 0px 3px 10px 0px #00000026; border-radius: 24px;border-top: 0;}
    .inner-our-services .our-services-slider .our-services-card > .heading-style-11{margin-top: 0;padding: 16px;text-align: left;}
    .inner-our-services .our-services-slider .service-image-wrapper .btn{bottom: 10px; font-size: 16px;border-radius: 100px;padding-block: 7px;}
    /* for slider */
    .our-services-section .slick-dots {position: absolute;bottom: -34px;left: auto;transform: translateX(0);z-index: 5;right: 22px;width: auto;}
    .our-services-section .slick-dots li {width: auto;height: auto;margin: 0 4px;}
    .our-services-section .slick-dots li button {background-color: var(--greydf);}
    .our-services-section .slick-dots li.slick-active button {background-color: var(--secondary);}
    /* ======================================================================
    ======================= our services section ended ===========================
    ====================================================================== */
    /* for curved text  */
    .curved-text-container-responsive{display: flex;justify-content: center;align-items: center;width: 100%;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);z-index: -1;}
    .curved-text-part1{font-size: 18px;}
    .curved-text-container {display: none;}

    /* footer css */
    .site-footer { border-radius: 46px 46px 0 0; position: relative;}
    .site-footer::before {
        content: "";
        position: absolute;
        top: -32px;
        left: 50%;
        transform: translateX(-50%);
        width: 117px;
        height: 32px;
        background: url(./assets/images/footer-yachts-icon.svg) no-repeat;
    }
    .site-footer > .container{overflow-x: hidden;position: relative;}
    /* .site-footer > .container::after {
        content: "";
        position: absolute;
        top: 30%;
        right: -40px;
        width: 230px;
        height: 230px;
        background: url(./assets/images/footer-logo-design.svg) no-repeat;
    } */
    .footer-top { flex-direction: column;}
    .footer-top .footer-logo {max-width: 160px; margin:0 auto 40px; text-align: center;}
    .bottom-footer {flex-wrap: wrap;border-top: 0;position: relative; flex-direction: column-reverse; padding-top: 0;}
    .bottom-footer-wrapper{position: relative;}
    .footer-bottom-right {
        width: 100%;
        /* justify-content: space-between; */
        flex-direction: row-reverse;
    }
    /* .bottom-footer-wrapper::after{position: absolute;content: "";top: 0;width: 100%;height: 1px;background-color: #FFFFFF33;} */
    .footer-top .newsletter .newsletter-input{padding-right: 130px;}
    .footer-top .footer-contact-form { display: none;}
    .mobile-content-form { display: block !important;}
    .footer-top .footer-contact-form {
        margin-top: 0;
        order: 5;
        border-top: solid 1px #FFFFFF45;
        padding: 20px 12px 10px;
    }
    .footer-top .footer-contact-form h2 {
        text-transform: uppercase;
    }
    .footer-top .footer-links{ 
        order: 2; 
        border-top: solid 1px #FFFFFF45;
        padding: 20px 12px 10px;
    }

    .footer-top .footer-contact-info {
        max-width: 100%;
        order: 3;
        border-top: solid 1px #FFFFFF45;
        padding: 20px 12px 10px;
    }
    .footer-top .footer_company_policies { 
        order: 4; 
        border-top: solid 1px #FFFFFF45; 
        padding: 20px 12px 10px;
    }

    .site-footer h2.wp-block-heading[role="button"] {
        display: flex;
        align-items: center;
        justify-content: space-between;        
    }
    .site-footer .leave-review-heading {
        padding: 0 12px;
        padding-top: 20px;
        border-top: solid 1px #FFFFFF45;
        margin: 40px -12px 0;
    }
    .site-footer h2.wp-block-heading[role="button"]::after {
        content: '';
        width: 14px;
        height:14px;
        margin-top: 3px;
        background-image: url(./assets/images/select2-icon.svg);
        background-size: 12px auto;
        background-repeat: no-repeat;
        background-position: center;
        filter: brightness(100) contrast(100);
    }
    .site-footer h2.wp-block-heading.is-open::after {
        transform: rotate(180deg);
    }
    .menu-important-links-container {
        padding-left: 15px;
    }
    .address-wrap  {
        padding-left: 15px;
    }
    .menu-company-policies-container {
        padding-left: 15px;
    }
    

    .form-input {
        /* border-radius: 14px; */
        font-weight:600;
        letter-spacing: 0.06em;
        color: #2D4E5F;
        font-size: 15px;
        padding: 12px 14px;
        line-height: 1.5;
    }
    .form-input::placeholder {
        color: #2D4E5F;
    }
    .icon-input {
        padding-left: 48px;
    }
    .phone-input {
        font-size: 15px;
        font-weight: 600;
        color: #2D4E5F;
        line-height: 1.5;
    }
    .mobile-search-section-inner .form-input{
        border-color: #2D4E5F17;
    }

    .common-contact-form { position: relative; padding: 0 0 0 0; border-radius: 26px; margin: 48px 0px 0; background-color: var(--white);}
    /* .common-contact-form::before {
        content: "";
        position: absolute;
        top: -2px;
        left: -2px;
        bottom: -2px;
        right: -2px;
        z-index: -1;
        border-radius: 26px; 
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 67.59%, #74BDC8 100%);
    } */
    .inner-contact-form .form-group-wrapper::after { display: none;}
    .common-contact-form .heading-style-5 { font-size: 20px; white-space: nowrap;}
    .inner-contact-form .form-group-wrapper textarea { border-radius: 24px; height: 100px;}
    .inner-contact-form .form-group-wrapper { gap: 8px;}
    .inner-contact-form .form-group-wrapper .form-group { flex-direction: column; gap: 8px; margin: 0;}
    .inner-contact-form .form-group-wrapper .form-group > div { width: 100%;}
    .country-phone-wrapper {  padding: 11px 14px;}
    .inner-contact-form .form-group-wrapper .btn-box { margin: 24px auto 0;}
    .inner-contact-form .form-group-wrapper .btn-box input { width: 180px; padding-block: 8px;}
    .phone-input::placeholder {color: #2D4E5F;} 
    .inner-suscribe-to--newsletter .newsletter-image img { width: 50px; height: 50px;}
     .inner-suscribe-to--newsletter .newsletter-form-wrapper .form-input { border-radius: 100px; padding: 12px 106px 12px 26px;}
    .inner-suscribe-to--newsletter .newsletter-form-wrapper .btn {  border-radius: 100px; padding: 9px 18px;}
    .newsletter-form-wrapper{margin: 50px 0 30px;}
    .common-contact-form .inner-contact-form { z-index: 1; position: relative;}
    .suscribe-to-newsletter { z-index: 1; position: relative;}
    .inner-our-services { z-index: 1; position: relative;}

    .mobile-search-section { display: block;}
    .mobile-search-section .btn { margin-top: 22px;}

    #wprev-slider-2 .wprev_preview_tcolor1_T4 {
        font-size: 18px !important;
        line-height: normal;
    }
    #wprev-slider-2 .wprev_preview_tcolor2_T4 {
        font-size: 14px !important;
        line-height: 25px !important;
    }
    /* ======================================================================
    ======================= explore-section start ===========================
    ====================================================================== */
    .explore-section .explore-image-wrapper{display: none;}
    .explore-section .explore-image-wrapper-responsive{display: block;}
    /* .hotspots-image-container{background: var(--white) !important;}
    .hotspots-image-container:has(.leaflet-rrose-content-wrapper){padding-bottom: 415px;}
    .leaflet-pane.leaflet-map-pane{width: 100%;background: var(--white) !important;}
    .leaflet-pane.leaflet-popup-pane{ position: relative;   top: 85% !important;left: 0 !important;}
    .leaflet-rrose{width: 100%;position: static !important;height: 100%;}
    .leaflet-rrose::-webkit-scrollbar , .explore-image-wrapper .leaflet-rrose-content-wrapper::-webkit-scrollbar, .leaflet-rrose-content.leaflet-popup-scrolled::-webkit-scrollbar{display: none !important;}
    .leaflet-rrose-content{width: auto !important;}
    .explore-image-wrapper .leaflet-rrose-content-wrapper{background: var(--white) !important;height: 100%;padding: 36px;}
    .explore-image-wrapper .hotspot-title{text-align: end;}
    .leaflet-rrose-content.leaflet-popup-scrolled{height: 100% !important;margin: 0 !important;}
    .explore-image-wrapper .leaflet-container a.leaflet-rrose-close-button{top: 12px;right: 12px;}
    .leaflet-rrose-content[style]{max-width: 100% !important;}
    #hotspot-154 .leaflet-popup-scrolled{border: none !important;}
    .explore-image-wrapper .hotspot-title{font-size: 24px;}
    .explore-section .explore-image-wrapper{box-shadow: none;} */

    .hotspots-container.loaded .hotspots-placeholder>div.hotspot-initial.visible, .hotspots-container.loaded .hotspots-image-container>div.hotspot-initial.visible{display: none !important;}
    .explore-section .hotspot-title{padding-bottom: 6px; font-size: 18px; color: var(--primary) !important;}
    .explore-section .explore-image-wrapper-responsive .hotspots-placeholder{z-index: 500;padding: 0;position: relative;background-color: var(--white) !important;margin-bottom: 20px;}
    .explore-section .explore-image-wrapper-responsive .hotspot-info{padding: 36px;background-color: var(--white) !important;border-radius: 24px;margin-top: -100px !important; /*box-shadow: 0px 0px 10px 3px #406E79;margin: 2px;*/position: relative;overflow: visible;}
    .explore-section .explore-image-wrapper-responsive .hotspots-placeholder::before{content: "";position: absolute;bottom: 0;left: 0;top: 0;right: 0;/*background:linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #74BDC8 100%);*/ z-index: -2;border-radius: 24px;}
    .explore-section .explore-image-wrapper-responsive .hotspot-info::after{content: "";position: absolute;left: 50%;transform: translateX(-50%);width: 117px;height: 32px;background: url(./assets/images/white-yacht-icon.svg) no-repeat;top: -30px; display: none;}
    .explore-section .explore-image-wrapper-responsive .explore-desc{margin-top: 14px;text-align: justify;}
    .explore-section .explore-image-wrapper-responsive .hotspot-content video, .explore-section .explore-image-wrapper-responsive .hotspot-content img{aspect-ratio: 368/182;width: 100%;height: 100%;}
    .explore-section .hotspot-title{border-width: 1px;}
    .hotspot-content p { font-size: 14px; color: #054654 !important;}
    .explore-section .hotspot-content .explore-video{margin-top: 14px;}
    .hotspot-content{max-height: 470px;}
    .explore-section .hotspot-content .explore-video .play-btn{width: 52px;height: 52px;}
    .leaflet-pane.leaflet-tooltip-pane{display: none;}
    
    /* .hotspot-title::before{font-size: 36px;} */
    /* ======================================================================
    ======================= explore-section ended ===========================
    ====================================================================== */


    /* ======================================================================
    ======================= custom modal css start =============================
    ====================================================================== */
    .modal-content{ max-width: 400px; width: 100%; padding: 26px 20px 20px;margin-inline: 36px; height: 420px; aspect-ratio: auto;
        background-position: 0px bottom; background-size: 320px;}
    .modal-content .inner-modal-msg::before { left: -13px; top: -5px; border-top: 10px solid transparent; border-bottom: 20px solid transparent;        border-left: 20px solid #fff;    }
    .modal-content .modal-logo img { max-width: 180px; }
    .modal-content .modal-msg{padding-left: 12px;width: 220px; left: 0; margin-left: 90px;  margin-top: 40px;}
    .modal-content .inner-modal-msg{margin-top: 22px;padding: 12px;}
    .modal-content .inner-modal-msg .heading-style-11 {font-size: 14px; line-height: 20px;}
    .modal-content .whatsapp-link{margin-top: 32px;}
    .modal-content .inner-modal-msg .p-small{margin-top: 10px; font-size: 12px;}
    .modal-content .whatsapp-link .btn::before{width: 44px;height: 44px;transform: translate(-54%, -50%);}
    .modal-content .modal-msg::before {width: 76px;height: 67px; background: url(./assets/images/modal-bird-mobile.png) no-repeat center /100% 100%; left: 80%; }
    .modal-content .modal-msg::after { height: 60px; background-size: 100% auto; width: 40px; transform: rotate(-15deg); left: 34%; bottom: -25px;}
    .modal-content .whatsapp-link .btn { font-size: 15px;  padding-right: 10px;}
    .modal-content::after{width: 32px;height: 54px;right: 18px;}
    .modal-content .close-btn {top: 25px;right: 26px;width: 16px;height: 16px;}
    .modal-content .whatsapp-link .btn::after { width: 24px; height: 29px; right: 5px; bottom: -19px;}
    /* ======================================================================
    ======================= custom modal css start =============================
    ====================================================================== */

    .gallery-mobile-slider {display: block !important; padding: 40px 30px 7px;}
    .gallery-mobile-slider .slick-list { overflow: visible;}
    .gallery-mobile-slider .gallery-mobile-item { line-height: 0; padding: 0 8px; transition: all ease-in 0.3s; opacity: 0.5;}
    .gallery-mobile-slider .gallery-mobile-item a { width: 100%; aspect-ratio: 1 / 1.2; display: block; border-radius: 24px; overflow: hidden;  box-shadow: 0px 4px 4px 0px #00000040;    }
    .gallery-mobile-slider .gallery-mobile-item a img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block;}
    .gallery-mobile-slider .gallery-mobile-item.slick-active { transform: translateY(-30px); opacity: 1;}
    .gallery-mobile-slider .gallery-mobile-item.slick-active a { box-shadow: 0px 0px 10px 3px #9ED6E1;    }
    /* for arrow */
    .gallery-mobile-arrow {display: flex; justify-content: center; align-items: center; position: relative; gap: 14px; z-index: 10;}
    .gallery-mobile-arrow  .slick-prev::before, .gallery-mobile-arrow  .slick-next::before{content: "";background: url(./assets/images/slider-right-arrow.svg) no-repeat center center /contain;width: 11px;height: 14px;display: block; opacity: 1;  filter: brightness(100) saturate(0) contrast(100);}
    .gallery-mobile-arrow  .slick-prev:hover::before, .gallery-mobile-arrow  .slick-next:hover::before {opacity: 0.7;}
    .gallery-mobile-arrow  .slick-prev::before{transform: rotate(-180deg);}
    .gallery-mobile-arrow  .slick-prev, .gallery-mobile-arrow  .slick-next{top: 50%; width: 32px; height: 32px; z-index: 10; position: relative; border-radius: 30px; background-color: var(--secondary); display: flex; justify-content: center; align-items: center;}
    .gallery-mobile-arrow  .slick-prev:hover, .gallery-mobile-arrow  .slick-next:hover {background-color: var(--secondary);}
    .gallery-mobile-arrow  .slick-next{right: 0px;}
    .gallery-mobile-arrow  .slick-prev{left: 0px;}


    .floating-whatsapp {
        left: 25px;
        bottom: 25px;
    }
    /* .floating-whatsapp a {
        font-size: 16px;
        padding: 8px 12px 7px 45px;
    } */
    .floating-whatsapp .call-whatsapp-image {
        width: 52px;
        height: 52px;
    }

}
@media(max-width:575px) {
    .common-yacht-card-responsive .yacht-name-hour .heading-style-12:first-child {
        max-width: 190px;
    }
    .mobile-search-section .mobile-search-section-inner { padding-bottom: 0;}
}
@media(max-width:420px) {
    .container{padding: 0 16px;}
    .heading-style-6{font-size: 20px;}


    .mobile-search-section .mobile-search-section-inner { padding: 20px 20px 0;}
    
    /* ************** for common-yatch-card-responsive ************** */
    .common-yacht-card-responsive, .common-yacht-card-responsive .yacht-image-wrapper{border-radius: 16px;}
    .common-yacht-card-responsive .common-yacht-card-desc{padding-inline: 12px;}
    .common-yacht-card-responsive .yacht-facility-unit{gap: 4px;padding-inline:8px;}

    
    .newsletter-form-wrapper {margin: 40px 0 0px;}
    /* ======================================================================
    ======================= explore-section ended ===========================
    ====================================================================== */
    .explore-section .explore-image-wrapper-responsive .hotspot-info{padding: 16px;margin-top: -32px !important;}
    /* ======================================================================
    ======================= explore-section ended ===========================
    ====================================================================== */
    .modal-content { margin-inline: 30px;}
}


/* @media (max-width: 600px) {
    .leaflet-rrose-content-wrapper .leaflet-rrose-content[style] {max-width: 100% !important;width: 100% !important;}
}
@media (max-width: 400px) {.leaflet-rrose-content-wrapper .leaflet-rrose-content[style] {max-width: 100% !important;width: 100% !important;}
} */





