
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --primary: #0e2d48;
    --primary-dark: #0e2d48;
    --primary-light: #F2958B;
    --primary-pale: #FDF1F0;
    --cream: #FAF7F2;
    --warm-white: #FFFEF9;
    --sand: #E8DCC8;
    --dark: #1A1714;
    --text: #2C2825;
    --muted: #706860;
    --gold: #D4A843;
    --radius: 4px;
    --radius-lg: 12px;
  }
  html { scroll-behavior: smooth; }
  body {
    font-family: "Manrope", sans-serif;
    background: var(--warm-white);
    color: var(--text);
    line-height: 1.7;
    overflow-x: hidden;
  }
.top-hero {
    background-color: #0e2d48;
    position: relative;
    z-index: 9;
}

  /* NAV */
.main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.1rem 1rem;
    background: rgba(255,254,249,0.94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(238,120,108,0.12);
    transition: box-shadow 0.3s;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.address {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
    font-family: 'Manrope';
    line-height: 26px;
    width: 50%;
}
.ad-phn {
    width: 50%;
}
.ad-phn a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
    font-family: 'Manrope';
    line-height: 26px;
}
nav#mainNav {
    z-index: 99;
    background: #fff;
    backdrop-filter: blur(14px);
}
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}


.whatsapp-float img:hover {
    transform: scale(1.1);
}
.top-sec.section {
    padding: .5rem 1rem;
}
.top-sec.section {
    padding: .5rem 1rem;
    display: flex;
    justify-content: space-between;
    background-color: #0e2d48;
}
nav.navbar.navbar-expand-lg {
    padding: 1.1rem 1rem;
    background: rgba(255, 254, 249, 0.94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(238, 120, 108, 0.12);
    transition: box-shadow 0.3s;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}
.navbar-nav a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: var(--text);
    letter-spacing: 0.04em;
    transition: color 0.2s;
    font-family: 'Manrope';
}
#successMessage {
    background: #2ecc71;
    padding: 12px;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
}
div#navbarNavAltMarkup {
    justify-content: center;
}
.navbar-nav {
    display: flex;
    gap: 2.2rem;
    list-style: none;
}
.nav-cta {
    background: var(--primary);
    color: #fff !important;
    padding: 0.55rem 1.4rem;
    border-radius: 2px;
    text-decoration: none;
}
.navbar-nav a:hover {
    color: #0e2d48 !important;
}
.ad-phn a img {
    width: 16px;
    position: relative;
    top: -1px;
}

  .nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
  .nav-logo-icon { width: 38px; height: 38px; background: var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .nav-logo-icon svg { width: 20px; height: 20px; fill: #fff; }
  .nav-logo-text { display: flex; flex-direction: column; line-height: 1.1; }
  .nav-logo-text span:first-child { font-size: 16px; font-weight: 700; color: var(--primary-dark); letter-spacing: 0.02em; }
  .nav-logo-text span:last-child { font-size: 12px; font-weight: 500; color: var(--muted); letter-spacing: 0.12em; text-transform: uppercase; }
  nav ul { display: flex; gap: 2.2rem; list-style: none; }
  nav ul a { text-decoration: none; font-size: 16px; font-weight: 600; color: var(--text); letter-spacing: 0.04em; transition: color 0.2s; }
  nav ul a:hover { color: var(--primary); }
  .nav-cta:hover { background: var(--primary-dark) !important; }

  /* HERO */
  /*.hero {  position: relative; display: flex; align-items: center; overflow: hidden; }*/
  /*.hero-bg { position: absolute; inset: 0; background: #140A09; }*/
 /* .hero-bg::before {
    content: ''; position: absolute; inset: 0;
    background: url('../img/collaz-banner.png') center 40%/cover no-repeat;
    opacity: 0.55;
  }*/
 /* .hero-bg::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(105deg, rgba(20,10,9,0.85) 35%, rgba(20,10,9,0.25) 100%);
  }*/
  .hero-content { position: relative; z-index: 2; max-width: 1300px; margin: 0 auto; padding: 5rem 1rem 5rem; width: 100%; }
  .hero-badge { display: inline-flex; align-items: center; gap: 8px;
   background: rgba(238,120,108,0.18); border: 1px solid rgba
   (238,120,108,0.5); color: #F2958B; font-size: 11px; font-weight: 700;
   letter-spacing: 0.15em; text-transform: uppercase; padding: 6px 14px;
   border-radius: 2px; margin-bottom: 15px; }
  .hero-badge::before { content: ''; width: 6px; height: 6px; background: var(--primary-light); border-radius: 50%; }
 .hero h1 {
    font-family: 'Manrope';
    font-size: clamp(2rem, 5vw, 4.6rem);
    font-weight: 600;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 1.5rem;
}
  .hero h1 em { font-style: italic; color: #ee786c; }
  .hero-desc { font-size: 16px; color: rgba(255,255,255,0.72); max-width: 480px; margin-bottom: 20px; font-weight: 400; line-height: 1.85; }
  .hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
  .btn-primary {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--primary); color: #fff; padding: 0.9rem 2rem;
    font-size: 14px; font-weight: 700; letter-spacing: 0.04em;
    border: none; border-radius: 2px; cursor: pointer; text-decoration: none;
    transition: background 0.2s, transform 0.15s;
  }
  .btn-primary:hover { background: var(--primary-dark); transform: translateY(-1px); }
  .btn-outline {
    display: inline-flex; align-items: center; gap: 8px;
    background: transparent; color: #fff; padding: 0.9rem 2rem;
    font-size: 14px; font-weight: 600; letter-spacing: 0.04em;
    border: 1px solid rgba(255,255,255,0.45); border-radius: 2px;
    cursor: pointer; text-decoration: none; transition: border-color 0.2s, background 0.2s;
  }
  .btn-outline:hover { border-color: #fff; background: rgba(255,255,255,0.08); }
  .hero-stats { position: absolute; bottom: 3rem; right: 4rem; z-index: 2; display: flex; gap: 2.5rem; }
  .hero-stat { text-align: center; }
  .hero-stat-num { display: block; font-size: 2rem; font-weight: 800; color: #fff; line-height: 1; }
  .hero-stat-label { font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.5); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 4px; }
  .hero-scroll {
    position: absolute; bottom: 3rem; left: 50%; transform: translateX(-50%); z-index: 2;
    display: flex; flex-direction: column; align-items: center; gap: 8px;
    color: rgba(255,255,255,0.45); font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 600;
  }
  .hero-scroll::after {
    content: ''; display: block; width: 1px; height: 50px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.5), transparent);
    animation: scrollpulse 1.8s ease-in-out infinite;
  }
  @keyframes scrollpulse { 0%,100%{opacity:.4}50%{opacity:1} }

  /* SECTION HELPERS */
.section {
    padding: 5rem 1rem;
    max-width: 1300px;
    margin: 0 auto;
}
  .section-tag { font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--primary); margin-bottom: 0.75rem; }
 .section-title {
    font-family: 'Manrope';
    font-size: clamp(1.5rem,3vw,2.6rem);
    font-weight: 600;
    color: var(--dark);
    line-height: 1.25;
    margin-bottom: 1.25rem;
}
  .section-title em { font-style: italic; color: var(--primary); }
  .divider { width: 48px; height: 3px; background: var(--primary); border-radius: 2px; margin-bottom: 2rem; }

  /* ABOUT */
  .about-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem;}
  .about-img-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 260px 180px; gap: 12px; }
  .about-img-grid img { width: 100%; object-fit: cover; border-radius: var(--radius); }
  .about-img-grid .img-tall { grid-row: span 2; }
  .about-body p { color: var(--muted); font-size: 16px; margin-bottom: 1.1rem; line-height: 1.85; }
  .amenities-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; margin-top: 1.5rem; }
  .amenity { display: flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 600; color: var(--text); }
