@media screen and (min-width: 1025px){


  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(18, 18, 18, 0.95);
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb {
    background: #BFA14A;
    border-radius: 50px;
  }




.cormorant-upright-bold {
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
  }
 
.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 90px;
}

#advert1{
    z-index: 50;
    background-color: black;
    width: 300px;
    height: 250px;
    margin-left: 80px;
    margin-top: 80px;
    margin-right: 50px;
    align-items: left;
    justify-content: left;
    display: inline-block;
    position: static !important;
    border-radius: 20px;
  }

.image{
    z-index: 50;
    flex-shrink: 0;
    width: 80%;
    height: 350px;
    right: 0;
    margin-top: 0;
    border: none;
    border-radius: 20px;
    object-fit: cover;
    flex-basis: 150px;
    display: block;
    border: none;
    box-shadow: 0 0 0 2px #ccc;
}

.picture{
    position: static !important;
}

a{
    text-decoration: none;
}

header{
    margin-top: 0;
    padding-top: 0;
}

html{
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    background-color: #f2f0e6;
    overflow-x: hidden;
}

body{
    margin-top: 0;
    padding-top: 0;
    margin-left: 0;
    margin: 0;
}

div{
    margin-left: 0;
}


h2{
    margin-left: 0;
    padding-left: 0;
}

article{
    padding: 0;
    margin: 0;
}

div>p{
    margin-left: 0;
    padding-left: 0;
}

figure{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}

img{
    margin-top: 0;
}

article{
    margin-top: 0;
    padding-top: 0;
}

:root {
  --sugar-size: 18px;
  --face-dot-size: 2.6px;  /* slightly bigger, more visible face grains */
  --edge-spill: 1px;       /* tight rim, prevents halo */
  --rim-dot-size: 5px;      /* controls edge grain density */
}

/* container */
.sugar-rating {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 3000;
}

