@charset "utf-8";
/* CSS Document */
body{
    margin:0;
    overflow-x:hidden;
    font-family: 'Poppins', sans-serif;
}

/* ================= HEADER ================= */

.custom-header{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    z-index:999;
    padding:25px 40px;
}

.hamburger{
    width:45px;
    cursor:pointer;
}

.hamburger span{
    display:block;
    height:2px;
    background:#fff;
    margin:8px 0;
}

.language-switch a{
    color:#fff;
    text-decoration:none;
    margin:0 10px;
    font-size:14px;
    font-weight:500;
}

.social-icons a{
    width:48px !important;
    height:48px !important;
    border:1px solid rgba(255,255,255,.8);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff !important;
    text-decoration:none;
    transition:.4s;
}

.social-icons a:hover{
    background:#fff !important;
    color:#000 !important;
}

.book-btn{
    background:#fff;
    color:#555;
    border-radius:30px;
    padding:12px 28px;
    text-decoration:none;
    font-weight:500;
}

/* ================= HERO ================= */

.hero-slider{
    height:100vh;
}

.carousel-item{
    height:100vh;
}

.carousel-item img{
    width:100%;
    height:100vh;
    object-fit:cover;
    filter:brightness(65%);
}

.hero-content{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    z-index:10;
}

.hero-content h1{
    color:#fff;
    font-size:5rem;
    font-family:cursive;
    font-weight:300;
}

/* Scroll Indicator */

.scroll-down{
    position:absolute;
    bottom:80px;
    left:50%;
    transform:translateX(-50%);
    color:#fff;
    text-align:center;
    z-index:10;
}

.scroll-down i{
    font-size:30px;
    animation:moveDown 1.5s infinite;
}

@keyframes moveDown{
    0%{transform:translateY(0);}
    50%{transform:translateY(10px);}
    100%{transform:translateY(0);}
}

/* ================= COOKIE BOX ================= */

.cookie-box{
    position:absolute;
    bottom:40px;
    left:70px;
    background:#b5aea4;
    padding:35px;
    width:620px;
    border-radius:25px;
    z-index:20;
    color:#fff;
}

.cookie-box h3{
    font-family:cursive;
    margin-bottom:20px;
}

.cookie-box a{
    color:#fff;
    margin-right:25px;
}

/* Floating Mail */

.mail-icon{
    position:absolute;
    left:30px;
    bottom:180px;
    z-index:20;
}

.mail-icon a{
    color:#fff;
    font-size:30px;
}

/* ================= RESPONSIVE ================= */

@media(max-width:991px){

.hero-content h1{
    font-size:3rem;
}

.cookie-box{
    width:90%;
    left:5%;
    bottom:20px;
}

.custom-header{
    padding:20px;
}

.social-icons{
    display:none;
}
}
#videoHeroSlider{
    height:100vh;
    position:relative;
    overflow:hidden;
}

.carousel-item{
    height:100vh;
}

.hero-video{
    width:100%;
    height:100vh;
    object-fit:cover;
}

.video-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.35);
    z-index:1;
}

.hero-content{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:2;
    text-align:center;
}

.hero-content h1{
    color:#fff;
    font-size:6rem;
    font-family:'Great Vibes', cursive;
    font-weight:400;
}

.scroll-indicator{
    position:absolute;
    bottom:50px;
    left:50%;
    transform:translateX(-50%);
    color:#fff;
    z-index:2;
    text-align:center;
}

.scroll-indicator i{
    display:block;
    font-size:30px;
    margin-bottom:10px;
    animation:moveDown 1.5s infinite;
}

@keyframes moveDown{
    0%{transform:translateY(0);}
    50%{transform:translateY(10px);}
    100%{transform:translateY(0);}
}

@media(max-width:768px){

.hero-content h1{
    font-size:3rem;
}

}
.navbar-toggler{
    box-shadow:none !important;
}

.menu-line{
    display:block;
    width:40px;
    height:2px;
    background:#fff;
    margin:8px 0;
}