.amenity-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #0e2d48;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.amenity-icon svg {
    width: 15px;
    height: 15px;
    fill: #fff;
}
.gallery-bg h2.section-title em {
    color: #fff;
}
.gallery-bg .divider {
    background-color: #fff;
}
.gallery-header .section-tag {
    color: #fff;
}
  /* ROOMS */
  .rooms-bg { background: var(--cream); }
  .rooms-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 3rem; }
  .room-card { background: #fff; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid rgba(238,120,108,0.1); transition: transform 0.3s, box-shadow 0.3s; }
  .room-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(238,120,108,0.13); }
  .room-img { position: relative; height: 270px; overflow: hidden; }
  .room-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
  .room-card:hover .room-img img { transform: scale(1.04); }
  .room-badge { position: absolute; top: 16px; left: 16px; background: var(--primary); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 12px; border-radius: 2px; }
  .room-body { padding: 1.75rem; }
 .room-name {
    font-family: 'Manrope';
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 0.5rem;
}
  .room-stars { color: var(--gold); font-size: 13px; margin-bottom: 0.75rem; }
  .room-desc { font-size: 16px; color: var(--muted); line-height: 1.75; margin-bottom: 1.25rem; }
  .room-features { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
  .room-feat { font-size: 15px; font-weight: 600; color: var(--primary-dark); background: var(--primary-pale); padding: 5px 10px; border-radius: 2px; }
  .room-footer { display: flex; align-items: center; justify-content: flex-end; padding-top: 1.25rem; border-top: 1px solid var(--sand); }
  .btn-sm { background: var(--primary); color: #fff; padding: 0.65rem 1.6rem; border-radius: 2px; font-size: 12px; font-weight: 700; letter-spacing: 0.05em; text-decoration: none; transition: background 0.2s; }
  .btn-sm:hover { background: var(--primary-dark); }

  /* TESTIMONIALS */
  .testimonials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 3rem; }
 .testimonial-card {
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 2rem;
    border: 1px solid rgba(238,120,108,0.1);
    position: relative;
    transition: transform 0.25s;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
  .testimonial-card:hover { transform: translateY(-4px); }
  .testimonial-card::before { content: '\201C'; position: absolute; top: 10px; right: 18px; font-family: 'Playfair Display', serif; font-size: 5rem; line-height: 1; color: rgba(238,120,108,0.1); pointer-events: none; }
  .testimonial-stars { color: var(--gold); font-size: 12px; margin-bottom: 1rem; }
  .testimonial-text { font-size: 14px; color: var(--muted); line-height: 1.8; margin-bottom: 1.5rem; font-style: italic; }
  .testimonial-author { display: flex; align-items: center; gap: 10px; }
  .testimonial-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--primary); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: #fff; }
  .testimonial-name { font-size: 14px; font-weight: 700; color: var(--dark); }
  .testimonial-source { font-size: 11px; color: var(--muted); font-weight: 500; }

  /* GALLERY */
  .gallery-bg { background: #140A09; }
  .gallery-header { max-width: 1300px; margin: 0 auto; padding: 6rem 1rem 0; }
  .gallery-header .section-title { color: #fff; }
.gallery-grid {
    max-width: 1300px;
    margin: 0 auto;
    padding: 1rem 1rem 3rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 220px 220px;
    gap: 10px;
}
.gallery-item.last-item {
    display: none !important;
}
.mobile-hero img {
    width: 100%;
    height: 100%;
}
  .gallery-item { overflow: hidden; border-radius: var(--radius); cursor: pointer; position: relative; }
  .gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; display: block; }
  .gallery-item:hover img { transform: scale(1.06); }
  /*.gallery-overlay { position: absolute; inset: 0; background: rgba(20,10,9,0); transition: background 0.3s; display: flex; align-items: center; justify-content: center; }*/
  .gallery-item:hover .gallery-overlay { background: rgba(20,10,9,0.35); }
  .gallery-zoom-icon { width: 44px; height: 44px; border-radius: 50%; background: rgba(238,120,108,0.9); display: flex; align-items: center; justify-content: center; opacity: 0; transform: scale(0.7); transition: opacity 0.3s, transform 0.3s; pointer-events: none; }
  .gallery-zoom-icon svg { width: 20px; height: 20px; fill: #fff; }
  .gallery-item:hover .gallery-zoom-icon { opacity: 1; transform: scale(1); }
  .gallery-item.wide { grid-column: span 2; }
  .gallery-item.tall { grid-row: span 2; }

  /* LIGHTBOX */
  .lightbox { display: none; position: fixed; inset: 0; z-index: 1000; background: rgba(14,6,5,0.96); align-items: center; justify-content: center; backdrop-filter: blur(10px); }
  .lightbox.open { display: flex; animation: lbFadeIn 0.25s ease; }
  @keyframes lbFadeIn { from { opacity: 0 } to { opacity: 1 } }
  .lightbox-inner { position: relative; max-width: 90vw; max-height: 88vh; }
  .lightbox-inner img { max-width: 90vw; max-height: 84vh; object-fit: contain; border-radius: var(--radius); display: block; }
  .lightbox-close { position: absolute; top: -16px; right: -16px; width: 36px; height: 36px; border-radius: 50%; background: var(--primary); border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 16px; font-weight: 700; line-height: 1; transition: background 0.2s; z-index: 2; }
  .lightbox-close:hover { background: var(--primary-dark); }
  .lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 46px; height: 46px; border-radius: 50%; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
  .lightbox-nav:hover { background: var(--primary); border-color: var(--primary); }
  .lightbox-nav svg { width: 20px; height: 20px; fill: #fff; }
  .lightbox-prev { left: -62px; }
  .lightbox-next { right: -62px; }
  .lightbox-counter { position: absolute; bottom: -34px; left: 50%; transform: translateX(-50%); font-size: 13px; color: rgba(255,255,255,0.45); font-weight: 600; white-space: nowrap; }

  /* CONTACT STRIP */
  .contact-info-strip { background: var(--primary); color: #fff;  }
.contact-info-out {
    display: flex;
    gap: 120px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 3rem 1rem;
    max-width: 1200px;
    margin: 0 auto;
}
.info-item {
    display: flex;
    gap: 15px;
}
.footer-bottom ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: end;
    gap: 20px;
    list-style: none;
}
.footer-bottom ul li a {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0 !important;
    text-decoration: none;
    text-transform: capitalize;
}
  .info-icon { width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,0.18); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .info-icon svg { width: 18px; height: 18px; fill: #fff; }
  .info-label { font-size: 14px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.7); margin-bottom: 2px; }
  .info-val { font-size: 16px; font-weight: 600; color: #fff; }

  /* MAP + FORM */
  .contact-wrap {
    display: flex;
    gap: 30px;
    align-items: start;
}
.ct-nap, .contact-form {
    width: calc(50% - 15px);
}
.info-val a {
    color: #fff;
    text-decoration: none;
}
  .map-container { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--sand); height: 420px; }
  .map-container iframe { width: 100%; height: 100%; border: none; }
  .contact-form { background: var(--cream); border-radius: var(--radius-lg);}
.contact-form h3 {
    font-family: 'Manrope';
    font-size: 1.5rem;
    color: var(--dark);
    margin-bottom: 0.4rem;
}
a.emergency-call {
    color: #000;
    text-decoration: none;
    font-family: 'Manrope';
    font-size: 17px;
}
a.emergency-call img {
    filter: invert(1);
    width: 15px;
    position: relative;
    top: -1px;
}
  .contact-form > p { font-size: 13.5px; color: var(--muted); margin-bottom: 1.75rem; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
  .form-group label { font-size: 11px; font-weight: 700; color: var(--text); letter-spacing: 0.08em; text-transform: uppercase; }
  .form-group input, .form-group select, .form-group textarea { font-family: "Manrope", sans-serif; font-size: 13.5px; color: var(--text); background: #fff; border: 1px solid var(--sand); border-radius: var(--radius); padding: 0.7rem 1rem; outline: none; transition: border-color 0.2s; }
  .form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--primary); }
  .form-group textarea { resize: none; min-height: 90px; }
  .form-submit { width: 100%; background: var(--primary); color: #fff; font-family: "Manrope", sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 0.05em; padding: 0.9rem; border: none; border-radius: 2px; cursor: pointer; transition: background 0.2s; margin-top: 6px; }
  .form-submit:hover { background: var(--primary-dark); }

  /* FOOTER */
  .footer-brand-text {
    font-family: 'Manrope';
    font-size: 1.2rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0.75rem;
}
footer {
    background: #0e2d48;
}
  .footer-main { max-width: 1300px; margin: 0 auto; padding: 4rem 1rem 2rem; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 3rem; }
  .footer-tagline { font-size: 13px; line-height: 1.7; color: #fff; margin-bottom: 1.25rem; }
  .footer-rating { display: flex; align-items: center; gap: 8px; }
  .footer-rating-stars { color: var(--gold); font-size: 13px; }
  .footer-col h4 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.85);
    margin-bottom: 8px;
}
  .footer-rating-text { font-size: 12px; color: #fff; }
.footer-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 !important;
} 
 .footer-col ul a ,.footer-col ul li { font-size: 13px; color:#fff; text-decoration: none; transition: color 0.2s; }
  .footer-bottom { max-width: 1300px; margin: 0 auto; padding: 1.5rem 1rem; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,0.08); }
.footer-bottom p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0 !important;
}  .footer-bottom p a { color:#fff;  }


  /* ANIMATIONS */
  @keyframes fadeUp { from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)} }
  .fade-up { animation: fadeUp 0.7s ease both; }
  .fade-up-1 { animation-delay: 0.1s; }
  .fade-up-2 { animation-delay: 0.25s; }
  .fade-up-3 { animation-delay: 0.4s; }
  .fade-up-4 { animation-delay: 0.55s; }

  /* RESPONSIVE */
    @media (max-width: 1440px) {
        .hero-content {
        padding: 10rem 1rem 5rem;}
    }
     @media (max-width: 1366px) {
        .hero-content {
        padding: 5rem 1rem 5rem;}
    }
  @media (max-width: 1199px) {
    .about-wrap {
    gap: 30px;
}
.navbar-nav {
    gap: 30px !important;

}
.contact-info-out {
    gap: 40px;
}
}
 @media (max-width: 991px) {
.hero-scroll{
    display: none;
}
ul.navbar-nav {
    gap: 20px !important;
    margin-top: 20px !important;
}
ul.dropdown-content {
    position: inherit !important;
    box-shadow: none  !important;
    background-color: #fffef9 !important;
}
.navbar-nav {
    align-items: start !important;

}
.address, .ad-phn {
    width: auto;
}
.header-btn {
    display: none;
}
button.navbar-toggler {
    padding: 0;
    border: 0 !important;
}
span.navbar-toggler-icon {
    background-image: url(../img/menu.svg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url(../img/close.svg);

}
.navbar-nav {
    margin-top: 20px;
    gap: 10px;
}
button.navbar-toggler:focus {
    box-shadow: none;
}
.form-row {
    display: flex !important;
    gap: 20px;
}
.form-row .form-group {
    width: calc(50% - 10px);
}
.hero-stats {
    display: none;
}
.about-img-grid {
    grid-template-rows: inherit;

}
.contact-info-out {
    gap: 40px;
    padding: 0;
}
}
 @media (max-width: 767px) {
    .main-header {
    padding: 15px;
}
.navbar-nav {

    gap: 10px !important;
   
}
ul.navbar-nav {
    align-items: start;
    margin-top: 20px;
}
ul.dropdown-content {
    position: inherit !important;
    box-shadow: none  !important;
    background-color: #fffef9 !important;
}
.ct-nap, .contact-form {
    width: 100%;
}
.contact-wrap {
    flex-wrap: wrap;
}
.top-sec.section {
    padding: 15px;

}
.hero-content {
    padding-left: 15px;
    padding-right: 15px;
}
.section {
    padding-left: 15px;
    padding-right: 15px;
}
section#about .section {
    padding: 40px 15px;
}
section#rooms .section {
    padding: 40px 15px;
}
.rooms-grid {
    margin-top: 0px;
}
.testimonials-grid {
    margin-top: 10px;
}
section#contact .section {
    padding: 40px 15px;
}
.footer-main {
    padding: 40px 15px;
}
.gallery-grid {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
 }

  @media (max-width: 575px) {
    .top-hero {
    display: none;
}
.privacy-container {
    padding: 1.5rem 1rem !important;

}
.amenity {

    font-size: 14px;

}
.gallery-item.last-item {
    display: block !important;
}
.hero a.btn-primary svg {
    display: none;
}
.hero a.btn-primary {
    padding: 10px 22px;
    font-size: 14px;
}
.hero-bg {
    display: none !important;
}
.mobile-hero.d-none {
    display: block !important;
}
section.hero {
    display: block;
}
.hero h1 ,.hero-desc {
    color: #000;
}
.hero a.btn-outline {
    background-color: #000;
    padding: 10px 22px;
    font-size: 14px;
}
body.footer-main {
    padding-bottom: 10px !important;
}
.form-group {
    width: 100%;
}
.form-row {
    display: block;
}
.footer-main {
    padding: 40px 15px;
}
.footer-main {
    padding: 40px 15px !important;
    display: flex !important;
    flex-wrap: wrap;
    gap: 20px;
}
.footer-bottom {
    padding: 20px 15px 15px 15px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: start !important;
    align-items: baseline;
    gap: 10px !important;
}

.hero-content {
    padding-top: 30px;
    padding-bottom: 20px;
}
.about-wrap {
    gap: 20px;
}
.divider {

    margin-bottom: 10px;
}
.mobile-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.room-body {
    padding: 15px;
}
section#testimonials .section {
    padding: 40px 15px;
}
.testimonial-card {
    padding: 20px;
}
.about-body p {
    font-size: 14px;
    margin-bottom: 10px;
}
.gallery-header {
    padding: 40px 15px 15px 15px;
}
.gallery-grid {
    padding-left: 15px;
    padding-right: 15px;
}
.contact-info-strip {
    padding: 25px 15px !important;
  
}
.contact-info-out {
    justify-content: flex-start;
    gap: 20px;
}
  }
  @media (max-width: 960px) {
    .hero-stats { right: 2rem; gap: 1.5rem; }
    .about-wrap { grid-template-columns: 1fr; gap: 2.5rem; }
    .rooms-grid { grid-template-columns: 1fr; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: repeat(2,1fr); grid-template-rows: auto; padding: 0 2rem 4rem; }
    .gallery-item.wide { grid-column: span 1; }
    .gallery-item.tall { grid-row: span 1; height: 200px; }
    .gallery-item { height: 180px; }
    .lightbox-prev { left: -46px; }
    .lightbox-next { right: -46px; }
    .contact-wrap { grid-template-columns: 1fr; }
    .contact-info-strip { padding: 2rem; gap: 2rem; }
    .footer-main { grid-template-columns: 1fr 1fr; padding: 3rem 2rem 1.5rem; }
    .footer-bottom { padding: 1.25rem 2rem; flex-direction: column; gap: 0.5rem; }
    .gallery-header { padding: 4rem 2rem 0; }
  }


  p.addres-td {
    font-size: 16px;
    color: var(--muted);
    line-height: 1.7;
    font-weight: 500;
}