/* base cube */
.sugar-cube {
  --size: var(--sugar-size);
  width: var(--size);
  height: var(--size);
  position: relative;

  /* face: subtle crystalline speckle + highlight */
  background-image:
    repeating-radial-gradient(circle at 0 0,
      rgba(0,0,0,0.15) 0.5px,
      transparent 1px),
    linear-gradient(145deg, #ffffff 0%, #f3f3f3 100%);
  background-size: var(--face-dot-size) var(--face-dot-size), 100% 100%;
  background-repeat: repeat, no-repeat;

  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 0; /* sharp edges */
  box-shadow:
    0 1px 2px rgba(0,0,0,0.28),
    inset 0 -1px 0 rgba(0,0,0,0.08); /* slightly stronger inner shading */

  pointer-events: none;
}

/* subtle lift on hover */
.sugar-cube:hover {
  transform: translateY(-1px);
}

/* outer edge grains (tight around cube) */
.sugar-cube::before {
  content: "";
  position: absolute;
  top: calc(var(--edge-spill) * -1);
  left: calc(var(--edge-spill) * -1);
  right: calc(var(--edge-spill) * -1);
  bottom: calc(var(--edge-spill) * -1);
  z-index: -1;
  pointer-events: none;

  /* layered speckles with slight variation */
  background-image:
    radial-gradient(circle, rgba(0,0,0,0.16) 0.7px, transparent 1.6px),
    radial-gradient(circle at 1px 1px, rgba(255,255,255,0.92) 0.6px, transparent 1.2px),
    radial-gradient(circle at 3px 2px, rgba(0,0,0,0.12) 0.8px, transparent 1.6px);
  background-size:
    var(--rim-dot-size) var(--rim-dot-size),
    calc(var(--rim-dot-size) - 2px) calc(var(--rim-dot-size) - 2px),
    calc(var(--rim-dot-size) + 1px) calc(var(--rim-dot-size) + 1px);
  background-repeat: repeat;
  mix-blend-mode: multiply;
  opacity: 0.95;
  filter: contrast(160%) saturate(0.3); /* higher contrast for more crystalline look */
}

/* half cube dipped in coffee */
.sugar-cube.half {
  background-image:
    linear-gradient(to right, transparent 50%, #3E2723 50%),
    repeating-radial-gradient(circle at 0 0,
      rgba(0,0,0,0.15) 0.5px,
      transparent 1px),
    linear-gradient(145deg, #ffffff 0%, #f3f3f3 100%);
  background-size:
    100% 100%,
    var(--face-dot-size) var(--face-dot-size),
    100% 100%;
  background-repeat: no-repeat, repeat, no-repeat;
  box-shadow:
    0 1px 2px rgba(0,0,0,0.28),
    inset -1px 0 0 rgba(0,0,0,0.18);
}




br{
    padding: 0;
    margin: 0;
}

footer a:hover{
    color: #BFA14A;
}

.bruno-ace-sc-regular {
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.mode{
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
}

.asul-bold {
    font-family: "Asul", serif;
    font-weight: 700;
    font-style: normal;
  }
  
h3{
    text-align: center;
}


#link{
    display: inline;
    text-decoration: none;
    color: white;
}

.map-middle{
    z-index: 0;
    width: 50%;
    height: 350px;
    margin: 0 auto;
    border: none;
    flex-shrink: 0;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    gap: 100px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.sub-article{
    display: flex;
    align-content: center;
    margin-top: 50px;
    margin-bottom: 100px;
}

/* Coffee cup styling */
.coffee-cup {
    position: relative;
    width: 360px; /* Cup width */
    height: 420px; /* Cup height */
    background-color: #D1B28C; /* Cup color (light beige) */
    border-radius: 10% 10% 10% 10%; /* Rounded top for the cup */
    margin: 50px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Shadow for depth */
    padding-top: 40px; /* Padding for content space */
    overflow: visible; /* Prevent content overflow outside the cup */
}

/* Coffee liquid inside the cup */
.coffee-liquid {
    position: absolute;
    bottom: 20px; /* Adjust the liquid position */
    left: 10px;
    right: 10px;
    height: 400px; /* Reduced height for text */
    background-color: #3E2723; /* Dark brown coffee color */
    border-radius: 0 0 20% 20%; /* Curved bottom for the liquid */
    z-index: 2000; /* Coffee liquid behind the text */
}

.coffee-handle {
    position: absolute;
    top: 35%; /* Adjust vertical positioning */
    right: 40px; /* Position it outside the cup on the right */
    width: 70px; /* Width of the handle */
    height: 70px; /* Height of the handle */
    border: 12px solid #D1B28C; /* Handle color same as cup */
    border-radius: 50%;
    transform-origin: 100% 50%; /* Set the pivot point for the rotation to the right edge */
    transform: rotate(-180deg); /* Rotate the handle outward */
    z-index: 2; 
    visibility: visible;
    color:rgb(128, 0, 0);
}

/* Optional: Steam above the coffee */
.coffee-steam {
    position: absolute;
    top: -40px; /* Position steam above the cup */
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 40px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    animation: steam 1.5s ease-in-out infinite;
    z-index: 3; /* Ensure steam is on top of the cup */
}

/* Steam animation */
@keyframes steam {
    0% {
        transform: translateX(-50%) translateY(0);
        opacity: 0.6;
    }
    100% {
        transform: translateX(-50%) translateY(-40px);
        opacity: 0;
    }
}

#title {
    font-size: 1.5em; 
    font-family: "Cormorant Upright", serif !important; 
    font-weight: 600;
    font-style: normal;
    color: #ffffff; 
    text-align: center;
    margin: 8px 0;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5); 
    padding-bottom: 20px; /* more space for the syrup */
    position: relative;
}

/* Thicker, curvier syrup underline */
#title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) rotate(-3deg); /* slight tilt */
    width: 65%; /* slightly wider */
    height: 10px; /* thicker syrup */
    background: linear-gradient(90deg, #ffdd88, #f4a261, #ffdd88); /* richer syrup gradient */
    
    /* curvy, flowing look */
    border-radius: 50% 40% 60% 50% / 60% 55% 45% 50%; 
    
    /* subtle shadow for depth and 3D syrup feel */
    box-shadow: 0 3px 6px rgba(0,0,0,0.3), inset 0 -1px 2px rgba(255, 255, 255, 0.25);
}




/* Content inside the cup (text) */
.coffee-content {
    position: absolute;
    top: 25px; /* Position text inside the cup */
    bottom: 15px; /* Ensure text doesn't overlap the coffee liquid */
    left: 10px;
    right: 10px;
    color: white;
    font-size: 1em; /* Adjust font size for readability */
    text-align: center;
    overflow-y: hidden; /* Allow text overflow */
    padding: 10px;
    line-height: 1.5;
    z-index: 4000; /* Ensure text stays above the coffee */
}

.cafes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px;
    margin: 0 auto;
    width: 90%;
    padding: 20px 0; 
    
}

#cafesTitle{
    color: #4B2E2E;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
    padding: 50px 0px 10px 0px;
    font-family: "Cormorant Upright", serif; /* new, elegant font */
    font-style: italic;
    margin: 0 auto;
    display: block;
    justify-content: center;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 2px;
    line-height: 1.5;
    font-size: 3.5rem;
    width: 100%;
    background: linear-gradient(to right, #BFA14A, #8B6B3E, #BFA14A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* Sophisticated underline */
    position: relative;
}

#cafesTitle::after {
    content: "";
    display: block;
    width: 120px;
    height: 3px;
    margin: 12px auto 0 auto;
    background: linear-gradient(to right, #BFA14A, #6F4F37, #BFA14A);
    border-radius: 2px;
}

.gallery-container {
    position: relative;
    width: 90%; 
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
    padding-left: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    gap: 10px;
    overflow-y: visible;
  }
  
  /* The actual gallery */
  .gallery {
    display: flex;
    justify-content: flex-start; /* start from the left */
    align-items: center;
    transition: transform 0.3s ease-in-out;
    gap: 20px;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    flex-wrap: nowrap;
  }
  
  /* Each figure */
  .figure {
    flex: 0 0 auto; /* don't stretch */
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  /* Images inside figure */
  .figure img {
    width: 320px;  /* uniform width */
    height: 300px; /* uniform height */
    object-fit: cover; /* no distortion */
    display: block;
    overflow-y: visible;
  }
  
  /* Captions */
  .figure figcaption {
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    color: white;
    width: 100%;
    display: block;
  }



  
  /* Arrows */
  .arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 2rem;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
  }
  
  .left-arrow {
    left: 10px;
  }
  
  .right-arrow {
    right: 10px;
  }

.modal-open .arrow {
  z-index: -1 !important;
}

  .modal {
display: none; /* Hidden by default */
position: fixed;
z-index: 14999; /* Sit on top */
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7); /* Dimmed black background */
}

