  /* NAVIGATION */
.navbar {
    padding: 1rem 1.5rem;
    background: #6FBFA0;
    display: flex;
    justify-content: center;
}
.nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #6FBFA0;
    display: flex;
    justify-content: center;
}

.nav li a {
    display: block;
    color: black;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 25px;
    font-family: 'Josefin Sans', sans-serif;
}
/* HAMBURGER */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
}

.hamburger span {
    width: 34px;
    height: 5px;
    background: #222;
    transition: 0.3s;
}

/* HAMBURGER ANIMATION */
.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8.5px);
}

/* Smooth animation */
.hamburger span {
    transition: 0.3s ease;
}



.navbar {
    padding: 1rem 1.5rem;
    background: #6FBFA0;
    display: flex;
    justify-content: center;
    font-family: 'Josefin Sans', sans-serif;
    position: relative; /* ← THIS IS THE FIX */
    z-index: 1000;
}
html, body,.nav {
    overflow-x: hidden;
}  
  #close-btn {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 100px;
    color: white;
    cursor: pointer;
}




.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateY(-10px);
    font-size: 60px;
    color:white;
    cursor: pointer;
    user-select: none;
    padding: 20px;
}
#prev-btn:hover,
#next-btn:hover,
#close-btn:hover {
    color: #6FBFA0;
}


#prev-btn { left: 40px; }
#next-btn { right: 40px; }
  
  .hidden-image {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  visibility: hidden;
}

/* Start positions */
.slide-left {
  transform: translateX(-120px); /* comes from left */
}
.slide-top {
  transform: translateY(-120px); /* comes from left */
}

.slide-right {
  transform: translateX(120px); /* comes from right */
}
.atag{
    text-decoration: none;
    color: #2F4F4F;
}

.atag:hover {
    color:white;
}
.visible-image {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}


.center-image {
    float: right;
    margin-left: 550px;
    margin-bottom: 20px;
}
.breakfast-image {
    float: right;
    margin-left: 400px;
    margin-bottom: 20px;
}

            .footer-logo {
    color: white;
    font-size: 40px;
    margin-right: 10px;
}
/* FOOTER */
.footer {
    width: 100%;
    min-height: 200px;
    background-color: #B8860B;

    display: flex;
    justify-content: space-between; /* left + right */
    align-items: center;
    flex-wrap: wrap;
}
.emailtelcontactus {
    width: 100%;
    min-height: 100px;
    background-color: #B8860B;

    display: flex;
    justify-content: space-between; /* left + right */
    align-items: center;
    flex-wrap: wrap;
}
.contactus {
    width: 100%;
    min-height: 300px;
    background-color: #B8860B;

    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#maptest {
    width: 100%;
    max-width: 1000px;
    height: 600px;
    border-radius: 12px;
}
#HygieneBadge {
    max-width: 900px;
    height:500px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
}
#bottomImages {
    width: 300px;
    height:400px;
    border-radius: 12px;
    display: block;
    margin-left: 40%; /* desktop positioning */
    max-width: 90%;
}
.map-wrapper {
    display: flex;
    justify-content: center;
    margin: 80px 0;
}
.bio-bottom-images {
    display: flex;
    justify-content: center;
    margin: -50px 0;
}
  .gallery-image {
    margin: 50px;
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.gallery-image:hover {
    transform: scale(1.05);
}
.mapdiv {
    width: 100%;
    min-height: 1000px;
    background-color: #F2F2F2;
    background-image: url('noise.png');
    background-size: 200px 200px;
    background-repeat: repeat;
    padding-top: 25px;
    border-top: 5px solid #B8860B;
    background-color: #F2F2F2; /* grey band */
    padding-bottom: 60px; 
}
.giftvoucherdiv {
    width: 100%;
    min-height: 1200px;
    background-color: #F2F2F2;
    background-image: url('noise.png');
    background-size: 200px 200px;
    background-repeat: repeat;
    padding-top: 25px;
    border-top: 5px solid #B8860B;
    background-color: #F2F2F2; /* grey band */
    padding-bottom: 60px; 
}
.hygienediv {
    width: 100%;
    min-height: 200px;
    background-color: #F2F2F2;
    background-image: url('noise.png');
    background-size: 200px 200px;
    background-repeat: repeat;
    padding-top: 25px;
    background-color: #F2F2F2; /* grey band */
    padding-bottom: 60px; 
}
.gallarydiv {
    width: 100%;
     background-color: #F2F2F2; /* grey band */
    background-image: url('noise.png');
    background-size: 200px 200px;
    background-repeat: repeat;
    padding-top: 25px;
    border-top: 5px solid #B8860B;
    padding-bottom: 60px; 
}
.footer-right {
    margin-right: 40px;
}
#rightcontact {
    margin-right: 40px;
}
.footer-left {
    margin-left: 90px;
}
#leftcontact {
    margin-left: 50px;
}
.footer-left,
.footer-right {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 25px;
    color:white;
    font-family: 'Josefin Sans', sans-serif;
}
#leftcontact,
#rightcontact {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 28px;
    color:white;
    font-family: 'Josefin Sans', sans-serif;
}
.footer-right a,
.footer-right p {
    color: white;
    margin: 0;
    text-decoration: none;
}
#rightcontact a,
#leftcontact p {
    color: white;
    margin: 0;
    text-decoration: none;
}