@media (max-width: 768px) {

  /* Show hamburger button */
.hamburger {
    display: flex;
    background-color: transparent !important;
    border: 0 !important;
    position: relative;
    z-index: 99999;
}

  /* Hide desktop nav links by default */
 nav ul#navMenu {
    z-index: 9;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0px;
    width: 270px;
    height: 100vh;
    background: #fff;
    padding: 80px 0 30px;
    gap: 0;
    transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
}

  /* Slide in when open */
  nav ul#navMenu.open {
    right: 0;
  }

  nav ul#navMenu li {
    border-bottom: 1px solid rgba(232, 220, 200, 0.6);
  }

  nav ul#navMenu li:last-child {
    border-bottom: none;
    padding: 20px 24px 0;
  }

  nav ul#navMenu a {
    display: block;
    padding: 15px 24px;
    font-size: 15px;
    font-weight: 600;
    color: var(--text);
    letter-spacing: 0.03em;
  }

  nav ul#navMenu a:hover {
    color: var(--primary);
    background: var(--primary-pale);
  }

  /* Book Now button full-width in mobile menu */
  nav ul#navMenu .nav-cta {
    display: block;
    text-align: center;
    padding: 13px 24px;
    border-radius: 4px;
    background: var(--primary);
    color: #fff !important;
  }

  nav ul#navMenu .nav-cta:hover {
    background: var(--primary-dark) !important;
  }

  /* Overlay backdrop */
  .mobile-menu-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(26, 23, 20, 0.5);
    z-index: 98;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