.modal .nav-btn,
.modal .close {
  z-index: 1000000 !important;
}

.modal-content {
  position: relative;
  display: inline-block; /* shrink to content only */
  margin: 50px auto; /* leave space around content */
  text-align: center;
  max-width: 80%;
  top: 50%;                   /* vertical centering */
  left: 50%;                  /* horizontal centering */
  transform: translate(-50%, -50%); /* center properly */
}


.modal-snap {
width: 100%;
max-width: 600px;
z-index: 4001;
}

.nav-btn {
position: absolute;
top: 50%;
background-color: rgba(0, 0, 0, 0.5);
color: white;
font-size: 24px;
border: none;
cursor: pointer;
padding: 10px;
z-index: 1;
transform: translateY(-50%);
}

#prev {
left: 10px;
}

#next {
right: 10px;
}

.snap{
    transition: transform 0.3s ease;
    overflow: visible;
    border-radius: 2px;
}


.close {
position: absolute;
top: 10px;
right: 20px;
color: white;
font-size: 36px;
font-weight: bold;
cursor: pointer;
}
}
@media screen and (min-width: 901px) and (max-width: 1024px){
h1{
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 0;
    margin-top: 0;
}

  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(18, 18, 18, 0.95);
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb {
    background: #BFA14A;
    border-radius: 50px;
  }

 


.cormorant-upright-bold {
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
  }
 
.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 90px;
}

#advert1{
    z-index: 50;
    background-color: black;
    width: 300px;
    height: 250px;
    margin-left: 80px;
    margin-top: 80px;
    margin-right: 50px;
    align-items: left;
    justify-content: left;
    display: inline-block;
    position: static !important;
    border-radius: 20px;
  }

.image{
    z-index: 50;
    flex-shrink: 0;
    width: 80%;
    height: 350px;
    right: 0;
    margin-top: 0;
    border: none;
    border-radius: 20px;
    object-fit: cover;
    flex-basis: 150px;
    display: block;
    border: none;
    box-shadow: 0 0 0 2px #ccc;
}

.picture{
    position: static !important;
}

a{
    text-decoration: none;
}

header{
    margin-top: 0;
    padding-top: 0;
}

html{
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    background-color: #f2f0e6;
    overflow-x: hidden;
}

body{
    margin-top: 0;
    padding-top: 0;
    margin-left: 0;
    margin: 0;
}

div{
    margin-left: 0;
}


h2{
    margin-left: 0;
    padding-left: 0;
}

article{
    padding: 0;
    margin: 0;
}

div>p{
    margin-left: 0;
    padding-left: 0;
}

figure{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}

img{
    margin-top: 0;
}

article{
    margin-top: 0;
    padding-top: 0;
}




br{
    padding: 0;
    margin: 0;
}

footer a:hover{
    color: #BFA14A;
}

.bruno-ace-sc-regular {
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.mode{
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
}

.asul-bold {
    font-family: "Asul", serif;
    font-weight: 700;
    font-style: normal;
  }
  
h3{
    text-align: center;
}


#link{
    display: inline;
    text-decoration: none;
    color: white;
}

