/* Global Styles */
:root {
    --primary: #003768;
    --primary-light: #91BAC9;
    --secondary: #053c5e;
    --accent: #053c5e;
    --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;
}

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: 30px 0;
}

h2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 28px;
    color: #053c5e;
}

#chat-widget-container {
    height: 590px !important;
    bottom: 20px !important;
}

a {
    color: #053c5e;
    text-decoration: none;
    margin: 0 !important;
}

a:hover { color: #91BAC9;
}

.btn {
    display: inline-block;
    padding: 12px 25px;
    background-color: #91BAC9;
    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: #91BAC9;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.btn-secondary:hover { background-color: #91BAC9;
    border-color: #fff;
}

::placeholder {
    color: #036 !important;
    font-weight: 400;
    opacity: 1;
}

/* Animations */
.sparkle-text {
    animation: pulsesparkle 2s infinite;
}

@keyframes pulsesparkle {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

@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: 101 !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: #91BAC9 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: #91BAC9 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: #425e8c;
}

.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: #053c5e;
}

.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: #91BAC9;
    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*/

/* Top header bar start*/

.header-top {
    padding: 8px 0 10px;
    position: relative;
    z-index: 1;
    background: #036;
    border-bottom: 1px solid #000;
}

.header-top::before {
    content: "";
    position: absolute;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
    width: 10%;
    top: 0;
    left: 0;
    bottom: -1px;
    z-index: -1;
    clip-path: none;
    background: #91BAC9;
    border-radius: 0 100px 0 0;
}

.header-top::after {
    content: "";
    position: absolute;
    clip-path: polygon(20% 1%, 100% 0, 100% 100%, 0% 100%);
    width: 10%;
    top: 0;
    right: 0;
    bottom: -1px;
    z-index: -1;
    clip-path: none;
    background: #91BAC9;
    border-radius: 100px 0 0 0;
}

.header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-top-contact ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 25px;
}

.header-top-contact ul li {
    list-style: none;
}

.header-top-contact a {
    color: #fff;
    font-weight: 500;
}

.home-2 .header-top-contact a i {
    color: #fff;
}



/* Top header bar End*/

/* Navbar header start*/

nav.navbar.navbar-expand-lg.navbar-light {
    background: #ffffff !important;
    border-bottom: 1px solid #cfc5c5;
}

.collapse.navbar-collapse {
    justify-content: end;
}

.navbarcalbtn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbarcalbtn .fa-phone {
    background: linear-gradient(45deg, #fff, #fff);
    color: #425e8c;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    border-radius: 50px;
    margin: 0 10px 0px 0;
    outline: 1px dashed #91BAC9;
    outline-offset: -3px;
}

.right_contact {
    padding: 0px;
    margin: 0 0 0 0px;
}

.right_contact p {
    font-size: 20px;
    margin: 0 0 5px 0;
    color: #053c5e;
    text-align-last: end;
    line-height: 13px;
    font-weight: 500;
}

.right_contact a {
    font-size: 20px;
    text-decoration: none;
    font-weight: 600;
    color: #425e8c;
    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: 2px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* 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: 10px;
    font-size: 2.5rem;
}

.tpl_head h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff !important;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.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 #91BAC9;
    text-stroke: 0.9px #91BAC9;
    clip-path: circle(76% at 33% 57%);
}

/* Why Choose Us Section  & Ferry route section*/
.why-choose-us {
    background-color: var(--light);
    background-color: transparent;
}

.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}





.feature-icon {
    font-size: 2.5rem;
    color: #000;
    margin-bottom: 20px;
}

/* ferry route Section */


.ferryroutesection {
    width: 100%;
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
}

.ferryroutesection a {
    color: #fff;
}

.ferryroutesection h2 {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    /* animation: titleGlow 3s ease-in-out infinite alternate; */
}

.ferryroutesection-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.ferryroutesection-card {
    /* background: linear-gradient(#0056b34f, #0056b3e0), url(https://images.unsplash.com/photo-1506929562872-bb421503ef21?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80); */
    background: #036;
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ferryroutesection-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: 0.6s;
}

.ferryroutesection-card:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    background: #036;
    border-color: rgba(79, 195, 247, 0.5);
}

