@font-face {
    font-family: 'MontserratRegular';
    src: url('fonts/Montserrat-Regular.ttf');
}

@font-face {
    font-family: 'MontserratSemiBold';
    src: url('fonts/Montserrat-SemiBold.ttf');
}

@font-face {
    font-family: 'MontserratBold';
    src: url('fonts/Montserrat-Bold.ttf');
}

@font-face {
    font-family: 'MHeiHK';
    src: url('fonts/MHeiHK-Medium.TTF');
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'RobotoLight';
    src: url('fonts/Roboto-Light.ttf');
}

@font-face {
    font-family: 'FuturaBook';
    src: url('fonts/FuturaBook.ttf');
}

@font-face {
    font-family: 'FuturaBold';
    src: url('fonts/FuturaHeavy.ttf');
}
@font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica'), url('fonts/Helvetica.woff') format('woff');
}
@font-face {
    font-family: 'Helvetica Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Bold'), url('fonts/Helvetica-Bold.woff') format('woff');
}

.chinese {
    font-family: "MHeiHK";
}

body {
    font-size: 16px;
    overflow-x: hidden;
    line-height: 1.4;
    position: relative;
    min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0px;
    font-weight: bold;
}

.section-title{
    font-family: 'Helvetica Bold', Arial, sans-serif;
    font-size: 38px;
    color: var(--primary-blue-color);
    margin-bottom: 1em;
}

img {
    max-width: 100%;
}

.row {
    margin: 0;
}

.btn {
    border-radius: 0;
    font-size: inherit;
    cursor: pointer;
}

footer {
    clear: both;
    font-size: 13px;
}

ul {
    padding-left: 1em;
}

button:focus,
button:active,
button:focus:active,
input[type=”submit”]:focus,
input[type=”submit”]:active,
input[type=”submit”]:focus:active,
.btn-primary.focus,
.btn-primary:focus {
    background-image: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

hr {
    border-top: 1px solid white;
}

table {
    width: 100%;
}

table {
    border-collapse: separate;
    border-spacing: 0px 1em;
}

th,
td {
    vertical-align: top;
}

.tbSuccess {
    color: #10c3f0;
}

.border-red {
    border: solid 2px #243894;
}

.bg-light {
    background-color: #eee !IMPORTANT;
}

section#content {
    min-height: 300px;
}

select::-ms-expand {
    display: none;
}

/* ie hide arrow */
select {

    /* reset */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;

    /* arrow */
    /*background-image: linear-gradient(55deg, transparent 50%, #243894 50%), linear-gradient(125deg, #243894 50%, transparent 50%);
    background-position: 94%, 96%;
    background-size: 10px 10px, 10px 10px;*/
    background-repeat: no-repeat;

    background-image: url(images/sort-down.png);
    background-size: 15px;
    background-position: 97%;
}


::-webkit-input-placeholder {
    /* Edge */
    color: white;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
}

::placeholder {
    color: white;
}


a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #243894 !important;
}

a:not([href]):not([tabindex]) {
    cursor: pointer;
    color: #243894;
}

/* width */
body ::-webkit-scrollbar {
    width: 5px;
}

/* Track */
body ::-webkit-scrollbar-track {
    background: #555;
}

/* Handle */
body ::-webkit-scrollbar-thumb {
    background: #243894;
}

/* Handle on hover */
/* body ::-webkit-scrollbar-thumb:hover {
    background: #555;
} */

.zoom {
    overflow: hidden;
}

.zoom img {
    transition: .5s;
}

.zoom img:hover {
    transform: scale(1.1);
}


.slick-prev,
.slick-next {
    z-index: 1;
}

.slick-prev:before,
.slick-next:before {
    font-size: 40px !important;
}

.slick-next {
    right: 30px !important;
}

.slick-prev {
    left: 30px !important;
}

.slick-dots {
    bottom: 0 !important;
}

.slick-dots li button:before {
    color: white !important;
    opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
    color: red !important;
}

.slick-dots li button {
    /* border: solid 1px white !important; */
    border-radius: 50%;
    font-size: 10px !important;
}

.slick-next:before {
    content: '>' !important;
}

.slick-prev:before {
    content: '<' !important;
}

.slick-prev:before,
.slick-next:before {
    font-family: monospace !important;
}

/*
.slick-dots li button:before {
    font-size: 9px !important;
    border: solid 1px;
    border-radius: 50%;
    line-height: 11px !important;
    width: 11px !important;
    height: 11.5px !important;
}
*/
.slick-dots li button:before {
    background-image: url(images/bullet-default.png);
    background-size: cover;
    line-height: 12px !important;
    width: 12px !important;
    height: 12px !important;
    content: ' ' !important;
}

.slick-dots li.slick-active button:before {
    background-image: url(images/bullet-active.png);
}


#mainNav {
    display: block;
    box-shadow: 0px 0px 20px grey;
}
#mainNav .container{
    max-width: var(--max-screen-width);
}

#mainNav .navbar-brand {
    z-index: 1;
    padding: 0;
}

#mainNav .navbar-brand {
    /* position: absolute; */
    /* top: 0; */
    transition: .2s;
}

/* #mainNav .navbar-brand {} */

/* #mainNav.navbar-shrink .navbar-brand {
    max-width: 100px;
} */

#mainNav .navbar-nav li.nav-item a {
    width: 100%;
    display: block;
    letter-spacing: normal;
    font-size: 18px;
    text-decoration: none;
    transition: all .2s;
    border-bottom: 2px solid transparent;
    /*font-size: .95em;*/
}
#mainNav .navbar-nav li.nav-item a:hover{
    border-bottom: 2px solid var(--main-color);
    /* color: #2a3f9f; */
}
#mainNav .navbar-nav li.nav-item.active a{
    border-bottom: 2px solid var(--main-color);
    /* color: #2a3f9f; */
} 

/* Top menu dropdown design (desktop) */
@media (min-width: 992px) {
    #mainNav .navbar-nav > li.nav-item {
        position: relative;
    }

    #mainNav .navbar-nav > li.has-dropdown > a::after {
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        font-weight: 600; /* Required for the Solid style */
        display: inline-block;
        margin-left: 8px;
        font-size: 11px;
        vertical-align: middle;
        line-height: 1;
    }

    #mainNav .navbar-nav > li.has-dropdown > ul.submenu {
        list-style: none;
        margin: 0;
        padding: 12px 0;
        min-width: 225px;
        background: #2a3f9f;
        position: absolute;
        top: calc(100% + 10px);
        left: 5%;
        transform: translateX(5%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        box-shadow: 0 10px 25px rgba(8, 18, 54, 0.22);
        z-index: 200;
        transition: opacity 0.2s ease, top 0.2s ease, visibility 0.2s ease;
    }

    #mainNav .navbar-nav > li.has-dropdown > ul.submenu::before {
        content: "";
        position: absolute;
        top: -9px;
        left: 15%;
        width: 18px;
        height: 18px;
        background: #2a3f9f;
        transform: translateX(-50%) rotate(45deg);
    }

    #mainNav .navbar-nav > li.has-dropdown:hover > ul.submenu,
    #mainNav .navbar-nav > li.has-dropdown:focus-within > ul.submenu {
        top: calc(100% + 6px);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    #mainNav .navbar-nav > li.has-dropdown > ul.submenu > li {
        display: block;
        padding: 0;
    }

    #mainNav .navbar-nav > li.has-dropdown > ul.submenu > li > a {
        color: #ffffff;
        display: block;
        font-size: 17px;
        line-height: 1.2;
        padding: 14px 28px;
        text-align: left;
        border-bottom: 0;
    }

    #mainNav .navbar-nav > li.has-dropdown > ul.submenu > li > a:hover,
    #mainNav .navbar-nav > li.has-dropdown > ul.submenu > li > a:focus {
        color: #ffffff;
        background: #23348a;
        border-bottom: 0;
        text-decoration: none;
    }
}

nav#mainNav img {
    /*max-width: 200px;*/
    /*width: 35vw;*/
    /*width: 198px;*/
    height: 90px;
}

/* .masthead {
    max-height: 100vh;
    overflow: hidden;
    position: relative;
} */

.copyright a {
    color: inherit;
    padding: 0 1em;
    border-right: solid 1px;
}

.copyright a:last-child {
    border-right: none;
}

.btn-social {
    color: #404040;
    background-color: #243894;
    border-color: transparent;
}

.inline {
    display: inline;
}

.video {
    background-image: url(img/video.jpg);
    background-size: cover;
    background-position: center center;
    display: table;
    text-align: center;
    min-height: 300px;
}

