:root{
  --marquee-height:44px; /* desktop */
  --header-top: var(--marquee-height);
  --header-height:80px;  /* approx header visible height */
  --body-offset: calc(var(--marquee-height) + var(--header-height)); /* 124px */
  --accent-1: #ff9800;
  --accent-2: #ff5722;
}

/* -------------------------
   BODY / GLOBAL LAYOUT
   
   ------------------------- */
body {
  padding-top: 124px !important;
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

/* prevent horizontal scroll */
html, body {
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: flex;*/
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
font-family: "Playfair Display", serif;   
  font-weight: 700;
  text-align: center;
  color: #2c1810; 
    text-transform: capitalize;
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  font-size: 3rem;      
  margin-bottom: 15px;
}


.heading_container h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #ff9800, #ff5722); 
  margin: 12px auto 0;
  border-radius: 2px;
}



.heading_container p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #6c6c6c;
  margin-top: 15px;
  line-height: 1.6;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}


.heading_container p {
  font-family: "Poppins", sans-serif;   
  font-weight: 400;
  text-align: center;
  color: #6c6c6c;
  font-size: 1.2rem;     
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}




@font-face {
  font-family: "SnellBT Regular";
  src: url(../fonts/SnellBT-Regular.otf);
  font-weight: 500;
}

@font-face {
  font-family: "SnellBT Bold";
  src: url(../fonts/SnellBT-Bold.otf);
  font-weight: 700;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main_body_content {
  margin: 45px 45px 0 45px;
  /* -webkit-box-shadow: 0 0 95px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 95px 0 rgba(0, 0, 0, 0.07); */
          box-shadow: 0 0 95px rgba(0,0,0,0.07);
  box-sizing: border-box;
}



/*top marque*/

/* Top marquee bar – improved size */
.top-marquee {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  /* height: 44px;   */
    height: var(--marquee-height);
  line-height: var(--marquee-height);             
  /* line-height: 44px;          */
  z-index: 1100;
  /* background: linear-gradient(90deg, #ff9800, #ff5722); */
   background: linear-gradient(90deg, var(--accent-1), var(--accent-2));
  color: #fff;
  font-size: 16px;          
  font-weight: 700;           
  overflow: hidden;
  white-space: nowrap;
}

/* Moving text */
.marquee-track {
  display: inline-block;
  padding-left: 100%;
  animation: marqueeMove 20s linear infinite; 
}

/* Animation */
@keyframes marqueeMove {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}


@media (max-width: 576px) {
  .top-marquee {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }

.header_section {
    top: 38px;
  }
}


/* End */

/*header section*/

@media (max-width: 991px) {
    .hero_area {
        height: 252px !important;
        margin-top: 0 !important;
    }
}

@media (max-width: 768px) {
    .hero_area {
        width: 100% !important;
        margin-top: 0 !important;
        /* margin: 73px auto !important; */
        margin-bottom: 22px !important;
    }
}

.hero_area {
  /*height: calc(100vh - 45px);*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.sub_page .hero_area {
  height: auto;
}



/* Sticky Header */
.header_section {
  position: fixed;
  top: 44px;
  left: 0;
  width: 100%;
  z-index: 1000;   
  background: #fff; 
  box-shadow: 0 2px 8px rgba(0,0,0,0.1); 
}

/* Body padding content header  */
/* body {
  padding-top: 120px; 
} */




.header_section .container-fluid {
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 10px 30px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
  color: #000000;
}

.navbar-brand {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  font-family: "SnellBT Regular", sans-serif;
  color: #000000;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_btn-container a {
  color: #000000;
  margin: 0 30px;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
}

.custom_nav-container {
  z-index: 99999;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #46200b;
  border-radius: 5px;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #46200b;
  border-radius: 5px;
  top: -10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}


/* CTA Button */
.order-btn {
  background: #8a7bdc;
  color: #fff;
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(138,123,220,.35);
}
.order-btn:hover {
  background: #6a5acd;
  color: #fff;
  text-decoration: none;
}
/*end header section*/
/* ==========================
   Hero / Slider Section
========================== */
/* Center the hero container & limit width */
.hero_area {
  width: 100%;              
  /*max-width: 1200px;      */
  margin: 30px auto;      
  box-sizing: border-box;
  padding: 0 12px;         
}

/* Video box styles */
.video-box {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  background: #000;
}
.video-box img{
  position: absolute; width: 100px; height: 100px; right: 10px; top: 10px;
}
@media (max-width: 768px) {
  .video-box img{
    display: none;
  }
} 

/* Use specific heights for good visual balance */
.bg-video {
  width: 100%;
  height: 529px;            
  /*height: 100vh;*/
  object-fit: cover;  
  /* object-fit: contain;    */
   object-position: center;  
  display: block;
  border-radius: 14px;
}

/* Text overlay centered inside the box */
.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 100%;
  max-width: 900px;
  padding: 20px;
  text-align: center;
  color: #fff;
}

/* Heading + paragraph sizing */
.text-overlay .tagline {
  color: #ffd966;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.text-overlay h1 {
  font-size: 3.6rem;
  margin: 0 0 12px;
  line-height: 1.12;
}
.text-overlay h1 span { color: #ff9800; }
.text-overlay p {
  font-size: 1.05rem;
  margin-bottom: 16px;
  color: rgba(255,255,255,0.92);
}

/* CTA button */

.cta_section .btn {
  margin: 10px;
  padding: 14px 26px;
  border-radius: 30px;
  font-weight: 600;
}


.explore-btn {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 28px;
  background: linear-gradient(135deg,#ff9800,#ff5722);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  transition: transform .18s ease, box-shadow .18s ease;
}
.explore-btn:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(0,0,0,0.28); }

/* Optional overlay for readability on very bright videos */
.video-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.22), rgba(0,0,0,0.38));
  pointer-events: none;
  z-index: 2;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .hero_area { width: 90%; margin-top: 0 !important; }
  .bg-video { height: 340px; }
  .text-overlay h1 { font-size: 2.1rem; }
  .text-overlay p { font-size: 1rem; }
}