img.active-humb {
    display: none;
    width: 22px;
}
button#hamburger.active img.default-humb {
    display: none;
}
button#hamburger.active img.active-humb {
    display: block !important;
}
  .mobile-menu-overlay.active {
    display: block;
    opacity: 1;
  }
}

/*css*/

.trust-strip {
  background: #fff;

}

/* ── Gold Rating Banner ── */
.trust-banner {
  background: linear-gradient(135deg, #EE786C 0%, #D45C51 100%);
  padding: 16px 40px;
}

.trust-banner-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}

.trust-banner-badge {
  display: flex;
  align-items: center;
  gap: 10px;
}

.trust-banner-badge span {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.trust-banner-divider {
  width: 1px;
  height: 26px;
  background: rgba(255, 255, 255, 0.4);
}

.trust-banner-text {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
  letter-spacing: 0.02em;
}

.trust-banner-text strong {
  color: #FFD700;
  font-weight: 700;
}

.trust-banner-stars {
  display: flex;
  gap: 4px;
}

.trust-banner-stars span {
  font-size: 20px;
  color: #FFD700;
  line-height: 1;
}

/* ── 3 Highlight Cards Grid ── */
.trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1300px;
    margin: 0 auto;
    gap: 0;
    padding: 3rem 1rem;
}