.video div {
    display: table-cell;
    vertical-align: middle;
}

.video img {
    width: 100px;
}

.gray {
    background-color: #f7f6f6;
    color: #243894;
}

.white {
    background-color: #fff;
}

#sponsor img,
.sponsor {
    margin: auto;
    padding: .5vw;
    width: 9.5vw;
}

.cols-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

/*
.instagram-container {
    position: relative;
    max-height: calc(25vw - 20px);
    background-size: cover;
    background-position: center center;
}
.instagram-container img {
    opacity:0;
    height: 100%;
}
#instafeed .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 70px;
    overflow: hidden;
}
#instafeed i.fa-instagram {
    position: absolute;
    right: 10px;
    top: 10px;
}
*/
.masthead i.fa-arrow-down {
    color: white;
    position: absolute;
    bottom: 1em;
    border: solid;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-left: -25px;
}

li.active.nav-item.nav-link,
.navbar-nav .nav-link:hover {
    color: #243894;
}

/* .fixed-top {
    top: 2.5em !important;
    transition: .2s !important;
} */

.navbar-shrink {
    top: 0 !important;
}

#toolbar{
    background: #0653a5;
}
#toolbar .btn {
    color: #243894;
}

#homeinfo td:first-child {
    text-align: right;
    vertical-align: text-bottom;
    padding-right: 2em;
}

footer a {
    color: inherit !Important;
}

footer a i {
    /* background-color: #e0c8a4; */
    color:#17294f;
    /* width: 30px; */
    /* height: 30px; */
    line-height: 20px !important;
    border-radius: 50%;
    text-align: center;
    padding: 5px;
}

input,
textarea,
select {
    padding: 5px 10px;
}

input.error {
    border: solid red;
}

button,
input,
optgroup,
select,
textarea {
    border: solid transparent;
    letter-spacing: 0px;
}

input[type="text"],
select,
textarea {
    background-color: #ccc;
    width: 100%;
    color: white;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #243894;
    border: solid 1px #243894;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
/* 
#newsletter {
    min-width: 45%;
} */

#newsletter .flex {
    display: flex;
}

#newsletter {
    font-size: smaller;
}

#newsletter button {
    border: solid #696969;
    background: #e4ce9d;
    min-width: 75px;
}

.bottom {
    display: -webkit-box;
}

.btn-primary {
    border: solid 1px #243894;
}

.btn-primary:hover {
    background: white;
    color: #243894;
    border: solid 1px #243894;
}

a.btn-primary:hover {
    color: #243894 !important;
}

#tbSuccess,
.tbErrors {
    font-size: smaller;
}

#dine .odd,
#dine .even,
#dine .row,
.gradient .odd,
.gradient .even,
.gradient .row {
    background-color: black;
    color: white;
}

#dine .scroll div,
.gradient .transparent {
    background: rgba(255, 255, 255, .2);
}

#dine td:last-child {
    min-width: 100px;
}

#btmSection {
    position: relative;
    overflow-y: hidden;
}

#instaslide {
    height: 100%;
    overflow: hidden;
    max-height: 100%;
}

#sponsorblock {
    height: 100%;
    overflow: hidden;
    max-height: 100%
}

/*#instaslide div.insta-item { height: 321px; width: 100%; background-repeat: no-repeat; background-size: cover;  background-position: top left;  }*/
/*#instaslide div { overflow:hidden;  }*/
#instaslide div img {
    object-fit: cover;
    width: 100%;
    display: inline-block;
}


.banner {
    background-size: cover;
    min-height: 450px !Important;
}

.banner>div {
    background: rgba(0, 0, 0, .4);
    min-height: 450px !Important;
}

.text-box {
    min-height: 350px;
    font-family: 'RobotoLight';
}




#homeroomlist {
    display: table;
    z-index: 1;
}

#homeroomlist a.active {
    color: inherit;
}

.banner-text-container {
    position: absolute;
}

#slider img{
    height: 60vh; /** 520px **/
    object-fit: fill;
    object-position: left;
    width:100%;
}

/** Booking Form **/
/* .booking-inner { padding: 10px; } */
/* #booking-wrapper.mobile { display: none; position: relative } */
/* #booking-wrapper { z-index: 30; position: absolute; top: 130px; width: 295px; display: inline-block; background-size: 100% 100%; -moz-background-size: 100% 100%; -o-background-size: 100% 100%; background-size: 100% 100%; left: 0px; } */
.inner-page-form-wrapper{ display:none; }
#booking-form {  width: 100%; height: auto; text-align: left; background:#ffffff; padding-bottom: 20px; }
/*#subpage #booking-form{ width:100%; background:#243894; }*/
#booking-form.popup { position: fixed; top: 34px; z-index: 9999; left: 0; right: 0; width: 100%; height: 100%; }
.booking-logo{ padding-left:15px; padding-right:15px; padding-top:3px }
#closeForm{ position:absolute; right:20px;top: 35px; font-size:13px; }
#closeForm i{ font-size:20px; margin-right: 10px }
#closeForm a{ display:inline-flex; align-items:center; text-decoration: none;} 
#booking-form .booking-header { line-height: 16px; margin: auto; padding: 10px 0px; }
#booking-form .booking-header a { text-decoration: none; }
#booking-form h2 { font-family: Helvetica Bold, Arial, sans-serif; font-size: 24px; font-weight: bold; color: var(--main-color); margin:15px 0; }
#booking-form .booking-body { max-width:var(--max-screen-width); width: 100%;  margin:auto }
#booking-form .booking-bottom{ max-width:100%; width:100%; margin:auto; }
#booking-form .booking-btn {  clear: both; width: 100%; display: inline-block;margin: auto; }
#booking-form .booking-btn a { display: inline-block; position: relative;  }
#booking-form .booking-btn a.btn { background:#fdd03e;  text-align: center;  border: 1px solid #fdd03e; text-decoration: none; color:#000000;  font-size: 18px; padding: 0.6em 1.8em; line-height: 1.6; width:100%; }
#booking-form .booking-btn a.btn:hover{ background: #ffdc69 }
input.booking-input, select.booking-input { width: 100%; border-radius:3px; font-size: 18px; padding: 0.7em 1.8em; -moz-box-sizing: border-box; box-sizing: border-box;border: 1px solid #e8ebf0; color:#000000; background: url(images/chevron-down.svg) 0px 100% no-repeat #f7f8fd; background-position: 94%; -moz-appearance: none;  -webkit-appearance: none; appearance: none; position: relative; cursor: pointer; }
input#booking-date { background: url(images/chevron-down.svg) 0px 100% no-repeat #f7f8fd; background-position: 94%; -webkit-appearance: none; -moz-appearance: none; appearance:none; border-radius:3px; font-size: 18px; padding: 0.7em 1.8em; }
input#booking-date::placeholder { color: #000000; }
/* input.booking-input { padding: 2px 8px; } */
.booking-tab { margin-bottom: 20px; padding: 0px; box-sizing: border-box;  position: relative; }
/* .booking-tab .header { font-size: 18px; padding-left: 5px; padding-bottom: 3px; width: 100%; color: var(--main-color); font-weight: normal; } */
/* .booking-tab .booking-bg { width: 100%; cursor: pointer; margin-bottom: 5px; } */

.booking_close { cursor: pointer; color: #6c0034; font-size: 16px; position: absolute; width: 20px; height: 24px; left: 243px; bottom: 10px; background-color: rgba(255, 255, 255, 0.7); border-top-right-radius: 8px; -moz-top-right-border-radius: 8px; -webkit-top-right-border-radius: 8px; border-bottom-right-radius: 8px; -moz-bottom-right-border-radius: 8px; -webkit-bottom-right-border-radius: 8px; }
#booking-click { position: absolute; right: 100px; top: 30px; z-index: 999; }
.ui-datepicker{ margin-top:-94px;}

/*
#highlight {
display: grid;
grid-gap: 20px;
}
*/



.wrapper {
    position: relative;
}

.overlay {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 30%);
}

.wrapper:hover .zoom .img {
    transform: scale(1.1);
}

.img {
    transition: .5s;
    background-size: cover;
    background-repeat: no-repeat;
}

.wrapper .overlay div {
    display: table;
    margin: auto;
}

.wrapper .overlay h4 {
    display: table-cell;
    vertical-align: bottom;
    font-weight: bold;
    text-shadow: 0 1px 2px black;
    font-family: futurabold;
}

.wrapper:first-child .overlay h4 div {
    max-width: 400px;

}

/*
#highlight div:nth-child(1) .img {
    height: 620px;
}
#highlight div:nth-child(2) .img{
    height: 300px;
}
#highlight div:nth-child(3) .img {
    height: 300px;
}
*/
#highlight div .img {
    background-position: center;
}
#home-latest div .img {
    background-position: center;
}
#home-latest .slick-slide img{
    /*height: 523px;*/
    object-fit:cover;
}
#home-latest .zoom{ box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5); border-radius: 5px;   overflow: hidden; }
#home-latest .slick-prev{ left:0px !important;  background: none !important; font-size: 25px !important; width:auto !important; height: auto !important}
#home-latest .slick-next{background: none !important; font-size: 25px !important; width:auto !important; height: auto !important }
#home-latest .custom{ color:#ffffff;  }
.latest-actions{ display:flex; justify-content: center; margin-top: 20px; }
#home-latest .latest-actions .btn-tour{ max-width: 100% !important; }

