@import url('https://fonts.googleapis.com/css2?family=Anton&family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cardo:ital,wght@0,400;0,700;1,400&family=Catamaran:wght@100..900&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Dancing+Script:wght@400..700&family=Halant:wght@300;400;500;600;700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Lora:ital,wght@0,400..700;1,400..700&family=Manrope:wght@200..800&family=Marcellus&family=Monsieur+La+Doulaise&family=Montez&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mrs+Saint+Delafield&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Nothing+You+Could+Do&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Princess+Sofia&family=Road+Rage&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rock+Salt&family=Sacramento&family=Tangerine:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');


html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
font-family: "Karla", sans-serif;
background-color: #ffffff !important;
}
a{
  text-decoration: none !important;
}
h1{
  font-size: 30px !important;
  font-family: "Lora", sans-serif;
  font-weight: 200 !important;
  color: rgb(0, 0, 0) 
  !important;

}

.subtext{
  font-family: "Mrs Saint Delafield", serif;
color: #B58C67 !important;
font-size: 50px !important;
}
.ourstory p{
    font-size:21px !important;
}
p{
   font-family: "Karla", sans-serif;
  color: rgb(0, 0, 0);
  margin-bottom: 0px;
  font-size: 18px !important;

}
h2{}


        .navbar {
            background: transparent;
            padding: 18px 0;
            transition: background 0.4s ease, box-shadow 0.4s ease;
            position: fixed !important;
            width: 100%;
            top: 0;
            z-index: 1000;
        }

        .navbar.scrolled {
            background: rgba(10,10,10,0.92);
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
            box-shadow: 0 2px 30px rgba(0,0,0,0.2);
        }

        .navbar-brand img { width: 90px; }



