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

/******Default vip css start*****/  
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');
*{
	outline: none !important; 
	text-decoration: none !important;  
}
ul {
	padding: 0;
} 
.site-branding {
	display: none;
} 
p,li {
	margin-bottom: 20px; 
}  
p, li, div, p.elementor-heading-title {
	color: #000;
	font-size: 18px;
	line-height: 30px;
	font-family: "Bricolage Grotesque", sans-serif;
	font-weight: 400;
}
p:last-child{
	margin-bottom: 0;
} 
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 h6, .h6 {
	color: #000000;
	letter-spacing: 0;
	font-family: "Bricolage Grotesque", sans-serif;
	text-transform: capitalize;
	font-weight: bold;
}
.bigheading   {
	margin-bottom: 20px !important;
}
p a {
	color: rgb(241, 97, 48);
	font-weight: 400;
	text-decoration: unset !important;
}
p a:hover, .link-text a:hover {
	color: rgb(241, 97, 48) !important;
	text-decoration: underline !important;
}
strong {
	font-weight: 500 !important;
}  
.pl60{
	padding-left: 60px;
}
.pl30{
	padding-left: 30px;
}
.pr60{
	padding-right: 60px;
} 
.pt0 {
	padding-top:0px !important;
}
.pb0 {
	padding-bottom:0px !important;
}
.mt50{
	margin-top: 50px;
}   
.mt35{
	margin-top: 35px;
} 
.mt100{
	margin-top: 100px;
}    
.pad100 {
	padding: 100px 15px;
} 
.pt100{
	padding-top: 100px;
} 
.pb100{
	padding-bottom: 100px;
}
.pt50 {
	padding-top: 50px;
}
.defbtn{
	margin-top: 30px;
}
body {
	position: relative;
}
a {
	transition: all ease-in-out 0.5s !important;
}
div[data-elementor-type="wp-page"] {
	overflow: hidden;
}
/*** Header ***/  
@keyframes slideIn {
	from { top: -50% }
	to { top: 0 }
}   
.hdactive .elementor-location-header {
	position: fixed;
	-webkit-animation: slideIn 0.5s ease-in;
	-moz-animation: slideIn 0.5s ease-in;
	animation: slideIn 0.5s ease-in;
	z-index: 102;
	padding: 10px 15px;
	background: #1c2c86;
	border-bottom: 1px solid #ffffff1f;
}
.hd_menu  .elementor-widget-container {
	width: 100%;
}      
.header_main .elementor-widget-wrap {
	justify-content: space-between;
	align-items: center;
} 
.hd_menu .elementor-nav-menu > li {
	margin-left: 60px;
}
.hd_menu .elementor-nav-menu > li:last-child > a:hover {
	background: #1c2b87;
}
.hdactive .hd_menu .elementor-nav-menu > li:last-child > a:hover {
	background: #008769;
}
.hd_menu .elementor-nav-menu > li > a {
	font-size: 16px !important;
	color: #fff;
	padding: 0 !important;
	font-weight: normal;
}
.hd_menu .elementor-nav-menu > li > a:hover {
	color: #f16130 !important;
}
.hd_menu .elementor-nav-menu > li:last-child > a {
	border-radius: 50px;
	padding: 14px 40px !important;
	line-height: normal;
	min-width: 200px !important;
	color: #fff !important;
	font-weight: bold;
	font-size: 18px !important;
	transition: all 0.5s ease-in-out !important;
	background: #f16130;
}
.hd-contact .elementor-icon-list-text {
	padding: 0 !important;
}
.elementor-nav-menu > li > ul.sub-menu a {
	padding: 14px 14px !important;
	color: #fff !important;
	border-bottom: 1px solid #ffffff38;
	border-left: 0;
	white-space: normal;
	background: #f16130 !important;
	font-size: 15px;
	text-transform: capitalize;
	letter-spacing: 0;
}
.elementor-nav-menu > li > ul.sub-menu li:last-child a {
	border-bottom: 0px !important;
}  
.elementor-sub-item.elementor-item-active {
	background-color: transparent !important;
} 
.elementor-nav-menu > li > ul.sub-menu {
	background: #222334;
	min-width: 240px !important;
	border-radius: 10px !important;
	margin-top: -5px !important;
	overflow: hidden;
}
.elementor-nav-menu > li > ul.sub-menu:last-child a {
	border-radius: 0px; 
} 
.elementor-nav-menu > li > ul.sub-menu .sub-arrow {
	display: none !important;
} 
.elementor-nav-menu > li > ul.sub-menu a:hover {
	background: #1c2b87 !important;
	opacity: 1;
	border-left: unset !important;
	color: #fff !important;
}
.elementor-location-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	padding: 15px;
}
.elementor-nav-menu li .sub-arrow svg {
	transition: all ease-in-out 0.5s;
	fill: #fff;
}
.elementor-nav-menu li:hover .sub-arrow svg {
	fill: #dbdbdb;
} 
.site_logo {
	width: auto !important;
	max-width: 180px;
}
.hd_right {
	width: calc(100% - 290px) !important;
}
.hdactive .site_logo {
	max-width: 100px;
}
.hd-contact li {
	margin: 0 !important;
	margin-bottom: 10px !important;
}
.hd-contact ul {
	margin: 0 !important;
}
.hd-contact a {
	color: #fff;
	font-size: 19px !important;
	font-weight: bold;
}
.hd-contact svg {
	fill: #fff;
	width: 19px !important;
	height: 19px !important;
	margin-right: 10px !important;
}
.hd-contact a:hover {
	color: #f16130;
}
.hd-contact a:hover svg {
	fill: #f16130;
}
/*** Header End***/ 
.banner {
	padding: 17% 15px 7%;
}
.bannercaption h1 {
	font-size: 60px;
	margin-bottom: 15px;
	line-height: 1;
}
.subheading p {
	line-height: 1.1;
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 15px;
}
.wt p {
	color: #fff !important;
}
.defbtn a {
	border-radius: 50px;
	padding: 15px 41px !important;
	line-height: normal;
	min-width: 212px !important;
	color: #fff !important;
	font-weight: bold;
	font-size: 18px !important;
	transition: all 0.5s ease-in-out !important;
	background: #f16130;
}
.defbtn a:hover {
	background: #1e2c87;
}
.bannercaption {
	max-width: 600px !important;
}
.bg-pad {
	padding: 100px 0px;
}
.blue-bgg {
	padding: 100px 15px 160px;
	position: relative;
}
.blue-bgg::before {
	content: "";
	position: absolute;
	background-image: url(https://siestafunship.com/wp-content/uploads/2026/04/blue-top-shape.png);
	background-size: 100% 100%;
	width: 100%;
	height: 120px;
	bottom: 100%;
	left: 0;
}
.sm-hd h2 {
	font-size: 37px;
	line-height: 1.1;
	margin-bottom: 15px;
}
.bigtext p {
	font-size: 24px;
	line-height: 38px;
}
.mt20 {
	margin-top: 20px;
}
.reviews-bg {
	background-color: #fff;
	max-width: 310px;
	border-radius: 20px;
	margin-left: auto;
	margin-top: -250px;
	position: relative;
	overflow: hidden;
	margin-bottom: auto;
}
.shape-review {
	position: relative;
	padding: 0px 40px 20px 40px;
}
.shape-review::before {
	content: "";
	position: absolute;
	background-image: url(https://siestafunship.com/wp-content/uploads/2026/04/review-shape.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 60%;
}
.google-reviews {
	padding: 30px 40px 40px;
}
.logo_outer > div {
	column-gap: 10px;
}
.social-logo {
	width: auto !important;
}
.social-logo img {
	max-width: 50px;
}
.google-reviews img {
	max-width: 150px;
}
.google-reviews p {
	font-size: 22px;
}
.chk-list {
	width: calc( 100% / 6 - 17px ) !important;
	background: #008080;
	padding: 30px 25px;
	border-radius: 20px;
	border: 2px solid #ffffff3b;
}
.chk-col > div {
	column-gap: 20px;
	justify-content: center;
}
.chk-list .elementor-icon-box-title {
	color: #fff;
	font-weight: bold;
	font-size: 19px;
	line-height: 1.1;
	display: block;
}
.chk-list svg {
	fill: #fff;
	width: 28px;
	height: 28px;
}
.mt-100 {
	margin-top: -100px;
}
.bigheading h2 {
	font-size: 60px;
	line-height: 1.1;
}
.boats_outer > div {
	column-gap: 20px;
	row-gap: 20px;
	justify-content: center;
}
.boats-boxes {
	width: calc(100% / 2 - 10px) !important;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}
.boats-boxes .elementor-image-box-img {
	width: auto !important;
	display: block;
	margin: 0 !important;
	position: relative;
}
.boats-boxes .sfs-boat-card-content {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	padding: 0 25px;
}
.boats-boxes .elementor-image-box-img img {
	width: 100%;
	display: block !important;
	height: 400px;
	object-fit: cover;
}
.boats-boxes span {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 20px !important;
	display: block;
}
.boats-boxes .sfs_hovereff {
	opacity: 0;
	visibility: hidden;
	height: 0;
	transition: all ease-in-out 0.5s !important;
	font-size: 16px;
	line-height: 26px;
}
.boats-boxes:hover .sfs_hovereff {
	height: 155px;
	visibility: visible;
	opacity: 1;
}
.boats-boxes .sfs-boat-card-image::after {
	content: "";
	position: absolute;
	background-image: url(https://siestafunship.com/wp-content/uploads/2026/04/image-box-shape.png);
	background-repeat: no-repeat;
	bottom: 0px;
	left: 0;
	right: 0;
	width: 100%;
	height: 30%;
	background-size: 100% 100%;
	transition: all ease-in-out 0.5s !important;
}
.boats-boxes:hover .sfs-boat-card-image::after {
	height: 90%;
}
.boats-boxes .sfs-btn-1, .boats-boxes .sfs-btn-2 {
	border-radius: 50px !important;
	padding: 15px 41px !important;
	line-height: normal;
	min-width: 170px !important;
	color: #fff !important;
	font-weight: bold;
	font-size: 18px !important;
	transition: all 0.5s ease-in-out !important;
	background-color: #f16130 !important;
}
.boats-boxes .sfs-btn-1:hover {
	background-color: #1c2b87 !important;
}
.boats-boxes .sfs-boat-card-buttons {
	column-gap: 20px !important;
	display: flex;
	row-gap: 0 !important;
}
.boats-boxes .sfs-btn-2:hover {
	background-color: #f16130 !important;
}
.boats-boxes .sfs_hovereff p {
	font-size: 16px;
	line-height: 26px;
}
.boats-boxes .sfs-btn-2 {
	background-color: #1c2b87 !important;
}
.boats-boxes i {
	display: block;
	font-style: normal;
	background-color: #1d2c87;
	max-width: 150px;
	padding: 12px 25px;
	border-radius: 40px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	font-size: 17px;
	font-weight: bold;
}
.review_slider {
	max-width: 1110px;
	margin: auto;
	width: 100% !important;
}
.review_slider .swiper-slide {
	border: 0 !important;
	border-radius: 20px !important;
	padding: 50px 50px 0px 80px;
	background: #FFF;
	background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.review_slider .elementor-testimonial__header {
	padding: 0 !important;
	padding-top: 50px !important;
	width: 100% !important;
	position: relative;
}
.review_slider .elementor-testimonial__text {
	font-size: 18px;
	line-height: 32px;
	font-weight: normal;
}
.review_slider .elementor-testimonial__content {
	padding: 0 !important;
	border-bottom: 1px solid #00000036;
	padding-bottom: 40px !important;
}
.review_slider .elementor-testimonial__image {
	display: block;
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 150px;
	margin: auto !important;
}
.review_slider .elementor-testimonial__image img {
	width: auto !important;
	height: 100%;
	border-radius: 0 !important;
	max-height: 40px;
}
.review_slider .elementor-testimonial {
	display: flex;
	flex-wrap: wrap-reverse;
}
.review_slider .elementor-testimonial__cite {
	flex-direction: row !important;
	margin: 0 !important;
	column-gap: 20px !important;
	align-items: center;
}
.review_slider .elementor-testimonial__name {
	border-radius: 50%;
	font-size: 24px;
	background: #f16130;
	color: #fff;
	line-height: 1.1;
	font-weight: bold;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.review_slider .elementor-testimonial__title {
	font-size: 26px;
	font-weight: bold;
	color: #000;
	font-family: "Bricolage Grotesque", sans-serif;
	text-transform: capitalize;
}
.review_slider::after {
	content: "";
	position: absolute;
	display: block;
	top: -50px;
	left: -50px;
	background-image: url(" https://siestafunship.com/wp-content/uploads/2026/04/unnamed-file.png");
	background-size: 65px;
	width: 120px;
	height: 120px;
	background-repeat: no-repeat;
	background-color: #f16130;
	padding: 50px;
	background-position: center center !important;
	border-radius: 50%;
	z-index: 1;
}
.review_slider .elementor-swiper-button {
	background-image: url(https://siestafunship.com/wp-content/uploads/2026/04/ryt-arw.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px;
	right: -60px !important;
	width: 30px;
	height: 30px;
}
.elementor-swiper-button.elementor-swiper-button-next {
}
.review_slider .elementor-swiper-button-prev {
	transform: rotate(180deg) !important;
	left: -60px !important;
}
.review_slider svg {
	display: none;
}
.faqblock .elementor-accordion-title {
	font-size: 28px;
	line-height: 1.1;
	font-weight: bold;
	color: #000;
}
.faqblock .elementor-accordion-item {
	border: 0px solid #fff !important;
	background: transparent;
	border-bottom: 1px solid #00000029 !important;
	position: relative;
}
.faqblock .elementor-accordion .elementor-tab-title {
	padding: 25px 30px;
	padding-left: 0;
}
.faqblock .elementor-accordion-icon {
	height: 28px;
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.faqblock .elementor-tab-title.elementor-active {
	padding: 25px 30px 15px;
	padding-left: 0;
	position: relative;
}
.faqblock .elementor-accordion .elementor-tab-content {
	border: 0px;
	padding: 0 30px 25px;
	color: #000 !important;
	padding-left: 0;
}
.faqblock .elementor-active {
	background: transparent;
}
.faqblock .elementor-tab-title.elementor-active a {
	color: #f16130;
}
.faqblock .elementor-accordion-icon {
	width: auto !important;
} 
.faqblock .elementor-accordion-icon-closed, .faqblock .elementor-accordion-icon-opened {
	/*position: relative;*/
	transition:all ease-in-out 0.5s;
} 
.faqblock .elementor-accordion-icon-closed::before, .faqblock .elementor-accordion-icon-opened::before {
	content: "";
	position: absolute;
	background-image: url("https://siestafunship.com/wp-content/uploads/2026/04/faq-down.png");
	width: 17px !important;
	height: 17px !important;
	background-size: 17px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	left: unset !important;
	top: 0;
	right: 20px !important;
	bottom: 0;
	margin: auto;
}
.faqblock .elementor-accordion-icon-opened::before {
	background-image: url("https://siestafunship.com/wp-content/uploads/2026/04/faq-up.png");
}
.faqblock .elementor-accordion-icon svg {
	display: none !important;
}  
.faqblock .elementor-accordion .elementor-tab-content a {
	color: #000 !important;
} 
.faqblock .elementor-accordion-item:last-child {
	border: 0 !important;
	margin: 0 !important;
}
.crew-ft {
	padding: 100px 15px 150px;
}
.big-txt p i {
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 27px;
	margin-bottom: 15px;
}
.custom-reviews::before {
	content: "";
	position: absolute;
	display: block;
	top: -30px;
	left: 14px;
	background-repeat: no-repeat;
	background-size: 70px;
	width: 68px;
	height: 58px;
	background-image: url("https://siestafunship.com/wp-content/uploads/2026/04/left-quote.png ");
	z-index: 0;
}
.ft-main {
	padding: 60px 15px 25px;
	position: relative;
}
.ft-main::before {
	content: "";
	position: absolute;
	background-image: url(https://siestafunship.com/wp-content/uploads/2026/04/ft-shape.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 80px;
	left: 0;
	bottom: 100%;
	z-index: 1;
}
.ft-logo {
	max-width: 300px;
}
.menu-list ul {
	margin: 0 !important;
	column-gap: 35px;
}
.menu-list li {
	margin: 0 !important;
}
.menu-list li a {
	color: #fff;
	font-size: 17px !important;
	transition: all ease-in-out 0.5s !important;
}
.menu-list li:hover a {
	color: #f16130;
}
.ftbtn-sec {
	margin-top: 80px;
}
.elementor-button.elementor-button-link.elementor-size-sm {
}
.ft-btn a {
	background-color: transparent;
	padding: 0 !important;
	border-radius: 0 !important;
	font-size: 40px;
	font-weight: bold;
	color: #f16130;
	line-height: 42px;
}
.ft-btn a i {
	display: block;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	line-height: 34px;
	text-align: right;
	text-transform: uppercase;
}
.copyrighttext {
	color: #fff;
	font-size: 16px;
}
.copyrighttext a {
	color: #fff;
}
.copyrighttext a:hover {
	text-decoration: underline !important;
}
.ft-social ul {
	margin: 0 !important;
	column-gap: 10px;
}
.ft-social li {
	margin: 0 !important;
}
.ft-social li svg {
	fill: #fff;
	width: 20px !important;
	height: 20px !important;
	margin: 0 !important;
	transition: all ease-in-out 0.5s !important;
	color: #fff;
}
.ft-social li .elementor-icon-list-icon {
	border: 1px solid #fff;
	padding: 7px;
	border-radius: 50%;
}
.ft-social li .elementor-icon-list-text {
	display: none;
}
.ft-social li:hover svg {
	fill: #f16130;
	color: #f16130;
}
.ft-bdr {
	border-top: 1px solid #ffffff36;
	padding-top: 20px;
	margin-top: 20px;
}
.secbtn.defbtn a:hover {
	background: #14161f;
}
.wt p a {
	text-decoration: underline !important;
}
.gform_wrapper .gform_validation_errors {
	display: none !important;
}
.validation_message {
	padding: 0px !important;
	background: transparent !important;
	border: 0px !important;
	margin-top: 0px !important;
	line-height: 20px !important;
	font-size: 14px !important;
}
.gform_wrapper .gfield_required{
	display: none !important;
} 
.custom-contact .gfield_label {
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: normal !important;
	padding: 0px !important;
	color: #000 !important;
	margin-bottom: 0px !important;
}
.custom-contact input, .custom-contact .textarea, .custom-contact input, .custom-contact select {
	background: #fff !important;
	border: 1px solid #c4bbbb80 !important;
	height: 48px;
	margin-bottom: 0px !important;
	border-radius: 6px !important;
	padding: 8px 15px !important;
	color: #000 !important;
	font-size: 16px !important;
}
.custom-contact .upload_file .button {
	padding: 9px 17px !important;
	min-width: 100px !important;
	font-size: 12px;
}
.ginput_address_zip {
	flex: 0 0 100% !important;
} 
.add-col label {
	font-size: 13px !important;
	color: #312a2a !important;
}
.custom-contact .textarea { 
	height:160px !important;
}     
.custom-contact .button {
	height: auto;
	border-radius: 50px !important;
	padding: 15px 41px !important;
	line-height: normal;
	min-width: 170px !important;
	color: #fff !important;
	font-weight: bold;
	font-size: 18px !important;
	transition: all 0.5s ease-in-out !important;
	background-color: #f16130 !important;
	margin-top: 25px;
	border: 0px !important;
}
.custom-contact .button:hover {
	background-color: #1e2c87 !important;
}
.custom-contact {
	background: #fff !important;
	padding: 50px;
	border-radius: 20px;
	margin-top: -200px;
}
.half-col {
	grid-column: span 6 !important;
	margin-bottom: 0px;
}
.full-col{
	margin-bottom: 0px !important;
}
.custom-contact h3 {
	font-size: 33px;
	margin: 0px 0px 20px;
	line-height: 38px;
}
.gform_wrapper .gform_validation_errors > h2 {
	font-size: 17px !important;
	font-weight: 500;
	line-height: normal !important;
} 
.contact-pad {
	padding: 0px 15px 160px;
}
.custom-contact .gform_footer {
	padding: 0 !important;
	margin: 0 !important;
}
.custom-contact h2 {
	font-size: 29px;
	margin: 0 0 15px !important;
	line-height: 1;
}
.custom-contact p {
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 25px !important;
}
.instruction {
	display: none;
}
.info-contact li a {
	font-size: 24px !important;
	line-height: 1;
	font-weight: bold;
}
.info-contact li a svg {
	fill: #fff;
	width: 20px !important;
	height: 20px !important;
	margin: 0 !important;
	transition: all ease-in-out 0.5s !important;
}
.info-contact li .elementor-icon-list-icon {
	background-color: #f16130;
	padding: 10px;
	border-radius: 6px;
	margin-right: 10px;
	transition: all ease-in-out 0.5s !important;
}
.info-contact li:hover .elementor-icon-list-icon {
	background-color: #ffff;
}
.info-contact li:hover a svg {
	fill: #f16130;
}
.info-contact li .elementor-icon-list-text {
	color: #f16130;
}
.info-contact li:hover .elementor-icon-list-text {
	color: #fff;
}
.info-contact li {
	max-width: max-content;
}
.img-title .wp-caption-text::before {
	content: "Duration:";
	display: block;
	font-size: 17px;
	text-transform: uppercase;
}
.inr-hd h1 {
	font-size: 75px;
} 
.inr-banner {
	padding: 17% 15px 13%;
}
.pad80{
	padding:80px 15px;
}
.left-container  > .elementor-container {
	max-width: calc((100% - 1360px)/2 + 1360px) !important;
	margin-left: 0;
}
.bg-patrn::before {
	position: absolute;
	content: "";
	background-image: url(https://siestafunship.com/wp-content/uploads/2026/04/blue-img.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
}
.bg-patrn {
	position: relative;
}

.pb200{
	padding-bottom:200px;
} 
.img-title .wp-caption {
	position: relative;
	overflow: hidden;
} 
.img-title .wp-caption::before {
	position: absolute;
	content: "";
	background-image: url(https://siestafunship.com/wp-content/uploads/2026/04/Cruises-shape.png);
	background-repeat: no-repeat;
	bottom: -55px;
	left: -40px;
	width: 400px;
	height: 180px;
	background-size: 100% 100%;
	transition: all ease-in-out 0.5s !important;
	transform: rotateY(180deg);
} 
.img-title {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}
.img-title .wp-caption-text {
	position: absolute;
	left: 20px;
	bottom: 25px;
	font-size: 25px !important;
	font-style: normal;
	font-weight: bold !important;
	line-height: normal !important;
	text-align: left;
	color: #000;
}
.rgt-img.img-title .wp-caption::before {
	left: unset;
	right: -40px;
	transform: unset;
	width: 290px;
} 
.rgt-img.img-title .wp-caption-text {
	left: unset;
	right: 20px;
} 
.text-highlgt span {
	display: block;
	background: linear-gradient(90deg, rgb(244, 244, 244) 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 10px;
	padding: 7px 15px;
	margin-top: 15px;
}
.right-container {
	padding: 100px 0px;
}
.right-container .elementor-container {
	max-width: calc((100% - 1360px)/2 + 1360px) !important;
	margin-right: 0px;
}
.hour_outer > div {
	row-gap: 15px;
}
.hour-boxes {
	border: 2px solid #00000036;
	border-radius: 15px;
	padding: 20px 30px;
	transition: all ease-in-out 0.5s !important;
}
.hour-boxes:hover {
	background-color: #f16130;
	border: 2px solid #f16130;
}
.hour-boxes .elementor-image-box-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	display: block;
	margin-bottom: 10px;
	transition: all ease-in-out 0.5s !important;
}
.hour-boxes:hover .elementor-image-box-title {
	color: #fff;
}
.hour-boxes p {
	transition: all ease-in-out 0.5s !important;
}
.hour-boxes:hover p {
	color: #fff;
}
.img-corner img {
	border-radius: 30px 0px 0px 30px;
}
.mt25{
	margin-top: 25px;
}
.wtbg_outer > div {
	column-gap: 25px;
}
.wt-bg {
	width: calc(100% / 2 - 13px) !important;
	background-color: #f4f4f4;
	padding: 50px 50px 50px 50px;
	border-radius: 20px;
}
.mdheading h2 {
	font-size: 40px;
	line-height: 1;
	margin-bottom: 20px;
}
.site-list li {
	list-style: none;
	padding-left: 35px;
	position: relative;
	margin-bottom: 15px;
}
/* .site-list li::before {
content: "";
position: absolute;
background-image: url(https://siestafunship.com/wp-content/uploads/2026/04/dolphin-1.png);
background-repeat: no-repeat;
background-size: 22px;
width: 22px;
height: 22px;
top: 0;
left: 0;
bottom: 0;
display: flex;
flex-wrap: wrap;
align-self: center;
} */
.site-list li::before {
	content: "";
	position: absolute;
	background-image: url(https://siestafunship.com/wp-content/uploads/2026/04/dolphin-1.png);
	background-repeat: no-repeat;
	background-size: 22px;
	width: 22px;
	height: 22px;
	top: 8px;
	left: 0;
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
}
.site-list li:last-child {
	margin: 0 !important;
}
.bring_outer > div {
	column-gap: 20px;
}
.bring-boxes {
	width: calc(100% / 5 - 16px) !important;
	background-color: #f4f4f4;
	padding:28px 25px 150px;
	border-radius: 20px;
	position: relative;
}
.bring-boxes .elementor-image-box-img {
	width: auto !important;
	margin: 0 !important;
	display: block;
	position: absolute;
	bottom: 27px;
	right: 25px;
}
.bring-boxes .elementor-image-box-img img {
	width: auto !important;
	display: block;
	max-height: 60px;
	margin-left: auto !important;
	max-width: 80px;
	position: relative;
	top: 0;
	transition: all ease-in-out 0.5s !important;
}
.bring-boxes span {
	font-size: 22px;
	font-weight: 500;
	line-height: 26px;
	display: block;
}
.bring-boxes span i {
	display: block;
	font-size: 15px;
	font-style: normal;
	margin-top: 4px;
	line-height: normal;
	font-weight: 400;
	color: #000000c4;
}
.bring-boxes:hover .elementor-image-box-img img {
	top: -10px;
}
.gradient-list li {
	padding: 15px 5px 15px 15px;
	border-radius: 13px;
	background: #F4F4F4;
	background: linear-gradient(90deg, rgba(244, 244, 244, 1) 0%, rgba(255, 255, 255, 0) 100%);
	margin: 0 !important;
	width: calc(100% / 2 - 8px) !important;
	list-style: none;
	position: relative;
	font-size: 17px;
}
.gradient-list ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
	row-gap: 15px;
}
.gradient-list li::before {
	position: absolute;
	content: "";
	background-image: unset;
	background-color: #f16130;
	width: 4px;
	height: 16px;
	border-radius: 3px;
	top: 0;
	left: 0;
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	align-self: center;
}
.gradient-list li:last-child {
	width: 100% !important;
}
.reviews_outer > div {
	column-gap: 20px;
	row-gap: 49px;
	justify-content: center;
}
.custom-reviews {
	width: calc(100% / 3 - 14px) !important;
	background-color: #F4F4F4;
	border-radius: 20px;
	padding: 0px 0px 0px 0px;
	overflow: visible;
}
.custom-reviews i {
	font-size: 26px;
	font-weight: bold;
	font-style: normal;
	display: block;
	line-height: 1;
	margin-bottom: 20px;
}
.custom-reviews .elementor-testimonial-content {
	font-size: 18px;
	line-height: 30px;
	max-height: 210px;
	min-height: 210px;
	overflow: auto;
	margin: 0 !important;
	padding: 0 25px 0px 25px;
	position: relative;
	margin-top: 50px !important;
}
.big-txt em {
	font-style: normal;
	font-size: 24px;
	font-weight: 500;
}
.custom-reviews .elementor-testimonial-meta {
	margin-top: 120px;
	position: relative;
}
.custom-reviews .elementor-testimonial-meta::before {
	content: "";
	position: absolute;
	background-image: url(https://siestafunship.com/wp-content/uploads/2026/04/image-box-shape.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 160px;
	left: 0;
	bottom: 0;
	border-radius: 0 0 20px 20px;
}
.custom-reviews .elementor-testimonial-name {
	position: relative;
	font-size: 24px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 0 25px 20px 25px;
}
.review_bg > div {
	background-color: #f16130;
	max-width: 500px !important;
	padding: 0px 20px 0px 20px !important;
	margin-left: auto;
	margin-right: auto;
	border-radius: 12px;
	position: relative !important;
}
.review_bg > div::before {
	content: "";
	position: absolute;
	background-color: #f4f4f4;
	width: 40px;
	left: 0;
	top: 0;
	height: 100%;
	border-radius: 10px 0px 0px 10px;
}
.review-stars img {
	max-width: 100px;
}
.review-stars p {
	font-size: 16px;
}
.review-stars {
	padding-right: 60px;
}
.review_bg .social-logo {
	width: calc(100% / 3 - 14px) !important;
}
.shape-bg {
	position: relative;
	padding-left: 20px;
}
.shape-bg::before {
	content: "";
	position: absolute;
	background-image: url(https://siestafunship.com/wp-content/uploads/2026/04/vertical-shape.png);
	background-position: center;
	background-size: 14px;
	width: 24px;
	height: 100px;
	left: -19px;
	bottom: 0;
	z-index: 1;
	background-repeat: no-repeat;
}
.white-bg {
	background-color: #f4f4f4;
	padding: 20px 0px 20px;
}

.slide-img .swiper-slide-image {
	height: 400px;
	object-fit: cover;
} 
.slide-img .swiper-wrapper {
	margin-left: -200px;
} 
.img-row {
	margin-bottom: -150px;
}
.gap-div{
	padding: 220px 15px 100px;
} 
.icon-box .bring-boxes{
	width: calc( 100% / 3 - 15px ) !important;
} 
.icon-box .bring-boxes .elementor-image-box-description {
	padding-top: 8px;
}
.div-center .bring_outer > div {
	row-gap: 20px;
	justify-content: center;
}
.bigheading span {
	display: block;
	color: #f16130;
	line-height: normal;
	font-size: 35px;
	text-transform: uppercase;
}
.gap-new{
	padding: 140px 15px 100px;
}
.sm-hd img {
	max-height: 22px;
	display: block;
	margin: auto auto 20px;
}
.tour_outer > div {
	column-gap: 20px;
	row-gap: 20px;
	justify-content: center;
}
.tour_outer .bring-boxes {
	background-color: #fff;
	width: calc( 100% / 3 - 14px ) !important;
}
.tour_outer .bring-boxes:nth-last-child(-n+4) {
	width: calc(100% / 4 - 15px) !important;
}
.diff-faq.faqblock .elementor-accordion-title {
	font-size: 24px;
}
.diff-faq.faqblock .elementor-accordion .elementor-tab-title {
	padding: 25px 50px 25px 0px;
}
.table-col tr {
	text-align: left;
	text-transform: capitalize;
}
.table-col th {
	width: 33.33% !important;
}























.gall_slider h2 {
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 16px !important;
	display: block;
}
.gall_slider img {
	width: 100%;
	display: block;
}
.review-img-slider img {
	min-height: 660px;
	max-height: 660px;
	object-fit: cover;
}
.gall_txt_col {
	position: relative;
	padding-left: 40px;
}
.gall_slider {
	background: #80808012;
	border-radius: 20px;
	overflow: hidden;
}
/* .gall_txt_col::before {
content: "";
position: absolute;
background-image: url(https://siestafunship.com/wp-content/uploads/2026/04/image-box-shape.png);
background-repeat: no-repeat;
background-size: 100%;
width: 100%;
height: 135px;
left: 0;
bottom: 0;
z-index: 0;
opacity: 0.4;
} */
.gall_slider .elementor-swiper-button {
	background: #f16130;
	border-radius: 50% !important;
	padding: 3px;
}

.ryt-txt {
	padding-right: 20px;
}



















.slider_infobox > div {
	column-gap: 20px;
	row-gap: 70px;
	justify-content: center;
}






.ft_fix_btn {
	display: none;
}

.caption .widget-image-caption {
	background: #f16130;
	position: absolute;
	top: unset;
	bottom: 0px;
	right: 0;
	padding: 5px;
	border-radius: 2px;
	color: #fff;
	font-style: normal;
}

.full-lst.gradient-list li {
	width: 100% !important;
}

.Adventure_bnr {
	max-width: 750px !important;
}













.charter_slider .elementor-testimonial__header {
	border: unset !important;
	padding: 0;
}

.charter_slider .swiper-slide {
	border: unset !important;
	border-radius: 0 !important;
	background: transparent;
	height: 100% !important;
	position: relative;
}
.charter_slider .elementor-testimonial__content {
	text-align: center;
	padding: 16px 20px 30px;
	/* min-height: 180px; */
	position: absolute;
	top: unset;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.charter_slider img {
	height: 100% !important;
	width: 100% !important;
	border-radius: 0;
	min-height: 500px !important;
	max-height: 500px;
	border-radius: 20px;
}
.charter_slider .elementor-testimonial__text {
	font-size: 16px;
	line-height: 26px;
}
.charter_slider .elementor-testimonial__image {
	width: 100% !important;
}
.charter_slider .elementor-testimonial__content::before {
	content: "";
	position: absolute;
	background-image: url(https://siestafunship.com/wp-content/uploads/2026/04/image-box-shape.png);
	background-repeat: no-repeat;
	bottom: 0px;
	left: 0;
	right: 0;
	width: 100%;
	height: 150%;
	background-size: 100% 100%;
	transition: all ease-in-out 0.5s !important;
	z-index: -1;
}
/* 
Responsive-start */
@media(max-width: 1400px) {
	.review_slider .elementor-swiper-button {
		right: -30px !important;
	}
	.review_slider .elementor-swiper-button-prev {
		left: -30px !important;
	}
	.review_slider::after {
		top: -50px;
		left: -30px;
		background-size: 65px;
		width: 110px;
		height: 110px;
	}
	/* 	.boats-boxes .sfs-boat-card-content {
	margin-bottom: 13px;
} */
	.boats-boxes:hover .sfs-boat-card-image::after {
		height: 95%;
	}
	.chk-list {
		padding: 26px 20px;
	}
	.lft-ryt-spc {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.blue-bgg::before {
		height: 60px;
	}
	.hd_menu .elementor-nav-menu > li {
		margin-left: 40px;
	}
}
@media(max-width: 1199px) {
	.gall_slider img {
		width: 100%;
		display: block;
		height: 100% !important;
		min-height: 560px;
		max-height: 560px;
		object-fit: cover;
	}
	.gall_txt_col {
		padding-left: 40px;
		padding-top: 40px;
		padding-bottom: 90px;
	}
	.custom-contact {
		padding: 30px;
		margin-top: -170px;
	}
	.gap-div {
		padding: 100px 15px 80px;
	}
	.inr-hd h1 {
		font-size: 66px;
	}
	.bring-boxes .elementor-image-box-img img {
		max-height: 40px;
		max-width: 70px;
	}
	.gap-new {
		padding: 100px 15px 80px;
	}
	.wt-bg {
		padding: 40px 40px 40px 40px;
	}
	.pb200 {
		padding-bottom: 160px;
	}
	.bring-boxes {
		width: calc(100% / 5 - 16px) !important;
		padding: 28px 25px 120px;
	}
	.img-row {
		margin-bottom: -18px;
	}
	.pl60 {
		padding-left: 55px;
	}
	.inr-banner {
		padding: 25% 15px 17%;
	}
	.boats-boxes:hover .sfs-boat-card-content {
		padding: 20px 20px 60px 20px !important;
	}
	.boats-boxes:hover .sfs-boat-card-image::after {
		height: 89%;
	}
	.boats-boxes img {
		min-height: 450px;
		object-fit: cover;
	}
	.boats-boxes .sfs-boat-card-title {
		font-size: 24px;
		line-height: normal;
	}
	.boats-boxes .sfs-boat-card-image::after {
		height: 27%;
	}
	.ft-btn a {
		font-size: 34px;
		line-height: 40px;
	}
	.ft-logo {
		max-width: 240px;
	}
	.crew-ft {
		padding: 80px 15px 130px;
	}
	.faqblock .elementor-accordion-title {
		font-size: 26px;
	}
	.faqblock .elementor-accordion .elementor-tab-title {
		padding: 20px 30px;
	}
	.pad100 {
		padding: 80px 15px;
	}
	.review_slider .elementor-testimonial__title {
		font-size: 24px;
	}
	.review_slider .elementor-testimonial__name {
		font-size: 22px;
		width: 55px;
		height: 55px;
	}
	.review_slider .elementor-testimonial__header {
		padding-top: 30px !important;
	}
	.review_slider .elementor-swiper-button {
		right: -10px !important;
	}
	.review_slider .elementor-swiper-button-prev {
		left: -10px !important;
	}
	.review_slider::after {
		top: -50px;
		left: 0px;
		background-size: 55px;
		width: 100px;
		height: 100px;
	}
	.pb100 {
		padding-bottom: 80px;
	}
	.bigheading h2 {
		font-size: 50px;
	}
	.sm-hd h2 {
		font-size: 34px;
		margin-bottom: 15px;
	}
	.chk-list:nth-child(n+4) {
		margin-top: 10px;
	}
	.chk-list {
		width: calc( 100% / 3 - 17px ) !important;
	}
	.reviews-bg {
		margin-top: -236px;
	}
	.social-logo img {
		max-width: 40px;
	}
	.blue-bgg::before {
		height: 50px;
	}
	.bannercaption h1 {
		font-size: 50px;
		margin-bottom: 13px;
	}
	.hd_right {
		width: calc(100% - 190px) !important;
	}
	.hd_menu .elementor-nav-menu > li {
		margin-left: 20px;
	}
	.site_logo {
		max-width: 150px;
	}
}
@media(max-width: 1024px) {
	.elementor-nav-menu > li > ul.sub-menu {
		min-width: 100% !important;
		border-radius: 0px !important;
		margin-top: 0px !important;
	}
	.hd_menu {
		flex-direction: row-reverse !important;
	}
	.header_main .elementor-menu-toggle__icon--open.e-font-icon-svg.e-eicon-menu-bar {
		fill: #fff !important;
	}
	.header_main .elementor-menu-toggle {
		background-color: #f16130;
		color: #fff;
		padding: 11px;
		margin: 0px 0px !important;
		z-index: 10;
		display: flex;
		justify-content: flex-end;
		width: fit-content;
	}
	.header_main nav.elementor-nav-menu--dropdown {
		position: fixed;
		top: 0;
		bottom: 0;
		width: 480px;
		margin: 0 !important;
		display: flex;
		align-items: center;
		justify-content: center;
		right: -490px;
		transform: unset !important;
		max-height: 100% !important;
		transition: all ease-in-out 0.3s !important;
		background-color: #1c2c86;
		overflow: auto;
		z-index: 5;
	}
	.header_main .elementor-nav-menu>li>a {
		color: #fff;
	}
	.header_main .elementor-menu-toggle.elementor-active~.elementor-nav-menu--dropdown {
		right: 0px !important;
	}
	.header_main .elementor-menu-toggle.elementor-active {
		background-color: #fff;
		color: #fcb113;
		margin: 0px !important;
		position: fixed;
		right: 15px;
		top: 48px;
	}
	.hd_menu .elementor-nav-menu > li > a:hover {
		color: #fff !important;
	}
	.header_main .elementor-nav-menu {
		margin: auto;
		margin-top: 90px !important;
		width: 100% !important;
	}
	.header_main .sub-arrow {
		position: absolute;
		right: 30px;
	}
	.header_main .elementor-nav-menu>li:last-child>a:hover {
		background: transparent !important;
		color: #fff !important;
	}
	.header_main .elementor-nav-menu>li:last-child {
		margin-left: 0px;
	}
	.header_main .hd_menu .elementor-nav-menu>li:last-child>a {
		border: 0 !important;
	}
	.header_main ul.elementor-nav-menu > li > a, .hd_menu .elementor-nav-menu > li:last-child > a {
		background-color: transparent !important;
		font-size: 20px !important;
		padding: 22px 15px !important;
		border: 0px !important;
		color: #fff !important;
		border-bottom: 1px solid #ffffff1f !important;
		font-weight: normal;
	}
	.hd_menu nav > ul.elementor-nav-menu > li {
		margin-left: 0px;
	}
	.header_main .elementor-menu-toggle__icon--close.e-font-icon-svg.e-eicon-close {
		fill: #f16130;
	}
	.header_main ul.elementor-nav-menu .sub-menu li a {
		padding: 20px 20px 20px 35px !important;
		color: #fff !important;
		font-size: 17px !important;
		background-color: #182880 !important;
		text-transform: uppercase;
	}
	.header_main ul.elementor-nav-menu .sub-menu {
		background: transparent !important;
	}
}
@media(max-width: 999px) {
	.slider_infobox > div {
		row-gap: 40px;
	}
	.tour_outer .bring-boxes:nth-last-child(-n+4) {
		width: calc(100% / 2 - 15px) !important;
	}
	.shape-bg::before {
		width: 24px;
		height: 94px;
		left: -19px;
	}
	.custom-reviews {
		width: calc(100% / 2 - 14px) !important;
	}
	.custom-contact {
		padding: 30px 15px;
		margin-top: -150px;
	}
	.gap-div.bring_sec {
		padding: 80px 15px 60px;
	}
	.mdheading h2 {
		font-size: 35px;
		margin-bottom: 17px;
	}
	/* 	.gap-div {
	padding: 110px 15px 40px;
} */
	.right-container {
		padding: 60px 0px;
	}
	.bring-boxes:hover .elementor-image-box-img img {
		top: 0;
	}
	.bring-boxes:nth-child(n+4) {
		margin-top: 15px;
	}
	.bring-boxes {
		width: calc(100% / 3 - 16px) !important;
		padding: 28px 25px 120px;
	}
	.wt-bg {
		padding: 30px 30px 30px 30px;
	}
	.inr-hd h1 {
		font-size: 58px;
	}
	.bigheading span {
		font-size: 26px;
	}
	.mt50 {
		margin-top: 30px;
	}
	.pb200 {
		padding-bottom: 130px;
	}
	.bring-boxes {
		padding: 28px 25px 80px;
	}
	.bring-boxes .elementor-image-box-img img {
		max-height: 49px;
		max-width: 70px;
	}
	.pl60 {
		padding-left: 35px;
	}
	.inr-banner {
		padding: 31% 15px 19%;
	}
	.boats-boxes:hover .sfs-boat-card-content {
		padding: 0px 20px 20px 20px !important;
	}
	.boats-boxes img {
		min-height: fit-content;
	}
	.menu-list ul {
		column-gap: 10px;
	}
	.menu-list li a {
		font-size: 16px !important;
	}
	.ft-logo {
		max-width: 170px;
	}
	.faqblock .elementor-accordion-title {
		font-size: 23px;
	}
	.faqblock .elementor-accordion .elementor-tab-title {
		padding: 17px 0px;
	}
	/* 	.gap-div {
	padding: 200px 15px 60px;
} */
	.gap-div {
		padding: 110px 15px 60px;
	}
	.pad100 {
		padding: 60px 15px;
	}
	.review_slider .elementor-testimonial__header {
		padding-top: 20px !important;
	}
	p, li, div, p.elementor-heading-title {
		font-size: 16px;
		line-height: 27px;
	}
	.review_slider .elementor-testimonial__text {
		font-size: 16px;
		line-height: 27px;
	}
	.review_slider::after {
		top: -50px;
		left: -8px;
		background-size: 39px;
		width: 70px;
		height: 70px;
		padding: 40px;
	}
	.review_slider .elementor-testimonial__content {
		padding-bottom: 30px !important;
	}
	.review_slider .swiper-slide {
		padding: 40px 40px 0px 50px;
	}
	.bg-pad {
		padding: 60px 0px;
	}
	.slide-img .swiper-slide-image {
		height: 280px;
	}
	.pb100 {
		padding-bottom: 60px;
	}
	.boats-boxes .sfs-boat-card-title {
		font-size: 25px;
	}
	.boats-boxes {
		width: calc(100% / 2 - 10px) !important;
		border: 1px solid #80808036;
	}
	.boats-boxes .sfs-btn-1, .boats-boxes .sfs-btn-2 {
		border-radius: 50px !important;
		padding: 14px 20px !important;
		min-width: 130px !important;
		font-size: 16px !important;
	}
	.boats-boxes:hover .sfs_hovereff {
		height: 255px;
		visibility: visible;
		opacity: 1;
	}
	.boats-boxes .sfs_hovereff {
		opacity: 1;
		visibility: visible;
		height: 255px;
		font-size: 16px;
		line-height: 26px;
	}
	.boats-boxes .sfs-boat-card-image::after {
		height: 7%;
	}
	.boats-boxes:hover .sfs-boat-card-image::after {
		height: 7%;
	}
	.boats-boxes .sfs-boat-card-content {
		position: static;
		padding-top: 0 !important;
	}
	.boats_outer > div {
		column-gap: 15px;
		row-gap: 15px;
	}
	/* 	.boats-boxes:hover .sfs-boat-card-image::after {
	height: 100%;
} */
	/* 	.boats-boxes .sfs-boat-card-image::after {
	height: 100%;
} */
	.bigheading {
		margin-bottom: 15px !important;
	}
	.bigheading h2 {
		font-size: 45px;
	}
	.chk-list svg {
		width: 24px;
		height: 24px;
	}
	.reviews-bg {
		margin-top: -213px;
	}
	.sm-hd h2 {
		font-size: 30px;
		margin-bottom: 13px;
	}
	.bigtext p {
		font-size: 21px;
		line-height: 33px;
	}
	.blue-bgg {
		padding: 80px 15px 130px;
	}
	.social-logo img {
		max-width: 37px;
	}
	.shape-review {
		padding: 0px 30px 20px 28px;
	}
	.google-reviews {
		padding: 24px 30px 36px;
	}
	.defbtn a {
		padding: 15px 31px !important;
		min-width: 202px !important;
		font-size: 17px !important;
	}
	.banner {
		padding: 37% 15px 24%;
	}
}
@media(max-width: 767px) {
	.caption .widget-image-caption {
		font-size: 12px;
	}
	.gall_slider img {
		min-height: 350px;
		max-height: 350px;
	}
	.gall_slider h2 {
		font-size: 32px;
		line-height: 35px;
		margin-bottom: 12px !important;
		display: block;
		text-align: center;
		width: 100%;
	}
	.gall_txt_col {
		padding-left: 15px;
		padding-top: 20px;
		padding-bottom: 90px;
		padding-right: 15px !important;
		text-align: center;
	}
	.pr60 {
		padding-right: 0;
	}
	.slider_infobox > div {
		column-gap: 10px;
		row-gap: 20px;
	}
	.gap-div {
		padding: 70px 15px 60px;
	}
	.custom-reviews .elementor-testimonial-meta::before {
		height: 180px;
	}
	.review_bg .social-logo {
		width: auto !important;
	}
	.review-stars {
		padding-right: 0;
	}
	.logo_outer > div {
		column-gap: 10px;
		row-gap: 10px;
		justify-content: center;
		margin-top: 17px;
	}
	.review_bg > div {
		max-width: 500px !important;
		padding: 20px 20px 10px 20px !important;
	}
	.white-bg {
		padding: 20px 20px 20px;
		text-align: center;
		border-radius: 12px;
	}
	.review_bg > div::before {
		display: none;
	}
	.custom-reviews .elementor-testimonial-meta {
		margin-top: 90px;
	}

	.custom-reviews {
		width: 100% !important;
	}
	.info-contact {
		justify-content: center;
		display: flex;
	}
	.custom-contact .button {
		padding: 18px 41px !important;
		min-width: 170px !important;
		margin-top: 25px;
		line-height: 1 !important;
		margin: 20px auto 0 !important;
	}
	.half-col {
		grid-column: span 12 !important;
	}
	.custom-contact p {
		text-align: center;
	}
	.custom-contact h2 {
		font-size: 27px;
		text-align: center;
	}
	.custom-contact {
		padding: 30px 15px;
		margin-top: 36px;
	}
	.gap-div.bring_sec {
		padding: 60px 15px 60px;
	}
	.gradient-list li::before {
		display: none;
	}
	.gradient-list li {
		background: #8080800d;
		text-align: center;
	}
	.inr-hd h1 {
		font-size: 50px;
	}
	.gap-new {
		padding: 40px 15px 40px;
	}
	.bring-boxes span {
		font-size: 19px;
		line-height: 20px;
	}
	.wt-bg {
		width: calc(100% / 2 - 7px) !important;
	}
	.wtbg_outer > div {
		column-gap: 13px;
	}
	.mdheading h2 {
		font-size: 30px;
		margin-bottom: 16px;
	}
	.wt-bg {
		padding: 30px 15px 30px 15px;
	}
	.site-list li {
		margin-bottom: 8px;
		border: 1px solid #8080801c;
		padding: 6px;
		text-align: center;
	}
	.site-list li::before {
		display: none;
	}
	.img-corner img {
		border-radius: 30px 30px 30px 30px;
	}

	.right-container {
		padding: 40px 0px;
	}
	.text-highlgt span {
		background: #8080800d;
	}
	.hour_box img {
		width: 100%;
		height: fit-content !important;
	}
	.img-row {
		margin-bottom: 0px;
	}
	.bring-boxes:hover .elementor-image-box-img img {
		top: 0;
	}
	.bring-boxes .elementor-image-box-img img {
		max-height: 49px;
		max-width: 70px;
		margin: 0 auto !important;
	}
	.bring-boxes .elementor-image-box-img {
		margin: 0 auto 17px !important;
		position: static;
		text-align: center;
		display: flex;
		justify-content: center;
	}
	.bring-boxes {
		padding: 28px 15px 28px;
	}
	.icon-box .bring-boxes {
		width: calc( 100% / 2 - 10px ) !important;
	}
	.pad100 {
		padding: 40px 15px;
	}
	.pl60 {
		padding-left: 0;
	}
	.blue-bgg {
		padding: 50px 15px 110px;
	}
	.bannercaption {
		margin: 0 auto;
	}
	.ft_fix_btn a:last-child {
		border-left: 1px solid #ffffff2e;
		background: #ffe982;
		color: #000;
	}
	.ft_fix_btn a {
		color: #fff;
		font-size: 17px;
		padding: 11px;
		width: 100%;
		text-align: center;
		text-transform: capitalize;
		font-weight: bold;
		line-height: normal;
	}
	.ft_fix_btn {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		background: #f16130;
		display: flex;
		justify-content: space-between;
		border-top: 1px solid #ffffff3d;
		width: 100% !important;
		z-index: 10;
	}
	.ft-main {
		padding: 40px 15px 65px;
	}
	.ft-logo {
		max-width: 140px;
		margin: 0 auto 16px !important;
	}
	.review_slider .elementor-testimonial__image img {
		border-radius: 0 !important;
		max-height: 35px;
	}
	.review_slider .elementor-testimonial__name {
		font-size: 20px;
		width: 52px;
		height: 52px;
	}
	.review_slider .elementor-testimonial__title {
		font-size: 22px;
	}
	.review_slider .elementor-swiper-button {
		background-size: 23px;
	}
	.social-logo img {
		max-width: 30px;
	}
	.google-reviews img {
		max-width: 130px;
	}
	.google-reviews p {
		font-size: 20px;
	}
	.site_logo {
		max-width: 120px;
	}
	.review_slider::after {
		top: -10px;
		left: 0;
		background-size: 34px;
		width: 60px;
		height: 60px;
		padding: 33px;
		right: 0;
	}
	.review_slider .elementor-testimonial__text {
		text-align: center;
	}
	.review_slider::after {
		left: 0;
		right: 0;
		margin: 0 auto !important;
	}
	.review_slider .swiper-slide {
		padding: 60px 20px 0px 20px;
	}
	.bigheading h2 {
		font-size: 35px;
	}
	.chk-list {
		padding: 18px 15px;
	}
	.img-row {
		padding-left: 15px;
		padding-right: 15px;
	}
	.slide-img .swiper-slide-image {
		height: 310px;
		width: 100% !important;
	}
	.slide-img .swiper-wrapper {
		margin-left: 0;
	}
	.boats-boxes:hover .sfs_hovereff {
		height: fit-content;
	}
	.boats-boxes .sfs_hovereff {
		height: fit-content;
		padding-bottom: 40px;
	}
	.boats-boxes .sfs-boat-card-buttons {
		column-gap: 7px !important;
		justify-content: center;
	}
	.boats-boxes .sfs-boat-card-content {
		text-align: center;
	}
	.boats-boxes {
		width: 100% !important;
	}
	/* 	.bigheading h2 {
	font-size: 40px;
} */
	.mt50 {
		margin-top: 40px;
	}
	.chk-list {
		width: calc( 100% / 3 - 7px ) !important;
	}
	.chk-col > div {
		column-gap: 10px;
	}
	.bigtext p {
		font-size: 18px;
		line-height: 29px;
	}
	.reviews-bg {
		max-width: 280px;
		margin-top: -213px;
		left: 0;
		right: 0;
		margin: -133px auto 30px !important;
	}
	.shape-review {
		padding: 0px 20px 20px 22px;
	}
	.google-reviews {
		padding: 17px 22px 33px;
		text-align: center;
	}
	.bannercaption h1 {
		font-size: 44px;
	}
	.mt-100 {
		margin-top: -80px;
	}
}
@media(max-width: 600px) {
	.shape-review::before {
		height: 36%;
	}
	.mt-100 {
		margin-top: 40px;
	}
	.reviews-bg {
		margin: -103px auto 30px !important;
	}
	.tour_outer > div {
		column-gap: 10px;
		row-gap: 10px;
	}
	.tour_outer .bring-boxes:nth-last-child(-n+4) {
		width: 100% !important;
	}
	.custom-reviews .elementor-testimonial-meta {
		margin-top: 140px;
	}
	.gradient-list li {
		width: 100% !important;
	}
	.bring_outer > div {
		column-gap: 15px;
		justify-content: center;
	}
	.bring-boxes:nth-child(n+3) {
		margin-top: 15px;
	}
	.bring-boxes {
		width: calc(100% / 2 - 16px) !important;
	}
	.wt-bg:nth-child(n+2) {
		margin-top: 15px;
	}
	.wt-bg {
		width: 100% !important;
	}
	.inr-hd h1 {
		font-size: 46px;
	}
	.rgt-img.img-title .wp-caption::before {
		width: 230px;
	}
	.img-title .wp-caption::before {
		width: 320px;
	}
	.img-title .wp-caption-text {
		left: 17px;
		bottom: 25px;
		font-size: 21px !important;
	}
	.copyrighttext {
		max-width: 350px;
		margin: 0 auto;
	}
	.pb200 {
		padding-bottom: 100px;
	}
	.ft-main::before {
		height: 47px;
	}
	.bigheading {
		margin-bottom: 11px !important;
	}
	.div-center .bring_outer > div {
		row-gap: 14px;
	}
	.icon-box .bring-boxes {
		width: 100% !important;
	}
	.blue-bgg {
		padding: 40px 15px 60px;
	}
	.inr-banner {
		padding: 44% 15px 23%;
	}
	.faqblock .elementor-accordion-title {
		font-size: 21px; 
	}
	.faqblock .elementor-accordion-icon-closed::before, .faqblock .elementor-accordion-icon-opened::before { 
		right: 0px !important; 
	}
	.faqblock .elementor-accordion .elementor-tab-title {
		padding: 17px 20px 17px 0px;
	}
	.faqblock .elementor-accordion-icon-closed::before, .faqblock .elementor-accordion-icon-opened::before {
		background-size: 11px;
	} 
	.review_slider::after {
		top: -7px;
		background-size: 34px;
		width: 50px;
		height: 50px;
		padding: 30px;
	}
	.review_slider .elementor-testimonial__image {
		right: -40px;
		bottom: 0;
		max-width: 150px;
		margin: auto !important;
	}
	.review_slider .elementor-testimonial__title {
		font-size: 16px;
	}
	.review_slider .elementor-testimonial__name {
		font-size: 16px;
		width: 45px;
		height: 45px;
	}
	.boats-boxes .sfs-btn-1, .boats-boxes .sfs-btn-2 {
		padding: 12px 18px !important;
		min-width: 120px !important;
		font-size: 16px !important;
	}
	/* 	.bigheading h2 {
	font-size: 36px;
} */
	.chk-list:nth-child(n+3) {
		margin-top: 10px;
	}
	.chk-list {
		width: calc( 100% / 2 - 7px ) !important;
	}
	.sm-hd h2 {
		font-size: 29px;
		margin-bottom: 13px;
	}
	.banner {
		padding: 40% 15px 22%;
	}
	.header_main ul.elementor-nav-menu .sub-menu li a {
		padding: 15px 15px 15px 30px !important;
		font-size: 16px !important;
	}
	.header_main ul.elementor-nav-menu > li > a, .hd_menu .elementor-nav-menu > li:last-child > a {
		font-size: 18px !important;
		padding: 15px 15px !important;
	}
	.header_main nav.elementor-nav-menu--dropdown {
		width: 330px;
	}
	.header_main .elementor-menu-toggle {
		padding: 9px;
	}
	.bannercaption h1 {
		font-size: 36px;
	}
	.img-card > div {
		display: block !important;
	}
	.img-item {
		width: 100% !important;
		display: block;
	}
	.img-item:last-child {
		margin-top: 16px;
	}
}
@media(max-width: 400px) {

}