.map-middle{
    z-index: 0;
    width: 50%;
    height: 350px;
    margin-top: 100px;
    padding-bottom: 50px;
    margin: 0 auto;
    border: none;
    flex-shrink: 0;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    gap: 100px;
}

.sub-article{
    display: flex;
    align-content: center;
    margin-top: 50px;
    margin-bottom: 100px;
}

/* Coffee cup styling */
.coffee-cup {
    position: relative;
    width: 360px; /* Cup width */
    height: 400px; /* Cup height */
    background-color: #D1B28C; /* Cup color (light beige) */
    border-radius: 10% 10% 10% 10%; /* Rounded top for the cup */
    margin: 50px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Shadow for depth */
    padding-top: 40px; /* Padding for content space */
    overflow: visible; /* Prevent content overflow outside the cup */
}

/* Coffee liquid inside the cup */
.coffee-liquid {
    position: absolute;
    bottom: 30px; /* Adjust the liquid position */
    left: 10px;
    right: 10px;
    height: 340px; /* Reduced height for text */
    background-color: #3E2723; /* Dark brown coffee color */
    border-radius: 0 0 20% 20%; /* Curved bottom for the liquid */
    z-index: 2000; /* Coffee liquid behind the text */
}

.coffee-handle {
    position: absolute;
    top: 35%; /* Adjust vertical positioning */
    right: 40px; /* Position it outside the cup on the right */
    width: 70px; /* Width of the handle */
    height: 70px; /* Height of the handle */
    border: 12px solid #D1B28C; /* Handle color same as cup */
    border-radius: 50%;
    transform-origin: 100% 50%; /* Set the pivot point for the rotation to the right edge */
    transform: rotate(-180deg); /* Rotate the handle outward */
    z-index: 2; 
    visibility: visible;
    color:rgb(128, 0, 0);
}

/* Optional: Steam above the coffee */
.coffee-steam {
    position: absolute;
    top: -40px; /* Position steam above the cup */
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 40px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    animation: steam 1.5s ease-in-out infinite;
    z-index: 3; /* Ensure steam is on top of the cup */
}

/* Steam animation */
@keyframes steam {
    0% {
        transform: translateX(-50%) translateY(0);
        opacity: 0.6;
    }
    100% {
        transform: translateX(-50%) translateY(-40px);
        opacity: 0;
    }
}

/* Content inside the cup (text) */
.coffee-content {
    position: absolute;
    top: 50px; /* Position text inside the cup */
    bottom: 40px; /* Ensure text doesn't overlap the coffee liquid */
    left: 10px;
    right: 10px;
    color: white;
    font-family: 'Arial', sans-serif;
    font-size: 16px; /* Adjust font size for readability */
    text-align: center;
    overflow-y: auto; /* Allow text overflow */
    padding: 10px;
    line-height: 1.5;
    z-index: 4000; /* Ensure text stays above the coffee */
}

.parlours, .cafes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px;
    margin: 0 auto;
    width: 90%;
    padding: 50px 0; 
}

#cafesTitle{
    color: #6F4F37;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    padding-top: 30px;
    font-family: "Bruno Ace SC";
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 2px;
    line-height: 1.5;
    font-size: 2.5rem;
    width: 100%;
}
.gallery-container {
    position: relative;
    width: 90%; 
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
    padding-left: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    gap: 10px;
    overflow-y: visible;
  }
  
  /* The actual gallery */
  .gallery {
    display: flex;
    justify-content: flex-start; /* start from the left */
    align-items: center;
    transition: transform 0.3s ease-in-out;
    gap: 20px;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    flex-wrap: nowrap;
  }
  
  /* Each figure */
  .figure {
    flex: 0 0 auto; /* don't stretch */
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  /* Images inside figure */
  .figure img {
    width: 320px;  /* uniform width */
    height: 300px; /* uniform height */
    object-fit: cover; /* no distortion */
    display: block;
    overflow-y: visible;
  }
  
  /* Captions */
  .figure figcaption {
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    color: white;
    width: 100%;
    display: block;
  }



  
  /* Arrows */
  .arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 2rem;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
  }
  
  .left-arrow {
    left: 10px;
  }
  
  .right-arrow {
    right: 10px;
  }
}

@media screen and (min-width: 769px) and (max-width: 900px){
h1{
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 0;
    margin-top: 0;
}

  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(18, 18, 18, 0.95);
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb {
    background: #BFA14A;
    border-radius: 50px;
  }

  *{
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
  }


.cormorant-upright-bold {
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
  }
 
.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 90px;
}