.offcanvas{
    background:#111;
}

.menu-link{
    color:#fff;
    text-decoration:none;
    font-size:20px;
    display:block;
    padding:12px 0;
    transition:.3s;
}

.menu-link:hover{
    color:#c9b18a;
    padding-left:10px;
}
.btn-close-white{
    transform: scale(1.3);
}
html{
    scroll-behavior:smooth;
}
/* ==========================
   LOOK SECTION
========================== */

.look-section{
    position:relative;
    background:#f5f3f0;
    padding:50px 0;
    overflow:hidden;
}

/* Large Background Word */

.look-bg-text{
    position:absolute;
    top:20px;
    left:30px;

    font-family:'Cormorant Garamond', serif;
    font-size:14vw;
    font-weight:400;
    line-height:1;

    color:#e7e1da;

    pointer-events:none;
    z-index:1;
}

/* Content */

.look-content{
    position:relative;
    z-index:2;
    padding-left:80px;
    margin-top:120px;
}

.look-content h2{
    font-family:'Cormorant Garamond', serif;
    font-size:80px;
    font-weight:300;
    color:#9b8f84;
    margin-bottom:25px;
}

.look-content p{
    max-width:100%;
    color:#666;
    line-height:2;
    font-size:16px;
    margin-bottom:30px;
}

/* Button */

.look-btn{
    display:inline-flex;
    align-items:center;
    text-decoration:none;

    color:#9b8f84;
    font-size:14px;
    letter-spacing:2px;
    text-transform:uppercase;

    transition:.4s;
}

.look-btn:hover{
    color:#000;
}

/* Image */

.look-image{
    position:relative;
    z-index:2;
}

.look-image img{
    width:100%;
    height:500px;
    object-fit:cover;
    display:block;
}

/* Responsive */

@media(max-width:991px){

    .look-section{
        padding:80px 0;
    }

    .look-bg-text{
        font-size:28vw;
        left:10px;
        top:40px;
    }

    .look-content{
        padding:20px;
        margin-top:120px;
    }

    .look-content h2{
        font-size:48px;
    }

    .look-image{
        margin-top:40px;
    }

    .look-image img{
        height:auto;
    }
}
/* Fade Left Animation */

.fade-left{
    opacity:0;
    transform:translateX(-120px);
    transition:all 1.4s ease;
}

.fade-left.show{
    opacity:1;
    transform:translateX(0);
}

/* Premium Luxury Animation */

.fade-left-luxury{
    opacity:0;
    transform:translateX(-150px);
    transition:
        transform 1.6s cubic-bezier(.22,.61,.36,1),
        opacity 1.6s ease;
}

.fade-left-luxury.show{
    opacity:1;
    transform:translateX(0);
}

/* Optional Delays */

.delay-1{
    transition-delay:.2s;
}

.delay-2{
    transition-delay:.5s;
}

.delay-3{
    transition-delay:.8s;
}
.fade-up{
    opacity:0;
    transform:translateY(80px);
    transition:all 1.4s ease;
}

.fade-up.show{
    opacity:1;
    transform:translateY(0);
}
body {
    background-color: #1a110b;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    overflow-x: hidden; /* Prevent native body horizontal scrollbar */
}