.ferryroutesection-card:hover:before {
    left: 100%;
}

.bookreservation-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.ferryroutesection-icon {
    margin-bottom: 25px;
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ferryroutesection-icon i {
    font-size: 3.5rem;
    color: #fff;
    filter: drop-shadow(0 0 8px rgba(79, 195, 247, 0.6));
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
}

.ferryroutesection-card:hover .ferryroutesection-icon i {
    transform: scale(1.2);
    filter: drop-shadow(0 0 12px rgba(79, 195, 247, 0.8));
    color: #4fc3f7;
}

.ferryroutesection-icon:after {
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    background: rgba(79, 195, 247, 0.15);
    border-radius: 50%;
    animation: pulse 3s infinite;
}

.ferryroutesection-card h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #e3f2fd;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.ferryroutesection-card p {
    font-size: 1.1rem;
    color: #bbdefb;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

.ferryroutesection-card:hover h4,
.ferryroutesection-card:hover p {
    color: #fff;
    text-shadow: 0 0 10px rgba(79, 195, 247, 0.5);
}



.ferryroutesection-card .reservation-btn {
    display: inline-block;
    background: linear-gradient(135deg, #91BAC9, #91BAC9);
    color: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(41, 182, 246, 0.4);
    margin-top: auto;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.ferryroutesection-card .reservation-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: 0.5s;
}

.ferryroutesection-card:hover .reservation-btn {
    transform: translateY(-5px);
    /* box-shadow: 0 8px 20px rgba(41, 182, 246, 0.6);
            background: linear-gradient(135deg, #29b6f6, #036); */
    color: #fff;
}

.ferryroutesection-card:hover .reservation-btn:before {
    left: 100%;
}

/* Ferry specific animations */
.ferryroutesection-card:nth-child(1) .ferryroutesection-icon i {
    animation: ferry-float 5s ease-in-out infinite;
}

.ferryroutesection-card:nth-child(2) .ferryroutesection-icon i {
    animation: ship-float 4s ease-in-out infinite;
}

.ferryroutesection-card:nth-child(3) .ferryroutesection-icon i {
    animation: ferry-float 6s ease-in-out infinite;
}

.ferryroutesection-card:nth-child(4) .ferryroutesection-icon i {
    animation: ship-float 5.5s ease-in-out infinite;
}

.ferryroutesection-card:nth-child(5) .ferryroutesection-icon i {
    animation: ferry-float 4.5s ease-in-out infinite;
}



/* Animations */


@keyframes ferry-float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    25% {
        transform: translateY(-8px) rotate(2deg);
    }

    50% {
        transform: translateY(-12px) rotate(0deg);
    }

    75% {
        transform: translateY(-8px) rotate(-2deg);
    }
}

@keyframes ship-float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    33% {
        transform: translateY(-10px) rotate(3deg);
    }

    66% {
        transform: translateY(-5px) rotate(-3deg);
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(0.8);
        opacity: 0.7;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

@keyframes titleGlow {
    0% {
        filter: drop-shadow(0 0 5px rgba(79, 195, 247, 0.7));
    }

    100% {
        filter: drop-shadow(0 0 15px rgba(79, 195, 247, 0.9));
    }
}


/* Responsive adjustments */
@media (max-width: 1100px) {
    .ferryroutesection-features {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    .ferryroutesection h2 {
        font-size: 2.3rem;
    }

    .ferryroutesection-features {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .ferryroutesection-card {
        padding: 25px 20px;
    }

    .ferryroutesection-icon {
        height: 80px;
    }

    .ferryroutesection-icon i {
        font-size: 3rem;
    }

    .ferryroutesection-icon:after {
        width: 70px;
        height: 70px;
    }

    .island {
        display: none;
    }
}

@media (max-width: 480px) {
    .ferryroutesection h2 {
        font-size: 2rem;
    }

    .ferryroutesection-card h4 {
        font-size: 1.3rem;
    }

    .ferryroutesection-card p {
        font-size: 1rem;
    }

    .reservation-btn {
        padding: 10px 20px;
        font-size: 1rem;
    }
}





/* 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: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    border-top: 5px solid#000;
}

.ticket-card.premium {
    border-top-color: var(--primary);
}

.ticket-card h3 {
    margin-bottom: 15px;
}

.ticket-price {
    font-size: 2rem;
    color: #000;
    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: #fff;
}

.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: #fff;
    text-align: center;
    padding: 80px 0 50px;
}

.cta h2 {
    color: #fff;
}

.cta h2:after {
    background-color: #000;
}

.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_tx h2 {
    margin-bottom: 10px;
    color: #053c5e;
    font-size: 45px;
    font-weight: 800;
    border-bottom: 1px dashed #91BAC9;
    display: inline-block;
    padding: 0 0 4px 0;
}

.about_pg_tx p {
    font-size: 17px;
    color: #425e8c;
    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: #053c5e;
    font-weight: 700;
}

.card-body p {}

/* Banner section css start*/

.banner-regions {
    background: url(../images/ferryimgs/Banner6.jpg) center center no-repeat;
    background: url(../images/ferryimgs/downabner.png) 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;    */
}



.baner_leftsingle {
    background: url(../images/ferryimgs/bayleftsection.png) center center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
    height: 400px;
    width: 100%;
    object-fit: cover;
    position: relative;
}

.banercontent {
    position: absolute;
    padding: 20px;
    /*  top: 213px; */
    left: 0;
    transform: translateY(30%);
    background: #ffffffe6;
    border-radius: 0px 130px 130px 0px;
    border-radius: 60px 0px 130px 0px;
}



.baner_leftsingle .banercontent {
    padding: 6px 16px;
    transform: translateY(200%);
}

.banner-small-title {
    display: inline-block;
    background: linear-gradient(90deg, #0079a5, #036);
    color: white;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}










.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 */
}

/* Banner section end */

/* Route Location section start */
.routesectionbox {
    background: linear-gradient(0deg, rgb(8 9 14 / 80%) 0%, rgb(8 9 14 / 38%) 100%);
    background: #164e37;
    background: #003366;
    padding: 40px 0;
}

.routesectionbox h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
}

.routesectionbox a:hover .routenamebox {
    color: #fff;
    background: #0079a5;
}

.routenamebox {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fafaf7;
    padding: 10px 0;
    border-radius: 8px;
}

.routenamebox h4 {
    margin: 0px;
    font-size: 18px;
}

.routenamebox p {
    margin: 0px;
    font-size: 16px;
}

.route_directionicon {
    border-radius: 50%;
    background: #ede9e1;
    display: flex;
    height: 38px;
    width: 42px;
    justify-content: center;
    align-items: center;
    color: #0079a5;
}

/* Route Location section end */

/* Error msg div Start */

.error-message {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}

.error-border .form-control {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

/* Error msg div end */


.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 .container {
    max-width: 1180px;
}

.footer-bar .copyright {
    color: rgba(255, 255, 255, 0.7);
}

.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: linear-gradient(rgb(0 0 0 / 80%), rgb(0 0 0 / 50%)), url('../images/ferryimgs/Banner66.jpg');
    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: 65px 0 65px;
}


.top-banercontent {
    padding: 20px;
    /*
top: 213px; 
position: absolute;  
transform: translateY(15%);
*/
}

.form_include {
    width: calc(100% - 0px);
    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;
    align-items: center;
}

.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;
    border-radius: 18px;
    letter-spacing: 0;
    font-weight: 600;
    margin: 0px 15px 2px 0;
    margin: 0px;
    font-size: 14px;
    padding: 3px 8px 0px 28px;
}

.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: 3px;
    left: 4px;
    height: 16px;
    width: 16px;
    background-color: transparent !important;
    border-radius: 50%;
    border: 1px solid #91BAC9 !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 #91BAC9;
}

/* 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: #91BAC9;
}

.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,
.frm_llbs .fa-clock,
.frm_llbs .fa-car {
    font-size: 20px;
    color: #425e8c;
    color: #003768;
}

.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: 570px;
    overflow-y: auto;

    /* Ensure scrollbar is always visible on mobile */
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    /* For Firefox */
    scrollbar-color: #3498db #f1f1f1;
    /* For Firefox */

}