.tag {
    position: absolute;
    bottom: 6px;
}

.corner {
    /* width: 0; */
    /* height: 0; */
    border-top: 120px solid #d3201e;
    border-bottom: 120px solid transparent;
    border-left: 120px solid transparent;
    right: 0;
    /* margin-left: auto; */
    position: absolute;
    display: block !important;
}

.corner span {
    position: absolute;
    top: -95px;
    width: 80px;
    right: 0;
    text-align: center;
    transform: rotate(45deg);
    /* display: block; */
    color: white;
    font-weight: bold;
    font-size: 23px;
    /* font-family: futurabold; */
}


.border-top {
    border-top: 2px solid #f2efef !important;
}

.border-bottom {
    border-bottom: 2px solid #f2efef !important;
}

#toolbar table {
    width: auto;
    border-spacing: 0;
    font-size: 14px;
}

#toolbar img {
    max-height: 52px;
    width: auto !IMPORTANT;
}

nav #close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    font-size: smaller;
}

.navbar-collapse {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.top-socials-table{ border-spacing:0 0.5em; }
.top-socials a{ border-radius:50%; background: var(--medium-blue-color); width:30px; height:30px; display:inline-block; text-align:center; font-size:20px; line-height:30px; }

/*
@media (min-width: 768px){
#highlight div:nth-child(1) {
grid-column: 1;
grid-row: 1;
}
#highlight div:nth-child(2) {
grid-column: 2;
grid-row: 1;
}
#highlight div:nth-child(3) {
grid-row: 2;
grid-column: 1;
}
}
*/


#sticky-button{
    position: fixed;
    right:10px;
    bottom:10px;
    z-index: 9999;
}

#sticky-button a{
    background:#32d851;
    display: inline-block;
    width:  60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
}
#sticky-button i{
    color:#FFFFFF;
    line-height:  60px;
    font-size: 35px;
}

.container {
    margin: auto;
}


.contact-wrapper {
    background-color: #29368b;
    border-radius: 15px;
    padding: 2.5%;
    color: white;
    margin-bottom: 5%;
}

.contact-wrapper a {
    color: white;
}

.contact-general-wrapper {
    padding: 5% 3%;
    text-align: center;
}

.contact-image-wrapper {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 5%;
    border-radius: 100%;
}

.contact-qr-wrapper {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 5%;
}

.pre-wrap {
    white-space: pre-wrap;
}

.no-padding {
    padding: 0;
}




#gallery-list{
    display: inline-block;
    width:100%;
}
#gallery-left{
    /* width:20%;
    display: inline-block;
    margin-right:3%;
    vertical-align: top; */
}
#gallery-right{
    /* width:75%;
    display: inline-block;
    height:100%; */
}

/* Keep Bootstrap gutters while making the 2-col gallery align to container edges. */
#gallery-right .gallery-grid{
    margin-left: -15px;
    margin-right: -15px;
}

#gallery-right .gallery-grid > .gallery-col{
    padding-left: 15px;
    padding-right: 15px;
}

#gallery-list .page-link{ 
    display: inline-block;
    width:100%;
    margin:0px 0px 5px 0px;
    padding:0;
}
#gallery-list .page-link a{
    width:100%;
    padding:15px 20px 15px 20px;
    background:#f4f4f4;
    display: inline-block;
    text-decoration: none;
    color: #243894;
    font-weight: 600;
    font-family: 'Helvetica Bold', Arial, sans-serif;
    font-size: 18px;
    letter-spacing:0px;
}
#gallery-list .page-link:hover,#gallery-list .page-link.active { 
   
}
#gallery-list .page-link:hover a,#gallery-list .page-link.active a{
    color:#FFFFFF;
    background: rgb(3,80,195); 
}

#gallery-list .page-ad{ 
    display: block;
    width:100%;
    margin:0px 20px 5px 0px;
    padding:6px 0 6px 0px;
    border-radius:4px;
} 

.gallery-col{  margin-bottom:15px; vertical-align:top;  }
.gallery-inner{ border:1px solid #bdbdbd; height:100%; }
.gallery-col .gallery-img{ height: 217px;  overflow: hidden; }
.gallery-col .gallery-img img{ width:100% !important; max-width: 100% !important; height:217px; object-fit:cover}
.gallery-col .gallery-info { padding:5px; }
.gallery-col .gallery-info h2{ color:#044eca; font-size: 18px; font-weight: normal; line-height: 1.5em}

#paronama-viewer{ width:100%; margin-bottom:20px; }
.paronama-col{ width:100%; height:400px !important; position: relative;margin:0px 0px 20px 0px !important; cursor: grab;}
.paronama-col img{ max-width: 100%; height:100%; }
canvas{
    width: 100%;
    height: 100%
}
/*.pnlm-panorama-label{width:100%; position: absolute; top:0;  z-index: 22}*/
/*.pnlm-panorama-label div{  background:#1f3bb6; color:#FFFFFF; display: inline-block;  }*/
.pnlm-panorama-label {
    background: url(images/corner-bg.png) no-repeat bottom left;
    width: 110px;
    height: 109px;
    position: absolute;
    z-index: 112;
    top: 0px;
    left: 0px;
}
.pnlm-panorama-label div {
    width: 110px;
    color: #FFFFFF;
    font-size: 13px;
    position: absolute;
    font-weight: bold;
    top: 22px;
    right: 18px;
    line-height: 1.1em;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/** Cruise Fare **/
table.cruise-fare-table{ border-spacing:0; }
table.cruise-fare-table th{ letter-spacing:1px; }
tr.first-data-row { background:#9cfeff;  }
tr.second-data-row td { border-bottom:1px solid rgb(153, 153, 153); }



/** Main.css **/
@keyframes floatUp {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-10px);
    }

    100% {
        transform: translatey(0px);
    }
}

.grecaptcha-badge {
    opacity: 0;
}

.border-right {
    border-right: 1px solid #243a90 !important;
}

.text-big:first-letter {
    font-size: 40px;
}

.btn-primary,
.btn-secondary {
    font-family: inherit;
    letter-spacing: 0;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

#homepage .btn-primary,
#homepage .btn-secondary {
    font-family: inherit;
    letter-spacing: 0;
}

.banner-img .wrapper {
    display: flex;
    align-items: center;      /* vertical centering */
    justify-content: flex-start; /* or center, depending on your text-align */

    position: absolute;
    top: 0;
    height: 100%;
    max-width: 100%;
    margin: auto;
    left:0;
    right:0;
    /*pointer-events: none !important; /* allow clicks to pass through to slider */
    z-index: 50;
}

.banner-img .wrapper .inner {
    /*display: table-cell;*/
    /*vertical-align: middle;*/
    padding-left: 5.5em;
    padding-right: 5.5em;
    font-family: 'Helvetica';
    text-align: left;
    width: 100%;
}
.banner-img .wrapper .inner h2{
    font-size: 40px;
    color:#FFFFFF;
    font-family: 'Helvetica Bold';
    letter-spacing: 1px;
    max-width: 60%;
    text-shadow: 0px 0px 10px #333;
}
.banner-img .wrapper .inner .banner-text{
    font-size: 24px;
    text-shadow: 0px 0px 10px #333;
}
.banner-img .wrapper .inner .banner-button{
    margin-top: 1.5em;
}
.banner-img .wrapper .button-main{
    margin-right: 2em;
    margin-bottom: 1em;
    background: var(--secondary-blue-color) !important;
    border:1px solid var(--secondary-blue-color) !important;
    font-size: 18px;
    padding: 0.5em 2.5em;
    box-shadow: 0px 0px 10px #333;
}
.banner-img .wrapper .button-main:hover{
    color:var(--secondary-blue-color) !important; 
    background:#FFFFFF !important;
    border:1px solid #FFFFFF !important;   
    /*animation: floatUp 1s ease-in-out infinite; */
}
.banner-img .wrapper .button-wa{
     margin-bottom: 1em;
    position: relative;
    color:var(--primary-blue-color) !important; 
    box-shadow: 0px 0px 10px #333;
    font-size: 18px;
    padding: 0.5em 2.5em 0.5em 2.8em;
}
.banner-img .wrapper .button-wa i.fab{
    position: absolute;
    left: 0.8em;
    top:0.4em;
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    color:#25D366;
}
#slider .slick-next {
    right: 30px !important;
    pointer-events: auto !important;
}

#slider .slick-prev {
    left: 30px !important;
    pointer-events: auto !important;
}
#slider .slick-dots {
    pointer-events: auto !important;
}

