/* :root {
--primary-color: #003768;
--hover-color: #5649c0;
--text-color: #333;
--light-gray: #f5f6fa;
--border-color: #dfe6e9;

}*/
/* Global Styles */
:root {
--primary: #003768;
--secondary: #003366;
--accent: #ff6b00;
--light: #f8f9fa;
--dark: #333;
--gray: #666;
--white: #fff;
}
*,
::before,
::after {
box-sizing: border-box;
}

html,
body {
width: 100%;    
overflow-x: hidden;
font-family: 'Open Sans', 'Fira Sans', Helvetica, Arial, sans-serif;
/*  font-family: OpenSans, Helvetica, Arial, "sans-serif";   */   
}

body {
margin: 0;
padding: 0;
min-height: 100vh;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;
}
.content-wrapper {
overflow-x: hidden;
width: 100%;
}
section {
padding: 40px 0;
}
h2 {
text-align: center;
margin-bottom: 10px;
font-size: 28px;
color: #003759;
}
#chat-widget-container{
height: 590px !important;
bottom: 20px !important;
}

a{
color: #003366;
text-decoration: none;
margin: 0 !important;
}
a:hover{
color: #0079a5;
}

.btn {
display: inline-block;
padding: 12px 25px;
background-color: #0079a5;
color: white;
text-decoration: none;
border-radius: 50px;
font-weight: bold;
transition: background-color 0.3s ease;
}
.btn-secondary {
background-color: var(--primary);
border-color: var(--primary);    
}
.btn:hover {
background-color: #177ea3;
color:#fff;
transform: translateY(-3px);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.btn-secondary:hover {
background-color: var(--primary);
border-color: #fff;    
}
::placeholder {
color:#036 !important;
font-weight: 400;
opacity: 1;
}
/* Animations */
@keyframes fadeInDown {
from {
opacity: 0;
transform: translateY(-30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}

@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@-webkit-keyframes pulse-border {
0% {
-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
opacity: 1
}

to {
-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
opacity: 0
}
}

@keyframes pulse-border {
0% {
-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
opacity: 1
}

to {
-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
opacity: 0
}
}

@-webkit-keyframes zoom {
0% {
-webkit-transform: scale(1.5);
transform: scale(1.5)
}

to {
-webkit-transform: scale(1);
transform: scale(1)
}
}

@keyframes zoom {
0% {
-webkit-transform: scale(1.5);
transform: scale(1.5)
}

to {
-webkit-transform: scale(1);
transform: scale(1)
}
}

@-webkit-keyframes zoom-in {
0% {
-webkit-transform: scale(.5);
transform: scale(.5)
}

to {
-webkit-transform: scale(1);
transform: scale(1)
}
}

@keyframes zoom-in {
0% {
-webkit-transform: scale(.5);
transform: scale(.5)
}

to {
-webkit-transform: scale(1);
transform: scale(1)
}
}
/* UI Datepicker start*/
.ui-widget {
font-family: 'Fira Sans', sans-serif;
}
.ui-widget-content {
border: 1px solid #dddddd;
background: #ffffff;
color: #333333;
width: 20% !important;
}
.ui-datepicker-today .ui-state-highlight {
border: 1px solid #4897eb;
background: #4897eb00;
color: #036;
}

.ui-datepicker .daterange a {
background: #eff7fa;
}
.ui-datepicker:has(.ui-datepicker-header){ 
padding: 20px 25px 20px 25px !important;
border: 1px solid #696969; !important;  
border-radius: 0px; 
/* border-top-width: 0px !important;
box-shadow: 0px 0px 0px #777 !important;*/
z-index:99 !important; 
box-shadow:none !important;
}

.ui-widget-header {
border: 0;
background: #fff;
color: #555;
font-weight: bold;
}
a.ui-datepicker-prev.ui-corner-all {
background: #0079a5 url(../images/left.png) no-repeat !important;
background-position: 59% 52% !important;
/* transform: rotate(180deg); */
border-radius: 50%;
}
a.ui-datepicker-next.ui-corner-all {
background: #0079a5 url(../images/right.png) no-repeat !important;
background-position: 59% 52% !important;
transform: rotate(0deg);
border-radius: 50%;
}
.ui-widget-header .ui-icon {
background-image: url(images/ui-icons_444444_256x240.html);
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
display: block;
position: absolute;
left: 50%;
margin-left: -8px;
top: 50%;
margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
font-size: 14px;
color: #0079a5;
}
.ui-datepicker th {
padding: 6px 4px;
text-align: center;
font-weight: 600;
border: 0;
background: #ffffff;
color: #696969;
text-transform: uppercase;
font-size: 12px;
}

.ui-datepicker td {
border: 0;
padding: 1px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
background: #fff;
border: 1px solid #cccccc00;
color: #003366 ;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {

background: #ededed;

}
.ui-datepicker td span, .ui-datepicker td a {
display: block;
padding: 4px 6px;
text-align: center;
text-decoration: none;
border-radius: 2px;
font-size: 14px;
font-weight: 600 !important;
}
.ui-datepicker .ui-datepicker-current-day a {
background: #0079a5;
color: #fff;
border-radius: 5px
}
#datepicker.no-bottom-border,#datepicker2.no-bottom-border {
/* border-bottom-width: 0px !important; */
/*border-radius: 4px 4px 0px 0px; */
}
/* UI Datepicker End*/

/* Navbar header start*/

nav.navbar.navbar-expand-lg.navbar-light {
background: #ffffff; 
} 

.collapse.navbar-collapse{
justify-content: end;
}
#navbarSupportedContent .fa-phone {
background: linear-gradient(45deg, #fff, #fff);
color: #0079a5;
height: 50px;
width: 50px;
text-align: center;
line-height: 50px;
font-size: 24px;
border-radius: 50px;
margin: 0 10px 0px 0;
outline: 1px dashed #0079a5;
outline-offset: -3px;
}
.right_contact {
padding: 0px;
margin: 0 0 0 0px;
}
.right_contact p {
font-size: 20px;
margin: 0 0 5px 0;
color: #003759;
text-align-last: end;
line-height: 13px;
font-weight: 500;
}
.right_contact a {
font-size: 20px;
text-decoration: none;
font-weight: 600;
color: #0079a5;
line-height: 20px;
display: block;
text-align: center;
}
nav ul {
display: flex;
list-style: none;
margin: 0 20px;
padding: 0;    
}
nav ul li {
margin-left: 30px;
}
/* Top Banner */
.lambes_banner {
/*    background: url(../images/balearia2.jpg) center center no-repeat;
background-size: cover;
background-repeat: no-repeat; */
background-color: #fff;
}
.top_banner {
padding: 14px 0 0px 0;
/*background-color: #9e9e9e26; */
}
.tpl_head h1 {
font-weight: 600;
font-size: 18px;
margin: 0 0 0 0;
color: #fff;
text-align: center;
margin-bottom: 20px;
font-size: 2.5rem;    
}
.tpl_head p{
font-size: 14px;
color: #ffffffe6;
text-align: center;    
font-size: 1.2rem;    
}

.fa-info-circle {
color: #fff;
-webkit-text-stroke: 0.9px #0079a5;
text-stroke: 0.9px #0079a5;    
clip-path: circle(76% at 33% 57%);    
}
/* Why Choose Us Section */
.why-choose-us {
background-color: var(--light);
}

.features {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 30px;
margin-top: 40px;
}

.feature-card {
background-color: var(--white);
padding: 30px;
border-radius: 10px;
text-align: center;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
transition: transform 0.3s ease;
}

.feature-card:hover {
transform: translateY(-10px);
}

.feature-icon {
font-size: 2.5rem;
color: var(--accent);
margin-bottom: 20px;
}

/* Ticket Types Section */
.ticket-types {
background-color: var(--light);
}

.tickets {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 30px;
}

.ticket-card {
background-color: var(--white);
padding: 30px;
border-radius: 10px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
text-align: center;
border-top: 5px solid var(--accent);
}

.ticket-card.premium {
border-top-color: var(--primary);
}

.ticket-card h3 {
margin-bottom: 15px;
}

.ticket-price {
font-size: 2rem;
color: var(--accent);
margin: 20px 0;
font-weight: 700;
}

.ticket-card.premium .ticket-price {
color: var(--primary);
}

.ticket-features {
list-style: none;
margin: 20px 0;
}

.ticket-features li {
padding: 8px 0;
border-bottom: 1px solid #eee;
}

/* Travel Info Section */
.travel-info {
background-color: var(--white);
}

.info-cards {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
}

.info-card {
background-color: var(--light);
padding: 30px;
border-radius: 10px;
}


/* CTA Section */
.cta {
background: linear-gradient(rgb(0 86 179 / 31%), rgb(0 86 179 / 88%)), url(https://images.unsplash.com/photo-1506929562872-bb421503ef21?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80);
background-size: cover;
background-position: center;
color: var(--white);
text-align: center;
padding: 80px 0;
}

.cta h2 {
color: var(--white);
}

.cta h2:after {
background-color: var(--accent);
}

.cta p {
color: rgba(255, 255, 255, 0.9);
max-width: 700px;
margin: 0 auto 30px;
}        
/* About Design start*/
.about_pg_cont {
background: #fff;
width: 100%;
object-fit: cover;    
padding: 0px 0px 0px 0px;
}
.about_pg_cont .container {
padding-left: 15px;
padding-right: 15px;
}
.about_pg_tx {
background: #fff;
box-shadow: 10px 15px 46px -16px rgba(0, 0, 0, .54);
padding: 14px 14px 14px 14px;
border-radius: 150px 0px 90px 0px;
text-align: center;

}
.about_pg_img {
box-shadow: 10px 15px 46px -16px rgba(0, 0, 0, .54);
transform: rotate(-3deg);
transition: transform 0.5s ease;
}
.about_pg_img:hover {
transform: rotate(0deg);
}
.about_pg_tx h2 {
margin-bottom: 10px;
color: #003759;
font-size: 45px;
font-weight: 800;
border-bottom: 1px dashed #0079a5;
display: inline-block;
padding: 0 0 4px 0;
}
.about_pg_tx p {
font-size: 17px;
color: #0079a5;   
color: #0768a4;    
}

/* Section Design start*/
.custmbackgound {
background: linear-gradient(45deg, #fff, #f7f7f7);
background:#ffffff;
}
.promo-cards-IIII {
/*  height: 209px; */
height:auto;
}
.card{
margin-top: 20px;
margin-bottom: 30px;
}
.card-body h3{
line-height: 32px;
color: #003366;
font-weight: 700;    
}
.card-body p{

}
.banner-regions{
background: url(../images/ferryimgs/Banner6.jpg) center center no-repeat;
background-size: cover;
background-repeat: no-repeat;
background-color: #f7f7f7;
height: 550px;
width: 100%;
object-fit: cover;
position: relative;
border-bottom-left-radius: 50% 40px;
border-bottom-right-radius: 50% 40px;     
}
.banner-regions2{
background: url(../images/ferryimgs/ferry3.png) center center no-repeat;
background-size: cover;
background-repeat: no-repeat;
background-color: #f7f7f7;
height: 430px;
width: 100%;
object-fit: cover;
position: relative;
}


.banercontent {
position: absolute;
padding: 20px;
/*  top: 213px; */
transform: translateY(8%);
background: #ffffffe6;
border-radius: 0px 130px 130px 0px;
border-radius: 60px 0px 130px 0px;

}
.banner-regions-video {
background-color: #f7f7f7;
height: 500px;
width: 100%;
position: relative;
overflow: hidden; /* Add this to prevent any potential overflow */
}

.banner-regions-video .nectar-video-bg {
width: 100% !important;
height: 500px !important;
position: absolute;
object-fit: cover; /* This is the key property */
top: 0;
left: 0;
}

.banner-regions-video .banercontent {
position: absolute;
padding: 20px;
transform: translateY(15%);
width: 100%; /* Ensure it takes full width */
z-index: 1; /* Ensure content appears above video */
}
.item.location-scroll-view-component{
box-shadow: 10px 15px 46px -16px rgba(0, 0, 0, .54);
}
.card__discount {
color: #003768;
font-size: 35.92px;
font-weight: 800;    
line-height: 44px;
}
.currency {
color: #003768;
font-weight: 800;
font-size: 16.8px;
line-height: 44px;
margin-left: 4px;
}

.text--small {
color: #aaa;
font-weight: 100;
font-size: 12.44px;
line-height: 44px;
margin-left: 8px;    
}
.card__link {
font-weight: 900;
font-size: 14px;
line-height: 17px;
color: #003768;
text-decoration: none;
}
/* Footer Design start*/


/* Footer Bar Styles */
.footer-bar {
background-color: #f8f9fa;
padding: 15px 0;
border-top: 1px solid #e9ecef;
border-bottom: 1px solid #e9ecef;
font-size: 14px;
}

.footer-bar .copyright {
color: #6c757d;
}

.footer-bar .copyright i {
margin-right: 5px;
}

.footer-links a {
color: var(--secondary-blue);
text-decoration: none;
margin: 0 8px;
transition: color 0.3s;
}

.footer-links a:hover {
color: var(--primary-blue);
text-decoration: underline;
}

.divider {
color: #dee2e6;
margin: 0 5px;
}        
.bottoms_calls {
background: linear-gradient(45deg, #003768, #0768a4);
padding: 8px 0;
text-align: center;
color: #fff;
width: 100%;
display: block;
}
.bottoms_calls p {
font-size: 15px;
color: #fff;
margin: 0px;
text-transform: uppercase;
font-weight: 500;
}
.bottoms_calls a {
color: #fff;
font-size: 18px;
text-decoration: none;
font-weight: 600;
letter-spacing: 2px;
}

/* Form Design start*/

.top-banner-regions{

/* 
position: relative;
height:90vh;
*/
background: linear-gradient(rgb(0 86 179 / 29%), rgb(0 51 102 / 71%)), url('../images/ferryimgs/Banner3.png');    
background-size: cover;
background-repeat: no-repeat;
background-position: center;    
background-color: #f7f7f7;
width: 100%;
object-fit: cover;
border-bottom-left-radius: 50% 40px;
border-bottom-right-radius: 50% 40px;
padding: 50px 0 50px;   
}


.top-banercontent {
padding: 20px;
/*
top: 213px; 
position: absolute;  
transform: translateY(15%);
*/
}

.form_include {
width: calc(100% - 2px); 
padding: 1px 10px 25px 10px;
margin-bottom: 30px;
z-index: 99;    
/* margin-top: -107px; 
position: absolute;
transform: translateY(45%);
*/    
}
.searchform{
position: relative;
transform: translateY(10%);
}
.searchform-outer{
background: #f7f7f7;
box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
border-radius: 6px;
padding: 20px 10px;    
}

.form_bx {
/*   box-shadow: 0 1px 4px rgb(0 0 0 / 40%);
box-shadow: inset 0px 0px 4px 1px rgb(0 0 0 / 40%);
border-radius: 4px; */
padding: 0 20px;        
background: #fff;
background-color: #f7f7f7;
}

.form-check-box {
display: flex;
flex-wrap: wrap;
justify-content: center;
text-align: left;   
}    
.customradio {
display: block;
position: relative;    
color: #000;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;    
background: transparent;
width: auto;
height: auto;
border-radius: 18px;
letter-spacing: 0;
font-weight: 600;
margin: 0px 15px 2px 0;
font-size: 14px;
padding: 5px 8px 1px 28px;
text-align: left;
float: left;
line-height: 10px;
}
.customradio:nth-child(2) {
margin: 0px 0px 12px 15px;
}
.customvehicle{
margin-top: 25px;    
}
/* Hide the browser's default radio button */
.customradio input {
position: absolute;
opacity: 0;
cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
position: absolute;
top: 2px;
left: 4px;
height: 16px;
width: 16px;
background-color: transparent !important;
border-radius: 50%;
border:1px solid #0079a5 !important;
}

/* On mouse-over, add a grey background color */
.customradio:hover input ~ .checkmark {
background-color: transparent;
}

/* When the radio button is checked, add a orange background */
.customradio input:checked~.checkmark {
background-color: white;
border:1px solid #0079a5;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .checkmark:after {
display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
top: 2px;
left: 2px;
width: 10px;
height: 10px;
border-radius: 50%;
background: #0079a5;
}
.customradio:has(input:checked) .field_lable {
font-weight: 700;
color: #036;
}
.form-control[readonly] {
cursor: pointer;
background-color: #fff;
}
.form-control[disabled], fieldset[disabled] .form-control {
cursor: no-drop;
background-color: #e9ecef;
opacity: 1;
}

/* Custom Dropdown box css*/
.dropdown-container {
position: relative;
width: 100%;
max-width: 100%;
display: flex;
align-items: center;
}

.dropdown-input-wrapper {
position: relative;
flex-grow: 1;
display: flex;
align-items: center;
}
.field_lable {
font-size: 14px;
color: #696969;
font-weight: 400;
}

.frm_llbs {
position: absolute;
left: 15px;
z-index: 101;
display: flex;
align-items: center;
top: 19px;
cursor: pointer;    
}

.frm_llbs .fa-calendar, .frm_llbs .fa-user,.frm_llbs .fa-phone{
font-size: 20px;
color:#0079a5;
}

.frm_llbs img {
width: 24px;
height: 24px;
object-fit: contain;
}
.location-text{
font-weight:500;
color:#036;
}
.terminal-text{
font-weight:300;
color:#036;
}
.ferries_title {
position: absolute;
right: 11px;
z-index: 101;
align-items: center;
top: 16px;
width: 80px;  
font-size:14px;
font-weight: 600;
color:#036;
text-align: right;
}
.dropdown-input,.form-control {
width: 100%;
height:56px;
padding: 15px;    
font-size: 14px;
border: 1px solid #696969;
border-radius:0;
cursor: pointer;
transition: all 0.3s ease;
/* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);*/
font-weight: 400; 
padding: 12px 6px 6px 40px;    
}
.form-control:focus {
box-shadow: none;
border-color: #696969 !important;
}
#datepicker:focus, #datepicker2:focus {
box-shadow: none;
border-color: #696969 !important;
border-bottom-width: 0px !important;
z-index:100;
}
/* Prevent flickering during scroll */
.pickertop {
position: relative;
z-index: 99;

}
#datepicker,#datepicker2 {
padding: 12px 6px 6px 40px;
text-align: left;    
}

.form-control.custom-select__trigger{
padding: 15px;
}
.dropdown-input:focus {
outline: none;
/*    border-color: var(--primary-color);
box-shadow: 0 0 0 3px rgba(108, 92, 231, 0.2);*/
border-color: #696969 !important;
box-shadow: none;
}

.dropdown-input::placeholder {
color: #b2bec3;
}

.dropdown-options {
position: absolute;
padding: 10px;
top: calc(100% + 5px);
left: 0;
width: 100%;
background: white;
border-radius: 10px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
z-index: 100;
opacity: 0;
visibility: hidden;
transform: translateY(10px);
transition: all 0.3s ease;
/* max-height: 300px;overflow-y: auto;*/
}

.dropdown-container.active .dropdown-options {
opacity: 1;
visibility: visible;
transform: translateY(0);
}

.dropdown-options ul {
list-style: none;
padding: 0;
margin: 0;
}

.dropdown-options li {
padding: 12px 20px;
cursor: pointer;
transition: all 0.2s ease;
display: flex;
align-items: center;
justify-content: space-between;    
border: 1px solid #8994a5;
background-color: #8994a517;
border-radius: 8px;
margin: 8px auto;
}

.dropdown-options li:hover {
background-color: var(--light-gray);
}

.dropdown-options li.selected {
background-color: rgba(108, 92, 231, 0.1);
color: var(--primary-color);
font-weight: 500;
}

.dropdown-options li:not(:last-child) {
/* border-bottom: 1px solid var(--border-color); */
}

.dropdown-options li p{
width: 100%;
margin: 0;   
}
.dropdown-options li .fa-ship{
font-size: 20px;
padding: 10px;
color: #fbfcff;
background-color: #058a9c;
clip-path: circle();
margin-right: 15px; 
}
.dropdown-icon {
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
width: 20px;
height: 20px;
pointer-events: none;
transition: transform 0.3s ease;
}

.dropdown-container.active .dropdown-icon, .custom-select.open .dropdown-icon {
transform: translateY(-50%) rotate(180deg);
transition: transform 0.3s ease;
}

/* Custom Select box css*/
.custom-select {
position: relative;
width: 100%;
}

.custom-select__trigger {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
}

.custom-options {
position: absolute;
display: block;
top: 100%;
left: 0;
right: 0;
padding: 7px 15px;  
background: #fff;
border: 1px solid #ced4da;
border-top: 0;
border-radius: 0 0 4px 4px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
opacity: 0;
visibility: hidden;
pointer-events: none;
z-index: 102;
max-height: 508px;
overflow-y: auto;
}

.custom-select.open .custom-options {
opacity: 1;
visibility: visible;
pointer-events: all;
}
.custom-option-outer b{
color:#000;
}
.custom-option {
position: relative;
padding: 10px 10px;
cursor: pointer;
transition: all 0.3s;
color: #0079a5;
border-bottom: 1px solid #003768;
}
.custom-option:last-child {

border-bottom: 1px solid #fff;
}

.custom-option:hover {
background-color: #f8f9fa;
}

.custom-option.selected {
background-color: #e9ecef;
}
button {
display:block;
width: 100%;
color: #fff;
border: 1px solid #0079a5;
padding: 10px 12px;
white-space: inherit;
font-size: 16px;    
text-transform: capitalize;
letter-spacing: 0.5px;
font-weight: 600;
border-radius: 5px;
background:#0079a5;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* Thankyou Page Css Start*/

.container-fluid {
/* background-color: #f7f7f7; */
background-color: #ffffff;
}
.thankouter{
padding:15px 0px 20px;   
}
.thankinnerbox {
padding: 20px 0px 20px;
}

.thnk-yu {
width: 40%;
margin: 10px auto;
text-align: center;
box-shadow: 10px 15px 46px -16px rgba(0, 0, 0, .54);
padding: 22px 4px;
background-color: #ffffff;
}
.outer_cldetailbox{
width:100%;
text-align: left;    
}
.thnk-yu h2 {
font-size: 24px;
font-weight: 500;
margin: 15px 0px 20px;
}
.thnk-yu p {
font-size: 16px;
margin-bottom: 10px;
padding: 0px 30px;
line-height: 33px;
font-weight: 500;
}
.thankyouagentbtn {
background: linear-gradient(45deg, #003768, #0768a4);
display: flex;
flex-wrap: wrap;
align-items: center;
font-size: 20px;
font-weight: 800;
padding: 6px;
width: 70%;
margin: 0 auto 20px;
border-radius: 50px;
color: #fff;
box-shadow: 10px 15px 46px -16px rgba(0, 0, 0, .54);
}
.thankyouagentbtn p {
font-size: 20px;
font-weight: 800;
padding: 0;
letter-spacing: 2px;
margin: 0;
}
.calringshadow {
border: 2px solid #ffffff;
border-radius: 50%;
position: relative;
display: inline-block;
top: 0px;
}

.calringshadow:before {
content: "";
position: absolute;
z-index: 0;
left: 50%;
top: 50%;
display: block;
width: 58px;
height: 58px;
border-radius: 50%;
background: #fff repeat scroll 0 0;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
-webkit-animation: pulse-border 1.5s ease-out infinite;
animation: pulse-border 1.5s ease-out infinite;
}
.thankyouagentbtn i {
width: 64px;
height: 64px;
line-height: 64px;
font-size: 32px;
color: #ffffff;
background: #ffffff00;
/* border: 1px solid #ffffff; */
text-align: center;
margin: 0px;
border-radius: 50%;
position: relative;
z-index: 0;
}
/* Thankyou Page Css End*/

#mobileviewshow{
display:none;
}
.findbtn{
margin-top: 25px;    
}


/* Ferry Tours Section */
.ferry-tours {
background-color: #fff;
}

.section-intro {
text-align: center;
max-width: 800px;
margin: 0 auto 50px;
font-size: 1.1rem;
color: #555;
}

.tours-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 30px;
}

.tour-card {
background: white;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease;
width: 100%;
max-width: 350px;
}

.tour-card:hover {
transform: translateY(-10px);
}

.tour-image {
height: 200px;
overflow: hidden;
}

.tour-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}

.tour-card:hover .tour-image img {
transform: scale(1.1);
}

.tour-content {
padding: 25px;
}

.tour-title {
font-size: 1.5rem;
margin-bottom: 10px;
color: #0056b3;
}

.tour-description {
margin-bottom: 20px;
color: #666;
}

.tour-details {
margin-bottom: 20px;
}

.detail-item {
display: flex;
align-items: center;
margin-bottom: 8px;
}

.detail-item i {
margin-right: 10px;
color: #0056b3;
}

.tour-price {
font-size: 1.8rem;
font-weight: bold;
color: #0056b3;
margin-bottom: 20px;
}

.price-period {
font-size: 1rem;
color: #666;
font-weight: normal;
}


/* Package Deals Section */
.package-deals {
background-color: #e9f2fb;
}

.package-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 30px;
}

.package-card {
background: white;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
width: 100%;
max-width: 350px;
position: relative;
}

.package-badge {
position: absolute;
top: 15px;
right: 15px;
background-color: #ff6b6b;
color: white;
padding: 5px 15px;
border-radius: 20px;
font-weight: bold;
font-size: 0.9rem;
}

.package-content {
padding: 25px;
}

.package-title {
font-size: 1.5rem;
margin-bottom: 15px;
color: #0056b3;
}

.package-includes {
margin-bottom: 20px;
}

.package-includes h4 {
margin-bottom: 10px;
color: #444;
}

.package-includes ul {
list-style-type: none;
}

.package-includes li {
margin-bottom: 8px;
position: relative;
padding-left: 25px;
}

.package-includes li:before {
content: "✓";
color: #28a745;
position: absolute;
left: 0;
font-weight: bold;
}

/* Testimonials */
.testimonials {
padding: 40px 0;
}

.testimonial-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 30px;
}

