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

/* Add your custom styles here */

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?cciict');
  src:  url('fonts/icomoon.eot?cciict#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?cciict') format('truetype'),
    url('fonts/icomoon.woff?cciict') format('woff'),
    url('fonts/icomoon.svg?cciict#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sailing-boat-water:before {
  content: "\e908";
}
.icon-calendar1:before {
  content: "\e904";
}
.icon-calendar3:before {
  content: "\e907";
}
.icon-map-pin:before {
  content: "\e900";
}
.icon-pin:before {
  content: "\e900";
}
.icon-location:before {
  content: "\e900";
}
.icon-ship:before {
  content: "\e909";
}
.icon-calendar-plus-o:before {
  content: "\e905";
}
.icon-calendar2:before {
  content: "\e906";
}
.icon-info:before {
  content: "\e90a";
}
.icon-trash-2:before {
  content: "\e90b";
}
.icon-map-pin1:before {
  content: "\e901";
}
.icon-users:before {
  content: "\e902";
}
.icon-user:before {
  content: "\e903";
}
.icon-location1:before {
  content: "\e947";
}
.icon-location2:before {
  content: "\e948";
}
.icon-calendar:before {
  content: "\e953";
}
.icon-user1:before {
  content: "\e971";
}

.lightpick {
    position: absolute;
    z-index: 99999;
    padding: 4px;
    border-radius: 4px;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    color: #000;
    font-family: system-ui, Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.125em;
}

.lightpick--inlined {
    position: relative;
    display: inline-block;
}

.lightpick,
.lightpick *,
.lightpick::after,
.lightpick::before {
    box-sizing: border-box;
}

.lightpick.is-hidden {
    display: none;
}

.lightpick__months {
    display: grid;
    background-color: #EEE;
    grid-template-columns: auto;
    grid-gap: 1px;
}

.lightpick--2-columns .lightpick__months {
    grid-template-columns: auto auto;
}

.lightpick--3-columns .lightpick__months {
    grid-template-columns: auto auto auto;
}

.lightpick--4-columns .lightpick__months {
    grid-template-columns: auto auto auto auto;
}

.lightpick--5-columns .lightpick__months {
    grid-template-columns: auto auto auto auto auto;
}

.lightpick__month {
    padding: 4px;
    width: 288px;
    background-color: #FFF;
}

.lightpick__month-title-bar {
    display: flex;
    margin-bottom: 4px;
    justify-content: space-between;
    align-items: center;
}

.lightpick__month-title {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    cursor: default;
    padding: 0 4px;
    border-radius: 4px;
	display: flex;
}

.lightpick__month-title > .lightpick__select {
    border: none;
    background-color: transparent;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
	width:70px;
}
.lightpick__month-title > .lightpick__select:disabled {
    color: #333;
}

.lightpick__month-title > .lightpick__select-months {
    font-weight: bold;
    font-size: 1em;
    margin-right: .5em;
	width: 70%;
}

.lightpick__toolbar {
    display: flex;
    text-align: right;
    justify-content: flex-end;
}

.lightpick__previous-action,
.lightpick__next-action,
.lightpick__close-action {
    display: flex;
    margin-left: 6px;
    width: 32px;
    height: 32px;
    outline: none;
    border: none;
    border-radius: 50%;
    background-color: #DDD;
    justify-content: center;
    align-items: center;
}

.lightpick__previous-action,
.lightpick__next-action {
    font-size: 12px;
}

.lightpick__close-action {
    font-size: 18px;
}

.lightpick__previous-action:active,
.lightpick__next-action:active,
.lightpick__close-action:active {
    color: inherit;
}

