@import url(https://fonts.googleapis.com/css2?family=Archivo:wght@400;600;700&display=swap);.navbar{background-color:#111;color:#fff;font-family:Archivo,sans-serif;position:-webkit-sticky;position:sticky;top:0;z-index:999;width:100%;box-shadow:0 4px 10px rgba(0,0,0,.3)}.navbar-container{display:flex;align-items:center;justify-content:space-between;padding:20px 40px;max-width:1200px;margin:0 auto}.navbar-logo img{height:70px}.navbar-links{display:flex;align-items:center;grid-gap:30px;gap:30px}.navbar-links a{color:#f1f1f1;text-decoration:none;font-weight:600;text-transform:uppercase;transition:color .3s ease}.navbar-links a:hover{color:#f9cb25}.navbar-social{display:flex;grid-gap:15px;gap:15px;margin-left:20px}.navbar-social a{font-size:18px;color:#fff;transition:color .3s ease}.navbar-social a:hover{color:#f9cb25}.menu-toggle{display:none;font-size:24px;color:#fff;cursor:pointer}@media (max-width:768px){.navbar-links{position:absolute;top:100%;left:0;right:0;flex-direction:column;background-color:#000;padding:30px 20px;display:none;grid-gap:20px;gap:20px}.navbar-links.active{display:flex}.menu-toggle{display:block}}*{box-sizing:border-box;margin:0;padding:0;font-family:PT Sans,sans-serif;z-index:auto}body{background:#fff}.hero-wrap{width:100%;height:100vh;background:linear-gradient(180deg,rgba(0,0,0,.6),rgba(0,0,0,.9)),url(/static/media/egg-breakfast-bowl.bf753238.jpg) 50%/cover no-repeat;color:#fff;display:flex;align-items:center}.hero-container{max-width:1300px;margin:0 auto;padding:0 40px}.hero-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.text-content{max-width:620px}h1{font-size:64px;font-family:Oswald,sans-serif;line-height:1.2;margin-bottom:20px}.highlight-orange{color:#f9cb25}.highlight-white{color:#fff}.text-content p{font-size:18px;color:#ccc;line-height:1.6}.hero-buttons,.text-content p{margin-bottom:30px}.btn-dark,.btn-orange{padding:12px 24px;font-size:16px;border:none;border-radius:6px;font-weight:700;margin-right:16px;cursor:pointer}.btn-orange{background-color:#f22;color:#fff;transition:background-color .3s ease;text-decoration:none}.btn-orange:hover{background-color:#cc1b1b}.btn-dark{background-color:#333;color:#fff;transition:background-color .3s ease;text-decoration:none}.btn-dark:hover{background-color:#000}.reviews{display:flex;align-items:center;grid-gap:14px;gap:14px;font-size:14px}.review-images{width:90px;border-radius:50%;object-fit:cover}.hero-image{width:540px;height:400px}@media screen and (max-width:768px){.hero-wrap{height:auto;padding:40px 20px;display:block}.hero-container{padding:0 20px 20px}.hero-content{flex-direction:column;align-items:center;text-align:center;padding-top:170px}.hero-image{width:100%;height:240px;margin-top:30px}.text-content{max-width:100%}h1{font-size:36px;line-height:1.3}.text-content p{font-size:16px}.hero-buttons{display:flex;flex-direction:column;grid-gap:12px;gap:12px;width:100%;margin-bottom:0;align-items:center}.btn-dark,.btn-orange{width:100%;max-width:300px;margin-right:0}.btn-dark{margin-bottom:0!important}.reviews{flex-direction:column;align-items:center;font-size:13px;margin-top:20px;text-align:center}.review-images{width:70px;margin-bottom:10px}}.top-divider-image{display:block;width:100%;height:auto;margin-bottom:-10px}.home-menu-preview-section{background:#f4f0e9;padding:80px 20px;text-align:center;font-family:Poppins,sans-serif}.home-menu-title{font-size:48px;font-weight:800;color:#1a1a1a;margin-bottom:40px;text-transform:uppercase}.home-menu-tabs{display:flex;justify-content:center;grid-gap:50px;gap:50px;margin-bottom:50px}.home-menu-tab{background:none;border:none;font-size:20px;font-weight:700;color:#555;padding-bottom:8px;cursor:pointer;position:relative}.home-menu-tab.active{color:#000}.home-menu-tab.active:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;background-color:#000}.home-menu-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));grid-gap:40px;gap:40px;max-width:1200px;margin:0 auto 60px}.home-menu-item{display:flex;align-items:flex-start;grid-gap:20px;gap:20px;text-align:left}.home-menu-icon svg{width:60px;height:60px;color:#c28c00}.home-menu-info{flex:1 1}.home-menu-header{display:flex;justify-content:space-between;align-items:center}.home-menu-header h4{font-size:22px;font-weight:800;margin:0;text-transform:uppercase;color:#000}.home-menu-price{font-size:18px;color:#c28c00;font-weight:800}.home-menu-description{margin-top:8px;font-size:16px;line-height:1.6;color:#555}.home-menu-button-wrapper{margin-top:40px}.home-menu-button{background-color:#000;color:#fff;padding:16px 36px;border:none;font-weight:700;font-size:18px;text-transform:uppercase;cursor:pointer;transition:background .3s ease}.home-menu-button:hover{background-color:#333}.testimonials-section{background-color:#fefaf1;padding:80px 20px;font-family:Poppins,sans-serif;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;grid-gap:40px;gap:40px}.testimonial-left{background-color:#f5c242;padding:40px 30px;border-radius:8px;width:100%;max-width:400px;box-shadow:0 10px 30px rgba(0,0,0,.05);display:flex;flex-direction:column;justify-content:center}.testimonial-left h2{font-size:36px;font-weight:800;color:#111;margin-bottom:30px}.reviewer-preview{background:#fff;padding:20px;border-radius:6px;display:flex;align-items:center;grid-gap:12px;gap:12px;flex-wrap:wrap}.reviewer-preview p{font-weight:700;color:#000;margin:0}.reviewer-preview .avatars{display:flex;align-items:center;grid-gap:6px;gap:6px}.reviewer-preview .avatars img{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #fff}.reviewer-preview .count{background-color:#3cae4f;color:#fff;padding:6px 10px;border-radius:999px;font-weight:700;font-size:14px}.testimonial-card{background:#fff;border-radius:8px;padding:30px;max-width:600px;width:100%;box-shadow:0 10px 30px rgba(0,0,0,.05)}.testimonial-card .header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;grid-gap:10px;gap:10px}.testimonial-card .header .info{display:flex;align-items:center;grid-gap:15px;gap:15px;flex-wrap:wrap}.testimonial-card .header .info img{width:48px;height:48px;border-radius:50%;object-fit:cover}.testimonial-card .header .info .name{font-size:18px;font-weight:700;color:#111}.testimonial-card .header .info .role{font-size:14px;color:#777}.testimonial-card .stars{display:flex;align-items:center;grid-gap:4px;gap:4px;font-size:18px;color:#f5c242;font-weight:700}.testimonial-card .text{font-size:16px;font-style:italic;color:#444;line-height:1.6;margin-bottom:20px}.testimonial-card .arrows{display:flex;grid-gap:16px;gap:16px;justify-content:center}.testimonial-card .arrows button{background-color:initial;border:1px solid #ddd;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;color:#333;transition:all .2s ease}.testimonial-card .arrows button:hover{background-color:#eee}@media (max-width:768px){.testimonials-section{flex-direction:column;padding:60px 20px}.testimonial-left{padding:30px 20px;max-width:100%}.testimonial-left h2{font-size:28px;text-align:center}.testimonial-card{padding:25px 20px;max-width:100%}.testimonial-card .text{font-size:15px}.testimonial-card .header .info .name{font-size:16px}.testimonial-card .header .info .role{font-size:13px}.reviewer-preview{flex-direction:column;align-items:flex-start}.reviewer-preview .avatars{flex-wrap:wrap}}@media (max-width:480px){.testimonials-section{padding:40px 16px;grid-gap:24px;gap:24px}.testimonial-left h2{font-size:24px;text-align:center}.testimonial-card .text{font-size:15px;text-align:left}.reviewer-preview{flex-direction:column;align-items:flex-start;grid-gap:10px;gap:10px}.reviewer-preview .avatars img{width:30px;height:30px}.reviewer-preview .count{font-size:13px;padding:4px 8px}.testimonial-card .header{flex-direction:column;align-items:flex-start;grid-gap:10px;gap:10px}.testimonial-card .arrows{justify-content:space-between}.testimonial-card .arrows button{width:40px;height:40px}}.product-card{display:flex;justify-content:center;align-items:center;grid-gap:40px;gap:40px;padding:60px;color:#000;flex-wrap:wrap}.image-section img{height:auto;border-radius:10px;object-fit:cover;box-shadow:0 10px 30px rgba(0,0,0,.1)}.details-section,.image-section img{width:100%;max-width:500px}.subheading{color:#f92525;font-size:16px;letter-spacing:2px;text-transform:uppercase;margin-bottom:16px;display:block}.product-title{font-size:42px;font-weight:700;line-height:1.3;margin-bottom:20px;color:#000;text-transform:uppercase}.product-description{font-size:18px;line-height:1.8;color:#000}@media (max-width:1024px){.product-card{flex-direction:column-reverse;padding:40px 30px;text-align:center}.details-section{max-width:100%}.product-title{font-size:34px}.product-description{font-size:16px}.subheading{font-size:14px}}@media (max-width:480px){.product-card{padding:30px 20px}.product-title{font-size:28px}.product-description{font-size:15px}.subheading{font-size:13px}}.custom-footer{background-color:#0e0d0b;color:#fff;font-family:Poppins,sans-serif;padding:60px;display:flex;flex-direction:column;align-items:center;text-align:left}.footer-container{display:flex;flex-wrap:wrap;justify-content:space-between;grid-gap:30px;gap:30px;width:100%;max-width:1200px}.footer-column{display:flex;flex-direction:column;grid-gap:15px;gap:15px}.footer-logo{width:250px;margin-bottom:20px}.footer-email,.footer-phone{font-weight:800;font-size:20px;color:#fff;margin-bottom:12px}.social-icons{display:flex;grid-gap:15px;gap:15px}.social-icons a{background-color:#fff;color:#000;width:45px;height:45px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease,color .3s ease}.social-icons a:hover{background-color:#f9cb25}.footer-column h4{color:#bbb;font-weight:700;font-size:16px;margin-bottom:18px;text-transform:uppercase}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column ul li{margin-bottom:12px}.footer-column ul li a{color:#fff;font-weight:700;font-size:16px;text-decoration:none;transition:color .3s ease}.footer-column ul li a:hover{color:#f9cb25}.footer-locations p{color:#bbb;font-size:16px}.footer-locations strong{color:#fff;font-weight:800;font-size:18px}.footer-bottom{width:100%;text-align:center;margin-top:50px;color:#fff;font-weight:700;font-size:16px;border-top:1px solid hsla(0,0%,100%,.1);padding-top:20px}.footer-bottom a{color:#f9cb25;text-decoration:none;transition:color .3s ease;font-weight:700}.footer-bottom a:hover{color:#fff}@media (max-width:768px){.footer-container{flex-direction:column;text-align:center}.footer-column,.footer-container{align-items:center}}body{background:#fdfaf6}.menu-banner{width:100%;height:300px;background-image:url(/static/media/menu-bg.db6d0b4d.jpg);background-size:cover;background-position:50%;position:relative}.menu-banner-overlay{background-color:rgba(0,0,0,.45);width:100%;height:100%;display:flex;justify-content:center;align-items:center}.menu-banner-title{color:#fff;font-size:48px;font-weight:800;font-family:Poppins,sans-serif;text-shadow:0 2px 10px rgba(0,0,0,.5)}.services-section{background-color:#fdfaf6;font-family:Poppins,sans-serif;color:#1a1a1a;max-width:1200px;margin:0 auto;padding:40px 16px}.category-title{font-size:32px;font-weight:900;margin-bottom:10px;color:#111;border-bottom:2px solid #eee;padding-bottom:6px}.group-title{font-size:26px;font-weight:700;margin:24px 0 16px;color:#444}.menu-items-wrapper{display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px}.menu-category{padding-bottom:40px}.menu-category .category-footnote{font-size:13px;color:#888;margin-top:8px;padding-top:10px;border-top:1px dotted #ccc;max-width:100%}.section-footnote{font-size:16px;color:#777;margin-top:30px;line-height:1.5}.menu-item{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px dashed #ddd;padding-bottom:12px;grid-gap:8px;gap:8px;flex-wrap:wrap}.item-left{flex:1 1;min-width:0}.item-name{font-size:15px;font-weight:700;margin-bottom:4px;text-transform:uppercase;color:#1a1a1a;line-height:1.3}.item-description{font-size:13px;color:#666;line-height:1.4;margin:0}.item-right{white-space:nowrap;padding-left:10px}.menu-price{font-size:14px;font-weight:700;color:#c1942f}@media (max-width:480px){.category-title{font-size:26px}.group-title{font-size:22px}.item-name{font-size:14px}.menu-price{font-size:13.5px}.menu-item{padding-bottom:10px}}.addons-section{font-family:Oswald,sans-serif;padding:80px 20px;background-color:#f8f9fa}.addons-content{text-align:center;margin-bottom:40px}.addon-header{display:flex;align-items:center;grid-gap:10px;gap:10px}.addon-icon{font-size:24px;color:#f92525}.addons-title{font-size:32px;font-weight:700;color:#333;margin-bottom:10px;text-transform:uppercase;letter-spacing:1px}.addons-description{font-size:16px;color:#666;margin-bottom:30px;line-height:1.6}.addons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:20px;gap:20px}.addon-card{background-color:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1);padding:20px;transition:transform .3s ease,box-shadow .3s ease}.addon-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px rgba(0,0,0,.2)}.addon-title{font-size:20px;font-weight:700;color:#f92525;margin-bottom:10px}.addon-description{font-size:14px;color:#555;line-height:1.5}.pricing-section{text-align:center}.pricing-title{font-size:32px;margin-bottom:10px;color:#333}.pricing-subtitle{font-size:20px;margin-bottom:30px;color:#555}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:20px;gap:20px}.pricing-card{background:#000;color:#fff;padding:20px;border-radius:10px;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.1)}.plan-title{font-size:20px;margin-bottom:10px}.plan-price{font-size:28px;font-weight:700;margin-bottom:10px}.plan-duration{font-size:14px;color:#bbb;margin-bottom:20px}.plan-details{list-style:none;padding:0;margin-bottom:20px}.plan-details li{font-size:14px;margin-bottom:5px}.buy-now-button{background:#5b5eff;color:#fff;padding:12px 20px;border:none;border-radius:5px;font-size:14px;text-transform:uppercase;cursor:pointer}.buy-now-button:hover{background:#4646d6}@media (max-width:768px){.addons-grid,.pricing-grid{grid-template-columns:1fr}}.contact-wrapper{background-color:#fdfaf6;min-height:50vh;display:flex;justify-content:center;align-items:center;padding:60px 20px 80px;font-family:Poppins,sans-serif}.contact-banner{width:100%;height:300px;background-image:url(/static/media/egg-breakfast-bowl.bf753238.jpg);background-size:cover;background-position:50%;position:relative;margin-bottom:40px}.contact-banner-overlay{position:absolute;top:0;left:0;height:100%;width:100%;background-color:rgba(0,0,0,.45);display:flex;justify-content:center;align-items:center}.contact-banner-title{color:#fff;font-size:48px;font-weight:800;font-family:Poppins,sans-serif;text-shadow:0 2px 10px rgba(0,0,0,.5);text-transform:uppercase}.contact-box{background-color:#fff;display:flex;grid-gap:60px;gap:60px;padding:40px;border-radius:6px;box-shadow:0 0 10px rgba(0,0,0,.05);max-width:1200px;width:100%;flex-wrap:wrap}.form-section{flex:1 1;flex-direction:column}.form-row,.form-section{display:flex;grid-gap:20px;gap:20px}.form-row{flex-wrap:wrap}.form-group{flex:1 1;display:flex;flex-direction:column}.form-group label{font-size:14px;font-weight:700;color:#000;margin-bottom:5px;text-transform:uppercase}.form-group input,.form-group textarea{padding:12px;font-size:15px;border:1px solid #ccc;border-radius:4px;outline:none;background:transparent;color:#333}.form-group textarea{height:100px;resize:none}.full-width{width:100%}.send-button{background:#000;color:#fff;font-weight:700;border:none;padding:14px;cursor:pointer;text-transform:uppercase;border-radius:4px;transition:.3s}.send-button:hover{background:#333}.hours-section{flex:1 1;font-size:16px;color:#000;font-family:Poppins,sans-serif}.hours-section h3{font-size:24px;font-weight:900;margin-bottom:20px;text-transform:uppercase;color:#1a1a1a}.hours-section ul{list-style:none;padding:0;margin:0 0 30px;font-weight:700}.hours-section li{display:flex;justify-content:space-between;align-items:center;border-bottom:2px dotted #ccc;padding:10px 0;font-size:17px}.hours-section li span:last-child{font-weight:900;font-size:17px;color:#c1942f;text-transform:uppercase}.hours-section li span:first-child{text-transform:uppercase;font-weight:900;color:#000}.contact-phone{margin-top:20px;font-size:28px;font-weight:700;color:#000}@media (max-width:768px){.contact-box{padding:30px 20px}.contact-box,.form-row{flex-direction:column}.send-button{width:100%}}
/*# sourceMappingURL=main.749d5223.chunk.css.map */