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

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
    # About Section CSS
    # Enjoy Food Section CSS
    # Food CSS
    # Gallery Section CSS
    # Testimonial Section CSS
    # Team Section CSS
    # Booking Section CSS
    # Opening Time Section CSS
    # Blog Section CSS
    # Instagram Section CSS

-------------------------------------------------------    */
/* Common CSS */
@media (max-width: 1650px) {
  h2 {
    font-size: 52px;
    line-height: 65px;
  }
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 28px;
    line-height: 45px;
  }
}

.rs-hero .sub-title.sub-head {
  display: block;
  color: var(--secondary-color);
  font-size: 16px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.rs-hero .sub-title.sub-head:before,
.rs-hero .sub-title.sub-head:after {
  display: none;
}

#reviews .sub-title {
  color: var(--secondary-color);
}
#reviews .sub-title:before,
#reviews .sub-title:after {
  background-color: var(--secondary-color);
}

#gallery .sub-title {
  color: var(--primary-color);
}
#gallery .sub-title:before,
#gallery .sub-title:after {
  background-color: var(--primary-color);
}

.gallery-img {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 12px;
}
.gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.bistly-image,
.hero-image,
.about-main-img,
.about-sub-img,
.ubereats-img-wrap {
  overflow: hidden;
  border-radius: 12px;
}

.bistly-image img,
.bistly-image-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 12px;
}