#advert1{
    z-index: 50;
    background-color: black;
    width: 300px;
    height: 250px;
    margin-left: 80px;
    margin-top: 80px;
    margin-right: 50px;
    align-items: left;
    justify-content: left;
    display: inline-block;
    position: static !important;
    border-radius: 20px;
  }

.image{
    z-index: 50;
    flex-shrink: 0;
    width: 80%;
    height: 350px;
    right: 0;
    margin-top: 0;
    border: none;
    border-radius: 20px;
    object-fit: cover;
    flex-basis: 150px;
    display: block;
    border: none;
    box-shadow: 0 0 0 2px #ccc;
}

.picture{
    position: static !important;
}

a{
    text-decoration: none;
}

header{
    margin-top: 0;
    padding-top: 0;
}

html{
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    background-color: #f2f0e6;
    overflow-x: hidden;
}

body{
    margin-top: 0;
    padding-top: 0;
    margin-left: 0;
    margin: 0;
}

div{
    margin-left: 0;
}


h2{
    margin-left: 0;
    padding-left: 0;
}

article{
    padding: 0;
    margin: 0;
}

div>p{
    margin-left: 0;
    padding-left: 0;
}

figure{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}

img{
    margin-top: 0;
}

article{
    margin-top: 0;
    padding-top: 0;
}

.checked, .fa-star-half-full{
    color: gold;
}

br{
    padding: 0;
    margin: 0;
}

footer a:hover{
    color: #BFA14A;
}

.bruno-ace-sc-regular {
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.mode{
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
}

.asul-bold {
    font-family: "Asul", serif;
    font-weight: 700;
    font-style: normal;
  }
  
h3{
    text-align: center;
}


#link{
    display: inline;
    text-decoration: none;
    color: white;
}

.map-middle{
    z-index: 0;
    width: 50%;
    height: 350px;
    margin-top: 100px;
    padding-bottom: 50px;
    margin: 0 auto;
    border: none;
    flex-shrink: 0;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    gap: 100px;
}

.sub-article{
    display: flex;
    align-content: center;
    margin-top: 50px;
    margin-bottom: 100px;
}

/* Coffee cup styling */
.coffee-cup {
    position: relative;
    width: 360px; /* Cup width */
    height: 400px; /* Cup height */
    background-color: #D1B28C; /* Cup color (light beige) */
    border-radius: 10% 10% 10% 10%; /* Rounded top for the cup */
    margin: 50px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Shadow for depth */
    padding-top: 40px; /* Padding for content space */
    overflow: visible; /* Prevent content overflow outside the cup */
}

/* Coffee liquid inside the cup */
.coffee-liquid {
    position: absolute;
    bottom: 30px; /* Adjust the liquid position */
    left: 10px;
    right: 10px;
    height: 340px; /* Reduced height for text */
    background-color: #3E2723; /* Dark brown coffee color */
    border-radius: 0 0 20% 20%; /* Curved bottom for the liquid */
    z-index: 2000; /* Coffee liquid behind the text */
}

.coffee-handle {
    position: absolute;
    top: 35%; /* Adjust vertical positioning */
    right: 40px; /* Position it outside the cup on the right */
    width: 70px; /* Width of the handle */
    height: 70px; /* Height of the handle */
    border: 12px solid #D1B28C; /* Handle color same as cup */
    border-radius: 50%;
    transform-origin: 100% 50%; /* Set the pivot point for the rotation to the right edge */
    transform: rotate(-180deg); /* Rotate the handle outward */
    z-index: 2; 
    visibility: visible;
    color:rgb(128, 0, 0);
}

/* Optional: Steam above the coffee */
.coffee-steam {
    position: absolute;
    top: -40px; /* Position steam above the cup */
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 40px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    animation: steam 1.5s ease-in-out infinite;
    z-index: 3; /* Ensure steam is on top of the cup */
}

/* Steam animation */
@keyframes steam {
    0% {
        transform: translateX(-50%) translateY(0);
        opacity: 0.6;
    }
    100% {
        transform: translateX(-50%) translateY(-40px);
        opacity: 0;
    }
}

/* Content inside the cup (text) */
.coffee-content {
    position: absolute;
    top: 50px; /* Position text inside the cup */
    bottom: 40px; /* Ensure text doesn't overlap the coffee liquid */
    left: 10px;
    right: 10px;
    color: white;
    font-family: 'Arial', sans-serif;
    font-size: 16px; /* Adjust font size for readability */
    text-align: center;
    overflow-y: auto; /* Allow text overflow */
    padding: 10px;
    line-height: 1.5;
    z-index: 4000; /* Ensure text stays above the coffee */
}