.footer-logo {
    color: white;
    font-size: 40px;
    margin-right: 10px;
}

.footer-right a,
.footer-right p {
    color: white;
    margin: 0;
    text-decoration: none;
    font-size: 25px;
    font-family: 'Josefin Sans', sans-serif;
}
#rightcontact a,
#rightcontact p {
    color: white;
    margin: 0;
    text-decoration: none;
    font-size: 28px;
    font-family: 'Josefin Sans', sans-serif;
}
      #testmenu {
  scroll-behavior: smooth;
  scroll-padding-top: 0rem; /* Adjust value as needed for your design */
}
#kioskAbout {
  scroll-behavior: smooth;
  scroll-padding-top: 0rem; /* Adjust value as needed for your design */
}
#contactUsScroll {
  scroll-behavior: smooth;
  scroll-padding-top: 0rem; /* Adjust value as needed for your design */
}

    .collapsible:last-of-type {
    margin-bottom: 100px;
}


    .slider-container {
  position: relative;
   width: 90%;        /* responsive */
  max-width: 800px; /* or whatever size you want */
  margin: auto;


}


#mainImage {
  width: 100%;
    max-width: 500px;
    height:450px;
    display: block;
    margin: 0 auto;
    border-radius: 12px;
}

/* Shared arrow styling */
.arrow1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: solid white;
  border-width: 0 8px 8px 0;
  padding: 15px;
  cursor: pointer;
  user-select: none;
}

/* Left arrow */
.arrow-left {
  left: 7%;
  transform: translateY(-50%) rotate(135deg);
}

/* Right arrow */
.arrow-right {
  right:7%;
  transform: translateY(-50%) rotate(-45deg);
}
    .center-imagefour{
    width: 500px;
    height: 400px;
    margin-top: -10px;
     margin-left: 10px;
     border-radius: 12px;
} 
.center-image {
    width: 100%;
    max-width: 500px;
    height: 500px;
    border-radius: 12px;

    display: block;
    margin-left: auto;   /* pushes image to the right */
    margin-right: 0;
}
.breakfast-image {
    width: 100%;
    max-width: 550px;
    height: 500px;
    border-radius: 12px;

    display: block;
    margin-left: auto;   /* pushes image to the right */
    margin-right: 0;
}

.cakes-image {
    width: 100%;
    max-width: 800px;
    height:600px;
    display: block;
    margin: 0 auto;
    border-radius: 12px;
}
    .center-imagetwo {
    width: 500px;
    height: 400px;
    margin-top: -10px;
     margin-left: 10px;
     border-radius: 12px;
}
.center-imagethree {
    width: 400px;
    height: 450px;
    margin-top: -10px;
     margin-left: 10px;
     border-radius: 12px;
}
.menu-images {
    display: flex;
    flex-direction: column;
    margin-left: 5%;
    gap: 30px;
}
.image-pair2 {
    display: flex;
    justify-content: left;
    gap: 40px;
    margin-top: 40px;
    flex-wrap: wrap; 
}
.collapsible {
    width: 90%;
    margin: 0 auto;
    border-top: 3px solid black;
    margin-bottom:20px;
}

.collapsible:last-of-type {
    border-bottom: 3px solid black;
}