@media (max-width: 768px) {
  .hero_area { width: 96%; margin: 20px auto; margin-top: 0 !important;}
  .bg-video { height: 260px; }
  .text-overlay { padding: 12px; max-width: 95%; }
  .text-overlay h1 { font-size: 1.6rem; }
  .text-overlay p { font-size: 0.95rem; }
  .explore-btn { padding: 8px 18px; font-size: 0.95rem; }
}

@media (max-width: 480px) {
  .bg-video { height: 175px; object-position: center 30%; }
  .text-overlay { transform: translate(-50%, -45%); }
  .text-overlay h1 { font-size: 1.35rem; }
  .text-overlay p { display: none; } 
}


/*end slider */



.about_section .detail-box p {
  color: #6c6c6c;
  font-size: 1rem;
  line-height: 1.6;
}

.about_section .detail-box a.read-more-btn {
  display: inline-block;
  padding: 10px 22px;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(45deg, #ff8800, #ffcc00);
  border-radius: 25px;
  margin-top: 20px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.about_section .detail-box a.read-more-btn:hover {
  background: linear-gradient(45deg, #ffcc00, #ff8800);
  transform: translateY(-2px);
}

.about_section .img-box img {
  width: 100%;
  height: auto;
  border-radius: 64px;
  box-shadow: 0px 8px 20px rgba(0,0,0,0.15);
  margin-top: 42px;
}

@media (max-width: 768px) {
  .about_section .detail-box {
    text-align: center;
    margin-bottom: 20px;
  }
  .about_section .detail-box p {
    font-size: 0.95rem;
    line-height: 1.5;
  }
  .about_section .img-box img {
    max-width: 90%;
    margin: 0 auto;
    display: block;
  }
}

/* Chocolate Slider */
.chocolate_slider .box {
  border-radius: 12px;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  text-align: center;
}

.chocolate_slider .box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.chocolate_slider .img-box {
  width: 100%;
  height: 250px; 
  overflow: hidden;
  border-radius: 10px;
}

.chocolate_slider .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Detail Box Always Visible */
.chocolate_section .box .detail-box {
  width: 100%;
  background: #fff;
  color: #333;
  padding: 15px;
  margin-top: 10px;
  opacity: 1;              
  visibility: visible;      
  position: relative;
  text-align: center;
}

.chocolate_section .box .detail-box h6 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
}

.chocolate_section .box .detail-box h6 span {
  color: #cb4e08;
}

.chocolate_section .box .detail-box h5 {
  font-weight: 600;
  color: #ff8800;
  margin-bottom: 12px;
}

.chocolate_section .box .detail-box a {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 25px;
  background: linear-gradient(45deg, #ff8800, #ffcc00);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.chocolate_section .box .detail-box a:hover {
  background: linear-gradient(45deg, #ffcc00, #ff8800);
}


.offer_section {
  font-family: "SnellBT Regular", sans-serif;
}

.offer_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.offer_section .box .detail-box {
  border: 1px solid #6c6c6c;
  width: 100%;
  padding: 45px 15px 225px 15px;
}

.offer_section .box .detail-box h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #46200b;
}

.offer_section .box .detail-box h3 {
  font-weight: bold;
}

.offer_section .box .detail-box a {
  font-family: "Poppins", sans-serif;
  display: inline-block;
  padding: 8px 30px;
  background-color: #46200b;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #46200b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  margin-top: 15px;
}

.offer_section .box .detail-box a:hover {
  background-color: transparent;
  color: #46200b;
}

.offer_section .box .img-box {
  margin-top: -190px;
}

.offer_section .box .img-box img {
  width: 100%;
}

.offer_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}

.offer_section .btn-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "SnellBT Regular", sans-serif;
  color: #46200b;
  font-weight: bold;
  margin-top: 25px;
  font-size: 20px;
}

.offer_section .btn-box a span {
  margin-right: 5px;
}

.offer_section .btn-box a img {
  width: 65px;
}

.about_section {
  /* background: #fffaf7; */
   background: #ffffff;
  color: #333;
}

.about_section h2 {
  font-size: 45px;
  font-weight: 700;
  color: #a04120;
}

.about_section .sub-heading {
  font-size: 18px;
  color: #555;
}

.about_section h3 {
  font-size: 22px;
  font-weight: 600;
  color: #46200b;
  margin-bottom: 15px;
}

.about_section p {
  font-size: 16px;
  line-height: 1.6;
}

.about_section ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.about_section ul li {
  margin-bottom: 10px;
  font-size: 16px;
}

.about_section img {
  max-height: 520px;
  /* object-fit: cover; */
}

.page-hero {
  padding: 90px 0 60px;
  background: linear-gradient(180deg, #fff7e6, #ffffff);
}

.page-hero h1 {
  font-size: 40px;
  font-weight: 600;
}

.page-hero p {
  font-size: 16px;
  color: #666;
}


/* end about */

/* ================= GALLERY ================= */

.gallery-carousel .item {
  border-radius: 18px;
  overflow: hidden;
}

.gallery-carousel img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 18px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Hover effect */
.gallery-carousel .item:hover img {
  transform: scale(1.06); /* balanced premium zoom */
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
}

/* Owl nav buttons */
.gallery-carousel .owl-nav button {
  background: #ff9800 !important;
  color: #fff !important;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 18px;
}

.gallery-carousel .owl-nav button:hover {
  background: #ff5722 !important;
}

/* Mobile gallery */
@media (max-width: 576px) {
  .gallery-carousel img {
    height: 200px;
  }
}


/* ================= CHOCOLATE SLIDER ================= */

.chocolate_slider .box {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.chocolate_slider .img-box img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 16px;
}

/* Hover effect */
.chocolate_slider .box:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 38px rgba(0,0,0,0.18);
}

.chocolate_slider .detail-box {
  padding: 15px;
}

/* Mobile chocolate slider */
@media (max-width: 576px) {
  .chocolate_slider .img-box img {
    height: 200px;
  }
}


/*********************************************************/

 /* Gallery Section */
.gallery-header {
    text-align: center;
    margin-top: 50px !important;
}

 .gallery-header h2 {
  font-family: "SnellBT Regular", sans-serif;
  font-weight: bold;
  color: #46200b;
  font-size: 3rem;
}

/* Default heading style */
/*#gallery .heading_container h2 {
    font-size: 36px; 
    line-height: 1.2;
    margin-bottom: 10px;
}*/

/* Paragraph style */
/*#gallery .heading_container p {
    font-size: 16px;
    line-height: 1.5;
}*/

.gallery-header p {
  font-family: "SnellBT Regular", sans-serif;
  color: #6c6c6c;
  font-size: 1.9rem;
}

.gallery-header {
  text-align: center;
}

.gallery-header .heading_container {
  display: block;   
  text-align: center !important;
  margin: 0 auto;
}

#gallery {
  scroll-margin-top: 80px !important; /* Adjust based on your navbar height */
}