.attractions-section {
    position: relative;
    height: 100vh;
    width: 100vw;
    /* Background setup replicating the soft floral background blurred context in attractions.jpg */
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)), 
                url('https://images.unsplash.com/photo-1526047932273-341f2a7631f9?auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

/* The Horizontal Flexbox Container */
.horizontal-scroll-container {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    overflow-x: auto; /* Allows trackpad swipe / mobile swipe naturally */
    scroll-behavior: smooth;
    padding: 0 10vw;
    
    /* Hide scrollbars across all browsers */
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.horizontal-scroll-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}

/* Item Column Widths in a Horizontal Layout */
.scroll-item {
    flex: 0 0 auto; /* Prevent shrinking */
    padding: 0 40px; /* Space between columns */
}

.item-cropped { width: 20vw; transform: translateX(-30%); opacity: 0.7;}
.item-medium { width: 30vw; }
.item-wide { width: 45vw; }

/* Cards & Images Design Setup */
.card-wrapper {
    position: relative;
    width: 100%;
    transition: transform 0.4s ease;
}

.card-wrapper:hover {
    transform: translateY(-8px);
}

.attraction-img {
    width: 100%;
    object-fit: cover;
    box-shadow: 0 25px 50px rgba(0,0,0,0.5);
    border-radius: 2px;
}

.tall-img { aspect-ratio: 2 / 3; }
.wide-img { aspect-ratio: 1.4 / 1; }

/* Vertical Typography overlay setup */
.layout-vertical-left { position: relative; }

.vertical-title {
    position: absolute;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 200;
    font-size: calc(1rem + 1.2vw);
    letter-spacing: 8px;
    white-space: nowrap;
    z-index: 10;
    pointer-events: none;
    text-transform: uppercase;
}

.title-left {
    transform: rotate(-90deg) translateX(-50%);
    transform-origin: left top;
    left: -20px;
    top: 50%;
}

/* Horizontal Typography overlay setup */
.layout-horizontal-bottom { position: relative; }

.horizontal-title {
    position: absolute;
    bottom: -30px;
    left: -20px;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 200;
    font-size: calc(1.8rem + 1.8vw);
    letter-spacing: 6px;
    z-index: 10;
    text-transform: uppercase;
}

/* Responsive Overrides for Mobile/Tablets */
@media (max-width: 991.98px) {
    .horizontal-scroll-container {
        padding: 0 5vw;
    }
    .item-cropped { width: 40vw; transform: none; opacity: 1; }
    .item-medium { width: 65vw; }
    .item-wide { width: 85vw; }
    
    .scroll-item { padding: 0 20px; }
}
    /* Luxury minimalist color scheme inspired by room.jpg */
    :root {
      --bg-beige: #f4f1eb;
      --text-dark: #3a3834;
      --text-muted: #6e6b64;
    }

    body {
      background-color: var(--bg-beige);
      font-family: 'Playfair Display', Georgia, serif;
      color: var(--text-dark);
      overflow-x: hidden;
    }

    .motel-section {
      padding:30px 0;
    }

    /* Left Side Content Styling */
    .section-title {
      font-size: 3.5rem;
      font-weight: 300;
      color: var(--text-dark);
      margin-bottom: 2rem;
    }

    .primary-text {
      font-size: 1.2rem;
      line-height: 1.7;
      color: var(--text-muted);
      max-width: 440px;
    }

    .secondary-text {
      font-size: 1.1rem;
      line-height: 1.6;
      color: var(--text-muted);
      max-width: 460px;
      margin-top: 5rem; /* Staggers the second paragraph down like the room.jpg layout */
    }

    /* Pill Button Styling */
    .btn-amenities {
      background-color: #ffffff;
      color: var(--text-muted);
      border: 1px solid #e2ded6;
      border-radius: 50px;
      padding: 6px 20px;
      font-size: 0.9rem;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      text-decoration: none;
      box-shadow: 0 2px 5px rgba(0,0,0,0.02);
      transition: all 0.3s ease;
      white-space: nowrap;
    }

    .btn-amenities:hover {
      background-color: var(--text-dark);
      color: #ffffff;
    }

    /* Right Side Image Staggering (Asymmetrical layout from room.jpg) */
    .thumbnail-box {
      margin-top: -40px; 
      max-width: 200px;
      position: relative;
      z-index: 2;
    }

    .thumbnail-img {
      width: 100%;
      height: auto;
    }

    .main-image-container {
      margin-top: 60px;
      padding-left: 50px;
      position: relative;
      z-index: 1;
    }

    .main-room-img {
      width: 100%;
      max-width: 550px;
      height: auto;
    }
/* Footer */
.luxury-footer{
    background:#111;
    color:#fff;
    position:relative;
    padding:80px 0 20px;
}

.footer-logo img{
    max-height:80px;
}

.footer-title{
    color:#c8a96a;
    font-size:24px;
    margin-bottom:25px;
    font-weight:700;
}

.footer-text{
    color:#bbb;
    line-height:1.9;
}

.footer-contact p{
    color:#bbb;
    margin-bottom:12px;
}

.footer-contact i{
    color:#c8a96a;
    width:25px;
}

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:15px;
    color:#bbb;
}

