/*----------------------------------------------------------------------------------- 

Template Name: Bistly - Restaurant & Cafe HTML Template
URI: pixelfit.agency
Description: Bistly is a clean, modern, and fully responsive HTML template designed specifically for restaurants, cafes, bakeries, coffee shops, and food-related businesses. Crafted with attention to detail and built using the latest web technologies, Bistly ensures an exceptional user experience on all devices.
Author: Pixelfit
Author URI: https://themeforest.net/user/pixelfit
Version: 1.0 


------------------------------------------------------
   CSS INDEX
-----------------------------------------------------

    # Common CSS
    # Hero Section CSS
    # Categories Section CSS
    # About Section CSS
    # Promo Section CSS
    # Choose Section CSS
    # Menu Section CSS
    # Offer Section CSS
    # Testimonial Section CSS
    # Gallery Section CSS
    # CTA Section CSS
    # Blog Section CSS

-------------------------------------------------------    */
/* Common CSS */
:root {
  --primary-color: rgb(219, 74, 33);
  --primary-black-color:  rgb(219, 74, 33);
  --heading-color: #0A0B0C;
  --text-color: #3B3C3D;
  --accent-color: #ED696E;
  --rating-color: #FF9F1A;
}

.sub-title {
  color: var(--heading-color);
  font-weight: 500;
}
.sub-title:before, .sub-title:after {
  display: none;
}

.section-title.text-center .sub-title:after {
  display: none;
}

.theme-btn.style-one {
  color:#ffffff;
}

.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 1199.98px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Hero Section CSS */
.ds-hero-sec {
  padding: 325px 0 130px;
  background-color: #ffffff;;
  overflow: hidden;
}
@media (max-width: 1650px) {
  .ds-hero-sec {
                padding: 118px 0 380px;
  }
}
.ds-hero-sec .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1650px) {
  .ds-hero-sec .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1199.98px) {
  .ds-hero-sec .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ds-hero-sec .hero-shape {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}
.ds-hero-sec .hero-content {
  margin-bottom: 60px;
}
.ds-hero-sec .hero-content h1 {
  font-size: 360px;
  line-height: 1;
}
@media (max-width: 1650px) {
  .ds-hero-sec .hero-content h1 {
           font-size: 172px;
    
  }
}
@media screen and (max-width: 1199.98px) {
  .ds-hero-sec .hero-content h1 {
    font-size: 200px;
  }
}
@media screen and (max-width: 991.98px) {
  .ds-hero-sec .hero-content h1 {
    font-size: 150px;
  }
}
@media (max-width: 767.98px) {
  .ds-hero-sec .hero-content h1 {
    font-size: 60px;
  }
}
.ds-hero-sec .text-box {
  max-width: 655px;
}
@media (max-width: 1650px) {
  .ds-hero-sec .text-box {
    max-width: 450px;
  }
}
@media screen and (max-width: 991.98px) {
  .ds-hero-sec .text-box {
    max-width: 100%;
    text-align: center;
  }
}
.ds-hero-sec .text-box p {
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
  color: var(--heading-color);
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .ds-hero-sec .text-box p {
    font-size: 18px;
  }
}
.ds-hero-sec .hero-image-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 55%;
}
@media screen and (max-width: 1199.98px) {
  .ds-hero-sec .hero-image-wrap {
    display: none;
  }
}
.ds-hero-sec .hero-image-wrap .hero-image {
  text-align: center;
  margin-left: -150px;
}
@media (max-width: 1650px) {
  .ds-hero-sec .hero-image-wrap .hero-image {
    margin-left: -100px;
  }
}
.ds-hero-sec .hero-image-wrap .hero-image img {
  -o-object-position: bottom;
     object-position: bottom;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
@media (max-width: 1650px) {
  .ds-hero-sec .hero-image-wrap .hero-image img {
    width: 50%;
  }
}
@media (max-width: 1399.98px) {
  .ds-hero-sec .hero-image-wrap .hero-image img {
    width: 55%;
  }
}
.ds-hero-sec .bistly-author-box {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
@media screen and (max-width: 991.98px) {
  .ds-hero-sec .bistly-author-box {
    -webkit-margin-start: inherit;
            margin-inline-start: inherit;
    margin: 40px auto 0;
  }
}

.bistly-author-box {
  background-color: var(--primary-color);
  max-width: 380px;
  padding: 30px 30px 10px;
  border-radius: 20px;
}
.bistly-author-box .author-thumbs {
  margin-bottom: 10px;
}
.bistly-author-box .author-thumbs img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid var(--white-color);
}
.bistly-author-box .author-thumbs img:not(:first-child) {
  margin-left: -15px;
}
.bistly-author-box h2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 48px;
}
.bistly-author-box h2 span {
  margin-left: 15px;
  font-size: 24px;
  font-family: var(--body-font);
  font-weight: 400;
}

/* Categories Section CSS */
.categories-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1199.98px) {
  .categories-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.categories-wrapper .bistly-category-item {
  max-width: 240px;
}
@media (max-width: 1650px) {
  .categories-wrapper .bistly-category-item {
    max-width: 220px;
  }
}

.bistly-category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  width: 100%;
  border-radius: 50px;
}
.bistly-category-item .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--heading-color);
  font-size: 24px;
  margin-right: 15px;
}
.bistly-category-item.bg_one {
  background-color: #fff6f5;
}
.bistly-category-item.bg_one .icon {
  background-color: #E3C7F2;
}
.bistly-category-item.bg_two {
  background-color: #FFEEEE;
}
.bistly-category-item.bg_two .icon {
  background-color: #F3B9B9;
}
.bistly-category-item.bg_three {
  background-color: #F6F9E1;
}
.bistly-category-item.bg_three .icon {
  background-color: #C5E5A3;
}
.bistly-category-item.bg_four {
  background-color: #E7F4FC;
}
.bistly-category-item.bg_four .icon {
  background-color: #B9E2FB;
}
.bistly-category-item.bg_five {
  background-color: #FCEFD5;
}
.bistly-category-item.bg_five .icon {
  background-color: #F6C872;
}