.testimonial-card {
background: white;
border-radius: 10px;
padding: 25px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
width: 100%;
max-width: 350px;
}

.testimonial-text {
font-style: italic;
margin-bottom: 20px;
position: relative;
}

.testimonial-text:before,
.testimonial-text:after {
content: '"';
font-size: 2rem;
color: #0056b3;
opacity: 0.3;
}

.testimonial-author {
display: flex;
align-items: center;
}

.author-avatar {
width: 50px;
height: 50px;
border-radius: 50%;
overflow: hidden;
margin-right: 15px;
}

.author-avatar img {
width: 100%;
height: 100%;
object-fit: cover;
}

.author-info h4 {
color: #0056b3;
margin-bottom: 5px;
}

.author-info p {
color: #666;
font-size: 0.9rem;
}

/* About us page css start*/
/* Hero Section */
.about-hero {
background: linear-gradient(rgba(0, 86, 179, 0.85), rgba(0, 51, 102, 0.85)), url('https://images.unsplash.com/photo-1506929562872-bb421503ef21?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
background-size: cover;
background-position: center;
background-attachment: fixed;
color: var(--white);
padding: 180px 0 100px;
text-align: center;
}

.about-hero h1 {
color: var(--white);
font-size: 4rem;
margin-bottom: 20px;
animation: fadeInDown 1s ease;
}

.about-hero p {
color: rgba(255, 255, 255, 0.9);
font-size: 1.3rem;
max-width: 800px;
margin: 0 auto 40px;
animation: fadeInUp 1s ease 0.3s forwards;
opacity: 0;
}

/* Our Story Section */
.our-story {
background-color: var(--white);
position: relative;
overflow: hidden;
}

.story-container {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: center;
}

.story-image {
border-radius: 15px;
overflow: hidden;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
transform: rotate(-3deg);
transition: transform 0.5s ease;
}

.story-image:hover {
transform: rotate(0deg);
}

.story-image img {
width: 100%;
height: auto;
display: block;
}

.story-content {
position: relative;
}

.story-year {
position: absolute;
top: -30px;
left: -30px;
font-size: 8rem;
font-weight: 700;
color: rgba(0, 86, 179, 0.1);
z-index: -1;
}

/* Milestones Section */
.milestones {
background-color: var(--light);
position: relative;
}

.timeline {
position: relative;
max-width: 800px;
margin: 0 auto;
}

.timeline:before {
content: '';
position: absolute;
width: 4px;
background-color: var(--accent);
top: 0;
bottom: 0;
left: 50%;
margin-left: -2px;
}

.milestone {
padding: 20px 40px;
position: relative;
width: 50%;
box-sizing: border-box;
margin-bottom: 50px;
}

.milestone:nth-child(odd) {
left: 0;
}

.milestone:nth-child(even) {
left: 50%;
}

.milestone-content {
padding: 30px;
background-color: var(--white);
border-radius: 10px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
position: relative;
}

.milestone-year {
position: absolute;
top: -20px;
font-weight: 700;
color: var(--accent);
font-size: 1.5rem;
}

.milestone:nth-child(odd) .milestone-year {
right: -70px;
}

.milestone:nth-child(even) .milestone-year {
left: -70px;
}

/* Team Section */
.team {
background-color: var(--white);
}

.team-members {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 30px;
}

.team-card {
background-color: var(--light);
border-radius: 15px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
text-align: center;
transition: transform 0.3s ease;
}

.team-card:hover {
transform: translateY(-10px);
}

.team-image {
height: 300px;
overflow: hidden;
position: relative;
}

.team-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}