/* COLLAPSIBLE BUTTON */
.collapsible-toggle {
    width: 100%;
    display: flex;
    justify-content: space-between; /* text+crab on left, arrow on right */
    align-items: center;
    background: none;
    border: none;
    padding: 15px 0;
    color:black;
    font-size: 40px;
    font-family: 'Josefin Sans', sans-serif;
    cursor: pointer;
    gap: 0; /* ensure no spacing between children */
}
/* ARROW ROTATION */
.collapsible-toggle .arrow {
    transition: transform 0.3s ease;
}

.collapsible-toggle.active .arrow {
    transform: rotate(90deg);
}

.collapsible-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding-bottom: 15px;
    font-size: 20px;
    font-family: 'Josefin Sans', sans-serif;
    color: #2F4F4F;
}

.content-center {
    display: flex;
    flex-direction: column;
    padding: 15px 0;
}

.collapsible + .collapsible {
    margin-top: -3px;
}
.my-flex-container {
    display: flex;
    padding-left: 25%;
}


/* Toggle button styling */
.collapsible-toggle {
    width: 100%;                     /* full width so arrow can reach the edge */
    display: flex;
    justify-content: space-between;  /* pushes arrow to the far right */
    align-items: center;
    background: none;
    border: none;
    padding: 15px 0;
    color: black;
    font-size: 30px;
    font-family: 'Josefin Sans', sans-serif;
    cursor: pointer;
}

.collapsible {
    width: 90%;                      /* ends 10% before the right side */
    margin: 0 auto;                  /* centers the whole block */
}

/* Arrow rotation */
.collapsible-toggle .arrow {
    transition: transform 0.3s ease;
}

.collapsible-toggle.active .arrow {
    transform: rotate(90deg);
}

/* Collapsible content animation */
.collapsible-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding-bottom: 15px;
}

/* Content inner layout */
.content-center {
    display: flex;
    flex-direction: column;
    padding: 15px 0;
}
  .p{
    font-size: 30px;
    font-family: 'Josefin Sans', sans-serif;
    text-align: left;
    padding: 0 50px;
    color: #2F4F4F;
}
 #p{
    font-size: 30px;
    font-family: 'Josefin Sans', sans-serif;
    text-align: left;
    padding: 0 50px;
    color: #2F4F4F;
}
 .phygiene{
    font-size: 30px;
    font-family: 'Josefin Sans', sans-serif;
   margin-left:100px;
    padding: 0 50px;
    color:#6FBFA0;
}
.button-column {
    display: flex;
    flex-direction: column;
    width: 500px;
    gap: 120px;
    margin-left: 80px; /* adjust this value */
    margin-top:140px;
}






.button {
    font-family: 'Josefin Sans', sans-serif;
    background-color: white;
    color: #2F4F4F;
    border: 2px solid #6FBFA0;
    padding: 10px 32px;
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
    max-width: 320px; 
    height: 30px;
    border-radius: 12px;
    transition: all 0.25s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    text-decoration: none; 
    text-align: center;      /* ← centers text */
    line-height: 30px;   

}

.button:hover {
    background-color:#B8860B;
    color: white;
}







/* HERO SECTION FIX */
#testtwo {
    width: 100%;
    min-height: 700px;
    height: auto;
    background-color: #F2F2F2;
    background-image: url('noise.png');
    background-size: 200px 200px;
    background-repeat: repeat;
    padding-top: 25px;
    border-top: 5px solid #B8860B;
}
#gallerydiv {
    width: 100%;
    min-height: 700px;
    height: auto;
    background-color: #F2F2F2;
    background-image: url('noise.png');
    background-size: 200px 200px;
    background-repeat: repeat;
    padding-top: 25px;
    border-top: 5px solid #B8860B;
}

/* GLOBAL RESET */
body {
    margin: 0;
    padding: 0;
}

/* HEADER LAYOUT */
.header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 10px 0;
    position: relative;
}

/* SOCIAL ICONS LEFT */
.social-icons {
    position: absolute;
    left: 30px;
    top: 20px;
}

.social-icons a {
    text-decoration: none;
    display: inline-block;
}

ion-icon {
    color: #6FBFA0;
    font-size: 40px;
    margin-right: 15px;
}

/* LOGO CENTERED */
.logo {
    width: 300px;
    height: auto;
}

/* NAVIGATION BAR */