.bg-line {
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) calc(50% - 1px),
            rgba(192, 192, 192, 1) calc(50%),
            rgba(0, 0, 0, 0) calc(50% + 1px));
    max-width: 400px;
}

.bg-line span {
    background: white;
    padding: 1em;
}

/** Featured Banner **/
#featured-banner{ max-width: var(--max-screen-width); margin: auto; padding: 1% 15px; }

/** Home Tour **/
#home-tour{
    background: #FFFFFF url('images/home-featured-bg-2.jpg') no-repeat top left;
    background-size: cover;
    padding: 3% 0;
}
#home-tour h1{
    font-family: "Helvetica Bold", Arial, sans-serif;
}
.home-tour-inner{
    max-width: var(--max-screen-width);
    margin: auto;
}
/* ==========================================================================
   Package Card Component
   Reusable card for featured section + inner listing pages
   Works with Bootstrap 4.3.1 grid (.row > .col-md-4)
   ========================================================================== */

/* ----- Section title (used on featured/listing pages) ----- */
.section-title {
    color: #1a3a8f;
    font-weight: 700;
    font-size: 38px;
}

/* ==========================================================================
   EQUAL HEIGHT TRICK
   Bootstrap 4's .row is already a flex container, so all .col-md-4 children
   stretch to match the tallest column's height. We then make .package-card
   fill 100% of that column height, and use flex-direction: column on the
   body so the action buttons stick to the bottom regardless of content.
   ========================================================================== */

.package-card {
    display: flex;
    max-width: 440px;;
    flex-direction: column;
    height: 100%;                        /* fill the bootstrap column */
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.package-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* ----- Image area (fixed aspect, never changes height) ----- */
.package-card__image-wrap {
    position: relative;
    width: 100%;
    /* Default card image area set to portrait ratio (2:3). 600x900px */
    padding-top: 150%; 
    overflow: hidden;
    background: #f0f0f0;
    flex-shrink: 0;                      /* never let the image area squash */
}
.home-tour-inner .package-card__image-wrap {
    /* For the home tour section, we want a landscape ratio (4:3). 900x675px */
    padding-top: 66.66%;
}

.package-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;                   /* crop to fill, no distortion */
    object-position: center;
    display: block;
}

/* Optional: show the full source image (no crop) inside the same frame. */
.package-card--show-full .package-card__image {
    object-fit: contain;
    background: #f0f0f0;
}

/* ----- "Popular" / "New" ribbon badge ----- */
.package-card__badge {
    position: absolute;
    top: 14px;
    left: 0;
    z-index: 1;
    background: #d04a4d;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    padding: 4px 40px 4px 20px;
    /* Arrow/ribbon tail on the right */
    /* clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 50%, 100% 100%, 0 100%); */
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
}

/* ==========================================================================
   CARD BODY
   flex-grow: 1 lets the body absorb extra height when the card stretches.
   Inside, .package-card__content takes natural space and
   .package-card__actions is pushed to the bottom via margin-top: auto.
   ========================================================================== */

.package-card__body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;                      /* fill remaining vertical space */
    padding: 20px 22px 22px;
    background: #ffffff;
}

.package-card__content {
    flex: 1 1 auto;                      /* take all available space */
}

/* ----- Title ----- */
.package-card__title {
    color: #1a3a8f;
    font-family: 'Helvetica Bold', Arial, sans-serif;
    font-size: 18px;
    margin: 0 0 14px;
    line-height: 1.25;
}

/* ----- Price line ----- */
.package-card__price {
    color: #1a1a1a;
    font-size: 18px;
    margin: 0 0 5px;
}

.package-card__price-value {
    color: #833600;                      /* warm brown/orange like the design */
    font-weight: 700;
    margin-left: 4px;
    font-family: 'Helvetica Bold', Arial, sans-serif;
}

/* ----- Subtitle (alternative to price, e.g. "Bintan & Batam Holiday Packages") ----- */
.package-card__subtitle {
    color: #1a1a1a;
    font-size: 1.2rem;
    margin: 0 0 10px;
    line-height: 1.4;
}

/* ----- Star rating ----- */
.package-card__rating {
    color: #f5b301;
    font-size: 1rem;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

/* ==========================================================================
   ACTION BUTTONS
   margin-top: auto pushes this row to the bottom of the body, so buttons
   align across all 3 cards even when titles/subtitles vary in length.
   ========================================================================== */

.package-card__actions {
    display: flex;
    gap: 10px;
    margin-top: auto;                    /* << the magic line for alignment */
    padding-top: 12px;
}

.package-card__btn {
    flex: 1 1 0;                         /* equal-width buttons */
    color: #ffffff;
    /* font-weight: 600; */
    font-size: 1.1rem;;
    padding: 10px 14px;
    border: none;
    margin:0 .2em 0 .2em;
    border-radius: 4px;
    text-align: center;
    max-width: 50%;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.package-card__btn:hover,
.package-card__btn:focus {
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
}

.package-card__btn--primary {
    background-color: #1f8ce8;           /* lighter blue from the design */
}

.package-card__btn--primary:hover,
.package-card__btn--primary:focus {
    background-color: #1879c9;
}

.package-card__btn--secondary {
    background-color: #0a3d91;           /* deep navy from the design */
}

.package-card__btn--secondary:hover,
.package-card__btn--secondary:focus {
    background-color: #082e6e;
}

/* ==========================================================================
   RESPONSIVE BEHAVIOR
   On mobile, cards stack and the row's flex equal-height behaviour stops
   mattering (each card stands alone). We just add a little breathing room.
   ========================================================================== */

/** Why Choose Soon Travel **/
#why-choose{
    padding: 3% 0;
}
#why-choose h1{
    font-family: "Helvetica Bold", Arial, sans-serif;
}
.why-choose-inner{
    max-width: var(--max-screen-width);
    margin: auto;
}
.whychoose-card{
    background: #ecf4fd;
    border-radius: 6px;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.whychoose-card__image-wrap{
    position: relative;
    width: 80px;
    overflow: hidden;
    text-align: center;
}
.whychoose-card__body{
    padding: 10px;

}
.whychoose-card__title{
    font-weight: 600;
    font-size: 16px;
    font-family: 'Helvetica Bold', Arial, sans-serif;
    color:#000;
}
img.whychoose-card__image{
    max-width: 70px;
    height: auto;
    max-height: 54px;
}

/** Bottom Testimonial **/
.testi-slider .slick-prev{
    left: 0 !important;
    z-index: 1;
}
.testi-slider .slick-next{
    right: 0 !important;
    z-index: 1;
}
#bottom-testimonial{
    padding: 1.5% 0 0 0;
}
.testimonial-inner{
    /* background-color: red; */
    margin:auto;
}
.testi-rating{ 
    text-align: center;
     margin-bottom: 1rem;
     font-size: 1.1rem;
    padding-left: 10px;
    padding-right:10px;
}
.testi-rating-img{
    text-align: center;
    margin-bottom: 2rem;
    padding-left: 10px;
    padding-right:10px;
}
.rating-value{
    color: var(--main-color);
    font-family: 'Helvetica Bold', Arial, sans-serif;
    font-size: 1rem;
}
.testi-rating i{
    color: #f5b301;
    font-size: .9rem;
    letter-spacing: 2px;
}
.testi-rating-img img{ 
    max-height: 30px;
    margin:0 6px
}
.testi-wrapper{
    background: #ffffff url('images/home-testi-bg-2.jpg') no-repeat top left;
    background-size:cover;
    padding: 5px 10px 20px 10px;
}
.testi-wrapper-inner{
    max-width: var(--max-screen-width);;
    margin:auto;
}
/* ==========================================================================
   TESTIMONIAL CARD
   - White background, rounded corners
   - Thick blue top border (signature design element)
   - All cards in the same row stretch to equal height (Bootstrap row flex)
   - Date is anchored to the bottom regardless of review length
   ========================================================================== */