.hero-image {
  aspect-ratio: 1 / 1;
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.bistly-food-item .hover-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

@media (max-width: 767.98px) {
  .gallery-img {
    aspect-ratio: 1 / 1;
  }
}

.sf-icon-wrap {
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.sf-icon-wrap i {
  font-size: 48px;
  color: var(--white-color);
}
.rs-team-item:hover .sf-icon-wrap {
  background-color: var(--black-dark-color);
  transform: translateY(-6px);
}
.rs-team-item .member-info .position {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 26px;
  color: var(--text-color);
  font-family: var(--body-font);
}

html {
  scroll-behavior: smooth;
}
section[id] {
  scroll-margin-top: 100px;
}

.main-menu ul li a.active {
  color: var(--white-color) !important;
}
.header-area.sticky .main-menu ul li a.active {
  color: var(--white-color) !important;
}

/* Header — smooth underline hover + premium CTA */
.header-one .header-navigation .main-menu ul > li > a::after {
  bottom: 30px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  border-radius: 2px;
  background-color: var(--secondary-color);
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.header-one .header-navigation .main-menu ul > li:hover > a,
.header-one .header-navigation .main-menu ul > li > a.active {
  color: var(--white-color) !important;
}
.header-one .header-navigation .main-menu ul > li:hover > a::after,
.header-one .header-navigation .main-menu ul > li > a.active::after {
  left: 50%;
  right: auto;
  width: 100%;
}
.header-one .nav-right-item .nav-button .theme-btn.style-one,
.header-one .theme-nav-button .theme-btn.style-one {
  border-radius: 50px;
  padding: 12px 28px;
  font-size: 13px;
  letter-spacing: 0.1em;
  border: 2px solid rgba(255, 255, 255, 0.22);
  background-color: var(--primary-color);
  color: var(--white-color);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.35s ease;
}
.header-one .nav-right-item .nav-button .theme-btn.style-one:hover,
.header-one .theme-nav-button .theme-btn.style-one:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(122, 36, 130, 0.5);
}
@media screen and (max-width: 991.98px) {
  .header-one .header-navigation .theme-nav-menu .main-menu ul > li > a {
    color: var(--heading-color) !important;
  }
  .header-one .header-navigation .theme-nav-menu .main-menu ul > li:hover > a,
  .header-one .header-navigation .theme-nav-menu .main-menu ul > li > a.active {
    color: var(--heading-color) !important;
  }
  .header-one .header-navigation .theme-nav-menu .main-menu ul > li > a::after {
    display: block;
    bottom: 8px;
    background-color: var(--primary-color);
  }
  .header-one .theme-nav-button .theme-btn.style-one {
    border-radius: 50px;
    width: 100%;
    justify-content: center;
    border-color: transparent;
  }
  .header-one .theme-nav-button .theme-btn.style-one:hover {
    transform: translateY(-2px);
  }
}

.rs-hero {
  position: relative;
  z-index: 1;
  padding: 220px 0 110px;
  background-color: var(--primary-black-color);
  background-image: none;
}
.rs-hero .hero-image {
  position: absolute;
  z-index: -1;
  max-width: 380px;
  overflow: hidden;
}
@media screen and (max-width: 1199.98px) {
  .rs-hero .hero-image {
    display: none;
  }
}
.rs-hero .hero-image.image_one {
  top: 20%;
  left: 100px;
}
@media (max-width: 1650px) {
  .rs-hero .hero-image.image_one {
    max-width: 380px;
    left: 30px;
  }
}
.rs-hero .hero-image.image_two {
  position: absolute;
  bottom: 0;
  right: 100px;
}
@media (max-width: 1650px) {
  .rs-hero .hero-image.image_two {
    max-width: 380px;
    right: 30px;
  }
}

.hero-content .sub-head {
  margin-bottom: 40px;
}
.hero-content h1 {
  color: var(--white-color);
  margin-bottom: 15px;
}
@media screen and (max-width: 1199.98px) {
  .hero-content h1 {
    font-size: 50px;
    line-height: 65px;
  }
}
.hero-content p {
  color: var(--white-color);
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 30px;
}
.hero-content .bistly-button .theme-btn.style-one:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
}

.bistly-counter-item .content h2 {
  color: var(--white-color);
  font-size: 64px;
  line-height: 1;
}
.bistly-counter-item .content h2 i {
  font-size: 24px;
  color: var(--secondary-color);
  vertical-align: super;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}

/* About Section — square image layout */
.rs-about .col-lg-6:first-child {
  overflow: visible;
}
.about-image-wrap {
  position: relative;
  max-width: 420px;
  margin: 0 auto;
  padding: 0 52px 36px 24px;
}
@media (min-width: 992px) {
  .about-image-wrap {
    margin: 0;
    max-width: 100%;
    padding-right: 56px;
  }
}
.about-main-img {
  aspect-ratio: 1 / 1;
}
.about-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 12px;
}
.about-sub-img {
  position: absolute;
  bottom: 0;
  left: -16px;
  width: 42%;
  max-width: 185px;
  aspect-ratio: 1 / 1;
  z-index: 2;
}
.about-sub-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}
.about-est-ring {
  position: absolute;
  top: 72px;
  right: -48px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: var(--white-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
  border: 4px solid var(--white-color);
}
.about-est-ring .est-label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: var(--body-font);
  line-height: 1;
  opacity: 0.9;
}
.about-est-ring .est-year {
  font-size: 24px;
  font-family: var(--heading-font);
  line-height: 1.1;
}
.about-loc-tag {
  position: absolute;
  bottom: 28px;
  right: -24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 50px;
  background-color: #f3ecf8;
  color: var(--primary-color);
  font-size: 13px;
  font-weight: 600;
  z-index: 3;
  letter-spacing: 0.02em;
}
.about-loc-tag i {
  font-size: 14px;
  color: var(--primary-color);
}
@media (max-width: 991.98px) {
  .about-image-wrap {
    max-width: 340px;
    padding-right: 44px;
    margin-bottom: 30px;
  }
  .about-sub-img {
    left: -8px;
    max-width: 150px;
  }
  .about-est-ring {
    width: 82px;
    height: 82px;
    right: -41px;
    top: 56px;
  }
  .about-est-ring .est-year {
    font-size: 20px;
  }
  .about-loc-tag {
    right: -12px;
    bottom: 20px;
    font-size: 12px;
    padding: 8px 14px;
  }
}