/* MAIN IMAGE BACKGROUND */
#backgroundtest {
    background-color: #6FBFA0;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

/* FIXED GAP REMOVAL */
.main-images {
    border-top: 5px solid #B8860B;
    width: 100%;
   /* height:450px;*/
   height:auto;
    display: block;
    margin: 0;
}
.main-menu-images {
    border-top: 5px solid #B8860B;
    width: 100%;
   /* height:450px;*/
   height:580px;
    display: block;
    margin: 0;
}
/* HEADINGS */
h1 {
    font-size: 25px;
    font-family: 'Josefin Sans', sans-serif;
}

.light {
    color: #6FBFA0;
    font-size: 35px;
    font-family: 'Josefin Sans', sans-serif;
    padding-left: 15%;
}

.light2 {
    color: white;
    font-size: 35px;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    margin: 20px 0;
    padding: 0;
}

.light3 {
    color: #6FBFA0;
    font-size: 55px;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    margin: 60px 0 20px 0;
    padding: 0;
}
.bioNames {
    color: #6FBFA0;
    font-size: 45px;
    font-family: 'Josefin Sans', sans-serif;
    margin: 40px 0 20px 0;
    padding: 0;
    position: relative;
    display: inline-block;
    left: 10%;
}

/* LEFT HALF (green) */
.bioNames::before {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 60%;
    height: 0;
    border-bottom: 12px solid #6FBFA0;
}

/* RIGHT HALF (gold) */
.bioNames::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    width: 50%;
    height: 0;
    border-bottom: 12px solid #B8860B;
    border-left: 15px solid transparent; /* angled split */
}
/* ABOUT SECTION WRAPPER */
.about-wrapper {
    width: 800px;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
}

/* UNIFIED WIDTH ELEMENTS */
.image2,
.image3,
.rectangle {
    width: 100%;
}

/* IMAGE STYLING */
.image2 {
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.image3 {
    height: auto;
    margin-top: -31px;
    object-fit: cover;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.image-pair {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
    margin-bottom: 1px;
    position: relative; /* required for pseudo-element */
}

/* Grey background only in the margin-bottom space */
.image-pair::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px; /* matches margin-bottom */
    height: 60px;  /* same as margin-bottom */
    background:  #F2F2F2; /* your grey */
    z-index: -1; /* sits behind everything */
}

.image-pair-wrapper {
    background-color: #F2F2F2; /* grey band */
    padding-bottom: 60px;      /* visual “margin-bottom” */
}

.image-pair {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
    flex-wrap: wrap;           /* keeps mobile stacking clean */
    background-color: transparent;
}

/* MENU IMAGES */
/* MENU IMAGES WRAPPER */


/* EACH ROW: DESKTOP SIDE BY SIDE */

.menu-row {
    display: flex;
    margin-top:60px;
}


    .menu-row-two {
    display: flex;
    align-items: flex-start;
    gap: 120px;
}

#openingtimes {
    font-size: 30px;
    font-family: 'Josefin Sans', sans-serif;
    color: #2F4F4F;
    line-height: 2.0;
    margin: 0px;
    margin-left: -100px;
}
/*
.menu-img {
    width: 600px;
    height: 600px;
    object-fit: cover;
    border-radius: 10px;
}
    */
#salad {
    width: 580px;
    height: 520px;
    object-fit: cover;
    border-radius: 12px;
}
#flowers {
    width: 620px;
    height: 650px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 100px;
}
#drink {
    width: 620px;
    height: 470px;
    object-fit: cover;
    border-radius: 12px;
}
.menu-row-opening {
    display: flex;
    gap: 50px;
    justify-content:center;
    align-items:center;
}
/* MOBILE FIXES */

