    :root {
  --primary-bg: #fff8f0;
  --accent-color: #652714; /* Rich Chocolate */
  --light-text: #4a4a4a;
  --cream: #fef3e2;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: var(--primary-bg);
  color: var(--light-text);
  font-family: 'Segoe UI', sans-serif;
}

h1, h2, h3, .navbar-brand {
  font-family: "Antonio", sans-serif;
}

.tm_btn {background-color: #5e331d; color: #fff;}
/*new nav*/
.navbar {background-color: #fbddce;}

.navbar-nav {
align-items: center;
}
.navbar .navbar-nav .nav-link {
color: #5e331d;
font-size: 1.1em;
padding: 0.5em 3em;
}
.dropdown-menu {
  font-family: "Antonio", sans-serif;
border-radius: 0 !important;

}
.nav-link.dropdown-toggle::after {
  display: none !important;
}
.navbar:hover {
  background-color: #f8f9fa; /* Light gray example — change as needed */
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
      
    }

    /* Dropdown hover + animation */
    @media (min-width: 768px) {
      .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
        animation: slideDown 0.3s ease-in-out forwards;
        margin-top: 0; /* prevent Bootstrap override jump */
      }
    }
    

    @keyframes slideDown {
      0% {
        opacity: 0;
        transform: translateY(10px);
      }
      100% {
        opacity: 1;
        transform: translateY(0px);
      }
    }

/*new nav*/

.top-bar a {
  font-weight: 500;
}



.navbar-brand img {
  height: 70px;
}

.tm_nav .nav-link {
  font-family: "Play", sans-serif;
  color: var(--light-text) !important;
  font-weight: 500;
}

.tm_nav .nav-link.active,
.tm_nav .nav-link:hover {
  color: var(--accent-color) !important;
}


.nav-link {
  font-family: "Antonio", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
text-transform: uppercase;
  font-style: normal;
  color: #4a4a4a !important;
}

/* Component-scoped styles for auth-tabs */
.auth-tabs .nav-link {
  background-color: #7e5c4a !important;;
  color: #fff !important;
}

.auth-tabs .nav-link.active,
.auth-tabs .nav-link:hover {
  color: #fff !important;
  background-color: #5e331d !important;
      border: 1px solid #5e331d;
}


.nav-link.active,
.nav-link:hover {
  color: #5e331d !important;
}

h1.display-4 {
  border: 3px solid var(--accent-color);
  display: inline-block;
  padding: 10px 20px;
  color: var(--accent-color);
  background: var(--cream);
  border-radius: 10px;
}

footer {
  margin-top: auto;
  background-color: var(--accent-color);
  color: #fff;
  padding: 20px 0;
}

footer a {
  color: #ffcf99;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

.btn-primary {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}

.btn-primary:hover {
  background-color: #4a1b0f;
  border-color: #4a1b0f;
}

.get-in-touch-btn {
  position: fixed;
  top: 40%;
  right: 0;
  background-color: var(--accent-color);
  color: white;
  padding: 10px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-weight: bold;
  cursor: pointer;
  z-index: 1050;
  border-radius: 0 5px 5px 0;
}

.contact-sidebar {
  position: fixed;
  top: 0;
  right: -320px;
  width: 300px;
  height: 100%;
  overflow-y: auto;
  z-index: 1051;
  transition: right 0.4s ease;
  background-color: #fff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}

.contact-sidebar.active {
  right: 0;
}

.contact-sidebar input,
.contact-sidebar textarea {
  border-radius: 10px;
}

.contact-sidebar h5 {
  color: var(--accent-color);
}
/* Chocolate-themed dropdown menu */
.dropdown-menu {
  background-color: #fff8f0;
  border: 1px solid #d6b08a;
}

.dropdown-menu .dropdown-item {
  color: #652714;
  font-weight: 500;
  text-transform: uppercase;
}

/* Optional: Smooth appearance */
.dropdown-menu {
  transition: all 0.2s ease;
  background-color: #fff8f0;
  border: 1px solid #d6b08a;
}

.dropdown-item {
  color: #652714;
  font-weight: 500;
}

.dropdown-item:hover {
  background-color: #f1e0d0;
  color: #4a1b0f;
}

.contact_info a {color: #fff; text-decoration: none;}
.contact_info a:hover {color: #fff; text-decoration: none;}

  .social-icons .social-icon {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #652714;
    font-size: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    position: relative;
  }

  .social-icons .social-icon:hover {
    background-color: #ffd9b3;
    color: #000;
    transform: translateY(-3px);
  }

  /* Optional: create soft "scallop" edge effect using pseudo element */
  .social-icon::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: repeating-radial-gradient(circle, #fff 0, #fff 1px, transparent 2px, transparent 3px);
    mask-image: radial-gradient(circle, white 60%, transparent 60.5%);
    z-index: -1;
  }
.footer_logo {background-color: #fff; padding: 10px;}


  .store-line {
    line-height: 1.8;
    font-size: 14px;
    background: #4d2c1d; /* Optional: cocoa brown background */
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: inset 0 0 10px rgba(255,255,255,0.05);
    font-family: 'Poppins', sans-serif;
  }

  .store-line span {
    margin: 0 6px;
    display: inline-block;
  }


  .hero-carousel .item {
    position: relative;
  }
  .hero-carousel-mobile .item {
    position: relative;
  }

.hero-carousel-mobile {display: none!important;}
  .banner-img {
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: cover;
  }

  .franchise-apply-btn-wrapper {
  text-align: center;
  margin: 40px 0;
}

.franchise-apply-btn-wrapper .btn-primary {
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
}


  @media (max-width: 768px) {
    .banner-img {
      max-height: 50vh;
    }
  }

  .float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
  font-size:30px;
  z-index:100;
  line-height: 60px;
}

.my-float{
    margin-top:16px;
}

 @media (max-width: 1365px) {

.navbar .navbar-nav .nav-link {
color: #5e331d;
font-size: 1.1em;
padding: 0.5em 2em;
}

 }

 @media (max-width: 1351px) {

.navbar .navbar-nav .nav-link {
color: #5e331d;
font-size: 1.1em;
padding: 0.5em 1em;
}

 } 

  @media (max-width: 480px) {
    .hero-carousel-mobile {display: block!important;}
    .hero-carousel {display: none!important;}
    .banner-img {
      max-height: 40vh;
    }
    .navbar-brand img {
    height: 50px;
  }
  .float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:10px;
    right:10px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
  font-size:30px;
  z-index:100;
  line-height: 60px;
}
  }

  .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 15px;
  }

  .owl-nav button {
    background: rgba(0,0,0,0.4);
    color: #fff;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    border-radius: 50%;
    transition: background 0.3s;
  }

  .owl-nav button:hover {
    background: #652714;
  }

  .owl-dots {
    text-align: center;
    margin-top: 10px;
  }

  .owl-dot span {
    background: #ccc !important;
  }

  .owl-dot.active span {
    background: #652714 !important;
  }

.product-section {
  background: #fff7f2;
}

.product-title-tm {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #3b2e2e;
}
.product-title {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #3b2e2e;
}

.product-price {
  color: #7b4b3a;
  font-weight: bold;
  margin: 10px 0;
}

.add-to-cart-btn {
  border: 1px solid #3b2e2e;
  background: transparent;
  color: #3b2e2e;
  padding: 8px 18px;
  text-transform: uppercase;
  font-size: 14px;
  transition: 0.3s;
}

.add-to-cart-btn:hover {
  background: #5e331d;
  color: #fff;
}

.veg-tag {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #000;
  color: white;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 0 0 5px 5px;
}
.section-heading {
  font-family: "Antonio", sans-serif;
  /*font-family: 'Poppins', sans-serif;*/
  font-size: 2.5rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: 50px;
  position: relative;
}

.section-heading::after {
  content: '';
  width: 60px;
  height: 4px;
  background-color: #5e331d;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}


.about-us-section {
 
}
.about-us-section h2 {
  font-size: 32px;
  color: #5e331d;
  border-left: 5px solid #e74c3c;
  padding-left: 15px;
}
.about-us-section p {
  font-size: 16px;
  line-height: 1.6;
}
.about-us-section .btn {
  padding: 8px 20px;
  transition: all 0.3s ease;
}
.about-us-section .btn:hover {
  background-color: #e74c3c;
  color: white;
  border-color: #e74c3c;
}


  .get-in-touch-btn {
    position: fixed;
    top: 40%;
    Right: 0;
    background-color: #3f9106;
    color: white;
    padding: 10px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: bold;
    cursor: pointer;
    z-index: 1050;
    border-radius: 0 5px 5px 0;
  }

  .contact-sidebar {
    position: fixed;
    top: 0;
    Right: -320px;
    width: 300px;
    height: 100%;
    overflow-y: auto;
    z-index: 1051;
    transition: Right 0.4s ease;
  }

  .contact-sidebar.active {
    Right: 0;
  }
  .product-img {
  width: 100%;
  aspect-ratio: 1/1; /* makes a square container */
  overflow: hidden;
  position: relative;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* maintain aspect ratio, crop if needed */
  object-position: center; /* center the crop */
  display: block;
}

/* faq css */

.sd_faq .faq-header {
    background-color: #4CAF50;
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 10px;            
}
.sd_faq .accordion-button {
    background-color: #e8f5e9;
    color: #2f4f2f;
}
.sd_faq .accordion-button:focus {
    box-shadow: none;
}
.sd_faq .accordion-button:not(.collapsed) {
    background-color: #7caf4c;
    color: white;
    font-size: 18px;
}
.sd_faq .accordion-item {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

/* faq css end */

/* about us */

     /* Banner */
    .page-banner {
      position: relative;      
      height: 250px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      margin-bottom: 40px;
    }

    .page-banner::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgb(0 0 0 / 25%)
    }

    .page-banner h1 {
      position: relative;
      color: #fff;
      font-size: 48px;
      z-index: 1;
    }

    .breadcrumb {
      position: relative;
      background: transparent;
      z-index: 1;
    }

    .breadcrumb-item a {
      color: #000000;
    }

    .breadcrumb-item.active {
      color: #5e331d;
    }

    /* Contact Section */
    .contact-area {
      display: flex;
      flex-wrap: wrap;
      background: #fff;
      border-radius: 8px;
      overflow: hidden;
      margin-top: -50px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    }

    .contact-left {
      background: var(--accent-color);
      color: #fff;
      flex: 1;
      padding: 40px;
      min-width: 300px;
    }

    .contact-left h2 {
      margin-bottom: 20px;
    }

    .contact-left p {
      margin-bottom: 20px;
      line-height: 1.8;
    }

    .contact-left .info-item {
      margin-bottom: 15px;
    }

    .contact-left .info-item i {
      margin-right: 10px;
    }

    .contact-right {
      flex: 1;
      padding: 40px;
      min-width: 300px;
      background: var(--cream);
    }

    .contact-right .form-control {
      border-radius: 6px;
    }

    .contact-right button {
      background: var(--accent-color);
      border: none;
    }

    .contact-right button:hover {
      background: #4a1b0f;
    }

    /* Map */
    .map-container {
      margin-top: 40px;
      border-radius: 10px;
      overflow: hidden;
    }

    @media (max-width: 768px) {
      .contact-area {
        flex-direction: column;
      }

      @media (max-width: 480px) {
  .page-banner {
    height: 130px;
    padding: 0 15px;
  }

  .page-banner h1 {
    font-size: 26px;
  }

  .breadcrumb {
    font-size: 12px;
  }


    }

  .about-us {
    padding: 80px 0;
  }

  .about-us .section-title {
    color: var(--accent-color);
    font-weight: 700;
    margin-bottom: 20px;
  }

  .about-us p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
  }

  .about-us img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  }

  @media (max-width: 768px) {

    .about-us {
      padding: 40px 0;
    }
  }

  .page-content {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
}

.page-banner h1 {
  font-size: 42px;
}

@media (max-width: 768px) {
  .page-banner {
    height: 150px;
  }
  .page-banner h1 {
    font-size: 28px;
  }

    .page-content {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
  text-align: justify;
}

}



.mt_brunch {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.branch-box {
  transition: all 0.3s ease;
}

.branch-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.branch-box h5 {
  color: #5e331d!important;
  font-size: 1.05rem;
  letter-spacing: 0.5px;
}

.branch-box p {
  line-height: 1.5;
}