/* ── Individual Card ── */
.trust-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 0 32px 0 0;
}

.trust-card--border {
  padding: 0 32px;
  border-left: 1px solid #f0e8e7;
  border-right: 1px solid #f0e8e7;
}

.trust-card:last-child {
  padding: 0 0 0 32px;
}

/* ── Icon Circle ── */
.trust-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.trust-icon--primary {
    background: #fff !important;
    border: 2px solid #0e2d48;
}
.trust-icon svg {
    fill: #0e2d48;
}

.trust-icon--gold {
    background: #fff;
    border: 2px solid #0e2d48;
}

/* ── Card Body ── */
.trust-card-body {
  flex: 1;
}

.trust-card-tag {
    font-family: "Manrope", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #0e2d48;
    margin: 0 0 5px 0;
}

.trust-card-tag--gold {
    color: #0e2d48;
}
.trust-card-title {
    font-size: 19px;
    font-weight: 600;
    color: #1A1714;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.trust-card-desc {
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  color: #706860;
  margin: 0;
  line-height: 1.7;
}

.trust-card-desc strong {
  color: #1A1714;
  font-weight: 700;
}

.gold-text {
    color: #0e2d48;
    font-weight: 700;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .trust-banner {
    padding: 14px 20px;
  }

  .trust-banner-divider {
    display: none;
  }

  .trust-grid {
    grid-template-columns: 1fr;
    padding: 28px 20px;
    gap: 28px;
  }

  .trust-card,
  .trust-card--border,
  .trust-card:last-child {
    padding: 0;
    border: none;
  }

  .trust-card--border {
    border-top: 1px solid #f0e8e7;
    border-bottom: 1px solid #f0e8e7;
    padding: 28px 0;
    border-left: none;
    border-right: none;
  }
}

