:root{--primary: #ffb84d;--accent: #ff6f00;--text-dark: #333;--text-light: #fff;--nav-height: 70px;--transition: all .3s ease}*{margin:0;padding:0;box-sizing:border-box}body{width:100%;margin:0 auto;font-family:Poppins,"DM Serif Display",serif;background-color:#fff9f0;color:var(--text-dark);overflow-x:hidden}section,header,footer,main{width:100%;max-width:100%}html{scroll-behavior:smooth}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit}html,body{margin:0;padding:0;overflow-x:hidden}body.menu-open{overflow:hidden}*,*:before,*:after{box-sizing:border-box}.navbar{position:fixed;top:0;left:0;right:0;height:110px;background:transparent;transition:all .35s ease;z-index:1000;display:flex;align-items:center}.navbar.scrolled{background:linear-gradient(135deg,#fff9f0,#ffe8d6);height:95px;box-shadow:0 2px 10px #0000001a}.navbar-container{max-width:1390px;width:100%;height:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 5vw}.navbar-logo img{width:260px;height:70px;object-fit:contain;transition:transform .3s ease}.navbar-logo img:hover{transform:scale(1.04)}.navbar-links{display:flex;gap:35px}.nav-link{background:none;border:none;font-size:1rem;color:#333;cursor:pointer;position:relative;transition:color .3s ease}.nav-link:hover{color:#f60}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#f60;transition:width .3s ease}.nav-link:hover:after{width:100%}.burger-menu{display:none;font-size:2rem;cursor:pointer;color:#333;z-index:1100}.mobile-menu{position:fixed;top:0;right:-100%;width:75%;max-width:400px;height:100vh;background:linear-gradient(135deg,#fff9f0,#ffe8d6);display:flex;flex-direction:column;align-items:flex-start;padding:80px 25px;transition:right .4s ease;box-shadow:-2px 0 10px #00000026;z-index:1050}.mobile-menu.open{right:0}.mobile-nav-link{background:none;border:none;font-size:1.3rem;color:#333;margin-bottom:25px;cursor:pointer;transition:.3s ease}.mobile-nav-link:hover{color:#f60;transform:translate(4px)}@media(max-width:575.98px){.navbar{height:100px}.navbar-container{padding:0 22px}.navbar-logo img{width:200px;height:55px}.navbar-links{display:none}.burger-menu{display:block;font-size:2.2rem}.mobile-menu{width:85%;padding:80px 30px}.mobile-nav-link{font-size:1.15rem;margin-bottom:22px}}@media(min-width:576px)and (max-width:767.98px){.navbar{height:105px}.navbar-container{padding:0 35px}.navbar-logo img{width:220px;height:60px}.navbar-links{display:none}.burger-menu{display:block;font-size:2.3rem}.mobile-menu{width:60%;padding:85px 35px}.mobile-nav-link{font-size:1.2rem;margin-bottom:24px}}@media(min-width:768px)and (max-width:991.98px){.navbar{height:110px}.navbar-container{padding:0 45px}.navbar-logo img{width:240px;height:65px}.navbar-links{display:none}.burger-menu{display:block;font-size:2.4rem}.mobile-menu{width:40%;padding:85px 40px}.mobile-nav-link{font-size:1.25rem;margin-bottom:26px}}@media(min-width:992px)and (max-width:1199.98px){.navbar{height:115px}.navbar-container{padding:0 55px}.navbar-logo img{width:250px;height:68px}.navbar-links{gap:32px}.burger-menu,.mobile-menu{display:none}.nav-link{font-size:1.05rem}}@media(min-width:1200px)and (max-width:1399.98px){.navbar{height:120px}.navbar-container{max-width:1250px;padding:0 70px}.navbar-logo img{width:280px;height:78px}.navbar-links{gap:42px}.nav-link{font-size:1.08rem}}@media(min-width:1400px){.navbar{height:130px}.navbar-container{max-width:1400px;padding:0 40px;margin-top:12px}.navbar-logo img{width:300px;height:85px}.navbar-links{gap:50px}.nav-link{font-size:1.15rem}}.hero-section{min-height:100vh;background:linear-gradient(145deg,#fff8f3,#fdeee3);padding:120px 40px 80px;overflow:hidden;position:relative}.hero-bg{position:absolute;inset:0;overflow:hidden;z-index:0}.bg-glow{position:absolute;top:-20%;left:-10%;width:140%;height:140%;background:radial-gradient(circle at 30% 30%,rgba(255,183,77,.25),rgba(255,140,0,.1),transparent 70%);animation:glowShift 8s ease-in-out infinite alternate;filter:blur(30px);z-index:0}.steam-container{position:absolute;top:35%;left:68%;width:100px;height:200px;pointer-events:none}.steam{position:absolute;bottom:0;left:50%;width:12px;height:40px;background:#fff6;border-radius:50%;filter:blur(8px);animation:steamRise 5s ease-in-out infinite;transform:translate(-50%)}.steam:nth-child(2){left:40%;animation-delay:1s}.steam:nth-child(3){left:60%;animation-delay:2s}.floating-spice{position:absolute;font-size:2rem;opacity:.7;z-index:1;animation:floatSpice 6s ease-in-out infinite}.spice1{top:12%;left:15%;animation-delay:1s}.spice2{bottom:12%;right:10%;animation-delay:2s}.hero-container{position:relative;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px;z-index:2}.hero-content{animation:fadeInLeft 1s ease forwards}.hero-welcome{color:#ff6f00;font-size:1.2rem;margin-bottom:10px}.hero-title{font-family:"DM Serif Display",serif;font-size:3.2rem;line-height:1.2;color:#222;margin-bottom:20px}.underline-text{position:relative}.underline-text:after{content:"";position:absolute;bottom:-6px;left:0;width:100%;height:3px;background:#c62828;animation:drawLine 1.5s ease forwards}.hero-subtext{color:#555;font-size:1.1rem;margin-bottom:30px;max-width:450px}.hero-buttons{display:flex;gap:15px;margin-bottom:20px}.hero-btn{padding:14px 28px;border-radius:30px;font-size:1rem;cursor:pointer;transition:all .3s ease}.hero-btn.primary{background:#2e7d32;color:#fff;border:none}.hero-btn.primary:hover{background:#1b5e20;transform:translateY(-2px)}.hero-btn.outline{border:2px solid #ff6f00;background:transparent;color:#ff6f00}.hero-btn.outline:hover{background:#ff6f00;color:#fff;transform:translateY(-2px)}.hero-image-container{position:relative;width:100%;max-width:500px;aspect-ratio:1/1;margin:auto}.circle-border{position:absolute;inset:0;border:8px dashed #ffb84d;border-radius:50%;animation:slowSpin 80s linear infinite;z-index:2}.circle-glow{position:absolute;inset:-30px;border-radius:50%;background:radial-gradient(circle at center,rgba(255,183,77,.3),rgba(255,140,0,.15),transparent 70%);filter:blur(40px);animation:glowPulse 6s ease-in-out infinite alternate;z-index:0}.circle-arc{position:absolute;inset:-10px;border-radius:50%;border-top:3px solid rgba(255,111,0,.6);border-right:3px solid rgba(255,183,77,.4);border-bottom:3px solid transparent;border-left:3px solid transparent;transform:rotate(20deg);animation:arcSpin 18s linear infinite;z-index:1}.main-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:450px;height:450px;border-radius:50%;overflow:hidden;background:#fff;box-shadow:0 10px 30px #0003;z-index:3}.main-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.main-image:hover img{transform:scale(1.025)}.floating-card{position:absolute;bottom:10%;left:5%;background:#fff;border-radius:16px;box-shadow:0 10px 25px #0000001a;padding:12px;width:180px;z-index:4}.card-info h4{font-size:.9rem;color:#333}.stars .star{color:#ffb84d}.card-info .price{color:#ff6f00;font-weight:700}.badge{position:absolute;top:5%;right:35%;background:linear-gradient(to right,#ffb84d,#ff6f00);color:#fff;padding:8px 16px;border-radius:30px;font-size:.9rem;z-index:4}@keyframes steamRise{0%{opacity:.4;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-120px) scale(1.5)}}@keyframes floatSpice{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(10deg)}to{transform:translateY(0) rotate(0)}}@keyframes glowShift{0%{transform:scale(1)}to{transform:scale(1.1)}}@keyframes glowPulse{0%{opacity:.4}to{opacity:.8}}@keyframes arcSpin{0%{transform:rotate(20deg)}to{transform:rotate(380deg)}}@keyframes slowSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes drawLine{0%{width:0%}to{width:100%}}@media(max-width:575.98px){.hero-section{padding:80px 20px 60px}.hero-container{grid-template-columns:1fr;gap:40px;text-align:center}.hero-content{order:1}.hero-welcome{font-size:1rem;margin-bottom:6px}.hero-title{font-size:1.9rem;line-height:1.3;margin-bottom:12px}.hero-subtext{font-size:.95rem;margin:0 auto 20px;max-width:90%}.hero-buttons{flex-direction:column;align-items:center;gap:12px}.hero-btn{font-size:.9rem;padding:12px 24px;width:80%}.hero-timing{font-size:.85rem}.hero-image-container{order:2;max-width:320px;margin:0 auto;aspect-ratio:1 / 1}.main-image{width:260px;height:260px}.circle-border{border-width:5px}.floating,.floating-card{display:none}.badge{right:28%;top:5%;font-size:.75rem;padding:6px 12px}}@media(min-width:576px)and (max-width:767.98px){.hero-section{padding:100px 30px 70px}.hero-container{grid-template-columns:1fr;gap:50px;text-align:center}.hero-content{max-width:500px;margin:0 auto}.hero-welcome{font-size:1.1rem}.hero-title{font-size:2.4rem;margin-bottom:16px}.hero-subtext{font-size:1rem;max-width:80%;margin:0 auto 25px}.hero-buttons{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:15px}.hero-btn{font-size:.95rem;padding:12px 26px}.hero-image-container{max-width:380px;margin:0 auto}.main-image{width:320px;height:320px}.circle-border{border-width:6px}.badge{top:8%;right:25%;font-size:.8rem;padding:7px 14px}.floating-card{bottom:8%;left:8%;width:160px;padding:10px;transform:scale(.9)}.floating{font-size:1.3rem;opacity:.8}}@media(min-width:768px)and (max-width:991.98px){.hero-section{padding:120px 40px 80px}.hero-container{grid-template-columns:1fr 1fr;gap:50px;align-items:center}.hero-content{text-align:left;padding-right:20px}.hero-welcome{font-size:1.15rem}.hero-title{font-size:2.8rem;line-height:1.25}.hero-subtext{font-size:1.05rem;max-width:400px}.hero-buttons{justify-content:flex-start;gap:16px}.hero-btn{font-size:1rem;padding:13px 28px}.hero-timing{font-size:.9rem}.hero-image-container{max-width:420px;aspect-ratio:1 / 1}.main-image{width:380px;height:380px}.circle-border{border-width:7px}.floating{display:block;font-size:1.5rem}.floating-card{width:170px;padding:12px;bottom:10%;left:6%}.badge{top:6%;right:20%;font-size:.85rem}}@media(min-width:992px){.hero-section{padding:120px 60px 80px}.hero-container{max-width:960px;grid-template-columns:1fr 1fr;gap:50px}.hero-title{font-size:2.8rem;line-height:1.25}.hero-subtext{font-size:1rem;max-width:400px}.hero-btn{font-size:.95rem;padding:12px 26px}.main-image{width:400px;height:400px}.circle-border{border-width:6px}.floating-card{width:160px;padding:10px}.badge{top:8%;right:32%;font-size:.85rem}}@media(min-width:1200px){.hero-section{padding:140px 80px 100px}.hero-container{max-width:1140px;gap:60px}.hero-title{font-size:3.2rem;line-height:1.2}.hero-subtext{font-size:1.1rem;max-width:460px}.hero-btn{font-size:1rem;padding:14px 28px}.main-image{width:450px;height:450px}.circle-border{border-width:8px}.floating-card{width:180px;padding:12px}.badge{top:6%;right:34%;font-size:.9rem}}@media(min-width:1400px){.hero-section{padding:160px 120px 120px}.hero-container{max-width:1320px;gap:80px}.hero-title{font-size:3.8rem;line-height:1.15}.hero-subtext{font-size:1.15rem;max-width:520px}.hero-btn{font-size:1.05rem;padding:16px 34px}.main-image{width:500px;height:500px}.circle-border{border-width:10px}.floating-card{width:200px;padding:14px}.badge{top:5%;right:35%;font-size:1rem}.hero-welcome{font-size:1.4rem}}.max-w-7xl{max-width:1280px;margin-left:auto;margin-right:auto}.relative{position:relative}.circle{position:absolute;border-radius:50%;opacity:.2;display:none}.about-divider{width:80px;height:4px;background:linear-gradient(to right,#ff6f00,#c62828);border-radius:2px;margin-bottom:2rem}.about-features{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem}.feature-item{text-align:center;transition:transform .3s ease}.feature-icon{display:inline-block;margin-bottom:.75rem;transition:transform .3s ease}.feature-item p{color:#333;font-size:.95rem;font-weight:500}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.reveal-left{animation:fadeInLeft .8s ease forwards}.reveal-right{animation:fadeInRight .8s ease forwards}.reveal-up{animation:fadeInUp .8s ease forwards}#about{background-color:#fff;padding:6rem 1.5rem}.max-w-7xl{max-width:1280px;margin:0 auto}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-image-wrapper{position:relative;height:600px;border-radius:1.5rem;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.about-image-wrapper img{width:100%;height:100%;object-fit:cover}.bg-gradient-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(255,111,0,.2),transparent)}.circle{position:absolute;border-radius:50%;opacity:.2}.circle-green{width:8rem;height:8rem;background-color:#2e7d32;bottom:-1.5rem;right:-1.5rem}.circle-red{width:6rem;height:6rem;background-color:#c62828;top:-1.5rem;left:-1.5rem}.about-content{color:#222}.about-subtitle{display:inline-block;color:#ff6f00;text-transform:uppercase;font-size:.9rem;letter-spacing:1px;margin-bottom:1rem}.about-title{font-family:"DM Serif Display",serif;font-size:3rem;line-height:1.1;color:#111827;margin-bottom:1.5rem}.about-divider{display:none}.about-text{color:#4b5563;font-size:1.125rem;line-height:1.625;margin-bottom:1.5rem}.about-features{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:1.5rem;flex-wrap:nowrap;overflow-x:auto;scroll-behavior:smooth;padding-bottom:1rem;margin-top:2.5rem}.feature-item{flex:0 0 auto;text-align:center;width:100px;min-width:100px;transition:transform .3s ease}.feature-item:hover{transform:translateY(-5px)}.feature-icon{width:60px;height:60px;margin:0 auto .75rem;display:block;transition:transform .3s ease}.feature-item:hover .feature-icon{transform:scale(1.1) rotate(5deg)}.feature-item p{color:#333;font-size:.9rem;font-weight:500}.about-features::-webkit-scrollbar{height:6px}.about-features::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px}@media(max-width:575.98px){#about{padding:1.5rem 1rem}.about-grid{grid-template-columns:1fr;gap:2.5rem}.about-image-wrapper{height:320px;border-radius:1rem}.circle-green,.circle-red{width:3rem;height:3rem}.about-content{text-align:center}.about-subtitle{font-size:.8rem;letter-spacing:.8px}.about-title{font-size:1.8rem;line-height:1.25}.about-text{font-size:.95rem}.feature-item{width:80px;min-width:80px}.feature-icon{width:50px;height:50px}}@media(min-width:576px)and (max-width:767.98px){#about{padding:2rem}.about-grid{grid-template-columns:1fr;gap:3rem}.about-image-wrapper{height:400px;border-radius:1.25rem}.circle-green,.circle-red{width:4rem;height:4rem}.about-content{text-align:center}.about-title{font-size:2.2rem}.about-text{font-size:1rem;max-width:85%;margin:0 auto 1.5rem}.feature-item{width:100px}.feature-icon{width:60px;height:60px}}@media(min-width:768px)and (max-width:991.98px){#about{padding:1.5rem 3rem}.about-grid{grid-template-columns:1fr;gap:3.5rem}.about-image-wrapper{height:480px}.about-content{text-align:center}.about-title{font-size:2.2rem}.about-text{font-size:1rem;max-width:85%;margin:0 auto 1.5rem}.feature-item{width:120px}.feature-icon{width:65px;height:65px}}@media(min-width:992px)and (max-width:1199.98px){#about{padding:1.5rem 2rem}.max-w-7xl{max-width:960px}.about-grid{gap:3rem}.about-image-wrapper{height:500px}.about-title{font-size:2.5rem}.about-text{font-size:1rem}.feature-item{width:130px}.feature-icon{width:70px;height:70px}}@media(min-width:1200px)and (max-width:1399.98px){#about{padding:2rem 3rem}.max-w-7xl{max-width:1140px}.about-grid{gap:4rem}.about-image-wrapper{height:600px}.about-title{font-size:3rem}.feature-item{width:140px}.feature-icon{width:75px;height:75px}}@media(min-width:1400px){#about{padding:2.5rem 4rem}.max-w-7xl{max-width:1320px}.about-grid{gap:5rem}.about-image-wrapper{height:650px}.about-title{font-size:3.4rem}.about-text{font-size:1.2rem}.feature-item{width:150px}.feature-icon{width:80px;height:80px}}.menu-section{position:relative;padding:4rem .25rem;background:linear-gradient(180deg,#ffe3c0,#fff9f0);overflow:hidden}.menu-header{text-align:center;margin-bottom:3rem}.menu-header h2{font-size:3rem;color:#d72638;font-family:Playfair Display,serif;margin-bottom:1rem}.menu-subtitle{color:#ff6f00;font-size:1.25rem;margin-bottom:.5rem}.menu-desc{color:#555;max-width:700px;margin:0 auto;line-height:1.6}.menu-categories{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;width:100%;max-width:1200px;margin:2rem auto;padding:0 1rem;text-align:center;box-sizing:border-box}.menu-tab{display:flex;justify-content:center;align-items:center;padding:.75rem 1.5rem;background:#fff;border-radius:50px;border:1px solid rgba(0,0,0,.1);font-size:1rem;font-weight:500;color:#4b2e05;cursor:pointer;transition:all .3s ease;text-align:center;min-width:120px}.menu-tab:hover{background:#4b2e05;color:#fff;transform:scale(1.05)}.menu-tab.active{background:#4b2e05;color:#fff;font-weight:600}.menu-slider{position:relative;max-width:1200px;margin:0 auto}.cards-container{display:flex;gap:1.5rem;overflow-x:auto;padding:2rem 4rem;scroll-behavior:smooth}.cards-container::-webkit-scrollbar{display:none}.menu-card{min-width:300px;background:#fff9f0;border-radius:1.5rem;overflow:hidden;box-shadow:0 4px 10px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.menu-card:hover{transform:translateY(-8px) scale(1.03);box-shadow:0 10px 25px #ff6f0040}.menu-card-image{position:relative;height:200px;overflow:hidden}.menu-card-image img{width:100%;height:100%;object-fit:cover}.price-tag{position:absolute;top:12px;right:12px;background:#ff6f00;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:700}.menu-card-body{padding:1.5rem;position:relative}.menu-card-body h3{color:#d72638;font-size:1.25rem;margin-bottom:.5rem}.menu-card-body p{color:#555;font-size:.95rem;line-height:1.5}.arrow-btn{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;border-radius:50%;background:#ff6f00;color:#fff;border:none;cursor:pointer;box-shadow:0 0 10px #ff6f0066;transition:background .3s ease,transform .3s ease;display:flex;align-items:center;justify-content:center}.arrow-btn:hover{background:#f57c00;transform:translateY(-50%) scale(1.1)}.arrow-btn.left{left:.5rem}.arrow-btn.right{right:.5rem}.menu-slider{position:relative;overflow:visible;z-index:1}.cards-container{position:relative;z-index:2}.menu-card{position:relative;z-index:1;transition:transform .3s ease,box-shadow .3s ease}.arrow-btn{z-index:5}.menu-footer{text-align:center;margin-top:1rem;color:#444;line-height:1.6;font-size:1rem}@media(max-width:575.98px){.menu-section{padding:3rem 1rem}.menu-categories{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;padding:0 .5rem .5rem;width:100%;box-sizing:border-box}.menu-tab{flex:1 1 45%;max-width:48%;text-align:center;font-size:.9rem;padding:.65rem .75rem;border-radius:25px;box-shadow:0 3px 6px #0000001a;background:#fff;transition:all .3s ease}.menu-tab.active{background:#fff;color:#2e7d32;box-shadow:0 4px 10px #2e7d324d}}@media(min-width:576px)and (max-width:767.98px){.menu-categories{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem}.menu-tab{flex:1 1 40%;max-width:45%;text-align:center;font-size:1rem;padding:.75rem 1rem;border-radius:30px;background:#fff;transition:all .3s ease}.menu-tab:hover{background-color:#fff2e0}.menu-tab.active{background:#fff;color:#2e7d32;box-shadow:0 4px 10px #2e7d324d}}@media(min-width:768px)and (max-width:991.98px){.menu-categories{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem 2rem;margin-bottom:3rem}.menu-tab{flex:1 1 180px;max-width:200px;font-size:1rem;padding:.85rem 1.25rem;border-radius:35px;text-align:center;transition:all .3s ease}.menu-tab:hover{background-color:#fff2e0}.menu-tab.active{background:#fff;color:#2e7d32;box-shadow:0 4px 10px #2e7d324d}}@media(min-width:992px)and (max-width:1199.98px){.menu-section{padding:5rem 3rem}.menu-header h2{font-size:2.6rem}.menu-subtitle{font-size:1.15rem}.menu-desc{font-size:1rem;max-width:650px}.menu-categories{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-bottom:2rem}.menu-tab{font-size:.95rem;padding:.6rem 1.25rem;text-align:center}.cards-container{gap:1.25rem;padding:2rem 3rem}.menu-card{min-width:280px}.menu-card-body h3{font-size:1.15rem}.menu-card-body p{font-size:.9rem}.arrow-btn{width:2.8rem;height:2.8rem}}@media(min-width:1200px)and (max-width:1399.98px){.menu-section{padding:6rem 4rem}.menu-header h2{font-size:3rem}.menu-subtitle{font-size:1.25rem}.menu-desc{font-size:1.05rem;max-width:700px}.menu-categories{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:2.5rem}.menu-tab{font-size:1rem;padding:.75rem 1.5rem}.cards-container{gap:1.5rem;padding:2rem 4rem}.menu-card{min-width:300px}.menu-card-body h3{font-size:1.25rem}.menu-card-body p{font-size:.95rem}.arrow-btn{width:3rem;height:3rem}.menu-footer{font-size:1rem}}@media(min-width:1400px){.menu-section{padding:7rem 6rem}.menu-header h2{font-size:3.5rem}.menu-subtitle{font-size:1.35rem}.menu-desc{font-size:1.1rem;max-width:780px;line-height:1.7}.menu-categories{display:flex;justify-content:center;align-items:center;gap:1.25rem}.menu-tab{font-size:1.05rem;padding:.85rem 1.75rem}.cards-container{gap:2rem;padding:2.5rem 5rem}.menu-card{min-width:320px;border-radius:1.75rem}.menu-card-body h3{font-size:1.35rem}.menu-card-body p{font-size:1rem}.arrow-btn{width:3.5rem;height:3.5rem}.menu-footer{font-size:1.1rem}}.fullmenu-text.two-col{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:1450px;margin:2rem auto;padding:1rem;box-sizing:border-box;overflow-x:hidden;animation:fadeInUp .6s ease-in-out}.fullmenu-text.two-col .col{display:flex;flex-direction:column;gap:2rem;box-sizing:border-box}.menu-section-box{background:#fff6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(180,140,90,.4);border-radius:18px;padding:1.5rem 1.75rem;box-shadow:0 10px 25px #0000001f;box-sizing:border-box;overflow:hidden}.menu-section-box h3{margin-bottom:1rem;font-size:1.5rem;color:#4b2e05;font-weight:700;letter-spacing:.3px}.menu-section-box ul{margin:0;padding:0;list-style:none}.menu-section-box li{margin-bottom:2rem}.item-row{display:flex;justify-content:space-between;align-items:center;gap:.8rem;flex-wrap:nowrap;width:100%;box-sizing:border-box}.item-name{flex:1;font-size:1rem;font-weight:600;color:#3e2b12;margin-right:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.item-name span{background-color:#fff9;position:relative;z-index:1;padding-right:8px}.item-price{background-color:#4b2e05;color:#fff;font-weight:600;padding:4px 12px;border-radius:8px;border:1px solid #3a2200;font-size:.95rem;white-space:nowrap;text-align:center;flex-shrink:0}.item-desc{margin-top:.4rem;font-size:.95rem;line-height:1.4;color:#3e2b12b3;word-break:break-word}@media(max-width:575.98px){.fullmenu-text.two-col{grid-template-columns:1fr;gap:1.25rem;max-width:100%;margin:1rem auto;padding:.75rem;overflow-x:hidden}.menu-section-box{padding:1rem;border-radius:14px}.menu-section-box h3{font-size:1.25rem;margin-bottom:.75rem}.item-row{flex-wrap:wrap;justify-content:space-between;gap:.4rem}.item-name{flex:1 1 auto;font-size:.95rem;white-space:normal;margin-right:0}.item-price{font-size:.85rem;padding:3px 8px;margin-left:auto}.item-desc{font-size:.85rem;line-height:1.35}}@media(min-width:576px)and (max-width:767.98px){.fullmenu-text.two-col{grid-template-columns:1fr;gap:1.5rem;margin:1.5rem auto;padding:1rem;overflow-x:hidden}.menu-section-box{padding:1.25rem 1.5rem}.item-row{flex-wrap:wrap;gap:.5rem}.item-name{font-size:1rem;white-space:normal}.item-price{font-size:.9rem;padding:3px 10px}.item-desc{font-size:.9rem}}@media(min-width:768px)and (max-width:991.98px){.fullmenu-text.two-col{grid-template-columns:1fr;gap:1.5rem;max-width:1000px;margin:2rem auto;padding:1rem 1.25rem}.menu-section-box{padding:1.5rem 1.75rem}.item-row{flex-wrap:nowrap;gap:.75rem}.item-name{font-size:1rem}.item-price,.item-desc{font-size:.9rem}}@media(min-width:992px)and (max-width:1199.98px){.fullmenu-text.two-col{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:100%;margin:2rem auto;padding:0 1.5rem;box-sizing:border-box;overflow-x:hidden}.menu-section-box{padding:1.5rem 1.75rem;border-radius:18px;box-sizing:border-box}.menu-section-box h3{font-size:1.4rem;margin-bottom:1rem}.item-row{display:flex;justify-content:space-between;align-items:center;gap:.8rem;flex-wrap:nowrap;width:100%;box-sizing:border-box}.item-name{flex:1 1 auto;font-size:1.05rem;white-space:normal;overflow:hidden;text-overflow:ellipsis}.item-price{font-size:.9rem;padding:4px 10px;flex-shrink:0;white-space:nowrap;background-color:#4b2e05;color:#fff;border-radius:8px}.item-desc{font-size:.9rem;line-height:1.45;margin-top:.3rem;color:#3e2b12bf}}@media(min-width:1200px)and (max-width:1399.98px){.fullmenu-text.two-col{display:grid;grid-template-columns:1fr 1fr;gap:1.75rem;max-width:100%;margin:2rem auto;padding:0 2rem;box-sizing:border-box;overflow-x:hidden}.menu-section-box{padding:1.75rem 2rem;border-radius:18px;box-sizing:border-box}.menu-section-box h3{font-size:1.45rem;margin-bottom:1rem}.item-row{display:flex;justify-content:space-between;align-items:center;gap:.8rem;flex-wrap:nowrap;width:100%;box-sizing:border-box}.item-name{flex:1 1 auto;font-size:1.05rem;color:#3e2b12;white-space:normal;overflow:hidden;text-overflow:ellipsis}.item-price{font-size:.95rem;padding:4px 12px;flex-shrink:0;white-space:nowrap;background-color:#4b2e05;color:#fff;border-radius:8px;text-align:center}.item-desc{font-size:.9rem;line-height:1.45;color:#3e2b12bf;margin-top:.3rem;word-break:break-word}}@media(min-width:1400px){.fullmenu-text.two-col{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:100%;margin:2rem auto;padding:0 3rem;box-sizing:border-box;overflow-x:hidden}.menu-section-box{padding:2rem 2.25rem;border-radius:20px;box-sizing:border-box}.menu-section-box h3{font-size:1.55rem;margin-bottom:1rem}.item-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:1rem;width:100%;box-sizing:border-box}.item-name{flex:1 1 auto;font-size:1.1rem;white-space:normal;overflow:hidden;text-overflow:ellipsis;color:#3e2b12}.item-price{font-size:1rem;padding:6px 14px;flex-shrink:0;background-color:#4b2e05;color:#fff;border-radius:8px;border:1px solid #3a2200;white-space:nowrap;text-align:center}.item-desc{font-size:1rem;line-height:1.55;color:#3e2b12bf;margin-top:.35rem;word-break:break-word}}.catering-section{background-color:#fff;padding:60px 40px}.catering-container{max-width:1200px;margin:0 auto}.catering-header{text-align:center;margin-bottom:60px}.section-tag{color:#ff6f00;text-transform:uppercase;letter-spacing:2px;font-size:13px;display:inline-block;margin-bottom:10px}.section-title{font-size:42px;color:#222;font-family:"DM Serif Display",serif;margin-bottom:12px}.section-divider{width:100px;height:4px;margin:0 auto 20px;background:linear-gradient(90deg,#ff6f00,#2e7d32)}.section-subtext{font-size:18px;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.catering-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:60px}.catering-card{position:relative;background:#fff;border-radius:24px;box-shadow:0 8px 20px #0000001a;overflow:hidden;transition:all .4s ease}.catering-card:hover{transform:translateY(-10px);box-shadow:0 12px 30px #0003}.catering-image-wrapper{position:relative;height:240px;overflow:hidden}.catering-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.catering-card:hover .catering-image{transform:scale(1.1)}.image-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent)}.icon-overlay{position:absolute;top:20px;right:20px;background:#fff3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:50%;width:64px;height:64px;display:flex;align-items:center;justify-content:center;color:#fff;transition:transform .6s ease}.catering-card:hover .icon-overlay{transform:rotate(360deg) scale(1.1)}.catering-content{padding:30px;text-align:left}.catering-content h3{font-size:24px;color:#222;margin-bottom:10px}.catering-content p{color:#666;font-size:16px;line-height:1.6;margin-bottom:20px}.learn-more{color:#ff6f00;font-weight:700;cursor:pointer;display:inline-block;transition:color .3s,transform .3s}.learn-more:hover{color:#c62828;transform:translate(5px)}.card-accent{position:absolute;bottom:0;left:0;height:5px;width:0%;background:linear-gradient(90deg,#ff6f00,#c62828,#2e7d32);transition:width .4s ease}.catering-card:hover .card-accent{width:100%}.catering-footer{text-align:center}.catering-btn{background:#ff6f00;color:#fff;font-size:18px;padding:16px 40px;border:none;border-radius:50px;cursor:pointer;transition:transform .3s ease}.catering-btn:hover{transform:scale(1.05)}@media(max-width:575.98px){.catering-section{padding:1rem}.section-title{font-size:1.8rem;line-height:1.3}.section-subtext{font-size:.95rem;max-width:80%}.catering-grid{grid-template-columns:1fr;gap:1.5rem}.catering-card{border-radius:18px}.catering-image-wrapper{height:350px;width:100%}.icon-overlay{width:50px;height:50px;top:15px;right:15px}.catering-content{padding:1.25rem;text-align:center}.catering-content h3{font-size:1.2rem}.catering-content p{font-size:.9rem;line-height:1.5}.learn-more{font-size:.9rem}.catering-btn{font-size:1rem;padding:.75rem 1.75rem;border-radius:40px}}@media(min-width:576px)and (max-width:767.98px){.catering-section{padding:1.5rem 2rem}.section-title{font-size:2.2rem}.section-subtext{font-size:1rem;max-width:80%}.catering-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.catering-card{border-radius:20px}.catering-image-wrapper{height:220px}.icon-overlay{width:55px;height:55px}.catering-content{padding:1.5rem;text-align:left}.catering-content h3{font-size:1.4rem}.catering-content p,.learn-more{font-size:.95rem}.catering-btn{font-size:1.05rem;padding:.9rem 2.5rem;border-radius:45px}}@media(min-width:768px){.catering-section{padding:1.5rem 3rem}.section-title{font-size:2.5rem}.section-subtext{font-size:1.05rem;max-width:650px}.catering-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}.catering-card{border-radius:24px}.catering-image-wrapper{height:240px}.icon-overlay{width:64px;height:64px}.catering-content{padding:2rem}.catering-content h3{font-size:1.5rem}.catering-content p,.learn-more{font-size:1rem}.catering-btn{font-size:1.1rem;padding:1rem 3rem;border-radius:50px}}@media(min-width:992px){.catering-section{padding:2rem 3rem}.catering-container{max-width:960px}.section-title{font-size:2.5rem;margin-bottom:10px}.section-subtext{font-size:1rem;max-width:500px}.catering-grid{grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:50px}.catering-card{border-radius:20px}.catering-image-wrapper{height:220px}.catering-content{padding:24px}.catering-content h3{font-size:20px}.catering-content p{font-size:15px}.catering-btn{font-size:1rem;padding:14px 34px}}@media(min-width:1200px){.catering-section{padding:2rem 3rem}.catering-container{max-width:1140px}.section-title{font-size:2.8rem}.section-subtext{font-size:1.1rem;max-width:600px}.catering-grid{gap:40px;margin-bottom:60px}.catering-card{border-radius:24px}.catering-image-wrapper{height:240px}.catering-content{padding:30px}.catering-content h3{font-size:22px}.catering-content p{font-size:16px}.icon-overlay{width:64px;height:64px}.catering-btn{font-size:18px;padding:16px 40px}}@media(min-width:1400px){.catering-section{padding:2.5rem 3rem}.catering-container{max-width:1320px}.section-title{font-size:3.2rem}.section-subtext{font-size:1.2rem;max-width:650px}.catering-grid{gap:50px;margin-bottom:70px}.catering-card{border-radius:28px;box-shadow:0 10px 28px #0000001a}.catering-image-wrapper{height:260px}.catering-content{padding:36px}.catering-content h3{font-size:24px}.catering-content p{font-size:17px}.icon-overlay{width:70px;height:70px}.catering-btn{font-size:1.2rem;padding:18px 46px}.learn-more{font-size:1rem}}.contact-section{background-color:#fff9f0;font-family:Poppins,sans-serif;overflow:hidden}.contact-header{text-align:center;background:linear-gradient(200deg,#ffe8cc 25%,#fff0dd 60%);padding:20px;position:relative}.contact-header h1{font-family:Playfair Display,serif;color:#d72638;font-size:55px;margin-bottom:15px}.contact-header p{color:#4a4a4a;font-size:18px;max-width:700px;margin:0 auto}.contact-container{display:flex;justify-content:space-between;align-items:flex-start;max-width:1200px;margin:40px auto;padding:0 30px;gap:50px;flex-wrap:wrap}.contact-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;width:45%;margin-left:-30px;align-items:stretch}.contact-card{background:#fff;border-radius:20px;padding:35px 15px;text-align:center;text-decoration:none;color:inherit;transition:.3s ease;height:100%;display:flex;flex-direction:column;justify-content:center}.contact-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0000001f}.card-icon{width:70px;height:70px;border-radius:50%;margin:0 auto 15px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 10px #0000001a}.contact-card h3{font-size:20px;margin-bottom:8px;color:#333}.contact-card p{color:#555;font-size:15px;word-wrap:break-word}.contact-form{width:50%;background:#fff;border-radius:20px;padding:35px 30px;box-shadow:0 8px 20px #0000001a;display:flex;flex-direction:column;justify-content:center;align-items:stretch;box-sizing:border-box}.contact-form label{display:block;color:#333;margin:10px 0 6px;font-weight:500}.contact-form input,.contact-form textarea{width:100%;border:2px solid #e2e2e2;background:#fafafa;border-radius:10px;padding:12px 14px;font-size:15px;outline:none;transition:.3s;box-sizing:border-box}.contact-form input:focus,.contact-form textarea:focus{border-color:#ff6f00;box-shadow:0 0 0 3px #ff6f0033}.contact-form textarea{resize:none}.contact-form button{margin-top:18px;width:100%;border:none;border-radius:30px;background:linear-gradient(135deg,#ff6f00,#d72638);color:#fff;font-size:17px;font-weight:600;padding:14px 0;cursor:pointer;transition:.3s ease}.contact-form button:hover{transform:scale(1.03);box-shadow:0 10px 24px #d7263866}.send-icon{margin-left:8px;transition:transform .3s}.contact-form button:hover .send-icon{transform:translate(4px)}.contact-map{background-color:#fff9f0;padding:5px 0 100px;text-align:center}.map-container{width:80%;height:450px;margin:0 auto;border-radius:24px;overflow:hidden;box-shadow:0 12px 30px #0000001a}.map-badge{display:inline-flex;align-items:center;justify-content:center;margin-top:25px;padding:12px 25px;border-radius:30px;background:linear-gradient(135deg,#ff6f00,#d72638);color:#fff;font-size:15px;font-weight:500;box-shadow:0 6px 18px #d726384d}.map-icon{margin-right:10px}@media(max-width:575.98px){.contact-container{flex-direction:column;align-items:center;padding:0 15px;gap:35px}.contact-cards{width:100%;grid-template-columns:1fr;margin-left:0;gap:20px}.contact-form{width:100%;padding:25px 20px}.contact-header h1{font-size:34px}.contact-header p{font-size:15px}.map-container{width:95%;height:320px}.map-badge{flex-direction:column;font-size:14px;padding:10px 18px;text-align:center}}@media(min-width:576px)and (max-width:767.98px){.contact-container{flex-direction:column;align-items:center;gap:40px}.contact-cards{width:100%;margin-left:0;grid-template-columns:repeat(2,1fr);gap:25px}.contact-form{width:90%;padding:30px 25px}.contact-header h1{font-size:40px}.map-container{width:90%;height:360px}}@media(min-width:768px)and (max-width:991.98px){.contact-container{flex-direction:column;align-items:center;gap:45px}.contact-cards{width:90%;margin-left:0;grid-template-columns:repeat(2,1fr);gap:25px}.contact-form{width:85%;padding:35px 30px}.map-container{width:85%;height:400px}}@media(min-width:992px)and (max-width:1199.98px){.contact-container{gap:40px}.contact-cards{width:45%;margin-left:0;gap:25px}.contact-form{width:50%;padding:35px 30px}.map-container{width:80%;height:450px}}@media(min-width:1200px)and (max-width:1399.98px){.contact-container{gap:55px}.contact-cards{width:45%}.contact-form{width:50%}.map-container{width:75%}}@media(min-width:1400px){.contact-container{gap:60px}.contact-cards{width:45%}.contact-form{width:50%}.map-container{width:70%}}.footer{position:relative;overflow:hidden;background:linear-gradient(180deg,#ff8c42,#e75d32);padding:60px 30px;color:#fff;font-family:Poppins,sans-serif;margin-top:-25px;box-shadow:0 -4px 15px #0000001a}.footer-inner{max-width:1200px;margin:0 auto;position:relative;z-index:2}.footer-top-line{width:100%;height:4px;margin-bottom:50px;background:linear-gradient(90deg,#ffd166,#06d6a0,#ef476f);border-radius:10px}.footer-logo{text-align:center;margin-bottom:40px}.footer-logo h2{font-family:"DM Serif Display",serif;font-size:38px;color:#fff;letter-spacing:.5px;margin-bottom:8px}.footer-logo p{font-size:15px;color:#ffffffd9}.footer-links{display:flex;justify-content:center;flex-wrap:wrap;gap:25px;margin-bottom:40px}.footer-link{background:none;border:none;color:#ffffffe6;cursor:pointer;font-size:15px;letter-spacing:.3px;font-weight:400;transition:all .3s ease;position:relative}.footer-link:after{content:"";display:block;width:0;height:2px;background:#fff;margin:auto;transition:width .3s ease}.footer-link:hover:after{width:100%}.footer-link:hover{color:#fff}.footer-socials{display:flex;justify-content:center;gap:20px;margin-bottom:40px}.footer-social-btn{width:50px;height:50px;background:#ffffff26;border:none;color:#fff;padding:0;border-radius:50%;cursor:pointer;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 4px 10px #00000026;transition:all .3s ease}.footer-social-btn:hover{background:#ffffff4d;transform:translateY(-4px)}.footer-divider{width:100%;height:1px;background:#ffffff40;margin-bottom:40px}.footer-bottom{display:flex;flex-direction:column;align-items:center;gap:15px;color:#ffffffd9;font-size:14px}.footer-designed{margin-top:-5px;display:flex;align-items:center;gap:10px;justify-content:center;text-align:center;font-size:14px;opacity:.9;color:#ffffffe6}.footer-designed-logo{width:30px;height:30px;object-fit:contain;border-radius:6px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.25))}.designed-name{font-weight:600;color:#fff}.designed-company{font-weight:500;color:#ffe7d1}.footer-legal{display:flex;gap:25px}.footer-legal a{color:#ffffffd9;text-decoration:none;transition:color .3s ease}.footer-legal a:hover{color:#fff}.footer-top-btn{position:fixed;bottom:30px;right:30px;background:linear-gradient(135deg,#fff,#efecec);color:#ff3e3e;border:none;padding:16px;border-radius:50%;cursor:pointer;box-shadow:0 10px 25px #00000040;z-index:1000;transition:transform .3s ease,box-shadow .3s ease}.footer-top-btn:hover{transform:translateY(-4px);box-shadow:0 12px 28px #00000059}.footer-decor{position:absolute;inset:0;opacity:.08;pointer-events:none}.circle{position:absolute;border:5px solid rgba(255,255,255,.7);border-radius:50%}.circle-1{top:60px;left:80px;width:120px;height:120px}.circle-2{bottom:60px;right:80px;width:160px;height:160px}@media(max-width:575.98px){.footer{padding:45px 20px;text-align:center}.footer-logo h2{font-size:26px;line-height:1.3}.footer-logo p{font-size:13px}.footer-links{flex-direction:column;gap:14px;margin-bottom:30px}.footer-link{font-size:14px}.footer-socials{gap:16px;margin-bottom:30px}.footer-social-btn{width:42px;height:42px}.footer-divider{margin-bottom:30px}.footer-bottom{font-size:13px;gap:12px}.footer-designed{flex-direction:column;gap:8px;font-size:12.5px;margin-top:0}.footer-designed-logo{width:26px;height:26px}.footer-legal{flex-direction:column;gap:8px}.footer-legal a{font-size:13px}.footer-top-btn{bottom:20px;right:20px;padding:14px}.circle-1,.circle-2{display:none}}@media(min-width:576px)and (max-width:767.98px){.footer{padding:20px 30px;text-align:center}.footer-logo h2{font-size:30px}.footer-logo p{font-size:14px}.footer-links{gap:18px;margin-bottom:35px}.footer-link{font-size:15px}.footer-socials{gap:18px;margin-bottom:35px}.footer-social-btn{width:46px;height:46px}.footer-divider{margin-bottom:35px}.footer-designed{font-size:13.5px;gap:10px}.footer-designed-logo{width:28px;height:28px}.footer-bottom{font-size:13.5px;gap:14px}.footer-legal{gap:18px}.footer-legal a{font-size:14px}.footer-top-btn{bottom:25px;right:25px;padding:15px}.circle-1{width:90px;height:90px;top:50px;left:50px}.circle-2{width:130px;height:130px;bottom:50px;right:50px}}@media(min-width:768px)and (max-width:991.98px){.footer{padding:30px 45px;text-align:center}.footer-logo h2{font-size:34px}.footer-logo p{font-size:15px}.footer-links{gap:22px;margin-bottom:35px}.footer-link{font-size:15.5px}.footer-socials{gap:20px;margin-bottom:35px}.footer-social-btn{width:48px;height:48px}.footer-divider{margin-bottom:40px}.footer-designed{font-size:14px;gap:10px}.footer-designed-logo{width:30px;height:30px}.footer-bottom{font-size:14px;gap:15px}.footer-legal{gap:20px}.footer-legal a{font-size:14px}.footer-top-btn{bottom:30px;right:30px;padding:16px}.circle-1{width:110px;height:110px;top:60px;left:60px}.circle-2{width:150px;height:150px;bottom:60px;right:60px}}@media(min-width:992px)and (max-width:1199.98px){.footer{padding:30px 55px}.footer-logo h2{font-size:36px}.footer-logo p{font-size:15px}.footer-links{gap:26px;margin-bottom:40px}.footer-link{font-size:15.5px}.footer-socials{gap:22px;margin-bottom:40px}.footer-social-btn{width:50px;height:50px}.footer-divider{margin-bottom:45px}.footer-designed{font-size:14.5px;gap:12px}.footer-designed-logo{width:32px;height:32px}.footer-bottom{font-size:14.5px;gap:16px}.footer-legal{gap:22px}.footer-legal a{font-size:14.5px}.footer-top-btn{bottom:35px;right:35px}.circle-1{width:130px;height:130px;top:70px;left:70px}.circle-2{width:170px;height:170px;bottom:70px;right:70px}}@media(min-width:1200px)and (max-width:1399.98px){.footer{padding:35px 60px}.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center;width:100%;font-size:15px}.footer-designed{flex-direction:row;gap:12px;font-size:15px}.footer-designed-logo{width:34px;height:34px}.footer-links{gap:28px;margin-bottom:45px}.footer-link{font-size:16px}.footer-socials{gap:24px;margin-bottom:45px}.footer-social-btn{width:52px;height:52px}.footer-divider{margin-bottom:45px}.footer-legal{gap:24px}.footer-legal a{font-size:15px}.circle-1{width:140px;height:140px;top:80px;left:80px}.circle-2{width:190px;height:190px;bottom:80px;right:80px}}@media(min-width:1400px){.footer{padding:30px 70px}.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center;font-size:16px;width:100%}.footer-logo h2{font-size:40px}.footer-logo p{font-size:16px}.footer-links{gap:32px;margin-bottom:50px}.footer-link{font-size:16px}.footer-socials{gap:26px;margin-bottom:50px}.footer-social-btn{width:55px;height:55px}.footer-divider{margin-bottom:50px}.footer-designed{gap:14px;font-size:16px}.footer-designed-logo{width:36px;height:36px}.footer-legal{gap:28px}.footer-legal a{font-size:16px}.footer-top-btn{bottom:40px;right:40px;padding:18px}.circle-1{width:160px;height:160px;top:90px;left:90px}.circle-2{width:220px;height:220px;bottom:90px;right:90px}}.toast-container-custom{top:80px!important}.custom-toast{background:#1b5e20!important;color:#fff!important;border-radius:10px!important;box-shadow:0 4px 12px #0003;font-weight:500!important;font-size:1rem!important;width:350px!important;height:auto!important;line-height:1.4!important}.custom-toast-body{padding:10px 15px!important}.toast-container-custom{position:fixed!important;inset:auto 30px 30px auto!important;z-index:9999!important;display:flex;flex-direction:column;align-items:flex-end;gap:12px;pointer-events:none;animation:toastSlideUp .3s ease-in-out}.custom-toast{background:linear-gradient(135deg,#2e7d32,#1b5e20)!important;color:#fff!important;border-radius:12px!important;box-shadow:0 6px 16px #00000040;font-weight:500!important;font-size:1rem!important;width:350px!important;height:auto!important;line-height:1.4!important;overflow:hidden;opacity:.98;transition:all .3s ease-in-out,transform .3s ease-in-out;pointer-events:auto}.custom-toast:hover{transform:translateY(-4px);box-shadow:0 10px 24px #00000059}.custom-toast-body{padding:12px 18px!important;display:flex;align-items:center;justify-content:space-between}.toast-icon{margin-right:10px;font-size:1.25rem;color:#ffcc80}@keyframes toastSlideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:575.98px){.toast-container-custom{bottom:20px!important;right:15px!important;left:15px!important;width:calc(100% - 30px)!important;align-items:center;gap:10px}.custom-toast{width:90%!important;font-size:.9rem!important;border-radius:10px!important;line-height:1.3!important;box-shadow:0 4px 12px #0003}.custom-toast-body{padding:9px 13px!important}.toast-icon{font-size:1rem}}@media(min-width:576px)and (max-width:767.98px){.toast-container-custom{bottom:25px!important;right:20px!important;left:auto!important;width:auto!important;align-items:flex-end}.custom-toast{width:280px!important;font-size:.95rem!important;border-radius:10px!important}.custom-toast-body{padding:9px 15px!important}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