.team-card:hover .team-image img {
transform: scale(1.1);
}

.team-social {
position: absolute;
bottom: 20px;
left: 0;
right: 0;
display: flex;
justify-content: center;
gap: 15px;
}

.team-social a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background-color: var(--accent);
color: var(--white);
border-radius: 50%;
transition: all 0.3s ease;
opacity: 0;
transform: translateY(20px);
}

.team-card:hover .team-social a {
opacity: 1;
transform: translateY(0);
}

.team-social a:hover {
background-color: var(--primary);
}

.team-info {
padding: 30px 20px;
}

.team-info h3 {
margin-bottom: 5px;
}

.team-info p.position {
color: var(--accent);
font-weight: 600;
margin-bottom: 15px;
}

/* Values Section */
.values {
background-color: var(--light);
}

.values-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
}

.value-card {
background-color: var(--white);
padding: 40px 30px;
border-radius: 15px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
text-align: center;
transition: transform 0.3s ease;
border-top: 5px solid var(--accent);
}

.value-card:hover {
transform: translateY(-10px);
}

.value-icon {
width: 80px;
height: 80px;
background-color: rgba(0, 86, 179, 0.1);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 25px;
font-size: 2rem;
color: var(--primary);
}


/* About us page css End*/

/*********** Responsive Vew Style******************/


