/* Global Styles*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;  
}

/* Root Variables */
:root {
    --font: 'Cinzel', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-body-poppins: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
    color: #f2f2f2;
}

ul {
    list-style: none;
}

.fa-user {
    margin-right: 5px;
}

/* JS */
.cards.hide {
    display: none;
}

.show {
    display: block;
}

/* Container */
.container {
    color: #000;
}

/* Header */
.header-container {
    width: 100%;
    min-height: 80vh;
}

.mobile-logo {
    display: none;
}

.background-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80vh;
}

.background-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.4);
}

.header {
    position: relative;
}

/* Navigation */
.nav {
    font-family: var(--font-body);
    min-height: 100px;
    padding: 0 50px;
    font-weight: 500;
}

.nav-wrap {
    display: flex;
    flex-direction: row;
    visibility: visible;
}

.nav-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 100px;
    gap: 40px;
    text-transform: uppercase;
    font-size: 16px;
}

.nav-links li a {
    text-decoration: none;
    color: #fff; /* always white */
    font-weight: 500;
    font-size: 16px;
    position: relative;
    transition: all 0.3s ease;
    padding: 5px 0;
}

/* Animated underline visible on any background */
.nav-links li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #ff7e5f, #feb47b); /* gradient underline */
    transition: width 0.3s ease;
}

.nav-links li a:hover::after {
    width: 100%;
}

/* Glow effect on hover for any background */
.nav-links li a:hover {
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8),
                 0 0 20px rgba(255, 126, 95, 0.6); /* gradient-ish glow */
}

.nav-links.right {
    display: flex;
    justify-content: flex-end;
}

.nav-right {
    display: flex;
    justify-content: end;
}

.logo img {
    width: 100px;
    height: 100px;
    transform: scale(1.7);
}

.hamburger-menu {
    display: none;
}

.hero-section {
    display: none;
    font-family: var(--font-body);
}

.nav-wrap .socials {
    display: none;
}

.close-menu {
    display: none;
}


/* History */
.title-wrap {
    line-height: 1;
    text-align: center;
}

.descriptor {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 300;
}

.title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font);
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
    gap: 15px;
}

.title::before,
.title::after {
    content: "";
    display: block;
    width: 100px;
    margin: 20px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.4);
}

.text-wrap {
    line-height: 1.2;
    margin: 0 5px;
    padding: 5px;
}

/* JS Variables */
.hidden {
    display: none;
}

/* Hotel History */
.hotel-history-container {
    margin-top: 30px;
    padding: 50px 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hotel-history-container .title-wrap .title {
    font-size: 24px;
    font-family: var(--font);
    color: rgba(0, 0, 0, 0.8);
}

.history-container {
    margin: 0 50px;
    width: 100%;
    max-width: 945px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.history {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.5;  
    text-align: center;
}

.hotel-info {
    text-align: center;
    margin-top: 25px;
}

.hotel-location,
.hotel-contact {
    font-family: var(--font-body);
    font-size: 16px;

}

/* Amenities */
.amenities-container {
    padding: 50px 0;
}

.amenities {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.amenity {
    width: 1440px;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 700px;
}

.heading-wrap {
    text-align: start;
    line-height: 1;
}

.amenities-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sub-heading {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
}

.heading {
    font-family: var(--font-body-poppins);
    font-size: 32px !important;
    font-weight: 300;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 0.8);
}

.description {
    font-family: var(--font-body);
    font-weight: 16px;
    letter-spacing: 2px;
    font-weight: 400;
    margin-top: 20px;
}

.amenity img {
    width: 100%;
    max-width: 655px;
    height: 100%;
    max-height: 400px;
    object-fit: cover;
}

.outdoor-dining {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 125px;
}

/* The Rose Pavilion */
.rose-pavilion-container {
    padding: 133px 0;
}

.rose-pavilion {
    border: 10px solid rgba(218, 221, 226, 0.3);
    width: 1440px;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    margin: 0 auto;
}

.gallery {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.main-image img {
    width: 100%;
    max-width: 350px;
    height: 100%;
    min-height: 425px;
    object-fit: cover;
}

.thumnails {
    display: flex;
    flex-direction: column;
    gap: 10px;

}

.thumnail img {
    width: 100%;
    max-width: 290px;
    height: 100%;
    max-height: 265px;
    object-fit: cover;
}

.explore-now {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 40px;
}

.explore-now:hover {
    color: #5F5C6D;
}

/* Exclusive Venues */
.exclusive-venues-container {
    padding: 120px 0;
    background: #f8f8f8;
    max-width: 100%;
}

.exclusive-venues {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    border: 10px solid rgba(218, 221, 226, 0.3);
    border-top: none;
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
}

.exclusive-venues::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 550px; /* Length of the top border */
    border-top: 10px solid rgba(218, 221, 226, 0.3);
}

.exclusive-venues .text-wrap,
.accomodations .text-wrap {
    width: 650px;
    height: 595px;
    padding: 0 40px;
}

.left-aligned-content {
    display: flex;
    align-items: center;
    position: relative;
}


.exclusive-venues .gallery img,
.accomodations .gallery img {
    width: 800px;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Accomodation */
.accomodations-container {
    padding: 120px 0;
}

.accomodations {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    border: 10px solid rgba(218, 221, 226, 0.3);
}

.right-aligned-content {
    display: flex;
    align-items: center;
    position: relative;
}

/* Modal */
.modal {
    position: fixed;
    bottom: 0;
    padding: 1em;
    z-index: 10;
    right: 0;
    z-index: 9999;
}

.modal button {
    border: none;
    background: rgba(0, 0, 0, 0.7); /* semi-transparent white */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.modal button i {
    color: #f8f8f8;
}