.order-img{
    width:35%;
    height:60%;
    background-color:white;
     padding:8px;
     border-radius: 5px;
     cursor:pointer;
     margin-left:5%;
     margin-bottom: 0px;
     
}
.logo-img{
   width:60%;
   height:60%;
   padding:10px;
   border-radius: 5px;
   cursor:pointer;
   margin-left:5%;
   margin-top: 13%;
   margin-bottom:15%;

}
.logo1-img{
   width:60%;
   height:55%;
   padding:10px;
   border-radius: 5px;
   cursor:pointer;
   margin-left:5%;
   margin-top: 10%;
   margin-bottom:8%;
}
.order-img:hover{
    background-color:black;
}
#border-text,.order-img{
    margin-bottom: 8%;
}
#border-text{
    
    
}
.order-img1{
   margin-right:6%;
}
.img-size{
    width:100%;
    height:100%;
}
.img-size,.order-img{
 animation:none;
}

/* @font-face {
    font-family: 'Electrohar';
    src: url('../font/subhead.otf') format('opentype');
    
  }
  @font-face {
    font-family: 'Resurrection';
    src: url('../font/Resurrection-m822.ttf') format('opentype');
  }
  @font-face {
    font-family: 'header';
    src: url('../font/header.otf') format('opentype');
  }

  .h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5  {
    font-family:'Resurrection',sans-serif !important;
    font-weight: 500;
  }
  h6, .h6{
   
    font-family:'Electrohar',sans-serif !important;
    font-weight: 100;
  }
  .display-3{
    
    font-family:'header',sans-serif !important;
    font-weight: 500;
  } */
  body {
    background-color: #f8f9fa;
  }

  .section-title-wrapper {
    text-align: center;
  }

  .section-title {
    font-family: 'Pacifico', cursive;
    font-size:50px;
    margin-bottom: 20px;
  }
  .section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: red;
    margin: 12px auto 0;
  }
  .badge-wrapper {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 40px;
  }

  .soup-card {
    background-color: #dfdede;
    border-radius: 50% / 30%;
    padding: 20px 15px;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin: auto;
    overflow: hidden;
    width: 220px;
    height: 340px;
  }

  .image-container {
    position: relative;
    width: 100%;
    height: 200px;
  }

  .soup-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .price-badge {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #f50057;
    color: white;
    font-weight: bold;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 50%;
    line-height: 1.2;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  }

  .soup-title {
    margin-top: 10px;
    font-weight:bold;
    color: black;
    font-size: 13px;
    transform: uppercase;
    background-color: white;
    border: 2px solid #00bfff;
    padding: 5px 10px;
    border-radius: 10px;
    display: inline-block;
  }

   
  .carousel-control-next {
    width:5% !important;
  }
  .carousel-control-prev{
    width:1% !important
  }
  
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-image: none;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333; /* Dark gray for arrow */
    width: 0 !important;
  }
  
  .carousel-control-prev-icon::before {
    content: "‹";
  }
  
  .carousel-control-next-icon::before {
    content: "›";
  }
  

  @media (max-width: 992px) {
    .soup-card {
      width: 160px;
      height: 260px;
      padding: 15px 10px;
    }

    .image-container {
      height: 140px;
    }

    .soup-title {
      font-size: 12px;
    }

    .price-badge {
      font-size: 11px;
      padding: 4px 8px;
    }

    .section-title {
      font-size: 28px;
    }

    .badge-wrapper {
      justify-content: center;
    }

    .carousel-control-prev {
      left: 5px;
    }

    .carousel-control-next {
      right: 5px;
    }
  }
  @media (max-width: 576px) {
    .soup-card {
      width: 140px;
      height: 210px;
      padding: 12px 8px;
    }
  
    .soup-img {
      width: 100%;
      height: 100%;      /* Makes image a block element */   /* Horizontal centering */
    }
  
    .soup-title {
      font-size: 9px;
      padding: 2px 10px;
      margin-top: 0px;
    }
  
    .price-badge {
      font-size: 8px;
      padding: 3px 6px;
    }
  
    .section-title {
      font-size: 24px;
    }
  
    .badge-wrapper {
    justify-content: center;
    }
  
    .carousel-control-prev {
      left: 2px;
    }
  
    .carousel-control-next {
      right: 2px;
    }
  }
  @media (max-width: 576px) {
  .navbar-brand img {
    max-height: 40px !important;
  }
  .navbar-brand h6 {
    font-size: 14px;
  }
}
/* quick bite image */

.custom-banner {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
}

@media (max-width: 576px) {
  .custom-banner {
    height: 180px; /* Cuts image height on mobile */
  }
}

/* about page */

.about-img {
  width: 100%;
  max-height: 230px;
  object-fit: cover;
  border-radius: 15px;
}

@media (min-width: 992px) {
  /* Desktop - reduce width to 70%, increase height */
  .about-img {
    width: 40%;
    max-height: 320px;
  }
}

@media (max-width: 576px) {
  /* Mobile - full width, taller */
  .about-img {
    width: 100%;
    max-height: 270px;
  }
}

  /* Default for all devices *

  /* Desktop-specific: reduce width, increase height */
  @media (min-width: 992px) {
    .custom-map-wrapper,
    .custom-location-box {
      width: 80%;
    }

    .custom-map-wrapper iframe {
      height: 440px !important;
    }
    .custom-location-box{
      height:440px;
    }
    .custom-location-box h4{
      font-size: 40px;
      margin-top:15px;
      margin-bottom:15px;
    }
    .custom-location-box h5{
      font-size:30px; 
      margin-top:10px;
      margin-bottom:10px;
    }
    .custom-location-box p{
      font-size:25px; 
      margin-top:30px  !important;
    }
  }

  .custom-map-wrapper,
  .custom-location-box {
    width: 100%;

  }
  .custom-location-box{
    background-color:#484747 ;
  }
  /* Desktop-specific: reduce width, increase height */
  @media (min-width: 992px) {
    .custom-map-wrapper,
    .custom-location-box {
      width: 60%;
    }

    .custom-map-wrapper iframe {
      height: 420px !important;
    }
  }
  .zingwing-logo {
    height: 60px;
  }

  .zingrille-logo {
    height: 70px;
  }

  .separator {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    line-height: 2;
  }

  /* Tablet */
  @media (min-width: 768px) {
    .zingwing-logo {
      height: 80px;
    }

    .zingrille-logo {
      height: 90px;
    }

    .separator {
      font-size: 30px;
    }
  }

  /* Desktop */
  @media (min-width: 992px) {
    .zingwing-logo {
      height: 110px;
    }

    .zingrille-logo {
      height: 120px;
    }

    .separator {
      font-size: 36px;
    }
  }

  .footer-background{
    background-color: #3399FF!important;
  }
  .custom-img-desktop {
    height: auto;
    max-height: none;
  }
  @media (min-width: 992px) {
    .image-wrapper {
      height: 300px;        /* limit visible height */
      overflow: hidden;     /* hide rest of image */
    }
  }
 