.lightpick__days-of-the-week {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.lightpick__day-of-the-week {
    display: flex;
    font-size: 11px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}

.lightpick__days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.lightpick__day {
    display: flex;
    height: 40px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 13px;
    justify-content: center;
    align-items: center;
    cursor: default;
}s

.lightpick__day.is-today {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(220, 50, 47, .5)' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
    background-size: 18.8% auto;
    background-position: center bottom;
    color: #DC322F;
}

.lightpick__day:not(.is-disabled):hover {
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23E0E0E0' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day.is-disabled {
    opacity: 0.38;
    pointer-events: none;
}

.lightpick__day.disabled-tooltip {
    pointer-events: auto;
}

.lightpick__day.is-disabled.is-forward-selected {
    opacity: 1;
}
.lightpick__day.is-disabled.is-forward-selected:not(.is-start-date) {
    background-color: rgba(38, 139, 210, 0.1);
    background-image: none;
}

.lightpick__day.is-previous-month,
.lightpick__day.is-next-month {
    opacity: 0.38;
}

.lightpick__day.lightpick__day.is-in-range:not(.is-disabled) {
    opacity: 1;
}

.lightpick__day.is-in-range {
    border-radius: 0;
    background-color: rgba(38, 139, 210, 0.1);
    background-image: none;
}

.lightpick__day.is-in-range:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(38, 139, 210, 0.5)' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day.is-start-date.is-in-range,
.lightpick__day.is-end-date.is-in-range.is-flipped {
    border-top-left-radius: 50%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 50%;
    background-color: #268BD2;
    background-image: none;
}

.lightpick__day.is-end-date.is-in-range,
.lightpick__day.is-start-date.is-in-range.is-flipped {
    border-top-left-radius: 0;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 0;
    background-color: #268BD2;
    background-image: none;
}

.lightpick__day.is-start-date.is-end-date {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23268BD2' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day.is-start-date,
.lightpick__day.is-end-date,
.lightpick__day.is-start-date:hover,
.lightpick__day.is-end-date:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23268BD2' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
    background-size: auto;
    background-position: center;
    color: #FFF;
    font-weight: bold;
}

.lightpick__tooltip {
    position: absolute;
    margin-top: -4px;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    font-size: 11px;
    pointer-events: none;
}

.lightpick__tooltip::before {
    position: absolute;
    bottom: -5px;
    left: calc(50% - 5px);
    border-top: 5px solid rgba(0, 0, 0, 0.12);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
}

.lightpick__tooltip::after {
    position: absolute;
    bottom: -4px;
    left: calc(50% - 4px);
    border-top: 4px solid #FFF;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}
.lightpick__footer {
    display: flex;
    justify-content: space-between;
}
.lightpick__reset-action,
.lightpick__apply-action {
    border-radius: 5px;
    font-size: 12px;
    border: none;
}
.lightpick__reset-action {
    color: #fff;
    background-color: #aeacad;
}
.lightpick__apply-action {
    color: #fff;
    background-color: #2495f3;
}

.searchform{
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-around;
  align-items: center;
	gap:8px;
}
.searchform-group{
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  position:relative;
}	
.locations{
  width: calc(48% - 8px);
	border:1px solid #ccc;
	border-radius:5px;
}
.dates{
  width: 320px;
	border:1px solid #ccc;
	border-radius:5px; 		
}	
.peoples{
  width: 160px;
	border:1px solid #ccc;
	border-radius:5px; 		
}		
.searchform-location{
  width: 50%;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap:15px;
  padding:10px;
}
.searchform-location span{
	font-size:26px;
	color:var(--e-global-color-accent);
}
.searchformfields label{
	display:block;
   font-size:11px;
}
.searchform-location.to{
	border-left:1px solid #ccc;	
}	
.searchform-location.people{
	width: 100%;
}
.searchform-button{
	width: 130px;
    background-color:var(--e-global-color-accent);
	display: block;
	padding:15px 22px;
	color:#fff;
	border-radius:5px;
	text-align:center;
	cursor:pointer;
}
.searchform-modal{
	display:none;
	width:calc( 100% + 2px );
	position:absolute;
	top:53px;
	left:-1px;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:0 0 5px 5px;
	box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.10);
	overflow-y:auto;
	max-height:auto;
}
.searchform-modal .list{
	display:block;
	padding:10px 20px 10px 20px;	
	width:100%;	
	border-top:1px solid #ccc;
	cursor:pointer;
	background-color:#fff;
}
.searchform-modal .list:hover{
	background-color:#fafafa;
}
.shadow{
	box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.10);	
}
.searchformfields, .search-field{
	cursor:pointer;
	width:100%;
}
/* Search Form */	
	.searchform-button:hover{
		box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.10);
		background-color: #3a8a3a;
	}
	.return{
		border-left: 1px solid #ccc;
  }
	.lightpick{
    margin-top: 11px;
	}
	.lightpick__footer {
    display: flex;
    justify-content: flex-end!important;
    gap: 5px!important;
		border-top:1px solid #eee;
		padding:15px;
  }
	.lightpick__footer button{
    font-size:1em;
  }
	.lightpick__footer button.lightpick__reset-action{
	  background-color: #fff;
		border: 1px solid var(--e-global-color-accent);
		color: var(--e-global-color-accent);
	}
	.lightpick__footer button.lightpick__reset-action:hover{
	  background-color: var(--e-global-color-accent);
		border: 1px solid var(--e-global-color-accent);
		color: #fff;
	}
	.lightpick__footer button.lightpick__apply-action{
	  background-color: var(--e-global-color-accent);
	}
	.lightpick__toolbar{
		justify-content: space-between;
	}
	.lightpick__previous-action, .lightpick__next-action, .lightpick__close-action {
    display: flex;
    margin-left: 6px;
    width: 32px;
    height: 32px;
    outline: none;
    border: 1px solid green;
    border-radius: 2px;
    background-color: #FFF;
    justify-content: center;
    align-items: center;
    color: green;
  }
	.searchform-modal{z-index: 5;background-color: rgb(255, 255, 255);}
	.passenger-modal{position:absolute;display:none; width:189%;margin-left:-1px;background-color:#fff;left:0px;top:50px;    border: 1px solid #ccc;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.10);padding:10px;}
	.adults-box{padding:5px;
		display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;}
	.adults-box .textbox,.adults-box .counter{width:50%;}
	.adults-box .textbox{font-weight:bold;font-size:0.9em;}
	.adults-box .textbox small{display:block;font-weight:normal;}
	.counter{
		display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;}
	.counter .counter-decrease, .counter .counter-increase{width:30%; text-align:center;padding:10px;border:1px solid #ddd;font-weight:bold;cursor:pointer;}
	.counter .counter-decrease:hover, .counter .counter-increase:hover{ background-color: var(--e-global-color-accent);color: #fff;}
	.counter .counter-value{width:40%;text-align:center;padding:0px;font-weight:bold;}
	.counter-footer{border-top:1px solid #ddd;display:block;width:100%;padding-top:10px;margin-top:15px;}
		.counter-footer .counter-button{background-color: var(--e-global-color-accent);color:#fff; padding:10px;display:block;width:100%;text-align:center;border-radius:5px;cursor:pointer;}
	.counter-footer .counter-button:hover{background-color: #3a8a3a;}
	
	.searchform .elementor-form-fields-wrapper{
	gap:10px; 
}
.searchform .elementor-field-group{
	border:1px solid #ccc;
	width:calc(20% - 8px);
}
.searchform .elementor-field-type-select:hover, .searchform .elementor-field-type-text:hover {
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.searchform select,.searchform input{ 
	line-height:1em!important;
	height:20px!important;
	outline: none!important;
	border-width: 0;
	border:0px!important;
	box-shadow:0px!important;
	padding-left:40px!important;
	border-radius:0px;
}
.searchform select:focus, .searchform input:focus{
	outline: none!important;
	border:0px!important;
	-webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none!important;
}
.searchform .elementor-field-group.elementor-field-type-submit{
	width:100%;
	border:none;
	z-index:1;
}
.searchform .elementor-field-group label{
	margin-top:10px;
	margin-left:40px;
	z-index:2;
	margin-bottom:-7px;
}
.searchform .elementor-select-wrapper .select-caret-down-wrapper{
	margin-top:-10px;
}
.searchform .elementor-field-group-from:before,.searchform .elementor-field-group-to:before{
	 font-family: 'Font Awesome 6 Free';
   font-weight: 900; 
   -webkit-font-smoothing: antialiased;
	font-size:30px;
	color: var(--e-global-color-accent);
	content:"\f3c5";
	position: absolute;
	left:7px;
  width: 30px;
  height: 30px;
  z-index: 3;
	top:6px;
}

.searchform .elementor-field-group-depart:before,.searchform .elementor-field-group-return:before{
	font-family: 'Font Awesome 6 Free';
  font-weight: 900; 
  -webkit-font-smoothing: antialiased;
	font-size:26px;
	color: var(--e-global-color-accent);
	content:"\f073";
	position: absolute;
	left:7px;
  width: 30px;
  height: 30px;
  z-index: 3;
	top:8px;
}

.boat-gallery .e-gallery-container a{display:none;}
.boat-gallery .e-gallery-container a:first-child{display:block;}
.schedule-table{
	overflow-x:auto;
}
/* Schedule */	
.schedule-table thead td {
    font-size: 1.125rem;
    line-height: 2.813rem;
    font-weight: 500;
    background: #449D44;
    color: #fff;
    text-align: center;
    border-right: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
}
.font--bold{font-size:1.1em;}

/* Search Steps */
.steps{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    background-color: #E8E8E8;
    position: relative;
	border-radius: 10px 10px 10px 10px;
}	
.step {
    padding: 10px 50px 10px 30px;
    font-weight: 400;
	position:relative;
	color:#8D8D8D;
}	
.step::after{
	content: '';
    position: absolute;
    right: 0;
    top: -1px;
    width: 20px;
    height: 46px;
    background: url('img/tria-icon.svg');
    background-position: right 50%;
    background-repeat: no-repeat;
}
.step.active,.step.active2 {
    padding: 10px 30px 10px 30px;
	background-color: var(--e-global-color-accent);
	color:#fff;
	font-weight:500;
	margin-right:12px;
}
.step.active2 { padding-left:50px;margin-left:-20px;}
.step.active::after,.step.active2::after {
  content: "";
  position: absolute;
  top: 0;
  right: -22px;
  height: 44px;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 22px solid var(--e-global-color-accent);
  z-index:1;
}
.step.active2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 44px;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 22px solid #E8E8E8;
  z-index:2;
}
.stepbox{
  margin-top:20px;
  padding:0px 30px 30px;
  border:1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.05);  
}
.cart-date{position:relative;padding-left: 45px;
    line-height: 50px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color:var(--e-global-color-accent);
    gap: 10px;
    font-size: 1.1em;
    justify-content: space-between;
}
.cart-date::before {
    background: #449D44;
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    width: 32px;
    height: 45px;
}
.cart-date::after {
    content: '';
    position: absolute;
    top: 31px;
    left: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17.5px 14px 17.5px;
    border-color: transparent transparent #ffffff transparent;
}
.delete {
    border: 1px solid #999;
    padding: 7px 10px;
    border-radius: 4px;
    display: inline-block;
    line-height: 1em;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color:#999;
}
.delete:hover{
    background-color:red;
    color:#fff;
}
.cart {
    display: flex;
    border: 1px solid #ddd;
    border-radius:4px;
    flex-direction: row;
    align-content: flex-start;
    align-items: stretch;
    justify-content: flex-start;
    gap:20px;
    margin-bottom: 30px;
}
.cart-image{width:25%;background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;}
.cart-info{display:flex;padding:20px;flex-direction: column;gap:5px;width: 75%;}
.cart-info-title{color:var(--e-global-color-accent);font-weight:600;font-size:1.3em;}
.cart-info-time,.cart-info-desti,.prices{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.cart-info-time span{background-color:#fff;font-size:1.2em; font-weight:700;}
.cart-info-time::after {
    content: '';
    position: absolute;
    top: 15px;
    width: 100%;
    height: 1px;
    background: #dedede;
    z-index: -1;
}
.cart-info-desti{margin-top:-7px;}
.cart-info-desti span{font-size:1.1em; color:var(--e-global-color-accent);font-weight:400;}
.prices{margin-top:5px;justify-content: flex-end;gap:20px;}
.button-select{
    width: 130px;
    background-color: var(--e-global-color-accent);
    display: block;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
}
.button-select:hover{background-color: #3a8a3a;}
.cart:has(.button-select:hover) {
  box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.07);
}
.price .ticket-price{display:block;font-weight: 500;font-size:1.1em;text-align:right;color: var(--e-global-color-accent)}
.price .ticket-pax{display:block;font-weight: 400;font-size:1em;text-align:right;}

/* tickets page */
.tickets-page{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    gap:30px;
}
.tickets-page .tickets-box{width:65%;}
.tickets-page .ticket-right{width:35%;}
.emptybox{display:block;padding:60px 30px;text-align:center;font-weight: 600;color: var(--e-global-color-accent);}
.tickets-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-top:40px;
}
.book-left {
    padding: 10px 30px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    font-size: 1.2em;
    width: 40%;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.book-left:hover,.button-right:hover{background-color:#333;color: #fff;}
.button-right{
    background-color:var(--e-global-color-accent);
    color: #fff;
    padding: 10px 30px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    font-size: 1.2em;
    width: 40%;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.ticket-right{padding-top:20px;position:relative;}
.ticket-right-title{display:block;padding:20px;text-align:center;background-color:var(--e-global-color-accent);border-radius:10px 10px 0 0;color:#F7FF84;font-size: 1.625rem;font-weight: 600;border-bottom:3px solid #BCE0BC;}
.ticket-right-info{padding:30px 30px 30px 20px;background-color:var(--e-global-color-accent);border-bottom: 3px dashed #BCE0BC;position:relative;}
.ticket-right-info::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 22px;
    width: 30px;
    height: 30px;
    background: #FBFBFB;
    border-radius: 30px 0 0 30px;
    z-index: 3;
}
.ticket-right-info i {
    color: #F7FF84;
    display: inline-block;
    width: 30px;
    text-align: center;
}
.ticket-right-info .cart-info-boat.boats{font-weight:600;font-size:1.1em;}
.ticket-right-info .cart-info-desti span{color:#fff;font-weight:600;background-color:var(--e-global-color-accent);padding:0 10px;z-index: 2;}
.ticket-right-info .cart-info-desti::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 80%;
    margin: auto;
    height: 1px;
    background: #fff;
    z-index: 1;
}
.cart-info-boat{color:#fff;font-weight:400;padding:0px 2px;}
.datess{color: #F7FF84;}
.cart-info-price{display:block;width:100%;text-align:right;font-size: 1 rem;font-weight: 600;}
.cart-info-price span{border: 1px solid #fff;padding: 2px 10px 3px 10px;color: #fff;}
.ticket-right-footer{display: flex;
    padding: 30px;
    text-align: center;
    background-color: #0388C7;
    border-radius: 0 0 10px 10px;
    color: #fff;
    font-size: 1.24rem;
    font-weight: 600;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;}
.stepbox.promotional {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    padding: 30px;
}
.promo-label{text-wrap: nowrap;
    font-weight: 500;
    font-size: 1.2em;}
.input-promo{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
input.form_control {
    line-height: 24px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    height: 45px;
    padding: 11px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #343436;
    border: 1px solid #dedede;
    background: #fff;
    border-radius: 3px;
    position: relative;
}
.apply-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
    height: 40px !important;
    margin-left: 5px;
    align-items: center;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid #0F6E9B;
    background: #0F6E9B;
    cursor: pointer;
}
.shuttle{
    margin-top:-20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;}
.shuttlebox label {
    font-weight: 600;
    margin-bottom: 8px;
}


@media (max-width: 1250px){
		.bookingform-box{padding:0px 8px;}
		.booking-form-fields{padding:15px!important;}
}
@media (max-width: 1180px){
		.searchform{flex-direction: column;}
		.searchform .searchform-group, .searchform .searchform-button{width:100%;}
	    .passenger-modal,.pax-modal{width:100%;}
}
@media (max-width: 768px){
	.searchform {margin-bottom:-20px;}
	.searchform-normal .searchform {margin-bottom:-20px;}
	.steps{background-color:transparent!important;}
	.step {display:none;}
	.step.active, .step.active2 {display:block;width: calc(100% - 25px);}
	.cart,.prices {flex-direction: column;gap:0px;}
	.prices {margin-top:15px;}
	.price {width: 100%;margin-bottom:15px;}
	.cart-image,.cart-info {width: 100%;min-height: 250px;}
	.price .ticket-price,.ticket-pax{text-align:center!important;}
	.Select,.button-select{width:100%;}
}
@media (max-width: 767px) {
.searchform .elementor-field-group{
		width:100%;
}
.searchform .elementor-field-group.elementor-field-type-submit{
		padding-left:0px!important;
}
.elementor-6 .elementor-element.elementor-element-b712c5c {
					--width: 100%;
					--align-items: center;
					--container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
					--padding-top: 20px;
					--padding-bottom: 0px;
					--padding-left: 15px;
					--padding-right: 0px;
}
.schedule-table thead td {
			font-size: 1em;
}
}
