﻿/*
    Author :  Ayomi Gunasekara
    Name   :  style.css 
*/

@import url('https://fonts.googleapis.com/css2?family=Italiana&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    color: #282828;
    font-family: 'Roboto', sans-serif !important;
}

.h_new{
    font-size:20px;
}

.navbar-fixed-top.fixednav {
    background: #24363d;
    opacity: 0.3;
}

.img_width {
    width: 162px;
}

.img_width_m {
    width: 60px;
}

.img_width_s {
    width: 50px;
}

.section_padding{
    margin-top:10px;
    margin-bottom:10px;
}

#para{
    display:none;
}

@media only screen and (max-width:400px) {
    div .mobile_view {
        font-size: 50px;
        line-height: 55px;
        margin-top: -200px;
        padding-bottom: 40px;
    }
}

.header_nav {
    background-color: white;
    margin-top: -15px;
}


.img-thumbnail {
    display: inline-block;
    /*max-width: 100%;*/
    height: auto;
    padding: 10px;
    line-height: 1.42857143;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.slider-text-container {
    margin-bottom: 0px;
    margin-top: -345px;
}

.slider-text {
    position: relative;
    right: 0;
    top: -150px;
    text-shadow: 1px 1px 2px #000;
    /* transform: translate(-15vw, -40%); */
    text-align: right;
    bottom: auto;
    font-family: "Vidaloka", serif !important;
}

.title-text {
    font-size: 6.333vw;
    font-weight: 300;
    line-height: 6.51vw;
    margin-top: 1.0416666667vw;
    margin-bottom: 1.0416666667vw;
    text-shadow: 1px 1px 2px #000;
    padding: 0;
    color: #fff;
    font-family: "Vidaloka", serif !important;
    letter-spacing: 2px;
}

.slider-text span {
    display: block;
    line-height: normal;
    text-shadow: 1px 2px 4px rgb(0 0 0);
    font-size: 1.354vw;
    font-weight: 700;
    color: #d7d4d4d9;
    font-weight: 700;
}

.theme-background-color-03 {
    background-color: #f2f2f2;
}

.welcome-card-wrap {
    padding: 4.1666666667vw 5.2083333333vw;
    width: 100%;
    margin: 0 auto;
    border: 1.5625vw solid #000;
    text-align: center;
    font-family: "Vidaloka", serif !important;
}

.tagline {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 1px;
    font-family: "Vidaloka", serif !important;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 1em;
}

.welcome-card-wrap p {
    font-size: 1.3541666667vw;
    line-height: 1.8;
    margin: 0 0 1.823vw;
}

.welcome-card-wrap .taru-signature {
    margin-top: 1.5625vw;
}

.welcome-card .welcome-card-wrap h2:after {
    padding-bottom: 2.6041666667vw;
    margin-bottom: 2.6041666667vw;
}

.welcome-card-wrap h2:after {
    content: "";
    border-bottom: 1px solid #ddd;
    display: block;
    width: 60%;
    margin: 0 auto 20px auto;
    padding-bottom: 20px;
}

.font-family-01 {
    font-size: 2.188vw;
    line-height: 2.188vw;
    margin: 1.563vw auto 0.2vw;
    max-width: 60vw;
    font-family: "Vidaloka", serif !important;
    color: #000000;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.gradientBg, .theme-bg-color-1, .top-line {
    background-color: #000 !important;
}

.well-transparent {
    /* background-color: rgba(0, 100, 0, 0.5); */
    border-radius: 3px;
    border: 1px solid #000;
    padding-bottom: 10px;
    position: relative;
    padding: 20px 30px 10px 30px;
}

.color-white {
    color: #ffffffa8;
}


/*image gallery 01*/

.gallery {
    width: 100%;
    margin: auto;
    border-radius: 0px;
    overflow: hidden;
}

.img-c {
    width: 20%;
    height: 150px;
    float: left;
    position: relative;
    overflow: hidden;
}

.img-w {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition: transform ease-in-out 300ms;
}

    .img-w img {
        display: none;
    }

.img-c {
    transition: width ease 400ms, height ease 350ms, left cubic-bezier(0.4, 0, 0.2, 1) 420ms, top cubic-bezier(0.4, 0, 0.2, 1) 420ms;
}

    .img-c:hover .img-w {
        transform: scale(1.08);
        transition: transform cubic-bezier(0.4, 0, 0.2, 1) 650ms;
    }

    .img-c.active {
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        z-index: 2;
    }   

    .img-c.postactive {
        position: absolute;
        z-index: 2;
        pointer-events: none;
    }

    .img-c.active.positioned {
        left: 0 !important;
        top: 0 !important;
        transition-delay: 50ms;
    }

/*testimonials*/
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}

    #quote-carousel .carousel-control {
        background: none;
        color: #CACACA;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 30px;
    }

    #quote-carousel .carousel-indicators {
        position: relative;
        right: 50%;
        top: auto;
        bottom: 0px;
        margin-top: 20px;
        margin-right: -19px;
    }

        #quote-carousel .carousel-indicators li {
            width: 50px;
            height: 50px;
            cursor: pointer;
            border: 1px solid #ccc;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            border-radius: 50%;
            opacity: 0.4;
            overflow: hidden;
            transition: all .4s ease-in;
            vertical-align: middle;
        }

        #quote-carousel .carousel-indicators .active {
            width: 128px;
            height: 128px;
            opacity: 1;
            transition: all .2s;
        }