@media (max-width: 480px) {
  .trust-banner-inner {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .trust-banner-text {
    font-size: 13px;
  }

  .trust-card-title {
    font-size: 15px;
  }
}



.privacy-container {
    padding: 4rem 1rem;
    max-width: 1300px;
    margin: 0 auto;
}
.privacy-header h1 {
    font-family: 'Manrope';
    font-size: clamp(1.5rem, 3vw, 2.6rem);
}
.privacy-block h2 {
    color: #000;
    font-family: 'Manrope';
    font-size: clamp(1.2rem, 3vw, 2.2rem);
    margin-bottom: 20px;
}
.navbar-nav {
  display: flex;
  list-style: none;
  gap: 50px;
  align-items: center;
  margin: 0;
  padding: 0;
}

.navbar-nav li a,
.dropbtn {
  text-decoration: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  background: none;
  border: none;
}
button.dropbtn img {
    width: 13px;
    position: relative;
    left: 3px;
    transition: all ease .4s;
}
button.dropbtn:hover img {
    transform: rotate(180deg);
}
/* Dropdown */
.nav-dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  background: #fff;
  min-width: 180px;
  padding: 0;
  margin: 0;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  border-radius: 6px;
  overflow: hidden;
  z-index: 999;
}
.dropdown-content li a {
    display: block;
    padding: 10px 15px;
    color: #000;
    font-size: 14px;
}
.dropdown-content li a:hover {
    background-color: #0e2d48;
    color: #fff !important;
}


