        /* Enhanced carousel styling */
        .hero-carousel {
            position: relative;
            margin-bottom: 50px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        }
        
        .carousel-item {
            height: 600px;
            overflow: hidden;
            position: relative;
        }
        
        .carousel-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            transform: scale(1.05);
            transition: transform 8s ease, filter 0.5s ease;
        }
        
        .carousel-item.active .carousel-background {
            transform: scale(1);
            animation: zoomDecrease 8s forwards;
        }
        
        @keyframes zoomDecrease {
            0% { transform: scale(1.05); }
            100% { transform: scale(1); }
        }
        
        .carousel-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
        }
        
        .carousel-caption {
            bottom: 50%;
            transform: translateY(50%);
            z-index: 10;
            text-align: center;
            max-width: 800px;
            margin: 0 auto;
            left: 0;
            right: 0;
            padding: 0 20px;
        }
        
        .carousel-caption h2 {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            color: #fff;
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 0.5s ease, transform 0.5s ease;
        }
        
        .carousel-caption p {
            font-size: 1.25rem;
            line-height: 1.6;
            margin-bottom: 30px;
            color: #fff;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 0.5s ease 0.2s, transform 0.5s ease 0.2s;
        }
        
        .carousel-caption .btn {
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 0.5s ease 0.4s, transform 0.5s ease 0.4s, background-color 0.3s ease, color 0.3s ease;
        }
        
        .carousel-item.active .carousel-caption h2,
        .carousel-item.active .carousel-caption p,
        .carousel-item.active .carousel-caption .btn {
            opacity: 1;
            transform: translateY(0);
        }
        
        .carousel-caption .btn-primary {
            padding: 12px 30px;
            font-size: 1rem;
            font-weight: 600;
            text-transform: uppercase;
            background-color: #FF6B35;
            border: none;
            border-radius: 30px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }
        
        .carousel-caption .btn-primary:hover {
            background-color: #ffffff;
            color: #FF6B35;
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
        }
        
        .carousel-indicators {
            bottom: 30px;
            z-index: 15;
        }
        
        .carousel-indicators button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            margin: 0 6px;
            background-color: rgba(255, 255, 255, 0.5);
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .carousel-indicators button.active {
            background-color: #FF6B35;
            width: 14px;
            height: 14px;
            transform: scale(1.2);
        }
        
        .carousel-control-prev, .carousel-control-next {
            width: 50px;
            height: 50px;
            background: rgba(0, 0, 0, 0.3);
            border-radius: 50%;
            top: 50%;
            margin-top: -25px;
            opacity: 0;
            transition: all 0.3s ease;
        }
        
        .carousel-control-prev {
            left: 20px;
        }
        
        .carousel-control-next {
            right: 20px;
        }
        
        .hero-carousel:hover .carousel-control-prev,
        .hero-carousel:hover .carousel-control-next {
            opacity: 0.8;
        }
        
        .carousel-control-prev:hover, .carousel-control-next:hover {
            background: rgba(255, 107, 53, 0.8);
            opacity: 1;
        }
        
        /* Responsive styling */
        @media (max-width: 992px) {
            .carousel-item {
                height: 500px;
            }
            
            .carousel-caption h2 {
                font-size: 2.5rem;
            }
        }
        
        @media (max-width: 768px) {
            .carousel-item {
                height: 400px;
            }
            
            .carousel-caption {
                bottom: 50%;
                transform: translateY(50%);
                padding: 0 20px;
            }
            
            .carousel-caption h2 {
                font-size: 2rem;
                margin-bottom: 15px;
            }
            
            .carousel-caption p {
                font-size: 1rem;
                margin-bottom: 20px;
            }
            
            .carousel-caption .btn-primary {
                padding: 10px 20px;
                font-size: 0.9rem;
            }
        }
        
        @media (max-width: 576px) {
            .carousel-item {
                height: 350px;
            }
            
            .carousel-caption h2 {
                font-size: 1.75rem;
            }
            
            .carousel-caption p {
                font-size: 0.9rem;
            }
        }
        
        .bg-img-slide {
            background-size: cover;
            background-position: center center;
            width: 100%;
            height: 100%;
        }
        
        .bg-img-slide-1 {
            background-image: url('https://images.unsplash.com/photo-1625220194771-7ebdea0b70b9?q=80&w=1470&auto=format&fit=crop');
        }
        
        .bg-img-slide-2 {
            background-image: url('https://images.unsplash.com/photo-1583032015879-e5022cb87c3b?q=80&w=1470&auto=format&fit=crop');
        }
        
        .bg-img-slide-3 {
            background-image: url('https://images.unsplash.com/photo-1552611052-33e04de081de?q=80&w=1470&auto=format&fit=crop');
        }
        
        .caption {
            text-align: center;
        }
        
        .caption-txt {
            max-width: 800px;
            margin: 0 auto;
            padding: 20px;
        }
        
        .caption-txt h2 {
            font-weight: 700;
            margin-bottom: 1.5rem;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }
        
        .caption-txt p {
            font-size: 1.2rem;
            margin-bottom: 2rem;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
        }
        
        .btn-red {
            background-color: #e3000e;
            color: white;
            font-weight: 600;
            padding: 0.8rem 2rem;
            border-radius: 30px;
            box-shadow: 0 4px 15px rgba(227, 0, 14, 0.3);
            transition: all 0.3s ease;
        }
        
        .btn-red:hover {
            background-color: #ffffff;
            color: #e3000e;
            transform: translateY(-3px);
        }
        
        .btn-yellow {
            background-color: #f7be27;
            color: white;
            font-weight: 600;
            padding: 0.8rem 2rem;
            border-radius: 30px;
            box-shadow: 0 4px 15px rgba(247, 190, 39, 0.3);
            transition: all 0.3s ease;
        }
        
        .btn-yellow:hover {
            background-color: #ffffff;
            color: #f7be27;
            transform: translateY(-3px);
        }
        
        /* Responsive height adjustments */
        @media (max-width: 991px) {
            .hero-carousel .carousel-item {
                height: 500px;
            }
            
            .caption-txt h2 {
                font-size: 2.5rem;
            }
        }
        
        @media (max-width: 767px) {
            .hero-carousel .carousel-item {
                height: 400px;
            }
            
            .caption-txt h2 {
                font-size: 2rem;
            }
            
            .caption-txt p {
                font-size: 1rem;
            }
        }
        
        /* Fix for carousel height */
        #hero-carousel .carousel-item {
            height: 600px;
        }
        
        #hero-carousel .carousel-item > div {
            height: 100%;
        }
        
        #hero-carousel .caption {
            height: 100%;
        }
        
        /* Fix for menu carousel */
        .owl-carousel .item {
            margin: 0 10px;
        }
        
        .menu-7-img {
            margin: 0 -10px;
        }
        
        /* Ensure red background in contact section */
        #order-now.bg-salmon {
            background-color: #e84e1d;
        }
        
        /* Fix for banner section */
        #banner-3.bg-yellow {
            background-color: #f7be27;
        }
        
        /* Styling for placeholder food images */
        .menu-7-img .item .menu-7-img {
            position: relative;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .menu-7-img .item img {
            width: 100%;
            height: 220px;
            object-fit: cover;
            background-color: #f5f5f5;
        }
        
        .price-badge-sm {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 10px;
            text-align: center;
        }
        
        .price-badge-sm h5, .price-badge-sm h6 {
            margin: 0;
            color: white;
        }
        
        .red-badge {
            background-color: rgba(227, 0, 14, 0.85);
        }
        
        .yellow-badge {
            background-color: rgba(247, 190, 39, 0.85);
        }

        /* Added styles for demo images */
        .bakmi-special {
            background-color: #e73c0e;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            font-weight: bold;
            font-family: 'Oswald', sans-serif;
            font-size: 1.5em;
        }
        
        .bakmi-ayam {
            background-color: #f7be27;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            font-weight: bold;
            font-family: 'Oswald', sans-serif;
            font-size: 1.5em;
        }
        
        .delivery-map {
            background-color: #cccccc;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #333333;
            font-weight: bold;
            font-family: 'Oswald', sans-serif;
            font-size: 1.5em;
            text-align: center;
            padding: 20px;
        }
        
        /* Responsive fixes */
        @media (max-width: 991px) {
            #hero-carousel .carousel-item {
                height: 450px;
            }
        }
        
        @media (max-width: 767px) {
            #hero-carousel .carousel-item {
                height: 350px;
            }
            
            .menu-7-img .item img {
                height: 180px;
            }
        }

        /* Section styling enhancements */
        .section-title {
            position: relative;
            margin-bottom: 50px;
        }
        
        .section-line {
            width: 80px;
            height: 3px;
            background-color: #f7be27;
            margin: 20px auto 25px;
        }
        
        .section-title h2 {
            font-weight: 700;
            position: relative;
        }
        
        .section-title p {
            max-width: 700px;
            margin: 0 auto;
        }
        
        /* Menu grid styling */
        .menu-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin-bottom: 40px;
        }
        
        .menu-item {
            border-radius: 12px;
            overflow: hidden;
            transition: all 0.3s ease;
            height: 100%;
        }
        
        .menu-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
        }
        
        .menu-item-inner {
            background: #fff;
            height: 100%;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        }
        
        .menu-img {
            position: relative;
            height: 200px;
            overflow: hidden;
        }
        
        .menu-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .menu-item:hover .menu-img img {
            transform: scale(1.1);
        }
        
        .menu-badge {
            position: absolute;
            top: 15px;
            right: 15px;
            padding: 5px 10px;
            color: white;
            font-weight: 600;
            font-size: 0.85rem;
            border-radius: 20px;
        }
        
        .menu-info {
            padding: 20px;
            text-align: center;
        }
        
        .menu-title {
            font-weight: 700;
            margin-bottom: 10px;
            font-size: 1.2rem;
        }
        
        .menu-price {
            color: #e3000e;
            font-weight: 700;
            font-size: 1.1rem;
            margin-bottom: 15px;
        }
        
        .menu-desc {
            color: #777;
            font-size: 0.9rem;
            margin-bottom: 15px;
            line-height: 1.5;
        }
        
        .btn-order {
            display: inline-block;
            background-color: #f7be27;
            color: white;
            padding: 8px 25px;
            border-radius: 25px;
            font-weight: 600;
            transition: all 0.3s ease;
            text-decoration: none;
        }
        
        .btn-order:hover {
            background-color: #e3000e;
            color: white;
        }
        
        .mt-50 {
            margin-top: 50px;
        }
        
        /* Responsive styling */
        @media (max-width: 991px) {
            .menu-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 767px) {
            .menu-grid {
                grid-template-columns: 1fr;
            }
        }

        /* Delivery Process Section */
        .delivery-process-section {
            padding: 100px 0;
            background-color: #f8f9fa;
            position: relative;
            overflow: hidden;
        }
        
        .delivery-process-section::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 300px;
            height: 300px;
            background-color: rgba(247, 190, 39, 0.1);
            border-radius: 50%;
            transform: translate(100px, -150px);
        }
        
        .delivery-process-section::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 250px;
            height: 250px;
            background-color: rgba(227, 0, 14, 0.1);
            border-radius: 50%;
            transform: translate(-100px, 100px);
        }
        
        .process-wrapper {
            position: relative;
            display: flex;
            flex-direction: column;
            gap: 40px;
            max-width: 800px;
            margin: 0 auto;
            z-index: 2;
        }
        
        .process-step {
            display: flex;
            align-items: flex-start;
            gap: 25px;
        }
        
        .process-icon-wrapper {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        .process-icon {
            width: 70px;
            height: 70px;
            background-color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            position: relative;
            z-index: 2;
            color: #f7be27;
            font-size: 1.8rem;
            transition: all 0.3s ease;
        }
        
        .process-step:hover .process-icon {
            transform: scale(1.1);
            background-color: #f7be27;
            color: #fff;
            box-shadow: 0 8px 25px rgba(247, 190, 39, 0.3);
        }
        
        .process-line {
            position: absolute;
            top: 70px;
            width: 3px;
            height: calc(100% - 30px);
            background-color: #f7be27;
            z-index: 1;
        }
        
        .process-step:last-child .process-line {
            display: none;
        }
        
        .process-content {
            flex: 1;
            padding: 10px 0;
        }
        
        .process-content h5 {
            margin-bottom: 10px;
            font-weight: 700;
            color: #333;
        }
        
        .process-content p {
            color: #666;
            line-height: 1.6;
        }
        
        /* Responsive Styling */
        @media (max-width: 767px) {
            .process-step {
                flex-direction: column;
                align-items: center;
                text-align: center;
                gap: 15px;
            }
            
            .process-icon-wrapper {
                margin-bottom: 10px;
            }
            
            .process-line {
                display: none;
            }
        }

        /* Delivery Areas Section */
        .delivery-areas-section {
            padding: 100px 0;
            background-color: #fff;
        }
        
        .delivery-map {
            margin-bottom: 30px;
        }
        
        .map-container {
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            overflow: hidden;
            transition: all 0.3s ease;
        }
        
        .map-container:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }
        
        .delivery-areas-info {
            padding-left: 20px;
        }
        
        .delivery-time-wrapper {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 20px;
            margin-bottom: 30px;
        }
        
        .delivery-time-card {
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            padding: 20px;
            transition: all 0.3s ease;
            border-left: 4px solid #f7be27;
        }
        
        .delivery-time-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        
        .delivery-time-header {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }
        
        .delivery-time-header .icon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #f7be27;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 12px;
            font-size: 1.2rem;
        }
        
        .delivery-time-header h5 {
            margin: 0;
            font-size: 16px;
            font-weight: 700;
            color: #333;
        }
        
        .delivery-details {
            margin-left: 52px;
        }
        
        .delivery-info {
            display: flex;
            justify-content: space-between;
            margin-bottom: 8px;
        }
        
        .delivery-info .label {
            color: #666;
            font-size: 14px;
        }
        
        .delivery-info .value {
            font-weight: 600;
            color: #333;
            font-size: 14px;
        }
        
        .delivery-note {
            background-color: rgba(247, 190, 39, 0.1);
            border-radius: 10px;
            padding: 20px;
            display: flex;
            align-items: flex-start;
            gap: 15px;
        }
        
        .note-icon {
            font-size: 24px;
            color: #f7be27;
            flex-shrink: 0;
        }
        
        .note-content p {
            margin: 0;
            color: #666;
            font-size: 15px;
            line-height: 1.5;
        }
        
        @media (max-width: 991px) {
            .delivery-areas-info {
                padding-left: 0;
                margin-top: 40px;
            }
        }
        
        @media (max-width: 767px) {
            .delivery-time-wrapper {
                grid-template-columns: 1fr;
            }
        }

        /* Delivery Method Cards Styling */
        .delivery-method-card {
            background: linear-gradient(145deg, #ffffff, #f5f5f5);
            border-radius: 15px;
            padding: 40px 30px;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            height: 100%;
            margin-bottom: 30px;
            position: relative;
            overflow: hidden;
        }
        
        .delivery-method-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(90deg, #f7be27, #e3000e);
            transition: all 0.3s ease;
        }
        
        .delivery-method-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
        }
        
        .delivery-method-icon {
            width: 80px;
            height: 80px;
            background-color: rgba(247, 190, 39, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            font-size: 2.5rem;
            color: #f7be27;
            transition: all 0.3s ease;
        }
        
        .delivery-method-card:hover .delivery-method-icon {
            background-color: #f7be27;
            color: #fff;
            transform: scale(1.1);
        }
        
        .delivery-method-card h5 {
            font-size: 1.25rem;
            font-weight: 800;
            margin-bottom: 15px;
            color: #333;
            letter-spacing: 1px;
        }
        
        .delivery-method-card p {
            color: #666;
            font-size: 0.95rem;
            line-height: 1.6;
            margin-bottom: 0;
        }
        
        /* Contact Method Cards Styling */
        .bg-salmon {
            background-color: #e84e1d;
        }
        
        .contact-method-card {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border-radius: 15px;
            padding: 40px 30px;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
            transition: all 0.3s ease;
            height: 100%;
            border: 1px solid rgba(255, 255, 255, 0.2);
            margin-bottom: 30px;
        }
        
        .contact-method-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
            background: rgba(255, 255, 255, 0.15);
        }
        
        .contact-method-icon {
            width: 80px;
            height: 80px;
            background-color: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            font-size: 2.5rem;
            color: #fff;
            transition: all 0.3s ease;
        }
        
        .contact-method-card:hover .contact-method-icon {
            background-color: #fff;
            color: #e84e1d;
            transform: scale(1.1);
        }
        
        .contact-method-card h4 {
            font-size: 1.4rem;
            font-weight: 800;
            margin-bottom: 15px;
            color: #fff;
            letter-spacing: 1px;
        }
        
        .contact-method-card p {
            color: rgba(255, 255, 255, 0.8);
            font-size: 1rem;
            line-height: 1.6;
            margin-bottom: 25px;
        }
        
        .contact-btn {
            display: inline-block;
            padding: 12px 30px;
            border-radius: 50px;
            font-weight: 700;
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            text-decoration: none;
        }
        
        .phone-btn {
            background-color: #f7be27;
            color: #fff;
            box-shadow: 0 5px 15px rgba(247, 190, 39, 0.3);
        }
        
        .phone-btn:hover {
            background-color: #fff;
            color: #f7be27;
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(247, 190, 39, 0.4);
        }
        
        .whatsapp-btn {
            background-color: #25D366;
            color: #fff;
            box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
        }
        
        .whatsapp-btn:hover {
            background-color: #fff;
            color: #25D366;
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
        }
        
        .section-line.bg-white {
            background-color: #fff;
        }

        /* Modern Menu Card Styling */
        .modern-menu-card {
            background: #fff;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            margin-bottom: 30px;
            height: 100%;
            display: flex;
            flex-direction: column;
            transition: all 0.3s ease;
        }

        .modern-menu-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
        }

        .modern-menu-img {
            height: 200px;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            padding: 20px;
            text-align: center;
        }

        .modern-menu-title {
            font-size: 28px;
            font-weight: 700;
            margin: 0;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
        }

        .modern-menu-badge {
            position: absolute;
            top: 15px;
            right: 15px;
            background-color: #e3000e;
            color: white;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .modern-menu-badge.healthy {
            background-color: #27ae60;
        }

        .modern-menu-content {
            padding: 20px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

        .modern-menu-name {
            font-size: 16px;
            font-weight: 800;
            margin-bottom: 10px;
            color: #333;
            letter-spacing: 1px;
        }

        .modern-menu-description {
            margin-bottom: 20px;
            flex-grow: 1;
        }

        .modern-menu-description p {
            font-size: 14px;
            color: #666;
            line-height: 1.5;
        }

        .modern-menu-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-top: 1px solid #eee;
            padding-top: 15px;
        }

        .modern-menu-price {
            font-size: 18px;
            font-weight: 700;
            color: #e3000e;
        }

        .modern-menu-add-btn {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background-color: #f7be27;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            border: none;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .modern-menu-add-btn:hover {
            background-color: #e3000e;
            transform: scale(1.1);
        }

        /* Modern Testimonial Styling */
        .modern-testimonial {
            background-color: #fff;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
            margin-bottom: 30px;
            height: 100%;
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column;
        }

        .modern-testimonial:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }

        .modern-testimonial-rating {
            margin-bottom: 20px;
            color: #f7be27;
            font-size: 18px;
        }

        .modern-testimonial-text {
            margin-bottom: 25px;
            flex-grow: 1;
        }

        .modern-testimonial-text p {
            font-size: 15px;
            color: #555;
            line-height: 1.7;
            font-style: italic;
        }

        .modern-testimonial-user {
            display: flex;
            align-items: center;
        }

        .modern-testimonial-user-img {
            width: 60px;
            height: 60px;
            margin-right: 15px;
            overflow: hidden;
            border-radius: 8px;
        }

        .user-placeholder {
            width: 100%;
            height: 100%;
            background-color: #888;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            font-weight: 600;
        }

        .modern-testimonial-user-info h5 {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 5px;
            color: #222;
        }

        .modern-testimonial-user-info p {
            font-size: 14px;
            color: #777;
            margin: 0;
        }

        .modern-view-btn {
            background-color: #1e88e5;
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 5px;
            font-weight: 700;
            letter-spacing: 1px;
            transition: all 0.3s ease;
        }

        .modern-view-btn:hover {
            background-color: #1565c0;
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(30, 136, 229, 0.3);
        }

        /* Filter Button Styling */
        .menu-filter-btn {
            background-color: #f5f5f5;
            color: #333;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            font-weight: 600;
            margin: 0 5px;
            transition: all 0.3s ease;
        }

        .menu-filter-btn.active, .menu-filter-btn:hover {
            background-color: #e3000e;
            color: white;
        }

        @media (max-width: 991px) {
            .modern-menu-img {
                height: 180px;
            }
            
            .modern-menu-title {
                font-size: 24px;
            }
        }
        
        @media (max-width: 767px) {
            .modern-menu-img {
                height: 160px;
            }
            
            .modern-menu-title {
                font-size: 22px;
            }
            
            .modern-testimonial {
                margin-bottom: 20px;
            }
        }

        /* Visual Order Process */
        .visual-order-process {
            background-color: #FFF8E9;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
            margin-bottom: 50px;
            position: relative;
            overflow: hidden;
            min-height: 350px;
        }

        .order-process-header {
            text-align: left;
            margin-bottom: 60px;
        }

        .process-title-card {
            background-color: #e3000e;
            color: white;
            display: inline-block;
            padding: 20px 30px;
            border-radius: 8px;
            transform: rotate(-5deg);
            box-shadow: 0 5px 15px rgba(227, 0, 14, 0.3);
            position: relative;
            z-index: 10;
            border: 2px dashed rgba(255, 255, 255, 0.5);
            max-width: 300px;
        }

        .process-title-card h3 {
            margin: 0;
            font-size: 22px;
            line-height: 1.3;
            font-weight: 800;
        }

        .process-title-card span {
            display: block;
            font-size: 28px;
            font-weight: 900;
            letter-spacing: 0.5px;
        }

        .order-process-path {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 40px;
            position: relative;
            padding: 0 20px;
        }

        .order-path-line {
            position: absolute;
            top: 50%;
            left: 15%;
            right: 15%;
            height: 8px;
            background-color: transparent;
            border: 3px dashed #f7be27;
            z-index: 1;
            transform: translateY(-50%);
        }

        .process-step-item {
            text-align: center;
            position: relative;
            z-index: 2;
            padding: 0 15px;
            flex: 1;
        }

        .step-number {
            font-size: 42px;
            font-weight: 900;
            color: #f7be27;
            margin-bottom: 20px;
            text-shadow: 2px 2px 0 #fff;
            font-family: 'Oswald', sans-serif;
        }

        .step-icon {
            width: 80px;
            height: 80px;
            background-color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            border: 2px solid #f7be27;
            font-size: 32px;
            color: #e3000e;
            transition: all 0.3s ease;
        }

        .process-step-item:hover .step-icon {
            transform: scale(1.1);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        }

        .step-text {
            font-size: 16px;
            font-weight: 700;
            color: #333;
            max-width: 120px;
            margin: 0 auto;
        }

        .step-text p {
            margin: 0;
        }

        .order-process-cta {
            text-align: center;
            margin-top: 40px;
        }

        .btn-order-now {
            background-color: #e3000e;
            color: white;
            padding: 15px 40px;
            border-radius: 8px;
            font-weight: 700;
            font-size: 18px;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            text-transform: uppercase;
            box-shadow: 0 5px 15px rgba(227, 0, 14, 0.3);
        }

        .btn-order-now:hover {
            background-color: #f7be27;
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(247, 190, 39, 0.4);
            color: white;
        }

        /* Cloud decorations */
        .cloud {
            position: absolute;
            background-color: white;
            border-radius: 50%;
            opacity: 0.8;
        }

        .cloud-1 {
            width: 80px;
            height: 40px;
            top: 20px;
            right: 20%;
        }

        .cloud-2 {
            width: 100px;
            height: 50px;
            top: 60px;
            right: 40%;
        }

        .cloud-3 {
            width: 60px;
            height: 30px;
            top: 40px;
            right: 70%;
        }

        /* Make order process responsive */
        @media (max-width: 991px) {
            .order-process-path {
                flex-wrap: wrap;
            }
            
            .process-step-item {
                flex: 0 0 50%;
                margin-bottom: 30px;
            }
            
            .order-path-line {
                display: none;
            }
            
            .process-title-card {
                transform: none;
                margin: 0 auto;
                text-align: center;
                display: block;
                max-width: 100%;
            }
            
            .order-process-header {
                text-align: center;
            }
        }
        
        @media (max-width: 767px) {
            .process-step-item {
                flex: 0 0 100%;
            }
        }
    </style>