.parlours, .cafes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px;
    margin: 0 auto;
    width: 90%;
    padding: 50px 0; 
}

#cafesTitle{
    color: #6F4F37;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    padding-top: 30px;
    font-family: "Bruno Ace SC";
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 2px;
    line-height: 1.5;
    font-size: 2.5rem;
    width: 100%;
}
.gallery-container {
    position: relative;
    width: 90%; 
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
    padding-left: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    gap: 10px;
    overflow-y: visible;
  }
  
  /* The actual gallery */
  .gallery {
    display: flex;
    justify-content: flex-start; /* start from the left */
    align-items: center;
    transition: transform 0.3s ease-in-out;
    gap: 20px;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    flex-wrap: nowrap;
  }
  
  /* Each figure */
  .figure {
    flex: 0 0 auto; /* don't stretch */
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  /* Images inside figure */
  .figure img {
    width: 320px;  /* uniform width */
    height: 300px; /* uniform height */
    object-fit: cover; /* no distortion */
    display: block;
    overflow-y: visible;
  }
  
  /* Captions */
  .figure figcaption {
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    color: white;
    width: 100%;
    display: block;
  }



  
  /* Arrows */
  .arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 2rem;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
  }
  
  .left-arrow {
    left: 10px;
  }
  
  .right-arrow {
    right: 10px;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px){
h1{
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 0;
    margin-top: 0;
}

  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(18, 18, 18, 0.95);
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb {
    background: #BFA14A;
    border-radius: 50px;
  }

  *{
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
  }


.cormorant-upright-bold {
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
  }
 
.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 90px;
}

#advert1{
    z-index: 50;
    background-color: black;
    width: 300px;
    height: 250px;
    margin-left: 80px;
    margin-top: 80px;
    margin-right: 50px;
    align-items: left;
    justify-content: left;
    display: inline-block;
    position: static !important;
    border-radius: 20px;
  }

.image{
    z-index: 50;
    flex-shrink: 0;
    width: 80%;
    height: 350px;
    right: 0;
    margin-top: 0;
    border: none;
    border-radius: 20px;
    object-fit: cover;
    flex-basis: 150px;
    display: block;
    border: none;
    box-shadow: 0 0 0 2px #ccc;
}

.picture{
    position: static !important;
}

a{
    text-decoration: none;
}

header{
    margin-top: 0;
    padding-top: 0;
}

html{
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    background-color: #f2f0e6;
    overflow-x: hidden;
}

body{
    margin-top: 0;
    padding-top: 0;
    margin-left: 0;
    margin: 0;
}

div{
    margin-left: 0;
}


h2{
    margin-left: 0;
    padding-left: 0;
}

article{
    padding: 0;
    margin: 0;
}

div>p{
    margin-left: 0;
    padding-left: 0;
}

figure{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}

img{
    margin-top: 0;
}

article{
    margin-top: 0;
    padding-top: 0;
}

.checked, .fa-star-half-full{
    color: gold;
}

br{
    padding: 0;
    margin: 0;
}

footer a:hover{
    color: #BFA14A;
}

.bruno-ace-sc-regular {
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.mode{
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
}

.asul-bold {
    font-family: "Asul", serif;
    font-weight: 700;
    font-style: normal;
  }
  
h3{
    text-align: center;
}


#link{
    display: inline;
    text-decoration: none;
    color: white;
}

.map-middle{
    z-index: 0;
    width: 50%;
    height: 350px;
    margin-top: 100px;
    padding-bottom: 50px;
    margin: 0 auto;
    border: none;
    flex-shrink: 0;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    gap: 100px;
}

.sub-article{
    display: flex;
    align-content: center;
    margin-top: 50px;
    margin-bottom: 100px;
}

/* Coffee cup styling */
.coffee-cup {
    position: relative;
    width: 360px; /* Cup width */
    height: 400px; /* Cup height */
    background-color: #D1B28C; /* Cup color (light beige) */
    border-radius: 10% 10% 10% 10%; /* Rounded top for the cup */
    margin: 50px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Shadow for depth */
    padding-top: 40px; /* Padding for content space */
    overflow: visible; /* Prevent content overflow outside the cup */
}

/* Coffee liquid inside the cup */
.coffee-liquid {
    position: absolute;
    bottom: 30px; /* Adjust the liquid position */
    left: 10px;
    right: 10px;
    height: 340px; /* Reduced height for text */
    background-color: #3E2723; /* Dark brown coffee color */
    border-radius: 0 0 20% 20%; /* Curved bottom for the liquid */
    z-index: 2000; /* Coffee liquid behind the text */
}