/* About Section */
.ds-about-sec .about-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ds-about-sec .about-wrapper .about-left-wrap {
  width: calc(50% - 15px);
  margin-right: 15px;
  min-height: 700px;
}
@media screen and (max-width: 1199.98px) {
  .ds-about-sec .about-wrapper .about-left-wrap {
    background-position: top center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.ds-about-sec .about-wrapper .about-right-wrap {
  width: 50%;
}
@media screen and (max-width: 1199.98px) {
  .ds-about-sec .about-wrapper .about-right-wrap {
    width: 100%;
  }
}
.ds-about-sec .bistly-about-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 45px 50px;
  background-color: #fff6f5;
  margin-bottom: 10px;
}
.ds-about-sec .bistly-about-box .shape {
  position: absolute;
  top: 0;
  right: -150px;
  z-index: -1;
}
.ds-about-sec .bistly-about-box .shape img {
  opacity: 0.05;
}
.ds-about-sec .bistly-about-box .content {
  max-width: 580px;
}
@media screen and (max-width: 1199.98px) {
  .ds-about-sec .bistly-about-box .content {
    padding: 0 150px;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .ds-about-sec .bistly-about-box .content {
    padding: 0 15px;
  }
}
.ds-about-sec .bistly-about-box .section-title {
  margin-bottom: 20px;
}
.ds-about-sec .bistly-about-box .section-title .sub-title {
  margin-bottom: 5px;
}
.ds-about-sec .bistly-about-box p {
  line-height: 27px;
}
@media screen and (max-width: 1199.98px) {
  .ds-about-sec .bistly-about-box {
    text-align: center;
    padding: 40px 30px;
  }
}
.ds-about-sec .bistly-experience-box {
  padding: 40px 50px;
  background-color: #E3C7F2;
}
.ds-about-sec .bistly-experience-box .content {
  max-width: 580px;
}
@media screen and (max-width: 1199.98px) {
  .ds-about-sec .bistly-experience-box .content {
    padding: 0 150px;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .ds-about-sec .bistly-experience-box .content {
    padding: 0 15px;
  }
}
.ds-about-sec .bistly-experience-box .section-title {
  margin-bottom: 20px;
}
.ds-about-sec .bistly-experience-box .section-title .sub-title {
  margin-bottom: 5px;
}
.ds-about-sec .bistly-experience-box p {
  line-height: 27px;
}
@media screen and (max-width: 1199.98px) {
  .ds-about-sec .bistly-experience-box {
    text-align: center;
    padding: 40px 30px;
  }
}

/* Promo Section CSS */
.bistly-promo-item {
  padding: 165px 30px;
  border-radius: 20px;
}
@media screen and (max-width: 1199.98px) {
  .bistly-promo-item {
    padding: 70px 30px;
  }
}
.bistly-promo-item .content span {
  font-weight: 700;
  font-family: var(--heading-font);
  color: var(--heading-color);
  line-height: 1;
}
/* .bistly-promo-item .content h2 {
  font-size: 34px;
  line-height: 42px;
} */
 .bistly-promo-item .content h2 {
    font-size: 32px;
    line-height: 39px;
}
@media screen and (max-width: 1199.98px) {
  .bistly-promo-item .content h2 {
    font-size: 24px;
    line-height: 40px;
  }
}

/* Why Choose Section */
.ds-choose-sec .item-choose-list.choose-list-left {
  padding-right: 30px;
}
@media screen and (max-width: 1199.98px) {
  .ds-choose-sec .item-choose-list.choose-list-left {
    padding-right: 0;
  }
}
.ds-choose-sec .item-choose-list.choose-list-right {
  padding-left: 30px;
}
@media screen and (max-width: 1199.98px) {
  .ds-choose-sec .item-choose-list.choose-list-right {
    padding-left: 0;
  }
}

.bistly-choose-item {
  background-color: var(--white-color);
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.bistly-choose-item .content h4 {
  padding: 11px 30px;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.bistly-choose-item .content h4.bg-one {
  background-color: #fff6f5;
}
.bistly-choose-item .content h4.bg-two {
  background-color: #F6F9E1;
}
.bistly-choose-item .content h4.bg-three {
  background-color: #E7F4FC;
}
.bistly-choose-item .content h4.bg-four {
  background-color: #FEE;
}
@media screen and (max-width: 1199.98px) {
  .bistly-choose-item .content h4 {
    font-size: 18px;
  }
}
.bistly-choose-item .content p {
  padding: 20px 30px;
}

/* Menu Section CSS */
.ds-menu-sec {
  background: linear-gradient(96deg, #F5FEFF 0%, #FFF3EB 40.52%, #F7F5FB 69.21%, #F5EAF6 100%);
}

.menu-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.menu-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}

.bistly-product-item {
  background-color: var(--white-color);
  padding: 10px;
  border-radius: 10px;
}
.bistly-product-item:hover .thumbnail .add-to-cart {
  bottom: 10px;
}
.bistly-product-item .thumbnail {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.bistly-product-item .thumbnail .wishlist-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bistly-product-item .thumbnail .wishlist-btn:hover {
  color: var(--primary-color);
}
.bistly-product-item .thumbnail .add-to-cart {
  position: absolute;
  bottom: -50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bistly-product-item .thumbnail .add-to-cart a {
  padding: 12px 20px;
  color: var(--heading-color);
  border-radius: 40px;
  line-height: 1;
  font-weight: 500;
  background-color: var(--primary-color);
}
.bistly-product-item img {
  width: 100%;
  border-radius: 10px;
}
.bistly-product-item .content {
  padding: 15px 20px 10px;
}
.bistly-product-item .content .ratings-price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}
.bistly-product-item .content .ratings-price-wrap .ratings i {
  color: var(--rating-color);
}
.bistly-product-item .content .ratings-price-wrap .price {
  font-size: 24px;
  font-weight: 600;
  color: var(--accent-color);
}
.bistly-product-item .content h4 {
  margin-bottom: 8px;
}

/* Offer Section */
.ds-offer-sec .bistly-image-box {
  position: relative;
}
.ds-offer-sec .bistly-image-box .shape {
  position: absolute;
  top: 60px;
  left: 120px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media (max-width: 1650px) {
  .ds-offer-sec .bistly-image-box .shape {
    left: 70px;
  }
}
@media (max-width: 767.98px) {
  .ds-offer-sec .bistly-image-box .shape {
    display: none;
  }
}
.ds-offer-sec .bistly-image-box .discount-box {
  position: absolute;
  top: 40%;
  left: 13%;
  width: 100px;
  height: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767.98px) {
  .ds-offer-sec .bistly-image-box .discount-box {
    display: none;
  }
}
.ds-offer-sec .bistly-image-box .discount-box .content {
  text-align: center;
}
.ds-offer-sec .bistly-image-box .discount-box .content h4 span {
  line-height: 1;
  display: block;
  font-size: 18px;
}
@media (max-width: 1650px) {
  .ds-offer-sec .bistly-image-box .discount-box {
    left: 7%;
  }
}

/* Testimonial Section */
.ds-testimonial {
  /* background: linear-gradient(96deg, #F5FEFF 0%, #FFF3EB 40.52%, #F7F5FB 69.21%, #F5EAF6 100%); */
    /* background: linear-gradient(96deg, #f9b7ff 0%, #f5e4ff 40.52%, #e9eeff 69.21%, #f9b7ff 100%); */
    background: linear-gradient(96deg, #ff8a80 0%, #ffdcd9 40.52%, #ffecea 69.21%, #ff8a80 100%);
padding-bottom: 52px;
}

.testimonial-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 50px;
  color: var(--heading-color);
  cursor: pointer;
}
.testimonial-slider .slick-arrow.next {
  right: -15%;
}
.testimonial-slider .slick-arrow.prev {
  left: -15%;
}

.bistly-testimonial-item {
  text-align: center;
}
.bistly-testimonial-item .testimonial-content p {
  font-size: 30px;
  line-height: 46px;
  color: var(--heading-color);
  font-family:"Poppins", sans-serif;

  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .bistly-testimonial-item .testimonial-content p {
    font-size: 20px;
    line-height: 35px;
  }
}
.bistly-testimonial-item .testimonial-content span {
  color: var(--heading-color);
}

/* Gallery Section CSS */
.ds-gallery {
  margin-top: -220px;
}

.gallery-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.gallery-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}

.bistly-gallery-item .gallery-img img {
  border-radius: 10px;
}

/* CTA Section CSS */
.ds-cta .shape {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 1199.98px) {
  .ds-cta .shape {
    display: none;
  }
}
.ds-cta .shape.shape-one {
  left: 80px;
}
@media (max-width: 1650px) {
  .ds-cta .shape.shape-one img {
    width: 80%;
  }
}
.ds-cta .shape.shape-two {
  bottom: 0;
  right: 80px;
}
@media (max-width: 1650px) {
  .ds-cta .shape.shape-two {
    right: 50px;
    text-align: right;
  }
}
@media (max-width: 1650px) {
  .ds-cta .shape.shape-two img {
    width: 60%;
  }
}

.ds-cta-wrapper {
  padding: 85px 30px 100px;
}
.ds-cta-wrapper .ds-cta-box h2 {
  margin-bottom: 12px;
}
.ds-cta-wrapper .ds-cta-box p {
  margin-bottom: 45px;
}
.ds-cta-wrapper .ds-cta-box form .form_control {
  padding: 10px 20px;
  border-radius: 50px;
  border: none;
}
.ds-cta-wrapper .ds-cta-box form .theme-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.ds-cta-wrapper .ds-cta-box form .theme-btn.style-one {
  border-radius: 50px;
}
@media (max-width: 767.98px) {
  .ds-cta-wrapper .ds-cta-box form .theme-btn {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 30px;
  }
}

/* Blog Section CSS */
.bistly-blog-post .post-thumbnail img {
  width: 100%;
}
.bistly-blog-post .post-content {
  padding-top: 25px;
}
.bistly-blog-post .post-content .post-meta span {
  margin-bottom: 15px;
}
.bistly-blog-post .post-content .post-meta span:not(:last-child) {
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
}
.bistly-blog-post .post-content .post-meta span i {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.bistly-blog-post .post-content h4 {
  margin-bottom: 10px;
}
.bistly-blog-post .post-content h4:hover {
  color: var(--primary-black-color);
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Image circle */
.category-img{
    width:170px;
    height:170px;
    margin:auto;
    border-radius:50%;
    position:relative;
}

/* Image */
.category-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    /* border-radius:50%; */
    transition:0.4s ease;
}



.category-img::before{
    content:"";
    position:absolute;
    inset:-10px;
    border-radius:50%;
    border:2px dashed#f65c4e;
    opacity:1;
    transform:scale(1);
}

.category-img::after{
    content:"";
    position:absolute;
    inset:-20px;
    border-radius:50%;
    border:2px solid #ffd6d6;
    opacity:1;
    transform:scale(1);
}

/* Hover Effect */

/* Section spacing */
.promo-section{
padding:70px 0;
}

/* Container */
.container{
width:90%;
margin:auto;
}

/* Grid */
.promo-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

/* Image Card */
.promo-card{
border-radius:20px;
overflow:hidden;
cursor:pointer;
transition:0.4s;
}

/* Image */
.promo-card img{
width:100%;
height:100%;
object-fit:cover;
display:block;
transition:0.4s;
}

/* Hover effect */
.promo-card:hover img{
transform:scale(1.05);
}

/* Responsive */
@media (max-width:992px){
.promo-grid{
grid-template-columns:1fr;
}
}



/* section */
.classic-con{
    padding:120px 0;
    background:#f7f5fb;
    position:relative;
}

/* title */
.classic_content h2{
    font-size:48px;
    font-weight:700;
    margin-bottom:10px;
}

.classic_content span{
    color:#000000;
}

.classic_content p{
    color:#777;
    font-size:16px;
}

/* card */
.classic-box{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
    transition:0.3s;
}

.classic-box:hover{
    transform:translateY(-8px);
}

/* image box */
.classic_image_box{
    position:relative;
    padding:35px;
    text-align:center;
    border-radius:16px;
    margin:15px;
}

.classic_image_box img{
    max-height:200px;
}

/* background colors */
.box1{background:#f37e2245;}
.box2{background:#ffe5f0;}
.box3{background:#e1f0ff;}
.box4{background:#c4f5cca8;}
.box5{background:#ffef8678;}
.box6{background:#f2681857;}
.box7{background:#c9a29b78;}
.box8{background:#e6c88470;}


/* heart icon */
.classic_image_box i{
    position:absolute;
    top:12px;
    left:12px;
    background:#fff;
    width:34px;
    height:34px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
}

/* content */
.classic_box_content{
    padding:20px;
}

/* title row */
.text_wrapper{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

/* .text_wrapper h6 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
} */
 .text_wrapper h6 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 6px;
    font-family: "Poppins", sans-serif;
        margin-bottom: 6px;

}

/* rating */
.rating{
    color:#ff9f1a;
    font-size:14px;
}

.rating i{
    margin-right:4px;
}

/* description */
.classic_box_content p{
    color:#777;
    font-size:14px;
   margin: 10px 0 0px;
    line-height: 24px;
}

/* price */
.price_wrapper{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.dollar{
    font-size:20px;
    font-weight:700;
    color:#ff4fa0;
}

/* cart button */
.price_wrapper a{
    background:#6c2bd9;
    width:42px;
    height:42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.price_wrapper img{
    width:18px;
}
.classic-con{
padding:120px 0;
background:#fff6f5;
}

.classic-box{
background:#fff;
border-radius:20px;
padding:15px;
box-shadow:0 10px 25px rgba(0,0,0,0.05);
}

.classic_image_box{
position:relative;
padding:30px;
border-radius:15px;
text-align:center;
}

.classic_image_box i{
position:absolute;
top:10px;
left:10px;
background:#fff;
width:35px;
height:35px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
}

.text_wrapper{
display:flex;
justify-content:space-between;
align-items:center;
}

.price_wrapper{
display:flex;
justify-content:space-between;
align-items:center;
}

.dollar{
font-weight:700;
color:#ff4fa0;
font-size:20px;
}
/* Purple cart button */
.cart-btn {
    background: #6c2bd9;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 18px;
    text-decoration: none;
    transition: 0.2s;
}

.cart-btn:hover {
    background: #5a20c0;
}
/* 4-column grid - no carousel dependency */
.classic-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

@media (max-width: 1199px) {
    .classic-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 575px) {
    .classic-grid { grid-template-columns: 1fr; }
}


/* Purple cart button */
.cart-btn {
    background: #6c2bd9;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 18px;
    text-decoration: none;
    transition: 0.2s;
}
.cart-btn:hover { background: #5a20c0; }

.bistly-promo-item span{
    color:#ffc107;
}

.bistly-promo-item h2{
    color:#ffffff;
}
.bistly-promo-item span{
    font-size:18px;
    font-family: "Cal Sans", sans-serif ! important;
}

.bistly-promo-item h2{
    font-size:34px;
    font-family: "Cal Sans", sans-serif;
}
.bistly-promo-item h2{
    font-weight:900;
}
/* .bistly-promo-item h2{
      text-shadow: 0 3px 10px rgb(0 0 0 / 44%);

} */
.bistly-promo-item{
    display:flex;
    align-items:flex-start;
    justify-content:center;
    padding-top:30px;
}

.bistly-promo-item .content{
    text-align:center;
}
/* ++++++++++++++ */
.bistly-promo-item{
    height:300px;              /* fixed card height */
    background-size:cover;     /* image fills card */
    background-position:center;
    background-repeat:no-repeat;
    display:flex;
    align-items:flex-start;    /* move text to top */
    justify-content:center;
    padding-top:30px;
}
.bg_cover{
    background-size:cover;
    background-position:center;
}
.bistly-promo-item{
 height: 416px;
    padding:55px;
    align-items:flex-start;
}
.category-card:nth-child(1) .category-img{
    background:#fde8f3;
}

.category-card:nth-child(2) .category-img{
    background:#e8f7ff;
}

.category-card:nth-child(3) .category-img{
    background:#fff3e0;
}

.category-card:nth-child(4) .category-img{
    background:#e9ffe8;
}

.category-card:nth-child(5) .category-img{
    background:#f0e8ff;
}
.category-img{
    width: 202px;
    height: 212px;
    padding: 26px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.footer-about-widget img{
    height: 92px;
    width: auto;
}
.footer-time-widget ul li{
    white-space: nowrap;
}
.footer-time-widget ul li{
    margin-bottom: 2px;
    line-height: 2.2;
    font-weight: 400;
    font-size: 18px;
}
.bistly-promo-item{
    height: 280px;
}
.category-card h6{
    margin-top: 25px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}

.category-card h6 a{
    display: inline-block;
    color: #2b2b2b;
    text-decoration: none;
        font-size: 18px;
    font-family:"Poppins", sans-serif;
    /* if you use custom font */
    transition: all 0.3s ease;
    font-weight: 600;
}

.category-card h6 a:hover{
    color: #b8493f

;
}
/* .main-menu {
  margin-right: 350px;
} */
.default-footer .widget-title {
  font-size: 15px; /* footer heading */
    padding-bottom: 10px;
}

.default-footer .footer-widget ul li a,
.default-footer .footer-widget ul li,
.default-footer .footer-widget p,
.default-footer .footer-widget span {
  font-size: 14px; /* footer content text */
  

}

.default-footer .social-box a {
  font-size: 18px; /* social icons */
}

.default-footer .copyright-text p,
.default-footer .copyright-link a {
  font-size: 14px; /* copyright text */
}
.imorich-banner-text {
  height: 635px;
  position: relative;
  padding: 140px 0;
    background: linear-gradient(#682f2ac7, #31120fed), url(../../images/banner.jpg) center center / cover no-repeat;
}

.imorich-banner-text .banner-content {
  position: relative;
  z-index: 2;
}

.imorich-banner-text .sub-title {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #ffd6e5;
  letter-spacing: 1px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.imorich-banner-text h2 {
  font-size: 54px;
  line-height: 1.1;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
 font-family: "Poppins", sans-serif;
        margin-top: 56px;
            /* letter-spacing: 2px; */
}
.imorich-banner-text .banner-text {
    max-width: 760px;
    margin: 25px auto 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    text-align: center;
    font-weight: 500;
}
.py-11 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}
.nav-right-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-contact {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-contact .icon {
    width: 45px;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #ffffff;
    background: #b8493f

;
}

.header-contact .info {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.header-contact .info span {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.header-contact .info a {
    font-size: 15px;
    font-weight: 600;
    /* color: #0b1b3f; */
    text-decoration: none;
}

.header-contact .info a:hover {
    color: #198754;
}


.pt-55 {
    padding-top: 2rem !important;
}


  .page-banner {
    position: relative;
    padding: 266px 0 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
  }

  .page-banner::before {
    content: '';
    position: absolute;
    inset: 0;
 
    z-index: 0;
  }

  .page-banner .container {
    position: relative;
    z-index: 1;
  }

  /* .page-content {
    text-align: center;
  } */

  .page-content h1 {
     font-family: "Poppins", sans-serif;
    font-size: clamp(48px, 6vw,  72px);
    font-weight: 700;
    line-height: 1.05;
    margin-bottom: 7px;
    color: #b8493f;
  }

  .page-content .breadcrumb-list {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 14px;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .page-content .breadcrumb-list li {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.55);
  }

  .page-content .breadcrumb-list li a {
    color: #b8493f;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .page-content .breadcrumb-list li a:hover {
    color: #000000;
  }

  .page-content .breadcrumb-list li.separator {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
  }

  /* Responsive */
  @media (max-width: 991px) {
    .page-banner { padding: 160px 0 90px; }
    .page-content h1 { font-size: 58px; }
  }

  @media (max-width: 767px) {
    .page-banner { padding: 140px 0 80px; }
    .page-content h1 { font-size: 42px; }
    .page-content .breadcrumb-list li { font-size: 14px; }
  }

  @media (max-width: 480px) {
    .page-content h1 { font-size: 34px; }
  }




  /* ── FOOD MENU SECTION ── */
    .food-section {
      padding: 70px 40px;
      text-align: center;
      background: #fff;
    }

    .section-label {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      color: #ee9d95;
      font-size: 14px;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 12px;
    }
    .section-label::before,
    .section-label::after {
      content: '';
      display: block;
      width: 50px;
      height: 1px;
      background: #ee9d95;
    }

    .food-section h2 {
      font-family: "Poppins", sans-serif;
      font-size: clamp(36px, 5vw, 54px);
      font-weight: 600;
      color: #b8493f
;
      margin-bottom: 50px;
    }

    .food-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 22px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .food-card {
      border-radius: 20px;
      overflow: hidden;
      cursor: pointer;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-shadow: 0 4px 20px rgba(0,0,0,0.07);
      display: flex;
      flex-direction: column;
    }
    .food-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 14px 36px rgba(0,0,0,0.13);
    }



    /* Big colored bg area, small image */
    .food-img-bg {
      width: 100%;
      height: 283px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

   .food-img-bg img {
    width: 170px;
    /* height: 146px; */
    /* object-fit: cover; */
    /* border-radius: 50%; */
    /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); */
    transition: transform 0.35s ease;
}
    .food-card:hover .food-img-bg img {
      transform: scale(1.08);
    }

    /* Text body below */
    .food-card-body {
      background: #fff;
      padding: 18px 18px 20px;
      text-align: left;
      flex: 1;
    }

    .food-card-meta {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 8px;
    }

    .stars { color: #f4a523; font-size: 13px; letter-spacing: 1px; }
    .price { color: #c8975a; font-weight: 700; font-size: 16px; }

    .food-card h3 {
 font-family: "Poppins", sans-serif;
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 6px;
      color: #1a1a1a;
       line-height: 6px;
    }


    .food-card p {
       color: #777;
    font-size: 14px;
    margin: 10px 0 0px;
    line-height: 24px;
}
    

    /* ── ICE CREAM PRODUCT SECTION ── */
    .ice-section {
      padding: 80px 40px;
      text-align: center;
      background: #f5f0eb;
    }

    .ice-section h2 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(32px, 4vw, 48px);
      font-weight: 400;
      color: #1a1a1a;
      margin-bottom: 12px;
    }

    .ice-section .sub {
      color: #888;
      font-size: 15px;
      margin-bottom: 50px;
      font-weight: 300;
    }

    .ice-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .ice-card {
      border-radius: 20px;
      padding: 40px 20px 28px;
      text-align: center;
      box-shadow: 0 4px 24px rgba(0,0,0,0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      cursor: pointer;
      position: relative;
      overflow: hidden;
      min-height: 340px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
    }

    /* Different bg per ice cream card */
.food-card:nth-child(1) { background: #f37e2245; }
.food-card:nth-child(2) { background: #ffe5f0; }
.food-card:nth-child(3) { background: #e1f0ff; }
.food-card:nth-child(4) { background: #c4f5cca8; }
.food-card:nth-child(5) { background: #ffef8678; }
.food-card:nth-child(6) { background: #f2681857; }
.food-card:nth-child(7) { background: #c9a29b78; }
.food-card:nth-child(8) { background: #e6c88470; }
.food-card:nth-child(9) { background: #fbe9e7; }
.food-card:nth-child(10) { background: #ede7f6; }
.food-card:nth-child(11) { background: #f7f6e3; }
    

    .ice-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 16px 40px rgba(0,0,0,0.14);
    }

    .ice-card .badge {
      position: absolute;
      top: 14px;
      right: 14px;
      background: #c8975a;
      color: #fff;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 1px;
      padding: 4px 10px;
      border-radius: 20px;
      text-transform: uppercase;
    }

    .ice-img-wrap {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 55%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .ice-card img {
      width: 90px;
      height: 105px;
      object-fit: contain;
      filter: drop-shadow(0 6px 16px rgba(0,0,0,0.15));
      transition: transform 0.35s ease;
    }
    .ice-card:hover img { transform: scale(1.1) rotate(-3deg); }

    .ice-card-body {
      width: 100%;
      margin-top: auto;
    }

    .ice-card h4 {
      font-family: 'Playfair Display', serif;
      font-size: 17px;
      font-weight: 700;
      color: #1a1a1a;
      margin-bottom: 4px;
    }

    .ice-card .flavor {
      font-size: 11px;
      color: #c8975a;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      margin-bottom: 8px;
    }

    .ice-card .ice-stars { color: #f4a523; font-size: 13px; margin-bottom: 10px; }

    .ice-card .ice-price {
      font-size: 18px;
      font-weight: 700;
      color: #1a1a1a;
      margin-bottom: 14px;
    }
    .ice-card .ice-price small { font-size: 11px; color: #aaa; font-weight: 400; }

    .add-btn {
      display: inline-block;
      padding: 8px 22px;
      background: #1a1a1a;
      color: #fff;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 1.5px;
      border-radius: 30px;
      border: none;
      cursor: pointer;
      transition: background 0.2s, transform 0.2s;
      text-transform: uppercase;
    }
    .add-btn:hover { background: #c8975a; transform: scale(1.04); }

    @media (max-width: 900px) {
      .food-grid, .ice-grid { grid-template-columns: repeat(2, 1fr); }
      .ice-card { min-height: 300px; }
    }
    @media (max-width: 520px) {
      .food-grid, .ice-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
      .food-section, .ice-section { padding: 40px 16px; }
      .ice-card { min-height: 260px; padding: 30px 12px 20px; }
      .ice-card img { width: 70px; height: 80px; }
    }

    .paper-img-bg{
     width: 85%;
    height: 283px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 24px;
    }


    .offer-promo-item {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background-size: cover;
    background-position: center;
    padding-top: 60px;
}

.offer-promo-item .content {
    position: relative;
    z-index: 2;
    max-width: 85%;
    margin: 0 auto;
}

.offer-promo-item .content h2 {
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
    margin-top: 10px;
}

.offer-ribbon {
    position: absolute;
    top: 18px;
    right: -38px;
    background: linear-gradient(135deg, #b30000, #ff2d55);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 45px;
    transform: rotate(45deg);
    z-index: 3;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    letter-spacing: 0.5px;
}

@media (max-width: 991px) {
    .offer-promo-item .content h2 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .offer-promo-item {
        height: 480px !important;
    }

    .offer-promo-item .content h2 {
        font-size: 28px;
    }

    .offer-ribbon {
        font-size: 13px;
        padding: 8px 38px;
        right: -34px;
    }
}



.imorich-contact-section {
    padding: 100px 0 80px;
    background: #fff6f5;
    position: relative;
    overflow: hidden;
}

.imorich-contact-heading {
    margin-bottom: 50px;
}

.imorich-contact-heading h2 {
    font-size: 54px;
    line-height: 1.2;
    font-weight: 600;
    color: #b8493f
;
    margin-bottom: 15px;
    font-family:  "Poppins", sans-serif;
}

.imorich-contact-heading h2 span {
    color: #b8493f
;;
}

.imorich-contact-heading p {
    font-size: 18px;
    color: #666;
    margin-bottom: 0;
}

.imorich-contact-info {
    background: #ffffff;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
    height: 100%;
}

.imorich-contact-box {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 22px 0;
    border-bottom: 1px solid #f1e4ec;
}

.imorich-contact-box:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.imorich-contact-box:first-child {
    padding-top: 0;
}

.imorich-contact-box .icon {
    width: 58px;
    min-width: 58px;
    height: 58px;
    border-radius: 50%;
 background: linear-gradient(135deg, #ffd3cf, #fff6f5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
}

.imorich-contact-box .icon img {
    max-width: 100%;
    height: auto;
}

.imorich-contact-box .content h6 {
    font-size: 18px;
    font-weight: 700;
    color: #1a0b0b;
    margin-bottom: 10px;
    font-family:  "Poppins", sans-serif;
}

.imorich-contact-box .content a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    transition: all 0.3s ease;
}

.imorich-contact-box .content a:hover {
    color:  #b8493f;
}

.imorich-contact-form-wrap {
    background: #ffffff;
    border-radius: 24px;
    padding: 35px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
    height: 100%;
}

.imorich-contact-form .form-group {
    margin-bottom: 24px;
}

.imorich-contact-form label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #1a0b0b;
    margin-bottom: 10px;
}

.imorich-contact-form .form_style {
    width: 100%;
    height: 58px;
    border: 1px solid #f0dce7;
    border-radius: 14px;
    padding: 0 18px;
    font-size: 18px;
    color: #333;
    background: #fff;
    outline: none;
    transition: all 0.3s ease;
}

.imorich-contact-form textarea.form_style {
    height: auto;
    min-height: 140px;
    padding: 16px 18px;
    resize: none;
}

.imorich-contact-form .form_style:focus {
    border-color: #b8493f;
    box-shadow: 0 0 0 4px rgba(232, 62, 140, 0.08);
}

.imorich-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: none;
    outline: none;
       background: linear-gradient(135deg, #ff5040, #6d1f18);
    color: #fff;
    padding: 16px 28px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(216, 27, 96, 0.25);
}

.imorich-submit-btn:hover {
    transform: translateY(-2px);
       background: linear-gradient(135deg, #aa2014, #ff796c);
}

.imorich-map-section {
    width: 100%;
    margin-top: 0;
}

.imorich-map-section iframe {
    width: 100%;
    height: 500px;
    display: block;
}

@media (max-width: 991px) {
    .imorich-contact-section {
        padding: 80px 0 60px;
    }

    .imorich-contact-heading h2 {
        font-size: 42px;
    }

    .imorich-contact-form-wrap,
    .imorich-contact-info {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .imorich-contact-heading h2 {
        font-size: 34px;
    }

    .imorich-contact-heading p {
        font-size: 18px;
    }

    .imorich-contact-box {
        gap: 14px;
    }

    .imorich-contact-box .icon {
        width: 50px;
        min-width: 50px;
        height: 50px;
        padding: 12px;
    }

    .imorich-map-section iframe {
        height: 350px;
    }

    .imorich-submit-btn {
        width: 100%;
        justify-content: center;
    }
}
#icecream-bar,
#icecream-box,
#icecream-cup,
#icecream-cone,
#icecream-tub {
    scroll-margin-top: 120px;
}
/*======================
    Gallery Section
=======================*/
.gallery-section {
    padding: 80px 0;
    background: #fff8f8;
        padding-bottom: 85px;
}

.gallery-section .section-title {
    margin-bottom: 40px;
}



.gallery-section .section-title h2 {
    font-size: 54px;
    font-weight: 600;
    color: #222;
    margin: 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.gallery-box {
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    background: #fff;
    transition: 0.3s ease;
}

.gallery-box:hover {
    transform: translateY(-5px);
}

.gallery-box img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: 0.4s ease;
}

.gallery-box:hover img {
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 991px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-section .section-title h2 {
        font-size: 28px;
    }
}
.about-banner {
  background: #f7d8d3;
  height:606px; /* adjust banner height here */
  display: flex;
  align-items: center;
  overflow: hidden;
}

.about-banner .container {
  width: 100%;
}

.about-banner .banner-row {
  display: flex;
  align-items: center;
  min-height: 647px; /* same as banner height */
}

.about-banner .about-banner-content h1 {
    font-size: 62px;
    font-weight: 700;
    color: #b8493f;
    line-height: 1.1;
    margin-bottom: 20px;
        margin-top: 49px;
}

.about-banner .breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-banner .breadcrumb-list li,
.about-banner .breadcrumb-list li a {
  font-size: 16px;
  color: #111;
  text-decoration: none;
}

.about-banner .breadcrumb-list li a {
  color: #c54d3f;
}

.about-banner .about-banner-image {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.about-banner .about-banner-image img {
  max-width: 100%;
  max-height:467px; /* image size adjust here */
  width: auto;
  object-fit: contain;
}
.imorich-story-section {
  background: #ffffff;
  padding: 80px 0;
}

.imorich-story-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
}

.imorich-story-content h2 {
  font-size: 48px;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 20px;
  line-height: 1.2;
}

.imorich-story-content p {
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
  margin: 0;
}

.imorich-story-image {
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
}

.imorich-story-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 30px;
}
.imorich-story-image img {
  width: 100%;
  height: 562px;
  object-fit: cover;
}
.about-fixed {
    padding: 120px 0;
    background: #ffffff;
}

.about-text h6 {
    color: #b8493f;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}

.about-text h2 {
    font-size: 54px;
    margin: 0 0 25px;
    color: #b8493f;
    font-weight: 600;
}

.about-text p {
    color: #555;
    line-height: 1.9;
    margin-bottom: 16px;
    font-size: 15.5px;
}

.about-text strong {
    color: #b8493f;
}

.about-pin img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.phone-space {
    margin-top: 10px;
    margin-bottom: 10px;
}
.about-modern {
    padding: 100px 0;
    background: #ffffff;
}

.about-content .tag {
    color: #b8493f;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}

.about-content h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-content p {
    font-size: 15px;
    line-height: 28px;
    color: #555;
    margin-bottom: 15px;
}

.about-points {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.about-points li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.about-points li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #b8493f;
}

/* IMAGE */
.about-image img {
    width: 100%;
    border-radius: 12px;
}

/* MOBILE */
@media (max-width: 576px) {
    .about-modern {
        padding: 60px 20px;
        text-align: center;
    }

    .about-content h2 {
        font-size: 24px;
    }

    .about-image {
        margin-top: 30px;
    }
}
@media (max-width: 575px) {
  .about-banner .about-banner-content h1 {
    font-size: 29px;
    font-weight: 700;
    color: #b8493f;
    line-height: 1.1;
    margin-bottom: 15px;
    margin-top: 137px;
  }
  .about-banner {
    height: 513px;

}
.about-banner .about-banner-image img {
  display: none;
}
    .about-banner {
        height: 464px;
    }
    .imorich-story-content h2 {
    font-size: 22px;
    }
    .imorich-story-content p {
    font-size: 16px;
}
.imorich-story-image img {
    height: 170px;
}
    .section-title h2 {
        font-size: 22px;
    }
.category-card h6 {
    margin-bottom: 52px;
}
.about-text p {
   
    font-size: 16px;
}
.about-pin img {
  display: none;
}
.about-text h2 {
    font-size: 22px;
    margin: 0 0 4px;
 
}
.food-section h2 {
    font-size: 22px;
    font-weight: 600;
    color: #b8493f;
    margin-bottom: 32px;
}
.food-card h3 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #1a1a1a;
    line-height: 25px;
}
.about-fixed .about-pin {
        display: none;
    }
     .category-card-wrap {
        display: flex;
        flex-direction: column !important;
        align-items: center;
    }

    .category-card {
        width: 100% !important;
        max-width: 280px; /* optional: control size */
        margin-bottom: 30px;
    }

    .category-img img {
        width: 140px;
        height: 140px;
        object-fit: cover;
    }

    .section-title h2 {
        font-size: 22px;
    }

    .section-title p {
        font-size: 16px;
        line-height: 22px;
        padding: 0 10px;
    }
        .category-img img {
        height: 121px;
}
.food-grid {
        display: grid;
        grid-template-columns: 1fr !important; /* one by one */
        gap: 20px;
    }

    .food-card {
        width: 100%;
    }

    .food-img-bg img {
        width: 74%;
        height: auto;
        object-fit: contain;
    }

    .food-section h2 {
        font-size: 22px;
        text-align: center;
    }

    .section-label {
        font-size: 14px;
        text-align: center;
     
    }
      .food-grid {
        display: flex;
        flex-direction: column !important;
        align-items: center;
    }

    .food-card {
        width: 100%;
        max-width: 320px;
    }
    .imorich-banner-text h2 {
    font-size: 20px;
    margin-top: none;
    }
    .imorich-banner-text .banner-text {
    font-size: 16px;
    }
    .imorich-banner-text {
    height: 462px;
    padding: 87px 0;
    }
    .about-content p {
    font-size: 16px;

    }
}
.about-heading{
    font-size: clamp(22px, 4vw, 54px);
    text-align: center;
}

.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px; /* optional spacing */
}
#icecream-box .paper-img-bg img{
    max-width: 247px;
    transform: scale(1.15);
        margin-right: 12px;
}
/* ONLY Increase Image Size - English Bar Section */
#icecream-bar .food-img-bg img{  
    width: 247px;   
   height: auto;  
     object-fit: contain;}
     /* Mobile */@media(max-width:768px){
      #icecream-bar .food-img-bg img{  
          width: 239px;}}

/* ONLY Increase Image Size - Normal Bars Section */
#normal-bars .food-img-bg img{
    width: 220px;
    height: auto;
    object-fit: contain;
}

/* Mobile */
@media(max-width:768px){
#normal-bars .food-img-bg img{
    width:239px;
}
}
/* ONLY Increase Image Size - Cone Ice Cream Section */
#icecream-cone .food-img-bg img{
    width: 220px;
    height: auto;
    object-fit: contain;
}

/* Mobile */
@media(max-width:768px){
#icecream-cone .food-img-bg img{
    width: 239px;
}
}
/* ONLY Increase Image Size - Cup Ice Cream Section */
#icecream-cup .food-img-bg img{
    width: 220px;
    height: auto;
    object-fit: contain;
}

/* Mobile */
@media(max-width:768px){
#icecream-cup .food-img-bg img{
    width:239px;
}
}