:root {
    --brand-green: #03353a;
}

body {
    font-family: 'Montserrat', sans-serif;
    color:#2D2624;
}

h1, h2, h3, h4, h5,
.slide-content h1, .slide-content h4,
.hero-content h1,
.side-wrap h2,
.other-rooms h2,
.room-description h2,
.room-description h3,
.intro-content h2 {
    font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
}

header {
    padding:25px 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: transparent;
}

header .logo-wrapper {
    padding: 20px 30px;
    max-width: 260px;
    margin: -25px auto 0;
}

header .logo {
    width: 100%;
    display: block;
    margin:0 auto;
    position: relative;
}

.icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 40px;
}

.icon span {
    display: block;
    height: 2px;
    background-color: #fff;
    margin-bottom: 5px;
    transition: ALL 0.3s ease;
}

.icon:hover span {
    opacity: 0.8;
}

.icon span:nth-child(1) {
    width: 40px;
}

.icon span:nth-child(2) {
    width: 35px;
}

.icon span:nth-child(3) {
    width: 30px;
}

.icon span:nth-child(4) {
    width: 25px;
    margin-bottom: 0;
}

.icon:hover span {
    transition: width 0.3s ease;
}

.icon:hover span:nth-child(1) {
    width: 25px;
    transition-delay: 0.3s;
}

.icon:hover span:nth-child(2) {
    width: 30px;
    transition-delay: 0.2s;
}

.icon:hover span:nth-child(3) {
    width: 35px;
    transition-delay: 0.1s;
}

.icon:hover span:nth-child(4) {
    width: 40px;
}

.reservation-wrap {
    text-align: right;
}

.reservation-wrap a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    padding: 12px 26px;
    font-size: .78rem;
    letter-spacing: 3px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .35s ease;
}

.reservation-wrap a:hover {
    background: #fff;
    color: var(--brand-green);
    border-color: #fff;
}

.reservation-wrap a i {
    color: inherit;
    font-size: .9rem;
    transition: transform .35s ease;
}

.reservation-wrap a:hover i {
    transform: translateX(3px);
}

.slider-section {
    padding: 0;
    height: 100vh;
}

.slider {
    position: relative;
    height: 100vh;
}

.slider .slide-image {
    height: 100vh;
    object-fit: cover;
    object-position: center bottom;
    position: absolute;
    width: 100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 5;
}

.slider .overlay {
    height: 100vh;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.35) 50%, rgba(3, 53, 58, 0.7) 100%);
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width: 100%;
    z-index: 10;
}

.slide-content {
    position: relative;
    z-index: 50;
    text-align: center;
    padding-top: 42vh;
    justify-content: center;
    align-items: center
}

.slide-icon {
    width: 7%;
    margin:0 auto;
    position: relative;
    display: block;
}

.slide-content h1 {
    color:#fff;
    font-family: 'Cinzel', 'Cormorant Garamond', serif;
    font-size: 4.2rem;
    font-weight: 500;
    letter-spacing: 8px;
    padding-top:25px;
}

.slide-content h4 {
    color:#fff;
    font-size:1.35rem;
    letter-spacing: 3px;
    padding-top:18px;
    line-height: 2.2rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.slide-content h4 strong {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-style: italic;
    font-size: 1.6rem;
    letter-spacing: 2px;
}

.stars-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    width: 100%;
    z-index: 60;
    pointer-events: none;
}

.stars-container .star {
    position: absolute;
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%;
    opacity: 0.3;
    animation: twinkle linear infinite;
}

.stars-container .star:nth-child(1) {
    animation-duration: 3.2s;
    animation-delay: 0.5s;
}

.stars-container .star:nth-child(2) {
    animation-duration: 2.8s;
    animation-delay: 1.2s;
}

.stars-container .star:nth-child(3) {
    animation-duration: 3.5s;
    animation-delay: 0.8s;
}

.stars-container .star:nth-child(4) {
    animation-duration: 2.5s;
    animation-delay: 1.8s;
}

.stars-container .star:nth-child(5) {
    animation-duration: 3.8s;
    animation-delay: 0.3s;
}

.stars-container .star:nth-child(6) {
    animation-duration: 2.3s;
    animation-delay: 2.1s;
}

.stars-container .star:nth-child(7) {
    animation-duration: 3.1s;
    animation-delay: 1.5s;
}

.stars-container .star:nth-child(8) {
    animation-duration: 2.9s;
    animation-delay: 0.7s;
}

.stars-container .star:nth-child(9) {
    animation-duration: 3.3s;
    animation-delay: 1.9s;
}