@media (max-width: 700px) {
    .light3 {
        padding: 0 20px;
    }
     .bioNames {          /* remove desktop offset */
        margin-left:10%    /* centers the text only */
    }

.menu-row-opening {
        flex-direction: column-reverse;
        align-items:center;
        gap:-10px;
    }
    #openingtimes {
        font-size: 24px;
        width: 85%;
        text-align: center;
        line-height: 1.6;
        text-align:left;
    }
    #salad {
        max-width: 360px;
        height: auto;
        border-radius: 12px;
        margin-bottom: 20px;
    }

    .p {
        width: 90%;
        text-align: center;
        padding: 20px 0;
        font-size: 28px;
        line-height: 1.4;
    }
    #p {
        width: 90%;
        text-align: center;
        padding: 20px 0;
        font-size: 28px;
        line-height: 1.4;
    }
    .phygiene {
        width: 90%;
        text-align: center;
        padding: 20px 0;
        font-size: 28px;
        line-height: 1.4;
    }
}
/* MOBILE FRIENDLY */
@media (max-width: 700px) {
 .menu-images {
        margin-left: 0;
        align-items: center;
        gap: 35px;
        padding: 20px 0;
    }
    .menu-row {
        flex-direction: column;
        align-items: center;
        gap:120px;
    }
    /* Force correct stacking order on mobile */
    
    .menu-row:nth-of-type(0) .button-column { order: 0; }
    .menu-row:nth-of-type(1) img { order: 2; }

    .menu-row:nth-of-type(2) #p { order: 1; }   /* TEXT FIRST */
    .menu-row:nth-of-type(2) img { order: 2; }  /* DRINK SECOND */
    #drink {
        max-width:90%;
        height:400px;
    }

    .button-column {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        padding: 0 20px;
        margin-left: 10px; 
        gap: 10px;
        align-items:center;
    }

    .button {
        width: 100%;
        max-width: 280px;
        padding: 14px 20px;
        text-align: center;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }


    .p {
        width: 90%;
        text-align: center;
        padding: 20px 0;
        font-size: 28px;
        line-height: 1.4;
    }
     #p {
        width: 90%;
        text-align: center;
        padding: 20px 0;
        font-size: 28px;
        line-height: 1.4;
    }
    .phygiene {
        width: 90%;
        text-align: center;
        padding: 20px 0;
        font-size: 28px;
        line-height: 1.4;
    }
}

#image4,
#image5{
    width: 600px;
    height: 500px;
    object-fit: cover;
    border-radius: 12px;
}

/* RECTANGLE BOX */
.rectangle {
    background-color: #6FBFA0;
    width: 100%;
    margin-top: -20px;
    display: block;
    border-radius: 0;
}

/* TEXT */
.homepagetext {
    font-size: 28px;
    font-family: 'Josefin Sans', sans-serif;
    color: #6FBFA0;
    max-width: 800px;          /* keeps line length readable */
    margin: 0 auto 40px auto;  /* centers the block cleanly */
    text-align: center;        /* keeps your intended alignment */
    line-height: 1.5;          /* improves readability */
    padding: 0 20px;           /* softens edges on mobile */
   
}
#homepagetextbio {
    font-size: 28px;
    font-family: 'Josefin Sans', sans-serif;
    color: #6FBFA0;
    max-width: 800px;          /* keeps line length readable */
    margin: 0 auto 40px auto;  /* centers the block cleanly */
    text-align:left;        /* keeps your intended alignment */
    line-height: 1.5;          /* improves readability */
    padding: 0 20px;           /* softens edges on mobile */
    margin-top:30px;
}
#textmenu {
    font-size: 28px;
    font-family: 'Josefin Sans', sans-serif;
    color: white;
    max-width: 800px;          /* keeps line length readable */
    margin: 0 auto 40px auto;  /* centers the block cleanly */
    text-align: center;        /* keeps your intended alignment */
    line-height: 1.5;          /* improves readability */
    padding: 0 20px;           /* softens edges on mobile */
}
#textmenu {
    font-size: 28px;
    font-family: 'Josefin Sans', sans-serif;
    color: white;
    max-width: 800px;          /* keeps line length readable */
    margin: 0 auto 40px auto;  /* centers the block cleanly */
    text-align: center;        /* keeps your intended alignment */
    line-height: 1.5;          /* improves readability */
    padding: 0 20px;          /* softens edges on mobile */
}
.text {
    font-size: 28px;
    font-family: 'Josefin Sans', sans-serif;
    color: white;
    max-width: 800px;          /* keeps line length readable */
    margin: 0 auto 40px auto;  /* centers the block cleanly */
    text-align: center;        /* keeps your intended alignment */
    line-height: 1.5;          /* improves readability */
    padding: 0 20px;           /* softens edges on mobile */
}
.textlocation {
    font-size: 28px;
    font-family: 'Josefin Sans', sans-serif;
    color:#6FBFA0;
    max-width: 800px;          /* keeps line length readable */
    margin: 0 auto 40px auto;  /* centers the block cleanly */
    text-align: center;        /* keeps your intended alignment */
    line-height: 1.5;          /* improves readability */
    padding: 0 20px;           /* softens edges on mobile */
}
.texth {
    font-size: 28px;
    font-family: 'Josefin Sans', sans-serif;
    color: #6FBFA0;
    max-width: 800px;          /* keeps line length readable */
    margin: 0 auto 40px auto;  /* centers the block cleanly */
    text-align: left;        /* keeps your intended alignment */
    line-height: 1.5;          /* improves readability */
    padding: 0 20px;           /* softens edges on mobile */
}
#textd {
    font-size: 28px;
    font-family: 'Josefin Sans', sans-serif;
    color:white;
    max-width: 768px;          /* keeps line length readable */
    margin-left:420px;     /* keeps your intended alignment */
    line-height: 1.5;          /* improves readability */
    padding: 0 20px;           /* softens edges on mobile */
}
.textx {
    font-size: 35px;
    font-family: 'Josefin Sans', sans-serif;
    color:white;
    max-width:1200px;          /* keeps line length readable */
    margin-left:250px;     /* keeps your intended alignment */
    line-height: 1.5;          /* improves readability */
    padding: 0 20px;           /* softens edges on mobile */
}