/* Owl Carousel Navigation Buttons */
.owl-nav button {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: #46200b;   /* Theme brown background */
  color: #fff !important;
  border: none;
  padding: 12px 16px;
  border-radius: 50%;
  font-size: 24px !important;
  transition: 0.3s ease;
  opacity: 0.8;
}

.owl-nav button:hover {
  background: #ff6600;  
  opacity: 1;
}

/* Left Button */
.owl-nav .owl-prev {
  left: -40px; 
}

/* Right Button */
.owl-nav .owl-next {
  right: -40px;
}

/* Hide default outline */
.owl-nav button:focus {
  outline: none;
}


/* Mobile view adjustments */
@media (max-width: 767px) {
    #gallery .heading_container h2 {
        font-size: 24px;   /* smaller font for mobile */
        line-height: 1.3;
        word-wrap: break-word; /* allow heading to wrap */
    }
    #gallery .heading_container p {
        font-size: 14px;
        line-height: 1.4;
    }
}



/* End Gallery */

.roundedimg {
    border-radius: .25rem !important;
}

.pt-5, .py-5 {
    padding-top: 6rem !important;
}

.contact_section {
  position: relative;
}

.contact_section form {
  margin-top: 25px;
}

.contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  background-color: transparent;
  outline: none;
  color: #000000;
  border: 1px solid #a5a5a5;
}