/* Legacy about shapes */
.rs-about .shape {
  position: absolute;
  z-index: -1;
}
.rs-about .shape img {
  opacity: 0.1;
}
.rs-about .shape.shape-one {
  right: 60px;
  top: 250px;
}
.rs-about .shape.shape-two {
  right: 43%;
  bottom: 160px;
}
.rs-about .big-text {
  position: absolute;
  top: 37%;
  left: 37%;
  font-size: 96px;
  font-family: var(--heading-font);
  line-height: 1;
  text-align: right;
  z-index: 2;
}
@media screen and (max-width: 991.98px) {
  .rs-about .big-text {
    position: relative;
    top: auto;
    left: auto;
    text-align: left;
    margin: 0 40px 50px;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  .rs-about .big-text {
    font-size: 42px;
  }
}
.rs-about .bistly-image.image-two {
  aspect-ratio: 1 / 1;
}

.rs-enjoy-food .bistly-image {
  aspect-ratio: 1 / 1;
}

.image-radius {
  aspect-ratio: 1 / 1;
}

/* Enjoy Food Section */
.rs-enjoy-food {
  position: relative;
  z-index: 1;
  background-color: var(--primary-black-color);
}
.rs-enjoy-food .shape {
  position: absolute;
  z-index: -1;
}
.rs-enjoy-food .shape img {
  opacity: 0.1;
}
.rs-enjoy-food .shape.shape-one {
  top: 100px;
  left: 33%;
}
.rs-enjoy-food .shape.shape-two {
  bottom: 180px;
  left: 110px;
}
.rs-enjoy-food .bistly-image-box.image-box-one {
  -webkit-margin-start: -80px;
          margin-inline-start: -80px;
}
@media screen and (max-width: 1199.98px) {
  .rs-enjoy-food .bistly-image-box.image-box-one {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}
.rs-enjoy-food .bistly-image-box.image-box-two {
  -webkit-margin-end: -200px;
          margin-inline-end: -200px;
}
@media (max-width: 1650px) {
  .rs-enjoy-food .bistly-image-box.image-box-two {
    -webkit-margin-end: -120px;
            margin-inline-end: -120px;
  }
}
@media (max-width: 1399.98px) {
  .rs-enjoy-food .bistly-image-box.image-box-two {
    -webkit-margin-end: -90px;
            margin-inline-end: -90px;
  }
}
@media screen and (max-width: 1199.98px) {
  .rs-enjoy-food .bistly-image-box.image-box-two {
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
}
.rs-enjoy-food .bistly-content-box {
  padding: 0 110px;
}
@media screen and (max-width: 991.98px) {
  .rs-enjoy-food .bistly-content-box {
    padding: 0 50px;
  }
}
@media (max-width: 767.98px) {
  .rs-enjoy-food .bistly-content-box {
    padding: 0;
  }
}
.rs-enjoy-food .bistly-content-box p {
  font-size: 20px;
  line-height: 35px;
}
.rs-enjoy-food .bistly-content-box .theme-btn.style-one:hover {
  background-color: var(--white-color);
  color: var(--primary-black-color);
}

/* Food Section */
.rs-food-menu {
  background-color: var(--black-dark-color);
}

.bistly-food-item {
  position: relative;
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.bistly-food-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.bistly-food-item .hover-image {
  -webkit-transition: opacity 0.3s, 1, 0.32, 1, -webkit-transform 0.7scubic-bezier 0.23;
  transition: opacity 0.3s, 1, 0.32, 1, -webkit-transform 0.7scubic-bezier 0.23;
  transition: opacity 0.3s, transform 0.7scubic-bezier 0.23, 1, 0.32, 1;
  transition: opacity 0.3s, transform 0.7scubic-bezier 0.23, 1, 0.32, 1, -webkit-transform 0.7scubic-bezier 0.23;
  position: absolute;
  width: 250px;
  height: 250px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  top: 20px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 991.98px) {
  .bistly-food-item .hover-image {
    display: none;
  }
}
.bistly-food-item .content h2 {
  font-size: 120px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767.98px) {
  .bistly-food-item .content h2 {
    font-size: 60px;
  }
}
.bistly-food-item .content p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
  line-height: 35px;
}
.bistly-food-item:hover .content h2 {
  color: var(--white-color);
}
.bistly-food-item:hover .content p {
  color: var(--white-color);
}
.bistly-food-item:hover .hover-image {
  visibility: visible;
  opacity: 1;
}

/* Gallery Section */
.rs-gallery {
  margin-bottom: -155px;
  padding: 0 15px;
}
@media screen and (max-width: 991.98px) {
  .rs-gallery {
    padding: 0;
  }
}

.gallery-slider {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 991.98px) {
  .gallery-slider {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.gallery-slider .bistly-gallery-item {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 991.98px) {
  .gallery-slider .bistly-gallery-item {
    margin-left: 12px;
    margin-right: 12px;
  }
}

/* Testimonial Section */
.rs-testimonial {
  padding-top: 230px;
  background-color: var(--primary-black-color);
}

.testimonial-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 50px;
  color: var(--primary-color);
  cursor: pointer;
}
.testimonial-slider .slick-arrow.next {
  right: -15%;
}
@media screen and (max-width: 1199.98px) {
  .testimonial-slider .slick-arrow.next {
    right: -10%;
  }
}
.testimonial-slider .slick-arrow.prev {
  left: -15%;
}
@media screen and (max-width: 1199.98px) {
  .testimonial-slider .slick-arrow.prev {
    left: -10%;
  }
}

.bistly-testimonial-item {
  text-align: center;
}
.bistly-testimonial-item .testimonial-content .ratings i {
  color: var(--rating-color);
}
.bistly-testimonial-item .testimonial-content p {
  font-size: 32px;
  line-height: 50px;
  color: var(--white-color);
  font-family: var(--heading-font);
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .bistly-testimonial-item .testimonial-content p {
    font-size: 20px;
    line-height: 30px;
  }
}
.bistly-testimonial-item .testimonial-content span {
  color: var(--white-color);
}

/* Team Section */
.rs-team-item .member-image img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.rs-team-item:hover .member-image img {
  transform: scale(1.05);
}

/* Food Hygiene Rating Section */
.rs-hygiene-rating {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #faf7fc 0%, var(--white-color) 45%, #f5eef8 100%);
}
.rs-hygiene-rating .hygiene-shape {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.rs-hygiene-rating .hygiene-shape img {
  opacity: 0.06;
}
.rs-hygiene-rating .hygiene-shape-one {
  top: 60px;
  right: 8%;
}
.rs-hygiene-rating .hygiene-shape-two {
  bottom: 40px;
  left: 5%;
}
.rs-hygiene-rating .container {
  position: relative;
  z-index: 1;
}
.hygiene-highlights {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hygiene-highlights li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color);
  margin-bottom: 12px;
}
.hygiene-highlights li i {
  color: #059652;
  font-size: 18px;
  flex-shrink: 0;
}
.hygiene-inspected {
  font-size: 15px;
  color: rgba(61, 16, 66, 0.75);
}
.hygiene-inspected i {
  color: var(--primary-color);
  margin-right: 6px;
}
.fhr-sticker-card {
  display: block;
  position: relative;
  max-width: 520px;
  margin: 0 auto;
  padding: 28px 28px 24px;
  background: linear-gradient(145deg, var(--white-color) 0%, #fdf9fe 100%);
  border: 1px solid rgba(122, 36, 130, 0.1);
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(61, 16, 66, 0.12),
    0 8px 24px rgba(122, 36, 130, 0.08);
  text-decoration: none;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.35s ease;
}
.fhr-sticker-card:hover {
  transform: translateY(-8px);
  border-color: rgba(180, 216, 45, 0.55);
  box-shadow: 0 32px 70px rgba(61, 16, 66, 0.16),
    0 12px 32px rgba(5, 150, 82, 0.12);
}
.fhr-sticker-glow {
  position: absolute;
  inset: 12px;
  border-radius: 16px;
  background: radial-gradient(circle at 50% 0%, rgba(180, 216, 45, 0.18) 0%, transparent 65%);
  pointer-events: none;
}
.fhr-sticker-frame {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.14);
}
.fhr-sticker-frame img {
  display: block;
  width: 100%;
  height: auto;
}
.fhr-sticker-meta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(122, 36, 130, 0.1);
}
.fhr-score-badge {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #000;
  color: var(--white-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--heading-font);
  font-size: 26px;
  line-height: 1;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}
.fhr-meta-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.fhr-meta-text strong {
  font-size: 18px;
  color: var(--heading-color);
  font-family: var(--heading-font);
  letter-spacing: 0.02em;
}
.fhr-meta-text span {
  font-size: 13px;
  color: rgba(61, 16, 66, 0.6);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.fhr-click-prompt {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-color);
  letter-spacing: 0.03em;
  transition: color 0.3s ease, gap 0.3s ease;
}
.fhr-sticker-card:hover .fhr-click-prompt {
  color: #059652;
  gap: 12px;
}
@media (max-width: 991.98px) {
  .fhr-sticker-card {
    max-width: 420px;
    padding: 22px 20px 20px;
  }
}

/* Uber Eats Section */
.rs-ubereats {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #048f4f 0%, #06C167 45%, #05b35c 100%);
  color: var(--white-color);
}
.rs-ubereats .section-title h2,
.rs-ubereats h2,
.rs-ubereats .ubereats-content p,
.rs-ubereats .check-list.style-one li {
  color: var(--white-color);
}
.rs-ubereats .sub-title {
  color: rgba(255, 255, 255, 0.9);
}
.rs-ubereats .sub-title:before,
.rs-ubereats .sub-title:after {
  background-color: rgba(255, 255, 255, 0.65);
}
.rs-ubereats .check-list.style-one li i {
  color: var(--white-color);
}
.rs-ubereats .ubereats-shape img {
  opacity: 0.06;
  filter: brightness(2);
}
.rs-ubereats .ubereats-shape {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.rs-ubereats .ubereats-shape-one {
  top: 80px;
  right: 40px;
}
.rs-ubereats .ubereats-shape-two {
  bottom: 60px;
  left: 8%;
}
.rs-ubereats .container {
  position: relative;
  z-index: 1;
}
.ubereats-visual {
  position: relative;
  max-width: 420px;
  margin: 0 auto;
  padding: 0 40px 30px 20px;
}
@media (min-width: 992px) {
  .ubereats-visual {
    margin: 0 0 0 auto;
    max-width: 100%;
  }
}
.ubereats-img-wrap {
  aspect-ratio: 1 / 1;
}
.ubereats-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}
.ubereats-float-card {
  position: absolute;
  top: 48px;
  right: -8px;
  background-color: #059652;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 16px;
  padding: 16px 20px;
  text-align: center;
  z-index: 3;
  min-width: 140px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}
.ubereats-float-label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 4px;
}
.ubereats-float-brand {
  display: block;
  font-family: var(--heading-font);
  font-size: 22px;
  color: var(--white-color);
  line-height: 1.1;
}
.ubereats-float-shop {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  margin-top: 4px;
}
.ubereats-pickup-tag {
  position: absolute;
  bottom: 24px;
  left: -12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 50px;
  background-color: var(--white-color);
  color: #059652;
  font-size: 13px;
  font-weight: 600;
  z-index: 3;
  letter-spacing: 0.03em;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.ubereats-pickup-tag i {
  font-size: 14px;
  color: #059652;
}
.ubereats-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
@media (min-width: 992px) {
  .ubereats-pills {
    justify-content: flex-start;
  }
}
.ubereats-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--white-color);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.ubereats-pill i {
  font-size: 12px;
  opacity: 0.9;
  color: var(--white-color);
}
.ubereats-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 16px 32px;
  border-radius: 50px;
  background-color: var(--white-color);
  color: #059652;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: var(--body-font);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.35s ease;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
}
.ubereats-btn-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(5, 150, 82, 0.12);
  color: #059652;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.ubereats-btn-arrow {
  font-size: 12px;
  transition: transform 0.35s ease;
}
.ubereats-btn:hover {
  background-color: #f0fdf4;
  color: #048f4f;
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.2);
}
.ubereats-btn:hover .ubereats-btn-arrow {
  transform: translateX(4px);
}
@media (max-width: 991.98px) {
  .ubereats-visual {
    max-width: 340px;
    margin-bottom: 20px;
  }
  .ubereats-img-wrap img {
    height: 340px;
  }
  .ubereats-float-card {
    right: 0;
    top: 36px;
  }
  .ubereats-pickup-tag {
    left: 0;
  }
}

