html{font-size:16px;}
body{margin:0;line-height:1.6;font-family: 'Inter', sans-serif;}
*{margin:0;padding:0;box-sizing:border-box;}
:before,:after{box-sizing:border-box;}
h1,h2,h3,h4,h5,h6,button{font-family:'Sora', sans-serif;}
button,input,textarea,select{font-family: 'Inter', sans-serif;}
.container{width:90%;max-width:1320px;margin:0 auto;height:auto;overflow:hidden;}
.banner{width:100%;background-color:#fff;padding: 80px 0;display:flex;justify-content:center;}
.banner-container{width:90%;max-width:1320px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin:0 auto}
.slider{position:relative;width:48%;max-width:550px;overflow:hidden;border-radius:12px}
.slides{width: 100%;display:flex;transition:transform .8s}
.slides img{min-width:100%;flex:0 0 100%;display:block;width:100%;border-radius:12px}
.dots{text-align:center;margin-top:12px}
.dot{height:10px;width:10px;margin:0 5px;background-color:#bbb;border-radius:50%;display:inline-block;cursor:pointer;transition:background-color .3s}
.dot.active{background-color:#f3bb1e}
.hero{background:#fff;padding:80px 0}
.hero .container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}
.hero-content{width:48%;max-width:650px}
.hero-content h1{font-family:Sora,sans-serif;font-size:2.8rem;line-height:3.6rem;margin-bottom:20px;color:#000}
.hero-content p{font-size:1.152rem;margin-bottom:25px;color:#333}
.hero-buttons .btn-primary,.hero-buttons .btn-secondary{display:inline-block;margin-right:10px;margin-bottom:10px}
.badges span{display:inline-flex;align-items:center;gap:8px;margin-right:15px;margin-top:15px;background:0 0;color:#333;padding:0;font-size:0.9rem;font-weight:600}
.badges span i{font-size:1rem;color:#333}
.btn-primary,.btn-secondary{padding:12px 22px;text-decoration:none;border-radius:6px;transition:background .3s}.btn-primary{background:#f3bb1e;color:#000}.btn-primary:hover{background:#f6c22b;color:#000}.btn-secondary{background:#5373b8;color:#fff}.btn-secondary:hover{background:#3f5a9a;color:#fff}
.top-products{width:100%;background:#f5f7fb;padding:60px 0;}
.top-products-heading{text-align:center;margin-bottom:50px}
.top-products-heading h2{font-size:2.2rem;line-height:2.8rem;margin-bottom:10px;color:#000}
.top-products-heading p{font-size:1.152rem;color:#333}
.top-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:28px}
.top-products-card{display:block;background:#fff;border-radius:10px;overflow:hidden;text-decoration:none;color:inherit;transition:.3s;box-shadow:0 0 0 transparent}
.top-products-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px rgba(0,0,0,.1)}
.top-products-image{width:100%;display:block;margin:0;border-radius:0}
.top-products-content{padding:20px}
.top-products-title{font-size:1.1rem;line-height:1.5rem;margin-bottom:10px}
.top-products-text{color:#444;font-size:1rem;line-height:1.4}
.why-us-section{width:100%;padding:4rem 0;background: linear-gradient(180deg, #fff8e1 0%, #ffffff 100%);}
.why-us-container{width:90%;max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.why-us-content h2{font-size:2.2rem;line-height:2.8rem;margin-bottom:1.5rem;color:#000}
.why-us-content p{font-size:1rem;margin-bottom:1rem;color:#333}
.why-us-btn{display:inline-flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#000;text-decoration:none;position:relative;transition:color .3s,transform .3s}
.why-us-btn::after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;background:#f3bb1e;transform:scaleX(0);transform-origin:left;transition:transform .3s}
.why-us-btn:hover{color:#5373b8;transform:translateY(-2px)}
.why-us-btn:hover::after{transform:scaleX(1)}
.why-us-features{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.why-us-feature-box{background:#1b1b1b;padding:2rem 1.5rem;border-radius:1.5rem;text-align:center;transition:transform .6s cubic-bezier(.22, 1, .36, 1);border:2px solid transparent}
.why-us-feature-box i{width:4rem;height:4rem;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#f3bb1e,#ff7d00);color:#fff;font-size:1.7rem;border-radius:50%;margin:0 auto 1rem;transition:transform .3s,box-shadow .3s;}
.why-us-feature-box:hover i{transform:scale(1.2) rotate(10deg);box-shadow:0 8px 20px rgba(255,125,0,.5)}
.why-us-feature-box h3{font-size:1.2rem;line-height:1.6rem;margin-bottom:.8rem;font-weight:600;color:#fff}
.why-us-feature-box p{font-size:.95rem;line-height:1.5;color:#ccc}
.more-categories-section{width:100%;background:#fff;padding:60px 20px}
.more-categories-container{max-width:1320px;margin:0 auto}
.more-categories-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;gap:20px}
.more-categories-header h2{font-size:2.2rem;line-height:2.8rem;color:#000;margin-bottom:10px}
.more-categories-header p{color:#333;font-size:1.152rem}
.mc-top-arrows{display:flex;gap:10px}
.mc-arrow{background:#f3bb1e;border:none;width:42px;height:42px;border-radius:50%;cursor:pointer;font-size:1.375rem;display:flex;align-items:center;justify-content:center;transition:.3s}
.mc-arrow:hover{background:#f6c22b}
.more-categories-slider{display:flex;overflow-x:auto;scroll-behavior:smooth;gap:25px;padding-bottom:10px;scrollbar-width:none}
.more-categories-slider::-webkit-scrollbar{display:none}
.mc-card{display:block;min-width:260px;max-width:260px;background:#fff;border-radius:10px;overflow:hidden;text-decoration:none;color:inherit;transition:.3s;box-shadow:0 0 0 transparent;border:1px solid #e5e5e5;padding:15px}
.mc-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px rgba(0,0,0,.1)}
.mc-image img{width:100%;border-radius:8px}
.mc-card h3{font-size:1.1rem;line-height:1.5rem;margin:12px 0;color:#000}
.mc-card p{color:#444;font-size:1rem;line-height:1.4}
.custom-packaging-section{width:100%;background:#f5f7fb;padding:4rem 0;color:#1c2a45}
.custom-packaging-container{width:90%;max-width:1320px;margin:0 auto}
.custom-packaging-container h2{font-size:2.2rem;line-height:2.8rem;text-align:center;margin-bottom:1rem;color:#000}
.custom-packaging-container p{font-size:1.152rem;max-width:700px;margin:0 auto 2.5rem;text-align:center;color:#333}
.custom-packaging-form{background:#fff;padding:2rem;border-radius:.8rem;box-shadow:0 6px 18px rgba(0,0,0,.06)}
.form-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}
.form-group label{font-size:1rem;font-weight:600;margin-bottom:.5rem;display:block;color:#000}
.form-group input,.form-group textarea{width:100%;padding:1rem;font-size:1rem;border-radius:.4rem;border:1px solid #d4d9e2;background:#fff;color:#333}
.form-group textarea{resize:vertical}
.form-group input:focus,.form-group textarea:focus{outline:0;border-color:#6b8cff;box-shadow:0 0 0 4px rgba(107,140,255,.25);background:#fff}
.full-width{grid-column:1/-1!important}
.recaptcha-wrapper{text-align:center;margin:2rem 0 1rem}
.sub-btn{display:inline-block;margin-right:10px;margin-bottom:10px;padding:12px 22px;text-decoration:none;border-radius:6px;transition:background .3s;background:#f3bb1e;color:#000;cursor:pointer;border:none;font-size:1rem;font-weight:600;width:100%;text-align:center}
.sub-btn:hover{background:#f6c22b;color:#000}
.howitworks-stunning{width:100%;padding:4rem 0;background:#fff;text-align:center}
.hw-container{width:90%;max-width:1320px;margin:0 auto}
.hw-title{font-size:2.2rem;line-height:2.8rem;margin-bottom:.5rem;color:#000}
.hw-intro{font-size:1.152rem;color:#333;margin-bottom:4rem}
.hw-steps-wrapper{display:flex;justify-content:space-between;position:relative;align-items:flex-start;flex-wrap:wrap}
.hw-step{width:30%;position:relative;text-align:center;z-index:2;transition:transform .3s,box-shadow .3s}
.hw-step:hover{transform:translateY(-8px)}
.hw-step-circle{width:70px;height:70px;background:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;color:#5373b8;margin:0 auto 1rem;box-shadow:0 6px 15px rgba(0,0,0,.1);transition:.3s}
.hw-step-circle-highlight{background:linear-gradient(135deg,#f3bb1e,#ffd75a);color:#000;box-shadow:0 8px 20px rgba(244,196,64,.3)}
.hw-step-title{font-size:1.3rem;font-weight:600;margin-bottom:.5rem;color:#333}
.hw-step-desc{font-size:1rem;color:#666;max-width:240px;margin:0 auto}
.hw-line{position:absolute;top:35px;left:5%;right:5%;height:6px;background:linear-gradient(90deg,#f3bb1e,#5373b8,#f3bb1e);background-size:200% 100%;border-radius:3px;z-index:1;animation:2.5s linear infinite gradientMove}
@keyframes gradientMove{0%{background-position:0 0}100%{background-position:200% 0}}
.hw-button-wrapper{margin-top:3rem;text-align:center}
.hw-btn{display:inline-block;padding:12px 22px;text-decoration:none;border-radius:6px;background:#f3bb1e;color:#000;font-weight:600;transition:background .4s,transform .6s cubic-bezier(.4, 0, .2, 1)}
.hw-btn:hover{background:#f6c22b;color:#000;transform:translateY(-2px)}
.testimonial-section{width:100%;padding:60px 20px;background:linear-gradient(to bottom,#fff,#f5f7fb);display:flex;justify-content:center;box-sizing:border-box}
.testimonial-container{width:90%;max-width:1320px;margin:auto;box-sizing:border-box}
.section-title{text-align:center;font-size:2.2rem;line-height:2.8rem;font-weight:700;margin-bottom:15px;position:relative;color:#000}
.section-title::after{content:"";display:block;width:60px;height:4px;margin:15px auto 0;background:#000;border-radius:2px}
.section-subtitle{text-align:center;max-width:700px;margin:0 auto 40px;font-size:1.152rem;color:#333}
.testimonials{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px}
.testimonial-card{background-color:#f7f7f7;padding:25px;border-radius:16px;backdrop-filter:blur(8px);transition:transform .4s,box-shadow .4s;opacity:1;transform:none}
.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 12px 20px rgba(0,0,0,.2)}
.testimonial-text{font-size:1rem;line-height:1.5;margin-bottom:20px;color:#333}
.client-info{display:flex;align-items:center;gap:12px}
.client-info h3{font-size:1rem;color:#000}
.client-info span{color:#333}
.client-info img{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid #f3bb1e}
.client-info span{font-size:.85rem;opacity:.85}
.reviews-footer{text-align:center;margin-top:50px}
.google-review-badge{display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px;background-color:#f7f7f7;padding:12px 20px;border-radius:10px;backdrop-filter:blur(6px);color:#000;text-decoration:none;margin-bottom:20px;transition:.3s}
.google-review-badge img{width:90px;max-width:100%;height:auto}
.google-review-badge .stars{font-size:1.2rem;color:#f3bb1e;letter-spacing:1.5px}
.google-review-badge .rating-text{font-size:.95rem;opacity:.9}
.google-review-badge:hover{transform:translateY(-3px);box-shadow:0 6px 15px rgba(0,0,0,.25)}
.reviews-btn{display:inline-block;padding:12px 22px;text-decoration:none;border-radius:6px;background:#f3bb1e;color:#000;font-weight:600;transition:background .4s,transform .6s cubic-bezier(.4,0,.2,1)}
.reviews-btn:hover{background:#f6c22b;color:#000;transform:translateY(-2px)}
.instagram-section{width:100%;padding:60px 0 40px;text-align:left}
.instagram-container{width:90%;max-width:1320px;margin:0 auto}
.instagram-section-title{font-size:2.2rem;line-height:2.8rem;color:#000;margin-bottom:10px}
.instagram-section-subtitle{font-size:1.152rem;color:#333;margin-bottom:20px}
.instagram-section-subtitle a{color:#5373b8;text-decoration:none;font-weight:600}
.instagram-section-subtitle a:hover{text-decoration:underline}
.instagram-slider-wrapper{overflow:hidden;margin:40px 0;width:100%}
.instagram-slider{display:flex;width:max-content;animation:40s linear infinite scrollSlider}
.instagram-slider-wrapper:hover .instagram-slider{animation-play-state:paused}
.instagram-slide{flex:0 0 auto;width:220px;margin-right:20px;border-radius:8px;overflow:hidden;transition:box-shadow .3s}
.instagram-slide img{width:100%;display:block;border-radius:8px}
.instagram-slide:hover{box-shadow:0 6px 15px rgba(0,0,0,.15)}
@keyframes scrollSlider{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.faq-section{padding:4rem 0;width:100%}
.faq-container{width:90%;max-width:1320px;margin:0 auto}
.faq-title{text-align:center;font-size:2.2rem;line-height:2.8rem;margin-bottom:1rem}
.faq-subtitle{text-align:center;font-size:1.152rem;max-width:850px;margin:0 auto 3rem;color:#333}
.faq-subtitle a{color:#5373b8}
.faq-columns{display:flex;gap:2rem}
.faq-column{flex:1;display:flex;flex-direction:column;gap:1.5rem}
.faq-item{background:#f5f7fb;border:1px solid #ddd;border-radius:.6rem;overflow:hidden;transition:background .3s}
.faq-item:hover{background:#f1f5fe}
.faq-item.active{background:#fff}
.faq-btn{width:100%;padding:1.4rem 1.5rem;font-size:1.15rem;font-weight:600;display:flex;justify-content:space-between;align-items:center;background:0 0;border:none;cursor:pointer}
.faq-icon{width:2.4rem;height:2.4rem;min-width:2.4rem;min-height:2.4rem;border-radius:50%;border:2px solid #d9d9d9;display:flex;justify-content:center;align-items:center;transition:.3s;background:#fff;color:#555}
.faq-content{height:0;overflow:hidden;transition:height .35s}
.faq-inner{padding:1rem 1.5rem 1.5rem}
.faq-item.active .faq-icon{background:#f3bb1e;color:#fff;border-color:#f3bb1e;transform:rotate(180deg)}
.help-online{padding:0 0 3rem 0}
.help-online-container{width:80%;max-width:1000px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:4rem;flex-wrap:wrap}
.help-online-image img{width:100%;max-width:350px;object-fit:contain;display:block;margin:0 auto;animation:.7s fadeIn}
.help-online-content{flex:1;min-width:280px}
.help-online-title{font-size:2.2rem;line-height:2.8rem;color:#000;margin-bottom:1rem}
.help-online-text{font-size:1.152rem;color:#333;margin-bottom:2rem}
.help-online-contact{display:flex;align-items:center;flex-wrap:wrap}
.help-online-contact a{display:inline-flex;align-items:center;gap:.6rem;font-size:1.25rem;margin-right:2rem;margin-bottom:1rem;color:#5373b8;text-decoration:none;transition:.3s;font-weight:600}
.help-online-contact a i{font-size:1.3rem}
.help-online-contact a:hover{opacity:.7;transform:translateX(.2rem)}
@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.container{width:90%;max-width:1320px;margin:0 auto}
.blog-btn,.quote-btn{display:inline-block;padding:12px 22px;text-decoration:none;border-radius:6px;background:#f3bb1e;color:#000;font-weight:600;transition:background .4s,transform .6s cubic-bezier(.4,0,.2,1)}
.blog-btn:hover,.quote-btn:hover{background:#f6c22b;color:#000;transform:translateY(-2px)}
.recent-blog-section{width:100%;padding:80px 0;background:#f5f7fb}
.section-header{text-align:center;margin-bottom:50px}
.section-header h2{font-size:2.2rem;line-height:2.8rem;margin-bottom:10px;color:#000}
.section-header p{font-size:1.152rem;color:#333}
.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}
.blog-card{display:block;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.06);transition:.3s;color:inherit;text-decoration:none}
.blog-card:hover{transform:translateY(-5px);box-shadow:0 6px 28px rgba(0,0,0,.1)}
.blog-image img{width:100%;height:220px;object-fit:cover}
.blog-content{padding:20px}
.blog-content h3{font-size:1.2rem;margin-bottom:10px;color:#000}
.blog-content p{color:#333}
.blog-btn-wrapper{text-align:center;margin-top:40px}
.quote-section{width:100%;padding:70px 0;background:#333;color:#fff;text-align:center}
.quote-content h2{font-size:2.2rem;line-height:2.8rem;margin-bottom:10px}
.quote-content p{font-size:1.152rem;margin-bottom:25px}


@media (min-width: 600px) {
.form-grid{grid-template-columns:repeat(2,1fr)}
}
@media (min-width: 992px) {
.form-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width: 1024px) {
.banner{padding: 10px 0 80px 0;}
.banner-container{flex-direction:column;text-align:center}
.hero-content,.slider{width:100%;max-width:700px}
.hero-content{margin-bottom:50px}
.hero-content h1{font-size:2.4rem;line-height:3rem;margin-top:40px}
.instagram-slide{width:180px}
}
@media (max-width: 992px) {
.hero-content{width:100%;}
.why-us-container{grid-template-columns:1fr;text-align:center}
.why-us-features{grid-template-columns:1fr 1fr}
.hw-steps-wrapper{flex-direction:column;align-items:center}.hw-line{display:none}.hw-step{width:100%;margin-bottom:3rem}
.testimonial-card{padding:20px}.testimonial-text{font-size:.95rem}.section-title{font-size:2rem}.google-review-badge .stars,.section-subtitle{font-size:1rem}.google-review-badge img{width:70px}.google-review-badge .rating-text{font-size:.85rem}
}
@media (max-width: 900px) {
.help-online-container{text-align:center;flex-direction:column}.help-online-contact{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.help-online-contact a{margin-right:0;justify-content:center;width:100%}.help-online-title{font-size:2rem}
}
@media (max-width: 768px) {
.banner{padding:10px 0 60 0}
.hero-content h1{font-size:1.8rem;line-height:2.6rem}
.hero-content p{font-size:1rem}
.top-products-heading h2,.why-us-content h2,.more-categories-header h2{font-size:1.625rem;line-height:2.2rem}
.more-categories-header-row{flex-direction:column;align-items:flex-start}
.instagram-section-title{font-size:1.8rem}.instagram-section-subtitle{font-size:.95rem}.instagram-slide{width:140px;margin-right:15px}
.faq-columns{flex-direction:column}
.section-header h2{font-size:1.8rem}
.quote-content h2{font-size:1.6rem}
}
@media (max-width: 600px) {
.why-us-features{grid-template-columns:1fr}
.why-us-feature-box{padding:1.5rem 1rem}
.why-us-feature-box i{width:3.5rem;height:3.5rem;font-size:1.5rem}
}
@media (max-width: 576px) {
.testimonials{grid-template-columns:1fr}.testimonial-card{padding:18px}.section-title{font-size:1.7rem}.section-subtitle{font-size:.9rem}.google-review-badge{flex-direction:column;gap:8px}.reviews-btn{width:100%;text-align:center}
}
@media (max-width: 480px) {
.hero-content h1{font-size:1.6rem;line-height:2.4rem}
.hero-content p{font-size:.95rem}
.btn-primary,.btn-secondary{width:100%;margin-bottom:10px}
.top-products-content{padding:15px}
}
@media (max-width: 380px) {
.g-recaptcha{transform:scale(.85);transform-origin:0 0}
}


/*Yellow: f3bb1e
Blue: 5373b8
Black: 000
font-family: 'Inter', sans-serif;
*/