/* [Master Stylesheet - v1.0 - Cleaned for Playa del Papel] /
/* =========== Index of Kept CSS ===========
:: 1.0 Import Fonts & CSS (Plugins)
:: 3.0 Base CSS (Reset, Typography, Helpers, Button)
:: 3.1.0 Spacing
:: 3.2.0 Height (If needed)
:: 3.3.0 Section Padding
:: 3.4.0 Section Heading
:: 3.5.0 Preloader CSS
:: 3.6.0 Miscellaneous (bg-img, overlays etc.)
:: 3.7.0 ScrollUp
:: 3.8.0 Palatin Button
:: 4.0 Header Area CSS (Navigation)
:: 5.0 Hero Area CSS (Slider)
:: 6.0 Book Now Area CSS (Booking Form Styling)
:: 7.0 About Us Area CSS
:: 8.0 Pool Area CSS (Experience Section)
:: 9.0 Rooms Area CSS (Used for Activity Cards Styling)
:: 13.0 Footer Area CSS
:: 16.0 Contact Area CSS (Layout, Info - Excludes specific contact form)
*/

/* :: 1.0 Import Fonts & CSS (Plugins) */
@import url(css/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/magnific-popup.css); /* Keep if any popups might be used, otherwise optional */
@import url(css/font-awesome.min.css);
@import url(css/nice-select.css); /* Needed for Booking Form dropdown */
@import url(css/travel-icon.css); /* Keep for pool features etc. */

@font-face {
    font-family: "FuturaLT-Book";
    src: url("fonts/FuturaLT-Book.eot?#iefix") format("embedded-opentype"),
    url("fonts/FuturaLT-Book.woff") format("woff"),
    url("fonts/FuturaLT-Book.ttf") format("truetype"),
    url("fonts/FuturaLT-Book.svg#FuturaLT-Book") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* :: 3.0 Base CSS */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "FuturaLT-Book";
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #363636; /* Keep dark text on light backgrounds */
    line-height: 1.3;
    font-weight: 400;
}

p {
    color: #7d7d7d; /* Keep gray text on light backgrounds */
    font-size: 14px;
    line-height: 2.1;
    font-weight: 400;
}

a,
a:hover,
a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #141414; /* Keep dark link color on light backgrounds */
    font-weight: 400;
    font-size: 14px;
}

ul,
ol {
    margin: 0;
}
ul li,
ol li {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
}

/* :: 3.1.0 Spacing */
.mt-15 {
    margin-top: 15px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-70 {
    margin-top: 70px !important;
}
.mt-100 {
    margin-top: 100px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.ml-15 {
    margin-left: 15px !important;
}
.ml-30 {
    margin-left: 30px !important;
}
.ml-50 {
    margin-left: 50px !important;
}
.mr-15 {
    margin-right: 15px !important;
}
.mr-30 {
    margin-right: 30px !important;
}
.mr-50 {
    margin-right: 50px !important;
}

/* :: 3.2.0 Height */
.height-400 {
    height: 400px !important;
}
.height-500 {
    height: 500px !important;
}
.height-600 {
    height: 600px !important;
}
.height-700 {
    height: 700px !important;
}
.height-800 {
    height: 800px !important;
}

/* :: 3.3.0 Section Padding */
.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
}
.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}
.section-padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