.stars-container .star:nth-child(10) {
    animation-duration: 2.7s;
    animation-delay: 0.4s;
}

.stars-container .star:nth-child(11) {
    animation-duration: 3.6s;
    animation-delay: 1.3s;
}

.stars-container .star:nth-child(12) {
    animation-duration: 2.4s;
    animation-delay: 2.4s;
}

.stars-container .star:nth-child(13) {
    animation-duration: 3.4s;
    animation-delay: 0.9s;
}

.stars-container .star:nth-child(14) {
    animation-duration: 2.6s;
    animation-delay: 1.6s;
}

.stars-container .star:nth-child(15) {
    animation-duration: 3.7s;
    animation-delay: 0.2s;
}

.stars-container .star:nth-child(16) {
    animation-duration: 3.0s;
    animation-delay: 1.1s;
}

.stars-container .star:nth-child(17) {
    animation-duration: 2.6s;
    animation-delay: 2.2s;
}

.stars-container .star:nth-child(18) {
    animation-duration: 3.9s;
    animation-delay: 0.6s;
}

.stars-container .star:nth-child(19) {
    animation-duration: 2.8s;
    animation-delay: 1.7s;
}

.stars-container .star:nth-child(20) {
    animation-duration: 3.4s;
    animation-delay: 0.9s;
}

.stars-container .star:nth-child(21) {
    animation-duration: 2.5s;
    animation-delay: 2.0s;
}

.stars-container .star:nth-child(22) {
    animation-duration: 3.2s;
    animation-delay: 1.4s;
}

.stars-container .star:nth-child(23) {
    animation-duration: 2.9s;
    animation-delay: 0.5s;
}

.stars-container .star:nth-child(24) {
    animation-duration: 3.6s;
    animation-delay: 2.3s;
}

.stars-container .star:nth-child(25) {
    animation-duration: 2.7s;
    animation-delay: 1.0s;
}

.stars-container .star:nth-child(26) {
    animation-duration: 3.3s;
    animation-delay: 1.8s;
}

.stars-container .star:nth-child(27) {
    animation-duration: 2.4s;
    animation-delay: 0.7s;
}

.stars-container .star:nth-child(28) {
    animation-duration: 3.8s;
    animation-delay: 2.1s;
}

.stars-container .star:nth-child(29) {
    animation-duration: 3.1s;
    animation-delay: 1.3s;
}

.stars-container .star:nth-child(30) {
    animation-duration: 2.6s;
    animation-delay: 0.4s;
}

.stars-container .star:nth-child(31) {
    animation-duration: 3.5s;
    animation-delay: 1.9s;
}

.stars-container .star:nth-child(32) {
    animation-duration: 2.8s;
    animation-delay: 2.4s;
}

.stars-container .star:nth-child(33) {
    animation-duration: 3.7s;
    animation-delay: 0.8s;
}

.stars-container .star:nth-child(34) {
    animation-duration: 2.5s;
    animation-delay: 1.5s;
}

.stars-container .star:nth-child(35) {
    animation-duration: 3.4s;
    animation-delay: 1.2s;
}

.stars-container .star:nth-child(36) {
    animation-duration: 2.9s;
    animation-delay: 2.0s;
}

.stars-container .star:nth-child(37) {
    animation-duration: 3.2s;
    animation-delay: 0.7s;
}

.stars-container .star:nth-child(38) {
    animation-duration: 2.7s;
    animation-delay: 1.6s;
}

.stars-container .star:nth-child(39) {
    animation-duration: 3.5s;
    animation-delay: 0.9s;
}

.stars-container .star:nth-child(40) {
    animation-duration: 2.6s;
    animation-delay: 2.2s;
}

.stars-container .star:nth-child(41) {
    animation-duration: 3.3s;
    animation-delay: 1.3s;
}

.stars-container .star:nth-child(42) {
    animation-duration: 2.8s;
    animation-delay: 0.5s;
}

.stars-container .star:nth-child(43) {
    animation-duration: 3.6s;
    animation-delay: 1.8s;
}

.stars-container .star:nth-child(44) {
    animation-duration: 2.5s;
    animation-delay: 2.4s;
}

.stars-container .star:nth-child(45) {
    animation-duration: 3.7s;
    animation-delay: 1.1s;
}

.stars-container .star:nth-child(46) {
    animation-duration: 3.0s;
    animation-delay: 0.6s;
}

.stars-container .star:nth-child(47) {
    animation-duration: 2.9s;
    animation-delay: 1.9s;
}

