@font-face {
    font-family: "sofia-pro";
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/sofia-pro/Sofia-Pro-Regular.woff") format("woff");
}

@font-face {
    font-family: "sofia-pro";
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/sofia-pro/Sofia-Pro-Medium.woff") format("woff");
}

@font-face {
    font-family: "sofia-pro";
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/sofia-pro/Sofia-Pro-SemiBold.woff") format("woff");
}

@font-face {
    font-family: "sofia-pro";
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/sofia-pro/Sofia-Pro-Bold.woff") format("woff");
}

@font-face {
    font-family: "sofia-pro";
    font-weight: 900;
    font-display: swap;
    src: url("../fonts/sofia-pro/Sofia-Pro-Black.woff") format("woff");
}

@font-face {
    font-family: "abigeta-display";
    font-display: swap;
    src: url("../fonts/abigeta-display/Abigeta-Display.woff") format("woff");
}

body {
    margin: 0;
    font-family: "Sansation", sans-serif;
    font-weight: 400;
}

ul {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
    color: #A78295;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

img {
    max-width: 100%;
}

p {
    color: #7b7b7b;
    font-size: 1.1em;
}

p > *, h1 > * {
    all: unset;
}

h1, 
h2,
h3,
h4,
h5,
h6 {
    color: #331D2C;
    font-family: "abigeta-display";
    letter-spacing: 1.5px;
}

h2 {
    font-size: 2.2em;
}

section {
    padding: 80px 0;
}

#smooth-wrapper {
    position: relative;
  }

.page-header img {
    width: 100%;
    object-fit: cover;
}

.page-badge {
    font-size: 2.5em;
    margin-bottom: 50px;
    color: #a78295;
    font-style: italic;
    position: relative;
}

.page-badge::before,
.footer-section-title::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    background-color: #a78295;
    margin: 0 auto;
    height: 1px;
    width: 50px;
}

/* Breadcrumbs */
.breadcrumb {
    margin-bottom: 20px;
}

.breadcrumb .breadcrumb-item a {
    color: #7b7b7b;
    text-decoration: none;
}

.breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb .breadcrumb-item.active {
    color: #A78295;
}

nav[aria-label="breadcrumb"]+.hero-slider,
nav[aria-label="breadcrumb"]+.page-header img {
    height: calc(100vh - 205px);
}

nav[aria-label="breadcrumb"]+.hero-slider img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
iframe {
    width: 100%;
    height: 450px;
}

/* footer */
.footer-section-title::before {
    background-color: #ffffff;
}

.footer {
    background-color: #331D2C;
    color: #d8d8d8;
    position: relative;
    width: 100%;
    clear: both;
    padding: 80px 0 0;
    margin-bottom: 0;
}

.footer .logo img {
    filter: inherit;
}

.footer-section-title {
    margin-bottom: 40px;
    color: #d8d8d8;
    position: relative;
}

.footer-address {
      margin: 0;
    line-height: 1.8;
}