.contact_section input::-webkit-input-placeholder {
  color: #6c6c6c;
}

.contact_section input:-ms-input-placeholder {
  color: #6c6c6c;
}

.contact_section input::-ms-input-placeholder {
  color: #6c6c6c;
}

.contact_section input::placeholder {
  color: #6c6c6c;
}

.contact_section input.message-box {
  height: 120px;
}

.contact_section button {
  border: none;
  display: inline-block;
  padding: 12px 35px;
  background-color: #46200b;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #46200b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 15px;
  color: #fff;
  margin-top: 15px;
}

.contact_section button:hover {
  background-color: transparent;
  color: #46200b;
}

.contact_section .map_container {
  height: 345px;
  overflow: hidden;
  margin-top: 80px;
}

.contact_section .map_container .map {
  height: 100%;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}



/*Info Section*/

.info_section {
  background-color: #111111;
  color: #ffffff;
}

.info_section .info_form_social_row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}

.info_section .info_form {
  width: 100%;
}

.info_section .info_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.info_section .info_form form input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #ffffff;
  height: 50px;
  padding-left: 15px;
  outline: none;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid #46200b;
}

.info_section .info_form form input::-webkit-input-placeholder {
  color: #9c9c9c;
}

.info_section .info_form form input:-ms-input-placeholder {
  color: #9c9c9c;
}