.stars-container .star:nth-child(48) {
    animation-duration: 3.4s;
    animation-delay: 2.3s;
}

.stars-container .star:nth-child(49) {
    animation-duration: 2.7s;
    animation-delay: 0.8s;
}

.stars-container .star:nth-child(50) {
    animation-duration: 3.8s;
    animation-delay: 1.5s;
}

.stars-container .star:nth-child(51) {
    animation-duration: 3.1s;
    animation-delay: 1.0s;
}

.stars-container .star:nth-child(52) {
    animation-duration: 2.6s;
    animation-delay: 2.1s;
}

@keyframes twinkle {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
}

footer {
    background: #fff;
    padding: 80px 0 30px;
    border-top: 1px solid #e0e0e0;
}

.footer-section {
    margin-bottom: 30px;
}

.footer-logo {
    max-width: 150px;
    margin-bottom: 20px;
}

.footer-text {
    color: #5a524f;
    font-size: 0.95rem;
    line-height: 1.6rem;
}

footer h5 {
    color: var(--brand-green);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

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

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

.footer-links a {
    color: #5a524f;
    font-size: 0.95rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--brand-green);
}

.footer-contact {
    color: #5a524f;
    font-size: 0.95rem;
    margin-bottom: 10px;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #e0e0e0;
}

.footer-bottom p {
    color: #5a524f;
    font-size: 0.85rem;
    margin: 0;
}

/* About Page Styles */
.page-hero {
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.about-hero,
.room-hero,
.rooms-hero,
.gallery-hero,
.contact-hero {
    background-image: url('../img/main-1.jpg');
    background-size: cover;
    background-position: center bottom;
}

.about-hero::before,
.room-hero::before,
.rooms-hero::before,
.gallery-hero::before,
.contact-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(3, 53, 58, 0.4) 50%, rgba(3, 53, 58, 0.75) 100%);
    pointer-events: none;
    z-index: 1;
}

.hero-content {
    text-align: center;
    z-index: 10;
    position: relative;
    padding-top: 80px;
}

.hero-content h1 {
    color: #fff;
    font-family: 'Cinzel', 'Cormorant Garamond', serif;
    font-size: 3.4rem;
    font-weight: 500;
    letter-spacing: 7px;
    margin-bottom: 15px;
}

.hero-content p {
    color: #fff;
    font-size: 1.1rem;
    letter-spacing: 3px;
}

.about-intro {
    padding: 150px 0;
    text-align: center;
}

.intro-logo {
    max-width: 120px;
    margin: 0 auto 40px;
}

.intro-content h2 {
    color: var(--brand-green);
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 8px;
    margin-bottom: 30px;
}

.intro-content p {
    color: #5a524f;
    font-size: 1.1rem;
    line-height: 2rem;
}

.about-story {
    padding: 100px 0;
}

.story-image {
    width: 100%;
}

.story-content {
    padding-left: 60px;
}

.story-content span {
    font-size: 0.9rem;
    color: #2D2624;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 30px;
}

.story-content h2 {
    color: var(--brand-green);
    font-size: 2.3rem;
    font-weight: bold;
    letter-spacing: 8px;
    line-height: 2.6rem;
    margin-bottom: 30px;
}

.story-content p {
    color: #5a524f;
    font-size: 1rem;
    line-height: 1.8rem;
    margin-bottom: 20px;
}

.about-values {
    padding: 100px 0;
    background: #f8f8f8;
}

.about-values span {
    font-size: 0.9rem;
    color: #2D2624;
    letter-spacing: 3px;
    margin-bottom: 20px;
    display: inline-block;
}

.about-values h2 {
    color: var(--brand-green);
    font-size: 2.3rem;
    font-weight: bold;
    letter-spacing: 8px;
    margin-bottom: 10px;
}

.value-card {
    text-align: center;
    padding: 40px 20px;
}

.value-card i {
    font-size: 3rem;
    color: var(--brand-green);
    margin-bottom: 20px;
}