/* Custom scrollbar for Webkit browsers (Chrome, Safari, etc.) */
.custom-options::-webkit-scrollbar {
    width: 8px;
}

.custom-options::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.custom-options::-webkit-scrollbar-thumb {
    background: #3498db;
    border-radius: 10px;
}

.custom-options::-webkit-scrollbar-thumb:hover {
    background: #2980b9;
}

.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: #425e8c;
    color: #003768;
    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 #91BAC9;
    padding: 15px 12px;
    white-space: inherit;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-weight: 600;
    border-radius: 5px;
    background: #91BAC9;
    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;
    line-height: 28px;
    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: 30px;
}


/* 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-image {
    height: 200px;
    overflow: hidden;
}

.tour-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}



.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;

    color: #fff;
    padding: 180px 0 100px;
    text-align: center;
}

.about-hero h1 {
    color: #fff;
    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: #fff;
    position: relative;
    overflow: hidden;
}

.story-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}







.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: #000;
    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: #fff;
    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: #000;
    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: #fff;
}

.team-members {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}





.team-image {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}



.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: #000;
    color: #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
}



.team-social a:hover {
    background-color: var(--primary);
}

.team-info {
    padding: 30px 20px;
}

.team-info h3 {
    margin-bottom: 5px;
}

.team-info p.position {
    color: #000;
    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-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*/