.info_section .info_form form input::-ms-input-placeholder {
  color: #9c9c9c;
}

.info_section .info_form form input::placeholder {
  color: #9c9c9c;
}

.info_section .info_form form button {
  background-color: transparent;
  color: #46200b;
  text-transform: uppercase;
  font-size: 12px;
  outline: none;
  border: none;
  display: inline-block;
  padding: 15.5px 25px;
  background-color: #a04120;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #a04120;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.info_section .info_form form button:hover {
  background-color: transparent;
  color: #a04120;
}

.info_section .social_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .social_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 65px;
  height: 65px;
  border: 1px solid #ffffff;
  color: #ffffff;
  margin-right: 10px;
}

.info_section h4 {
  font-family: "SnellBT Regular", sans-serif;
  margin-bottom: 15px;
}

.info_section .info_links .info_links_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_links .info_links_menu a {
  color: #ffffff;
}

.info_section .info_links .info_links_menu a:not(:nth-last-child(1)) {
  margin-bottom: 10px;
}

.info_section .info_insta .insta_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_insta .insta_box .img-box {
  width: 65px;
  min-width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  margin-right: 10px;
}

.info_section .info_insta .insta_box .img-box img {
  width: 45px;
}

.info_section .info_insta .insta_box p {
  margin: 0;
}

.info_section .info_insta .insta_box:not(:nth-last-child(1)) {
  margin-bottom: 15px;
}

.info_section .info_contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  margin-bottom: 10px;
}

.info_section .info_contact a i {
  margin-right: 5px;
  width: 25px;
}

.info_section .info_contact a:hover p {
  color: #ffffff;
}

/* Contact Us aur Address  */
.info_section .info_contact {
  margin-top: 10px;   
}

.info_section h4 {
  margin-bottom: 20px;  
}

/* Address text readable  */
.info_section .info_contact span {
  font-size: 14px;   
  line-height: 1.6;  
  display: inline-block;
}



/* ==========================
   Customer Reviews Section
========================== */

.reviews_section {
 padding-top: 80px;
}

.reviews_section .review_card {
  transition: transform 0.3s ease-in-out;
  border-left: 5px solid #ff9800;
}
.reviews_section .review_card:hover {
  transform: translateY(-10px);
}

/* ==========================
   Offers Section
========================== */
.offers_section .offer_card {
  transition: all 0.3s ease;
}
.offers_section .offer_card:hover {
  background: #ff9800 !important;
  color: #fff;
  transform: scale(1.05);
}

/* ==========================
   FAQ Section (Modern Look)
========================== */
.faq_section {
  background: #f9fafc;
  padding: 60px 0;
}

.faq_section h2 {
  font-weight: 700;
  font-size: 2rem;
  color: #222;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.faq_section .accordion-item {
  border: 1px solid #e3e6ed;
  border-radius: 10px;
  margin-bottom: 15px;
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq_section .accordion-item:hover {
  border-color: #ff9800;
  box-shadow: 0 6px 16px rgba(0,0,0,0.06);
}

.faq_section .accordion-button {
  background: #fff;
  font-weight: 600;
  color: #333;
  font-size: 1.05rem;
  padding: 18px 20px;
  transition: all 0.3s ease;
}

.faq_section .accordion-button::after {
  background-image: none !important; 
  content: "➕";
  font-size: 1.2rem;
  font-weight: bold;
  color: #555;
  transform: rotate(0deg);
  transition: transform 0.3s ease, color 0.3s ease;
}

.faq_section .accordion-button:not(.collapsed)::after {
  content: "➖";
  color: #ff9800;
  transform: rotate(180deg);
}


.faq_section .accordion-button:not(.collapsed) {
  background: #fff8f0;
  color: #ff9800;
  border-bottom: 1px solid #ff9800;
}

.faq_section .accordion-body {
  padding: 20px;
  font-size: 0.95rem;
  color: #555;
  line-height: 1.7;
  background: #fff;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .faq_section h2 {
    font-size: 1.6rem;
  }
  .faq_section .accordion-button {
    font-size: 1rem;
    padding: 15px;
  }
  .faq_section .accordion-body {
    font-size: 0.9rem;
    padding: 15px;
  }
}



