html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}


body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  background: #ffff;
  background-size: 400% 400%;
  animation: gradientMove 30s ease infinite;
  color: #222;
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

 
.site-header {
  background: #fff;
  color:rgb(255, 45, 45);
  border-bottom: 2px solid #fefefe;
  box-sizing: border-box;
  padding: 10px 0;
}

.header-inner {
  max-width: 1000px;
  min-height: 110px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
}

.header-content {
  flex: 1;
  text-align: center;
}

.logo {
  width: 110px;
  height: 100px;
  object-fit: contain;
  margin-left: 100px;
  border-radius: 40%;
  display: block;
}

@media (max-width: 600px) {
  .header-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    min-height: 80px;
    padding: 0 10px;
  }

  .logo {
    width: 90px;
    height: auto;
    margin: 0;
    display: block;
  }

  .header-content {
    text-align: center;
  }
  
  .main-title {
    font-size: 1.5rem;
  }
  
  .subtitle {
    font-size: 1.2rem;
  }
  

}


.main-title {
  font-size: 4rem; 
  font-family:'Josefin Sans', sans-serif;
  margin-top: 10px;
  
}

.subtitle {
  color: #3d50b0;
  font-size: 1.2rem;  
  margin: 5px 0;
}

.brand-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 16px auto 0 auto;
  flex-wrap: wrap;
  max-width: 900px;  
}

.brand-logo {
  height: 42px;
  width: auto;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  padding: 5px;
  transition: transform 0.2s;
}


@media (max-width: 600px) {
  .brand-logo {
    height: 24px;
    padding: 2px;
  }
  .brand-logos {
    gap: 10px;
    margin-top: 10px;
  }
}


.nav-strip {
background-color: #54336b;
padding: 6px 0; 
}

.main-nav {
  margin-top: 5px;
}

.main-nav a {
  display: inline-block;
  color: rgb(179, 179, 179);
  font-family: 'Winky Rough', cursive;
  font-weight: bold;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 20px;
  margin: 0 12px;
  border: 2px solid transparent;
  background: transparent;
  position: relative;
  transition: background-color 0.2s ease, border-radius 0.2s ease;
}


.main-nav a:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
}

.main-nav a:hover::before {
  opacity: 1;
}



nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px;
}

nav a {
  font-size: 0.9rem;
  margin: 6px 10px;
}

#scrollTopBtn {
  display: none;
  position: fixed;
  bottom: 80px; 
  right: 20px;
  z-index: 999;
  background-color: #e72a2a;
  color: white;
  border: none;
  padding: 12px 18px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  transition: background-color 0.3s ease;
}

#scrollTopBtn:hover {
  background-color: #d12525;
}

.section-divider {
  border: none;
  border-top: 1px solid #222;
 
  width: 95%;
}

.hero {
  position: relative;
  padding: 60px 20px;
  color: white;
  text-align: center;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url('../images/Banner1.jpg') center/cover no-repeat;
  filter: blur(8px);
  z-index: 0;
}

.hero h2,
.hero p {
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 2px rgb(244, 244, 244);
}


.hero h2 {
  font-size: 2.0rem;
  margin-bottom: 10px;
}

.hero p {
  font-size: 1.2rem;
  font-weight: bold;
  text-shadow: 0px 0px 5px rgb(255, 255, 255);
}

.intro, .why-us, .testimonials, .cta {
  padding: 20px;
  text-align: center;
}

.why-us ul {
  list-style: none;
  padding: 0;
}

.why-us li {
  margin: 10px 0;
  font-size: 1.1rem;
}

.testimonials blockquote {
  font-style: italic;
  margin: 10px auto;
  max-width: 500px;
}