/* Comunite section css start*/

/* community css Start*/

.communities-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #ffffffe6 0%, #ebf2ec 100%);
    position: relative;
    overflow: hidden;
}

.communities-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%231a365d" fill-opacity="0.05" d="M0,224L48,213.3C96,203,192,181,288,181.3C384,181,480,203,576,192C672,181,768,139,864,138.7C960,139,1056,181,1152,192C1248,203,1344,181,1392,170.7L1440,160L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>'); */
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.section-title h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #053c5e;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--accent);
    border-radius: 2px;
}

.section-title p {
    font-size: 1.2rem;
    color: var(--dark);
    max-width: 700px;
    margin: 0 auto;
}

.communities-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    position: relative;
    z-index: 1;
}





.card-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}



.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
    display: flex;
    align-items: flex-end;
    padding: 20px;
}

.card-overlay h3 {
    color: white;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.card-content {
    padding: 25px 25px 4px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.communities-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 10px;
    margin-top: 15px;
    flex-grow: 1;
}

.communities-list a {
    display: block;
    padding: 8px 12px;
    background: #f8f9fa;
    border-radius: 6px;
    color: var(--dark);
    text-decoration: none;
    transition: var(--transition);
    font-size: 0.95rem;
    border: 1px solid #e9ecef;
}

.communities-list a:hover {
    background: var(--secondary);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-footer {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #e9ecef;
    background: transparent;
}






/* community section css End*/

/* Error div css start*/

.error-message {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}

.error-border .form-control {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

/* Error div css End*/

/*********** Responsive Vew Style******************/
/* Responsive adjustments */
@media (max-width: 1100px) {

    /* Top header bar start */
    .header-top-left {
        margin-right: 5px;
    }

    .header-top-contact ul {
        gap: 10px;
    }

    .ferryroutesection-features {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}


@media (max-width: 992px) {

    /* Top header bar start */
    .header-top {
        display: block;
        padding-bottom: 0;
    }

    /* About us page start */
    .story-container {
        grid-template-columns: 1fr;
    }

    .checkmark {
        height: 20px;
        width: 20px;
    }

    .customradio .checkmark:after {
        width: 14px;
        height: 14px;
    }

    .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) {
    body {
        min-height: auto;
    }

    .navbarcalbtn {
        display: none;
    }

    /* Top header bar start */
    .header-top-wrapper {
        display: inherit;
        text-align: center;
    }

    .header-top-left .header-top-contact ul {
        display: inherit;
    }

    .header-top-left .header-top-contact ul li {
        display: block;
    }

    .header-top-contact a {
        font-size: 18px;
    }

    /* Header Design start*/
    #desktopview {
        display: none;
    }

    #mobileviewshow {
        display: block;
    }

    .navbar-brand {
        width: 82%;
        text-align: left;
    }

    img.logoimg-dsnp {
        max-width: 66%;
    }

    .searchform-outer {
        box-shadow: none;
        padding: 5px 5px;
    }

    .form_include {
        margin: 0;
        position: relative;
        transform: translateY(0%);
        padding: 0px 0px 10px;
    }

    .tpl_head {
        margin: 0px;
    }

    .tpl_head h1 {
        color: #036;
        font-size: 21px;
        padding: 0px;
        text-align: left;
    }

    .tpl_head h2 {
        color: #053c5e !important;
    }

    .tpl_head p {
        display: block;
        color: #036;
        font-size: 18px;
        text-align: left;
    }

    .ferryroutesection h2 {
        font-size: 2.3rem;
    }

    .ferryroutesection-features {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .ferryroutesection-card {
        padding: 25px 20px;
    }

    .ferryroutesection-icon {
        height: 80px;
    }

    .ferryroutesection-icon i {
        font-size: 3rem;
    }

    .ferryroutesection-icon:after {
        width: 70px;
        height: 70px;
    }

    .island {
        display: none;
    }

    .findbtn {
        margin-top: 0px;
    }

    /* Banner left section start */

    .banner-regions-video .banercontent,
    .banercontent {
        transform: translateY(5%);
    }

    .banner-regions2 {
        height: 530px;
    }

    .banner-regions2 .banercontent {
        transform: none;
        top: 100px;
        left: 0px;
        border-radius: 60px 60px 0px 0px;
    }


    .banner-regions2 h1 {
        color: #fff;
        font-size: 40px;
        font-weight: 800;

    }

    .banner-regions2 h4 {
        color: #fff;
        font-size: 22px;
        font-weight: 800;

    }

    .banner-regions2 a {
        width: 46%;
        background: linear-gradient(45deg, #fff, #fff);
        padding: 8px 10px;
        letter-spacing: 1px;
        font-size: 14px;
    }

    .baner_leftsingle {
        height: 400px;
    }

    .baner_leftsingle .banercontent {
        transform: none;
        bottom: 0px;
        left: 16px;
        border-radius: 60px 60px 0px 0px;
    }

    /* banner section end */
    .routesectionbox {
        padding: 30px 0;
    }

    .routesectionbox h2 {
        font-size: 36px;
    }

    /* About us page Start */
    .about-hero h1 {
        font-size: 3rem;
    }

    .team-members,
    .values-container {
        grid-template-columns: 1fr 1fr;
    }

    .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;
    }

    .custom-options {
        /* Force scrollbar to be always visible on mobile */
        overflow-y: scroll !important;
        -webkit-overflow-scrolling: touch;

    }

    /* Ensure content is scrollable on touch devices */
    .custom-options::after {
        content: '';
        display: block;
        height: 1px;
        width: 100%;
    }

    .communities-section {
        padding: 60px 0;
    }

    .section-title h2 {
        font-size: 2.2rem;
    }

    .communities-container {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .communities-list {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }

    .section-title h2 {
        font-size: 1.8rem;
    }

    .section-title p {
        font-size: 1rem;
    }

    .card-content {
        padding: 20px;
    }

    .communities-list {
        grid-template-columns: repeat(2, 1fr);
    }


    /* 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 !important;
    }

    .promo-cards-IIII {
        height: auto;
    }

    /* Form Design start*/
    .top-banner-regions {
        background: none;
        padding: 0px;
    }

    .top_banner {
        padding: 10px 0px 0px;
        background: #f7f7f7;
    }

    .customvehicle {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .dropdown-input,
    .form-control {
        height: 70px;
        padding: 12px 15px 12px 40px;
        padding: 18px 20px 18px 40px;
    }

    /* When one-way trip is selected, change height to 70px */
    .one-way-trip .dropdown-input,
    .one-way-trip .form-control {
        height: 70px !important;
        margin: 10px auto;
    }

    /* When roundtrip is selected, change height to 180px */
    .roundtrip-trip .dropdown-input,
    .roundtrip-trip .form-control {
        height: 56px !important;
        margin: 5px auto;
    }

    /* Ensure custom select triggers also respect the height */
    .one-way-trip .custom-select__trigger,
    .roundtrip-trip .custom-select__trigger {}

    /* Make sure the form controls maintain proper appearance */
    .one-way-trip .dropdown-input-wrapper,
    .roundtrip-trip .dropdown-input-wrapper {
        height: inherit;
    }


    .frm_llbs {
        left: 15px;
    }

    /* Ensure custom select triggers also respect the height */
    .one-way-trip .frm_llbs {
        top: 34px;
    }

    .roundtrip-trip .frm_llbs {
        top: 22px;
    }

    .dropdown-input {
        padding: 12px 15px 12px 40px;
        padding: 18px 20px 18px 40px;
    }

    .frm_llbs {
        left: 15px;
    }

    .dropdown-icon {
        right: 4px;
        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;
    }
}

@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:480px) {

    .ferryroutesection h2 {
        font-size: 2rem;
    }

    .ferryroutesection-card h4 {
        font-size: 1.3rem;
    }

    .ferryroutesection-card p {
        font-size: 1rem;
    }

    .reservation-btn {
        padding: 10px 20px;
        font-size: 1rem;
    }

}

/* Ferry Discount Popup Styles */
.custom-ferry-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 30, 0.85);
    /* Deep dark blue overlay */
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.custom-ferry-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.custom-ferry-popup {
    background-color: #0b1a30;
    /* Dark navy background matching mockup */
    width: 90%;
    max-width: 550px;
    border-radius: 16px;
    position: relative;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.7);
    transform: scale(0.9);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.custom-ferry-popup-overlay.active .custom-ferry-popup {
    transform: scale(1);
}

.custom-ferry-popup-image-container {
    width: 100%;
    height: 280px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.custom-ferry-popup-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.custom-ferry-popup-image-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgba(11, 26, 48, 0) 0%, rgba(11, 26, 48, 1) 100%);
    z-index: 2;
}

.custom-ferry-popup-logo-top {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
}

.custom-ferry-popup-logo-img {
    height: 45px;
    max-width: 80%;
    object-fit: contain;
    /* Attempt to make the logo white if it's dark by default */
    filter: brightness(0) invert(1) drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.8));
}