/* Booking Section */
.rs-booking {
  background-color: var(--black-dark-color);
  background-image: none;
}
.rs-booking:after {
  display: none;
}

/*  Time Section */
.rs-time-sec {
  background-color: var(--primary-black-color);
}
.rs-time-sec .bistly-content-box p {
  font-size: 20px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.8);
}
.rs-time-sec .map-box iframe {
  height: 325px;
}
.rs-time-sec .opening-time-box {
  padding: 40px 50px 45px;
  -webkit-margin-start: 70px;
          margin-inline-start: 70px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 1199.98px) {
  .rs-time-sec .opening-time-box {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}
.rs-time-sec .opening-time-box h3 {
  color: var(--white-color);
  margin-bottom: 35px;
}
.rs-time-sec .opening-time-box ul li {
  color: var(--white-color);
}
.rs-time-sec .opening-time-box ul li span {
  float: right;
}
.rs-time-sec .opening-time-box ul li .close {
  color: var(--primary-color);
}
.rs-time-sec .opening-time-box ul li:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 30px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

/* Blog Section */
.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: 10px;
}
.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: 25px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 25px;
}
.bistly-blog-post .post-content h4:hover {
  color: var(--primary-color);
}
.bistly-blog-post .post-content .read-more.style-one:hover {
  color: var(--primary-color);
}