.testimonial-card {
    display: flex;
    flex-direction: column;
    height: 100%;                          /* fill bootstrap column height */
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    /* Thick blue top border — the signature look from the design */
    border-top: 14px solid #1a3a8f;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    margin: 0 10px 0 10px;
    max-width: 380px;
}

.testimonial-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* ----- Card body (flex column so date can stick to bottom) ----- */
.testimonial-card__body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 16px 22px 22px;
}

/* ----- Header: name + location ----- */
.testimonial-card__header {
    margin-bottom: 0px;
}

.testimonial-card__name {
    color: #1a3a8f;
    font-size: 1.1rem;
    font-weight: 800;
    font-family: 'Helvetica Bold', Arial, sans-serif;
    margin: 0 0 4px;
    line-height: 1.2;
}

.testimonial-card__location {
    color: #6c757d;
    font-size: 1rem;
    margin: 0;
}

/* ----- Star rating ----- */
.testimonial-card__rating {
    color: #f5b301;
    font-size: 0.9rem;
    margin-bottom: 16px;
}

/* ----- Review text (takes flexible space) ----- */
.testimonial-card__review {
    color: #1a1a1a;
    font-size: 1rem;
    line-height: 1.2;
    margin: 0 0 20px;
    flex: 1 1 auto;                        /* absorbs extra height */
}

/* ----- Date (pinned to bottom) ----- */
.testimonial-card__date {
    color: #6c757d;
    font-size: 0.9rem;
    margin: 0;
    margin-top: auto;                      /* push to bottom of body */
}

/* ==========================================================================
   "VIEW MORE" CTA LINK
   ========================================================================== */

.testimonial-view-more {
    display: inline-block;
    color: #1a3a8f;
    font-size: 1.15rem;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
    padding: 8px 4px;
    transition: color 0.2s ease;
}

.testimonial-view-more:hover,
.testimonial-view-more:focus {
    color: #0a3d91;
    text-decoration: underline;
}

/* ==========================================================================
   TESTIMONIAL LISTING PAGE
   ========================================================================== */

#testimonials.testimonials-section {
    padding: 0px 0 20px;
}

.testimonial-list-card {
    background: #ffffff;
    border: 1px solid #ebebeb;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    padding: 14px;
}

.testimonial-list-item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    background: #ffffff;
    padding: 16px 18px;
    margin-bottom: 5px;
}
.testimonial-list-item.greybg{
    background: #f1f1f1;
}

.testimonial-list-item:last-child {
    margin-bottom: 0;
}

.testimonial-list-item__author {
    width: 160px;
    flex: 0 0 160px;
}

.testimonial-list-item__name {
    margin: 0 0 8px;
    color: #243894;
    font-family: 'Helvetica Bold', Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 1.15;
}

.testimonial-list-item__stars {
    color: #f5b301;
    font-size: 0.9rem;
}

.testimonial-list-item__content {
    flex: 1 1 auto;
    min-width: 0;
}

.testimonial-list-item__date {
    margin: 0 0 8px;
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.2;
}

.testimonial-list-item__review {
    margin: 0;
    color: #111111;
    font-size: 1rem;
    line-height: 1.35;
}

.testimonial-list-empty {
    margin: 0;
    padding: 24px;
    background: #f7f7f7;
    color: #6c757d;
    font-size: 18px;
}

.testimonial-pagination {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-top: 20px;
}

.testimonial-pagination__link {
    color: #243894;
    font-family: 'Helvetica Bold', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1;
    text-decoration: none;
}

.testimonial-pagination__link:hover,
.testimonial-pagination__link:focus {
    color: #1a2b6f;
    text-decoration: underline;
}

.testimonial-pagination__link.is-active {
    color: #111111;
}

@media (max-width: 991px) {
    .testimonial-list-item {
        gap: 14px;
    }

    .testimonial-list-item__author {
        width: 118px;
        flex-basis: 118px;
    }

    .testimonial-list-item__name {
        /* font-size: 24px; */
    }

    .testimonial-list-item__date {
        /* font-size: 18px; */
    }

    .testimonial-list-item__review {
        /* font-size: 20px; */
    }

    .testimonial-pagination__link {
        /* font-size: 22px; */
    }
}

@media (max-width: 767px) {
    #home-latest .slick-slide img{
        /*height: 413px;*/
        object-fit:cover;
    }

    .testimonial-list-card {
        padding: 10px;
    }

    .testimonial-list-item {
        display: block;
        padding: 12px;
    }

    .testimonial-list-item__author {
        width: 100%;
        margin-bottom: 10px;
    }

    .testimonial-list-item__name {
        margin-bottom: 5px;
        font-size: 22px;
    }

    .testimonial-list-item__stars {
        margin-bottom: 2px;
    }

    .testimonial-list-item__date {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .testimonial-list-item__review {
        font-size: 17px;
    }

    .testimonial-pagination {
        gap: 12px;
    }

    .testimonial-pagination__link {
        font-size: 12px;
    }
}

/** Tour Package Page **/
.tour-list{
    background: #FFFFFF url('images/home-featured-bg-2.jpg') no-repeat top left;
    background-size: 100% auto;
}
.site-page{
    background: #FFFFFF url('images/home-featured-bg-2.jpg') no-repeat top left;
    background-size: 100% auto; 
    margin-top:-28px; 
    padding-bottom:15px;
}
.tour-list-inner,
.site-page-inner{
    max-width: var(--max-screen-width);
    margin: auto;
    padding:0 2% 0 2%;
}
.highlight-tour-card{
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto 50px auto;
  }
.site-page-card{
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    max-width: 100%;
    padding-top:30px;
    margin: 0 auto 50px auto;
  }

  .highlight-tour-card .row {
    margin: 0;
  }

  /* ---------- Image side ---------- */
  .tour-image-wrap {
    position: relative;
    padding: 0;
    min-height: 320px;
    background-size: cover;
    background-position: center;
  }

  .tour-image-wrap img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    display: block;
  }

  /* "Popular" ribbon */
  .tour-badge {
    position: absolute;
    top: 20px;
    left: 0;
    background: #d04a4d;
    color: #fff;
    font-weight: 600;
    padding: 5px 40px 5px 18px;
    border:1px solid #d04a4d;
    font-size: 15px;
    z-index: 2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);

  }

  /* .tour-badge::after {
    content: "";
    position: absolute;
    right: -14px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 14px solid #d04a4d;
  } */

  /* ---------- Content side ---------- */
  .tour-content {
    padding: 25px 30px;
  }

  .tour-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 8px;
  }

  .tour-title {
    color: #1a3d8f;
    font-size: 30px;
    font-family: 'Helvetica Bold', Arial, sans-serif;
    font-weight: 700;
    margin: 0;
  }

  .tour-price {
    font-size: 20px;
    color: #333;
    white-space: nowrap;
    font-weight: 500;
  }

  .tour-price .price-value {
    color: #833600;
    font-weight: 700;
  }

  .tour-rating {
    color: #f5b50a;
    font-size: 15px;
    margin-bottom: 18px;
    letter-spacing: 2px;
  }

  /* ---------- Inclusions list ---------- */
  .tour-inclusions {
    margin-bottom: 3em;
  }

  .tour-inclusions ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    margin-left:-12px;
  }

  .tour-inclusions li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #333;
  }

  .tour-inclusions li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #333;
    font-weight: bold;
  }

  /* ---------- Buttons ---------- */
  .tour-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }

  .btn-tour {
    /* padding: 10px 28px;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: opacity 0.2s ease; */
    color: #ffffff !important;
    font-size: 1.1rem;;
    padding: 10px 35px;
    border: none;
    margin:0 .2em 0 .2em;
    border-radius: 4px;
    text-align: center;
    max-width: 50%;
    transition: background-color 0.2s ease, transform 0.15s ease;
  }

  .btn-tour:hover {
    opacity: 0.9;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
  }

  .btn-view {
    background: #1f8fde;
  }

  .btn-enquiry {
    background: #133e7c;
    color:#FFFFFF !important;
  }
  
