@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Pacifico&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}.header{width:100%;height:100px;display:flex;align-items:center;padding:0 60px;background:linear-gradient(to bottom,#fffbe6,#e8fbe9);position:sticky;top:0;z-index:1000}.header-logo{display:flex;align-items:center;gap:12px;min-width:260px}.logo-img{width:85px;height:85px;object-fit:contain;border-radius:50%;padding:4px}.logo-text h2{font-size:22px;font-weight:700;color:#2e7d32;line-height:1.1}.logo-text span{font-size:12px}.nav-wrapper{flex:1;display:flex;justify-content:center}.header-nav{display:flex;align-items:center;gap:42px;padding:14px 55px;border-radius:50px;background:linear-gradient(90deg,#00c853,#00e676);box-shadow:0 0 18px #00ff78e6,0 0 35px #00ff7899,inset 0 0 8px #ffffff40;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.header-nav a{color:#fff;text-decoration:none;font-size:15px;font-weight:500;letter-spacing:.3px;transition:all .25s ease}.header-nav a:hover{opacity:.9;transform:translateY(-2px)}.header-nav button{background:none;border:none;color:#fff;font-size:15px;font-weight:500;cursor:pointer;font-family:inherit;transition:.3s}.header-nav button:hover{opacity:.8;transform:scale(1.05)}.menu-toggle{display:none;font-size:28px;cursor:pointer;color:#2e7d32}@media(max-width:768px){.menu-toggle{display:block}.nav-wrapper{position:absolute;top:100px;left:0;width:100%;background:#fffbe6;padding:15px 0;display:none;justify-content:center;z-index:999}.nav-wrapper.open{display:flex}.header-nav{flex-direction:column;gap:18px;padding:20px 30px;border-radius:20px;width:90%}}@keyframes ultraFadeIn{0%{opacity:0;transform:translateY(50px) scale(.9);filter:blur(10px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes floatingText{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-8px) rotate(-1deg)}66%{transform:translateY(-4px) rotate(1deg)}}@keyframes bgMove{0%{background-position:0 0}to{background-position:70px 70px}}@keyframes autoPulse{0%{box-shadow:0 0 #c6282866}70%{box-shadow:0 0 0 15px #c6282800}to{box-shadow:0 0 #c6282800}}.home-hero{width:100%;min-height:90vh;background-color:#fffbe6;background-image:radial-gradient(#eadfcd 1px,transparent 1px);background-size:35px 35px;display:flex;justify-content:center;align-items:center;padding:60px 20px;position:relative;overflow:hidden;animation:bgMove 30s linear infinite}.hero-content{text-align:center;max-width:900px;z-index:2;animation:ultraFadeIn 1.2s cubic-bezier(.22,1,.36,1) both}.hero-title{font-family:Pacifico,cursive;font-size:clamp(38px,8vw,68px);font-weight:400;color:#2b2b2b;line-height:1.2;animation:floatingText 6s ease-in-out infinite}.hero-subtitle{margin-top:15px;font-size:clamp(16px,2.5vw,22px);font-weight:700;color:#2e7d32;text-transform:uppercase;letter-spacing:3px;opacity:0;animation:ultraFadeIn .8s ease-out .4s forwards}.hero-desc{margin:25px auto;max-width:700px;font-size:clamp(14px,1.8vw,17px);line-height:1.8;color:#2e7d32;opacity:0;animation:ultraFadeIn .8s ease-out .6s forwards}.hero-btn{margin-top:35px;background:#c62828;color:#fff;border:none;border-radius:50px;padding:16px 48px;font-size:18px;font-weight:700;cursor:pointer;position:relative;overflow:hidden;transition:all .5s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 25px #c6282833;opacity:0;animation:ultraFadeIn .8s ease-out .8s forwards,autoPulse 2s infinite 2s}.hero-btn:after{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:none;animation:shineMove 4s infinite 3s}@keyframes shineMove{0%{left:-100%}20%{left:200%}to{left:200%}}.hero-btn:hover{background:#b71c1c;transform:translateY(-8px) scale(1.1);box-shadow:0 15px 35px #c6282866}.hero-btn:active{transform:translateY(-2px) scale(.95)}@media(max-width:768px){.home-hero{min-height:70vh;padding:100px 20px 60px}.hero-title{font-size:42px;animation-duration:4s}.hero-subtitle{letter-spacing:1.5px;font-size:15px}.hero-btn{width:100%;padding:14px 20px;font-size:16px}}@media(max-width:400px){.hero-title{font-size:34px}}@media(prefers-reduced-motion:reduce){.hero-title,.hero-content,.hero-btn{animation:none!important}}@keyframes autoFloat{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-10px) rotate(-.5deg)}66%{transform:translateY(-5px) rotate(.5deg)}}@keyframes autoGlint{0%{left:-150%}20%{left:150%}to{left:150%}}@keyframes ultraPopIn{0%{opacity:0;transform:scale(.5);filter:blur(15px)}to{opacity:1;transform:scale(1);filter:blur(0)}}.gallery-section{width:100%;background-color:#fffbe6;background-image:radial-gradient(#eadfcd 1px,transparent 1px);background-size:35px 35px;padding:80px 20px;margin-top:-90px;overflow:hidden}.gallery-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px}.gallery-card{background:#fff;border-radius:24px;padding:14px;box-shadow:0 10px 30px #0000000d;position:relative;overflow:hidden;animation:ultraPopIn .8s cubic-bezier(.34,1.56,.64,1) both,autoFloat 6s ease-in-out infinite}.gallery-card:nth-child(odd){animation-duration:.8s,7s;animation-delay:.1s,0s}.gallery-card:nth-child(2n){animation-duration:.8s,5s;animation-delay:.3s,1s}.gallery-card:nth-child(3n){animation-duration:.8s,8s;animation-delay:.5s,.5s}.gallery-card img{width:100%;height:250px;object-fit:cover;border-radius:18px;transition:transform .6s cubic-bezier(.2,1,.3,1)}.gallery-card:after{content:"";position:absolute;top:0;left:-150%;width:60%;height:100%;background:linear-gradient(to right,transparent,rgba(255,255,255,.6),transparent);transform:skew(-25deg);animation:autoGlint 5s infinite ease-in-out}.gallery-card:hover{transform:translateY(-20px) scale(1.03)!important;box-shadow:0 30px 60px #00000026;z-index:10;animation-play-state:paused}.gallery-card:hover img{transform:scale(1.1)}.about-section{width:100%;background-size:38px 38px;padding:90px 40px 160px;position:relative}.about-main{max-width:1250px;margin:auto;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}.about-img-box img{width:100%;height:320px;object-fit:cover}.about-text-box h2{font-size:34px;font-weight:700;color:#111;margin-bottom:22px}.about-text-box p{font-size:16px;line-height:1.8;color:#c62828;max-width:560px}.about-stats-box{position:absolute;right:40%;top:50%;transform:translateY(-50%);width:300px;height:400px;display:flex;flex-direction:column;align-items:flex-start;padding:40px;border-radius:20px;box-shadow:20px 0 50px #0000000d;z-index:5;margin-top:300px}.stat-item{width:100%;text-align:left;padding:20px 0;position:relative}.stat-item:not(:last-child):after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1.5px;background:#111}.stat-number{font-size:28px;font-weight:800;color:#c62828;margin:0}.stat-label{font-size:22px;font-weight:500;color:#111;margin:5px 0 0;line-height:1.2}.stats-pill-wrapper{width:100%;display:flex;justify-content:center;padding:60px 20px;background-color:transparent}.stats-pill-box{background:#fff;display:flex;flex-direction:row;align-items:center;justify-content:space-around;width:100%;max-width:1100px;padding:40px 30px;border-radius:15px 15px 150px;box-shadow:0 10px 40px #0000000f;border:1px solid rgba(0,0,0,.03)}.stats-pill-item{flex:1;text-align:center;position:relative;display:flex;flex-direction:column;gap:5px}.stats-pill-item:not(:last-child):after{content:"";position:absolute;right:0;top:15%;height:70%;width:1.5px;background-color:brown;opacity:.6}.stats-pill-number{font-size:44px;font-weight:800;color:brown;margin:0;font-family:Inter,sans-serif}.stats-pill-label{font-size:18px;font-weight:600;color:#222;margin:0;text-transform:capitalize}@media(max-width:900px){.stats-pill-box{max-width:90%;padding:30px 15px}.stats-pill-number{font-size:32px}.stats-pill-label{font-size:16px}}@media(max-width:600px){.stats-pill-box{flex-direction:column;border-radius:20px;gap:25px}.stats-pill-item:not(:last-child):after{width:60%;height:1.5px;right:20%;bottom:-12px;top:auto}}@media(max-width:1150px){.about-section{padding:80px 30px;height:870px}.about-main{grid-template-columns:1fr;text-align:center;gap:30px}.about-text-box p{margin:0 auto}.about-stats-box{position:relative;transform:none;left:auto;right:auto;top:auto;margin:40px auto 0;width:100%;max-width:900px;height:auto;flex-direction:row;justify-content:space-around;padding:30px 10px}.stat-item{padding:10px;text-align:center}.stat-item:not(:last-child):after{width:1.5px;height:60%;inset:20% 0 auto auto}}@media(max-width:768px){.about-section{padding:60px 20px}.about-text-box h2{font-size:28px}.stat-number{font-size:32px}.stat-label{font-size:18px}}@media(max-width:480px){.about-stats-box{flex-direction:column;width:100%;padding:20px;gap:15px}.stat-item:not(:last-child):after{width:100%;height:1.5px;inset:auto auto 0 0}.about-img-box img{height:190px;width:380px}}@keyframes categoryPopIn{0%{opacity:0;transform:scale(.8) translateY(40px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes categoryFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes iconPulse{0%,to{transform:scale(1);box-shadow:0 3px 8px #00000026}50%{transform:scale(1.1);box-shadow:0 8px 20px #39b54a4d}}.category-section{width:100%;background:#fffbe6;background-image:radial-gradient(#eadfcd 1px,transparent 1px);background-size:40px 40px;padding:100px 20px;margin-top:-140px;overflow:hidden}.category-title{text-align:center;font-size:clamp(24px,5vw,32px);font-weight:700;color:#222;margin-bottom:60px;animation:categoryPopIn 1s ease-out both}.category-row{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:30px}.category-card{height:280px;background:#f7f9e8;border:2px solid #39b54a;border-radius:45px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;text-align:center;transition:all .5s cubic-bezier(.175,.885,.32,1.275);cursor:pointer;animation:categoryPopIn .8s cubic-bezier(.34,1.56,.64,1) both,categoryFloat 5s ease-in-out infinite}.category-card:nth-child(1){animation-delay:.1s,0s}.category-card:nth-child(2){animation-delay:.2s,.5s;animation-duration:.8s,6s}.category-card:nth-child(3){animation-delay:.3s,.2s;animation-duration:.8s,4.5s}.category-card:nth-child(4){animation-delay:.4s,1s;animation-duration:.8s,5.5s}.category-icon{width:85px;height:85px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:25px;position:relative;animation:iconPulse 4s ease-in-out infinite}.category-icon img{width:55px;height:55px;object-fit:contain}.category-card p{font-size:18px;font-weight:700;color:#222}.category-card:hover{background:#fff;border-color:#2e7d32;transform:translateY(-20px) scale(1.05)!important;box-shadow:0 20px 40px #0000001a;animation-play-state:paused}@media(max-width:768px){.category-section{padding:60px 15px;margin-top:100px}.category-row{grid-template-columns:repeat(2,1fr);gap:20px}.category-card{height:240px;border-radius:35px;animation-name:categoryPopIn}.category-icon{width:70px;height:70px}.category-icon img{width:45px;height:45px}}@media(max-width:480px){.category-row{grid-template-columns:1fr;max-width:300px}.category-card:hover{transform:translateY(-10px) scale(1.02)!important}}.testimonial-section{width:100%;background:#fffbe6;background-image:radial-gradient(#eadfcd 1px,transparent 1px);background-size:40px 40px;padding:90px 30px 100px;text-align:center;overflow:hidden}.test-sub{font-size:13px;font-weight:600;letter-spacing:2px;color:#555;margin-bottom:10px}.test-title{font-size:36px;font-weight:700;color:#222;margin-bottom:60px}.testimonial-wrapper{max-width:1200px;margin:0 auto;overflow-x:auto;padding:40px 0;scrollbar-width:none}.testimonial-wrapper::-webkit-scrollbar{display:none}.testimonial-slider{display:flex;gap:35px;width:max-content;will-change:transform;padding:0 20px}.testimonial-card{background:#d8ccb0;border-radius:28px;padding:60px 30px 35px;position:relative;box-shadow:0 8px 22px #0000001f;transition:.3s ease;width:350px;flex-shrink:0}.testimonial-card:hover{transform:translateY(-6px)}.test-user{width:70px;height:70px;border-radius:50%;overflow:hidden;border:4px solid #fff;position:absolute;top:-35px;left:50%;transform:translate(-50%);background:#fff}.test-user img{width:100%;height:100%;object-fit:cover}.test-text{font-size:14px;line-height:1.7;color:#fff;margin-bottom:25px}.testimonial-card h4{font-size:17px;font-weight:700;color:#000;margin-bottom:4px}.testimonial-card span{font-size:13px;color:#f5f5f5}.test-controls{margin-top:40px;display:flex;justify-content:center;gap:20px}.test-controls button{width:45px;height:45px;border-radius:50%;border:none;background:#d8ccb0;color:#333;font-size:22px;cursor:pointer;box-shadow:0 4px 12px #00000026;transition:.3s}.why-section{width:100%;background:#fffbe6;background-image:radial-gradient(#eadfcd 1px,transparent 1px);background-size:40px 40px;padding:90px 20px 100px;text-align:center}.why-title{font-size:38px;font-weight:700;color:#c62828;margin-bottom:12px}.why-subtitle{font-size:16px;color:#2e7d32;max-width:700px;margin:0 auto 50px;line-height:1.6}.why-box{max-width:1200px;margin:auto;background:#fff;border-radius:20px;padding:35px 25px;display:flex;justify-content:space-between;align-items:center;gap:20px;box-shadow:0 0 25px #00ff7859,0 8px 25px #0000001f}.why-item{flex:1;text-align:center}.why-icon{width:70px;height:70px;background:#d9cfb3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;box-shadow:inset 0 0 0 3px #fff}.why-icon img{width:34px;height:34px;object-fit:contain}.why-item p{font-size:15px;font-weight:600;color:#222}.faq-section{width:100%;background:#fffbe6;background-image:radial-gradient(#eadfcd 1px,transparent 1px);background-size:40px 40px;padding:90px 20px 100px;text-align:center}.faq-title{font-size:34px;font-weight:700;color:#222;margin-bottom:50px}.faq-wrapper{max-width:900px;margin:auto}.faq-item{background:#fff;border-radius:12px;margin-bottom:20px;box-shadow:0 4px 15px #00000014;overflow:hidden;transition:.3s ease}.faq-question{padding:18px 25px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:600;color:#222;font-size:15px;text-align:left}.faq-answer{max-height:0;overflow:hidden;padding:0 25px;font-size:14px;color:#2e7d32;line-height:1.6;transition:all .35s ease;text-align:left}.faq-item.active .faq-answer{max-height:250px;padding:15px 25px 20px}.cta-section{width:100%;background:#fffbe6;background-image:radial-gradient(#eadfcd 1px,transparent 1px);background-size:40px 40px;padding:80px 20px}.cta-box{max-width:1250px;margin:auto;background:#c62828;border-radius:45px;padding:60px 70px;display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden;box-shadow:0 12px 30px #0003}.cta-left{width:55%;text-align:left}.cta-left h2{color:#fff;font-size:80px;font-weight:800;line-height:1.2;margin-bottom:30px}.cta-btn{background:#fff;color:#c62828;border:none;padding:14px 36px;border-radius:30px;font-size:25px;font-weight:600;cursor:pointer;transition:.3s}.cta-right{width:45%;display:flex;justify-content:flex-end;align-items:center}.cta-right img{width:320px;height:320px;object-fit:contain}@media(max-width:1024px){.cta-left h2{font-size:60px}.why-box{flex-wrap:wrap;justify-content:center}.why-item{flex:0 0 45%}}@media(max-width:768px){.test-title,.why-title,.faq-title{font-size:28px}.cta-box{flex-direction:column;padding:40px 30px;text-align:center}.cta-left,.cta-right{width:100%}.cta-left{text-align:center;margin-bottom:30px}.cta-left h2{font-size:40px}.cta-right{justify-content:center}.cta-right img{width:220px;height:220px}.testimonial-card{width:280px;padding:50px 20px 30px}}@media(max-width:480px){.why-item{flex:0 0 100%;margin-bottom:20px}.cta-left h2{font-size:32px}.cta-btn{font-size:20px;padding:12px 28px}.testimonial-slider{gap:15px}}.floating-contact{position:fixed;right:25px;bottom:25px;display:flex;flex-direction:column;gap:15px;z-index:1000}.contact-icon{width:55px;height:55px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff;box-shadow:0 4px 15px #0003;transition:all .3s cubic-bezier(.175,.885,.32,1.275);animation:floatingBounce 2.5s infinite ease-in-out}.phone{background-color:#c62828;animation-delay:.3s}.contact-icon:hover{transform:scale(1.15) translateY(-5px);box-shadow:0 8px 25px #0000004d;color:#fff}@keyframes floatingBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(max-width:480px){.floating-contact{right:15px;bottom:15px;gap:12px}.contact-icon{width:50px;height:50px;font-size:24px}}@media(max-width:768px){.contact-buttons{flex-direction:column;gap:15px}.contact-btn{width:100%;max-width:320px;justify-content:flex-start}.contact-title{font-size:28px}.contact-buttons{flex-direction:column;gap:15px;padding:0 10px}.contact-btn{width:100%;max-width:320px;justify-content:center;padding:10px 20px;font-size:17px}.icon-circle{margin-right:12px;width:38px;height:38px;font-size:18px}.contact-title{font-size:26px}.contact-subtitle{font-size:16px;margin-bottom:30px}}.why-section-modern{width:100%;padding:100px 20px;background:radial-gradient(circle at top left,#fffdf0,#f7fff6);overflow:hidden}.why-container{max-width:1200px;margin:auto;text-align:center}.why-title-modern{font-size:clamp(30px,5vw,42px);font-weight:800;color:#1b5e20;margin-bottom:15px;letter-spacing:-.5px}.why-subtitle-modern{font-size:18px;color:#666;max-width:700px;margin:0 auto 60px;line-height:1.6}.why-grid-modern{display:flex;justify-content:center;flex-wrap:wrap;grid-template-columns:repeat(5,1fr);gap:20px}.why-card-modern{background:#fff;border:1px solid rgba(0,200,83,.1);padding:40px 25px;border-radius:30px;flex:1 1 220px;max-width:280px;box-shadow:0 10px 40px #0000000a;transition:all .4s cubic-bezier(.175,.885,.32,1.275);animation:fadeInUp .8s ease forwards;opacity:0}.why-card-modern:hover{transform:translateY(-12px);background:#fff;box-shadow:0 20px 50px #1b5e201f;border-color:#00c853}.why-icon-modern{width:85px;height:85px;margin:0 auto 25px;display:flex;align-items:center;justify-content:center;background:#f0fff4;border-radius:24px;transform:rotate(-5deg);transition:transform .3s ease}.why-card-modern:hover .why-icon-modern{transform:rotate(0) scale(1.1);background:linear-gradient(135deg,#00c853,#b2ff59)}.why-icon-modern img{width:45px;height:45px;filter:drop-shadow(0 5px 5px rgba(0,0,0,.1))}.why-card-modern h3{font-size:19px;font-weight:700;margin-bottom:12px;color:#1b5e20}.why-card-modern p{font-size:15px;color:#555;line-height:1.6}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.why-card-modern:nth-child(1){animation-delay:.1s}.why-card-modern:nth-child(2){animation-delay:.2s}.why-card-modern:nth-child(3){animation-delay:.3s}.why-card-modern:nth-child(4){animation-delay:.4s}.why-card-modern:nth-child(5){animation-delay:.5s}@media(max-width:768px){.why-section-modern{padding:60px 15px}.why-grid-modern{display:grid;grid-template-columns:1fr 1fr;gap:15px}.why-card-modern{max-width:100%;padding:25px 15px}}@media(max-width:480px){.why-grid-modern{grid-template-columns:1fr}.why-icon-modern{width:70px;height:70px}}@keyframes cardPop{0%{opacity:0;transform:scale(.8) translateY(30px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes autoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.products-page{width:100%;background:#fffbe6;background-image:radial-gradient(#eadfcd 1px,transparent 1px);background-size:40px 40px;padding:80px 20px 100px;text-align:center;overflow:hidden}.products-title{font-size:clamp(30px,5vw,42px);font-weight:800;color:#222;margin-bottom:8px;animation:cardPop .8s ease-out both}.products-subtitle{font-size:18px;color:#2e7d32;margin-bottom:60px;animation:cardPop .8s ease-out .2s both}.products-grid{max-width:1300px;margin:auto;display:grid;grid-template-columns:repeat(5,1fr);gap:25px}.product-card{background:#fff;border-radius:20px;padding:25px 15px;box-shadow:0 8px 20px #0000000f;cursor:pointer;transition:all .4s ease;animation:cardPop .6s ease-out both,autoFloat 4s ease-in-out infinite}.product-card:nth-child(odd){animation-duration:.6s,5s;animation-delay:.1s,.5s}.product-card:nth-child(2n){animation-duration:.6s,4s;animation-delay:.2s,0s}.product-card:nth-child(3n){animation-duration:.6s,6s;animation-delay:.3s,1s}.product-card:hover{animation-play-state:running,paused;transform:scale(1.05) translateY(-5px)!important;box-shadow:0 15px 35px #00000026;border:1px solid #2e7d32}.product-img{width:100%;height:170px;margin-bottom:15px;background:#fdfdfd;display:flex;align-items:center;justify-content:center}.product-img img{width:80%;height:80%;object-fit:contain;transition:transform .5s ease}.product-card:hover img{transform:rotate(5deg) scale(1.1)}.product-card h3{font-size:16px;font-weight:700;color:#222}.floating-contact{position:fixed;right:25px;bottom:25px;display:flex;flex-direction:column;gap:15px;z-index:2000}.contact-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff;box-shadow:0 10px 25px #0003;transition:.3s;animation:autoFloat 3s infinite ease-in-out}.whatsapp{background:#25d366}.phone{background:#c62828;animation-delay:.5s}@media(max-width:1200px){.products-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:992px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.products-grid{grid-template-columns:repeat(2,1fr);gap:15px}.product-img{height:140px}@keyframes autoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}}@media(max-width:480px){.products-title{font-size:28px}.products-grid{gap:10px}.product-card{padding:15px 10px}}.footer-section{width:100%;background:#fffbe6;background-image:radial-gradient(#eadfcd 1px,transparent 1px);background-size:40px 40px;padding:50px 30px 20px;font-family:Poppins,sans-serif}.footer-top{max-width:1200px;margin:auto;display:grid;grid-template-columns:1.3fr 1fr 1.5fr;gap:40px;align-items:flex-start}.footer-left{text-align:left}.footer-logo{width:90px;margin-bottom:10px}.footer-left h3{font-size:20px;color:#b8860b;font-weight:600}.footer-links h4,.footer-contact h4{font-size:16px;font-weight:600;margin-bottom:15px;color:#222}.footer-links li{font-size:14px;margin-bottom:8px;cursor:pointer}.footer-links h4{font-size:16px;font-weight:600;margin-bottom:15px;color:#222}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links li{font-size:14px;margin-bottom:8px}.footer-links li a,.footer-links li button{background:none;border:none;color:#333;text-decoration:none;display:inline-block;font-size:14px;font-family:inherit;cursor:pointer;padding:0;transition:all .25s ease}.footer-links li a:hover,.footer-links li button:hover{color:#c62828;transform:translate(4px)}.footer-contact p{font-size:14px;line-height:1.6;color:#333;margin-bottom:12px}.footer-phone{font-weight:600;color:#000}.footer-bottom{max-width:1200px;margin:40px auto 0;padding-top:15px;border-top:1px solid #ddd;display:flex;justify-content:space-between;align-items:center}.footer-bottom p{font-size:13px;color:#555}.footer-insta img{width:28px;height:28px;cursor:pointer}@media(max-width:1024px){.footer-top{grid-template-columns:1fr 1fr;gap:30px}}@media(max-width:768px){.footer-section{padding:40px 20px 20px}.footer-top{grid-template-columns:1fr;gap:30px;text-align:center}.footer-left,.footer-links,.footer-contact{text-align:center}.footer-logo{margin:0 auto 12px}.footer-left h3{font-size:18px}.footer-links ul{display:flex;flex-direction:column;align-items:center}.footer-links li{margin-bottom:10px}.footer-contact p{font-size:13px}.footer-bottom{flex-direction:column;gap:12px;text-align:center}}@media(max-width:480px){.footer-section{padding:35px 15px 15px}.footer-left h3{font-size:16px}.footer-links h4,.footer-contact h4{font-size:15px}.footer-links li a,.footer-links li button{font-size:13px}.footer-contact p,.footer-bottom p{font-size:12px}.footer-insta img{width:24px;height:24px}}.contact-section{width:100%;padding:60px 20px;background:#fdf5e6;text-align:center}.contact-title{font-size:clamp(32px,5vw,48px);font-weight:700;color:#8b5a1e;margin-bottom:8px}.contact-subtitle{font-size:18px;color:#666;margin-bottom:40px}.contact-buttons{display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap}.contact-btn{display:flex;align-items:center;padding:8px 24px 8px 10px;min-width:220px;border-radius:50px;text-decoration:none;color:#fff;font-size:18px;font-weight:600;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px #0000001a}.contact-btn:hover{transform:translateY(-3px);box-shadow:0 8px 20px #00000026}.icon-circle{background:#0000001a;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:15px;font-size:22px}.whatsapp{background-color:#25d366}.call{background-color:#4f8dfd}.instagram{background-color:#ff3b5c}@media(max-width:768px){.contact-buttons{flex-direction:column;gap:15px;padding:0 10px}.contact-btn{width:100%;max-width:320px;justify-content:center;padding:10px 20px;font-size:17px}.icon-circle{margin-right:12px;width:38px;height:38px;font-size:18px}.contact-title{font-size:26px}.contact-subtitle{font-size:16px;margin-bottom:30px}}.map-wrapper{margin-top:60px;max-width:1100px;margin-left:auto;margin-right:auto;padding:0 10px}.map-title{font-size:32px;color:#8b5a1e;font-weight:700;margin-bottom:10px}.map-address{font-size:16px;color:#555;margin-bottom:30px;line-height:1.5}.map-container{width:100%;border-radius:20px;overflow:hidden;box-shadow:0 15px 40px #0000001f;background:#eee;border:5px solid #fff;line-height:0}@media(max-width:768px){.map-wrapper{margin-top:40px}.map-title{font-size:24px}.map-container iframe{height:350px}}.ticker-wrap{width:100%;overflow:hidden;background-color:#c62828;padding:10px 0}.ticker{display:flex;width:max-content;animation:ticker-scroll 35s linear infinite}.ticker__item-container{display:flex;align-items:center;white-space:nowrap}.ticker__item{display:inline-block;padding:0 40px;color:#fff;font-size:16px;font-weight:500}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:768px){.ticker{animation:ticker-scroll 45s linear infinite}.ticker__item{font-size:14px;padding:0 25px}}.mgm-about-section{width:100%;padding:80px 20px 120px;background-image:radial-gradient(#e8dcc6 1px,transparent 1px);background-size:30px 30px;display:flex;flex-direction:column;align-items:center;overflow:hidden}.mgm-about-container{max-width:1200px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:80px}.mgm-about-visual{width:100%;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #0000001a}.mgm-about-visual img{width:600px;height:320px;object-fit:cover;display:block;transition:transform .5s ease}.mgm-about-visual:hover img{transform:scale(1.03)}.mgm-about-content h2{font-size:clamp(28px,4vw,42px);font-weight:800;color:#111;margin-bottom:20px;line-height:1.2}.mgm-about-content p{font-size:18px;line-height:1.8;color:brown}.mgm-stats-bar-wrapper{width:100%;max-width:1100px;display:flex;justify-content:center}.mgm-stats-pill{background:#fff;display:flex;flex-direction:row;align-items:center;justify-content:space-around;width:100%;padding:40px 30px;border-radius:15px 15px 150px;box-shadow:0 10px 40px #00000014;border:1px solid rgba(0,0,0,.03)}.mgm-stats-item{flex:1;text-align:center;position:relative}.mgm-stats-item:not(:last-child):after{content:"";position:absolute;right:0;top:15%;height:70%;width:1.5px;background-color:brown;opacity:.6}.mgm-stats-number{font-size:44px;font-weight:800;color:brown;margin:0}.mgm-stats-label{font-size:18px;font-weight:600;color:#222}@media(max-width:1024px){.mgm-about-container{gap:40px}.mgm-about-visual img{height:380px}}@media(max-width:768px){.mgm-about-section{padding:40px 15px}.mgm-about-container{grid-template-columns:1fr;text-align:center;margin-bottom:40px}.mgm-about-visual img{height:300px}.mgm-about-content p{margin:0 auto;font-size:16px}.mgm-stats-pill{flex-direction:column;border-radius:20px 20px 80px;gap:30px;padding:30px 15px}.mgm-stats-item:not(:last-child):after{width:50%;height:1.5px;inset:auto 25% -15px}}@media(max-width:480px){.mgm-about-visual img{height:200px;width:420px}.mgm-about-content h2{font-size:26px}.mgm-stats-number{font-size:34px}}