.value-card h4 {
    color: var(--brand-green);
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.value-card p {
    color: #5a524f;
    font-size: 0.95rem;
    line-height: 1.6rem;
}

.about-cta {
    padding: 150px 0;
    background: linear-gradient(135deg, var(--brand-green) 0%, #054a52 100%);
}

.about-cta h2 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 8px;
    line-height: 3rem;
    margin-bottom: 20px;
}

.about-cta p {
    color: #fff;
    font-size: 1.1rem;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.cta-button {
    display: inline-block;
    padding: 15px 40px;
    background: #fff;
    color: var(--brand-green);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.cta-button:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

/* Room Detail Page Styles */
.room-gallery-section {
    padding: 60px 0 80px;
}

.gallery-thumb {
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #111;
}

.gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0.92;
}

.gallery-thumb:hover img {
    transform: scale(1.05);
    opacity: 1;
}

.room-info {
    padding: 80px 0;
}

.room-description span {
    font-size: 0.9rem;
    color: #2D2624;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 30px;
}

.room-description h2 {
    color: var(--brand-green);
    font-size: 2.3rem;
    font-weight: bold;
    letter-spacing: 8px;
    line-height: 2.6rem;
    margin-bottom: 30px;
}

.room-description p {
    color: #5a524f;
    font-size: 1rem;
    line-height: 1.8rem;
    margin-bottom: 20px;
}

.room-features {
    margin-top: 50px;
}

.room-features h3 {
    color: var(--brand-green);
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 25px;
}

.features-list {
    list-style: none;
    padding: 0;
}

.features-list li {
    color: #5a524f;
    font-size: 0.95rem;
    margin-bottom: 12px;
}

.features-list i {
    color: var(--brand-green);
    margin-right: 10px;
}

.booking-card {
    background: #f8f8f8;
    padding: 40px 30px;
    position: sticky;
    top: 120px;
}

.booking-card h4 {
    color: var(--brand-green);
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.price {
    margin-bottom: 30px;
}

.price .amount {
    color: var(--brand-green);
    font-size: 2.5rem;
    font-weight: bold;
}

.price .period {
    color: #5a524f;
    font-size: 0.9rem;
    margin-left: 10px;
}

.booking-info {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.booking-info li {
    color: #5a524f;
    font-size: 0.95rem;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
}

.booking-info li:last-child {
    border-bottom: none;
}

.booking-info i {
    color: var(--brand-green);
    margin-right: 10px;
    width: 20px;
}

.book-now-btn {
    display: block;
    width: 100%;
    padding: 15px;
    background: var(--brand-green);
    color: #fff;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.book-now-btn:hover {
    opacity: 0.9;
}

/* Booking card includes */
.booking-includes {
    margin: 16px 0 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.booking-includes p {
    margin: 0;
    font-size: 0.85rem;
    color: var(--brand-green);
    display: flex;
    align-items: center;
    gap: 8px;
}

.booking-includes i {
    color: #5a8a3a;
    font-size: 0.9rem;
    flex-shrink: 0;
}

/* Room card includes */
.room-card-includes {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 18px;
    padding-top: 12px;
    border-top: 1px solid #f0ede8;
}

.room-card-includes span {
    font-size: 0.78rem;
    color: #5a8a3a;
    display: flex;
    align-items: center;
    gap: 6px;
}

.room-card-includes i {
    font-size: 0.75rem;
    flex-shrink: 0;
}

/* Footer transfer note */
.footer-transfer {
    margin-top: 8px;
    font-style: italic;
    opacity: 0.85;
}

.footer-transfer i {
    margin-right: 4px;
}

/* Eco Strip */
.eco-strip {
    padding: 70px 0;
    background: var(--brand-green);
    color: #fff;
    text-align: center;
}

.eco-badge-wrap {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.25);
    padding: 6px 18px;
    letter-spacing: 3px;
    font-size: 0.75rem;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.eco-strip h2 {
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 8px;
    margin-bottom: 20px;
}

.eco-strip p {
    color: rgba(255,255,255,0.75);
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.8;
}

/* Events Section */
.events-section {
    padding: 80px 0;
    background: #f9f7f4;
}

.event-card {
    text-align: center;
    padding: 36px 20px;
    background: #fff;
    margin-bottom: 24px;
    border: 1px solid #ece9e4;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.event-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.event-card i {
    font-size: 2rem;
    color: var(--brand-green);
    margin-bottom: 16px;
    display: block;
}

.event-card h5 {
    font-size: 0.85rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #2D2624;
    margin: 0;
    font-weight: 600;
}

.other-rooms {
    padding: 100px 0;
    background: #f8f8f8;
}

.other-rooms span {
    font-size: 0.9rem;
    color: #2D2624;
    letter-spacing: 3px;
    margin-bottom: 20px;
    display: inline-block;
}

.other-rooms h2 {
    color: var(--brand-green);
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 4px;
    margin-bottom: 10px;
}

.other-room-card {
    position: relative;
    overflow: hidden;
    height: 300px;
    margin-bottom: 20px;
}

.other-room-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.other-room-card:hover img {
    transform: scale(1.05);
}

.other-room-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%);
    padding: 30px 20px;
    text-align: center;
}

.other-room-overlay h5 {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.other-room-overlay a {
    color: #fff;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 8px 20px;
    display: inline-block;
    transition: all 0.3s ease;
}

.other-room-overlay a:hover {
    background: #fff;
    color: var(--brand-green);
}

/* Offcanvas Menu Styles */
.offcanvas-menu {
    position: fixed;
    top: 0;
    left: -400px;
    width: 400px;
    height: 100vh;
    background: #fff;
    z-index: 1000;
    transition: left 0.4s ease;
    overflow-y: auto;
    box-shadow: 2px 0 15px rgba(0,0,0,0.1);
}

.offcanvas-menu.active {
    left: 0;
}

.offcanvas-header {
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
}

.offcanvas-logo {
    max-width: 120px;
}

.close-menu {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.close-menu:hover {
    opacity: 0.7;
}

.close-menu i {
    font-size: 1.5rem;
    color: var(--brand-green);
}

.offcanvas-nav {
    padding: 40px;
}

.offcanvas-nav a {
    display: block;
    color: #2D2624;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 25px 0;
    text-decoration: none;
    border-bottom: 1px solid #f5f5f5;
    transition: color 0.3s ease;
}

.offcanvas-nav a:hover {
    color: var(--brand-green);
}

.offcanvas-footer {
    padding: 40px;
    border-top: 1px solid #f0f0f0;
}

.offcanvas-social {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.offcanvas-social a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f8f8;
    border-radius: 50%;
    color: var(--brand-green);
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.offcanvas-social a:hover {
    background: var(--brand-green);
    color: #fff;
}

.offcanvas-contact {
    color: #5a524f;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.offcanvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.offcanvas-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Rooms Page Styles */

.rooms-intro {
    padding: 100px 0 50px;
}

.rooms-intro span {
    font-size: 0.9rem;
    color: #2D2624;
    letter-spacing: 3px;
    display: inline-block;
    margin-bottom: 20px;
}

.rooms-intro h2 {
    color: var(--brand-green);
    font-size: 2.3rem;
    font-weight: bold;
    letter-spacing: 8px;
    line-height: 2.6rem;
    margin-bottom: 30px;
}

.rooms-intro p {
    color: #5a524f;
    font-size: 1rem;
    line-height: 1.8rem;
}

.rooms-grid {
    padding: 50px 0 100px;
}

.room-card {
    background: #fff;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.room-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.room-card-image {
    position: relative;
    height: 350px;
    overflow: hidden;
}

.room-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.room-card:hover .room-card-image img {
    transform: scale(1.05);
}

.room-card-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--brand-green);
    color: #fff;
    padding: 8px 20px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 2px;
}

.room-card-content {
    padding: 35px 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.room-card-content h3 {
    color: var(--brand-green);
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.room-card-description {
    color: #5a524f;
    font-size: 0.95rem;
    line-height: 1.6rem;
    margin-bottom: 25px;
}

.room-card-features {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
    display: flex;
    gap: 20px;
}

.room-card-features li {
    color: #5a524f;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
}

.room-card-features i {
    color: var(--brand-green);
    margin-right: 8px;
    font-size: 0.9rem;
}

.room-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
    border-top: 1px solid #f0f0f0;
    margin-top: auto;
}

.room-card-price {
    display: flex;
    align-items: baseline;
}

.price-amount {
    color: var(--brand-green);
    font-size: 2rem;
    font-weight: bold;
}

.price-period {
    color: #5a524f;
    font-size: 0.85rem;
    margin-left: 8px;
}

.room-card-btn {
    color: #fff;
    background: var(--brand-green);
    padding: 12px 25px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.room-card-btn:hover {
    opacity: 0.9;
}

.scroll-down {
    position: relative;
    display: block;
    z-index: 100;
    text-align: center;
}

.scroll-down span {
    letter-spacing: 3px;
    font-size:.9rem;
    color:#fff;
    display: block;
}

.scroll-down i {
    padding-top:5px;
    color:#fff;
}

.scroll-wrapper {
    position: absolute;
    bottom:30px;
    width: 100%;
    display: block;
}

.scroll-down i {
    animation: bounce 1s ease-in-out infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(3px);
    }
}

.welcome-text {
    padding:250px 0;
}

.welcome-text p {
    width: 40%;
    font-size:1.1rem;
    line-height: 1.9rem;
    color:#5a524f;
    margin:0 auto;
    position: relative;
    text-align: center;
    display: block;
}

.welcome-text img {
    max-width: 170px;
    display: block;
    margin:0 auto 40px;
    position: relative;
}

.about {
    padding:50px 0 150px;
}

.side-wrap span {
    font-size:.9rem;
    color:#2D2624;
    padding-bottom:75px;
    display: block;
    letter-spacing: 3px;
}

span strong {
    font-weight: bold;
}

.side-wrap h2 {
    color:var(--brand-green);
    font-size:3rem;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 3.2rem;
    padding-bottom:30px;
}

.side-wrap p {
    font-size:1rem;
    line-height: 1.8rem;
    color:#2D2624;
    display: block;
    padding-bottom:50px;
}

.side-wrap-right {
    padding-right: 50px;
}

.bt-mare-red {
    color:#2D2624;
    font-size:.9rem;
    font-weight: 500;
}

.bt-mare-red i {
    color:var(--brand-green);
    padding-left: 10px;
}

.gray {
    background-color: #2b2420;
    padding:200px 0;
}

.side-wrap-right {
    padding-left:50px;
}


.gray .side-wrap h2 {
    color:#fff;
}

.gray .side-wrap span {
    color:#fff;
}

.gray .side-wrap p {
    color:#fff;
}

.gray .side-wrap a, .gray .side-wrap a i {
    color:#fff;
}

.gray .side-image {
    box-shadow: 0px 0px 35px #1a1d2050;
    border-radius: 8px;
}

.side-wrap-center {
    text-align: center;
}

.centered-content {
    padding:100px 0;
}

.centered-content .side-image {
    border-radius: 8px;
}

.red {
    background-color: var(--brand-green);
    background-image: radial-gradient(circle, #02252a 1.75px, transparent 1.75px);
    background-size: 20px 20px;
    padding:200px 0;
}

.red .side-wrap h2 {
    color:#fff;
}

.red .side-wrap span {
    color:#fff;
}

.red .side-wrap p {
    color:#fff;
}

.red .side-wrap a, .red .side-wrap a i {
    color:#fff;
}

.red .side-image {
    box-shadow: 0px 0px 35px #1a1d2050;
    border-radius: 8px;
}

.mini-p {
    max-width: 50%;
    margin:0 auto;
    position: relative;
    display: block;
    padding-bottom:0px !important;
}

.swiper-gallery {
    padding-top:100px !important;
    padding-bottom:50px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.swiper-gallery .swiper-wrapper {
    gap: 0 !important;
}

.swiper-pagination-bullet-active {
    background: var(--brand-green) !important;
}

.swiper-button-next, .swiper-button-prev {
    top: 20px !important;
}

.swiper-button-next {
    right:50% !important;
    margin-right: -35px !important;
    background: none !important;
    color:var(--brand-green) !important;
}

.swiper-button-prev {
    left:50% !important;
    margin-left: -35px !important;
    color:var(--brand-green) !important;
    background: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none !important;
}

.venue-slider-wrapper {
    position: relative;
}

.venueSwiper {
    border-radius: 8px;
    overflow: hidden;
    height: 450px;
}

.venueSwiper .swiper-slide {
    height: 450px;
}

.venueSwiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.venue-slide-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.venue-slide-title {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 300;
    letter-spacing: 2px;
}

.venue-pagination {
    position: relative !important;
    width: auto !important;
}

.venue-pagination .swiper-pagination-bullet {
    background: #fff !important;
    opacity: 0.5;
}

.venue-pagination .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #fff !important;
}

.swiper-gallery .swiper-slide {
    margin: 0 !important;
    padding: 0 !important;
}

.room-slide {
    position: relative;
    overflow: hidden;
    height: 400px;
}

.room-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.room-slide:hover img {
    transform: scale(1.05);
}

.room-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);
    padding: 25px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.room-name {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: 2px;
}

.room-detail-btn {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 8px 20px;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.room-detail-btn:hover {
    background: #fff;
    color: var(--brand-green);
}

.testimonials {
    background: linear-gradient(135deg, var(--brand-green) 0%, #054a52 100%);
    padding: 80px 0;
    position: relative;
}

.testimonials .container {
    position: relative;
    z-index: 10;
}

.testimonials::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../img/main-1.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 1;
}

.testimonials .side-wrap {
    position: relative;
    z-index: 10;
}

.testimonials .side-wrap span {
    color: #fff;
}

.testimonials .side-wrap h2 {
    color: #fff;
}

.testimonialSwiper {
    padding: 0px 0 50px;
    position: relative;
    z-index: 10;
}

.testimonialSwiper .swiper-slide {
    background: none !important;
}

.testimonialSwiper .swiper-wrapper {
    background: none !important;
}

.testimonial-card {
    padding: 30px 40px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: transparent !important;
}

.testimonial-text {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.9rem;
    font-style: italic;
    margin-bottom: 30px;
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-author {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 0;
}

.testimonial-pagination {
    bottom: 20px !important;
}

.testimonial-pagination .swiper-pagination-bullet {
    background: #fff !important;
    opacity: 0.5;
}

.testimonial-pagination .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #fff !important;
}


/* Gallery Page */
.gallery-section {
    padding: 100px 0;
    background: #f9f7f4;
}

.gallery-section .gallery-thumb {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: var(--brand-green);
}

.gallery-section .gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease, opacity .5s ease;
}

.gallery-section .gallery-item:hover .gallery-thumb img {
    transform: scale(1.05);
    opacity: 0.92;
}

/* Contact Page */
.contact-section {
    padding: 100px 0 80px;
}

.contact-section span {
    color: #5a524f;
    font-size: 0.9rem;
    letter-spacing: 4px;
    display: block;
    margin-bottom: 14px;
}

.contact-section h2 {
    color: var(--brand-green);
    font-size: 2.6rem;
    font-weight: 500;
    letter-spacing: 4px;
    margin-bottom: 24px;
}

.contact-section > .container > .row:first-child p {
    color: #5a524f;
    font-size: 1.05rem;
    line-height: 1.8rem;
    max-width: 640px;
    margin: 0 auto;
}

.contact-card {
    background: #fff;
    padding: 50px 30px;
    text-align: center;
    border: 1px solid #ece7e0;
    border-radius: 6px;
    height: 100%;
    transition: transform .3s ease, box-shadow .3s ease;
}

.contact-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 40px rgba(3, 53, 58, 0.08);
}

.contact-card i {
    font-size: 1.8rem;
    color: var(--brand-green);
    margin-bottom: 18px;
    display: block;
}

.contact-card h4 {
    font-family: 'Cormorant Garamond', serif;
    color: var(--brand-green);
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.contact-card p {
    color: #5a524f;
    font-size: 0.95rem;
    line-height: 1.7rem;
    margin-bottom: 10px;
}

.contact-card p a {
    color: var(--brand-green);
    transition: opacity .2s ease;
}

.contact-card p a:hover {
    opacity: 0.7;
}

.contact-card .contact-note {
    margin-top: 14px;
    font-size: 0.85rem;
    color: #8a807a;
}

.contact-card .contact-note i {
    display: inline;
    font-size: 0.85rem;
    color: #8a807a;
    margin-right: 6px;
}

.contact-social {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    gap: 14px;
}

.contact-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--brand-green);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity .2s ease;
}

.contact-social a i {
    color: #fff;
    font-size: 0.95rem;
    margin: 0;
    display: inline;
}

.contact-social a:hover {
    opacity: 0.85;
}

.contact-map {
    padding: 0;
}

.contact-map .map-wrapper {
    width: 100%;
    line-height: 0;
}

.contact-map iframe {
    display: block;
    width: 100%;
    border: 0;
    filter: grayscale(0.15);
}

/* ==========================================================
   Responsive — tablets and below
   ========================================================== */
@media (max-width: 991px) {
    /* Header — make reservation button icon-only on mobile */
    header {
        padding: 18px 5px;
    }

    header .container-fluid > .row {
        align-items: center;
        flex-wrap: nowrap;
    }

    header .container-fluid > .row > [class*="col-"] {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    header .container-fluid > .row > [class*="col-"]:nth-child(2) {
        flex: 1 1 auto;
    }

    header .logo-wrapper {
        max-width: 180px;
        padding: 14px 18px;
    }

    .reservation-wrap a {
        padding: 12px;
        font-size: 0;
        letter-spacing: 0;
        gap: 0;
        border-radius: 50%;
        width: 44px;
        height: 44px;
        justify-content: center;
    }

    .reservation-wrap a i {
        font-size: 1rem;
        padding-left: 0;
    }

    .reservation-wrap a:hover i {
        transform: none;
    }

    /* Hero — homepage slider */
    .slide-content {
        padding-top: 38vh;
        padding-left: 20px;
        padding-right: 20px;
    }

    .slide-content h1 {
        font-size: 2.2rem;
        letter-spacing: 4px;
        line-height: 2.6rem;
    }

    .slide-content h4 {
        font-size: 1rem;
        letter-spacing: 2px;
        line-height: 1.6rem;
    }

    .slide-content h4 strong {
        font-size: 1.2rem;
        letter-spacing: 1px;
    }

    /* Hero — inner pages */
    .page-hero {
        height: 50vh;
    }

    .hero-content {
        padding: 80px 20px 0;
    }

    .hero-content h1 {
        font-size: 2rem;
        letter-spacing: 4px;
    }

    .hero-content p {
        font-size: 0.9rem;
        letter-spacing: 2px;
    }

    /* Section titles */
    .side-wrap h2,
    .other-rooms h2,
    .contact-section h2 {
        font-size: 2rem;
        letter-spacing: 3px;
        line-height: 2.4rem;
    }

    .side-wrap span,
    .other-rooms span,
    .contact-section span {
        letter-spacing: 3px;
        font-size: 0.8rem;
    }

    /* Section paddings */
    section.red,
    section.gray,
    .events-section,
    .centered-content,
    .other-rooms,
    .rooms-grid,
    .about-intro,
    .about-story,
    .about-values,
    .about-cta,
    .gallery-section,
    .contact-section,
    .eco-strip {
        padding: 60px 0;
    }

    /* Welcome text */
    .welcome-text {
        padding: 80px 20px;
    }

    .welcome-text p {
        width: 100%;
        font-size: 1rem;
        line-height: 1.7rem;
    }

    .welcome-text img {
        max-width: 110px;
    }

    /* Eco strip */
    .eco-strip h2 {
        font-size: 1.6rem;
        letter-spacing: 2px;
        line-height: 2rem;
    }

    /* Side wraps stack — kill side margins so text breathes */
    .side-wrap,
    .side-wrap-right {
        padding: 30px 5px;
        text-align: left;
    }

    .side-wrap-center {
        text-align: center;
    }

    .side-image,
    .story-image {
        margin-bottom: 24px;
    }

    /* Room cards */
    .room-card-image {
        height: 260px;
    }

    .room-description h2 {
        font-size: 1.8rem;
        letter-spacing: 2px;
        line-height: 2.2rem;
    }

    .room-description h3 {
        font-size: 1.4rem;
    }

    .booking-card {
        margin-top: 30px;
    }

    /* Gallery */
    .gallery-section {
        padding: 60px 0;
    }

    /* Contact */
    .contact-card {
        padding: 36px 20px;
        margin-bottom: 20px;
    }

    .contact-map iframe {
        height: 360px;
    }

    /* Footer */
    footer {
        padding: 60px 0 20px;
    }

    .footer-section {
        margin-bottom: 30px;
        text-align: left;
    }

    /* Other rooms cards */
    .other-room-card {
        margin-bottom: 20px;
    }

    /* About values */
    .value-card {
        margin-bottom: 24px;
    }
}

@media (max-width: 575px) {
    .slide-content h1 {
        font-size: 1.8rem;
        letter-spacing: 3px;
        line-height: 2.2rem;
    }

    .hero-content h1 {
        font-size: 1.7rem;
        letter-spacing: 3px;
    }

    .side-wrap h2,
    .other-rooms h2,
    .contact-section h2 {
        font-size: 1.7rem;
        letter-spacing: 2px;
        line-height: 2.1rem;
    }

    header .logo-wrapper {
        max-width: 150px;
        padding: 12px 14px;
        margin: -20px auto 0;
    }

    .welcome-text {
        padding: 60px 20px;
    }
}

/* Green theme swatches in offcanvas */
.green-swatches {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 0 0 24px;
}

.green-swatches .green-swatch {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.55);
    padding: 0;
    cursor: pointer;
    transition: transform .2s ease, border-color .2s ease;
    background-clip: padding-box;
}

.green-swatches .green-swatch:hover {
    transform: scale(1.1);
}

.green-swatches .green-swatch.is-active {
    border-color: var(--brand-green);
    box-shadow: 0 0 0 2px #fff inset;
}

/* Locale toggle in offcanvas */
.locale-toggle {
    display: flex;
    justify-content: center;
    gap: 0;
    margin: 0 auto 18px;
    border: 1px solid #d4cfc7;
    border-radius: 999px;
    overflow: hidden;
    max-width: 140px;
}

.locale-toggle a {
    flex: 1;
    text-align: center;
    padding: 6px 14px;
    font-size: 0.75rem;
    letter-spacing: 2px;
    color: #8a807a;
    background: transparent;
    transition: background .2s ease, color .2s ease;
}

.locale-toggle a:hover {
    color: var(--brand-green);
}

.locale-toggle a.is-active {
    background: var(--brand-green);
    color: #fff;
}