.item blockquote {
    border-left: none;
    margin: 0;
}

    .item blockquote p:before {
        content: "\f10d";
        font-family: 'Fontawesome' !important;
        float: left;
        margin-right: 10px;
    }

.tagline {
    letter-spacing: 0.2vw;
    font-size: 0.8vw;
    line-height: 1.146vw;
    text-transform: uppercase;
}


.grid {
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
}

.alternate-colors {
    background: rgb(0,0,0) !important;
    background: linear-gradient(0deg, rgba(0,0,0,1) 26%, rgba(193,152,76,1) 100%) !important;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    max-height: 360px;
    background: #000000;
    text-align: center;
    cursor: pointer;
}

    .grid figure img {
        position: relative;
        display: block;
        min-height: 100%;
        max-width: 100%;
        opacity: 0.5;
    }

    .grid figure figcaption {
        padding: 2em;
        color: #fff;
        text-transform: uppercase;
        font-size: 1.25em;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .grid figure figcaption::before,
        .grid figure figcaption::after {
            pointer-events: none;
        }

        .grid figure figcaption,
        .grid figure figcaption > a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

            /* Anchor will cover the whole item by default */
            /* For some effects it will show as a button */
            .grid figure figcaption > a {
                z-index: 1000;
                text-indent: 200%;
                white-space: nowrap;
                font-size: 0;
                opacity: 0;
            }

    .grid figure h2 {
        word-spacing: -0.15em;
        font-weight: 300;
    }

        .grid figure h2 span {
            font-weight: 800;
        }

    .grid figure h2,
    .grid figure p {
        margin: 0;
    }

    .grid figure p {
        letter-spacing: 1px;
        font-size: 68.5%;
    }

figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
    background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
    transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

@media (min-width: 768px) {.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 1px 1px 2px #000;
}


.slider-text span {
    display: block;
    line-height: normal;
    text-shadow: 2px 3px 3px #000;
    font-size: 1.354vw;
    font-weight: 700;
    color: #D0A452;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.form-control {
    font-weight: 700;
}

.btn-warning {
    background-color: #D0A452;
    border-color: #D0A452;
}

    .btn-warning:hover {
        background-color: #D0A452d1;
        border-color: #D0A452d1;
    }

footer .footer-logos {
    margin-bottom: 0em;
    width: 100%;
    margin-top: 2em;
}

    footer .footer-logos ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        footer .footer-logos ul li:first-child {
            padding-left: 0;
        }

        footer .footer-logos ul li {
            padding: 0 10px;
            padding-left: 10px;
            line-height: 0;
        }

footer .copyright-wrapper a {
    font-size: 0.7291666667vw;
}

footer .footer-logos img {
    max-width: 7.8125vw;
}

footer .social-links {
    padding: 0;
}

.social-links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    list-style: none;
    padding: 40px 0;
    margin: 0;
}

