* {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.nav {
  width: 100%;
/* background-image: radial-gradient(circle, #f6b8ea, #f4ace7, #f2a0e4, #f094e1, #ee88de); */
    background-color: #f5b7faf0;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
  /* padding: 3px; */
}

.nav-wrapper {
  display: flex;
  justify-content: center;
}

.nav>.nav-header {
  flex: 0.95;
  padding-left: 1rem;
}

.nav>.nav-list {
  display: flex;
  gap: 0.5rem;
  font-size: 18px;
  margin-top: 10px;
}

.nav>.nav-list>li {
  list-style-type: none;
}


.link {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}


.nav>#nav-check {
  display: none;
}

@media (max-width: 680px) {
  .nav {
    padding: 1rem;
    color: rgb(237, 207, 40);
  }

  .nav>.nav-btn {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 5;
    padding-top: 0.2rem;
  }

  .nav>.nav-btn>label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }

  .nav>.nav-btn>label>span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
  }

  .nav>.nav-list {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    /* background-color: #b941a2; */
    height: 0;
    transition: all 0.3s ease-in;
    top: 80px;
    left: 0;
    overflow: hidden;

  }

  .nav>.nav-list>li {
    width: 100%;
    margin-top: 1.5rem;

  }

  .nav>#nav-check:checked~.nav-list {
    height: calc(100vh - 50px);
  }
}

.nav ul li {
  color: black;
  font-size: 18px;
  border-radius: 15px;
  padding: 0.3rem;

  border: #fdfcfb solid 2px;

}

.nav ul li:hover {
  transition: 0.3s ease-in-out;
  padding: 0.5rem;

}

@media (max-width: 680px) {
  .nav {
    padding: 1rem;
  }

  .nav>.nav-btn {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 20px;
    cursor: pointer;

  }

  .nav>.nav-btn>label {
    display: block;
    width: 40px;
    /* height: 40px; */
    background: #f1e98c;
    border-radius: 8px;
    text-align: center;
    padding-top: 12px;
    border: black solid 1px;

  }

  .nav>.nav-btn>label span {
    display: block;
    width: 25px;
    height: 5px;
    background: black;
    margin: 2px -4px;
    border-radius: 10px;

  }

  .nav>.nav-list {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    background-color: #f5b7faf0;
    max-height: 80vh;
    /* Restrict height */
    overflow-y: auto;
    /* Enable scrolling */
    top: 80px;
    left: 0;
    transition: all 0.3s ease-in-out;
  }

  .nav>.nav-list>li {
    width: 95%;
    padding: 15px 0;
    text-align: center;
  }

  .nav>.nav-list>li:hover {
    /* background-color: #eb12c9; */
    border: black 1px solid;
    color: black;
  }

  .nav>#nav-check:checked~.nav-list {
    height: auto;
    max-height: 80vh;

  }
}

.logo {
  width: 100px;
  height: 100px;
  max-width: 100%;
  border-radius: 60%;
}

@media (max-width: 320px) and (max-width: 425px) {
  .nav {
    padding: 5px;
  }
}