/* Hover (desktop) */
.nav-dropdown:hover .dropdown-content {
  display: block;
}

/* Mobile toggle */
.dropdown-content.show {
  display: block;
}
.rating-sec {
    padding: 40px 20px;
    display: flex;
    justify-content: center;
}
.rating-sec img {
    margin: 0 auto;
    width: 100%;
    max-width: 380px;
}
body.scrolled .top-hero {
    display: none;
}
body.scrolled .div-header {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #ffffff;
    z-index: 9999;
}

/* ── Page Banner (About, Blog) ── */
.page-banner {
  background: var(--warm-white);
  border-bottom: 1px solid var(--sand);
}

.page-banner .section {
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
}

/* ── Blog Grid ── */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.blog-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(238,120,108,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(238,120,108,0.12);
}

.blog-card-img-link {
  display: block;
  text-decoration: none;
}

.blog-card-img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.blog-card-no-img {
  background: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-card-date {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.blog-card-title {
  font-family: 'Manrope', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.35;
  margin-bottom: 0.75rem;
}

.blog-card-title a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}

.blog-card-title a:hover { color: var(--primary); }

.blog-card-excerpt {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 1.25rem;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-read-more {
  font-size: 13px;
  font-weight: 700;
  color: var(--primary);
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: color 0.2s;
  margin-top: auto;
}

.blog-read-more:hover { color: var(--accent, #EE786C); }

/* ── Blog Detail ── */
.blog-back-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--primary);
  text-decoration: none;
  letter-spacing: 0.04em;
}

.blog-back-link:hover { text-decoration: underline; }

.blog-detail-title {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(1.6rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.25;
  margin: 0.75rem 0 1rem;
}

.blog-detail-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--muted);
  font-weight: 600;
}

.blog-detail-tags { display: flex; gap: 6px; flex-wrap: wrap; }

.blog-tag {
  background: var(--primary-pale, #FDF1F0);
  color: var(--primary);
  padding: 3px 10px;
  border-radius: 2rem;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.blog-featured-img-wrap {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 1rem;
}

.blog-featured-img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  display: block;
  margin: 1.5rem 0;
}

.blog-detail-excerpt {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 2rem;
  font-style: italic;
  border-left: 3px solid var(--primary);
  padding-left: 1rem;
}

.blog-detail-content {
  font-size: 16px;
  color: var(--text);
  line-height: 1.85;
}

.blog-detail-content h2 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--dark);
  margin: 2rem 0 0.75rem;
}