.footer-links a{
    color:#bbb;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    color:#c8a96a;
    padding-left:8px;
}

.footer-links i{
    color:#c8a96a;
    margin-right:8px;
}

/* Social Icons */
.social-icons{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.social-icons a{
    width:50px;
    height:50px;
    border-radius:50%;
    background:#222;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:.4s;
}

.social-icons a:hover{
    background:#c8a96a;
    transform:translateY(-6px) rotate(360deg);
}

/* Footer Bottom */
.footer-bottom{
    border-top:1px solid rgba(255,255,255,.1);
    margin-top:50px;
    padding-top:25px;
    text-align:center;
}

.footer-bottom p{
    margin:0;
    color:#999;
}

/* Back To Top */
#backToTop{
    position:fixed;
    right:25px;
    bottom:25px;
    width:55px;
    height:55px;
    border:none;
    border-radius:50%;
    background:#c8a96a;
    color:#fff;
    font-size:20px;
    cursor:pointer;
    display:none;
    z-index:999;
    box-shadow:0 10px 30px rgba(0,0,0,.2);
    transition:.4s;
}

#backToTop:hover{
    transform:translateY(-5px);
    background:#fff;
    color:#c8a96a;
}

/* Responsive */
@media(max-width:768px){

    .luxury-footer{
        text-align:center;
    }

    .social-icons{
        justify-content:center;
    }

    .footer-title{
        margin-top:10px;
    }

}
#more {display: none;}
   /* Custom Theme Overrides using #c8a96a */
        :root {
            --brand-gold: #c8a96a;
            --brand-gold-muted: rgba(200, 169, 106, 0.15);
        }
        
        .text-gold {
            color: var(--brand-gold) !important;
        }

        .nav-pills .nav-link {
            color: #495057;
            font-weight: 500;
            border: 1px solid transparent;
            transition: all 0.2s ease;
        }

        .nav-pills .nav-link:hover {
            color: var(--brand-gold);
        }

        .nav-pills .nav-link.active {
            background-color: var(--brand-gold) !important;
            color: #ffffff !important;
        }

        .attraction-card {
            transition: transform 0.2s ease, box-shadow 0.2s ease;
            height: 100%;
        }

        .attraction-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(200, 169, 106, 0.15) !important;
        }

        .icon-box {
            width: 45px;
            height: 45px;
            background-color: var(--brand-gold-muted);
            color: var(--brand-gold);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.25rem;
        }

        .border-gold {
            border-left: 3px solid var(--brand-gold) !important;
        }
 /* Custom Theme Variables based on #c8a96a */
        :root {
            --brand-gold: #c8a96a;
            --brand-gold-dark: #b59556;
            --brand-gold-light: rgba(200, 169, 106, 0.1);
        }

        /* Gray Section Background from the original image layout */
        .directions-section {
            background-color: #e9ecef; 
            padding: 2.5rem 1rem;
            border-radius: 16px;
        }

        /* Updated Title using the gold palette */
        .directions-title {
            color: var(--brand-gold-dark);
            font-weight: 600;
            letter-spacing: -0.5px;
        }

        /* Input field refinements with interactive gold focus states */
        .directions-section .form-control {
            border: 1px solid #ced4da;
            border-radius: 12px;
            padding: 0.75rem 1rem;
            color: #495057;
            background-color: #ffffff;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        }

        .directions-section .form-control:focus {
            border-color: var(--brand-gold);
            box-shadow: 0 0 0 0.25rem var(--brand-gold-light);
            outline: 0;
        }

        .directions-section .form-control[readonly] {
            background-color: #f8f9fa;
            color: #6c757d;
        }

        /* Primary button transformed with your branding theme */
        .btn-directions {
            background-color: var(--brand-gold);
            color: #ffffff;
            border: 1px solid var(--brand-gold);
            border-radius: 12px;
            padding: 0.75rem 2rem;
            font-weight: 500;
            transition: all 0.2s ease-in-out;
            width: 100%;
        }

        .btn-directions:hover {
            background-color: var(--brand-gold-dark);
            border-color: var(--brand-gold-dark);
            color: #ffffff;
            transform: translateY(-1px);
        }
        
        .btn-directions:active {
            transform: translateY(0);
        }
/* Theme integration utilizing #c8a96a */
        :root {
            --brand-gold: #c8a96a;
            --brand-gold-dark: #b59556;
            --brand-gold-light: rgba(200, 169, 106, 0.1);
        }

        .text-gold {
            color: var(--brand-gold) !important;
        }

        .contact-card {
            border: 1px solid rgba(0, 0, 0, 0.08);
            border-radius: 16px;
            background-color: #ffffff;
        }

        /* Distinctive circular background wrapper for Font Awesome icons */
        .icon-wrapper {
            width: 55px;
            height: 55px;
            background-color: var(--brand-gold-light);
            color: var(--brand-gold);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.35rem;
            transition: all 0.3s ease;
        }

        .contact-item:hover .icon-wrapper {
            background-color: var(--brand-gold);
            color: #ffffff;
            transform: scale(1.05);
        }

        .contact-link {
            color: #212529;
            text-decoration: none;
            transition: color 0.2s ease;
        }

        .contact-link:hover {
            color: var(--brand-gold-dark);
        }
/* Custom theme color for icons */
.text-custom-gold {
  color: #c8a96a !important;
}

/* Smooth hover effect using your color */
.sitemap-link:hover {
  background-color: rgba(200, 169, 106, 0.1) !important; /* 10% opacity of #c8a96a */
  border-color: rgba(200, 169, 106, 0.2) !important;
}
/* --- Gallery Grid Styling --- */
.gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.gallery-item img {
    transition: transform 0.4s ease-in-out;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* 85% opacity of #c8a96a */
    background: rgba(200, 169, 106, 0.85); 
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

/* Hover States for Grid */
.gallery-item:hover img {
    transform: scale(1.08); /* Subtle zoom */
}

.gallery-item:hover .gallery-overlay {
    opacity: 1; /* Fade in gold overlay */
}

/* --- Modal/Lightbox Styling --- */
/* Custom Close Button */
.btn-close-gallery {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    z-index: 1060; /* Higher than modal */
    opacity: 0.8;
    transition: opacity 0.2s;
}

.btn-close-gallery:hover {
    opacity: 1;
}

/* Customized Carousel Controls (Prev/Next) */
.gallery-control {
    width: 50px;
    height: 50px;
    background-color: rgba(200, 169, 106, 0.9); /* Your Gold Color */
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
}

.gallery-control:hover {
    background-color: #c8a96a;
    opacity: 1;
}

.gallery-control i {
    font-size: 1.5rem;
    color: white;
}

/* Adjust button placement so they hover slightly outside the image on large screens */
@media (min-width: 992px) {
    .carousel-control-prev.gallery-control {
        left: -60px;
    }
    .carousel-control-next.gallery-control {
        right: -60px;
    }
}
.faq1 {color:#000; text-decoration:none;}
.faq1 a{color:#cda148; text-decoration:none;}
.faq1 a:hover{color:#000; text-decoration:none;}
.txt {color:#000000; text-decoration:none;}
.txt a{color:#000000; text-decoration:none;}
.txt a:hover{color:#999; text-decoration:none;}