/* ==========================
   CTA Section
========================== */
.cta_section {
  background: linear-gradient(135deg, #ff5722, #e91e63);
}
.cta_section h2 {
  font-size: 2.2rem;
  font-weight: bold;
}
.cta_section .btn {
  border-radius: 30px;
  font-size: 1.1rem;
   flex: 1 1 auto; 
  padding: 10px 25px;
  transition: all 0.3s ease;
  max-width: 220px;
  
}
.cta_section .btn:hover {
  transform: translateY(-5px);
}

.cta_section .container {
  display: flex;
  flex-wrap: wrap;           
  justify-content: center;   
  gap: 12px;                 
}

/* ==========================
   Google Map Section
========================== */
.map_section .map-container {
  border: 5px solid #ff9800;
}

.map_section h2 {
  font-weight: bold;
  font-size: 2rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 50% 50%;
}





/* footer section*/
.footer_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: #ffffff;
}

.footer_section p {
  color: #111111;
  margin: 0 auto;
  text-align: center;
  padding: 25px 0;
}

.footer_section a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */


/* Back to Top button */
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 30px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg,#ff5722,#ff9800);
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.35s ease;
  z-index: 9999;
}

/* show state */
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* hover */
.back-to-top:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.24);
}





/* =============================
   BACK-TO-TOP (force color / safe-area)
   ============================= */

/* Ensure button background & icon always white-on-gradient */
.back-to-top,
.back-to-top.show {
  background: linear-gradient(135deg,#ff5722,#ff9800) !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18) !important;
}

/* Force the icon color (FontAwesome or SVG) */
.back-to-top i,
.back-to-top svg,
.back-to-top .fa {
  color: #ffffff !important;
  fill: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}



/* Gallery Media CSS*/

/* Mobile  */
@media (max-width: 768px) {
  .owl-nav button {
    padding: 8px 12px;
    font-size: 20px !important;
  }
  .owl-nav .owl-prev {
    left: -25px;
  }
  .owl-nav .owl-next {
    right: -25px;
  }
}


/* Responsive Design */
@media (max-width: 991px) {
  .heading_container h2 {
    font-size: 2.2rem;   
  }
  .heading_container p {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .heading_container h2 {
    font-size: 1.8rem;   
  }
  .heading_container p {
    font-size: 0.95rem;
  }

   .scroll-top {
    right: 15px;
    bottom: 15px;
    transform: scale(0.85); 
}


/* scroll-to-top button ko */
.scroll-to-top {
  right: 15px;    
  bottom: 15px;
  z-index: 9999;  
}
/* navbar toggle space fix */
.navbar-toggler {
  margin-right: 0;
  padding-right: 0;
}

/* menu open don't body zoom shift */
body.modal-open, 
body.nav-open {
  overflow: hidden;
  padding-right: 0 !important;
}


/* Footer columns full width mobile */
@media (max-width: 767px) {
  .footer_section .col-md-6,
  .footer_section .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer_section .info_contact,
  .footer_section .info_address {
    text-align: center; 
    margin-bottom: 20px;
  }
}
}

/* Email input + arrow fix for mobile */
.info_form form {
  display: flex;
  align-items: center;
  max-width: 100%;
}

.info_form input[type="email"] {
  flex: 1;
  min-width: 0;        
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 30px 0 0 30px;
}

.info_form button {
  padding: 10px 16px;
  border: none;
  background: #46200b;
  color: #fff;
  border-radius: 0 30px 30px 0;
  cursor: pointer;
  flex-shrink: 0;
}


/*brand section*/
/* ================= FRANCHISE HERO ================= */

.franchise-hero {
  background: #e9e8fb; 
  padding: 90px 0;
}

.franchise-content h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}

.franchise-content h2 span {
  color: #6a5acd;
}

.franchise-content p {
  font-size: 17px;
  color: #444;
  margin: 20px 0 30px;
  max-width: 480px;
}

.franchise-btn {
  background: #8a7bdc;
  color: #fff;
  padding: 14px 34px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
}

.franchise-btn:hover {
  background: #6a5acd;
  color: #fff;
}

/* RIGHT CARD */
.franchise-media {
  position: relative;
  background: #4b1f68;
  border-radius: 26px;
  padding: 20px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.25);
}