.blog-detail-content h3 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--dark);
  margin: 1.5rem 0 0.6rem;
}

.blog-detail-content p { margin-bottom: 1.25rem; }

.blog-detail-content ul,
.blog-detail-content ol {
  margin: 0 0 1.25rem 1.5rem;
}

.blog-detail-content li { margin-bottom: 0.4rem; }

.blog-detail-content a {
  color: var(--primary);
  text-decoration: underline;
}

.blog-detail-content a:hover { color: #EE786C; }

.blog-detail-content img {
  max-width: 100%;
  border-radius: var(--radius);
  margin: 1rem 0;
}

.blog-detail-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.25rem;
  font-size: 14px;
}

.blog-detail-content table th,
.blog-detail-content table td {
  border: 1px solid var(--sand);
  padding: 0.6rem 0.8rem;
  text-align: left;
}

.blog-detail-content table th {
  background: var(--cream);
  font-weight: 700;
}

/* ── About page ── */
.about-page-hero {
  background: linear-gradient(135deg, var(--primary) 0%, #1a4a6e 100%);
  color: #fff;
  padding: 5rem 1rem;
  text-align: center;
}

.about-page-hero .section-tag { color: rgba(255,255,255,0.7); }
.about-page-hero .section-title { color: #fff; }
.about-page-hero .section-title em { color: #F2958B; }
.about-page-hero .divider { background: rgba(255,255,255,0.4); margin: 0 auto 1.5rem; }
.about-page-hero p { color: rgba(255,255,255,0.82); font-size: 16px; max-width: 600px; margin: 0 auto; }

.about-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.about-highlight-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 2rem 1.5rem;
  border: 1px solid rgba(238,120,108,0.1);
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.about-highlight-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(238,120,108,0.12);
}

.about-highlight-icon {
  width: 58px;
  height: 58px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
}

.about-highlight-icon svg { width: 26px; height: 26px; fill: #fff; }

.about-highlight-card h3 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 0.6rem;
}

.about-highlight-card p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.75;
}

/* ── Responsive for blog & about ── */
@media (max-width: 960px) {
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .about-highlights { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .blog-grid { grid-template-columns: 1fr; }
  .about-highlights { grid-template-columns: 1fr; }
  .blog-detail-title { font-size: 1.5rem; }
}