/* 
#homeroom .img img {
    opacity: 0;
    height: 450px;
}

#homeroom .img .zoom {
    background-size: cover;
    background-position: center center;
}

#homeroom .txt {
    z-index: 1;
    background: rgba(0, 0, 0, .5);
    color: white;
    overflow: auto;
    position: absolute;
    height: 500px;
}

#homeroom .txt button {
    background: transparent;
    border: solid 1px #ffffff;
    color: #ffffff;
}


#roomfacility .col-10 div {
    display: table;
    height: 100%;
}

#roomfacility .col-10 span {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
} */

.slick-slider {
    overflow: hidden;
}

.centerimg .slick-list {
    margin-left: -250px;
}

/* slide when not active/center*/
.centerimg .slick-slide,
.centerimg .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    transition: .2s;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

/* slide when active/center */
.centerimg .slick-center,
.centerimg .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    transition: .2s;
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.navbar-nav {
    /* justify-content: space-between; */
    justify-content: space-evenly;
    justify-content: flex-end;
}

#bookform .row div {
    background: rgba(255, 255, 255, .7);
}

.slick-dotted.slick-slider {
    margin: 0 !important;
}

#slider {
    max-height: 100vh;
    overflow: hidden;
}

#header {
    max-height: 100vh;
    display: block;
}

#slider img {
    height: 463px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.anchor {
    position: absolute;
    bottom: 1.5em;
    width: 20px;
    /*animation: floatUp 1s ease-in-out infinite; */
}

.duet {
    max-width: 90%;
}

.duet .slick-next {
    right: 0px !important;
}

.duet .slick-prev {
    left: 0px !important;
}

.duet .slick-prev:before,
.duet .slick-next:before {
    /* opacity: 1 !important; */
    color: #4a351f !important;
}

.duet .slick-prev,
.duet .slick-next {
    text-shadow: none;
}

.copyright {
    font-size: 13px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.slick-prev,
.slick-next {
    text-shadow: 0px 2px 2px black;
}

#roomfacility img {
    width: 35px;
}

.slick-dots li {
    margin: 0 3px !important;
}

input#arrival,
input#departure {
    background-image: url(images/calendar.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 97%;
}

#toolbar {
    font-size: 13px;
}

.slick-prev,
.slick-next {
    background-image: url(images/prev.png) !important;
    background-size: contain !IMPORTANT;
    background-repeat: no-repeat !IMPORTANT;
    background-position: center center !important;
}

.slick-prev {
    background-image: url(images/prev.png) !important;
}

.slick-next {
    background-image: url(images/next.png) !important;
}

.slick-prev:before,
.slick-next:before {
    opacity: 0 !Important;
}

#homeroom .slick-prev,
.feature-txt .slick-prev,
.list .slick-prev {
    background-image: url(images/prev-white.png) !important;
}

#homeroom .slick-next,
.feature-txt .slick-next,
.list .slick-next {
    background-image: url(images/next-white.png) !important;
}

#homeroom .slick-prev,
#homeroom .slick-next,
.feature-txt .slick-prev,
.feature-txt .slick-next,
.list .slick-prev,
.list .slick-next {
    width: 30px !important;
    height: 30px !IMPORTANT;
}

.slick-prev,
.slick-next {
    width: 35px !important;
    height: 35px !important;
}

.feature-txt .slick-prev {
    left: 10px !important;
}

.feature-txt .slick-next {
    right: 10px !important;
}


.bg-beige {
    background-color: #e4ce9d;
}

.round {
    border-radius: 50%;
}




.counts {
    /* Set "my-sec-counter" to 0 */
    counter-reset: my-sec-counter;
}

.count::before {
    /* Increment "my-sec-counter" by 1 */
    counter-increment: my-sec-counter;
    content: "" counter(my-sec-counter) "";
}

.container {
    max-width: 97%;
}

#home-latest .container {
    max-width: 1300px !important;
}

#map,
header.masthead {
    margin-top: 128px;
}

select:focus {
    outline: none;
}

/*.dinemenu {
    position: relative;
    font-family: 'JosefinSansRegular';
    cursor: pointer;
    background: white;
}

.dinemenu .dinemenuz {
    background-image: url(images/dropdown.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 90%;
    border: solid 1px #4a351f;
}

.dinemenu .dinemenus {
    position: absolute;
    z-index: 1;
    display: none;
    border: solid 1px #4a351f;
    background: white;
}

.dinemenu:hover .dinemenus {
    display: block;
}*/


.fancybox-content input[type="text"],
.fancybox-content select,
.fancybox-content textarea {
    background-color: #ffffff;
    color: #696969;
    border: solid 1px #696969;
    padding: 3px 10px;
}

.fancybox-content table {
    border-spacing: 8px 16px;
}

.fancybox-content select {
    background-image: url(images/sort-down-dark.png);
    background-size: 10px;
}

input.hasDatepicker {
    background-image: url(images/calendar-dark.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 97%;
}

.fancybox-content ::-webkit-input-placeholder {
    /* Edge */
    color: #696969;
}

.fancybox-content :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #696969;
}

.fancybox-content ::placeholder {
    color: #696969;
}


/* The container */
.label {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: solid 1px;
}

/* On mouse-over, add a grey background color */
.label:hover input~.checkmark {
    border: solid 1px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.label input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.label .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid #696969;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fullpage {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.full-page-content {
    width: 40%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.contruct-main-img {
    width: 60%;
    margin-bottom: 25px;
}

.contruct-title {
    font-size: 60px;
    color: #223792;
}

.contruct-whatsapp-img {
    width: 175px;
    margin-top: 25px;
}

@media (min-width: 1200px) {
    .btns {
        position: absolute;
        bottom: 0;
        width: 95%;
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .map div {
        min-width: 100%;
    }
}

@media (min-width: 992px) {
    #homeinfo {
        font-size: 1.5em;
    }

    #instaslide {
        max-height: 97.3%
    }

    #sponsorblock {
        max-height: 97.3%
    }

    #roomlist {
        margin-top: -10%;
    }

    #roomlist .col:nth-child(1) {
        margin-top: 20%;
    }

    .colpage .slick-dots {
        text-align: left;
        left: 3em;
    }

    #homeroom .slick-prev {
        left: 37% !IMPORTANT;
    }

    #homepromo img {
        opacity: 0;
    }

    #homepromo .zoom div {
        min-height: 350px;
        background-size: cover;
        background-position: center center;
        transition: .5s;
    }

    #homepromo .zoom div:hover {
        transform: scale(1.1);
    }

    .md-hidden {
        display: none !important;
    }
}

@media (min-width: 768px) {
    #slider .slick-dots {
        width: auto;
        right: 30px !important;
        bottom: 20px !important;
    }

    #bookform {
        position: absolute;
        bottom: 10px;
    }

    #roomfacility {
        column-count: 2;
    }
}




/* ----- Colors used throughout the footer ----- */
.site-footer {
    background: #1a3a8f url('images/footer-bg.jpg') no-repeat center center;                  /* deep navy */
    background-size: cover;
    color: #ffffff;
    font-size: 0.95rem;
}

/* Yellow accent border at the very top */
.site-footer__top-border {
    height: 8px;
    background: #f5b301;
}

.site-footer__main {
    padding: 50px 0 30px;
    max-width: var(--max-screen-width);
    margin: auto;
}
.site-footer__main .inner{
    max-width: var(--max-screen-width);
    margin: auto;
    padding-left: 20px;
    padding-right:20px;
}
/* ==========================================================================
   LEFT COLUMN (logo, license, authorized agent, socials, QR)
   ========================================================================== */

.site-footer__logo img {
    max-width: 280px;
}