@media (max-width: 992px) {
/* About us page start */    
.story-container {
grid-template-columns: 1fr;
}

.story-image {
max-width: 500px;
margin: 0 auto;
}

.timeline:before {
left: 30px;
}

.milestone {
width: 100%;
padding-left: 70px;
padding-right: 0;
}

.milestone:nth-child(even) {
left: 0;
}

.milestone:nth-child(odd) .milestone-year,
.milestone:nth-child(even) .milestone-year {
left: 0;
right: auto;
top: -25px;
}
/* About us page end */    
}
@media (max-width: 768px) {
/* About us page start */  
.about-hero h1 {
font-size: 3rem;
}

.team-members,
.values-container {
grid-template-columns: 1fr 1fr;
}
/* About us page end */          
.tour-card, .package-card, .testimonial-card {
max-width: 100%;
}
.footer-links {
display: flex;
justify-content: center;
flex-wrap: wrap;
}

.footer-links a, .divider {
margin: 0 5px;
}
}

@media only screen and (min-width:600px) and (max-width:799px) {
.ui-widget.ui-widget-content {
width: 40% !important;
} 

}
@media only screen and (min-width:320px) and (max-width:599px) {
/* Header Design start*/    
#desktopview{
display:none;
}  
#mobileviewshow{
display:block;
}  
.navbar-brand {
width: 100%;
text-align:center;
}