.footer-address p,
.footer-bottom p {
    margin: 0;
    font-size: 1.1em;
    color: #fff;
    text-align: center;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.footer-social {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.social-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease;
}

.social-icon:hover,
.social-icon i:hover {
    color: #A78295;
}

.social-icon i {
    font-size: 1.5em;
}

.footer-contact-info {
    display: flex;
    flex-direction: column;
}

.contact-line {
    margin: 0;
    font-size:1.1em;
    line-height: 1.8;
    text-align: center;
}

.contact-label {
    color: #fff;
    margin-right: 8px;
}

.contact-line a {
    text-decoration: none;
    color: #fff;
}

.contact-line a:hover {
    color: #A78295;
}

.footer-bottom {
    padding: 2rem 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    position: relative;
    margin-bottom: 0;
}

.footer-link {
    color: #A78295;
    text-decoration: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.footer-link:hover {
    text-decoration: underline;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    }

.footer-links li {
    margin-bottom: 10px;
    }

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 1.1em;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #A78295;
    text-decoration: none;
    }
.top-left .contact-info-item:not(:last-child) {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
/* Creative Facility Cards Design for Accommodation Detail Page (only when icon-left is present) */
.facilities-features-section .facilities-features-grid:has(.facility-icon-left) {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
    position: relative;
    }

.facilities-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
    position: relative;
    }

.facility-card {
    border: 1px solid #ecf0f4;
    padding: 10px 15px;
    text-align: center;
    position: relative;
    font-size: 1.2em;
    color: #331D2C;
    }

/* Facility Feature Card  */
.content-wrapper + .facilities-features-section {
    background: #F5F5F0;
    }

.facilities-features-section .facility-feature-card:has(.facility-icon-left) {
    background: rgb(255 255 255 / 10%);
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #e0ecf5;
}

.facility-icon-left {
    font-size: 1.5rem;
    color: #A78295;
    flex-shrink: 0;
}

.facilities-features-section .facility-feature-card:has(.facility-icon-left) .facility-feature-title {
    margin: 0;
    line-height: 1.4;
    text-align: left;
}

.facility-feature-card {
    text-align: center;
    position: relative;
}

.facility-icon-wrapper {
    width: 120px;
    height: 120px;
    margin: 0 auto 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.facility-icon-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background: #eff8ff;
    border-radius: 50% 50% 0 0;
    z-index: 0;
}

.facility-icon {
    font-size: 3rem;
    color: #A78295;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.facility-icon svg {
    width: 56px;
    height: 56px;
    stroke: #A78295;
    fill: none;
}

.facility-icon i {
    font-size: 3.5rem;
    color: #A78295;
}

.facility-feature-title {
    font-size: 1.1em;
    color: #331D2C;
    margin-bottom: 12px;
    line-height: 1.3;
    text-transform: capitalize;
}

.facility-feature-desc {
    font-size: 1.2em;
    color: #331D2C;
    margin: 0;
    line-height: 1.5;
}

/* Facilities Gallery Section */
.facilities-gallery-header {
    margin-bottom: 60px;
}

.facilities-gallery-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
}

.facility-image-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.facility-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.facility-image[src=""],
.facility-image:not([src]) {
    background-image: url('https://staahweb.staah.net/comman/no-image.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Accommodation */
.accommodation {
    background: #fff6ec;
    padding-bottom: 300px;
}

.accommodation+.accommodation-grid {
    margin-top: -250px;
    margin-bottom: 80px;
}

.section-heading {
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
    position: relative;
    margin-bottom: 50px;
    font-family: 'Playfair Display', serif;
}

.heading-decorative {
    font-size: 5rem;
    opacity: 0.04;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    pointer-events: none;
}

.high-contrast .heading-decorative {
    opacity: 0.08;
    color: #d8d8d8;
}

.policy-modal  {
    height: 100%;
}

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

.accommodation-grid .accommodation-card.swiper-slide {
    margin: 0;
    height: auto;
}

.accommodation-grid .accommodation-card .card-image {
    height: 450px;
    width: 100%;
}

.accommodation-grid .swiper-wrapper {
    align-items: stretch;
}

.accommodation-card {
    position: relative;
    overflow: hidden;
}

.accommodation-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top,
            rgba(255, 255, 255, 0.9) 0%,
            rgba(255, 255, 255, 0.7) 30%,
            rgba(255, 255, 255, 0) 60%);
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    z-index: 1;
    pointer-events: none;
}

.accommodation-card:hover::before {
    opacity: 1;
}

.overlay-content {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    transition: all 0.4s ease-in-out;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    padding: 20px;
    z-index: 2;
}

.accommodation-card:hover .overlay-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.room-title {
    font-size: 1.5em;
    margin-bottom: 20px;
    color: #331D2C;
    font-weight: 600;
}

.button-group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* Accommodation Page - Same overlay design as index page */
.accommodation-section {
    padding: 80px 0;
    background: linear-gradient(to bottom, rgba(255, 246, 236, 0.3), transparent);
}

.accommodation-section .accommodation-card {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.accommodation-section .accommodation-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top,
            rgba(255, 255, 255, 0.9) 0%,
            rgba(255, 255, 255, 0.7) 30%,
            rgba(255, 255, 255, 0) 60%);
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    z-index: 1;
    pointer-events: none;
}

.accommodation-section .accommodation-card:hover::before {
    opacity: 1;
}

.accommodation-section .accommodation-card .card-image {
    height: 550px;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.accommodation-section .accommodation-card:hover .card-image {
    transform: scale(1.1);
}

.accommodation-section .button-group {
    flex-wrap: nowrap;
}

/* about us*/
.dining-text-content > p {
    font-size: 1.2em;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 4;
    text-align: center;
    color: #7b7b7b;
    line-height: inherit;
}

.dining-small-image {
    max-width: 400px;
    height: 220px;
}

.dining-small-image .small-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dining-large-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.dining-large-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-width: 85%;
    margin-left: auto;
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 32px;
    align-items: end;
}