.site-footer__company {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.site-footer__license {
    color: #ffffff;
    margin: 0 0 30px;
    opacity: 0.9;
}

/* "Authorized Agent of" block */
.site-footer__authorized {
    margin-bottom: 30px;
}

.site-footer__authorized-label {
    color: #ffffff;
    margin: 0 0 2px;
}

.site-footer__authorized-list {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
    color: #ffffff;
    font-weight: 700;
}

.site-footer__authorized-list li {
    margin-bottom: 2px;
}

/* Social icons */
.site-footer__socials {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
    display: flex;
    gap: 16px;
}

.site-footer__socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffffff;
    color: #1a3a8f;
    font-size: 1.5rem;
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.site-footer__socials a:hover,
.site-footer__socials a:focus {
    background: #f5b301;
    color: #1a3a8f;
    transform: translateY(-2px);
    text-decoration: none;
}

/* WeChat QR */
.site-footer__qr {
    max-width: 170px;
}

/* ==========================================================================
   RIGHT AREA - cruise info blocks
   ========================================================================== */

/* Vertical separator between left branding column and right cruise area.
   Using border-left on the right column auto-stretches to full row height
   thanks to Bootstrap's flex row. The negative margin + matching padding
   shifts the line into the gutter so it sits visually centered between
   the two columns rather than hugging the right column's content. */
.site-footer__right {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    padding-left: 60px;
    margin-left: -1px;                    /* avoid double-line at edge */
}

.site-footer__cruise + .site-footer__divider + .site-footer__cruise {
    margin-top: 0;                        /* spacing handled by hr */
}

/* Cruise title (Aegean Paradise / World Legacy) */
.site-footer__cruise-title {
    font-size: 1.6rem;
    font-weight: 500;
    color: #ffffff;
    margin: 0 0 24px;
}

/* Divider between the two cruise blocks */
.site-footer__divider {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    margin: 12px 0 30px;
}

/* ----- Footer links lists (Schedule, Cabin Fare, etc.) ----- */
.site-footer__links {
    list-style: disc;
    padding-left: 20px;
    margin-left:-20px;
}

.site-footer__links li {
    margin-bottom: 14px;
}

.site-footer__links li::marker {
    color: #ffffff;
}

.site-footer__links a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.site-footer__links a:hover,
.site-footer__links a:focus {
    /*color: #f5b301;*/
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
}

.copyright-para{ 
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}
.copy-right a{
    display:inline-block;
    margin: 0 5px;
    font-size: 0.85rem;
}

  .location-section {
    max-width: var(--max-screen-width);
    margin: 0 auto;
  }
 
  /* ---------- Location card ---------- */
  .location-card {
    margin-bottom: 40px;
  }
 
  .location-title {
    color: #1a3d8f;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Helvetica Bold', Arial, sans-serif;
  }
 
  .location-image {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    display: block;
    max-width: 550px;
  }
 
  /* ---------- Contact info list ---------- */
  .contact-info {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
  }
 
  .contact-info li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
  }
 
  .contact-info li i {
    color: #1a3d8f;
    font-size: 18px;
    /* width: 28px; */
    margin-right:20px;
    flex-shrink: 0;
    margin-top: 3px;
  }
 
  .contact-info li a {
    color: #333;
    text-decoration: none;
  }
 
  .contact-info li a:hover {
    color: #1a3d8f;
    text-decoration: underline;
  }
 
  /* ---------- WhatsApp button ---------- */
  .whatsapp-btn {
    display: inline-flex;
    align-items: center;
    background: #25d366;
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-left: 2.5em;
  }
 
  .whatsapp-btn:hover {
    background: #1ebe5d;
    color: #fff;
    text-decoration: none;
  }
 
  .whatsapp-btn i {
    font-size: 32px;
    margin-right: 12px;
  }
 
  .whatsapp-btn .wa-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    text-align: left;
  }
 
  .whatsapp-btn .wa-text small {
    font-size:8px;
    font-weight: 400;
    opacity: 0.95;
  }
 
  .whatsapp-btn .wa-text strong {
    font-size: 18px;
    font-weight: 700;
  }
 

/** Team Card **/
  .team-section {
    width:100%;
    background-color: #ebf4fd;
  }
  .team-inner{
    max-width: var(--max-screen-width);
    padding-left: 20px;
    padding-right:20px;
    margin: auto;
  }
 
  /* ---------- Section title ---------- */
  .team-heading {
    color: #1a3d8f;
    font-family: 'helvetica bold', Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
  }
 
  /* ---------- Team card ---------- */
  .team-card {
    background: #133e7c;
    border-radius: 12px;
    padding: 25px;
    color: #fff;
    display: flex;
    /* align-items: center; */
    gap: 25px;
    height: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }
 
  .team-photo {
    width:100%;
    max-width: 200px;
    /* height: 240px; */
    /* object-fit: cover; */
    border-radius: 6px;
    flex-shrink: 0;
    background: #ddd;
  }
 
  .team-info {
    flex: 1;
    min-width: 0;
    padding-top:1em
  }
 
  .team-name {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 6px 0;
    color: #fff;
  }
 
  .team-role {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 22px 0;
    color: #fff;
    opacity: 0.95;
  }
 
  /* ---------- Contact list inside card ---------- */
  .team-contact {
    list-style: none;
    padding: 0;
    margin: 0;
  }
 
  .team-contact li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
  }
 
  .team-contact li:last-child {
    margin-bottom: 0;
  }
 
  .team-contact li i {
    color: #fff;
    font-size: 16px;
    /* width: 26px; */
    margin-right: 20px;
    flex-shrink: 0;
    margin-top: 3px;
  }
 
  .team-contact li a {
    color: #fff;
    text-decoration: none;
    word-break: break-word;
  }
 
  .team-contact li a:hover {
    text-decoration: underline;
    color: #fff;
  }
 
  /* ---------- Card spacing ---------- */
  .team-col {
    margin-bottom: 25px;
  }


/* ----- Contact list (address, phone, email) ----- */
.site-footer__contact {
    list-style: none;
    padding: 0;
    margin: 0 0 0 -20px;
}

.site-footer__contact li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
    line-height: 1.6;
}

/* Icon column (fixed width so text aligns nicely) */
.site-footer__contact-icon {
    color: #ffffff;
    font-size: 1rem;
    width: 18px;
    flex-shrink: 0;
    margin-top: 4px;
    text-align: center;
}

.site-footer__contact a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer__contact a:hover,
.site-footer__contact a:focus {
    color: #f5b301;
    text-decoration: none;
}

/* ==========================================================================
   COPYRIGHT BAR
   ========================================================================== */

.site-footer__copyright {
    background: #102a6c;                  /* slightly darker than main footer */
    color: #ffffff;
    padding: 16px 0;
    font-size: 0.9rem;
}
.site-footer__copyright .inner{
    max-width: var(--max-screen-width);
    margin: auto;
    padding-left: 20px;
    padding-right:20px;
}

.bottom-icon{ font-size:1.5em; line-height:1.2  }

/* ==========================================================================
   RESPONSIVE TWEAKS
   - On <992px (md and below) the layout collapses: left column stacks on top,
     right column takes full width. Bootstrap's col-lg-3/col-lg-9 handles this.
   - On <576px (xs) the inner cruise links go from 2 cols to 1 col via col-sm-6
     stacking down; tweak spacing/typography here.
   ========================================================================== */

@media (max-width: 991px) {
    .top-socials-table{
        position: absolute;
        right: 120px;
    }
    #mainNav span.mobile-menu-text{
        font-size: 13px;
        font-weight: bold;
    }
    #mainNav .navbar-toggler-right{
        display: inline-flex;
        align-items: center;
    }
    #mainNav .fa-list-ul{
        font-size: 25px;
    }
    #bookform {
        display: none;
    }

    .sm-hidden {
        display: none !important;
    }

    .full-page-content {
        width: 100%;
    }

    .contruct-main-img {
        width: 60%;
        margin-bottom: 25px;
    }

    .contruct-title {
        font-size: 30px;
        color: #223792;
    }

    .contruct-whatsapp-img {
        width: 175px;
        margin-top: 25px;
    }

    #sticky-button {
        display: none;
    }

/*    #toolbar table td {
        display: block;
        font-size: smaller;
    }*/

    #toolbar table {
        border-spacing: 0;
        line-height: 20px;
    }

    #toolbar table td{
        padding-top: 5px;
    }
/*    #toolbar {
        background-color: #ffffff !IMPORTANT;
        color: #243894 !IMPORTANT;
    }*/