.custom-ferry-popup-content {
    position: relative;
    z-index: 3;
    padding: 0px 35px 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -20px;
    /* Pull text up into the gradient */
}

.custom-ferry-popup-close {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    z-index: 10;
    opacity: 0.8;
    transition: opacity 0.2s;
    line-height: 1;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
}

.custom-ferry-popup-close:hover {
    opacity: 1;
}

.custom-ferry-popup-offer-text {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: -5px;
}

.custom-ferry-popup-discount {
    font-size: 95px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    margin: 0px 0 0px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: -2px;
}

.custom-ferry-popup-route {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #e2e8f0;
    letter-spacing: 0.5px;
}

.custom-ferry-popup-desc {
    font-size: 15px;
    font-weight: 400;
    color: #cbd5e1;
    margin-bottom: 30px;
    line-height: 1.5;
    padding: 0 10px;
}

.custom-ferry-popup-actions {
    display: flex;
    gap: 15px;
    width: 100%;
}

.custom-ferry-popup-btn-primary {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ef4444;
    /* Bright Red */
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px 20px;
    border-radius: 6px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(239, 68, 68, 0.3);
}

.custom-ferry-popup-btn-primary:hover {
    background-color: #dc2626;
    /* Darker Red */
    transform: translateY(-2px);
    color: #ffffff;
}

.custom-ferry-popup-btn-outline {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 14px 20px;
    border-radius: 6px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.6);
    cursor: pointer;
}

.custom-ferry-popup-btn-outline:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
}

@media (max-width: 480px) {
    .custom-ferry-popup-image-container {
        height: 200px;
    }

    .custom-ferry-popup-logo-img {
        height: 35px;
    }

    .custom-ferry-popup-discount {
        font-size: 65px;
    }

    .custom-ferry-popup-route {
        font-size: 22px;
    }

    .custom-ferry-popup-actions {
        flex-direction: column;
        gap: 10px;
    }

    .custom-ferry-popup-btn-primary,
    .custom-ferry-popup-btn-outline {
        width: 100%;
        font-size: 16px;
        padding: 14px 20px;
    }

    .custom-ferry-popup-content {
        padding: 0px 20px 25px;
    }
}

