*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
  body {
    font-family: 'Louis George Cafe', sans-serif;
  }



/* intro-css */
.intro-page {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Background Pattern */
.intro-page::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('img/bg-image.webp'); /* your transparent food pattern */
  background-repeat: repeat;
  background-size: contain;
  opacity: 10%; /* just enough to see pattern without overpowering */
  z-index: 1;
}

/* Centered Logo */
.intro-logo {
  max-width: 90%;
  width: 500px;
  position: relative;
  z-index: 2;
  animation: fadeIn 1.5s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}





/* home-css */


/* Food sticker styles */
.sticker-container {
  position: absolute;
  width: 90%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.food-sticker {
  position: absolute;
  opacity: 0.1;
  z-index: -1;
}

.burger-sticker {
  width: 250px;
  bottom: -2%;
  left: 38%;
  transform: rotate(30deg);
}

.coffee-sticker {
  width: 200px;
  top: 20%;
  right: 52%;
  transform: rotate(-21deg);
}

.plate-sticker {
  width: 230px;
  top: 3%;
  left: -1%;
  transform: rotate(120deg);}

  .pizza-sticker {
    width: 100px;
    bottom: 1%;
    right: 88%;
    transform: rotate(-8deg);
}

  
.navbar-brand img {
    height: 60px;
  }

  .nav-link {
    color: #380D01 !important; /* Dark brown text */
    font-weight: 400;
    letter-spacing: 0%;
    font-size: 15px;
    line-height: 100%;
  }

  .nav-link:hover {
    color: #a23e3e !important; /* Slightly lighter on hover */
  }

  .navbar {
    box-shadow: 0px 4px 4px 0px rgba(63, 14, 2, 0.2);
  }
  
.gap-3 {
    gap: 1.8rem !important;
}


/* hero-section */




.hero-section {
    background-color: #fff;
  
    overflow: hidden;
  }
  
  .headline {
    font-size: 2.5rem;
    color: rgba(56, 13, 1, 1)!important;
 
  }
  
  .image-grid {
        display: flex ;
        flex-wrap: wrap;
        justify-content: end;
        align-items: flex-end;
        gap: 16px;
        transform: rotate(45deg);
      
        position: relative;
        left: 330px;
  }
  
  .grid-img {
    width: 140px;
    height: 150px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    transition: transform 0.4s ease, box-shadow 0.3s ease;
  }
  
  /* Hover effect */
  .grid-img:hover {
    transform: scale(1.05) rotate(-5deg);
    box-shadow: 0 15px 25px rgba(0,0,0,0.25);
  }
  
  /* Optional scroll fade-in animation */
  .grid-img {
    opacity: 0;
    animation: fadeUp 0.6s ease forwards;
  }
  .grid-img:nth-child(1) { animation-delay: 0.1s; }
  .grid-img:nth-child(2) { animation-delay: 0.2s; }
  .grid-img:nth-child(3) { animation-delay: 0.3s; }
  .grid-img:nth-child(4) { animation-delay: 0.4s; }
  .grid-img:nth-child(5) { animation-delay: 0.5s; }
  .grid-img:nth-child(6) { animation-delay: 0.6s; }
  
  @keyframes fadeUp {
    from {
      transform: translateY(20px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  .hero-top{
    position: relative;
    top: -150px;
  }

  
  /* Optional background illustrations */

  .btn-warning{
    color: rgba(128, 2, 2, 1);
    background: rgba(255, 170, 78, 1);
    border-radius: 14px!important;

  }
  .btn-dark{
    border-radius: 14px!important;
    color: rgba(255, 255, 255, 1);
    background: rgba(128, 2, 2, 1);
    border: none!important;
  }




.brade-sticker{
  width: 100px;
  bottom: 12%;
  left: 31%;
  transform: rotate(30deg);
}
.choco-sticker{
  width: 100px;
  bottom: 7%;
  left: 89%;
  transform: rotate(12deg);
}
 .lemon-sticker{
  width: 100px;
  bottom: 47%;
  left: 4%;
  transform: rotate(3deg);
 }
 .pizzaslise-sticker{
  width: 100px;
  bottom: 60%;
  left: 36%;
  transform: rotate(30deg);
 }
  
  .title-font {
    font-family: 'Gliker', 'Poppins', sans-serif;
    color: #3b1d1d;
  }
  
  .dish-card {
    background-color: #fefefe;
    border-radius: 20px;
    padding: 0!important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .dish-card img {
    border-radius: 20px!important;
    max-height: 250px;
    object-fit: cover;
    width: 100%;
  }
  
  .dish-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  }
  .menu-text{
    color: rgba(56, 13, 1, 1)!important;

  }


  .title-font {
    font-family: 'Gliker', 'Poppins', sans-serif;
    color: #3b1d1d;
  }



  .cherry-sticker{
    width: 100px;
    bottom: 35%;
    left: 90%;
    transform: rotate(30deg);
  }
  .cupcake-sticker{
    width: 100px;
    bottom: 38%;
    left: 18%;
    transform: rotate(35deg);
  }
  .fruit-sticker{
    width: 100px;
    bottom: 70%;
    left: 35%;
    transform: rotate(-35deg);
  }
  .coffeeseed-sticker{
    width: 100px;
    bottom: 88%;
    left: 70%;
    transform: rotate(30deg);
  }
  
  .reservation-section {
    background-color: #fff;

    overflow: hidden;
  }
  
  .reservation-section h6 {
    color: #3b1d1d;
  }
  
  .reservation-section a {
    color: #3b1d1d;
  }
  
  .reservation-section a:hover {
    text-decoration: underline;
  }

  .reservation-section img {
    width: 100%;             /* Responsive inside its column */
    max-width: 600px;        /* Limit max width */
    height: 330px;           /* Consistent visual height */
    object-fit: cover;       /* Crop gracefully */
    border-radius: 20px;     /* Rounded corners */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }
  

  .wrap-sticker{
    width: 100px;
    bottom: 62%;
    left: 75%;
    transform: rotate(30deg);
  }

  .title-font {
    font-family: 'Gliker', 'Poppins', sans-serif;
    color: #3b1d1d;
    line-height: 1.3;
  }
  
  .location-heading-section p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #3b1d1d;
  }

  .donut-sticker{
    width: 100px;
    bottom:30%;
    left: 90%;
    transform: rotate(30deg);
  }
  .pan-sticker{
    width: 126px;
    bottom: 85%;
    left: 0%;
    transform: rotate(-40deg);
  }

  .map-wrapper {
    width: 100%;
    height: 350px;
    border-radius: 20px;
    overflow: hidden;
  }
  
  .location-heading-section iframe {
    width: 100%;
    height: 100%;
    border: none;
  }


  .gajar-sticker{
    width: 126px;
    bottom: 72%;
    left: 2%;
    transform: rotate(-40deg);
  }
  .corn-sticker{
    width: 170px;
    bottom: 15%;
    left: 90%;
    transform: rotate(-40deg);
  }
  .waterm-sticker{
    width: 135px;
    bottom: 30%;
    left: 32%;
    transform: rotate(28deg);
  }


  /* responsive */


  @media (max-width: 576px) {
    .image-grid {
      transform: rotate(0deg); /* Remove extreme angle */
      left: 0;
      justify-content: center;
      padding: 10px;
      gap: 10px;
    }
  
    .grid-img {
      width: 40vw;
      height: auto;
      aspect-ratio: 3 / 4; /* Keeps proportional shape */
    }
  
    .hero-top {
      top: 0px; /* Less offset for smaller screens */
    }
  }




  .testimonial-section {
    padding: 4rem 1rem;
    text-align: center;
  }

  .testimonial-section h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #380D01;
  }

  .testimonial-section p.lead {
    color: #380D01;
    font-size: 1.1rem;
    margin-bottom: 3rem;
  }

  .testimonial-card {
    margin-bottom: 3rem;
  }

  .stars {
    color: #ffc107;
    font-size: 2.5rem;
  }

  .testimonial-text {
    font-weight: 600;
    font-size: 1.1rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    color: #380D01;
  }

  .testimonial-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 0.5rem;
    transition: transform 0.3s ease;
  }
  .testimonial-img:hover {
    transform: scale(1.1);
  }

  .testimonial-name {
    font-weight: 600;
    margin-bottom: 0;
  }

  .testimonial-role {
    font-size: 0.9rem;
    color: #380D01;
  }


  









  /* menu-page-css-strat */


  .custom-search {
    border: 1px solid rgba(56, 13, 1, 1);
    border-radius: 999px;
    padding: 8px 25px;
    color: rgba(56, 13, 1, 1);
    font-size: 14px;
  }

  .custom-search input {
    border: none;
    outline: none;
    width: 185px;
    background-color: transparent;
  }

  .custom-search img {
    height: 25px;
    margin-left: 8px;
  }

  .custom-heading {
    font-weight: 700;
    font-size: 2.5rem;
    color: rgba(56, 13, 1, 1);
  }

  @media (max-width: 576px) {
    .custom-search input {
      width: 100px;
    }
  }




  .carousel-section {
    background-image: url('img/menu-bg5.webp'); /* update to correct image path */
    background-repeat: repeat;
    background-size: cover;
    
  }
  .carousel-section-2{
    background-image: url('img/menu-bg4.webp'); /* update to correct image path */
    background-repeat: repeat;
    background-size: cover;
  }
  .carousel-section-3 {
    background-image: url('img/menu-bg3.webp'); /* update to correct image path */
    background-repeat: repeat;
    background-size: cover;
    
  }
  .carousel-section-4{
    background-image: url('img/menu-bg-2.webp'); /* update to correct image path */
    background-repeat: repeat;
    background-size: cover; 
  }
  .carousel-section-5{
    background-image: url('img/menu-bg1.webp'); /* update to correct image path */
    background-repeat: repeat;
    background-size: cover; 
  }
  .swiper {
    padding-bottom: 50px; /* Space for dots */
  }
  .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .coffee-title {
    color: #3a1509;
    font-weight: 800;
    font-size: 3rem;
  }

  .coffee-subtitle {
    color: #3a1509;
    font-style: italic;
    font-size: 1rem;
  }

  .coffee-card img {
    border-radius: 20px;
    width: 300px;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .coffee-card img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  }

  .coffee-card {
    border: none;
    background-color: transparent;
    text-align: center;
    margin-bottom: 2rem;
  }

  .coffee-card-title {
    font-weight: 600;
    font-size: 1.1rem;
    margin-top: 1rem;
    color: #3a1509;
  }

  /* Make swiper active dot color #3a1509 */
  .swiper-pagination-bullet-active {
    background: #3a1509 !important;
  }

  /* Optional: you can also style inactive dots if you want */
  .swiper-pagination-bullet {
    background: #ccc; /* Light gray for inactive dots */
    opacity: 1; /* Full visible dots */
  }


  /* footer-css */
  .footer {
    background-color: #FFAA4E;
    color: #3D1F14;
    padding: 3rem 1rem;
    position: relative;
    z-index: 999; /* Very high */
  }
  .blocking-section {
    position: relative;
    z-index: 0;
  }
  .footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('img/bg-footer.webp');
    background-repeat: repeat;
    background-size: contain;
    opacity: 10%; /* just enough to see pattern without overpowering */
  }
  

  .footer input[type="email"] {
    border: none;
    padding: 0.5rem 1rem;
    width: 100%;
    max-width: 350px;
  }
  .footer input::placeholder {
    color: #680C0D; /* Customize as you like */
    opacity: 1;
    font-style: italic;
    font-size: 14px!important;
  }
 
  .footer a {
    color: #3a1509;
    text-decoration: none;
  }

  .footer a:hover {
    text-decoration: underline;
  }

  .footer-logo {
    max-width: 300px;
  }

  .footer h6 {
    font-weight: 600;
    margin-bottom: 1rem;
  }

  .footer ul {
    padding-left: 0;
    list-style: none;
  }

  .footer address {
    font-style: normal;
    line-height: 1.6;
  }

  .back-to-top {
    text-align: right;
    font-size: 1rem;
    margin-top: 2rem;
    font-weight: 600;
  }
  .btn-footer{
    background: #800202!important;
    border: none!important;
  }
  .btm-gap{
    margin-bottom: 7rem!important;
    pointer-events: none; /* ✅ Only disable subscribe row */
  }
  .add-font{
    color: #3D1F14;
    font-size: 18px;
    font-weight: 500;
  }


  /* reservation-css */


  .section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #380D01;
  }

  .section-desc {
    font-size: 1.1rem;
    color: #380D01;
  }

  .slider-wrapper {
    overflow: hidden;
    position: relative;
    margin-top: 2rem;
  }

  .slider {
    display: flex;
    gap: 1rem;
    animation: scroll 20s linear infinite;
  }

  .slider img {
    height: 180px;
    width: 260px;
    object-fit: cover;
    border-radius: 15px;
    flex-shrink: 0;
  }

  @keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }

  
  .form-label {
    font-weight: 500;
    color: #380D01;
    margin-left: 15px;
  }

  .form-control {
    border-radius: 12px;
    border: 1px solid #380D01;
  }

  textarea.form-control {
    height: 120px;
  }

  .form-section {
    padding: 3rem 1rem;
    max-width: 900px;
    margin: auto;
  }

  .form-section h5 {
    color: #3a1509;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-left: 15px;
  }
  textarea::placeholder {
    color: #680C0D; /* Customize as you like */
    opacity: 1;
    font-style: italic;
    font-size: 14px!important;
  }

  /* about-section */

  
  .section-heading {
    font-size: 2.6rem;
    font-weight: 800;
    color: #380D01;
  }

  .section-text {
    font-size: 1.2rem;
    color: #380D01;
    max-width: 90%;
  }

  .highlight {
    font-weight: 700;
  }

  .image-rounded {
    width: 520px;
    height: 350px;
    border-radius: 20px;
    object-fit: cover;
  }

  @media (max-width: 768px) {
    .section-heading {
      font-size: 2rem;
    }
  }

  .section-heading {
    font-size: 2.5rem;
    font-weight: 800;
    color: #3a1509;
    text-align: left;
  }

  .section-desc {
    font-size: 1.1rem;
    color: #3a1509;
    /* max-width: 700px; */
    text-align: left;
  }

  .feature-card {
    text-align: center;
    margin-top: 2rem;
  }

  .feature-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .feature-card img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  }

  .feature-title {
    font-weight: 600;
    font-size: 1rem;
    color: #3a1509;
  }

  @media (max-width: 768px) {
    .section-heading {
      font-size: 2rem;
    }
  }

  
  .reserve-section {
    padding: 2rem 1rem;
  }

  .reserve-heading {
    font-size: 2.2rem;
    font-weight: 800;
    color: #380D01;
  }

  .reserve-subtext {
    color: #380D01;
    font-size: 1rem;
  }

  .reserve-subtext .highlight {
    font-weight: 600;
  }

  .reserve-btn {
    background-color: #800202;
    color: #fff;
    border-radius: 12px;
    padding: 0.6rem 1.5rem;
    border: none;
    transition: background-color 0.3s ease;
  }

  .reserve-btn:hover {
    color: #660000;
    background: #fff;
    border: 1px solid #660000;

  }


  /* review-css */

  .testimonial-card {
    background-color: #fff;
    border-radius: 15px;
    padding: 1.5rem 1rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
  }

  .testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
  }

  .testimonial-stars {
    color: #ffc107;
    font-size: 2.4rem;
    margin-bottom: 0.5rem;
  }

  .testimonial-text {
    font-weight: 600;
    font-size: 1rem;
    color: #3a1509;
    margin-bottom: 1rem;
  }

  .testimonial-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 0.5rem;
  }

  .testimonial-name {
    font-weight: 600;
    margin: 0;
  }

  .testimonial-role {
    font-size: 0.9rem;
    color: #6c757d;
  }



  .form-label {
    font-weight: 600;
    color: #380D01;
  }

  .form-control {
    border-radius: 10px;
    border: 1px solid #380D01;
  }
  .form-control::placeholder {
    color: #380D01; /* Customize as you like */
    opacity: 1;
    font-style: italic;
    font-size: 14px!important;
  }

  textarea.form-control {
    height: 150px;
  }

  .star-rating {
    color: #ffc107;
    font-size: 2.5rem;
    cursor: pointer;
  }

  .submit-btn {
    background-color: #800202;
    color: #fff;
    padding: 0.5rem 1.5rem;
    border: none;
    border-radius: 10px;
  }

  .submit-btn:hover {
    background-color: #660000;
  }

  .feedback-form {
    max-width: 900px;
    margin: auto;
    padding: 3rem 1rem;
  }