footer .copyright-wrapper a {
    font-size: 0.7291666667vw;
    text-decoration: none;
    color: #fff;
}

.social-links li a {
    margin: 0 0.417vw;
    width: 2.604vw;
    height: 2.604vw;
}

.social-links li a {
    display: block;
    margin: 0 8px;
    border-radius: 50%;
    width: 35px;
    height: 30px;
    line-height: 70px;
}

.topic-headers {
    text-align: center;
    color: #fff;
    width: 50%;
    height: 100px;
    position: absolute;
    top: 17em;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

    .topic-headers h2 {
        font-size: 3em;
        color: #fff;
        font-family: "Vidaloka", serif;
        font-weight: 300;
    }

    .topic-headers span {
        font-size: 1em;
        color: #fff;
    }

    .div-col {
        background-image: url(/Images/csc/gallery/RRV-21.jpg);
        background-size: contain;
        height: 500px;
        width: 100%;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

.footer-contact {
    float: right
}


@media only screen and (max-width: 600px) {
    .footer-contact {
        float: left;
    }

    footer .footer-logos {
        margin-bottom: 2em;
    }

    .font-family-01 {
        font-size: 2em;
        line-height: 1em;
    }

    .tagline {
        font-size: 0.6em;
        margin-top: 1em;
    }

    .slider-text {
        text-align: center;
    }

    .title-text {
        font-size: 6em;
        line-height: 0.8em;
    }

    .slider-text span {
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 768px) {
    .navbar-nav {
        float: right;
        margin: 0;
    }
}

@media only screen and (min-width: 770px) and (max-device-width: 990px) {
    .navbar-nav {
        float: right;
        margin: 0;
    }

    .nav > li > a {
        padding: 5px 1px;
    }
}

@media (min-width: 768px) .navbar-nav {
    float: right;
    margin: 0;
}

.navbar-nav {
    float: right;
    margin: 0;
}

@media only screen and (min-width: 600px) and (max-device-width: 991px) {
    .navbar-nav {
        float: right;
        margin: 0;
    }

    .nav > li > a {
        padding: 5px 1px;
    }

    .footer-contact {
        float: left;
    }

    footer .footer-logos {
        margin-bottom: 2em;
    }
}

.navbar-toggle {
    background-color: #ffffff;
    margin-top:17px;
}

    .navbar-toggle .icon-bar {
        background-color: #000000;
    }

@media only screen and (min-device-width: 224px) and (max-device-width: 767px) {

    .navbar-fixed-top .navbar-collapse {
        background-color: #000000d6;
        margin:0px -15px;
        padding-right:25px;
    }

    .tagline {
        font-size: 0.6em;
        margin-top: 1em;
    }

    .slider-text {
        text-align: center;
    }

    .title-text {
        font-size: 6em;
        line-height: 0.8em;
    }

    .slider-text span {
        font-size: 1.5em;
    }

    .logo {
        width: 100%;
        margin-left: 15px;
    }

    .social-links li a {
        margin: 29px 8px;
    }

    footer .footer-logos img {
        max-width: 4em;
    }
}

@media only screen and (min-device-width: 769px) and (max-device-width: 990px) {
    .social-links li a {
        margin: 0px 8px 45px 8px;
    }
}

/*Anuradha - Modal*/

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

    .modal-dialog-scrollable .modal-content {
        max-height: 100%;
        overflow: hidden;
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

@media (min-width: 576px) {
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }
}


/*Anuradha-2024-07-08*/

.website-header-font-style {
    font-family: 'Italiana',sans-serif !important;
    font-weight: 700;
    color: #383838;
    font-style: normal;
}
.website-body-font-style {
    font-family: 'Poppins', serif !important;
    font-weight: 500 !important;
    font-size: 15px !important;
}
.font-color-white {
    color: #fff !important;
}

.btn-header {
    border: 1px solid #fff !important;
    border-radius: 50px;
    line-height: 10px !important;
}

.btn-white {
    background-color: #fff !important;
    color: #000 !important;
    text-shadow: 0px 0px 0px #fff !important;
}

.btn-white-outline {
    color: #fff !important;
}

.header-nav > li > a {
    position: relative;
    display: block;
    padding: 14px 22px;
}

.header_underline {
    border-bottom: 1px solid #fff !important;
    padding: 0;
}

/*.header-top-navigations {
    font-size: 12px;
    margin-left: 10px;
}*/

.custom-margin-header {
    margin-left: 27px !important;
    margin-right: 27px !important;
}

.header_underline .navbar-nav {
    padding: 17px 0;
}

.header-left .header-top-navigations {
    padding: 15px 0px;
    margin: 0;
    margin-right:40px;
}

.header-right .header-top-navigations {
    margin: 0;
    margin-left: 30px;
}

.custom-margin-footer {
    margin-left: 15px !important;
    margin-right: 15px !important;
    display:flex;
    align-items:center;
    padding: 60px 0;
}

    .custom-margin-footer-imgs {
        margin: 25px !important;
    }

.home-hero {
    margin-top: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: #FFF;
    position: relative;
    overflow-x: clip;
}

.home-hero::before {
    content: '';
    background: #000;
    background: linear-gradient(180deg,rgba(0,0,0,0) 0%,#000627 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120%;
    z-index: 1;
    opacity: .8;
}

.home-hero .links {
    position: absolute;
    bottom: 50px;
    width: 100%;
}

.home-hero .links .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px 65px;
    position: relative;
}

.home-hero .links .item:last-child {
    justify-content: flex-start;
}

.desktop_view h2{
    font-size:20px !important;
}

.background-image-booking-common {
    height: 90vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

    .background-image-booking-common::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 0; 
    }

    .background-image-booking-common > * {
        position: relative;
        z-index: 1;
    }

/* ================================================
   RATES INCLUDE
   ================================================ */
.rates-include-wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

.rates-include-section {
    background: linear-gradient(160deg, #f7f4ee 0%, #f4f1eb 100%);
    border-top: 2px solid #c9973a;
    padding: 36px 0 32px;
}

.rates-include-container {
    padding: 0 24px;
}

/* Header */
.rates-include-header {
    text-align: center;
    margin-bottom: 24px;
}

.rates-include-eyebrow {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #c9973a;
    margin-bottom: 6px;
}

.rates-include-title {
    color: #2e2a16;
    font-family: 'Vidaloka', serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 10px;
}

.rates-include-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.rates-include-divider span {
    display: block;
    width: 48px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #c9973a, transparent);
}

.rates-include-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #7a6e5a;
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Grid */
.rates-include-grid {
    border-top: 1px solid #e0d8cc;
    padding-top: 20px;
}

/* List */
.rates-include-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rates-include-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 7px 0;
    border-bottom: 1px solid #ede8df;
    transition: background 0.2s;
}

.rates-include-list li:last-child {
    border-bottom: none;
}

.ri-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background: rgba(201,151,58,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

.ri-icon .fa {
    font-size: 10px;
    color: #c9973a;
}

.ri-text {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #3a3228;
    line-height: 1.55;
}

.ri-text small {
    display: block;
    font-size: 12px;
    color: #9a8e7a;
    margin-top: 1px;
}

@media (max-width: 991px) {
    .rates-include-section {
        padding: 28px 0 24px;
    }
}

@media (max-width: 767px) {
    .rates-include-section {
        padding: 24px 0 20px;
    }
    .rates-include-title {
        font-size: 24px;
    }
    .rates-include-header {
        margin-bottom: 16px;
    }
    .rates-include-grid {
        padding-top: 14px;
    }
    .rates-include-list li {
        padding: 6px 0;
    }
    .ri-text {
        font-size: 13px;
    }
}

/* ================================================
   FOOTER
   ================================================ */
.main-footer {
    position: relative;
    background: linear-gradient(158deg, #2e2a16 0%, #1c1a0c 55%, #141208 100%);
    color: #c8c0a0;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.main-footer::before {
    display: none; /* retire old background-image overlay */
}

/* Topographic SVG texture – left accent */
.footer-topo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 48%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.footer-topo-overlay svg {
    width: 100%;
    height: 100%;
}

/* Shared inner padding, sits above SVG layer */
.footer-inner-container {
    padding-left: 48px !important;
    padding-right: 48px !important;
    position: relative;
    z-index: 1;
}

/* ── Upper section ── */
.footer-upper {
    padding: 54px 0 38px;
}

.footer-col {
    padding-top: 8px;
    margin-bottom: 28px;
}

.footer-col-title {
    color: #D0A452;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(208, 164, 82, 0.28);
}

/* Quick links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 9px;
}

.footer-links li a {
    color: #b0a88e;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s ease, padding-left 0.2s ease;
    display: inline-block;
}

.footer-links li a:hover {
    color: #D0A452;
    padding-left: 6px;
}

/* Contact items */
.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 13px;
    color: #b0a88e;
    line-height: 1.55;
}

.footer-icon {
    color: #D0A452;
    margin-top: 3px;
    font-size: 14px;
    flex-shrink: 0;
    width: 16px;
    text-align: center;
}

.footer-contact-item a {
    color: #b0a88e;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-contact-item a:hover {
    color: #D0A452;
}

/* Social icons */
.footer-social-icons {
    display: flex;
    gap: 10px;
    margin-bottom: 22px;
}

.footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(208, 164, 82, 0.4);
    border-radius: 50%;
    color: #D0A452;
    font-size: 16px;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.footer-social-link:hover {
    background-color: #D0A452;
    border-color: #D0A452;
    color: #1c1a0c;
}

/* Regal Holdings badge */
.footer-holdings {
    margin-bottom: 16px;
    font-size: 11px;
    letter-spacing: 1px;
}

.footer-holdings-label {
    color: #6a634e;
    text-transform: uppercase;
}

.footer-holdings-name {
    color: #D0A452;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-size: 12px;
    transition: color 0.2s ease;
}

.footer-holdings-name:hover {
    color: #e8c870;
}

/* Map embed */
.footer-map iframe {
    border-radius: 6px;
    display: block;
    filter: grayscale(25%) contrast(1.05);
}

/* ── Clock bar ── */
.footer-clock-bar {
    background: #f4efe5;
    border-top: 2px solid rgba(208, 164, 82, 0.55);
    padding: 13px 0;
}

.footer-clock-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-clock-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-clock-city {
    background: #2e2a16;
    color: #D0A452;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
    padding: 4px 10px;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.footer-clock-time {
    color: #1c1a0c;
    font-size: 24px;
    font-weight: 700;
    font-family: "Odibee Sans", serif;
    letter-spacing: 1px;
    line-height: 1;
}

.footer-clock-date {
    color: #7a7060;
    font-size: 11px;
    font-weight: 500;
    margin-left: 4px;
}

/* Partner logos */
.footer-partners {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.footer-partner-logo {
    height: 28px;
    width: auto;
    object-fit: contain;
    background: #fff;
    border-radius: 4px;
    padding: 4px 8px;
    display: inline-block;
}

/* ── Copyright bar ── */
.footer-copyright-bar {
    background: #0d0c07;
    border-top: 2px solid #D0A452;
    padding: 13px 0;
}

.footer-copyright-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6px;
}

.footer-copyright-text {
    color: #504c3c;
    font-size: 11px;
    margin: 0;
    line-height: 1.5;
}

.footer-scienter-link {
    color: #D0A452;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-scienter-link:hover {
    color: #e8c870;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .footer-inner-container {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}

@media (max-width: 767px) {
    .footer-upper { padding: 32px 0 16px; }
    .footer-topo-overlay { width: 100%; opacity: 0.45; }
    .footer-clock-row { justify-content: center; text-align: center; }
    .footer-clock-wrap { justify-content: center; }
    .footer-partners { justify-content: center; }
    .footer-copyright-row { justify-content: center; text-align: center; }
}

.footer-grid-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    width: 100%;
}

.footer-grid-item {
    text-align: center;
   
}

    .footer-grid-item img {
        border-radius:30px;
        width: 100%;
        height:250px;
        object-fit: cover;
        scale: 1;
        transition: -webkit-transform .5s ease-in-out;
        transition: transform .5s ease-in-out;
        transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
        vertical-align: middle;
    }

.carousel-arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 40px;
}

.inner-page-container {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.carousel-image-count {
    position: absolute;
    right: 5px;
    bottom:-8px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 3px;
}

.lb-data .lb-close {
    top: -40px;
    position: absolute;
    right: 15px;
}

body {
    font-family: 'Poppins', serif !important;
    font-weight: 400 !important;
}

.font-family-01 {
    line-height: 40px;
    letter-spacing: 2px;
}



@media (max-width: 767px) {
    .img_width {
        width: 150px;
    }

    .header_nav {
        background-color: transparent !important;
        margin-top: -15px;
    }

    .mobile-menu-row {
        /*display: flex !important;
        align-items: center !important;*/
    }

    .margin-top-0px {
        margin-top: 75px !important;
    }

    video {
        height: 100vh !important;
        margin-top: -150px;
        width: inherit !important;
    }

    #mobileMenu {
        position: absolute !important;
        top: 0;
        right: 0;
        z-index: 1001;
        background-color: #093f8f !important;
        padding-top: 30px;
    }

    ul, ol {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 20px;
        list-style: none;
    }

    .header-nav {
        padding-left: 0;
    }

        .header-nav > li > a {
            font-size: 20px !important;
            line-height:15px;
        }

            .header-nav > li > a:hover {
                color: #CACACA !important;
            }

            .header-nav > li > a:focus {
                color: #fff !important;
            }

    .btn-header {
        padding: 13px 90px;
    }

    .welcome-margin {
        margin-top: 200px !important;
    }

    .home-hero::before {
        bottom: 75px;
    }

    .home-hero .links {
        position: absolute;
        bottom: 50px;
        width: 100%;
        top: 350px !important;
    }
}
.home-hero .links {
    position: absolute;
    bottom: 50px;
    width: 100%;
    top: 350px !important;
}


@media only screen and (min-width: 1200px) {
    /*.slider-text-container {
        margin-bottom: 70px !important;
        margin-top: 75px !important;
    }*/

    .title-text {
        font-size: 6.5vw;
    }
}

/* =============================================
   Currency Dropdown - Header Navigation
   ============================================= */

.currency-nav-dropdown .currency-toggle {
    color: #D0A452 !important;
    padding: 15px 0;
    margin: 0;
    margin-right: 40px;
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none !important;
}

.currency-nav-dropdown .currency-toggle:hover,
.currency-nav-dropdown .currency-toggle:focus {
    color: #e8be78 !important;
    background-color: transparent !important;
}

.currency-nav-dropdown .currency-toggle i {
    font-size: 14px;
}

.currency-nav-dropdown .currency-toggle .caret {
    margin-left: 2px;
    border-top-color: #D0A452;
}

.currency-dropdown-menu {
    background-color: rgba(8, 8, 8, 0.96);
    border: 1px solid rgba(208, 164, 82, 0.4);
    border-top: 2px solid #D0A452;
    border-radius: 0 0 4px 4px;
    min-width: 190px;
    padding: 6px 0;
    margin-top: 1px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.currency-dropdown-menu li a.currency-item {
    color: #d4d4d4 !important;
    padding: 9px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Poppins', sans-serif !important;
    font-size: 12.5px !important;
    font-weight: 400 !important;
    letter-spacing: 0.3px;
    transition: background-color 0.18s ease, color 0.18s ease;
    text-decoration: none !important;
}

.currency-dropdown-menu li a.currency-item:hover {
    background-color: rgba(208, 164, 82, 0.15) !important;
    color: #D0A452 !important;
}

.currency-dropdown-menu li.active a.currency-item {
    background-color: rgba(208, 164, 82, 0.25) !important;
    color: #D0A452 !important;
}

.currency-dropdown-menu li.active a.currency-item .curr-code {
    font-weight: 700 !important;
}

.currency-dropdown-menu .curr-code {
    font-weight: 600 !important;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.currency-dropdown-menu .curr-name {
    font-size: 11px !important;
    opacity: 0.65;
    margin-left: 18px;
}

.currency-dropdown-menu li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

@media (max-width: 767px) {
    .currency-nav-dropdown {
        display: none;
    }
}


/* ═══════════════════════════════════════════════════════════
   PROFESSIONAL RESPONSIVE DESIGN SYSTEM
   Mobile-first · Fluid typography · Touch-optimised
   ═══════════════════════════════════════════════════════════ */

/* ── 1. Fluid Base Typography ──────────────────────────────
   clamp(min, preferred, max) gives natural scaling between
   the defined min and max based on viewport width.           */

body {
    font-size: clamp(14px, 1.35vw, 16px) !important;
    line-height: 1.75 !important;
}

p {
    font-size: clamp(14px, 1.35vw, 16px) !important;
    line-height: 1.75 !important;
}

h1, .h1 {
    font-size: clamp(28px, 5vw, 60px) !important;
    line-height: 1.15 !important;
}

h2, .h2 {
    font-size: clamp(22px, 3.6vw, 46px) !important;
    line-height: 1.2 !important;
}

h3, .h3 {
    font-size: clamp(18px, 2.6vw, 32px) !important;
    line-height: 1.3 !important;
}

h4, .h4 {
    font-size: clamp(15px, 1.8vw, 22px) !important;
    line-height: 1.4 !important;
}

h5, .h5 {
    font-size: clamp(14px, 1.4vw, 18px) !important;
    line-height: 1.45 !important;
}

h6, .h6 {
    font-size: clamp(13px, 1.2vw, 16px) !important;
    line-height: 1.5 !important;
}

/* ── 2. Navigation – Fluid Nav Text ───────────────────────── */
.header-top-navigations {
    font-size: clamp(12px, 0.95vw, 14px) !important;
}

/* ── 3. Large Desktop (≥ 1400px) ──────────────────────────── */
@media (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }
}

/* ── 4. Desktop / Laptop (≥ 1200px) ───────────────────────── */
@media (min-width: 1200px) {
    .header-nav > li > a {
        padding: 15px 14px;
    }
}

/* ── 5. Tablet Landscape (992px–1199px) ─────────────────────
   Desktop nav starts getting cramped — tighten spacing.      */
@media (max-width: 1199px) {
    .custom-margin-header {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .header-nav > li > a {
        padding: 12px 8px !important;
        font-size: 12px !important;
    }

    .img_width {
        width: 130px !important;
    }

    #currencySelect {
        font-size: 11px !important;
        min-width: 68px !important;
        padding: 4px 8px !important;
    }

    #langSelect {
        font-size: 11px !important;
        padding: 4px 8px !important;
    }
}

/* ── 6. Tablet Portrait (768px–991px) ───────────────────────
   Further compress nav; booking widget stacks.               */
@media (max-width: 991px) {
    .img_width {
        width: 110px !important;
    }

    .header-nav > li > a {
        padding: 10px 6px !important;
        font-size: 11px !important;
    }

    /* Booking widget: let fields wrap naturally */
    .bw-body {
        padding: 14px 14px 12px;
    }

    .bw-field {
        margin-bottom: 10px;
    }

    /* Room sidebar: stack below on tablet portrait */
    .cart-card {
        margin-top: 28px;
    }

}

/* ── 7. Mobile (≤ 767px) ────────────────────────────────────
   Single-column layout, maximised touch targets, larger text.*/
@media (max-width: 767px) {

    /* --- Navbar ------------------------------------------- */
    /* Make the fixed navbar taller & more generous on mobile  */
    #header02 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    /* Mobile menu row: logo centred, tidy spacing */
    .mobile-menu-row {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 0 12px !important;
        min-height: 56px;
    }

    /* Mobile logo size */
    .logo.img_width {
        width: 120px !important;
    }

    /* --- Booking widget ------------------------------------ */
    .bw-card {
        border-radius: 8px;
    }

    .bw-header {
        padding: 10px 16px;
    }

    .bw-header span {
        font-size: 11px;
    }

    .bw-body {
        padding: 14px 12px 12px;
    }

    .bw-field label {
        font-size: 11px;
        margin-bottom: 4px;
    }

    .bw-icon-wrap .form-control {
        height: 46px;
        font-size: 16px; /* prevent iOS auto-zoom */
    }

    .btn-bw-search {
        height: 46px;
        font-size: 15px;
    }

    /* Full-width columns for all booking widget fields */
    .bw-field.col-xs-6 {
        width: 50% !important;
    }

    /* --- Rooms page --------------------------------------- */
    .rooms-page-bg {
        padding-top: 16px;
        padding-bottom: 36px;
    }

    .rooms-section-title {
        font-size: 11px;
    }

    /* Room cards: single column */
    #availableRoomsContainer .col-md-4,
    #availableRoomsContainer .col-sm-6 {
        width: 100% !important;
    }

    /* Selected rooms sidebar: stack below */
    .cart-card {
        position: static;
        margin-top: 24px;
        border-radius: 8px;
    }

    /* Booking journey steps: smaller circles & labels */
    .bj-step-circle {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }

    .bj-connector {
        width: 32px;
        margin-top: 15px;
    }

    .bj-step-label {
        font-size: 9px;
    }

    /* --- Meal plan table ---------------------------------- */
    .mealPlanRow td,
    .mealPlanRow th {
        font-size: 13px;
        padding: 8px 6px;
    }

    /* --- Footer ------------------------------------------- */
    .footer-inner-container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .footer-grid-container {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px;
    }

    .footer-grid-item img {
        height: 180px !important;
        border-radius: 16px !important;
    }

    .footer-clock-time {
        font-size: 20px;
    }

    .footer-col-title {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .footer-links li a {
        font-size: 14px;
    }

    .footer-contact-item {
        font-size: 14px;
    }

    /* --- Rates Include ------------------------------------ */
    .rates-include-section {
        padding: 44px 0 36px;
    }

    .rates-include-title {
        font-size: clamp(22px, 6vw, 30px);
        margin-bottom: 24px;
    }

    .rates-include-list li {
        font-size: 14px;
        padding: 8px 0 8px 24px;
    }

    /* --- General touch target safety ---------------------- */
    .btn {
        min-height: 44px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    select.form-control,
    input.form-control,
    textarea.form-control {
        font-size: 16px !important; /* iOS 16px threshold prevents auto-zoom */
        min-height: 44px;
    }

    /* --- Page banners ------------------------------------- */
    /* Rooms page banner: reduce height on mobile */
    div[style*="min-height:320px"] {
        min-height: 220px !important;
    }
}

/* ── 8. Small Mobile (≤ 480px) ──────────────────────────────
   Very small screens – further adjustments.                  */
@media (max-width: 480px) {
    .footer-grid-container {
        grid-template-columns: 1fr !important;
    }

    .bj-step-label {
        display: none;
    }

    .bj-step {
        min-width: 36px;
    }

    .bj-connector {
        width: 20px;
    }

    /* Room detail: stack rate and select button vertically */
    .mealPlanRow .dataRate {
        font-size: 15px;
    }

    .rooms-section-title::after {
        display: none;
    }
}

/* ── 9. Room Detail Card – Price Typography ─────────────────
   Compact but readable at all sizes.                         */
.rd-price-val {
    font-size: clamp(14px, 1.5vw, 20px) !important;
    font-weight: 800 !important;
    display: inline;
}

.rd-price-curr {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #c9973a !important;
    letter-spacing: 0.04em;
    opacity: 1;
    display: inline !important;
    vertical-align: baseline !important;
    margin-right: 3px;
}

/* ── 10. Booking journey bar – desktop ──────────────────────
    More generous on wide screens.                            */
@media (min-width: 768px) {
    .bj-step-circle {
        width: 44px;
        height: 44px;
        font-size: 16px;
    }

    .bj-step-label {
        font-size: 11px;
    }

    .bj-connector {
        width: 70px;
        margin-top: 21px;
    }
}

/* ── 11. Smooth image scaling ───────────────────────────────
    Prevent images from ever overflowing their container.     */
img {
    max-width: 100%;
    height: auto;
}

/* ── 12. Focus ring for keyboard & accessibility ────────────
    High-contrast focus outline for navigation & forms.      */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 2px solid #D0A452;
    outline-offset: 2px;
}

/* ── 13. Smooth scrolling ───────────────────────────────────*/
html {
    scroll-behavior: smooth;
}