#hmenu{
    text-align:center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 55px;
}

#contactustitle{
    text-align:center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 55px;
    color:white;
}
#saintsAddress{
    text-align:center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 28px;
    color:white;
}
.menu {
    width: 100%;
    min-height: 1000px;
    height: auto;
    background-color:#6FBFA0;
    background-image: url('noise.png');
    background-size: 200px 200px;
    background-repeat: repeat;
    padding-top: 25px;
    border-top: 5px solid #B8860B;
    border-bottom: 5px solid #B8860B;
}
.menud {
    width: 100%;
    min-height: 300px;
    height: auto;
    background-color:#B8860B;;
    background-image: url('noise.png');
    background-size: 200px 200px;
    background-repeat: repeat;
    padding-top: 25px;
    border-top: 5px solid #B8860B;
    border-bottom: 5px solid #B8860B;
}
.contactus {
  width: 100%;
    min-height: 1000px;
    height: auto;
    background-color:#6FBFA0;
    background-image: url('noise.png');
    background-size: 200px 200px;
    background-repeat: repeat;
    padding-top: 25px;
    border-top: 5px solid #B8860B;
    border-bottom: 5px solid #B8860B;
}



/* DESKTOP LAYOUT — side by side */
/* RESPONSIVE IMAGES */
@media (max-width: 900px) {
    .image2,
    .image3 {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 1300px) {
    #image4 {
        width: 90%;
        height: auto;
    }
}

@media (max-width: 1300px) {
    #image5 {
        width: 90%;
        height: auto;
        margin-bottom:20px;
    }
}
/* MENU WRAPPER */
.menu-images {
    display: flex;
    flex-direction: column;
    margin-left: 10%;
    gap: 30px;
}



/* MOBILE LAYOUT */
@media (max-width: 900px) {
.button {
    width: 40px;
    max-width: none;
    padding: 20px;
}
.menu-images {
        margin-left: 0;
        align-items: center;
        gap: 35px;
        padding: 20px 0;
    }
    .menu-row {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    /* Row 1: Salad then Button */
     .menu-row:nth-of-type(1) img { order: 1; }
    .menu-row:nth-of-type(1) .button { order: 2; }

    .menu-row:nth-of-type(2) #p { order: 1; }
    .menu-row:nth-of-type(2) img { order: 2; }

    #salad {
        max-width:90%;
        height: 400px;
    }
    #flowers {
        max-width:90%;
        height: 400px;
        margin-left:10px;
        margin-bottom: 50px;
        border-radius: 12px;
    }
 #drink {
        max-width:90%;
        height:400px;
    }