.coffee-handle {
    position: absolute;
    top: 35%; /* Adjust vertical positioning */
    right: 40px; /* Position it outside the cup on the right */
    width: 70px; /* Width of the handle */
    height: 70px; /* Height of the handle */
    border: 12px solid #D1B28C; /* Handle color same as cup */
    border-radius: 50%;
    transform-origin: 100% 50%; /* Set the pivot point for the rotation to the right edge */
    transform: rotate(-180deg); /* Rotate the handle outward */
    z-index: 2; 
    visibility: visible;
    color:rgb(128, 0, 0);
}

/* Optional: Steam above the coffee */
.coffee-steam {
    position: absolute;
    top: -40px; /* Position steam above the cup */
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 40px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    animation: steam 1.5s ease-in-out infinite;
    z-index: 3; /* Ensure steam is on top of the cup */
}

/* Steam animation */
@keyframes steam {
    0% {
        transform: translateX(-50%) translateY(0);
        opacity: 0.6;
    }
    100% {
        transform: translateX(-50%) translateY(-40px);
        opacity: 0;
    }
}

/* Content inside the cup (text) */
.coffee-content {
    position: absolute;
    top: 50px; /* Position text inside the cup */
    bottom: 40px; /* Ensure text doesn't overlap the coffee liquid */
    left: 10px;
    right: 10px;
    color: white;
    font-family: 'Arial', sans-serif;
    font-size: 16px; /* Adjust font size for readability */
    text-align: center;
    overflow-y: auto; /* Allow text overflow */
    padding: 10px;
    line-height: 1.5;
    z-index: 4000; /* Ensure text stays above the coffee */
}

.parlours, .cafes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px;
    margin: 0 auto;
    width: 90%;
    padding: 50px 0; 
}

#cafesTitle{
    color: #6F4F37;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    padding-top: 30px;
    font-family: "Bruno Ace SC";
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 2px;
    line-height: 1.5;
    font-size: 2.5rem;
    width: 100%;
}
.gallery-container {
    position: relative;
    width: 90%; 
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
    padding-left: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    gap: 10px;
    overflow-y: visible;
  }
  
  /* The actual gallery */
  .gallery {
    display: flex;
    justify-content: flex-start; /* start from the left */
    align-items: center;
    transition: transform 0.3s ease-in-out;
    gap: 20px;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    flex-wrap: nowrap;
  }
  
  /* Each figure */
  .figure {
    flex: 0 0 auto; /* don't stretch */
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  /* Images inside figure */
  .figure img {
    width: 320px;  /* uniform width */
    height: 300px; /* uniform height */
    object-fit: cover; /* no distortion */
    display: block;
    overflow-y: visible;
  }
  
  /* Captions */
  .figure figcaption {
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    color: white;
    width: 100%;
    display: block;
  }



  
  /* Arrows */
  .arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 2rem;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
  }
  
  .left-arrow {
    left: 10px;
  }
  
  .right-arrow {
    right: 10px;
  }
}

 @media screen and (max-width: 480px){
h1{
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 0;
    margin-top: 0;
}

  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(18, 18, 18, 0.95);
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb {
    background: #BFA14A;
    border-radius: 50px;
  }

  *{
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
  }


.cormorant-upright-bold {
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
  }
 
.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 90px;
}

#advert1{
    z-index: 50;
    background-color: black;
    width: 300px;
    height: 250px;
    margin-left: 80px;
    margin-top: 80px;
    margin-right: 50px;
    align-items: left;
    justify-content: left;
    display: inline-block;
    position: static !important;
    border-radius: 20px;
  }

.image{
    z-index: 50;
    flex-shrink: 0;
    width: 80%;
    height: 350px;
    right: 0;
    margin-top: 0;
    border: none;
    border-radius: 20px;
    object-fit: cover;
    flex-basis: 150px;
    display: block;
    border: none;
    box-shadow: 0 0 0 2px #ccc;
}

.picture{
    position: static !important;
}

a{
    text-decoration: none;
}

header{
    margin-top: 0;
    padding-top: 0;
}

html{
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    background-color: #f2f0e6;
    overflow-x: hidden;
}

body{
    margin-top: 0;
    padding-top: 0;
    margin-left: 0;
    margin: 0;
}

div{
    margin-left: 0;
}


h2{
    margin-left: 0;
    padding-left: 0;
}

article{
    padding: 0;
    margin: 0;
}

div>p{
    margin-left: 0;
    padding-left: 0;
}

figure{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}

img{
    margin-top: 0;
}

article{
    margin-top: 0;
    padding-top: 0;
}