/* Stats overlay */
.franchise-stats {
  display: flex;
  gap: 30px;
  margin-bottom: 15px;
}

.franchise-stats h3 {
  font-size: 34px;
  color: #ffb347;
  margin: 0;
}

.franchise-stats span {
  font-size: 14px;
  color: #fff;
}

/* Media box */
.media-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.media-box img {
  width: 100%;
  display: block;
  border-radius: 20px;
}

/* Play button */
.play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  background: #ff0000;
  color: #fff;
  font-size: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

/* Responsive */
@media (max-width: 768px) {
  .franchise-hero {
    padding: 60px 20px;
  }

  .franchise-content h2 {
    font-size: 30px;
  }

  .franchise-media {
    margin-top: 40px;
  }
}



/* Mobile responsive fix */
@media (max-width: 576px) {
  .info_form form {
    flex-direction: row;   
  }
  .info_form input[type="email"] {
    font-size: 13px;
  }
  .info_form button {
    padding: 10px 12px;
  }
}

/* Footer Menu horizontal row */
.info_links_menu {
  display: flex !important;       
  flex-wrap: wrap;                 
  gap: 15px;                       
  padding: 0;
  margin: 0;
  list-style: none;
}

.info_links_menu a {
  display: inline-block !important; 
  white-space: nowrap;              
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}

.info_links_menu a:hover {
  color: #ffcc00;
}



.stats_section {
  background: #ffffff;
}

.stat-pill {
  padding: 45px 20px;
  border-radius: 35px;
  text-align: center;
  font-family: inherit;
}

.stat-pill h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 6px;
}

.stat-pill p {
  margin: 0;
  color: #333;
  font-weight: 200;
  font-size: 14px;
}

/* Pastel colors (exact image style) */
.stat-pill.peach {
  background: #ffd8b5;
}

.stat-pill.yellow {
  background: #ffe38f;
}

.stat-pill.lavender {
  background: #ede6ff;
}

/* Mobile polish */
@media (max-width: 576px) {
  .stat-pill {
    padding: 30px 15px;
    border-radius: 25px;
  }

  .stat-pill h2 {
    font-size: 32px;
  }
}

/* Mobile spacing fix for stats */
@media (max-width: 768px) {
  .stats_section .stat-pill {
    margin-bottom: 18px;   
  }
}





/* about us */

.about-image-wrap {
  max-width: 420px;
  overflow: hidden;
  border-radius: 130px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.about-image-wrap img {
  width: 100%;
  display: block;
}

/* Mobile only center */
@media (max-width: 768px) {
  .about-image-wrap {
    margin: 0 auto 30px;
    border-radius: 40px;
  }
}

/* ================= PREMIUM FOOTER ================= */

.premium-footer {
  background: radial-gradient(circle at top, #1a1a1a, #000);
  color: #eee;
  padding: 70px 0 40px;
  font-family: 'Poppins', sans-serif;
  position: relative;
}

/* TOP AREA */
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

/* Newsletter */
.newsletter {
  display: flex;
  max-width: 520px;
  width: 100%;
}

.newsletter input {
  flex: 1;
  padding: 14px 16px;
  border-radius: 6px 0 0 6px;
  border: none;
  outline: none;
  color: #111;
}

.newsletter button {
  background: #ff9800;
  border: none;
  padding: 0 18px;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
}

/* Social */
.premium-footer .social_box {
  display: flex;
  gap: 10px;
}

.premium-footer .social_box a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bbb;
}

.premium-footer .social_box a:hover {
  background: #ff9800;
  color: #000;
}

/* GRID */
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr 1.3fr;
  gap: 40px;
  align-items: flex-start;
}