/* :: 3.4.0 Section Heading */
.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}
.section-heading .line- {
    width: 90px;
    height: 2px;
    background-color: #E64082; /* --- NEW COLOR: Accent Pink --- */
    display: block;
    margin-bottom: 40px;
}
.section-heading h2 {
    font-size: 48px;
    color: #363636; /* Keep dark text */
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-heading h2 {
        font-size: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-heading h2 {
        font-size: 36px;
    }
}
@media only screen and (max-width: 767px) {
    .section-heading h2 {
        font-size: 24px;
    }
}
.section-heading p {
    margin-bottom: 0;
}
.section-heading.text-center .line- {
    margin: 0 auto 40px;
}
.section-heading.white h2,
.section-heading.white p {
    color: #ffffff; /* Keep white text */
}

/* :: 3.5.0 Preloader CSS */
.preloader {
    background-color: #ffffff; /* Keep white background */
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.preloader .cssload-container {
    display: block;
    width: 97px;
}
.preloader .cssload-loading i {
    width: 19px;
    height: 19px;
    display: inline-block;
    border-radius: 50%;
    background: #E64082; /* --- NEW COLOR: Accent Pink --- */
}
.preloader .cssload-loading i:first-child {
    opacity: 0;
    animation: cssload-loading-ani2 0.58s linear infinite;
    -webkit-animation: cssload-loading-ani2 0.58s linear infinite;
    transform: translate(-19px);
    -webkit-transform: translate(-19px);
}
.preloader .cssload-loading i:nth-child(2),
.preloader .cssload-loading i:nth-child(3) {
    animation: cssload-loading-ani3 0.58s linear infinite;
    -webkit-animation: cssload-loading-ani3 0.58s linear infinite;
}
.preloader .cssload-loading i:last-child {
    animation: cssload-loading-ani1 0.58s linear infinite;
    -webkit-animation: cssload-loading-ani1 0.58s linear infinite;
}
@keyframes cssload-loading-ani1 {
    100% {
        transform: translate(39px);
        opacity: 0;
    }
}
@-webkit-keyframes cssload-loading-ani1 {
    100% {
        -webkit-transform: translate(39px);
        opacity: 0;
    }
}
@keyframes cssload-loading-ani2 {
    100% {
        transform: translate(19px);
        opacity: 1;
    }
}
@-webkit-keyframes cssload-loading-ani2 {
    100% {
        -webkit-transform: translate(19px);
        opacity: 1;
    }
}
@keyframes cssload-loading-ani3 {
    100% {
        transform: translate(19px);
    }
}
@-webkit-keyframes cssload-loading-ani3 {
    100% {
        -webkit-transform: translate(19px);
    }
}

/* :: 3.6.0 Miscellaneous */
.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-white {
    background-color: #ffffff !important;
}
.bg-dark {
    background-color: #1A3D63 !important; /* --- NEW COLOR: Dark Blue --- */
}
.bg-transparent {
    background-color: transparent !important;
}
.font-bold {
    font-weight: 700;
}
.font-light {
    font-weight: 300;
}
.bg-overlay {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
}
.bg-overlay::after {
    /* --- ADJUSTED COLOR: Semi-transparent Dark Blue --- */
    background-color: rgba(26, 61, 99, 0.7); /* Using the new blue with opacity */
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.bg-fixed {
    background-attachment: fixed !important;
}

/* :: 3.7.0 ScrollUp */
#scrollUp {
    background-color: #E64082; /* --- NEW COLOR: Accent Pink --- */
    border-radius: 0;
    bottom: 50px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff; /* Keep white */
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    right: 50px;
    text-align: center;
    width: 40px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
#scrollUp:hover,
#scrollUp:focus {
    background-color: #1A3D63; /* --- NEW COLOR: Dark Blue Hover --- */
}

/* :: 3.8.0 Palatin Button */
.palatin-btn {
    background-color: #E64082; /* --- NEW COLOR: Accent Pink --- */
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 123px;
    height: 53px;
    color: #ffffff; /* Keep white text */
    border: none;
    border-radius: 0;
    padding: 0 30px;
    font-size: 16px;
    line-height: 53px;
    text-transform: capitalize;
}
.palatin-btn:hover,
.palatin-btn:focus {
    font-size: 16px;
    background-color: #1A3D63; /* --- NEW COLOR: Dark Blue Hover --- */
    color: #ffffff; /* Keep white text */
}
.palatin-btn.btn-2 {
    background-color: #1A3D63; /* --- NEW COLOR: Dark Blue --- */
    color: #ffffff; /* Keep white text */
}
.palatin-btn.btn-2:hover,
.palatin-btn.btn-2:focus {
    font-size: 16px;
    background-color: #E64082; /* --- NEW COLOR: Accent Pink Hover --- */
    color: #ffffff; /* Keep white text */
}
.palatin-btn.btn-3 {
    background-color: #ffffff; /* Keep white background */
    color: #E64082; /* --- NEW COLOR: Accent Pink --- */
    border: 2px solid #E64082; /* --- NEW COLOR: Accent Pink --- */
    height: 49px;
    line-height: 48px;
}
.palatin-btn.btn-3:hover,
.palatin-btn.btn-3:focus {
    font-size: 16px;
    background-color: #E64082; /* --- NEW COLOR: Accent Pink Hover --- */
    color: #ffffff; /* Keep white text */
}

/* :: 4.0 Header Area CSS */
.header-area {
    position: absolute;
    z-index: 1000;
    width: 100%;
    top: 0;
    left: 0;
}
.header-area .palatin-main-menu {
    position: relative;
    width: 100%;
    /* --- ADJUSTED COLOR: Semi-transparent Dark Blue --- */
    background-color: rgba(26, 61, 99, 0.7); /* Using the new blue with opacity */
    /* --- NEW COLOR: Accent Pink Border --- */
    border-bottom: 2px solid rgba(230, 64, 130, 0.63); /* Using the new accent with opacity */
}
.header-area .palatin-main-menu .classy-nav-container {
    background-color: transparent;
}
.header-area .palatin-main-menu .classy-navbar {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    background-color: transparent;
    height: 100px;
    padding: 0;
}
@media only screen and (max-width: 767px) {
    .header-area .palatin-main-menu .classy-navbar {
        height: 70px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .palatin-main-menu .classy-navbar .nav-brand {
        max-width: 140px;
    }
}
@media only screen and (max-width: 767px) {
    .header-area .palatin-main-menu .classy-navbar .nav-brand {
        max-width: 140px;
    }
}
.header-area .palatin-main-menu .classy-navbar .classynav ul li a {
    text-transform: capitalize;
    color: #ffffff; /* Keep white text */
    font-size: 16px;
    background-color: transparent;
}
.header-area .palatin-main-menu .classy-navbar .classynav ul li a:hover,
.header-area .palatin-main-menu .classy-navbar .classynav ul li a:focus {
    color: #ffffff; /* Keep white text */
    background-color: #E64082; /* --- NEW COLOR: Accent Pink --- */
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .palatin-main-menu .classy-navbar .classynav ul li a {
        font-size: 14px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .palatin-main-menu .classy-navbar .classynav ul li a {
        /* --- NEW COLOR: Accent Pink Background for Mobile/Tablet Menu Items --- */
        /* Note: This targets the main list items when menu is collapsed */
        background-color: #E64082;
    }
}
@media only screen and (max-width: 767px) {
    .header-area .palatin-main-menu .classy-navbar .classynav ul li a {
        /* --- NEW COLOR: Accent Pink Background for Mobile Menu Items --- */
        background-color: #E64082;
    }
}
.header-area .palatin-main-menu .classy-navbar .classynav ul li.active a {
    color: #ffffff; /* Keep white text */
    background-color: #E64082; /* --- NEW COLOR: Accent Pink --- */
}
.header-area
.palatin-main-menu
.classy-navbar
.classynav
ul
li.megamenu-item
a::after,
.header-area
.palatin-main-menu
.classy-navbar
.classynav
ul
li.has-down
a::after {
    color: #ffffff; /* Keep white arrows */
}
.header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
    color: #ffffff; /* --- NEW COLOR: White text for dropdown items on dark/accent background --- */
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
        padding: 0 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
        color: #ffffff; /* Ensure white text on mobile/tablet dropdown */
    }
}
@media only screen and (max-width: 767px) {
    .header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
        color: #ffffff; /* Ensure white text on mobile dropdown */
    }
}
.header-area .palatin-main-menu .classy-navbar .menu-btn {
    margin-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .palatin-main-menu .classy-navbar .menu-btn {
        margin-left: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .palatin-main-menu .classy-navbar .menu-btn {
        margin-left: 30px;
        /* --- ADJUSTED COLOR: White Border for Mobile/Tablet Button --- */
        border: 2px solid #ffffff;
        margin-top: 30px;
        display: inline-block;
    }
}
@media only screen and (max-width: 767px) {
    .header-area .palatin-main-menu .classy-navbar .menu-btn {
        margin-left: 30px;
        /* --- ADJUSTED COLOR: White Border for Mobile Button --- */
        border: 2px solid #ffffff;
        margin-top: 30px;
        display: inline-block;
    }
}
.header-area .palatin-main-menu .classy-navbar .menu-btn a {
    color: #ffffff; /* Keep white text */
    font-size: 16px;
}
.header-area .is-sticky .palatin-main-menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #1A3D63; /* --- NEW COLOR: Dark Blue Sticky Header --- */
    box-shadow: 0 5px 50px 15px rgba(0, 0, 0, 0.2);
}
.header-area .is-sticky .palatin-main-menu .classy-navbar {
    height: 90px;
}
@media only screen and (max-width: 767px) {
    .header-area .is-sticky .palatin-main-menu .classy-navbar {
        height: 70px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breakpoint-on .classy-navbar .classy-menu {
        /* --- NEW COLOR: Accent Pink Background for Mobile/Tablet Nav Menu --- */
        background-color: #E64082;
    }
}
@media only screen and (max-width: 767px) {
    .breakpoint-on .classy-navbar .classy-menu {
        /* --- NEW COLOR: Accent Pink Background for Mobile Nav Menu --- */
        background-color: #E64082;
    }
}
.classycloseIcon .cross-wrap span {
    background: #ffffff; /* Keep white close icon */
}

/* :: 5.0 Hero Area CSS */
.hero-slides {
    position: relative;
    z-index: 1;
}
.hero-slides .owl-dots {
    display: flex;
    position: absolute;
    bottom: 30px;
    left: 4%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slides .owl-dots {
        left: 1%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slides .owl-dots {
        left: 5px;
        flex-direction: column;
    }
}
@media only screen and (max-width: 767px) {
    .hero-slides .owl-dots {
        bottom: 100px;
    }
}
.hero-slides .owl-dots .owl-dot {
    transition-duration: 300ms;
    border: 2px solid transparent;
    background-color: transparent;
    display: block;
    padding: 3px 5px;
    color: #ffffff; /* Keep white */
    font-size: 14px;
}
.hero-slides .owl-dots .owl-dot.active,
.hero-slides .owl-dots .owl-dot:hover,
.hero-slides .owl-dots .owl-dot:focus {
    color: #ffffff; /* Keep white */
    background-color: #1A3D63; /* --- NEW COLOR: Dark Blue Dot Background --- */
    border: 2px solid #E64082; /* --- NEW COLOR: Accent Pink Dot Border --- */
    box-shadow: none;
}

.single-hero-slide {
    width: 100%;
    height: 950px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slide {
        height: 800px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide {
        height: 750px;
    }
}
@media only screen and (max-width: 767px) {
    .single-hero-slide {
        height: 750px;
    }
}
.single-hero-slide .slide-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.single-hero-slide .hero-slides-content {
    display: inline-block;
    padding: 60px 50px;
    /* --- ADJUSTED COLOR: Semi-transparent Dark Blue --- */
    background-color: rgba(26, 61, 99, 0.7); /* Using the new blue with opacity */
    border: 2px solid #E64082; /* --- NEW COLOR: Accent Pink Border --- */
    text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slide .hero-slides-content {
        padding: 40px 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide .hero-slides-content {
        padding: 30px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .single-hero-slide .hero-slides-content {
        padding: 20px;
    }
}
.single-hero-slide .hero-slides-content .line {
    width: 90px;
    height: 2px;
    background-color: #E64082; /* --- NEW COLOR: Accent Pink --- */
    margin: 0 auto 30px;
}
.single-hero-slide .hero-slides-content h2 {
    position: relative;
    z-index: 1;
    font-size: 72px;
    color: #ffffff; /* Keep white text */
    margin-bottom: 0;
    display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slide .hero-slides-content h2 {
        font-size: 48px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide .hero-slides-content h2 {
        font-size: 36px;
    }
}
@media only screen and (max-width: 767px) {
    .single-hero-slide .hero-slides-content h2 {
        font-size: 30px;
    }
}
.single-hero-slide .hero-slides-content p {
    font-size: 14px;
    color: #ffffff; /* Keep white text */
}
.hero-slides .owl-item.active .single-hero-slide .slide-img {
    animation: slide 20s linear infinite;
    -webkit-animation: slide 20s linear infinite;
}
@-webkit-keyframes slide {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

/* :: 6.0 Book Now Area CSS (Booking Form Styling) */
.book-now-area {
    position: relative;
    z-index: 100;
}

.book-now-form {
    position: relative;
    z-index: 1;
    background-color: #f8f9fa; /* Keep light background for form area */
    padding: 50px 30px;
    border: 1px solid #dee2e6; /* Keep light border */
    margin-top: 50px;
    margin-bottom: 50px;
}

.book-now-form .form-group {
    margin-bottom: 25px;
}

.book-now-form label {
    display: block;
    margin-bottom: 8px;
    color: #495057; /* Keep dark gray label text */
    font-weight: 600;
    font-size: 14px;
}

.book-now-form .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 10px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057; /* Keep dark gray input text */
    background-color: #ffffff; /* Keep white input background */
    background-clip: padding-box;
    border: 1px solid #ced4da; /* Keep light input border */
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: "FuturaLT-Book";
}

.book-now-form .form-control:focus {
    color: #495057; /* Keep dark gray text */
    background-color: #fff; /* Keep white background */
    border-color: #E64082; /* --- NEW COLOR: Accent Pink Focus Border --- */
    outline: 0;
    /* --- ADJUSTED COLOR: Accent Pink Focus Shadow --- */
    box-shadow: 0 0 0 0.2rem rgba(230, 64, 130, 0.25);
}

.book-now-form select.form-control {
    height: calc(1.5em + 0.75rem + 12px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Keep default arrow or use NiceSelect below */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 8px 10px;
}

/* Keep NiceSelect styles if you prefer its look */
.book-now-form .nice-select {
    border: 1px solid #ced4da; /* Keep light border */
    border-radius: 0.25rem;
    background-color: #fff; /* Keep white background */
    font-size: 1rem;
    height: calc(1.5em + 0.75rem + 12px);
    line-height: 1.5;
    padding-left: 0.75rem;
    padding-right: 30px;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    width: 100%;
    color: #495057; /* Keep dark gray text */
    font-family: "FuturaLT-Book";
}
.book-now-form .nice-select::after {
    border-bottom: 2px solid #495057; /* Keep dark arrow */
    border-right: 2px solid #495057;
    height: 8px;
    width: 8px;
    right: 15px;
}
.book-now-form .nice-select .list {
    background-color: #ffffff; /* Keep white list background */
    border-radius: 0.25rem;
    margin-top: 2px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
    width: 100%;
}
.book-now-form .nice-select .option {
    font-size: 1rem;
    color: #363636; /* Keep dark option text */
    width: 100%;
    padding-left: 0.75rem;
    line-height: 1.5;
    min-height: auto;
}
.book-now-form .nice-select .option:hover,
.book-now-form .nice-select .option.focus,
.book-now-form .nice-select .option.selected.focus {
    background-color: #f8f9fa; /* Keep light hover background */
}
.book-now-form .nice-select .current {
    font-size: 1rem;
    display: block;
    line-height: calc(1.5em + 0.75rem);
    height: 100%;
    padding-left: 0;
}

.book-now-form textarea.form-control {
    height: auto;
    min-height: 120px;
}

.book-now-form button[type="submit"].palatin-btn {
    /* Inherits .palatin-btn styles, which are updated */
    width: auto;
    min-width: 150px;
    display: inline-block;
}

/* Booking Form Status Message Styling */
#bookingFormStatus {
    font-size: 1rem; /* Adjust size as needed */
    font-weight: 600;
}
#bookingFormStatus.text-danger {
    color: #dc3545; /* Bootstrap red */
}
#bookingFormStatus.text-success {
    color: #28a745; /* Bootstrap green */
}


/* :: 7.0 About Us Area CSS */

.about-thumbnail {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 992px) {
    .about-thumbnail.homepage .first-img {
        position: relative;
        width: 50%;
        margin-left: auto;
        box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15); /* Keep shadow */
        z-index: 1;
    }
    .about-thumbnail.homepage .second-img {
        position: relative;
        width: 55%;
        margin-top: -50%;
        margin-left: 0;
        box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15); /* Keep shadow */
        z-index: 2;
    }
    .about-thumbnail.homepage .third-img {
        position: relative;
        width: 45%;
        margin: -30% auto 0 auto;
        box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15); /* Keep shadow */
        z-index: 3;
    }
}

@media only screen and (max-width: 991px) {
    .about-thumbnail.homepage {
        margin-bottom: 50px;
        width: 100%;
    }

    .about-thumbnail.homepage .first-img,
    .about-thumbnail.homepage .second-img,
    .about-thumbnail.homepage .third-img {
        position: relative;
        width: 85%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 25px;
        z-index: auto;
        display: block;
        float: none;
        box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15); /* Keep shadow */
    }

    .about-thumbnail.homepage .second-img,
    .about-thumbnail.homepage .third-img {
        margin-top: 0 !important;
    }
}

.about-key-text {
    position: relative;
    z-index: 1;
    margin-top: 35px;
}
.about-key-text h6 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: left;
}
.about-key-text h6 span.fa.fa-check {
    flex: 0 0 30px;
    max-width: 30px;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    text-align: center;
    font-size: 12px;
    background-color: #E64082; /* --- NEW COLOR: Accent Pink --- */
    border-radius: 50%;
    line-height: 30px;
    color: #ffffff; /* Keep white */
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.about-key-text h6 span[data-i18n] {
    flex-grow: 1;
    line-height: 1.4;
}

@media only screen and (max-width: 767px) {
    .about-thumbnail.homepage {
        margin-bottom: 50px;
    }

    .about-thumbnail.homepage .first-img,
    .about-thumbnail.homepage .second-img,
    .about-thumbnail.homepage .third-img {
        position: relative;
        width: 85%;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 25px;
        float: none;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }

    .about-thumbnail.homepage .second-img {
        margin-top: 0 !important;
    }
    .about-thumbnail.homepage .third-img {
        margin-top: 0 !important;
    }

}


/* :: 8.0 Pool Area CSS */
.pool-content {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 70px 50px;
    border: 2px solid #E64082; /* --- NEW COLOR: Accent Pink Border --- */
    /* --- ADJUSTED COLOR: Semi-transparent Dark Blue --- */
    background-color: rgba(26, 61, 99, 0.7); /* Using the new blue with opacity */
}
@media only screen and (max-width: 767px) {
    .pool-content {
        padding: 50px 20px;
    }
}
.pool-content .pool-feature {
    position: relative;
    z-index: 1;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .pool-content .pool-feature {
        margin-top: 30px;
    }
}
.pool-content .pool-feature i {
    font-size: 70px;
    color: #E64082; /* --- NEW COLOR: Accent Pink --- */
    margin-bottom: 15px;
    display: block;
}
.pool-content .pool-feature p {
    color: #ffffff; /* Keep white text */
    font-size: 14px;
    margin-bottom: 0;
}

/* :: 9.0 Rooms Area CSS (Used for Activity Cards Styling) */
.single-rooms-area {
    position: relative;
    z-index: 10;
    width: 100%;
    margin-bottom: 100px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #fff; /* Keep white background */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); /* Keep shadow */
    display: flex;
    flex-direction: column;
}
.single-rooms-area .bg-thumbnail {
    position: relative;
    width: 100%;
    height: 250px;
    z-index: 10;
}
.single-rooms-area .rooms-text {
    position: relative;
    z-index: 30;
    background-color: #1A3D63; /* --- NEW COLOR: Dark Blue Text Background --- */
    padding: 30px 30px 70px;
    text-align: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.single-rooms-area:hover .rooms-text {
    background-color: #2A527F; /* --- NEW COLOR: Slightly Lighter Blue Hover --- */
}
.single-rooms-area .rooms-text .line {
    width: 90px;
    height: 2px;
    background-color: #E64082; /* --- NEW COLOR: Accent Pink --- */
    display: block;
    margin: 0 auto 20px;
}
.single-rooms-area .rooms-text h4 {
    color: #ffffff; /* Keep white text */
    font-size: 24px;
    margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
    .single-rooms-area .rooms-text h4 {
        font-size: 20px;
    }
}
.single-rooms-area .rooms-text p {
    color: #cccccc; /* Keep light gray text */
    margin-bottom: 0;
    line-height: 1.8;
}

.single-rooms-area .book-room-btn {
    /* Style for the "Inquire Now" button */
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 50;
    /* Uses .palatin-btn styles */
    min-width: 140px;

    /* --- FIX: Ensure button text is white --- */
    color: #ffffff !important;
}
.single-rooms-area:hover .rooms-text {
    background-color: #2A527F; /* Slightly darker hover */
}

/* :: 13.0 Footer Area CSS */
.footer-area {
    position: relative;
    z-index: 1;
    background-color: #1A3D63; /* --- NEW COLOR: Dark Blue Footer Background --- */
    padding-bottom: 40px;
    padding-top: 50px;
}
.footer-area .footer-widget-area p {
    color: #cccccc; /* Keep light gray text */
    font-size: 16px;
    margin-bottom: 0;
}
.footer-area .footer-widget-area .widget-title {
    padding-top: 15px;
    color: #ffffff; /* Keep white text */
    font-weight: 400;
    margin-bottom: 25px;
}
.footer-area .footer-widget-area .subscribe-form {
    position: relative;
    z-index: 1;
}
.footer-area .footer-widget-area .subscribe-form input {
    width: 100%;
    height: 46px;
    background-color: transparent;
    border: 2px solid #E64082; /* --- NEW COLOR: Accent Pink Border --- */
    padding: 0 15px;
    color: #ffffff; /* Keep white text */
}
.footer-area .footer-widget-area .subscribe-form button {
    transition-duration: 500ms;
    width: 100%;
    height: 46px;
    border: none;
    font-size: 16px;
    margin-top: 15px;
    color: #ffffff; /* Keep white text */
    cursor: pointer;
    background-color: #E64082; /* --- NEW COLOR: Accent Pink --- */
}
.footer-area .footer-widget-area .subscribe-form button:hover,
.footer-area .footer-widget-area .subscribe-form button:focus {
    background-color: #2A527F; /* --- NEW COLOR: Slightly Lighter Blue Hover --- */
}
/* Footer Social Icons */
.footer-area .social-info a {
    color: #cccccc; /* Keep light gray icons */
    margin: 0 8px;
    display: inline-block;
    font-size: 16px;
}
.footer-area .social-info a:hover {
    color: #E64082; /* --- NEW COLOR: Accent Pink Hover --- */
}
.footer-area .copywrite-text {
    position: relative;
    z-index: 1;
}
.footer-area .copywrite-text p {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 12px;
    color: rgba(204, 204, 204, 0.4); /* Keep subtle gray */
    text-align: center;
}
.footer-area .copywrite-text p a {
    font-size: 12px;
    color: rgba(204, 204, 204, 0.4); /* Keep subtle gray link */
}
.footer-area .copywrite-text p a:hover {
    color: #ffffff; /* Keep white hover */
}

/* :: 16.0 Contact Area CSS (Layout, Info) */
.contact-area {
    position: relative;
    z-index: 1;
}

.contact-area .home-map-area {
    height: 100%;
    min-height: 450px;
}

.contact-area .home-map-area iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.contact-area .contact-info {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.contact-area .contact-info h4,
.contact-area .contact-info h5 {
    margin-bottom: 15px;
    font-size: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-area .contact-info h4,
    .contact-area .contact-info h5 {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .contact-area .contact-info h4,
    .contact-area .contact-info h5 {
        font-size: 16px;
    }
    .contact-area .contact-info {
        justify-content: flex-start;
    }
}
.contact-area .contact-info .social-info a {
    display: inline-block;
    margin-right: 15px;
    color: #363636; /* Keep dark gray icons */
    font-size: 18px;
}
.contact-area .contact-info .social-info a:hover,
.contact-area .contact-info .social-info a:focus {
    color: #E64082; /* --- NEW COLOR: Accent Pink Hover --- */
}
/* ====== The End ====== */
/* Language Switcher Styles */

.language-switcher-flags {
    white-space: nowrap;
}

.language-switcher-flags a.lang-link {
    display: inline-block;
    margin: 0 3px;
    padding: 2px;
    line-height: 1;
    vertical-align: middle;
}

.language-switcher-flags a.lang-link img {
    height: 16px;
    width: auto;
    display: block;
    opacity: 0.8; /* Slightly reduce opacity when not active */
    transition: opacity 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid transparent;
}

.language-switcher-flags a.lang-link:hover img,
.language-switcher-flags a.lang-link.active img {
    opacity: 1;
    border-color: #E64082; /* --- NEW COLOR: Accent Pink Border --- */
    box-shadow: 0 0 3px rgba(230, 64, 130, 0.5); /* --- ADJUSTED COLOR: Accent Pink Glow --- */
}

.navbar-right-items {
    /* Add margin-left: auto; if it's not automatically pushing right */
}

/* --- Mobile Menu Adjustments --- */
@media only screen and (max-width: 991px) {
    .classy-menu .navbar-right-items {
        padding: 15px 30px;
        /* --- ADJUSTED COLOR: White Border --- */
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        flex-direction: column;
        align-items: center;
        margin-left: 0;
    }

    .classy-menu .menu-btn {
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .classy-menu .menu-btn a {
        display: block;
    }

    .language-switcher-flags {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }

    .language-switcher-flags a.lang-link {
        margin: 0 5px;
    }

    .language-switcher-flags a.lang-link img {
        height: 20px;
        opacity: 0.9;
    }

    .language-switcher-flags a.lang-link:hover img,
    .language-switcher-flags a.lang-link.active img {
        border-color: #ffffff; /* Keep white border on mobile hover/active */
        box-shadow: none;
    }
}

/* Add these styles to the end of your style.css file */

/* --- New Styles for Dark Sections --- */
.dark-section {
    background-color: #1A3D63; /* New Dark Blue for section background */
}

/* Override text colors within dark sections */
.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5,
.dark-section h6 {
    color: #ffffff; /* White text for headings on dark background */
}

.dark-section p {
    color: #cccccc; /* Light gray text for paragraphs on dark background */
}

.dark-section a {
    color: #E64082; /* Accent Pink for links on dark background */
}
.dark-section a:hover,
.dark-section a:focus {
    color: #ffffff; /* White or lighter pink on hover */
}

/* Ensure the heading line is still visible on dark background */
.dark-section .section-heading .line- {
    background-color: #E64082; /* Keep Accent Pink line */
}

/* Specific adjustments for content within dark sections */

/* About Us Text on Dark Background */
.dark-section .about-text h2 { /* Heading already covered by general .dark-section h2 */ }
.dark-section .about-text p { /* Paragraphs already covered by general .dark-section p */ }
.dark-section .about-key-text h6 {
    color: #ffffff; /* White text for checkmark list items */
}
/* Checkmark icon color is set globally to Accent Pink and white text inside, which should work */

/* Activities Section Text on Dark Background (Section Heading) */
.dark-section#services .section-heading h2,
.dark-section#services .section-heading p {
     color: #ffffff; /* White text for heading/intro in Activities section */
}
/* The .single-rooms-area (activity cards) already has a dark background (#1A3D63 or #2A527F hover) and white/light text, so no changes needed there */

/* Contact Info on Dark Background */
.dark-section .contact-info h2 { /* Heading already covered by general .dark-section h2 */ }
.dark-section .contact-info p { /* Paragraphs already covered by general .dark-section p */ }
.dark-section .contact-info h4, /* Address */
.dark-section .contact-info h5 { /* Phone/Email */
    color: #ffffff; /* White text for contact details */
}
.dark-section .contact-info .social-info a {
    color: #cccccc; /* Light gray social icons on dark background */
}
.dark-section .contact-info .social-info a:hover,
.dark-section .contact-info .social-info a:focus {
    color: #E64082; /* Accent Pink hover for social icons */
}
/* Map iframe is a separate element and does not need background color changes */

/* Booking Form Styling for Dark Background */
.book-now-form {
    /* Override previous .book-now-form styles */
    background-color: #2A527F; /* Slightly lighter blue for the form container */
    border: 1px solid #E64082; /* Accent border */
    /* Keep existing padding, margin, etc. */
}

.book-now-form label {
    color: #ffffff; /* White labels */
}

.book-now-form .form-control {
    /* Override previous .form-control styles within .book-now-form */
    background-color: #1A3D63; /* Darker blue input background */
    color: #ffffff; /* White input text */
    border: 1px solid #2A527F; /* Slightly lighter border */
}

.book-now-form .form-control:focus {
     border-color: #E64082; /* Accent focus border */
     box-shadow: 0 0 0 0.2rem rgba(230, 64, 130, 0.25); /* Accent focus shadow */
}

/* Nice Select adjustments for dark form */
.book-now-form .nice-select {
    /* Override previous .nice-select styles */
    background-color: #1A3D63; /* Darker blue select background */
    color: #ffffff; /* White select text */
    border: 1px solid #2A527F; /* Slightly lighter border */
}
.book-now-form .nice-select::after {
     border-bottom: 2px solid #ffffff; /* White arrow */
     border-right: 2px solid #ffffff;
}
.book-now-form .nice-select .list {
     background-color: #2A527F; /* Slightly lighter blue list background */
}
.book-now-form .nice-select .option {
    color: #cccccc; /* Light gray option text */
}
.book-now-form .nice-select .option:hover,
.book-now-form .nice-select .option.focus,
.book-now-form .nice-select .option.selected.focus {
    background-color: #3A6799; /* A hover state for options */
    color: #ffffff; /* White hover text */
}
 .book-now-form .nice-select .current {
     color: #ffffff; /* White current selected text */
 }


/* --- Modal Styles for Dark Mode --- */
.modal-content {
    background-color: #2A527F; /* Slightly lighter blue modal background */
    color: #ffffff; /* White text */
}
.modal-content .modal-header {
     border-bottom-color: #E64082; /* Accent border below header */
}
 .modal-content .modal-title {
    color: #ffffff; /* White title */
 }
.modal-content .close span {
     color: #ffffff; /* White close button */
 }
.modal-content .modal-body {
    color: #cccccc; /* Light gray body text */
}
 .modal-content .modal-footer {
     border-top-color: #E64082; /* Accent border above footer */
 }
 /* Buttons within modal will inherit .palatin-btn styles */
 /* Add these styles to the end of your style.css file,
   after the .dark-section base styles */

/* --- New Styles for Dark Sections --- */
.dark-section {
    background-color: #1A3D63; /* New Dark Blue for section background */
}

/* Override text colors within dark sections */
/* ... existing h1-h6, p styles ... */

.dark-section a {
    color: #E64082; /* Accent Pink for regular links on dark background */
}
.dark-section a:hover,
.dark-section a:focus {
    color: #ffffff; /* White or lighter pink on hover */
}

/* --- FIX: Ensure button text is white inside dark sections --- */
.dark-section .palatin-btn {
    color: #ffffff !important; /* Force white text for buttons in dark sections */
}


/* Ensure the heading line is still visible on dark background */
/* ... existing line- style ... */

/* Specific adjustments for content within dark sections */
/* ... rest of your dark-section overrides for about, services, contact ... */

/* Booking Form Styling for Dark Background */
/* ... existing book-now-form styles ... */

/* --- Modal Styles for Dark Mode --- */
/* ... existing modal styles ... */