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

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;
  }
}

/* Hero Section */
.rs-hero {
  position: relative;
  z-index: 1;
  padding: 120px 0 110px;
  background-color: var(--primary-black-color);
}
.rs-hero .hero-image {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1199.98px) {
  .rs-hero .hero-image {
    display: none;
  }
}
.rs-hero .hero-image img {
  border-radius: 400px 400px 0px 0px;
}
.rs-hero .hero-image.image_one {
  top: 20%;
  left: 100px;
}
@media (max-width: 1650px) {
  .rs-hero .hero-image.image_one {
    /* max-width: 380px; */
    max-width: 100%;
    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: 100%;
    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: #FF9F1A;
  vertical-align: super;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}

/* About Section */
.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 img {
  border-radius: 200px 200px 0px 0px;
}

.image-radius img {
  border-radius: 200px 200px 0px 0px;
}

/* 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 45px;
}
@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: #354B4A;
}

.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: 340px;
  -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: 180px;
  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 {
  border-radius: 300px 300px 0px 0px;
}

/* Booking Section */
.rs-booking:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #091D1C;
  z-index: -1;
}

/*  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(45, 68, 67, 0.502);
  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;
}


        /* Classic Menu Section Styles */
        .rs-complete-menu {
            background: linear-gradient(135deg, #1a1611 0%, #2d2118 50%, #1a1611 100%);
            position: relative;
            overflow: hidden;
        }
        
        .rs-complete-menu::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="0.5" fill="%23d4af37" opacity="0.1"/><circle cx="80" cy="40" r="0.3" fill="%23d4af37" opacity="0.1"/><circle cx="40" cy="70" r="0.4" fill="%23d4af37" opacity="0.1"/><circle cx="60" cy="10" r="0.2" fill="%23d4af37" opacity="0.1"/><circle cx="10" cy="60" r="0.3" fill="%23d4af37" opacity="0.1"/><circle cx="90" cy="80" r="0.4" fill="%23d4af37" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
            pointer-events: none;
            z-index: 1;
        }
        
        .rs-complete-menu .container {
            position: relative;
            z-index: 2;
        }
        
        /* Classic Menu Cards */
        .menu-category-card {
            background: linear-gradient(145deg, #2a2218 0%, #1f1b14 100%);
            border: 2px solid #2e4442;
            border-radius: 20px;
            padding: 40px 25px;
            position: relative;
            box-shadow: 
                0 15px 35px rgba(0, 0, 0, 0.6),
                inset 0 1px 0 rgba(212, 175, 55, 0.3),
                0 0 0 1px rgba(212, 175, 55, 0.1);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            backdrop-filter: blur(10px);
        }
        
        .menu-category-card::before {
            content: '';
            position: absolute;
            top: 15px;
            left: 15px;
            right: 15px;
            bottom: 15px;
            border: 1px solid rgba(212, 175, 55, 0.2);
            border-radius: 15px;
            pointer-events: none;
        }
        
        .menu-category-card::after {
            content: '';
            position: absolute;
            top: -2px;
            left: -2px;
            right: -2px;
            bottom: -2px;
            background-size: 400% 400%;
            border-radius: 22px;
            z-index: -1;
            opacity: 0;
            animation: gradientShift 3s ease infinite;
            transition: opacity 0.4s ease;
        }
        
        .menu-category-card:hover {
            transform: translateY(-15px) scale(1.02);
            box-shadow: 
                0 25px 50px rgba(0, 0, 0, 0.8),
                inset 0 1px 0 rgba(212, 175, 55, 0.5),
                0 0 30px rgba(212, 175, 55, 0.3);
        }
        
        .menu-category-card:hover::after {
            opacity: 1;
        }
        
        @keyframes gradientShift {
            0%, 100% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
        }
        
        /* Category Headers */
        .category-header h3 {
            font-family: 'Marcellus', serif;
            font-size: 28px;
            font-weight: 700;
            color: #2e4442;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
            letter-spacing: 3px;
            position: relative;
            margin-bottom: 15px;
        }
        
        .category-header h3::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 2px;
            background: linear-gradient(90deg, transparent, #d4af37, transparent);
        }
        
        .category-header h4 {
            font-family: 'Roboto', sans-serif;
            font-size: 16px;
            font-weight: 400;
            color: #c9b896;
            font-style: italic;
            letter-spacing: 1px;
        }
        
        /* Menu Items - Desktop */
        .menu-item-small {
            display: flex;
            align-items: center;
            padding: 20px;
            background: linear-gradient(145deg, rgba(212, 175, 55, 0.08), rgba(212, 175, 55, 0.03));
            border: 1px solid rgba(212, 175, 55, 0.2);
            border-radius: 15px;
            margin-bottom: 15px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .menu-item-small::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.1), transparent);
            transition: left 0.5s ease;
        }
        
        .menu-item-small:hover {
            background: linear-gradient(145deg, rgba(212, 175, 55, 0.15), rgba(212, 175, 55, 0.08));
            border-color: rgba(212, 175, 55, 0.4);
            transform: translateX(5px);
        }
        
        .menu-item-small:hover::before {
            left: 100%;
        }
        
        .menu-item-img {
            width: 70px;
            height: 70px;
            object-fit: cover;
            border-radius: 12px;
            margin-right: 20px;
            flex-shrink: 0;
            border: 2px solid rgba(212, 175, 55, 0.3);
            transition: all 0.3s ease;
        }
        
        .menu-item-small:hover .menu-item-img {
            border-color: #2e4442;
            transform: scale(1.05);
        }
        
        .menu-item-content h5 {
            font-family: 'Marcellus', serif;
            color: #fff;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 8px;
            line-height: 1.3;
            letter-spacing: 1px;
        }
        
        .menu-item-content p.small {
            color: #c9b896;
            font-size: 13px;
            margin: 0;
            line-height: 1.5;
            font-style: italic;
        }
        
        /* Mobile Carousel Styles */
        .menu-carousel-container {
            position: relative;
            overflow: hidden;
            border-radius: 20px;
            background: linear-gradient(145deg, #2a2218 0%, #1f1b14 100%);
            border: 2px solid #2e4442;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
        }
        
        .menu-carousel {
            display: flex;
            transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
            will-change: transform;
        }
        
        .menu-category-slide {
            min-width: 100%;
            padding: 30px 20px;
        }
        
        .menu-item-mobile {
            background: linear-gradient(145deg, rgba(212, 175, 55, 0.08), rgba(212, 175, 55, 0.03));
            border: 1px solid rgba(212, 175, 55, 0.2);
            border-radius: 15px;
            padding: 25px;
            text-align: center;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }
        
        .menu-item-mobile:hover {
            background: linear-gradient(145deg, rgba(212, 175, 55, 0.15), rgba(212, 175, 55, 0.08));
            transform: translateY(-5px);
        }
        
        .menu-item-mobile img {
            border-radius: 15px;
            height: 180px;
            object-fit: cover;
            border: 2px solid rgba(212, 175, 55, 0.3);
            transition: all 0.3s ease;
        }
        
        .menu-item-mobile:hover img {
            border-color: #2e4442
        }
        
        .menu-item-mobile h5 {
            font-family: 'Marcellus', serif;
            color: #fff;
            font-size: 18px;
            font-weight: 600;
            margin: 15px 0 10px 0;
            letter-spacing: 1px;
        }
        
        .menu-item-mobile p {
            color: #c9b896;
            font-size: 14px;
            line-height: 1.5;
            font-style: italic;
        }
        
        /* Carousel Navigation */
        .carousel-navigation {
            padding: 20px;
            background: linear-gradient(145deg, rgba(212, 175, 55, 0.1), rgba(212, 175, 55, 0.05));
        }
        
        .carousel-dots {
            display: flex;
            justify-content: center;
            gap: 15px;
        }
        
        .dot {
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: rgba(212, 175, 55, 0.3);
            cursor: pointer;
            transition: all 0.4s ease;
            border: 2px solid transparent;
            position: relative;
        }
        
        .dot::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 6px;
            height: 6px;
            background: #2e4442;
            border-radius: 50%;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .dot.active {
            background: #2e4442;
            transform: scale(1.3);
            border-color: rgba(46, 68, 66, 0.5);
            box-shadow: 0 0 20px rgba(46, 68, 66, 0.5);
        }
        
        .dot.active::before {
            opacity: 1;
        }
        
        /* Text Colors */
        .text-primary {
            color: #d4af37 !important;
        }
        
        /* Button Styling */
        .bistly-button .theme-btn.style-two {
            background: linear-gradient(145deg, #d4af37, #b8941f);
            border: 2px solid #2e4442;
            color: #1a1611;
            font-weight: 600;
            letter-spacing: 1px;
            padding: 15px 35px;
            border-radius: 30px;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }
        
        .bistly-button .theme-btn.style-two::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s ease;
        }
        
        .bistly-button .theme-btn.style-two:hover {
            background: linear-gradient(145deg, #f4e07a, #d4af37);
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(212, 175, 55, 0.4);
        }
        
        .bistly-button .theme-btn.style-two:hover::before {
            left: 100%;
        }
        
        /* Responsive adjustments */
        @media (max-width: 991.98px) {
            .menu-category-card {
                padding: 30px 20px;
            }
            
            .category-header h3 {
                font-size: 24px;
            }
        }
        
        @media (max-width: 575.98px) {
            .menu-category-slide {
                padding: 20px 15px;
            }
            
            .menu-item-mobile {
                padding: 20px;
            }
            
            .menu-item-mobile img {
                height: 150px;
            }
            
            .category-header h3 {
                font-size: 22px;
            }
        }
        

        /* Cooking Class Note Styles */
        .cooking-class-note {
            background: linear-gradient(145deg, #fcfcfc 0%, #ffffff 100%);
            border: 3px solid #2D4443;
            border-radius: 20px;
            padding: 30px;
            margin: 0 20px;
            box-shadow: 0 15px 35px rgba(45, 68, 67, 0.3);
            position: relative;
            overflow: hidden;
            transform: translateY(0);
            transition: all 0.4s ease;
        }
        
        .cooking-class-note:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(45, 68, 67, 0.4);
        }
        
        .cooking-class-note::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, rgba(45, 68, 67, 0.1), transparent);
            z-index: 0;
        }
        
        .note-container {
            display: flex;
            align-items: center;
            gap: 25px;
            position: relative;
            z-index: 1;
        }
        
        .note-icon {
            flex-shrink: 0;
            width: 70px;
            height: 70px;
            background: linear-gradient(145deg, #2D4443 0%, #1a2625 100%);
            border: 3px solid rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 8px 20px rgba(45, 68, 67, 0.4);
            animation: pulse 2s infinite;
        }
        
        @keyframes pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.05); }
        }
        
        .note-icon i {
            font-size: 28px;
            color: #D0965C;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        }
        
        .note-content h4 {
            font-family: 'Marcellus', serif;
            font-size: 24px;
            font-weight: 700;
            color: #2D4443;
            margin: 0 0 12px 0;
            letter-spacing: 1px;
            text-transform: uppercase;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
        
        .note-content p {
            font-size: 18px;
            color: #2D4443;
            margin: 0;
            line-height: 1.6;
            font-weight: 500;
            opacity: 0.9;
        }
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .cooking-class-note {
                margin: 0 10px;
                padding: 25px 20px;
            }
            
            .note-container {
                flex-direction: column;
                text-align: center;
                gap: 20px;
            }
            
            .note-icon {
                width: 60px;
                height: 60px;
            }
            
            .note-icon i {
                font-size: 24px;
            }
            
            .note-content h4 {
                font-size: 20px;
            }
            
            .note-content p {
                font-size: 16px;
            }
        }
        
        @media (max-width: 480px) {
            .note-content h4 {
                font-size: 18px;
            }
            
            .note-content p {
                font-size: 15px;
            }
        }
        
       