/*    #toolbar a {
        color: #243894 !IMPORTANT;
    }
*/
    #map,
    header.masthead {
        margin-top: 127px !Important;
    }

    body {
        margin-bottom: 76px;
    }

    footer .bottom,
    .copyright .bottom{
        width: 100%;
        padding: .5em 0;
        text-align: center;
        display: block;
    }

    .btn-social {
        margin: 0 1vw 1vw 1vw;
    }

    #sponsor img,
    .sponsor {
        width: 18vw;
        padding: 1vw;
    }

    section .odd {
        padding-left: 0 !important;
    }

    section .even {
        padding-right: 0 !important;
    }

    #homeinfo {
        font-size: 1.3em;
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    #navbarResponsive {
        background: rgb(36, 58, 144, 1);
        position: absolute;
        width: 100%;
        top: 35px;
        z-index: 2;
        left: 0;
        min-height: calc(100vh - 35px - 57px);
        max-height: calc(100vh - 35px - 57px);
        overflow: auto;
    }

    li.nav-item.nav-link {
        padding: 10px;
    }

    #mainNav .navbar-nav li.nav-item a {
        color: #fff;
    }

    #mainNav .navbar-nav > li.has-dropdown > a::after {
        content: "\25BE";
        display: inline-block;
        margin-left: 6px;
        font-size: 11px;
    }

    #mainNav .navbar-nav > li > ul.submenu {
        list-style: none;
        margin: 6px 0 0;
        padding: 0 0 0 16px;
        background: transparent;
        box-shadow: none;
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        min-width: 0;
        pointer-events: auto;
        display:inline-block;
        width:auto;ighlight-tour-car
    }

    #mainNav .navbar-nav > li > ul.submenu::before {
        content: none;
    }

    #mainNav .navbar-nav > li > ul.submenu > li > a {
        color: #ffffff;
        display: block;
        font-size: 16px;
        line-height: 1.4;
        padding: 7px 0;
        border-bottom: 0;
        text-align: left;
    }

    a.bg-secondary:focus,
    a.bg-secondary:hover,
    button.bg-secondary:focus,
    button.bg-secondary:hover {
        background-color: #243894 !important;
    }

    .navbar-collapse button {
        display: none;
    }

    .banner-img .wrapper .inner h2 {
        max-width: 90%;
        font-size: 40px;
    }

    .banner-img .wrapper .inner .banner-text {
        font-size: 25px;
    }

    #slider img {
        /** object-fit: initial !important; **/
        height: 350px !important;
    }

    .banner-img .wrapper .button-main {
        font-size: 18px;
        padding: 0.3em 1.5em;
    }

    .banner-img .wrapper .button-wa {
        font-size: 18px;
        padding: 0.3em 1.5em;
    }

    .banner-img .wrapper .button-wa i.fab {
        position: relative;
        left: auto;
        top:auto;
        margin-right: 5px;
        font-size: 20px;
        display: inline-block;
        vertical-align: middle;
        color: #25D366;
    }

    /* #booking-form { float: none;  display: block; width: 100%; height:auto; } */
    #booking-form .booking-tab {
        width: 100%;
        display: block;
    }

    #booking-form .booking-btn {
        width: 100%;
        display: block;
    }

    /* #booking-form .booking-bottom{ display:none; } */
    #booking-form .booking-header {
        padding: 5px 5px 0px 5px;
    }

    /*    #booking-form .booking-header img{ opacity:0 }*/
    #booking-form h2 {
        margin-top: 23px;
        font-size: 22px;
    }

    #subpage #booking-form h2 {
        /*margin-top: 10px;*/
    }

    .right-bar {
        /* margin-top: 80px; */
    }

    /*.banner-img{ margin-top:70px;  }*/
    #content {
        margin-top: 100px !important;
    }

    .testimonial-platforms {
        gap: 30px;
    }

    .site-footer__main {
        padding: 40px 0 20px;
    }

    /* Drop the vertical separator when columns stack vertically */
    .site-footer__right {
        border-left: none;
        padding-left: 15px;                /* back to default Bootstrap gutter */
        margin-left: 0;
        margin-top: 30px;
    }

    /* Center the logo/info block on tablet & mobile */
    .site-footer__logo,
    .site-footer__socials{
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    #content{
        margin-top: 80px !important;
    }
    .filter-label{
        font-size: 16px !important;
    }
    .package-card {
        margin: auto;
    }

    .package-card__title {
        font-size: 1.25rem;
    }

    .package-card__btn {
        font-size: 0.95rem;
        padding: 9px 10px;
    }

    .testimonial-card__body {
        padding: 22px 20px 20px;
    }

    .testimonial-platforms {
        gap: 24px;
    }

    .testimonial-platforms__item {
        font-size: 1.1rem;
    }

    h1,
    h2,
    h3 {
        font-size: 1.5rem;
    }

    .footer-links a {
        padding: 0 1em;
        border-right: solid 1px;
    }

    .footer-links a:last-child {
        border-right: none;
    }

    .fancybox-container td {
        display: block;
    }

    .fancybox-container table {
        border-spacing: 0;
    }

    /*
    #highlight div:nth-child(1) .img {
        height: 300px;
    }
    */
    #destinations .img {
        height: 300px;
    }

    body {
        margin-bottom: 57px;
    }

    #map,
    header.masthead {
        margin-top: 107px !important;
    }

    nav#mainNav img {
        /*width: 160px;*/
        height: 70px;
    }

    .top-socials a, .top-socials a i {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 16px;
    }

    .site-footer {
        font-size: 0.9rem;
    }

    .site-footer__cruise-title {
        font-size: 1.35rem;
    }

    .site-footer__company {
        font-size: 1.2rem;
    }

    .site-footer__main {
        padding: 35px 0 15px;
    }

    .site-footer__copyright {
        font-size: 0.85rem;
        text-align: center;
    }
    .copyright-para{
        flex-direction: column;
        gap: 5px
    }
    .tour-content {
      padding: 20px;
    }
    .tour-title {
      font-size: 22px;
    }
    .tour-price {
      font-size: 18px;
    }
    .tour-image-wrap {
      min-height: 240px;
    }
    .location-title {
      font-size: 22px;
    }
    .location-card {
      margin-bottom: 30px;
    }
    .contact-info li {
      font-size: 15px;
    }

    .team-photo {
      width: 160px;
      height: auto !important;
    }
 
    .team-contact li {
      text-align: left;
    }
 
    .team-heading {
      font-size: 22px;
      margin-bottom: 25px;
    }
 
    .team-name {
      font-size: 19px;
    }
 
    .team-role {
      margin-bottom: 18px;
    }
}

@media (max-width: 575px) {
    .section-title{
        font-size: 22px;
        margin-top: 10px;
    }
    .testimonial-card {
        margin: auto;
    }
    .testi-slider .slick-prev{
        left: -5px !important;
        z-index: 1;
    }
    .testi-slider .slick-next{
        right: -5px !important;
        z-index: 1;
    }
    .tour-actions{
        gap: 0px;
    }

    /*    #sticky-button a{
        width:  40px;
        height: 40px;
    }
    #sticky-button i{
        color:#FFFFFF;
        line-height:  40px;
        font-size: 28px;
    }*/

    footer .border-right {
        border: none !IMPORTANT;
    }

    /* section .even,
    section .odd {
        padding-left: 0 !IMPORTANT;
        padding-right: 0 !important;
    } */

    .col-xs-6 {
        width: 50%;
    }

    .tbContactform td {
        display: block;
    }

    .tbContactform td:first-child {
        padding-bottom: 0;
    }

    .tbContactform td:last-child {
        padding-top: 0;
    }

    #booking-wrapper {
        width: 90%;
        padding: 5%;
    }

    #booking-form {
        width: 100%;
    }

    /* #booking-form h2 {
        padding: 20px 0 10px 0;
    } */

    .booking-tab {
        max-width: 100%;
        width: 30%;
/*        margin: 0px 1% 10px 1%;*/
    }

    .booking-tab .header {
        letter-spacing: 0;
    }

    .booking-textbox .input {
        letter-spacing: 0;
    }

    .departing-tab .ui-datepicker {
        margin-left: -80px;
    }

    .booking-textbox {
        width: 100%;
    }

    .booking-textbox .input {
        font-size: 12px;
    }

    #adultlist .sbHolder,
    #childlist .sbHolder {
        font-size: 12px;
        width: 60px;
    }

    #adultlist .sbOptions,
    #childlist .sbOptions {
        width: 60px;
        font-size: 12px;
    }

    #slider img {
        /** object-fit:initial !important; **/
        object-position: top right;
        height: 250px !important;
    }
    
    #slider .slick-dots{
        display: none !important;
    }

    .banner-img .wrapper{
        align-items: end;
    }
    .banner-img .wrapper .inner {
        /*text-align: center;*/
        padding-left: 1em;
        padding-right: 1em;
        vertical-align: bottom;
    }

    .banner-img .wrapper .inner h2 {
        font-size: 16px;
        max-width: 100%;
        margin-bottom: 0.2em;
        /*display: none;*/
    }

    .banner-img .wrapper .inner .banner-text {
        /*display: none;*/
        font-size: 14px;
    }

    .banner-img .wrapper .inner a {
        display: none;
    }
    .banner-img .wrapper .inner .banner-button{
        margin-top: 1em;
    }
    .team-card {
      flex-direction: column;
      text-align: center;
      padding: 20px;
      gap: 18px;
    }
 

    .team-photo {
      width: 120px;
      margin:auto;
    }
    #home-latest .slick-slide img{
        height: auto;
    }

}

/*
@media (max-width: 475px){
#mainNav .navbar-brand {
    padding-top: 1em;
}
}
*/