@media (max-width: 768px) {
  .logo {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 480px) {
  .logo {
    width: 80px;
    height: 80px;
  }
}

.uppar-line {
  background-color: beige;
  color: black;
  font-weight: 500;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 30px;
  text-decoration: none;
  border-radius: 50%;
}

.btn-whatsapp-pulse-border {
  bottom: 120px;
  right: 20px;
}


@media (max-width: 576px) {
  .carousel-caption h1 {
    font-size: 1.5rem;
  }

  .carousel-caption p {
    font-size: 0.9rem;
  }

  .carousel-caption .btn {
    font-size: 0.8rem;
    padding: 0.4rem 1rem;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .carousel-caption h1 {
    font-size: 2rem;
    margin-top: 5px;
  }

  .carousel-caption p {
    font-size: 1rem;
  }

  .carousel-caption .btn {
    font-size: 0.9rem;
    padding: 0.5rem 1.25rem;
  }
}

@media (min-width: 769px) {
  .carousel-caption h1 {
    font-size: 2.5rem;
  }

  .carousel-caption p {
    font-size: 1.1rem;
  }

  .carousel-caption .btn {
    font-size: 1rem;
    padding: 0.6rem 1.5rem;
  }
}

.carousel-img {
  height: 600px;
  object-fit: cover;
  width: 100%;
}

/* Optional: Adjust height for smaller screens */
@media (max-width: 768px) {
  .carousel-img {
    height: 400px;
  }
}

@media (max-width: 576px) {
  .carousel-img {
    height: 300px;
  }
}

/* General Style */
.custom-social-header {
  background-color: #1c1d1e;
  /* Dark Background */
  padding: 8px;
}

.custom-container {
  max-width: 1200px;
  margin: 0 auto;
}

.custom-social-icons {
  display: flex;
  justify-content: center;
  /* Default: Centered on smaller screens */
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.custom-social-icon {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

/* Icon Circle Style */
.custom-icon-circle {
  background-color: #313335;
  /* Secondary color */
  border-radius: 50%;
  padding: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
  border: #0000 solid 1px;
}

/* Text Style */
.custom-social-text {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.9;
  transition: opacity 0.3s ease;
  color: #ffff;
}

/* Separator */
.custom-separator {
  color: #fff;
  /* opacity: 0.5; */
  font-size: 20px;
  margin: 0 5px;
}

/* Hover Effects */
.custom-social-icon:hover .custom-icon-circle {
  background-color: #f0ead8;
  /* Yellow for hover */
  color: #1c1d1e;
}

.custom-social-icon:hover .custom-social-text {
  opacity: 1;
}

/* Responsive: Small Screens */
@media (max-width: 576px) {
  .custom-social-icons {
    justify-content: center;
  }

  .custom-social-text {
    display: none;
    /* Hide text labels on small screens */
  }

  .custom-social-icon {
    gap: 10px;
  }

  .custom-separator {
    display: none;
    /* Hide separators on mobile */
  }
}

/* Align icons to the right on Tablets and Laptops */
@media (min-width: 576px) and (max-width: 2560px) {
  .custom-social-icons {
    justify-content: flex-end;
    /* Align to right on tablets and laptops */
    margin-right: 20px;
  }
}

/* Align icons to the right on Laptops and Larger Screens */
@media (min-width: 992px) {
  .custom-social-icons {
    justify-content: flex-end;
    /* Align to right on larger screens */
  }
}

@media (min-width: 320px) and (max-width: 535px) {
  .custom-social-icons {
    justify-content: center;
    /* Align to right on tablets and laptops */
  }
}


/* Hover Effects on Icons */
.custom-social-icon:hover {
  color: #e9bf42;
  /* Change icon color on hover */
}

.custom-social-icon:hover .custom-icon-circle i {
  transform: scale(1.1);
  /* Slight scaling effect */
}

.custom-social-header {
  background-color: #f9f9f9;
  border-bottom: 1px solid #ddd;
}

.custom-quote {
  flex: 1;
  color: #0b0a0a;
  font-style: italic;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 600;
}

.custom-social-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.marque {
  font-style: normal;
}

.marquee-contact {
  color: #ffea00;
  font-weight: 600;
  font-size: 15px;
}

.contact-number {
  color: #ffffff;
  font-weight: bold;
  margin: 0 5px;
}

.heading-wrapper {
  text-align: center;
  margin: 40px 0;
}

.sub-heading {
  font-size: 16px;
  color: #e60000;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.main-heading {
  font-size: 36px;
  color: #e60000;
  font-weight: bold;
  margin: 0;
}

.underline-img {
  margin-top: 10px;
  width: 120px;
  opacity: 0.2;
}

.heading-wrapper {
  text-align: center;
  margin: 50px 0;
}

.sub-heading {
  font-size: 16px;
  color: #ff5e5e;
  /* soft red */
  font-weight: 600;
  letter-spacing: 1.2px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.main-heading {
  font-size: 38px;
  color: #d60000;
  /* deeper red */
  font-weight: bold;
  margin: 0;
}

.heading-underline {
  width: 140px;
  height: 6px;
  margin: 14px auto 0;
  border-radius: 30px;
  background: linear-gradient(90deg, #ff8a65, #ffc107, #ff8a65);
  /* soft orange-gold */
  opacity: 0.8;
  box-shadow: 0 4px 10px rgba(255, 138, 101, 0.4);
}

.branches-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.branch-card {
  background: #fff;
  padding: 25px;
  width: 45%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #090909;
  box-sizing: border-box;
}

.branch-card .icon {
  font-size: 30px;
  color: red;
  text-align: center;
  margin-bottom: 10px;
}

.branch-card h2 {
  text-align: center;
  margin: 10px 0;
  font-size: 24px;
}

.branch-card p {
  text-align: center;
  margin: 5px 0;
  font-size: 17px;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .branch-card {
    width: 90%;
  }
}

@media (max-width: 600px) {
  .branch-card {
    width: 100%;
    margin: 0 auto;
  }

  .branches-container {
    gap: 15px;
    padding: 10px;
  }

  .branch-card h2 {
    font-size: 20px;
  }

  .branch-card p {
    font-size: 14px;
  }
}

.icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  /* Adjust as needed */
}

.icon-red {
  background-color: red;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin: 5px;
  text-align: center;
}



    header {
      text-align: center;
      padding: 2rem 1rem;
    }

    header h1 {
      font-size: 2.5rem;
      color: white;
      margin: 0;
      text-shadow: 1px 1px 4px #00000040;
    }

    .reel-gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 1.5rem;
      padding: 2rem;
      max-width: 1200px;
      margin: auto;
    }

    .reel {
      background-color: white;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
    }

    .reel:hover {
      transform: scale(1.03);
    }

    .reel iframe {
      width: 100%;
      height: 400px;
      border: none;
    }

    .caption {
      padding: 1rem;
      text-align: center;
      font-weight: bold;
    }

    @media (max-width: 768px) {
      .reel iframe {
        height: 300px;
      }
    }

    .reel-gallery {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      gap: 1.5rem;
      padding: 2rem;
      max-width: 1200px;
      margin: auto;
    }

    .reel {
      position: relative;
      overflow: hidden;
      border-radius: 15px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.2);
      cursor: pointer;
      /* background: #eea4f0; */
      transition: transform 0.3s ease;
    }

    .reel:hover {
      transform: scale(1.03);
    }

    .reel img {
      width: 100%;
      height: auto;
      display: block;
    }

    .play-overlay {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: rgba(0,0,0,0.5);
      padding: 10px 15px;
      border-radius: 50%;
      transition: 0.3s ease;
    }

    .play-overlay svg {
      width: 40px;
      height: 40px;
      fill: #fff;
    }

    .reel:hover .play-overlay {
      background: rgba(0,0,0,0.7);
    }

    @media (max-width: 600px) {
      .play-overlay svg {
        width: 30px;
        height: 30px;
      }
    }

     

    .contact-container {
      padding: 50px 20px;
      max-width: 1000px;
      margin: auto;
      text-align: center;
    }

    .contact-container h1 {
      font-size: 2.5rem;
      color: #b71c1c;
      margin-bottom: 10px;
    }

    .contact-container p {
      font-size: 1rem;
      color: #444;
    }

    .contact-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 40px;
      gap: 20px;
    }

    .contact-form {
      flex: 1;
      min-width: 300px;
      display: flex;
      flex-direction: column;
      gap: 15px;
      max-width: 450px;
    }

    .contact-form input,
    .contact-form textarea {
      padding: 12px;
      font-size: 1rem;
      border: 1px solid #ccc;
      border-radius: 8px;
    }

    .contact-form button {
      background-color: #b71c1c;
      color: #fff;
      padding: 12px;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      font-weight: bold;
      transition: background 0.3s ease;
    }

    .contact-form button:hover {
      background-color: #d84315;
    }

    .contact-info {
      flex: 1;
      background: #fff8e1;
      padding: 10px;
      /* border-radius: 16px; */
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      border: 1px solid #f9a825;
      transition: transform 0.3s ease;
      box-sizing: border-box;
      max-width: 450px;
      text-align: center;
      height: fit-content;
    }

    .contact-info:hover {
      transform: translateY(-5px);
    }

    .contact-info h3 {
      color: #bf360c;
      margin-bottom: 20px;
      font-size: 1.5rem;
      border-bottom: 2px solid #fbc02d;
      display: inline-block;
      padding-bottom: 5px;
    }

    .contact-info p {
      margin: 12px 0;
      font-size: 1rem;
      color: #5d4037;
      line-height: 1.6;
      word-break: break-word;
    }

    .contact-info strong {
      color: #6d4c41;
    }

    .contact-info a {
      color: #d84315;
      text-decoration: none;
      font-weight: 500;
      transition: color 0.2s ease;
      word-wrap: break-word;
    }

    .contact-info a:hover {
      color: #bf360c;
    }

    /* Tablet and Mobile (up to 768px) */
    @media (max-width: 768px) {
      .contact-wrapper {
        flex-direction: column;
        align-items: center;
      }

      .contact-form,
      .contact-info {
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
        text-align: left;
      }

      .contact-info h3 {
        font-size: 1.4rem;
      }

      .contact-info p,
      .contact-info a {
        font-size: 0.95rem;
      }
    }

    /* Mobile specific (320px to 480px) */
    @media (min-width: 320px) and (max-width: 480px) {
      .contact-form,
      .contact-info {
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
        padding: 15px;
        box-sizing: border-box;
        text-align: center;
      }

      .contact-info h3 {
        font-size: 1.2rem;
      }

      .contact-info p,
      .contact-info a {
        font-size: 0.9rem;
      }
    }

     .filter-btn {
      background-color: #facc15;
      border: none;
      padding: 8px 20px;
      margin: 5px;
      border-radius: 30px;
      font-weight: 600;
      transition: 0.3s;
    }

    .filter-btn:hover,
    .filter-btn.active {
      background-color: #eab308;
      color: white;
    }

    .text-marathi {
      font-size: 1.1rem;
      color: #92400e;
    }

    /* Special Products Section Background & Floating Blobs */
    #special-products {
      position: relative;
      background-color: #fff0db;
      /* soft creamy */
      overflow: hidden;
      z-index: 0;
    }

    /* Floating sweet blobs */
    #special-products::before,
    #special-products::after,
    #special-products .blob1,
    #special-products .blob2,
    #special-products .blob3 {
      content: "";
      position: absolute;
      border-radius: 50%;
      opacity: 0.6;
      filter: blur(25px);
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      animation-direction: alternate;
      z-index: 0;
    }

    /* Big yellow ladoo blob */
    #special-products::before {
      width: 250px;
      height: 250px;
      background: #f9a825;
      /* ladoo yellow */
      top: -100px;
      left: -150px;
      animation-name: float1;
      animation-duration: 12s;
    }

    /* Orange kajukadli blob */
    #special-products::after {
      width: 200px;
      height: 200px;
      background: #ff6f00;
      /* kajukadli orange */
      bottom: -80px;
      right: -120px;
      animation-name: float2;
      animation-duration: 10s;
    }

    /* Smaller burfi blob */
    #special-products .blob1 {
      width: 150px;
      height: 150px;
      background: #fbc02d;
      /* burfi golden */
      top: 30%;
      left: 70%;
      animation-name: float3;
      animation-duration: 14s;
    }

    /* Another small ladoo blob */
    #special-products .blob2 {
      width: 100px;
      height: 100px;
      background: #ff28f4;
      top: 60%;
      left: 20%;
      animation-name: float1;
      animation-duration: 16s;
    }

    /* Small kajukadli blob */
    #special-products .blob3 {
      width: 120px;
      height: 120px;
      background: #ffa726;
      top: 10%;
      left: 40%;
      animation-name: float2;
      animation-duration: 18s;
    }

    /* Animation keyframes for smooth floating */
    @keyframes float1 {
      0% {
        transform: translate(0, 0) scale(1);
      }

      50% {
        transform: translate(20px, -30px) scale(1.05);
      }

      100% {
        transform: translate(0, 0) scale(1);
      }
    }

    @keyframes float2 {
      0% {
        transform: translate(0, 0) scale(1);
      }

      50% {
        transform: translate(-15px, 20px) scale(0.95);
      }

      100% {
        transform: translate(0, 0) scale(1);
      }
    }

    @keyframes float3 {
      0% {
        transform: translate(0, 0) scale(1);
      }

      50% {
        transform: translate(25px, 15px) scale(1.1);
      }

      100% {
        transform: translate(0, 0) scale(1);
      }
    }

    #special-products .container {
      position: relative;
      z-index: 1;
    }


    