/* Logo */
.footer-logo {
  width: 120px;
  height: 120px;
  padding: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff9800, #ff5722);
}

.footer-logo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: contain;
  background: #111;
  padding: 6px;
}

/* Columns */
.footer-col h4 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  margin-bottom: 16px;
  position: relative;
}

/* Animated underline */
.footer-col h4::after {
  content: "";
  width: 0;
  height: 2px;
  background: #ff9800;
  position: absolute;
  left: 0;
  bottom: -6px;
  transition: width .3s ease;
}

.footer-col h4:hover::after {
  width: 100%;
}

.footer-col a,
.footer-col p {
  font-size: 14px;
  color: #bdbdbd;
  margin-bottom: 8px;
  display: block;
}

.footer-col a:hover {
  color: #ff9800;
}

/* Icons */
.footer-col i {
  color: #ff9800;
  margin-right: 6px;
}

/* Theme toggle */
.footer-theme-toggle {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  color: #ff9800;
}

/* MOBILE */
@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .footer-logo {
    width: 100px;
    height: 100px;
    /* grid-column: span 2;
    margin: 0 auto 20px; */
  }
}

/* ===== MOBILE FOOTER FIX ===== */
@media (max-width: 767px) {

  .footer-grid {
    display: block !important;
    /* grid-template-columns: 1fr 1fr;  
    gap: 28px; */
    /* text-align: left; */
  }

  .footer-logo-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    /* grid-column: 1 / -1;    
    display: flex;
    justify-content: center;
    margin-bottom: 30px; */
  }

  .footer-col {
    text-align: left;
    font-size: 16px;
     margin-bottom: 12px;
  }

  .footer-col h4 {
    font-size: 15px;
  }

  .premium-footer .social_box {
    justify-content: center;
  }

   .footer-col p,
  .footer-col a {
    font-size: 14px;
    line-height: 1.6;
  }

  
  /* Each footer section full width */
  .info_links,
  .info_detail,
  .info_contact {
    width: 100%;
    margin-bottom: 28px;
  }

   /* Text readable */
  .info_links_menu a,
  .info_detail p,
  .info_contact span,
  .info_contact p {
    font-size: 14px;
    line-height: 1.6;
  }

  /* Remove side-by-side illusion */
  .info_main_row {
    display: block !important;
  }
}


/* ===== MOBILE MENU – PREMIUM LOOK ===== */
@media (max-width: 767px) {

  /* Menu container */
  .info_links {
    padding: 18px 16px;
    background: rgba(255,255,255,0.02);
    border-radius: 12px;
    margin-bottom: 30px;
  }

  /* Menu heading */
  .info_links .footer-col {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
    position: relative;
  }

  /* subtle underline */
  .info_links .footer-col::after {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    background: #ff9800;
    margin-top: 6px;
    border-radius: 2px;
  }

  /* Menu links list */
  .info_links_menu a {
    display: block;
    padding: 8px 0;
    font-size: 14px;
    color: #cfcfcf;
    position: relative;
  }

  /* hover / tap feedback */
  .info_links_menu a::before {
    content: "›";
    color: #ff9800;
    margin-right: 8px;
    opacity: 0.7;
  }

  .info_links_menu a:hover {
    color: #ffffff;
  }
}


@media (max-width: 767px) {
  .info_links_menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 20px;
  }
}