#bottomImages {
        width:60%;
        max-width: 60%;
        max-height:400px;              /* prevents distortion */
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
        display: block;
    }

    .bio-bottom-images {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 20px;          /* ensures spacing above */
    }
    .button {
        width: 90%;
        padding: 20px;
    }
    .p {
        width: 90%;
        text-align: center;
        padding: 20px 0;
        font-size: 28px;
        line-height: 1.4;
    }
    #p {
        width: 90%;
        text-align: center;
        padding: 20px 0;
        font-size: 28px;
        line-height: 1.4;
    }
    .phygiene {
        width: 90%;
        text-align: center;
        padding: 20px 0;
        font-size: 28px;
        line-height: 1.4;
    }
}
@media (max-width: 1000px) {
    #openingtimes {
        font-size: 26px;
        width: 80%;
        margin: 0 auto;
        text-align: left;
    }
    #salad {
        width: 400px;
        height: auto;
    }
    .flowers-wrapper {
    padding: 20px;
    border-radius: 12px;
    overflow: hidden; /* clips the image corners */
}

#flowers {
    width: 100%;
    height: auto;
    display: block;
}

}
@media (max-width: 1250px) {
   #maptest {
        width: 90%;
        height: 500px;
    }
    #HygieneBadge {
        width: 70%;
        height: 350px;
    }
     .hamburger {
    display: flex;
    
  }
  .navbar{
    padding: 1.5rem 1.5rem;
    font-weight: bold;
  }
   .nav li a {
        padding: 18px 0; 
        font-size: 25px; 
        margin-left:2px;
    }

  
}
@media (max-width: 700px) {
    .social-icons {
        display: none !important;
    }
}

@media (max-width: 700px) {
    #flowers {
        margin-bottom: 50px;
        margin-left:10px;
        border-radius: 12px;
    }
}
#image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/* Lightbox */
#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 9999; /* ← FIX */


}

#lightbox.hidden {
    opacity: 0;
    pointer-events: none;
}

#lightbox-img {
    max-width: 80%;
    max-height: 80%;
    border-radius: 12px;
    box-shadow: 0 0 20px #000;
    animation: fadeIn 0.3s ease;
}

#close-btn {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 100px;
    color: white;
    cursor: pointer;
}





#prev-btn:hover,
#next-btn:hover,
#close-btn:hover {
    color: #6FBFA0;
}


#prev-btn { left: 40px; }
#next-btn { right: 40px; }

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}
 /* GLOBAL RESET */
body {
    margin: 0;
    padding: 0;
}
/*
html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
}
    */
/* Default desktop layout stays as you already have it */

@media (max-width: 900px) {

    .footer-left {
        margin-top: 30px;      /* push it 20px further down */
        width: 100%;
        display: flex;
        justify-content:left; /* center horizontally */
        margin-left:40%;
        gap: 20px;
    }

    .footer-right {
    margin-top: 10px;      /* push it 20px further down */
        width: 100%;
        display: flex;
        justify-content:left; /* center horizontally */
        margin-left:30%;
        gap: 20px;

    }
.emailtelcontactus {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 4px;
        margin: 0;
        padding: 0;
    }

    .emailtelcontactus p {
        margin: 0;          /* removes the big vertical gap */
        padding: 0;
        line-height: 1.2;   /* optional: tighter text block */
    }

    #leftcontact,
    #rightcontact {
        margin: 0;                /* remove desktop offsets */
        width: 100%;
        justify-content: center;  /* center text */
        font-size: 28px;          /* optional: scale down for mobile */
    }
    #textd {
        margin-left: 0;
        text-align: center;
        padding: 0 10px;
    }



    .footer-separator {
        padding: 0 4px;
    }
}
/* Mobile / small screens */
@media (max-width: 800px) {
    #textd,
    .textx {
        margin-left: 0;        /* remove fixed desktop offset */
        text-align: center;    /* center the text */
        margin-right: 0;
        padding: 0 10px;       /* optional: softer edges */
    }
}
@media (max-width: 1250px) {
  .hamburger {
    display: flex;
  }
.light3 {
        padding: 0 20px;
    }
  .nav {
    position: absolute;
    top: 100%;   /* sits directly under the navbar */
    left: 0;
    width: 100%;
    background: #6FBFA0;
    flex-direction: column;
    display: none;
    text-align: center;
    z-index: 9999;
  }

  .nav.show {
    display: flex;
  }

  .nav li,
  .nav li a {
    width: 100%;
    text-align: center;
    background: #6FBFA0;
  }
}




@media (max-width: 700px) {
    .menu-row-opening {
        padding-left: 10px;
        padding-right: 10px;
    }
}


