@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{margin:0;padding:0}body{font-family:Lato,sans-serif}.App{background-color:#fff;text-align:center;width:100%}.services-box{flex-wrap:wrap;gap:20px;margin-bottom:1px;max-width:1400px;width:100%}.box-button,.services-box{display:flex;justify-content:center}.box-button{align-items:center;background:#fff;border:1px solid #ddd;border-radius:15px;box-shadow:0 4px 10px #0000001a;cursor:pointer;flex-direction:column;padding:20px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:320px}.box-button img{height:100px;object-fit:contain;width:100px}.box-button h3{font-size:18px;margin-top:10px}.box-button:hover{box-shadow:0 8px 16px #0003;transform:scale(1.05)}@media (max-width:1400px){.box-button{height:160px;padding:5px;width:250px}.box-button img{height:110px;object-fit:contain;width:110px}.box-button h3{font-size:15px;margin-top:1px}}@media (max-width:1024px){.box-button{width:170px}}@media (max-width:768px){.box-button{height:120px;padding:5px;width:150px}.box-button img{height:75px;object-fit:contain;width:80px}.box-button h3{font-size:10px;margin-top:1px}}@media (max-width:680px){.box-button{height:120px;padding:5px;width:150px}.box-button img{height:75px;object-fit:contain;width:70px}.box-button h3{font-size:10px;margin-top:1px}}@media (max-width:550px){.box-button{height:80px;padding:5px;width:90px}.box-button img{height:45px;object-fit:contain;width:60px}.box-button h3{font-size:8px;margin-top:1px}}@media (max-width:500px){.box-button{height:80px;padding:5px;width:78px}.box-button img{height:45px;object-fit:contain;width:60px}.box-button h3{font-size:8px;margin-top:1px}}@media (max-width:400px){.box-button{height:80px;padding:5px;width:75px}.box-button img{height:45px;object-fit:contain;width:60px}.box-button h3{font-size:8px;margin-top:1px}.services-box{gap:10px;margin-bottom:1px}}@media (max-width:340px){.box-button{height:85px;padding:5px;width:120px}.box-button img{height:45px;object-fit:contain;width:60px}.box-button h3{font-size:11px;margin-top:1px}.services-box{gap:15px;margin-bottom:1px}}.homepage-container{align-items:center;background-color:#f9f9f9;color:#333;display:flex;flex-direction:column;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;padding:3px}.product-search{margin:0 auto 20px;max-width:800px}.search-bar{width:100%}@media (max-width:768px){.product-search{max-width:95%;padding:0 8px}.search-bar{font-size:14px;padding:12px 40px 12px 16px}.search-icon{font-size:16px}}.featured-products{background-color:#fff;border-radius:14px;box-shadow:0 6px 15px #00000014;margin:5px auto;max-width:1400px;padding:12px 20px;transition:box-shadow .3s ease;width:100%}.featured-products:hover{box-shadow:0 8px 22px #0000001f}.featured-products h2{color:#222;font-family:Segoe UI Semibold,Tahoma,Geneva,Verdana,sans-serif;font-size:30px;font-weight:700;letter-spacing:.03em;margin-bottom:15px;position:relative;text-align:center}.featured-products h2:after{background-color:#e74c3c;border-radius:3px;content:"";display:block;height:5px;margin:5px auto 0;width:70px}.product-list{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr);justify-items:center}.product-item{background:#fff;border-radius:18px;box-shadow:0 5px 12px #00000014;cursor:pointer;margin-bottom:10px;max-width:280px;overflow:hidden;padding:15px;transition:transform .3s ease,box-shadow .3s ease;width:100%}.product-item:hover{box-shadow:0 14px 30px #00000026;transform:scale(1.06)}.product-image{border-radius:18px 18px 0 0;height:100px;object-fit:contain;transition:transform .3s ease;width:100%}.product-name{color:#111;font-family:Segoe UI Semibold,Tahoma,Geneva,Verdana,sans-serif;font-size:19px;margin-bottom:8px}.product-description{-webkit-line-clamp:6;-webkit-box-orient:vertical;color:#666;display:-webkit-box;font-size:12px;line-height:1.4;margin-bottom:12px;overflow:hidden;text-overflow:ellipsis}.product-price{color:#e74c3c;font-size:22px;margin-bottom:12px}@media (max-width:1500px){.product-list{grid-template-columns:repeat(3,1fr)}.search-bar{max-width:1200px}}@media (max-width:1024px){.product-list{grid-template-columns:repeat(3,1fr)}.search-bar{max-width:800px}}@media (max-width:768px){.product-list{grid-template-columns:repeat(3,1fr)}.product-item{max-width:180px;padding:12px 10px}.product-image{height:140px}.product-description{-webkit-line-clamp:3;font-size:10px}.product-name{font-size:14px}}@media (max-width:500px){.product-list{gap:12px;grid-template-columns:repeat(3,1fr)}.product-item{max-width:140px;padding:8px 6px}.product-image{height:65px}.product-description{-webkit-line-clamp:2;font-size:9px}.product-name{font-size:12px}.product-price{font-size:10px}.buy-button{font-size:12px;padding:8px 9px}}.footer{background:linear-gradient(135deg,#ebc104a4,#ff9170c0);color:#fff;font-family:Arial,sans-serif;padding:40px 20px 20px}.footer-container{margin:auto;max-width:1200px}.footer-columns{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:30px}.footer-column h4{font-size:16px;letter-spacing:1px;margin-bottom:12px;text-transform:uppercase}.footer-column ul{list-style:none;margin:0;padding:0}.footer-column ul li{margin-bottom:8px}.footer-column ul li a{color:#fff;text-decoration:none;transition:color .3s,transform .3s}.footer-column ul li a:hover{color:#ffe0d0;transform:translateX(3px)}.social-column .social-icons{display:flex;flex-direction:column;gap:10px;margin-top:10px}.social-icons a{color:#fff;font-size:16px;text-decoration:none;transition:transform .3s,color .3s}.social-icons a:hover{color:#ffe0d0;transform:translateX(5px)}.footer-bottom{border-top:1px solid #ffffff4d;font-size:13px;opacity:.8;padding-top:15px;text-align:center}@media (max-width:768px){.footer-columns{gap:15px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}}.back-to-top{background:#ff3c3c;border:none;border-radius:50px;bottom:40px;box-shadow:0 4px 12px #0003;color:#fff;cursor:pointer;font-size:14px;padding:10px 18px;position:fixed;right:40px;transition:transform .2s,background .2s;z-index:1000}.back-to-top:hover{background:#ff6060;transform:translateY(-2px)}.modal-overlay{align-items:center;background-color:#0009;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content{background:rgba(223,174,82,.466);border-radius:8px;box-shadow:0 4px 20px #0000004d;max-height:80vh;max-width:500px;overflow-y:auto;padding:20px 25px;position:relative;width:90%}.close-modal{background-color:#ff4d4f;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-top:15px;padding:8px 12px}.close-modal:hover{background-color:#ff7875}.privacy-btn{background:none;border:none;color:#fff;cursor:pointer;font-size:14px;padding:0;text-decoration:underline}.search-container{box-sizing:border-box;flex-direction:column;padding:8px;z-index:100}.product-search,.search-container{align-items:center;display:flex;position:relative;width:100%}.product-search{background:linear-gradient(145deg,#fff,#f9f9f9);border-radius:50px;box-shadow:0 3px 10px #00000014;margin-bottom:8px;max-width:1400px;padding:0 12px;transition:box-shadow .3s ease,transform .3s ease;z-index:101}.product-search:focus-within{box-shadow:0 4px 15px #ff88004d;transform:translateY(-1px)}.search-bar{background:#0000;border:none;border-radius:50px;color:#333;flex:1 1;font-size:16px;outline:none;padding:14px 45px 14px 20px;transition:border-color .3s ease}.search-bar::placeholder{color:#aaa;font-style:italic}.search-icon{color:#888;font-size:18px;pointer-events:none;position:absolute;right:18px}.loader{animation:spin .8s linear infinite;border:3px solid #ccc;border-radius:50%;border-top-color:#007bff;display:none;height:20px;margin-left:8px;width:20px}.product-search.loading .loader{display:inline-block}.recent-search-container{align-items:center;background:#fff;border-radius:6px;box-shadow:0 2px 8px #0000001a;display:flex;justify-content:space-between;margin-bottom:4px;max-width:1400px;padding:6px 12px;width:100%;z-index:100}.cancel-search-btn{background:#0000;border:none;color:#888;cursor:pointer;font-size:18px;transition:color .3s ease}.cancel-search-btn:hover{color:#ff4d4d}.search-results{grid-gap:12px;background:#fff;border-radius:10px;box-shadow:0 4px 10px #0000001a;box-sizing:border-box;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));left:0;max-height:400px;max-width:1400px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:99}@media (min-width:1024px){.search-results{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}.search-result-item{align-items:center;background:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 2px 6px #00000014;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:flex-start;padding:5px;transition:box-shadow .3s ease,transform .3s ease}.search-result-item:hover{box-shadow:0 6px 15px #00000026;transform:translateY(-3px)}.item-image{border-radius:6px;height:90px;object-fit:contain;width:90px}.item-details{display:flex;flex:1 1;flex-direction:column;gap:4px}.item-details h3{color:#222;font-size:1rem;margin:0}.item-details .category,.item-details .price,.item-details .vehicle{color:#555;font-size:.85rem}.count-controls{align-items:center;display:flex;gap:8px;justify-content:center;margin:3px}.count-controls button{background:#f9f9f9;border:1px solid #ccc;border-radius:4px;cursor:pointer;padding:4px 10px}.count-controls button:hover{background:#e6e6e6}.count-controls span{min-width:20px;text-align:center}.product-actions{display:flex;flex-wrap:wrap;justify-content:center;margin-top:auto}.add-to-cart{background-color:#1884a5;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:6px 10px;text-align:center;width:auto}.add-to-cart:hover{background-color:#218838}@media (max-width:768px){.product-search{max-width:95%;padding:0 8px}.search-bar{font-size:14px;padding:12px 40px 12px 16px}.search-icon{font-size:16px}.search-results{max-height:300px}}@media (max-width:480px){.item-image{height:60px;width:60px}.search-results{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.search-result-item{align-items:center;flex-direction:column;text-align:center}}button{border:none;border-radius:2px;box-shadow:0 4px 10px #0003;cursor:pointer;font-size:16px;font-weight:700;padding:12px 24px;transition:background .3s,transform .3s,box-shadow .3s}button:hover{background:linear-gradient(145deg,#ffb300,#b7d60bb6);box-shadow:0 6px 15px #0000004d;transform:translateY(-3px)}button:active{box-shadow:0 2px 5px #0003;transform:translateY(0)}@media (max-width:600px){button{font-size:14px;padding:10px 20px}}.ev-booking-card{align-items:center;animation:offerWallIn .8s ease forwards;background:rgba(144,146,4,.137);border-radius:12px;box-shadow:0 2px 8px rgba(233,243,98,.842);cursor:pointer;display:flex;flex-direction:column;margin:20px auto;max-width:1400px;opacity:0;overflow:visible;padding:10px;position:relative;transform:translateY(40px);transition:background-color .3s ease,box-shadow .3s ease;-webkit-user-select:none;user-select:none}.ev-booking-card:hover{background:#d3cf06cc;box-shadow:0 4px 12px #00000040}.stars-wrapper{height:100%;left:0;overflow:visible;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.star{animation-iteration-count:infinite;animation-name:flyStar;animation-timing-function:linear;color:#fff200;font-size:1.2rem;opacity:.8;position:absolute}.star:first-child{animation-delay:0s;animation-duration:4s;left:10%;top:80%}.star:nth-child(2){animation-delay:1s;animation-duration:5s;left:40%;top:90%}.star:nth-child(3){animation-delay:2s;animation-duration:4.5s;left:70%;top:85%}.star:nth-child(4){animation-delay:1.5s;animation-duration:3.8s;left:85%;top:75%}.star:nth-child(5){animation-delay:2.5s;animation-duration:4.3s;left:60%;top:95%}@keyframes flyStar{0%{opacity:.8;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-150px) scale(.5)}}.ev-booking-content h2{color:#1d3557;font-size:1.8rem;font-weight:700;margin-bottom:10px;text-align:center}.ev-booking-content p{font-size:1.1rem;max-width:90%;text-align:center}.ev-booking-content p,.price-info{color:#121212;color:var(--toastify-color-dark,#121212);margin-bottom:15px}.price-info{font-weight:600}.original-price{color:#eb0909;margin-right:8px;text-decoration:line-through}.discounted-price{color:#f1c40f;color:var(--toastify-color-warning,#f1c40f);font-size:1.25rem;font-weight:700}.ev-booking-btn{background-color:#f1c40f;background-color:var(--toastify-color-warning,#f1c40f);border:none;border-radius:6px;box-shadow:0 2px 5px #f1c40f80;color:#121212;color:var(--toastify-color-dark,#121212);cursor:pointer;font-size:1rem;font-weight:600;padding:10px 25px;transition:background-color .25s ease,box-shadow .3s ease}.ev-booking-btn:hover{background-color:#c8a309;box-shadow:0 4px 10px #c8a309b3}@media (max-width:600px){.ev-booking-card{padding:15px}.ev-booking-content h2{font-size:1.4rem}.ev-booking-content p{font-size:1rem}}@keyframes offerWallIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.ev-booking-card{margin:10px;padding:10px}.ev-booking-content h2{font-size:1.1rem;margin-bottom:8px}.ev-booking-content p{font-size:.9rem;margin-bottom:10px}.price-info{font-size:.95rem}.original-price{font-size:.9rem}.discounted-price{font-size:1.05rem}.ev-booking-btn{font-size:.9rem;padding:8px 20px}}.food-menu-canva{animation:slideFadeIn 1.2s ease-in-out both;background:linear-gradient(90deg,#fff3e0,#fff8e1);padding:1rem 0}.hero__content{padding-top:7px}.hero__title span{color:#df2020}.hero__content h5{font-size:1rem}.hero__content p{color:#777;font-size:1rem;line-height:30px}.order__btn{background:linear-gradient(90deg,#ff5722,#ff7043);border:none;border-radius:5px;box-shadow:0 4px 10px #ff57224d;color:#fff;cursor:pointer;display:inline-block;font-size:.85rem;font-weight:600;margin-bottom:10px;margin-top:12px;padding:12px 20px;text-align:center;text-decoration:none;transition:all .25s ease;white-space:nowrap}.order__btn:hover{background:linear-gradient(90deg,#ff7043,#ff5722);box-shadow:0 6px 15px #ff572266;transform:scale(1.05)}@keyframes slideFadeIn{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}.hero__title{animation:zoomFade 1.5s ease forwards;font-size:2.5rem;line-height:55px}.hero__content h5,.hero__content p{animation:fadeUp 1.2s ease forwards}@keyframes zoomFade{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes neonGlow{0%{transform:translate(0) rotate(45deg)}50%{transform:translate(20%,20%) rotate(45deg)}to{transform:translate(0) rotate(45deg)}}.menu__link{color:#fff;display:block;text-align:center;text-decoration:none;width:100%}.delivery-containerss{align-items:center;animation:fadeIn3D 1s ease forwards;background:#f9fafb;border-radius:12px;display:flex;flex-direction:column;gap:10px;margin-top:8px;opacity:0;padding:5px;perspective:1000px;transform:translateY(20px) rotateX(10deg);transform-style:preserve-3d}.delivery-image{cursor:pointer;transform-style:preserve-3d;transition:transform .4s ease}.delivery-image img{border-radius:8px;box-shadow:0 12px 24px #0003;display:block;height:auto;margin:0 auto;max-width:100%;transform-style:preserve-3d;transition:transform .5s ease,box-shadow .5s ease}.delivery-image:hover{transform:rotateY(10deg) rotateX(5deg) scale(1.05)}.delivery-image img:hover{box-shadow:0 20px 40px #0000004d}.delivery-content{align-items:center;color:#1d3557;display:flex;flex-direction:column;justify-content:center;text-align:center}.delivery-content h2{font-size:1.5rem;font-weight:700;margin-bottom:12px}.delivery-content p{color:#555;font-size:1rem;line-height:1.5}@media (max-width:768px){.delivery-containerss{flex-direction:column;text-align:center;width:100%}.delivery-content{padding:0;text-align:center}.hero__title{font-size:1.5rem;line-height:40px}.hero__content h5{font-size:.9rem}.hero__content p{font-size:.8rem;line-height:25px}}@media (min-width:768px){.delivery-containerss{flex-direction:row;justify-content:center;text-align:left}.delivery-content{padding-left:30px;text-align:left}.delivery-image img{max-height:5000px;max-width:700px;resize:none}}@keyframes fadeIn3D{0%{opacity:0;transform:translateY(50px) rotateX(15deg)}to{opacity:1;transform:translateY(0) rotateX(0deg)}}.app-container{font-family:Inter,sans-serif;margin-bottom:10px;margin-top:15px}.banner-container{background-color:#fff;display:flex;flex-direction:column;max-width:66rem;overflow:hidden;padding:2.5rem;position:relative;text-align:center;width:100%}.banner-background-gradient{background-image:linear-gradient(to bottom right,#fde047,#ef4444);inset:0;opacity:.3;position:absolute;z-index:-1}.banner-background-pulse{animation:pulse-slow 6s cubic-bezier(.4,0,.6,1) infinite;background-color:#fff;inset:0;opacity:.4;position:absolute;z-index:-1}@keyframes pulse-slow{0%,to{opacity:.4}50%{opacity:.6}}.header{-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(90deg,#dc2626,#ca8a04);color:#0000;font-size:3rem;line-height:1.25;margin-bottom:.25rem}.subheader{color:#4b5563;font-size:1.25rem;margin-bottom:1rem}.main-content{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:1rem;justify-content:center;margin-bottom:1rem}.main-image-container{border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;height:24rem;overflow:hidden;position:relative;width:100%}.main-image{border-radius:.75rem;height:20rem;object-fit:cover;width:100%}@media (max-width:640px){.main-image,.main-image-container{height:12rem}}@media (min-width:1280px){.main-image-container{height:28rem}.main-image{height:26rem}}.items-container{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#ffffffb3;border-radius:.75rem;display:flex;justify-content:center;padding:.5rem;position:relative;width:100%}.items-scroll-area{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;cursor:grab;display:flex;flex-wrap:nowrap;gap:.5rem;overflow-x:auto;scrollbar-width:none}.items-scroll-area::-webkit-scrollbar{display:none}.items-scroll-area.dragging{cursor:grabbing}.item-card{align-items:center;background-color:#fff;border:2px solid #0000;border-radius:.5rem;cursor:pointer;display:flex;flex-direction:column;flex-shrink:0;padding:.25rem;text-align:center;transform:scale(1);transition:all .2s;width:4.5rem}.item-card.selected{background-color:#bfdbfe;border-color:#3b82f6}.item-image{border-radius:.25rem;box-shadow:0 1px 2px 0 #0000000d;flex-shrink:0;height:3.5rem;margin-bottom:.25rem;object-fit:cover;width:100%}.item-name{color:#1f2937;font-size:.625rem;font-weight:600}.scroll-button{background-color:#fff;border:none;border-radius:9999px;box-shadow:0 4px 6px -1px #0000001a;color:#dc2626;cursor:pointer;padding:.25rem;position:absolute;top:50%;transform:translateY(-50%);transition:background-color .2s;z-index:10}.scroll-button.left{left:-.5rem}.scroll-button.right{right:-.5rem}.scroll-button svg{height:1rem;width:1rem}.price-quantity-section{gap:1rem;margin-bottom:2rem}.price-display,.price-quantity-section{align-items:center;display:flex;flex-direction:column;justify-content:center}.price-display{background-color:#edf0e1e3;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a;color:#f50505;padding:.75rem 1rem;width:100%}.price-display span:first-child{font-size:1rem;font-weight:700;text-transform:uppercase}.price-display span:last-child{font-size:2.25rem;font-weight:800}.quantity-selector{align-items:center;border-radius:5px;box-shadow:inset 0 2px 4px 0 #0000000f;color:#b91c1c;display:flex;gap:.5rem;justify-content:space-around;padding:.5rem 1rem;width:100%}.quantity-button{background-color:initial;border:none;border-radius:9999px;cursor:pointer;font-size:1.25rem;font-weight:700;transition:background-color .2s}.quantity-count{flex:1 1;font-size:1rem;font-weight:700}.order-button-container{flex-shrink:0;width:100%}.send-order-button{background-color:#ff5722;border:none;border-radius:5px;box-shadow:0 10px 15px -3px #0000001a;color:#fff;cursor:not-allowed;font-size:1.125rem;font-weight:700;padding:1rem 2rem;transform:scale(1);transition:all .3s ease-in-out;width:100%}.send-order-button.unlocked{background-color:#fcd34d;cursor:pointer}.order-sent-message{background-color:#22c55e;border-radius:9999px;color:#fff;font-size:1.125rem;font-weight:700;padding:1rem 2rem}@media (max-width:767px){.banner-container{max-width:24rem;padding:1rem}.header{font-size:1.5rem}.subheader{font-size:.875rem}.main-image{height:10rem}.price-quantity-section{margin-bottom:.75rem}.price-display span:last-child{font-size:1rem}}.cart-wrapper{display:flex;flex-direction:column;min-height:100vh}footer{background-color:#f8f8f8;margin-top:auto;padding:15px 20px}.cart-container{animation:fadeIn .5s ease-out;background:linear-gradient(145deg,#fff,#f5f5f5);border-radius:12px;box-shadow:0 4px 6px #0000001a,0 8px 20px #0000001a;margin:auto auto 20px;max-width:600px;padding:25px;transition:transform .3s ease,box-shadow .3s ease}.cart-container:hover{box-shadow:0 10px 15px #0003,0 20px 40px #00000026;transform:translateY(-5px)}.cart-title{color:#2c3e50;font-size:clamp(20px,4vw,28px);font-weight:700;letter-spacing:.5px;margin-bottom:20px;position:relative;text-align:center}.cart-title:after{background:linear-gradient(90deg,#ff6a00,#fc0);border-radius:2px;content:"";display:block;height:3px;margin:8px auto 0;width:60px}.cart-title{text-shadow:0 1px 2px #0000001a}.cart-list{display:flex;flex-direction:column;gap:12px}.cart-row{animation:slideIn .4s forwards;background:#fff;border-radius:5px;box-shadow:0 2px 6px #0000001a;font-size:14px;justify-content:space-between;opacity:0;padding:10px 10px 10px 30px;position:relative;transform:translateX(-20px)}.cart-row,.remove-badge-left{align-items:center;display:flex}.remove-badge-left{background:red;border-radius:50%;color:#fff;cursor:pointer;font-size:16px;font-weight:700;height:30px;justify-content:center;left:-10px;position:absolute;top:50%;transform:translateY(-50%);transition:transform .2s,box-shadow .2s;width:30px}.remove-badge-left:hover{box-shadow:0 2px 8px #0003;transform:translateY(-50%) scale(1.2)}.cart-info{gap:4px;min-width:60%}.cart-actions,.cart-info{display:flex;flex-direction:column}.cart-actions{align-items:flex-end;gap:5px}.qty-control{align-items:center;display:flex;gap:8px}.qty-control button{cursor:pointer;font-size:18px;font-weight:700;padding:6px 10px;transition:transform .1s}.qty-control button:active{transform:scale(.9)}.checkout-summary{background:#f5f5f5;border-radius:6px;font-size:14px;margin-top:15px;padding:12px}.checkout-btn{border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:15px;margin-top:6px;padding:12px;transition:transform .2s,box-shadow .2s;width:100%}.checkout-btn:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.checkout-btn.gift{background-color:gray}.checkout-btn:not(.gift){background-color:green}.checkout-btn.add-more{background:none;border:none;color:#ff3c3c;cursor:pointer;font-size:15px;font-weight:500;padding:10px 0;text-align:center;text-decoration:underline;transition:color .2s,transform .2s;width:100%}.checkout-btn.add-more:hover{color:#ff6464;transform:translateY(-1px)}.cart-notices{display:flex;flex-direction:column;gap:6px;margin:10px 0}.notice-box{border-radius:5px;font-size:13px;line-height:1.4;padding:8px}.notice-box.warning{background-color:#fff3cd;border:1px solid #ffeeba;color:#856404}.notice-box.info{background-color:#d1ecf1;border:1px solid #bee5eb;color:#0c5460}.checkout-btn.gift{background-color:#ccc;border:1px solid #999;border-radius:6px;color:#666;cursor:not-allowed;font-size:16px;font-weight:700;opacity:.7;padding:12px 28px;pointer-events:none;position:relative;text-transform:uppercase}.checkout-btn.gift:after{color:#333;content:"Coming Soon";font-size:12px;font-weight:700;position:absolute;right:0;top:-18px}.checkout-btn.gift:hover{background-color:#ccc;opacity:.75}@media (min-width:768px){.cart-container{max-width:800px}}@keyframes slideIn{to{opacity:1;transform:translateX(0)}}.sci-fi-modal-container{animation:fadeIn .5s ease-out;background:#fff;border-radius:12px;box-shadow:0 8px 30px #0003;color:#333;display:flex;flex-direction:column;margin:0 auto;max-height:80vh;max-width:90%;overflow:hidden;padding:20px;position:relative}.sci-fi-modal-title{border-bottom:2px solid #00bfff;color:#00bfff;font-family:Roboto,sans-serif;font-size:1.8rem;font-weight:700;margin-bottom:20px;padding-bottom:10px}.sci-fi-modal-content{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;box-shadow:inset 0 0 10px #00bfff1a;color:#555;flex:1 1;font-family:Roboto,sans-serif;font-size:1rem;line-height:1.6;overflow-y:auto;padding:15px}.sci-fi-modal-actions{display:flex;gap:15px;justify-content:center;margin-top:20px}.sci-fi-modal-button{background-color:#00bfff;border:none;border-radius:8px;box-shadow:0 0 15px #00bfffb3;color:#fff;font-size:1rem;font-weight:600;overflow:hidden;padding:12px 20px;position:relative;transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease}.sci-fi-modal-button:before{background:radial-gradient(circle,#ffffff4d 0,#fff0 80%);content:"";height:300%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0);transition:transform .4s ease;width:300%}.sci-fi-modal-button:hover:before{transform:translate(-50%,-50%) scale(1)}.sci-fi-modal-button:hover{background-color:#1e90ff;box-shadow:0 0 20px #00bfffe6;transform:scale(1.05)}@keyframes slideInSciFi{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideOutSciFi{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}.dialog-enter{animation:slideInSciFi .5s ease-out forwards}.dialog-exit{animation:slideOutSciFi .5s ease-in forwards}@media (max-width:600px){.sci-fi-modal-container{max-height:90vh;max-width:95%;padding:15px}.sci-fi-modal-title{font-size:1.4rem}.sci-fi-modal-content{font-size:.9rem}.sci-fi-modal-actions{flex-direction:column;gap:10px}.sci-fi-modal-button{font-size:.9rem;padding:10px 18px}}.card{align-items:center;border-radius:14px;display:flex;flex-direction:column;height:auto;justify-content:flex-start;margin:10px auto;max-width:90%;padding:15px 10px 7px;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:320px}.card>*{margin:0!important;max-width:320px;width:100%}.card+.card{margin-left:10px}.card:first-child{display:flex}@media (max-width:480px){.card{max-width:100%;width:310px}}.card:hover{box-shadow:0 10px 28px #00000026;transform:translateY(-6px)}.help-btn{align-items:center;background:linear-gradient(145deg,#fff,#e45e05);border:2px solid #dd6e07;border-radius:40% 60% 30% 70%/60% 30% 70% 40%;box-shadow:0 6px 10px #e2230280,0 2px 8px #7004041f;cursor:pointer;display:flex;font-size:50px;height:50px;justify-content:center;outline-offset:4px;position:absolute;right:14px;top:14px;transition:transform .2s ease,box-shadow .3s ease,background .3s ease,border-radius .4s ease;-webkit-user-select:none;user-select:none;width:50px;z-index:15}.help-btn:hover{background:linear-gradient(145deg,#f0f0f0,#e6e68c);border-radius:60% 40% 70% 30%/30% 60% 40% 70%;box-shadow:0 8px 15px #f0ec0db3,0 4px 14px #0003;transform:scale(1.1)}.help-btn:active{background:linear-gradient(145deg,#e6e68c,#d7d758);box-shadow:inset 0 2px 8px #00000026,0 2px 5px #0000001f;transform:scale(.95)}.help-btn:focus-visible{outline:3px solid #f0ec0d;outline-offset:2px}.image-wrapper{aspect-ratio:4/3;border-radius:14px;box-shadow:0 2px 10px #0000000d;max-width:100%;overflow:hidden;position:relative;width:98%}.card-image{border-radius:14px;display:block;height:100%;object-fit:cover;width:100%}.add-to-bag-bottom-right{align-items:center;background:linear-gradient(135deg,#ff3b3b,#1976d2);border:none;border-radius:40px;bottom:35px;box-shadow:0 4px 12px #cca70080;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:8px;justify-content:center;padding:10px 18px;position:absolute;right:82px;transition:all .3s ease;width:180px;z-index:20}.add-to-bag-bottom-right svg{color:#fff;font-size:1.1rem}.add-to-bag-bottom-right:hover{background:linear-gradient(135deg,#ff5050,#e60000);box-shadow:0 6px 16px #c009;transform:translateY(-2px) scale(1.03)}@media (max-width:900px){.add-to-bag-bottom-right{font-size:.85rem;padding:8px 14px}}@media (max-width:600px){.add-to-bag-bottom-right{font-size:.8rem;padding:7px 12px}}@media (max-width:500px){.add-to-bag-bottom-right{font-size:.78rem;gap:6px;padding:6px 10px}}.card-details{display:flex;flex-direction:column;flex-grow:1;gap:2px;justify-content:flex-start;padding:0 3px;text-align:center;width:100%}.product-name{color:#222;font-size:1.25rem;font-weight:700;line-height:1.2;white-space:nowrap}.product-desc,.product-name{overflow:hidden;text-overflow:ellipsis}.product-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#555;display:-webkit-box;font-size:.9rem;line-height:1.3;margin:0 auto;max-width:100%;min-height:20px;-webkit-user-select:none;user-select:none}.product-price{background:#ff4d4d;border-radius:8px;box-shadow:0 2px 6px #0003;color:#fff;font-size:.8rem;font-weight:700;left:12px;padding:6px 10px;position:absolute;text-transform:uppercase;top:12px;z-index:10}.quantity-row{gap:16px}.icon-btn,.quantity-row{align-items:center;display:flex;justify-content:center}.icon-btn{background:#eee;border:none;border-radius:10px;cursor:pointer;transition:background-color .2s ease,transform .2s ease;width:38px}.icon-btn:hover{background:#ddd;transform:scale(1.1)}.icon-btn.red{color:#ff4d4d}.icon-btn.yellow{color:#fc0}.quantity{font-size:1.1rem;font-weight:600;min-width:28px;-webkit-user-select:none;user-select:none}.action-buttons{display:flex;gap:18px;justify-content:center}.whatsapp-btn{background:#0000;border:2px solid #25d366;border-radius:8px;color:#25d366;cursor:pointer;font-weight:600;padding:6px 16px;text-transform:none;transition:background-color .3s ease,box-shadow .3s ease}.whatsapp-btn:hover{background-color:#25d366;box-shadow:0 2px 8px #25d36699;color:#fff}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeInUp .4s ease forwards}@media (max-width:480px){.quantity-row{gap:30px}.action-buttons{flex-direction:column;gap:10px}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body{overflow-x:hidden;position:relative}@keyframes dropBurger{0%{opacity:1;transform:translateY(-50px) rotate(0deg)}to{opacity:0;transform:translateY(100vh) rotate(1turn)}}.app-container{align-items:center;box-sizing:border-box;display:flex;justify-content:center;max-width:100%;padding:1rem;width:100%}.main-card{animation:fadeIn .5s ease-out;background-color:#fff;border-radius:1rem;max-width:80rem;padding:1rem;width:100%}.header-section{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:2rem;text-align:center}.header-icon{color:#f59e0b;height:3rem;width:3rem}.header-title{color:#1e293b;font-size:1.875rem;font-weight:700}.header-subtitle{color:#475569;margin-bottom:.5rem}.call-count{color:#64748b;font-size:.875rem}.warning-message{background-color:#fffbeb;border-left:4px solid #f59e0b;border-radius:.5rem;color:#b45309;margin-bottom:1.5rem;padding:1rem}.warning-message p{margin:0}.mode-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:1.5rem}.mode-button{border:none;border-radius:9999px;cursor:pointer;font-size:1rem;padding:.5rem 1rem;transition:all .2s ease-in-out}.mode-button.active{background-color:#f59e0b;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;color:#fff}.mode-button.inactive{background-color:#e2e8f0;color:#1e293b}.mode-button.inactive:hover{background-color:#cbd5e1}.ingredients-input{margin-bottom:1.5rem}.ingredients-textarea{border:2px solid #cbd5e1;border-radius:.75rem;outline:none;padding:1rem;resize:none;transition:all .2s ease-in-out;width:100%}.ingredients-textarea:focus{border-color:#f59e0b}.controls-container{gap:1rem}.generate-button,.language-buttons{display:flex;gap:.5rem}.generate-button{align-items:center;background-color:#f59e0b;border:none;border-radius:9999px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;color:#fff;cursor:pointer;font-weight:700;justify-content:center;outline:none;padding:.75rem 2rem;transform-origin:center;transition:all .3s ease-in-out;width:100%}.generate-button:hover:not(:disabled){transform:scale(1.05)}.generate-button:focus:not(:disabled){box-shadow:0 0 0 4px #faca1880}.generate-button:disabled{cursor:not-allowed;opacity:.5}.loading-indicator{align-items:center;display:flex;justify-content:center;margin-top:2rem;text-align:center}.spinner{animation:spin 1s linear infinite;color:#f59e0b;height:2rem;margin-right:.75rem;width:2rem}.loading-text{color:#475569}.suggestions-container{grid-gap:1.5rem;display:grid;gap:1.5rem;margin-top:2rem}.suggestion-card{align-items:flex-start;background-color:#fff;border-radius:1.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;cursor:pointer;display:flex;gap:1.5rem;overflow:hidden;padding:.5rem;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.suggestion-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-5px)}.emoji-container{align-items:center;background-color:#fffbeb;border-radius:1rem;display:flex;flex-shrink:0;font-size:3rem;height:50px;justify-content:center;line-height:1;width:20px}.suggestion-content{flex-grow:1}.suggestion-header{align-items:center;display:flex;justify-content:space-between}.suggestion-title{color:#1e293b;font-size:1.5rem;font-weight:700}.suggestion-description{color:#475569;font-size:.875rem;margin-top:.25rem}.toggle-icon{color:#f59e0b;flex-shrink:0;height:2rem;transition:transform .3s ease-in-out;width:2rem}.expanded-details{animation:fadeIn .5s ease-out;border-top:1px solid #cbd5e1;margin-top:1.5rem;padding-top:1.5rem}.step-list{list-style:none;margin:0;padding:0}.step-item{align-items:flex-start;background-color:#f1f5f9;border:2px solid #0000;border-radius:.75rem;display:flex;gap:1rem;margin-bottom:.75rem;padding:1rem;transition:all .2s ease-in-out}.step-text{color:#1e293b;flex-grow:1;line-height:1.5}.details-loading{margin-top:1rem}.details-loading,.step-number{align-items:center;display:flex;justify-content:center}.step-number{background-color:#f59e0b;border-radius:50%;color:#fff;flex-shrink:0;font-size:.875rem;font-weight:700;height:1.5rem;width:1.5rem}@media (min-width:350px){.app-container{padding:0}.main-card{width:100%}.controls-container{gap:1rem}.generate-button{width:auto}.controls-container{flex-direction:row;justify-content:space-between}}.language-selector{align-items:center;display:flex;gap:.5rem}.language-selector label{color:#475569;font-size:1rem}.language-dropdown{-webkit-appearance:none;appearance:none;background-color:#f8fafc;background-image:url('data:image/svg+xml;utf8,<svg fill="#475569%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20width=%2224%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22M7%2010l5%205%205-5z%22/%3E%3C/svg%3E');background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5rem;border:2px solid #cbd5e1;border-radius:9999px;color:#1e293b;cursor:pointer;font-size:1rem;outline:none;padding:.5rem .75rem;transition:all .2s ease-in-out}.language-dropdown:focus{border-color:#f59e0b;box-shadow:0 0 0 2px #faca1880}.controls-container{gap:1.5rem}.controls-container,.gift-landing-page{align-items:center;display:flex;flex-direction:column;justify-content:center}.gift-landing-page{background-color:#fff;color:#7f0000;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0;min-height:80vh;text-align:center}.gift-landing-page h1{font-size:1.8rem;margin-bottom:.2em}.gift-landing-page h3{color:#b71c1c;font-size:1.2rem;font-weight:500;margin-bottom:.5em}.gift-landing-page blockquote{color:#5a1a1a;font-style:italic;margin:0 0 20px;max-width:320px}.gift-landing-page .wheel-container{height:320px;margin-bottom:20px;position:relative;width:320px}.gift-landing-page .wheel-svg{background:#fff;border-radius:50%;box-shadow:0 4px 8px #b71c1c4d;cursor:grab;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.gift-landing-page .wheel-svg.spinning{box-shadow:0 0 15px 5px #ffca28;cursor:progress}.gift-landing-page .pointer{border-bottom:20px solid #b71c1c;border-left:15px solid #0000;border-right:15px solid #0000;filter:drop-shadow(0 1px 1px rgba(0,0,0,.2));height:0;left:50%;position:absolute;top:-15px;transform:translateX(-50%);width:0;z-index:10}.gift-landing-page .claim-btn,.gift-landing-page .spin-btn{background-color:#b71c1c;border:none;border-radius:30px;box-shadow:0 5px 10px #b71c1cb3;color:#ffd54f;cursor:pointer;font-size:1.1rem;font-weight:700;margin:12px 0;min-width:180px;padding:14px 28px;transition:background-color .3s ease,box-shadow .3s ease;-webkit-user-select:none;user-select:none}.gift-landing-page .claim-btn:hover:not(:disabled),.gift-landing-page .spin-btn:hover:not(:disabled){background-color:#d32f2f;box-shadow:0 8px 15px #d32f2fe6}.gift-landing-page .claim-btn:disabled,.gift-landing-page .spin-btn:disabled{background-color:#8b0000;box-shadow:none;cursor:not-allowed}.gift-landing-page .gift-details{color:#4a0000;font-size:1.2rem;font-weight:600;margin-top:10px}.gift-landing-page .selected-segment path{stroke-width:4!important;filter:drop-shadow(0 0 6px #ffb300)}.gift-landing-page .celebration{animation:pop .8s ease forwards;color:#d32f2f;font-size:1.5rem;font-weight:700;margin-top:20px;-webkit-user-select:none;user-select:none}.gift-landing-page .full-celebration{animation:pop 1s ease forwards;color:#d32f2f;font-weight:700;margin-top:30px;overflow:visible;position:relative;text-align:center}.gift-landing-page .full-celebration h2{font-size:2.5rem;margin-bottom:.5rem}.gift-landing-page .full-celebration p{font-size:1.2rem;font-weight:500}.gift-landing-page .confetti-container{height:100px;left:50%;overflow:visible;pointer-events:none;position:absolute;top:-40px;transform:translateX(-50%);width:300px;z-index:20}.gift-landing-page .confetti{animation:confetti-fall 2.5s ease-in-out infinite;border-radius:2px;height:12px;opacity:.8;position:absolute;width:8px;will-change:transform,opacity}.gift-landing-page .confetti:nth-child(odd){background-color:#ffca28}.gift-landing-page .confetti:nth-child(2n){background-color:#f44336}.gift-landing-page .confetti:first-child{animation-delay:0s;left:5%}.gift-landing-page .confetti:nth-child(2){animation-delay:.2s;left:15%}.gift-landing-page .confetti:nth-child(3){animation-delay:.4s;left:25%}.gift-landing-page .confetti:nth-child(4){animation-delay:.6s;left:35%}.gift-landing-page .confetti:nth-child(5){animation-delay:.8s;left:45%}.gift-landing-page .confetti:nth-child(6){animation-delay:1s;left:55%}.gift-landing-page .confetti:nth-child(7){animation-delay:1.2s;left:65%}.gift-landing-page .confetti:nth-child(8){animation-delay:1.4s;left:75%}.gift-landing-page .confetti:nth-child(9){animation-delay:1.6s;left:85%}.gift-landing-page .confetti:nth-child(10){animation-delay:1.8s;left:95%}@keyframes confetti-fall{0%{opacity:.8;transform:translateY(0) rotate(0deg)}50%{opacity:1}to{opacity:0;transform:translateY(80px) rotate(1turn)}}@keyframes pop{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}@media (max-width:480px){.gift-landing-page .wheel-container{height:260px;width:260px}.gift-landing-page .wheel-svg{height:260px!important;width:260px!important}.gift-landing-page h1{font-size:1.5rem}.gift-landing-page h3{font-size:1rem}.gift-landing-page .claim-btn,.gift-landing-page .spin-btn{font-size:1rem;min-width:140px;padding:12px 20px}.gift-landing-page blockquote{font-size:.9rem;max-width:260px}.gift-landing-page .continue-btn{background-color:#4a148c;border:none;border-radius:30px;box-shadow:0 5px 10px #4a148cb3;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;margin-top:20px;min-width:200px;padding:12px 28px;transition:background-color .3s ease,box-shadow .3s ease;-webkit-user-select:none;user-select:none}.gift-landing-page .continue-btn:hover{background-color:#6a1b9a;box-shadow:0 8px 15px #6a1b9ae6}@media (max-width:480px){.gift-landing-page .continue-btn{font-size:1rem;min-width:160px;padding:10px 20px}}}.admission-page{background:linear-gradient(180deg,#fefefe,#fff0e0);color:#333;font-family:Roboto,sans-serif;margin:-8px;transition:all .3s ease}.container{animation:fadeIn .8s ease;background-color:#ffffffdd;border-radius:20px;box-shadow:0 10px 30px #0000001f;font-size:clamp(15px,1.2vw,20px);line-height:1.8;margin:-8px auto;max-width:1250px;padding:10px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.banner-image img{border-radius:20px;box-shadow:0 8px 25px #0003;max-height:500px;object-fit:cover;transition:transform .4s ease,box-shadow .4s ease;width:100%}.banner-image img:hover{box-shadow:0 12px 30px #00000040;transform:scale(1.03)}.header{color:#d84315;font-size:clamp(20px,3vw,38px);font-weight:800;margin-bottom:12px;text-align:center;text-shadow:1px 1px 3px #0000001a}.subheader{color:#555;font-size:clamp(18px,2vw,26px);font-weight:500;margin-bottom:25px;text-align:center}.apply-btn{background:linear-gradient(135deg,#ffb74d,#ff8a65);border-radius:15px;color:#fff;display:block;font-size:clamp(16px,1.5vw,22px);font-weight:700;margin:0 auto 30px;padding:5px 4px;text-align:center;text-decoration:none;transition:all .4s ease}.apply-btn:hover{box-shadow:0 8px 20px #00000040;transform:translateY(-4px) scale(1.02)}.section{animation:zoomIn .5s ease;background:#fff8f3;border-radius:15px;box-shadow:0 4px 20px #00000014;margin-bottom:70px;margin-top:40px;padding:15px}.section-title{color:#d84315;font-size:clamp(20px,2vw,30px);font-weight:700;margin-bottom:18px;position:relative}.section-title:after{background:linear-gradient(90deg,#ffb74d,#ff8a65);border-radius:2px;content:"";display:block;height:4px;margin-top:6px;width:70px}.section-list{font-size:clamp(15px,1.2vw,20px);list-style-type:none;padding-left:0}.section-list li{margin-bottom:12px;padding-left:20px;position:relative}.section-list li:before{content:"✅";left:0;position:absolute;top:0}.flex-list{display:flex;flex-wrap:wrap;gap:25px}.flex-item{align-items:center;background:#fff3e0;border-radius:18px;box-shadow:0 5px 18px #00000014;display:flex;flex:1 1 45%;font-size:clamp(15px,1.2vw,20px);padding:15px 20px;transition:all .4s ease}.flex-item:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-6px) scale(1.03)}.icon{border-radius:15px;height:60px;margin-right:18px;object-fit:cover;transition:transform .3s ease;width:60px}.icon:hover{transform:scale(1.15)}.map-container{border-radius:20px;box-shadow:0 6px 25px #0000001f;height:450px;overflow:hidden;width:100%}.faq-item{border-bottom:1px solid #ffe0cc;margin-bottom:18px;padding-bottom:10px}.faq-question{color:#d84315;cursor:pointer;font-size:clamp(16px,1.5vw,22px);font-weight:700;padding-right:30px;position:relative;transition:all .3s ease}.faq-question:hover{color:#bf360c}.faq-question:after{content:"▼";font-size:16px;position:absolute;right:0;top:0}.faq-item.open .faq-question:after{content:"▲"}.faq-answer{animation:slideDown .3s ease;color:#555;font-size:clamp(15px,1.2vw,20px);padding-left:15px;padding-top:8px}@keyframes slideDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.inquiry-btn{background:#ff7043;border-top-left-radius:20px;border-top-right-radius:20px;bottom:0;box-shadow:0 -6px 20px #0003;color:#fff;font-size:clamp(16px,1.5vw,22px);font-weight:700;left:50%;max-width:600px;padding:20px 0;position:fixed;text-align:center;transform:translateX(-50%);transition:all .3s ease;width:100%;z-index:1000}.inquiry-btn:hover{background:#e64a19;transform:translateY(-4px)}@media (max-width:1024px){.flex-item{flex:1 1 48%}}@media (max-width:768px){.flex-item{flex:1 1 100%}.banner-image img{max-height:250px}.icon{height:50px;margin-right:12px;width:50px}.section{padding:12px}}
/*# sourceMappingURL=main.02966222.css.map*/