.text-content {
    padding-bottom: 40px;
    max-width: 500px;
    position: relative;
}

.main-heading {
    margin-bottom: 24px;
    position: relative;
}

.heading-text {
    font-size: 2.5rem;
    line-height: 1.2;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.heading-label {
    font-size: 16px;
    color: #c1a35f;
    position: relative;
    margin-bottom: 20px;
}

.heading-label span {
    background: #f2f7f8;
    position: relative;
    z-index: 1;
    padding-right: 10px;
}

.heading-label::after {
    content: "";
    position: absolute;
    left: 4px;
    bottom: 8px;
    width: 100%;
    height: 1px;
    background-color: #c1a35f;
}

/* header section */
.header {
    position: relative;
    z-index: 2;
    top: 0;
    transition: box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
    opacity: 1;
}

.header.position-fixed {
    position: fixed;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    width: 100%;
    transform: translateY(0);
    opacity: 1;
    animation: headerSlideDown 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes headerSlideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
}

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.header .top {
    background: #331D2C;
    }
    
.contact-info-item {
    font-size: 1em;
    line-height: 30px;
    }
    
    
.top-left .contact-info-item a {
    transition: color 0.3s ease;
}

.top-left .contact-info-item a:hover {
    color: #A78295 !important;
}

.navbar {
    background: #fff;
    padding: 14px 0;
    border-bottom: 1px solid #cad6df;
}

.booking-engine {
    background: #EFE1D1;
    padding: 20px 0;
    margin-top: 20px;
}

.hero .hero-slider,
.page-header img {
    height: calc(100vh - 160px);
    cursor: grab;
}

.hero-about img {
    height: 100vh;
    object-fit: cover;
    width: 100%;
}

.hero .hero-slider .swiper-slide {
    height: 100%;
}

.hero .hero-slider .swiper-slide img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.hero .hero-slider .swiper-slide .slide-bg {
    height: 100%;
    width: 100%;
}

.hero .hero-slider .swiper-slide .slide-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Swiper Navigation Buttons */
.swiper-wrapper {
    height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
    font-size: 1.4em;
    width: 40px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100px;
    text-transform: uppercase;
    z-index: 1;
    background: #A78295;
    color: #fff;
    margin-top: 0;
    display: flex;
}

.swiper-button-prev {
    left: 0;
    border-radius: 0 40px 40px 0;
}

.swiper-button-next {
    right: 0;
    border-radius: 40px 0px 0 40px;
}

/* Swiper button text/icons */
.swiper-button-prev::after,
.swiper-button-next::after {
    content: none;
}

.swiper-button-prev::before,.swiper-button-next::before {
    font-size: 1.5em;
    line-height: 1;
}



.hero-slider .swiper-wrapper {
    height: 100%;
}

.nav-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.menu-icon {
    width: 8px;
    height: 8px;
    background-color: #A78295;
    display: inline-block;
}

.menu-toggle {
    background: none;
    border: none;
    color: #A78295;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 0;
}

.language-selector {
    position: relative;
}

.lang-toggle {
    background: none;
    border: none;
    color: #A78295;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.lang-toggle i {
    font-size: 10px;
}

.nav-links {
    align-items: center;
    gap: 30px;
    padding-left: 0;
    margin-bottom: 0;
}

.top-right .lang-drop button {
    font-size: 1em;
}

.nav-links a,
.nav-links button {
    color: #331D2C;
    text-decoration: none;
    font-size: 1.1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav-links a:hover,
.nav-links button:hover,
.nav-links li.active a {
    color: #A78295;
}

.dropdown {
    position: relative;
}

.dropdown-content a {
    padding: 8px 12px;
    text-decoration: none;
    min-width: 200px;
    color: #5c5a5b;
}

/* Dropdown menu translate transition */
.dropdown-menu.dropdown-content {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.dropdown-menu.dropdown-content.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-links>ul>li>a,
.nav-links>ul>li>button {
    padding: 12px 0;
    display: inline-block;
    letter-spacing: -0.5px;
    width: 100%;
    text-align: left;
}

.logo img {
    height: 45px;
    /* if white logo otherwise remove filter */
    filter: invert(1);
}

.btn-secondary,
.btn-primary {
    padding: 0.8rem 1.5rem;
    border: 1px solid transparent;
    line-height: normal;
    border-radius: 0;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-secondary {
    color: #A78295;
    background-color: #fff;
}

.btn-primary,
.accommodation-card .overlay-content .btn-primary:hover {
    background: #A78295;
    color: white;
    border-color: #A78295;
}

.btn-primary:hover {
    color: #A78295;
    background-color: transparent;
    border-color: #A78295;
}

.mobile-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    background: none;
    color: #A78295;
    border: none;
    cursor: pointer;
    padding: 0;
}

.mobile-menu {
    display: none;
    position: fixed;
    background-color: #222;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 300px;
    padding: 20px;
    overflow-y: auto;
    z-index: 1000;
}

.space-hero {
    padding-top: 140px;
}

.room-description {
    color: #331D2C;
}

.card-wrapper {
    border: 1px solid #EFE1D1;
    background: #fff6ec;
}

/* Modern Offer/Dining Card Design */
.dining-card {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    background: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: none;
}

.dining-card:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.dining-card-image {
    position: relative;
    height: 280px;
    overflow: hidden;
    display: block;
    background: #f0f0f0;
}

.dining-card-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(51, 29, 44, 0.5) 100%);
    z-index: 1;
    opacity: 0.7;
}

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

.dining-card:hover .dining-card-image img {
    transform: scale(1.08);
}

.dining-card-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(51, 29, 44, 0.9);
    color: #ffffff;
    padding: 18px 20px;
    letter-spacing: 1.5px;
    text-align: center;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    z-index: 2;
}