.footer-07 {
  background: #121212;
  padding: 4em 1em; /* Reduced padding for smaller devices */
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  width: 100%;
  text-align: center;
}

.footer-heading .logo {
  word-break: break-word;
  font-size: 20px; /* Adjust if it's too big on mobile */
  /* display: inline-block; */
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  color: #fff;
}


.footer-07 .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin-top: 15px;
}

.footer-07 .menu a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: 0.3s;
}

.footer-07 .menu a:hover {
  color: #ffbd59;
}

.ftco-footer-social {
  margin-top: 20px;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.ftco-footer-social li {
  margin: 5px;
}

.ftco-footer-social a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: 0.3s;
  text-decoration: none;
}

.ftco-footer-social a:hover {
  color: #25D366;
}

.footer-07 .copyright {
  margin-top: 15px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

/* WhatsApp Footer */
.whatsapp-footer {
  background: #202020;
  padding: 10px;
  text-align: center;
}

.whatsapp-footer a {
  color: #25D366;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s;
}

.whatsapp-footer a:hover {
  color: #fff;
}

/* Responsive Fix */
@media (max-width: 576px) {
  .footer-07 {
    padding: 2em 1em;
  }

  .footer-07 .menu {
    flex-direction: column;
    gap: 6px;
  }

  .ftco-footer-social {
    justify-content: center;
  }

  .ftco-footer-social a {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

  .footer-heading .logo {
    font-size: 18px;
    /* word-wrap: break-word; */
  }

  .footer-07 .copyright {
    font-size: 13px;
  }
}

.main-branch-badge {
  display: inline-block;
  background-color: #ffc107; /* Bootstrap warning color */
  color: #212529;            /* Dark text */
  padding: 0.4em 0.6em;
  font-size: 0.9rem;
  border-radius: 0.5rem;
  font-weight: 500;
}

/* Hide separator by default (mobile view) */
.separator {
  display: none;
}

/* Show separator on tablet and larger screens (min-width: 768px) */
@media (min-width: 768px) {
  .separator {
    display: inline;
    margin: 0 8px;
    color: #fbf8f8; /* Optional: change color */
  }
}