.navbar-toggler {
    background-color: #F1EBE4 !important;
    border-radius: 6px;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23333333' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

       

        /* Offcanvas panel */
   
        .offcanvas-header .btn-close {
            filter: invert(1);
            opacity: 0.7;
           
        }
   
        .offcanvas-title img { width: 90px; }

        .navbar-nav .nav-link {
            color: rgba(255,255,255,0.85);
            font-size: 11px !important;
            letter-spacing: 2.5px;
            text-transform: uppercase;
            font-weight: 400;
            padding: 40px 40px !important;
            border-bottom: 1px solid rgba(255,255,255,0.08);
            transition: color 0.3s;
        }
      .navbar-nav .nav-link  .nav-link1{
          color: black !important;
        }

        /* Desktop nav links when transparent */
        @media (min-width: 992px) {
            .navbar-nav .nav-link {
                border-bottom: none;
                padding: 6px 14px !important;
                font-size: 10.5px;
            }
            .offcanvas { max-width: 340px; }
        }

        .btn-order {
            background: transparent;
            border: 1px solid var(--gold);
            color: var(--gold) !important;
            padding: 8px 22px !important;
            font-size: 10px !important;
            letter-spacing: 2px;
            text-transform: uppercase;
            border-radius: 0;
            transition: all 0.3s;
        }
        .btn-order:hover {
            background: var(--gold);
            color: #000 !important;
        }

        /* ── HERO: LIMANI-STYLE SPLIT ── */
        .hero-section {
            min-height: 80vh;
            width: 100%;
            display: flex;
       justify-content: space-between !important;
            padding-top: 0;
            overflow: hidden;
            background: var(--cream);
        }

      .hero-left {
  width: 82%;
  padding: 140px 60px 80px 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* pushes content to the bottom */
  position: relative;
  text-align: start;
}

        .hero-slide-label {
            writing-mode: vertical-rl;
            text-orientation: mixed;
            transform: rotate(180deg);
            font-size: 10px;
            letter-spacing: 2.5px;
            text-transform: uppercase;
            color: #00573a;
            position: absolute;
            left: 10px;
            bottom: 50%;
            opacity: 0.8;
          font-weight: 800 !important;
        }

        .hero-blob {
            width: 400px;
            height: 420px;
            background: radial-gradient(circle, #3ad6c991, transparent 70%);
            border-radius: 50%;
            position: absolute;
            top: 140px;
            left: 60px;
            pointer-events: none;
        }

        .hero-accent {
            width: 55px;
            height: 65px;
            background: var(--gold);
            border-radius: 50% 50% 50% 20% / 60% 60% 40% 40%;
            position: absolute;
            top: 120px;
            right: 80px;
        }

        .hero-tag {
            font-size:55px;
        
            color: #345C59;
            margin-bottom: 20px;
             font-family: "EB Garamond", serif;
             font-weight:400;
             width: 87%;
        }

        .hero-title {
            font-family: 'Cormorant Garamond', serif;
            font-size: clamp(38px, 4vw, 58px);
            font-weight: 300;
            line-height: 1.15;
            color: #1a1505;
            margin-bottom: 32px;
        }

        .hero-title em { font-style: italic; }

        .hero-cta {
            display: inline-block;
            font-size: 11px;
            letter-spacing: 2.5px;
            text-transform: uppercase;
            color: var(--gold);
            text-decoration: none;
            border-bottom: 1px solid var(--gold);
            padding-bottom: 3px;
            transition: color 0.3s, border-color 0.3s;
        }
        .hero-cta:hover { color: #1a1a1a; border-color: #1a1a1a; }

        /* Slide dots / indicators */
        .hero-indicators {
            display: flex;
            gap: 8px;
            margin-top: 48px;
        }
        .hero-indicators .dot {
            width: 24px;
            height: 2px;
            background: rgba(0,0,0,0.2);
            border-radius: 2px;
            cursor: pointer;
            transition: background 0.3s, width 0.3s;
        }
        .hero-indicators .dot.active {
            width: 40px;
            background: var(--gold);
        }

        /* Right photo panel */
        .hero-right {
            width: 100%;
            position: relative;
            overflow: hidden;
            height: 80vh;
            margin-left: 0px !important;
            margin-right: 0px !important;
        }

        .hero-right .slide-img {
            position: absolute;
            inset: 0;
            background-size: cover;
            height: 100%;




        
            opacity: 0;
            transition: opacity 0.8s ease;
        }
        .hero-right .slide-img.active { opacity: 1; }

        /* Overlay info bar at top of image */
        .hero-right .img-infobar {
            position: absolute;
            top: 0; left: 0; right: 0;
            padding: 20px 28px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: linear-gradient(to bottom, rgba(0,0,0,0.45), transparent);
            z-index: 2;
            font-size: 11px;
            color: rgba(255,255,255,0.85);
            letter-spacing: 1px;
        }

        /* Arrow nav on image */
        .hero-nav {
            position: absolute;
            bottom: 28px;
            right: 28px;
            display: flex;
            gap: 10px;
            z-index: 3;
        }
        .hero-nav button {
            width: 44px;
            height: 44px;
            border: 1px solid rgba(255,255,255,0.4);
            background: rgba(0,0,0,0.3);
            backdrop-filter: blur(6px);
            color: #fff;
            font-size: 16px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background 0.3s;
        }
        .hero-nav button:hover { background: var(--gold); border-color: var(--gold); }

        @media (max-width: 991px) {
    .hero-section { flex-direction: column; min-height: auto; }
    .hero-left { width: 100%; padding: 120px 36px 60px; }
   .hero-right { width: 100%; height:80vw; min-height: 260px; position: relative; }
  .hero-right .slide-img { position: absolute; }
 .hero-accent { display: none; }
.hero-blob { display: none; }
}
.about-43{

}
.about-43 h1{
    font-family: "EB Garamond", serif;
    font-style: italic;
    color: #094632 !important;
    font-size: 50px !important;
    width: 70%;
    justify-self: center;


}
.img-about{
  box-shadow: -146px -82px 0px -28px rgba(255, 221, 157, 0.75);

}

.titull{
  color: #345C59;
      font-family: "EB Garamond", serif;
      font-size: 50px;

}
/* CSS */
.button-1 {
  background-color: #B58C67;
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", serif;;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-1:hover,
.button-1:focus {
  background-color: #B58C67;
}
.transparent-text{
  color: rgba(255, 255, 255, 0.296);
  font-size: 130px;
  font-family: "Cormorant Garamond", sans-serif;

}

.img1{
 position: relative;
 margin-left: 50px;

}
.img2{
  position: relative;
  margin-left: -140px;
  border-top-left-radius: 130px;
  border-top-right-radius: 130px;
  width: 250px;
}



 .btn-book {
      position: relative;
      background: transparent;
      border: none;
      border-bottom: 1.5px solid #b8932a;
      padding: 8px 0;
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.1rem;
      font-weight: 500;
      letter-spacing: 0.08em;
      color: #7a6020;
      cursor: pointer;
      outline: none;
      transition: color 0.3s ease;
      overflow: hidden;
    }

    /* Animated underline on hover */
    .btn-book::after {
      content: '';
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 0%;
      height: 1.5px;
      background-color: #3b2a00;
      transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .btn-book:hover {
      color: #3b2a00;
    }

    .btn-book:hover::after {
      width: 100%;
    }

.about-us h2{
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
.about-us p{
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-size: 18px;
}
.true-friend{
    padding-top:100px ;
    padding-bottom: 100px;
}
.slogan{
  background: #F1EBE4;
  padding: 80px !important;
  position: relative !important;
  margin-top: -130px !important;
  text-align: center !important;
  z-index: 10 !important;
  font-family: "Lora", sans-serif;
}

.number-container {
  position: relative!important;
  text-align: center!important;
}

.number {
  font-size: 100px!important;
  font-family: 'Playfair Display', serif!important; /* Elegant serif font */
  font-weight: 300!important; /* Thin weight */
  color: white!important; /* White fill for the text */
  -webkit-text-stroke: 1px black!important; /* Black outline (stroke) */
  text-stroke: 1px black!important; /* Standard property (less supported) */
  margin: 0!important;
  line-height: 1!important;
}

  #contact-head{
    background: url('../image/imh (23).jpeg')rgba(0, 0, 0, 0.45);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 60vh;
    display: flex;
    align-items: center;
  }


h2 {
  color: #2d4e4b; /* Dark teal/green from image */
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.subtitle {
  color: #666;
  line-height: 1.6;
  margin-bottom: 2.5rem;
}

/* Field styling */
.mb-field {
  margin-bottom: 2rem;
}

.form-label {
  display: block;
  font-weight: bold;
  color: #2d4e4b;
  margin-bottom: 0.5rem;
}

.form-control {
  width: 100%;
  padding: 1rem;
  border: 1px solid #f2f2f2; /* Very light border */
  background-color: #fcfcfc; /* Slight off-white */
  font-size: 1rem;
}

.form-control::placeholder {
  color: #ccc;
}

/* Button styling */
.form-footer {
  text-align: center;
  margin-top: 2rem;
}

.btn-submit {
  background: transparent;
  border: none;
  border-bottom: 2px solid #e2b07e; /* Gold underline from image */
  color: #e2b07e;
  font-weight: bold;
  text-transform: capitalize;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 1.1rem;
}
/* Fallback for browsers that don't support -webkit-text-stroke */
@supports not (-webkit-text-stroke: 1px black) {
  .number {
      text-shadow:
          -1px -1px 0 black,
           1px -1px 0 black,
          -1px  1px 0 black,
           1px  1px 0 black; /* Simulates outline with shadow */
  }
}

.number::after {
  display: block!important;
  font-size: 12px!important;
  letter-spacing: 4px!important; /* Space out the dots */
  color: #333!important; /* Dark gray dots */
  margin-top: 10px!important;
}
.testimonial-item{
  text-align: center;
  padding: 0px 100px !important;
}
.testimonial-item h1{
  color: white !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  line-height: 44px !important;
}




.owl-carousel .owl-nav button.owl-prev {
  margin-left: -50px; /* Move the button outside the carousel to the left */
}

.owl-carousel .owl-nav button.owl-next {
  margin-right: -50px; /* Move the button outside the carousel to the right */
}

.owl-carousel .owl-nav button:hover {
  background: #AC8D5B; /* Darken on hover */
}

.owl-carousel .item img {
  width: 100%;
  height: auto;
}

.menu-6{
    padding-top: 100px;
    padding-bottom: 100px;
}
   .hours-container {
            background-color: #ffffff;
            border: 1px solid #C19D56;
            padding: 25px;
            max-width: 500px;
            width: 100%;
        }

        .hours-box {
            background-color: white;
            border: 1px solid #C19D56;
            padding: 60px 40px;
        }

        .day-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
            font-size: 1.1rem;
        }

        .day-row:last-child {
            margin-bottom: 0;
        }

        .day-name {
            font-style: italic;
            color: #333;
            position: relative;
        }

        .day-name::after {
            content: '................';
            letter-spacing: 3px;
            margin: 0 10px;
            color: #300000;
        }

        .day-hours {
            color: #333;
            white-space: nowrap;
        }
  #beach-banner{
    background: url('../image/imh (29).jpeg'),rgb(255,255,255) linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(32,32,32,1) 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-blend-mode: multiply;
    height: 60vh;
  }
  #beach-banner h2{
  font-family: "Mrs Saint Delafield", serif;
font-size: 120px;
font-weight: 400 !important;  text-shadow: 3px 3px 4px #EEC78C;

  
  }
        @media (max-width: 576px) {
            .hours-container {
                padding: 11px;
            }
            
            .hours-box {
                padding: 40px 20px;
            }
            
            .day-row {
                font-size: 0.95rem;
            }
            
            .day-name::after {
                letter-spacing: 2px;
            }
        }
@media (max-width: 600px) {
  .carousel-wrapper {
      width: 100%;
      padding: 0 40px; /* Add padding to ensure buttons donâ€™t touch the edges */
      box-sizing: border-box;
  }

  .owl-carousel .owl-nav button.owl-prev {
      margin-left: -30px; /* Reduce the offset for smaller screens */
  }

  .owl-carousel .owl-nav button.owl-next {
      margin-right: -30px; /* Reduce the offset for smaller screens */
  }
}
.offcanvas {
  background: rgb(0, 5, 2) !important;
  z-index: 1045 !important; /* match Bootstrap default */
  height: 100vh !important;
}

     footer{
          padding-top: 100px;
          padding-bottom: 0px;
          background: #E1E1DD;
        }
        .line-text {
          display: flex;
          align-items: center;
          gap: 20px;
        }
        
        .line {
          flex-grow: 1;
          height: 1px;
          background-color: rgba(255, 255, 255, 0.547);
        }
        
        span {
          white-space: nowrap;
        }
        .footer-links{
          display: flex;
          font-family: 'Jost', sans-serif;
          font-size: 18px;
          color: #345C61;
        }
/* ── Section ── */
    .testimonials-section {
      padding: 100px 0;
      position: relative;
      overflow: hidden;
    }
    .testimonials-section::before {
      content: '"';
      font-family: 'Playfair Display', serif;
      font-size: 600px;
      color: rgba(200,149,58,0.06);
      position: absolute;
      top: -120px; left: -60px;
      line-height: 1;
      pointer-events: none;
      user-select: none;
    }

    .section-eyebrow {
      font-size: 0.75rem;
      font-weight: 500;
      letter-spacing: 0.25em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 12px;
    }
    .section-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2rem, 5vw, 3.5rem);
      font-weight: 700;
      line-height: 1.15;
      color: var(--ink);
    }
    .section-title em { font-style: italic; color: var(--gold); }
    .divider-line {
      width: 60px; height: 2px;
      background: var(--gold);
      margin: 24px 0 48px;
    }

    /* ── Carousel wrapper ── */
    .carousel-track-outer { overflow: hidden; }
    .carousel-track {
      display: flex;
      gap: 24px;
      transition: transform 0.5s cubic-bezier(0.4,0,0.2,1);
    }

    /* ── Google-style card ── */
    .card-testimonial {
      background: #fff;
      border-radius: 12px;
      padding: 20px;
      min-width: 320px;
      max-width: 320px;
      flex-shrink: 0;
      box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 4px 16px rgba(0,0,0,0.08);
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      font-family: 'Lato', sans-serif;
    }
    .card-testimonial:hover {
      box-shadow: 0 4px 20px rgba(0,0,0,0.16);
      transform: translateY(-3px);
    }

    /* Google branding row */
    .google-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 14px;
    }
    .google-logo {
      display: flex;
      gap: 1px;
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: -0.5px;
    }
    .g-blue   { color: #4285F4; }
    .g-red    { color: #EA4335; }
    .g-yellow { color: #FBBC05; }
    .g-green  { color: #34A853; }

    .google-verified {
      font-size: 0.65rem;
      color: #5f6368;
      display: flex;
      align-items: center;
      gap: 4px;
    }
    .google-verified svg { flex-shrink: 0; }

    /* Author row */
    .author-row {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 10px;
    }
    .avatar {
      width: 40px; height: 40px;
      border-radius: 50%;
      background: var(--gold);
      display: flex; align-items: center; justify-content: center;
      font-family: 'Playfair Display', serif;
      font-weight: 700;
      color: #fff;
      font-size: 1rem;
      flex-shrink: 0;
    }
    .author-name {
      font-size: 0.9rem;
      font-weight: 700;
      color: #202124;
      margin: 0 0 2px;
    }
    .author-meta {
      font-size: 0.72rem;
      color: #5f6368;
      margin: 0;
    }

    /* Stars */
    .stars-row {
      display: flex;
      align-items: center;
      gap: 6px;
      margin-bottom: 10px;
    }
    .stars-filled {
      display: flex;
      gap: 1px;
    }
    .stars-filled span {
      color: #FBBC05;
      font-size: 0.95rem;
    }
    .review-date {
      font-size: 0.72rem;
      color: #5f6368;
    }

    .testimonial-text {
      font-size: 0.88rem;
      line-height: 1.65;
      color: #3c4043;
      font-weight: 400;
      margin: 0;
    }

    .read-more {
      background: none;
      border: none;
      padding: 0;
      font-size: 0.82rem;
      color: #1a73e8;
      cursor: pointer;
      margin-top: 4px;
      display: inline-block;
    }

    /* ── Nav buttons ── */
    .carousel-controls {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-top: 36px;
    }
    .carousel-btn {
      width: 44px; height: 44px;
      border-radius: 50%;
      background: #fff;
      border: 1.5px solid #e0d6c8;
      display: flex; align-items: center; justify-content: center;
      cursor: pointer;
      transition: all 0.2s ease;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
      color: var(--ink);
    }
    .carousel-btn:hover { background: var(--gold); color: #fff; border-color: var(--gold); }
    .carousel-btn:disabled { opacity: 0.3; cursor: default; }
    .carousel-btn:disabled:hover { background: #fff; color: var(--ink); border-color: #e0d6c8; }

    .carousel-dots {
      display: flex;
      gap: 8px;
    }
    .dot {
      width: 8px; height: 8px;
      border-radius: 50%;
      background: #d9cfc0;
      cursor: pointer;
      transition: all 0.3s;
    }
    .dot.active { background: var(--gold); width: 24px; border-radius: 4px; }

    /* Google rating summary */
    .rating-summary {
      display: flex;
      align-items: center;
      gap: 12px;
      background: #fff;
      border-radius: 12px;
      padding: 16px 22px;
      box-shadow: 0 1px 3px rgba(0,0,0,0.1);
      margin-bottom: 36px;
      width: fit-content;
    }
    .rating-big {
      font-size: 2.8rem;
      font-weight: 700;
      color: #202124;
      line-height: 1;
    }
    .rating-right { display: flex; flex-direction: column; gap: 4px; }
    .rating-stars { display: flex; gap: 2px; }
    .rating-stars span { color: #FBBC05; font-size: 1.1rem; }
    .rating-count { font-size: 0.75rem; color: #5f6368; }
    .rating-google { font-size: 0.7rem; color: #5f6368; display: flex; align-items: center; gap: 4px; }

    /* Fade in */
    .card-testimonial {
      opacity: 0;
      animation: fadeUp 0.5s ease forwards;
    }
    @keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }
        
.footer-logo{
  width: 100px !important;
}
      
.footert{
  color: rgb(10, 58, 43);
}
.menu-wrapper {
      position: relative; z-index: 1;
      max-width: 1100px;
      margin: 0 auto;
      padding: 50px 24px 80px;
    }

    /* Header */
    .menu-header {
      text-align: center;
      margin-bottom: 48px;
      
    }
    .menu-header .emoji { font-size: 2.2rem; display: block; margin-bottom: 8px; }
    .menu-header h1 {
      font-family: 'Cormorant Garamond', serif;
      font-weight: 400;
      font-size: clamp(2.4rem, 5vw, 3.4rem);
      color: var(--teal);
      letter-spacing: 0.04em;
    }


    /* Tab navigation */
    .filter-tabs {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 6px;
      border-bottom: 1px solid rgba(44,95,90,0.15);
      padding-bottom: 0;
      margin-bottom: 52px;
      background-color: #f0f0f0;
    }
    .filter-tabs button {
      background: none; border: none;
     font-family: 'Cormorant Garamond', serif;
      font-size: 1rem; font-weight: 400;
      letter-spacing: 0.05em;
      color: var(--text-muted);
      padding: 10px 16px;
      cursor: pointer;
      position: relative;
      transition: color 0.2s;
      text-transform: uppercase;
    }
    .filter-tabs button:hover { color: var(--teal); }
    .filter-tabs button.active {
      color: var(--teal); font-weight: 500;
    }
    .filter-tabs button.active::after {
      content: '';
      position: absolute;
      bottom: -1px; left: 16px; right: 16px;
      height: 2px;
      background: var(--teal);
      border-radius: 2px 2px 0 0;
    }

    /* Sections */
    .menu-section { display: none; }
    .menu-section.active { display: block; }

    .section-title {
      font-family: 'Cormorant Garamond', serif;
      font-weight: 300; font-size: 2.9rem;
      color: var(--teal);
      letter-spacing: 0.04em;
      margin-bottom: 6px;
      display: flex; align-items: center; gap: 10px;
    }
    .section-title .sec-emoji { font-size: 1.4rem; }

    .section-divider {
      width: 60px; height: 1px;
      background: var(--gold);
      margin-bottom: 28px;
    }

    /* Subsection */
    .subsection { margin-bottom: 36px; }
    .subsection-title {
      font-family: 'Jost', sans-serif;
      font-size: 0.7rem; font-weight: 500;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 14px;
    }
.item-photo {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px; /* rounded corners — remove if you want sharp */
}
    /* Items grid */
    .items-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0 32px;
    }
    @media (max-width: 860px) { .items-grid { grid-template-columns: repeat(2,1fr); } }
    @media (max-width: 540px) { .items-grid { grid-template-columns: 1fr; } }

    .menu-item {
      display: flex;
      align-items: center;
      padding: 13px 0;
      border-bottom: 1px solid rgba(44,95,90,0.1);
      gap: 10px;
    }
    .item-dot {
      width: 5px; height: 5px;
      border-radius: 50%;
      background: var(--gold);
      flex-shrink: 0;
    }
    .item-name {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.25rem;
      color: var(--teal);
      letter-spacing: 0.01em;
    }

    /* Separator between subsections within a section */
    .sub-sep {
      width: 100%; height: 1px;
      background: rgba(44,95,90,0.08);
      margin: 32px 0;
    }
    .contact span{
     font-size:20px !important;
     color: #502309;
     font-weight: 400;
    }
      @media(max-width:1000px){
        .menu-box{
          padding: 20px 20px;
        }
        .slogan{
          width: 95% !important;
          padding: 40px !important;
        }
        .slogan h1{
          font-size: 20px !important;

        }
        h1{
          font-size: 30px !important;
        }
        .testimonial-item{
          padding: 20px !important;
        }
        .testimonial-item h1{
          font-size: 20px !important;
          line-height: 30px !important;
 
        }
        .copyright{
          justify-content: center;
          text-align: center;
        }
        .img1{
          margin-left: 0px !important;
        }
        
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 19.25rem !important;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center !important;
}
.carousel-caption p{
  font-family: "Mrs Saint Delafield", serif;
font-size: 40px;
}
.carousel-caption h2{
  font-size: 40px;
  font-weight: 200 !important;
  font-family: "Lora", sans-serif;
}
#beach-banner h2{
  font-family: "Mrs Saint Delafield", serif;
  font-size: 73px;
  font-weight: 400 !important;
  text-shadow: 3px 3px 4px #EEC78C;
  }
  .menu-in-1{
        background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                url('image/imh (23).jpeg');
        background-size: cover;
        background-position: right;
        padding-top: 168px;
        padding-bottom: 180px;
        height: 89vh;
        color: #ffffff;
        background-attachment: fixed;
        background-blend-mode: multiply;
}
             .navbar-nav .nav-link {
            color: rgba(255,255,255,0.85) !important;
            font-size: 21px !important;
            letter-spacing: 2.5px;
            text-transform: uppercase;
            font-weight: 400;
            padding: 8px 40px !important;
            border-bottom: 1px solid rgba(255,255,255,0.08);
            transition: color 0.3s;
        }
            .hero-tag {
            font-size: 23px;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: var(--gold);
            margin-bottom: 20px;
            font-family: "Karla", sans-serif;
        }
        .about-43 h1{
          font-size: 21px !important;
        }
        .titull{
          font-size: 22px;
        }
        .section-title{
          font-size: 20px;
        }
        .testimonials-section {
          padding: 50px 0;
        }
        .menu-6{
              padding-top:50px;
    padding-bottom: 50px;
        }
        .img-no{
          display: none;
        }
        .hero-slide-label{
          display:none;
        }
      }