.dining-card:hover .dining-card-label {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dining-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(51, 29, 44, 0.95) 100%);
    color: white;
    padding: 25px 20px;
    text-align: center;
    backdrop-filter: blur(8px);
    transform: translateY(100%);
    transition: transform 0.4s ease;
    z-index: 3;
}

.dining-card:hover .dining-card-overlay {
    transform: translateY(0);
}

.dining-card-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 1.3rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.3px;
    line-height: 1.3;
}

.dining-card-subtitle {
    opacity: 0.95;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.wedding-content h3 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

/* Facilities Page Styles */

.facilities-list-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.facility-list-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px;
    background: #ffffff;
    border: 1px solid #EFE1D1;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.facility-list-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(167, 130, 149, 0.15);
    border-color: #A78295;
}

.facility-list-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    color: #A78295;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.facility-list-content {
    flex: 1;
}

.facility-list-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #331D2C;
    margin: 0;
    line-height: 1.4;
    text-transform: capitalize;
}

.mobile-menu .close-btn {
    background: none;
    border: none;
    color: white;
    margin-left: auto;
    display: block;
    padding: 0;
    height: 24px;
    position: fixed;
    right: 20px;
}

.mobile-menu ul {
    list-style: none;
    padding: 20px 0;
}

.mobile-menu .dropdown-content {
    display: none;
    padding: 10px;
    background: #333;
    border-radius: 2px;
}

.mobile-menu .dropdown-content.show {
    display: block;
}   

/* Hover effect for More dropdown and Language dropdown - change plus to minus icon */
.dropdown-toggle:hover .plus-icon,
.lang-drop button:hover .plus-icon {
    display: none !important;
}

.dropdown-toggle:hover .minus-icon,
.lang-drop button:hover .minus-icon {
    display: inline-block !important;
}

.dropdown-toggle::after {
    content: none;
}

.flag-en {
    display: inline-block;                 
    min-width: 16px;                       
    height: 11px;                          
    margin-right: 10px;                   
    margin-top: 0;                         
    background-image: url('./img/flags.png'); 
    background-repeat: no-repeat;
    background-size: auto; 
}

.map {
    height: 450px;
    width: 100%;
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden;
    }
    
/* Contact Us Page Design */
.contact-content {
    padding-right: 40px;
}

.contact-subtitle {
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #A78295;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-main-title {
    font-size: 2.8em;
    margin-bottom: 30px;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-info-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.contact-info-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    color: #A78295;
    font-size: 1.3rem;
}

.contact-info-content {
    flex: 1;
}

.contact-info-label {
    font-size: 1.2em;
    margin-bottom: 8px;
}