/* Instagram Section */
.bistly-instagram-item:hover .thumbnail .hover-content {
  visibility: visible;
  opacity: 1;
}
.bistly-instagram-item:hover .thumbnail .hover-content .icon {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.bistly-instagram-item .thumbnail {
  position: relative;
  overflow: hidden;
}
.bistly-instagram-item .thumbnail .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  background-color: rgba(var(--primary-rgb), 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bistly-instagram-item .thumbnail .hover-content .icon {
  color: var(--white-color);
  font-size: 20px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

/* Brand accents on dark purple sections */
.rs-hero .sub-title,
.rs-enjoy-food .sub-title,
.rs-food-menu .sub-title,
.rs-testimonial .sub-title,
.rs-booking .sub-title,
.rs-time-sec .sub-title {
  color: var(--secondary-color);
}
.rs-hero .sub-title:after,
.rs-hero .sub-title:before,
.rs-enjoy-food .sub-title:after,
.rs-enjoy-food .sub-title:before,
.rs-food-menu .sub-title:after,
.rs-food-menu .sub-title:before,
.rs-testimonial .sub-title:after,
.rs-testimonial .sub-title:before,
.rs-booking .sub-title:after,
.rs-booking .sub-title:before,
.rs-time-sec .sub-title:after,
.rs-time-sec .sub-title:before {
  background-color: var(--secondary-color);
}

.rs-enjoy-food .theme-btn.style-two,
.rs-food-menu .theme-btn.style-two,
.rs-booking .theme-btn.style-two,
.rs-time-sec .theme-btn.style-two {
  border-color: var(--secondary-color);
  color: var(--white-color);
}
.rs-enjoy-food .theme-btn.style-two:hover,
.rs-food-menu .theme-btn.style-two:hover,
.rs-booking .theme-btn.style-two:hover,
.rs-time-sec .theme-btn.style-two:hover {
  background-color: var(--white-color);
  border-color: transparent;
  color: var(--primary-color);
}

/* Premium Footer */
.rs-footer-premium {
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, #3d1042 0%, var(--black-dark-color) 40%, #2a0a2e 100%);
  padding-top: 0;
}
.rs-footer-premium .footer-top-accent {
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--secondary-color), var(--primary-color), var(--secondary-color), transparent);
  margin-bottom: 0;
}
.rs-footer-premium .footer-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.rs-footer-premium .footer-glow-one {
  width: 400px;
  height: 400px;
  top: -100px;
  left: -100px;
  background: radial-gradient(circle, rgba(179, 153, 200, 0.08) 0%, transparent 70%);
}
.rs-footer-premium .footer-glow-two {
  width: 350px;
  height: 350px;
  bottom: -80px;
  right: -80px;
  background: radial-gradient(circle, rgba(122, 36, 130, 0.15) 0%, transparent 70%);
}
.rs-footer-premium .container {
  position: relative;
  z-index: 1;
}
.rs-footer-premium .footer-widget-area {
  padding: 60px 0 20px;
}
.rs-footer-premium .footer-widget {
  margin-bottom: 10px;
}
.rs-footer-premium .footer-brand-widget {
  padding-right: 20px;
}
.rs-footer-premium .footer-logo-wrap {
  display: inline-block;
  /* background-color: var(--white-color); */
  /* padding: 18px 22px; */
  border-radius: 14px;
  margin-bottom: 24px;
  transition: opacity 0.3s ease;
}
.rs-footer-premium .footer-logo-wrap:hover {
  opacity: 0.92;
}
.rs-footer-premium .footer-logo-img {
  width: 168px;
  height: auto;
  display: block;
}
.rs-footer-premium .footer-tagline {
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.78);
  max-width: 340px;
  margin: 0 0 18px;
  font-family: var(--heading-font);
}
.rs-footer-premium .footer-fhr-badge {
  display: block;
  max-width: 240px;
  margin-bottom: 18px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.rs-footer-premium .footer-fhr-badge:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.32);
}
.rs-footer-premium .footer-fhr-badge img {
  display: block;
  width: 100%;
  height: auto;
}
.rs-footer-premium .footer-est-badge {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--secondary-color);
  border: 1px solid rgba(179, 153, 200, 0.35);
  background: rgba(179, 153, 200, 0.08);
}
.rs-footer-premium .widget-title {
  font-family: var(--heading-font);
  font-size: 22px;
  color: var(--white-color);
  margin-bottom: 28px;
  padding-bottom: 14px;
  position: relative;
  font-weight: 400;
}
.rs-footer-premium .widget-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, var(--secondary-color), var(--primary-color));
  border-radius: 2px;
}
.rs-footer-premium .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rs-footer-premium .footer-links li {
  margin-bottom: 12px;
}
.rs-footer-premium .footer-links li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  letter-spacing: 0.02em;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}
.rs-footer-premium .footer-links li a::before {
  content: "";
  width: 0;
  height: 1px;
  background: var(--secondary-color);
  margin-right: 0;
  transition: all 0.3s ease;
}
.rs-footer-premium .footer-links li a:hover {
  color: var(--white-color);
  padding-left: 12px;
}
.rs-footer-premium .footer-links li a:hover::before {
  width: 8px;
  margin-right: 8px;
}
.rs-footer-premium .footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rs-footer-premium .footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 22px;
}
.rs-footer-premium .footer-contact-list li:last-child {
  margin-bottom: 0;
}
.rs-footer-premium .contact-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(179, 153, 200, 0.12);
  border: 1px solid rgba(179, 153, 200, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary-color);
  font-size: 16px;
  transition: all 0.3s ease;
}
.rs-footer-premium .footer-contact-list li:hover .contact-icon {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
}
.rs-footer-premium .contact-text {
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  line-height: 24px;
  padding-top: 8px;
}
.rs-footer-premium .contact-text a {
  color: rgba(255, 255, 255, 0.75);
  transition: color 0.3s ease;
}
.rs-footer-premium .contact-text a:hover {
  color: var(--secondary-color);
}
.rs-footer-premium .footer-hours-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}
.rs-footer-premium .footer-hours-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
}
.rs-footer-premium .footer-hours-list li span:last-child {
  color: var(--white-color);
  font-weight: 600;
}
.rs-footer-premium .footer-hours-list li.closed span:last-child {
  color: var(--secondary-color);
}
.rs-footer-premium .footer-cta {
  padding: 24px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(179, 153, 200, 0.15);
}
.rs-footer-premium .footer-cta p {
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--secondary-color);
  margin-bottom: 14px;
  font-weight: 600;
}
.rs-footer-premium .footer-call-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 28px;
  background: linear-gradient(135deg, var(--primary-color), var(--black-dark-color));
  color: var(--white-color);
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: all 0.35s ease;
  box-shadow: 0 8px 28px rgba(122, 36, 130, 0.35);
}
.rs-footer-premium .footer-call-btn i {
  font-size: 14px;
}
.rs-footer-premium .footer-call-btn:hover {
  background: var(--white-color);
  color: var(--primary-color);
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(122, 36, 130, 0.4);
}
.rs-footer-premium .copyright-area {
  margin-top: 45px;
  padding: 22px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.rs-footer-premium .copyright-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
}
.rs-footer-premium .copyright-text,
.rs-footer-premium .copyright-credit {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin: 0;
  letter-spacing: 0.02em;
}
.rs-footer-premium .copyright-credit a {
  color: var(--secondary-color);
  font-weight: 600;
  transition: color 0.3s ease;
}
.rs-footer-premium .copyright-credit a:hover {
  color: var(--white-color);
}
@media (max-width: 767.98px) {
  .rs-footer-premium .copyright-inner {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  .rs-footer-premium .footer-widget-area {
    padding-top: 45px;
  }
  .rs-footer-premium .footer-brand-widget {
    text-align: center;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .rs-footer-premium .footer-logo-wrap {
    margin-left: auto;
    margin-right: auto;
  }
  .rs-footer-premium .footer-tagline {
    margin-left: auto;
    margin-right: auto;
  }
  .rs-footer-premium .footer-logo-img {
    width: 150px;
  }
  .rs-footer-premium .widget-title {
    margin-bottom: 20px;
  }
  .rs-footer-premium .footer-nav-widget,
  .rs-footer-premium .footer-contact-widget,
  .rs-footer-premium .footer-hours-widget {
    padding-left: 0;
  }
}