.gallery-preview .gallery {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.gallery-preview img {
  width: 180px;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.cta h2 {
  margin-bottom: 10px;
}

.store-section {
  padding: 60px 20px;
  background-color: #fff;
  text-align: center;
}

.section-heading {
  font-family: 'Archivo Black', sans-serif;
  font-size: 2.5rem;
  color: #c0395f;
  margin-bottom: 40px;
}

.store-section h2 {
  font-size: 3.5rem;
  font-family: 'Bebas Neue', sans-serif;
  margin: 0 auto 30px;       
  padding: 10px 20px;         
  color: #352845;
  background-color: palevioletred;
  border-radius: 8px;
  width: 90%;
  max-width: 600px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.store-card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}


.store-inner-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.store-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.store-card {
  background: linear-gradient(135deg, #fff1f0, #009cbb);
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 400px;
  margin: 0;
  padding: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 20px auto;
}

.store-card-link {
  display: block;
  width: 100%;
  max-width: 420px;
  text-decoration: none;
  border-radius: 20px;
  transition: transform 0.2s;
  margin: 0;
}

.store-card:hover {
  transform: translateY(-8px);
}

.store-card-link:hover .store-card {
  transform: scale(1.01);
  transition: transform 0.2s ease;
}

.card-image {
  height: 220px;
  background-size: cover;
  background-position: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

.card-overlay {
  margin: 0;
  padding: 0 20px;
  color: #1a1a1a;
  font-family: 'Open Sans', sans-serif;
}

.card-overlay h3 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.store-card h3 {
  font-size: 1.6rem;
  color: #3c1a49;
}

.store-card p {
  font-size: 1.1rem;
  margin: 8px 0;
  color: #333;
}

.mini-gallery {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  margin-bottom: 8px;
  margin-left:5px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.mini-gallery img {
  width: 90px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.mini-gallery img:hover {
  transform: scale(1.2);
  z-index: 10;
  box-shadow: 0 4px 8px rgba(0,0,0,0.9);
  position: relative;
}

.map-link {
  display: inline-block;
  margin: 0;
  color: #3d50b0;
  font-weight: bold;
  text-decoration: none;
  font-size: 1rem;
}

.map-link:hover {
  background: #ffff;
  width: 130px;
  padding: 5px 5px;
  border: none;
  border-radius: 20px;
}

@media (max-width: 768px) {
.store-wrapper {
  flex-direction: column;
  align-items: center;
}

.compare-cards{
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
}

@media (max-width: 600px) {
  .store-card {
    min-height: auto;
    flex-direction: column;
    max-width: 90%;
    border-radius: 15px;
    margin: 10px;
  }

  .card-overlay {
    border-radius: 0;
    padding: 15px;
  }

  .mini-gallery img {
    width: 80px;
    height: 50px;
  }
}

.img-modal {
  display: none;
  position:fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(83, 138, 189);
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
  z-index: 1000;
  max-width: 110vw;
  max-height: 100vh;
  overflow: hidden;
}

.img-modal img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
}


.compare-section {
  background-color: transparent;
  padding: 40px 20px;
  text-align: center;
}

.compare-section h2 {
  font-size: 2.2rem;
  margin: 0 auto 30px;       
  padding: 10px 20px;         
  color: #352845;
  background-color: rgb(248, 166, 193);
  border-radius: 8px;
  max-width: 300px;
  width: 90%;
  margin-bottom: 30px;
  font-family: 'Bebas Neue', sans-serif;
  color: #3c1a49;
}

.compare-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.compare-card {
  background: linear-gradient(to bottom right, #ffe6ec, #f7eaff);
  border: 2px solid #e3d3ec;
  border-radius: 20px;
  padding: 20px;
  width: 300px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  text-align: center;
  transition: transform 0.2s ease;
}

.compare-card:hover {
  transform: translateY(-5px);
}

.compare-card h3 {
  font-size: 1.5rem;
  color: #b01547;
  margin-bottom: 15px;
}

.compare-card ul {
  list-style: none;
  padding: 0;
}

.compare-card li {
  margin: 10px 0;
  font-size: 1rem;
  color: #333;
}

.festive-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 16px;
  padding: 20px 0;
}

.festive-gallery img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}


@media (max-width: 900px) {
  .festive-gallery {
    grid-template-columns: repeat(2, 1fr );
  }
}

@media (max-width: 600px) {
  .festive-gallery {
    grid-template-columns: 1fr 1fr; 
  }
}


@keyframes flashing-button {
  100.0%  { background-color: #623796; }
}
 

.flashing-button {
  animation: flashing-button 0.4s infinite alternate;
  color: rgb(0, 0, 0);
  font-weight: bold;
}


.products-head {
  font-size: 1.8rem;
  text-align: center;
}

.filter-bar {
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.filter-bar button {
  width: 80%;
  max-width: 300px;
  padding: 12px 0;
  font-size: 1rem;
}

.gallery {
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px;
}

.product-modal {
  position: fixed; top: 0; left: 0; width: 100vw; height: 100vh;
  background: rgba(25,25,25,0.72);
  display: flex; align-items: center; justify-content: center;
  z-index: 11000;
}
.modal-card {
  background: #fff; border-radius: 16px; box-shadow: 0 6px 30px #0005;
  padding: 24px 18px 18px 18px; max-width: 98vw; width: 400px;
  display: flex; flex-direction: column; align-items: center;
  position: relative; min-width: 230px;
}
.modal-img {
  max-width: 320px; max-height: 54vh; width: 100%; object-fit: contain;
  border-radius: 10px; background: #fafafa;
  box-shadow: 0 2px 10px #0001;
  margin-bottom: 12px;
}
.modal-desc {
  font-size: 1.1rem;
  color: #252525;
  text-align: center;
  margin-bottom: 24px;
  font-family: inherit;
}
.modal-next-btn {
  display: inline-block;
  background: linear-gradient(90deg,#128C7E,#0d6b5f);
  color: #fff; border: none; border-radius: 8px;
  padding: 10px 24px; font-size: 1.04rem;
  cursor: pointer; transition: background 0.2s;
  font-weight: 600; margin-bottom: 5px;
}
.modal-next-btn:hover {
  background: linear-gradient(90deg, #0d6b5f, #128C7E);
}
.modal-close {
  position: absolute; top: 10px; right: 17px; font-size: 1.7rem;
  color: #474141; cursor: pointer; font-weight: bold;
  transition: color 0.14s;
}
.modal-close:hover {
  color: #d12525;
}

@media (max-width: 500px){
  .modal-card { width: 97vw; max-width:99vw; min-width:0; padding: 10px 2vw; }
  .modal-img { max-width: 85vw; max-height: 37vh; }
  .modal-next-btn { font-size:1rem; padding:9px 8vw; }
}

.order-btn {
  margin: 10px auto 0 auto;
  display: block;
  width: 80%;
  background: linear-gradient(90deg, #cf7676, #dd2c2c);
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 10px 0;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  box-shadow: 0 1px 7px #0001;
  transition: background 0.16s, transform 0.13s;
}
.order-btn:hover {
  background: linear-gradient(90deg, #0d6b5f, #128C7E);
  transform: scale(1.04);
}



.contact-section {
  margin: 20px 10px;
  padding: 20px;
}

.order-button,
.whatsapp-float {
  font-size: 14px;
  padding: 10px 18px;
}

iframe {
  height: 200px;
}


.wrapper {
  min-height: calc(100vh - 70px); 
}

header {
  background: #e72a2a;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  position: relative;
}


header h1 {
 font-size: 4rem;
  margin: 0;
}

footer {
  height: 60px;
  line-height: 60px;
  background: #e72a2a;
  color: white;
  text-align: center;
}


nav {
  margin-top: 10px;
  padding-bottom: 10px;
}


main {
  background-color: transparent; 
  padding: 10px 20px;
  text-align: center;
  border-top: 1px solid #000;
}



main h2 {
  font-size: 2.5rem;
  color: #3b3b3b;
  font-family: 'Archivo Black', sans-serif;
  margin-bottom: 10px;
}

main p {
  font-size: 1.2rem;
  color: #333;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.about-head {
  font-family: 'Bebas Neue', sans-serif;
  background-color: #3f78eb;
  color: #1b1b1b;
  border-radius: 5px;
  width: 450px;
  max-width:90%;
  font-size: 45px;
  margin: 0 auto; 
  text-align: center; 
}

@media (max-width: 768px) {
  .about-head {
    font-size: 36px;
    width: 90%;
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  .about-head {
    font-size: 38px;
    width: 95%;
    max-width: 95%;
  }
}

.about-content {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.25rem;
  color: #312241;
  background: linear-gradient(90deg, #e4e7ff 0%, #eaf8ff 100%);
  border-left: 6px solid #242432;
  border-radius: 8px;
  padding: 22px 28px;
  margin: 1.5em 0;
  max-width: 720px;
  box-shadow: 0 2px 12px rgba(224, 57, 115, 0.08);
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0.005em;
}

@media (max-width: 600px) {
  .about-content {
    font-size: 1rem;
    padding: 14px 10px;
    margin: 20px 4vw;
  }
}


.product-box {
  text-align: center;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}


.product-box img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.product-box p {
  margin-top: 8px;
  font-weight: bold;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}


.products-search-bar {
  text-align: center;
  margin: 24px 0 12px;
}

.product-search {
  width: 90%;
  max-width: 350px;
  padding: 10px;
  color: #000000;
  font-family: 'Winky Rough', cursive;
  font-weight: bold;
  border-radius: 30px;
  border: 5px solid #db6f6f;
  font-size: 1.1rem;
  box-shadow: 0 0 2px rgba(0,0,0,0.4);
  transition: all 0.2s;
}

.product-search:focus {
  outline: none;
  border: 5px solid #bd3b3b;
}

.product-search::placeholder {
  color: #313131;
  font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 600px) {
  .product-search {
    max-width: 38vw;
    width: 90%;
    padding: 8px 10px;
    font-size: 0.98rem;
    border-width: 3px;
    border-radius: 22px;
  }

  
  .products-search-bar {
    margin: 10px 250px 10px 0;
  }
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
  padding: 20px;
}

.gallery img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}


.gallery img.hide {
  display: none;
}

.products-head{
  font-family: 'Bebas Neue', sans-serif;
  background-color: #de5d8e;
  border-radius: 5px;
  color: #1b1b1b;
  max-width:90%;
  width: 700px;
  font-size: 45px;
  margin: 0 auto; 
  text-align: center;
}
@media (max-width: 768px) {
  .products-head {
    font-size: 36px;
    width: 90%;
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  .products-head {
    font-size: 38px;
    width: 95%;
    max-width: 95%;
  }
}


.contacts-head {
  font-family: 'Bebas Neue', sans-serif;
  background-color: #c0a4ec;
  color: #1b1b1b;
  border-radius: 5px;
  width: 450px;
  max-width:90%;
  font-size: 45px;
  margin: 0 auto; 
  text-align: center; 
}

@media (max-width: 768px) {
  .contacts-head {
    font-size: 36px;
    width: 90%;
    max-width: 90%;
  }
}

@media (max-width: 600px) {
  .contacts-head {
    font-size: 38px;
    width: 95%;
    max-width: 95%;
  }
}

.contact-section {
  background-color:#5cb0c0;  
  padding: 20px;
  border-radius: 15px;
  margin: 30px 0 30px 40px;
  text-align: left;
}


.contact-section h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #393737;
  text-align: left; 
}


.contact-info p {
  font-size: 1.5rem;
  margin: 10px 0;
  line-height: 1.5;
  font-family: 'Bebas Neue', sans-serif;
}

.contact-info a {
  color: #4c4848;
  text-decoration: none;
  font-weight: bold;
  
  
}

.contact-info a:hover {
  text-decoration: underline;
}

.order-button {
  display: inline-block;
  background-color: #128C7E;
  color: white;
  padding: 10px 20px;
  margin: 10px auto;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  max-width: 90%;
  text-align: center;
  box-sizing: border-box;
}

.order-button-container {
  text-align: center;
  margin: 20px 0;
  padding: 0 10px;
  overflow: hidden;
}


.order-button:hover {
  background-color: #307068;
}

.hours-inline {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
  flex-wrap: wrap;
}


.hours-title {
  display: inline-block;
  font-size: 1.1rem;
  color: #393737;
  margin: 0;
}


.hour-display {
  background-color: #767373;
  padding: 6px 12px;
  border-radius: 6px;
  margin-left: 10px;
  font-weight: bold;
  display: inline-block;
}

.select-wrapper {
  position: relative;
  display: inline-block;
  width: 140px;
}

#day-select {
  width: 100%;
  padding: 8px 30px 8px 12px; 
  font-size: 1rem;
  border: none;
  border-radius: 10px;
  background-color: #ffffff;
  color: #333;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}


.select-wrapper::after {
  content: '▼';
  font-size: 0.8rem;
  position: absolute;
  top: 50%;
  right: 10px; 
  transform: translateY(-50%);
  color: #333;
  pointer-events: none;
}

.open-status {
  margin-top: 8px;
  font-weight: bold;
  font-size: 1rem;
}

.open-status:not(.closed) {
  color: green;
}

.open-status.closed {
  color: red;
}


.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #128C7E;
  color: white;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: bold;
  padding: 12px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 26px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  z-index: 1000;
  transition: background-color 0.3s ease;
}

.whatsapp-float:hover {
  background-color:  #37958a;
}

.order-popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9998;
  padding: 20px;
  box-sizing: border-box;
}

.order-popup {
  display: flex;
  flex-direction: column;
  width: 94vw;
  max-width: 440px;
  aspect-ratio: 5/8;
  max-height: 97vh;
  min-height: 420px;  
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 14px 38px rgba(0,0,0,0.16), 0 3px 8px rgba(0,0,0,0.12);
  overflow: hidden;
  position: relative;
}


@media (max-width: 600px) {
  .order-popup {
    width: 98vw;
    max-width: 99vw;
    aspect-ratio: 5/7;
    border-radius: 7px;
  }
}

#popupForm {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1 1 auto;
}

#popupStep1,
#popupStep2 {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1 1 auto;
}

.order-popup h2 {
  background: linear-gradient(135deg, #ad5e5e, #0d6b5f);
  color: white;
  margin: 0;
  padding: 20px;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 15px 15px 0 0;
  font-family: 'Bebas Neue', Arial, sans-serif;
  letter-spacing: 1px;
}

/* PRODUCT SEARCH BOX */
#productSearch {
  box-sizing: border-box;
  margin: 12px 0 10px 0;
  border: 1px solid #bbb;
  border-radius: 8px;
  font-size: 1rem;
  padding: 10px;
  width: 95%;
  transition: border 0.2s;
  outline: none;
  margin-left: auto;
  margin-right: auto;
}
#productSearch:focus {
  border: 2px solid #128C7E;
  outline: none;
}
  
/* PRODUCTS LIST: Only this scrolls! */
.popup-products-container {
  flex: 1 1 auto;
  overflow-y: auto;
  max-height: 54vh; /* increase this value to allow for longer lists, or use 60vh if needed */
  min-height: 100px;
  padding: 0 14px;
  margin-bottom: 8px;
}


/* PRODUCT CHECKLIST ITEMS */
.popup-products-container label {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: background-color 0.2s;
  min-height: 44px;
}
.popup-products-container label:hover {
  background-color: #f8f9fa;
}
.popup-products-container label:last-child {
  border-bottom: none;
}
.popup-products-container input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  cursor: pointer;
  accent-color: #e72a2a;
  flex-shrink: 0;
}
.popup-products-container label span {
  font-size: 1rem;
  color: #333;
  line-height: 1.4;
  user-select: none;
}

/* UNDERLINE-ONLY INPUTS FOR DELIVERY FIELDS (Step 2) */
#popupStep2 input,
#popupStep2 textarea {
  width: 94%;
  border: none;
  border-bottom: 2px solid #303030;
  border-radius: 0;
  padding: 8px 0 7px 0;
  margin: 16px 4px 14px 4px;
  background: none;
  box-shadow: none;
  font-size: 1rem;
  font-family: inherit;
  outline: none;
  color: #292929;
  transition: border-color 0.2s;
}
#popupStep2 input:focus,
#popupStep2 textarea:focus {
  border-bottom: 2.7px solid #434343;
  outline: none;
  background: none;
}
#popupStep2 textarea {
  resize: vertical;
  min-height: 40px;
  max-height: 120px;
}

/* BUTTONS: this makes sure buttons bar stays at the bottom */
.popup-buttons {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 10px 0 0 0;
  border-top: 1px solid #e0e0e0;
  background: #f8f9fa;
  border-radius: 0 0 15px 15px;
}
.popup-buttons button {
  flex: 1;
  padding: 16px 20px;
  min-width: 0;
  min-height: 52px;
  font-size: 1.12rem;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 5px;
  transition: all 0.2s;
}
.popup-buttons button[type="submit"] {
  background: linear-gradient(135deg, #128C7E, #0d6b5f);
  color: white;
  margin-bottom: 4px;
  margin-left: 8px;
}
.popup-buttons button[type="submit"]:hover {
  background: linear-gradient(135deg, #0d6b5f, #128C7E);
  transform: translateY(-1px);
}
.popup-buttons button[type="button"] {
  background: #6f7372;
  color: white;
  margin-bottom:8px;
  margin-left: 8px;
}
.popup-buttons button[type="button"]:hover {
  background: #545862;
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .order-popup-overlay {
    padding: 10px;
  }
  .order-popup {
    width: 99vw;
    max-width: 100vw;
    aspect-ratio: 5/9; /* even taller for mobile if needed */
    min-height: 295px;
  }
  .order-popup h2 {
    padding: 15px;
    font-size: 1.3rem;
    border-radius: 10px 10px 0 0;
  }
   .popup-products-container {
    max-height: 57vh;
  }
  .popup-products-container label {
    padding: 13px 0;
    min-height: 36px;
  }
  .popup-products-container input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
  .popup-products-container label span {
    font-size: 1.0rem;
  }
  .popup-buttons {
    flex-direction: column;
    gap: 8px;
    border-radius: 0 0 10px 10px;
    padding: 10px;
  }
  .popup-buttons button {
    padding: 10px 7px;
    font-size: 1.04rem;
    min-height: 47px;
  }
}

@media (max-width: 480px) {
  .order-popup-overlay { padding: 2px; }
  .order-popup {
    max-width: 100%;
    max-height: 100vh;
    border-radius: 0;
    min-width: 0;
    min-height: 0;
  }
  .order-popup h2 { border-radius: 0; }
  .popup-buttons { border-radius: 0; }
  .popup-products-container { max-height: 43vh; }
}

/* Optional: visually separate buttons if stacked */
@media (max-width: 380px) {
  .popup-buttons { gap: 6px; }
  .popup-products-container { max-height: 33vh; }
}



.cta-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #128C7E;
  color: white;
  padding: 12px 18px;
  border-radius: 50px;
  font-size: 30px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif; 
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
  transition: transform 0.2s, background-color 0.2s;
  animation: jump 1.2s infinite cubic-bezier(.47,1.64,.41,.8);
  will-change: transform;
}

.cta-btn:hover {
  transform: scale(1.07);
  background-color: #37958a;
}


@keyframes jump {
  0%, 100%   { transform: translateY(0); }
  10%        { transform: translateY(-12px); }
  20%        { transform: translateY(-22px) scale(1.10); }
  28%        { transform: translateY(-16px) scale(1.06); }
  36%        { transform: translateY(-7px); }
  38%        { transform: translateY(0); }
  100%       { transform: translateY(0); }
}

.jumping-link {
  display: flex;
  justify-content: left;             
  animation: jump 2s infinite cubic-bezier(.27,.64,.21,.28);
  will-change: transform;
}


@media (max-width: 480px) {
  .gallery {
    grid-template-columns: 1fr;
  }

  .gallery img {
    border-radius: 8px;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  header h1 {
    font-size: 2.5rem;
    }  }