.contact-info-text {
    font-size: 0.95em;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

.contact-info-text a {
    color: #331D2C;
    cursor: pointer;
}

.contact-info-text a:hover {
    color: #A78295;
    }
    
.contact-info-text strong {
    color: #331D2C;
    font-weight: 600;
    }
    
.gallery-col {
    margin-bottom: 14px;
    }
    
/* Contact Gallery Grid */
    
.contact-gallery {
    padding-left: 20px;
    }
    
.contact-gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    height: 100%;
    }
    
.contact-gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    min-height: 400px;
    }
    
.contact-gallery-item:hover {
    transform: translateY(-5px);
    }
    
.contact-gallery-item-1 {
    grid-column: 1;
    grid-row: 1;
    }
    
.contact-gallery-item-2 {
    grid-column: 2;
    grid-row: 1;
    top: -50px;
    }

.contact-gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
    }

.contact-gallery-item:hover .contact-gallery-image {
    transform: scale(1.05);
}

/* Legacy Contact Styles (keeping for backward compatibility) */
    .contact-container {
    margin-top: 6rem;
    margin-bottom: 3.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.contact-wrapper {
    max-width: 100%;
    margin: 0 auto;
}

.contact-title {
    font-size: 1.875rem;
    text-align: center;
    color: #222222;
    font-weight: 600;
    margin-bottom: 5rem;
    position: relative;
}

.title-text {
    position: relative;
}

.title-text::before {
    content: attr(data-text);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    pointer-events: none;
    z-index: -10;
    opacity: 0.3;
    font-size: 5rem;
}

.contact-map {
    max-width: 60%;
    margin: 0 auto;
    display: block;
}

    .contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 6.25rem;
}

/* Contact icon */
.contact-icon {
    width: 3.75rem;
    height: 3.75rem;
    background-color: #A78295;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

/* Contact item title */
.contact-item-title {
    font-weight: 600;
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
    margin-top: 1.25rem;
}

/* Ensure footer sticks to bottom on short pages and shows fully */
.footer .container {
    padding-bottom: 0;
}

/* Ensure desktop language dropdown becomes visible when open */
.nav-right {
    padding: 8px 16px;
    border: 1px solid #cad6df;
    color: #331D2C;
}

.nav-right .nav-divider {
    border-left: 1px solid #cad6df; 
    padding-left: 16px;
}

.nav-right .book-now-btn {
    color: #331D2C;
    font-size: 1.1em;
}

  .nav-right > a:hover .dropdown-menu,
  .mobile-toggle a:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }

  .language-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    color: #331D2C;
    border-radius: 0.375rem;
    transition: background-color 0.2s ease, color 0.2s ease;
  }
  
  .language-item:hover {
    background-color: #F2F7F8;
    color: #222222;
  }
  
  /* Flag icon placeholder styles */
  .flag-icon {
    display: inline-block;
    width: 20px;
    height: 14px;
    background-color: #F2F7F8;
    border-radius: 2px;
  }
  
/* Gallery Fixed Filter Bar */
.gallery-filter-fixed {
    display: none !important;
    background: #fff;
    backdrop-filter: blur(10px);
    padding: 12px 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
    }
    
.gallery-filter-fixed.show {
    display: flex !important;
}

.gallery-filter-fixed .btn {
    padding: 10px 20px;
    transition: all 0.3s ease;
    font-size: 1.1em;
}

.gallery-filter-fixed .btn:hover {
    transform: translateY(-2px);
    background: transparent;
    color: #A78295;
    border-color: transparent;
    }
    
.gallery-filter-fixed .btn.active {
    background: #a78295;
    color: #ffffff;
    border-color: #a78295;
}

/* Back to Top Button */
.back-to-top-btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: #fff;
    color: #331D2C;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    border: 1px solid #cad6df;
}

.back-to-top-btn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top-btn:hover {
    transform: translateY(-3px);
}

.back-to-top-btn i {
    display: block;
    line-height: 1;
}

.modal-content {
    border-radius: 0;
}

.modal-header,
.modal-footer {
    padding: 1rem 2rem;
}

.modal-header .close {
    font-size: 1.5rem;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    padding: 0.5rem;
    line-height: 1;
}

.modal-header .close:hover {
    opacity: 1;
}

.modal-body {
    padding: 2rem;
}

.form-control {
    line-height: 36px;
    border-radius: 0;
}

select.form-control {
    background-image: url('../img/down.svg');
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem 1rem;
    padding-right: 2.5rem;
}

.form-control:focus {
    border-color: #A78295;
    box-shadow: none;
}