img.logoimg-dsnp {
max-width: 82%;
}

.form_include{
margin:0;
position: relative;
transform: translateY(0%);
}
.searchform-outer{
box-shadow: none;    
padding: 5px 5px;
}

/* About us page start */            
.about-hero h1 {
font-size: 2.2rem;
}

.team-members,
.values-container {
grid-template-columns: 1fr;
}
/* About us page end */            
/** Form css**/
.ferries_title {
right: 11px;
text-align: right;
}    
nav.navbar.navbar-expand-lg.navbar-light {
background: #ffffff;
}
.banner-regions-video .banercontent,.banercontent {
transform: translateY(0%);
}
.promo-cards-IIII {
height: auto;
}

/* Form Design start*/
.top-banner-regions{
background: none;
padding:0px;
}
.top_banner {
padding:0px;
}
.customvehicle{
margin-top: 0px;    
}
.findbtn{
margin-top: 0px;    
}
.dropdown-input {
padding: 12px 15px 12px 40px;
padding: 18px 20px 18px 40px;    
}
.frm_llbs {
left: 15px;
}
.dropdown-icon {
right: 12px;
width: 18px;
height: 18px;
}
.dropdown-options li {
padding: 10px 15px;
}
.ui-widget.ui-widget-content {
width: 82.5% !important;
left: 34px !important;
}
/* Thankyou Page Css Start*/
.thnk-yu {
width: 100%;
}
.outer_cldetailbox div {
font-size: 14px;
}
.thankinnerbox {
padding: 6px 0px 20px;
}
.thnk-yu h2 {
font-size: 19px;
}
.thankyouagentbtn {
width: 92%;
padding: 15px 6px;    
}
.calringshadow:before {
width: 52px;
height: 52px;
}
.thankyouagentbtn i {
width: 54px !important;
height: 52px !important;
line-height: 34px;
padding-top: 12px;
font-size: 27px;
}
.thankyouagentbtn i:before {
z-index: 99;
position: absolute;
left: 26%;
}
.thankyouagentbtn p {
font-size: 18px;
font-weight: 800;
padding: 0;
letter-spacing: 2px;
margin: 0;
}    
/* Thankyou Page Css End*/
.btn {
width: 100%;
text-align: center;
}
}