.checked, .fa-star-half-full{
    color: gold;
}

br{
    padding: 0;
    margin: 0;
}

footer a:hover{
    color: #BFA14A;
}

.bruno-ace-sc-regular {
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.mode{
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
}

.asul-bold {
    font-family: "Asul", serif;
    font-weight: 700;
    font-style: normal;
  }
  
h3{
    text-align: center;
}


#link{
    display: inline;
    text-decoration: none;
    color: white;
}

.map-middle{
    z-index: 0;
    width: 70%;
    height: 350px;
    margin-top: 20px;
    padding-bottom: 50px;
    margin: 0 auto;
    border: none;
    flex-shrink: 0;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    gap: 100px;
}

.sub-article{
    display: flex;
    align-content: center;
    margin-top: 50px;
    margin-bottom: 100px;
}

/* Coffee cup styling */
.coffee-cup {
    position: relative;
    width: 360px; /* Cup width */
    height: 380px; /* Cup height */
    background-color: #D1B28C; /* Cup color (light beige) */
    border-radius: 10% 10% 10% 10%; /* Rounded top for the cup */
    margin: 50px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Shadow for depth */
    padding-top: 40px; /* Padding for content space */
    overflow: visible; /* Prevent content overflow outside the cup */
}

/* Coffee liquid inside the cup */
.coffee-liquid {
    position: absolute;
    bottom: 30px; /* Adjust the liquid position */
    left: 10px;
    right: 10px;
    height: 320px; /* Reduced height for text */
    background-color: #3E2723; /* Dark brown coffee color */
    border-radius: 0 0 20% 20%; /* Curved bottom for the liquid */
    z-index: 2000; /* Coffee liquid behind the text */
}

.coffee-handle {
    position: absolute;
    top: 35%; /* Adjust vertical positioning */
    right: 40px; /* Position it outside the cup on the right */
    width: 70px; /* Width of the handle */
    height: 70px; /* Height of the handle */
    border: 12px solid #D1B28C; /* Handle color same as cup */
    border-radius: 50%;
    transform-origin: 100% 50%; /* Set the pivot point for the rotation to the right edge */
    transform: rotate(-180deg); /* Rotate the handle outward */
    z-index: 2; 
    visibility: visible;
    color:rgb(128, 0, 0);
}

/* Optional: Steam above the coffee */
.coffee-steam {
    position: absolute;
    top: -40px; /* Position steam above the cup */
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 40px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    animation: steam 1.5s ease-in-out infinite;
    z-index: 3; /* Ensure steam is on top of the cup */
}

/* Steam animation */
@keyframes steam {
    0% {
        transform: translateX(-50%) translateY(0);
        opacity: 0.6;
    }
    100% {
        transform: translateX(-50%) translateY(-40px);
        opacity: 0;
    }
}

/* Content inside the cup (text) */
.coffee-content {
    position: absolute;
    top: 50px; /* Position text inside the cup */
    bottom: 40px; /* Ensure text doesn't overlap the coffee liquid */
    left: 10px;
    right: 10px;
    color: white;
    font-family: 'Arial', sans-serif;
    font-size: 0.8em; /* Adjust font size for readability */
    text-align: center;
    overflow-y: hidden; /* Allow text overflow */
    padding: 10px;
    line-height: 1.5;
    z-index: 4000; /* Ensure text stays above the coffee */
}

.parlours, .cafes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 10px;
    margin: 0 auto;
    width: 70%;
    padding: 50px 0; 
}

#cafesTitle{
    color: #6F4F37;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    padding-top: 20px;
    font-family: "Bruno Ace SC";
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 2px;
    line-height: 1.5;
    font-size: 2rem;
    width: 100%;
}
.gallery-container {
    position: relative;
    width: 90%; 
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
    padding-left: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    gap: 10px;
    overflow-y: visible;
  }
  
  /* The actual gallery */
  .gallery {
    display: flex;
    justify-content: flex-start; /* start from the left */
    align-items: center;
    transition: transform 0.3s ease-in-out;
    gap: 20px;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    flex-wrap: nowrap;
  }
  
.figure {
    flex: 0 0 auto; /* don't stretch */
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  /* Images inside figure */
  .figure img {
    width: 280px;  /* uniform width */
    height: 300px; /* uniform height */
    object-fit: cover; /* no distortion */
    display: block;
  }
  
  /* Captions */
  .figure figcaption {
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    color: white;
    width: 100%;
    display: block;
  }



  
  /* Arrows */
  .arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 2rem;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
  }
  
  .left-arrow {
    left: 10px;
  }
  
  .right-arrow {
    right: 10px;
  }
}
