.Hero-module__s-6kkG__hero{background-color:var(--white);z-index:70;align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:visible}.Hero-module__s-6kkG__container{z-index:10;justify-content:space-between;align-items:center;width:100%;max-width:1300px;margin:0 auto;padding:6rem 2rem 0;display:flex;position:relative}.Hero-module__s-6kkG__content{flex:1;max-width:300px}.Hero-module__s-6kkG__title{color:var(--text-dark);margin-bottom:1.5rem;font-size:4.2rem;font-weight:800;line-height:1}.Hero-module__s-6kkG__highlight{color:var(--primary-orange)}.Hero-module__s-6kkG__description{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.Hero-module__s-6kkG__shopBtn{background-color:var(--primary-orange);color:var(--white);cursor:pointer;background:linear-gradient(135deg,#ff8966 0%,#ff6b52 100%);border:none;border-radius:50px;align-items:center;gap:1rem;margin-top:1rem;padding:.8rem 1.8rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 10px 20px #ff6b524d}.Hero-module__s-6kkG__shopBtn:hover{background-color:var(--primary-orange-hover);transform:translateY(-2px)}.Hero-module__s-6kkG__imageWrapper{flex:1;justify-content:flex-end;align-items:center;display:flex}.Hero-module__s-6kkG__heroImg{object-fit:contain;width:100%;max-width:650px;height:auto;animation:5s ease-in-out infinite Hero-module__s-6kkG__float}@keyframes Hero-module__s-6kkG__float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.Hero-module__s-6kkG__bgShapes{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__s-6kkG__blobLightBg{z-index:1;background-image:url(/assets/home/hero/topshape.png);background-position:100% 100%;background-repeat:no-repeat;background-size:cover;width:65%;height:100%;position:absolute;top:0;right:0;overflow:visible}.Hero-module__s-6kkG__blobOrange{z-index:2;background-image:url(/assets/home/hero/buttomshape.png);background-position:0 100%;background-repeat:no-repeat;background-size:cover;width:50%;height:100%;position:absolute;bottom:0;right:0;overflow:visible}.Hero-module__s-6kkG__beeContainer{z-index:3;position:absolute;top:90%;left:30%}.Hero-module__s-6kkG__beeIcon{animation:4s ease-in-out infinite Hero-module__s-6kkG__floatBee}@keyframes Hero-module__s-6kkG__floatBee{0%{transform:translate(0)rotate(0)}50%{transform:translate(10px,-15px)rotate(10deg)}to{transform:translate(0)rotate(0)}}@media (max-width:992px){.Hero-module__s-6kkG__container{text-align:center;flex-direction:column-reverse;gap:3rem;padding-top:11rem}.Hero-module__s-6kkG__content{flex-direction:column;align-items:center;max-width:100%;margin-bottom:2rem;display:flex}.Hero-module__s-6kkG__imageWrapper{z-index:4;justify-content:center;width:100%}.Hero-module__s-6kkG__heroImg{max-width:550px}.Hero-module__s-6kkG__blobLightBg{background-position:0 0;width:90%;height:60%;top:-20px;right:0}.Hero-module__s-6kkG__blobOrange{background-position:0 0;width:90%;height:55%;top:-20px;right:0}.Hero-module__s-6kkG__title{font-size:2.4rem;line-height:1.15}.Hero-module__s-6kkG__description{margin-bottom:1.5rem;font-size:.95rem}.Hero-module__s-6kkG__beeContainer{top:auto;bottom:-20px;left:50%;transform:translate(-50%)}}
.Features-module__mTnrVG__features{z-index:60;margin-top:200px;padding-bottom:10rem;position:relative}.Features-module__mTnrVG__container{z-index:10;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.Features-module__mTnrVG__bgShapes{pointer-events:none;z-index:1;width:100%;height:150%;position:absolute;top:0;left:0}.Features-module__mTnrVG__blobLeft{opacity:1;z-index:1;width:200px;height:550px;position:absolute;top:-280px;left:-50px}.Features-module__mTnrVG__dotsPattern{background-image:radial-gradient(var(--bg-light-yellow) 20%, transparent 20%);z-index:2;opacity:.8;background-size:20px 20px;width:150px;height:150px;position:absolute;top:-80px;left:2%}.Features-module__mTnrVG__grid{grid-template-columns:repeat(3,1fr);justify-content:center;justify-items:center;gap:1rem;display:grid}.Features-module__mTnrVG__card{background-color:var(--white);text-align:center;border:1px solid #ff98001a;border-radius:40px;width:100%;max-width:320px;height:120%;padding:2.5rem 1.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 20px 40px #0000000d}.Features-module__mTnrVG__card:hover{transform:translateY(-10px);box-shadow:0 25px 50px #ff98001a}.Features-module__mTnrVG__iconWrapper{justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.Features-module__mTnrVG__title{color:var(--text-dark);margin-bottom:.5rem;font-size:1.1rem;font-weight:800}.Features-module__mTnrVG__desc{color:var(--text-muted);font-size:.9rem;font-weight:600;display:inline-block}.Features-module__mTnrVG__dottedLine{border-bottom:2px dotted var(--primary-orange);cursor:pointer;padding-bottom:2px}@media (max-width:992px){.Features-module__mTnrVG__features{margin-top:2rem;padding-bottom:4rem}.Features-module__mTnrVG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Features-module__mTnrVG__container{padding:0 1.2rem}.Features-module__mTnrVG__grid{grid-template-columns:1fr;gap:1.2rem}.Features-module__mTnrVG__card{border-radius:24px;max-width:100%;height:auto;padding:1.8rem 1.2rem}}
.About-module__vMbv_W__about{background-color:var(--white);padding:6rem 0;position:relative;overflow:hidden}.About-module__vMbv_W__container{z-index:2;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;position:relative}.About-module__vMbv_W__imageCol{flex:1}.About-module__vMbv_W__imageWrapper{display:inline-block;position:relative}.About-module__vMbv_W__mainImg{z-index:2;border-radius:20px;width:100%;max-width:500px;height:auto;margin-left:-20%;position:relative}.About-module__vMbv_W__imgBgBlob{z-index:1;opacity:1;background-image:url(/assets/home/about/aboutshape.png);background-position:50%;background-repeat:no-repeat;background-size:contain;width:100%;height:130%;position:absolute;top:-15%;left:-60%}.About-module__vMbv_W__contentCol{flex:1}.About-module__vMbv_W__subtitle{color:var(--primary-orange);text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem;font-size:.9rem;font-weight:700;display:block}.About-module__vMbv_W__title{color:var(--text-dark);margin-bottom:1.5rem;font-size:3rem;font-weight:800}.About-module__vMbv_W__desc{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.About-module__vMbv_W__btn{background-color:var(--primary-orange);color:var(--white);cursor:pointer;background:linear-gradient(135deg,#ff8966 0%,#ff6b52 100%);border:none;border-radius:50px;align-items:center;gap:.5rem;margin-top:1rem;padding:.8rem 1.8rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 10px 20px #ff6b524d}.About-module__vMbv_W__btn:hover{transform:translateY(-2px);box-shadow:0 15px 25px #ff6b5266}.About-module__vMbv_W__topRightRing{border:20px solid var(--primary-orange);z-index:1;border-radius:50%;width:150px;height:150px;position:absolute;top:2px;right:-40px}.About-module__vMbv_W__bottomRightDots{background-image:radial-gradient(var(--bg-light-yellow) 20%, transparent 20%);z-index:1;background-size:20px 20px;width:250px;height:250px;position:absolute;bottom:-50px;right:5%}@media (max-width:992px){.About-module__vMbv_W__about{padding:3.5rem 0}.About-module__vMbv_W__container{text-align:center;flex-direction:column;gap:2rem;padding:0 1.2rem}.About-module__vMbv_W__contentCol{flex-direction:column;align-items:center;display:flex}.About-module__vMbv_W__mainImg{max-width:280px;margin-left:0}.About-module__vMbv_W__imgBgBlob{display:none}.About-module__vMbv_W__title{margin-bottom:1rem;font-size:2.2rem}.About-module__vMbv_W__desc{font-size:.95rem}}
.Services-module__mJrWua__services{background-color:var(--bg-light-yellow);padding:5rem 0;position:relative}.Services-module__mJrWua__container{max-width:1100px;max-height:fit-content;margin:0 auto;padding:0 2rem}.Services-module__mJrWua__header{text-align:center;margin-bottom:4rem}.Services-module__mJrWua__subtitle{color:var(--primary-orange);text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem;font-size:.9rem;font-weight:700;display:block}.Services-module__mJrWua__title{color:var(--text-dark);font-size:2.5rem;font-weight:800}.Services-module__mJrWua__grid{grid-template-columns:repeat(3,1fr);justify-content:center;justify-items:center;gap:2rem;display:grid}.Services-module__mJrWua__card{background-color:var(--white);text-align:center;z-index:2;border-radius:40px;height:auto;min-height:320px;padding:3rem 2rem;transition:transform .3s;position:relative;box-shadow:0 10px 30px #00000008}.Services-module__mJrWua__card:hover{transform:translateY(-5px)}.Services-module__mJrWua__imageWrapper{justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.Services-module__mJrWua__serviceImg{object-fit:contain}.Services-module__mJrWua__cardTitle{color:var(--text-dark);margin-bottom:1rem;font-size:1.3rem;font-weight:800}.Services-module__mJrWua__cardDesc{color:var(--text-muted);font-size:.9rem;line-height:1.6}.Services-module__mJrWua__beeContainer{z-index:1;position:absolute;bottom:-12%;right:5%}.Services-module__mJrWua__bee{animation:6s ease-in-out infinite Services-module__mJrWua__floatBee}@keyframes Services-module__mJrWua__floatBee{0%{transform:translate(0)rotate(0)}50%{transform:translate(-15px,-20px)rotate(-10deg)}to{transform:translate(0)rotate(0)}}.Services-module__mJrWua__hexagonsTopLeft{z-index:1;opacity:.8;width:150px;height:auto;position:absolute;top:5%;left:2%}@media (max-width:992px){.Services-module__mJrWua__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Services-module__mJrWua__services{padding:3.5rem 0}.Services-module__mJrWua__container{padding:0 1.2rem}.Services-module__mJrWua__header{margin-bottom:2.5rem}.Services-module__mJrWua__title{font-size:2.2rem}.Services-module__mJrWua__grid{grid-template-columns:1fr;gap:1.5rem}.Services-module__mJrWua__card{border-radius:28px;min-height:auto;padding:2rem 1.5rem}.Services-module__mJrWua__hexagonsTopLeft,.Services-module__mJrWua__beeContainer{display:none}}
.Shop-module__x3R52q__shop{background-color:var(--white);padding:6rem 0;position:relative;overflow:hidden}.Shop-module__x3R52q__container{z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.Shop-module__x3R52q__header{text-align:center;margin-bottom:4rem}.Shop-module__x3R52q__subtitle{color:var(--primary-orange);text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem;font-size:.9rem;font-weight:700;display:block}.Shop-module__x3R52q__title{color:var(--text-dark);font-size:2.5rem;font-weight:800}.Shop-module__x3R52q__grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.Shop-module__x3R52q__card{background-color:var(--white);border:1px solid #ff98000f;border-radius:32px;flex-direction:column;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 15px 40px #00000008}.Shop-module__x3R52q__card:hover{transform:translateY(-8px);box-shadow:0 30px 60px #ff980014}.Shop-module__x3R52q__imageBox{background-color:#fcf9f5;justify-content:center;align-items:center;height:260px;padding:3rem 2rem;display:flex;position:relative;overflow:hidden}.Shop-module__x3R52q__imageBackdrop{z-index:1;background-color:#fff0d6;border-radius:50%;width:140px;height:140px;transition:transform .6s cubic-bezier(.16,1,.3,1);position:absolute}.Shop-module__x3R52q__card:hover .Shop-module__x3R52q__imageBackdrop{transform:scale(1.6)}.Shop-module__x3R52q__productImg{object-fit:contain;z-index:2;transition:transform .6s cubic-bezier(.16,1,.3,1)}.Shop-module__x3R52q__card:hover .Shop-module__x3R52q__productImg{transform:scale(1.1)translateY(-5px)}.Shop-module__x3R52q__badge{color:var(--white);text-transform:uppercase;letter-spacing:1px;z-index:3;background:linear-gradient(135deg,#ff9f43 0%,#ff5252 100%);border-radius:50px;padding:.4rem 1rem;font-size:.75rem;font-weight:800;position:absolute;top:1.5rem;left:1.5rem;box-shadow:0 4px 10px #ff525233}.Shop-module__x3R52q__content{flex-direction:column;flex:1;padding:1.8rem 2rem 2rem;display:flex}.Shop-module__x3R52q__metaRow{justify-content:space-between;align-items:center;margin-bottom:.8rem;display:flex}.Shop-module__x3R52q__category{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.8rem;font-weight:700}.Shop-module__x3R52q__rating{gap:2px;display:flex}.Shop-module__x3R52q__productName{color:var(--text-dark);margin-bottom:1.5rem;font-size:1.35rem;font-weight:800;line-height:1.2;transition:color .3s}.Shop-module__x3R52q__card:hover .Shop-module__x3R52q__productName{color:var(--primary-orange)}.Shop-module__x3R52q__footerRow{border-top:1px solid #0000000a;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.2rem;display:flex}.Shop-module__x3R52q__price{color:var(--text-dark);font-size:1.6rem;font-weight:800}.Shop-module__x3R52q__addToCartBtn{background-color:var(--primary-orange);color:var(--white);cursor:pointer;background:linear-gradient(135deg,#ff8966 0%,#ff6b52 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 6px 15px #ff6b5240}.Shop-module__x3R52q__addToCartBtn:hover{transform:scale(1.1)rotate(90deg);box-shadow:0 10px 20px #ff6b5266}.Shop-module__x3R52q__dots{opacity:.5;z-index:1;width:200px;height:200px;position:absolute;top:10%;left:5%}.Shop-module__x3R52q__circleBg{border:40px solid var(--primary-orange);z-index:1;opacity:.6;border-radius:50%;width:400px;height:400px;position:absolute;bottom:10%;right:-5%}.Shop-module__x3R52q__viewAllWrapper{justify-content:center;margin-top:3rem;display:flex}.Shop-module__x3R52q__viewAllBtn{color:var(--white);background:linear-gradient(135deg,#ff8966 0%,#ff6b52 100%);border-radius:50px;align-items:center;gap:.5rem;padding:.8rem 2.2rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 10px 20px #ff6b524d}.Shop-module__x3R52q__viewAllBtn:hover{transform:translateY(-2px);box-shadow:0 15px 25px #ff6b5266}@media (max-width:992px){.Shop-module__x3R52q__grid{grid-template-columns:repeat(2,1fr)}.Shop-module__x3R52q__dots,.Shop-module__x3R52q__circleBg{display:none}}@media (max-width:768px){.Shop-module__x3R52q__shop{padding:3.5rem 0}.Shop-module__x3R52q__container{padding:0 1.2rem}.Shop-module__x3R52q__header{margin-bottom:2.5rem}.Shop-module__x3R52q__title{font-size:2.2rem}.Shop-module__x3R52q__grid{grid-template-columns:1fr;gap:1.5rem}.Shop-module__x3R52q__card{border-radius:24px}}
.Technology-module__Q3ufaG__techSection{background:linear-gradient(to bottom, var(--white) 125px, var(--bg-light-yellow) 125px, var(--bg-light-yellow) calc(100% - 120px), var(--white) calc(100% - 120px));padding:180px 0;position:relative;overflow:hidden}.Technology-module__Q3ufaG__bgBlob{z-index:1;background-image:url(/assets/home/technology/waveSvgreverse.svg);background-position:top;background-repeat:no-repeat;background-size:cover;width:100%;height:180px;position:absolute;top:0;left:0}.Technology-module__Q3ufaG__bottomWave{z-index:1;background-image:url(/assets/home/technology/waveSvgreverse.svg);background-position:bottom;background-repeat:no-repeat;background-size:cover;width:100%;height:125px;position:absolute;bottom:0;left:0;transform:scaleY(-1)}.Technology-module__Q3ufaG__decorLeft{z-index:5;position:absolute;top:1%;left:-10%}.Technology-module__Q3ufaG__triangleImg{object-fit:contain;width:220px;height:auto}.Technology-module__Q3ufaG__container{text-align:center;z-index:2;max-width:1000px;margin:0 auto;padding:0 2rem;position:relative}.Technology-module__Q3ufaG__header{margin-bottom:3rem}.Technology-module__Q3ufaG__subtitle{color:var(--primary-orange);text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem;font-size:.9rem;font-weight:700;display:block}.Technology-module__Q3ufaG__title{color:var(--text-dark);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.Technology-module__Q3ufaG__desc{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.05rem}.Technology-module__Q3ufaG__videoWrapper{border-radius:30px;width:100%;margin-bottom:4rem;display:inline-block;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.Technology-module__Q3ufaG__videoImg{object-fit:cover;border-radius:30px;width:100%;height:auto;display:block}.Technology-module__Q3ufaG__playBtn{background-color:var(--white);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:transform .3s,box-shadow .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 20px #00000026}.Technology-module__Q3ufaG__playBtn:hover{transform:translate(-50%,-50%)scale(1.1);box-shadow:0 15px 30px #ff98004d}.Technology-module__Q3ufaG__playBtn svg{margin-left:5px}.Technology-module__Q3ufaG__statsRow{border-top:1px solid #0000000d;justify-content:space-around;align-items:center;padding-top:8rem;display:flex}.Technology-module__Q3ufaG__statItem{text-align:center}.Technology-module__Q3ufaG__statNumber{color:var(--primary-orange);margin-bottom:.5rem;font-size:3.5rem;font-weight:900;line-height:1}.Technology-module__Q3ufaG__statLabel{color:var(--primary-orange);text-transform:uppercase;letter-spacing:1px;font-size:.85rem;font-weight:700}@media (max-width:768px){.Technology-module__Q3ufaG__techSection{padding:3.5rem 0}.Technology-module__Q3ufaG__container{padding:0 1.2rem}.Technology-module__Q3ufaG__title{font-size:2.2rem}.Technology-module__Q3ufaG__videoWrapper{border-radius:20px;margin-bottom:2.5rem}.Technology-module__Q3ufaG__playBtn{width:60px;height:60px}.Technology-module__Q3ufaG__statsRow{flex-direction:column;gap:2rem;padding-top:3rem}.Technology-module__Q3ufaG__statNumber{color:#ff5252;font-size:3rem}.Technology-module__Q3ufaG__statLabel{color:#ff5252;font-size:.8rem}.Technology-module__Q3ufaG__decorLeft{display:none}}
.TypesOfHoney-module__5AdAca__typesSection{background-color:var(--white);padding:6rem 0;position:relative;overflow:hidden}.TypesOfHoney-module__5AdAca__bgBlob{z-index:1;background-image:url(/assets/home/types_of_honey/bgShape.png);background-position:50%;background-repeat:no-repeat;background-size:contain;width:100%;max-width:1100px;height:90%;position:absolute;top:48%;left:50%;transform:translate(-50%,-50%)}.TypesOfHoney-module__5AdAca__container{z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.TypesOfHoney-module__5AdAca__header{text-align:center;margin-bottom:4rem}.TypesOfHoney-module__5AdAca__subtitle{color:var(--primary-orange);text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem;font-size:.9rem;font-weight:700;display:block}.TypesOfHoney-module__5AdAca__title{color:var(--text-dark);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.TypesOfHoney-module__5AdAca__desc{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.05rem}.TypesOfHoney-module__5AdAca__grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.TypesOfHoney-module__5AdAca__card{border-radius:40px;align-items:stretch;min-height:280px;padding:0;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.TypesOfHoney-module__5AdAca__card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000000d}.TypesOfHoney-module__5AdAca__content{z-index:2;flex-direction:column;justify-content:center;align-items:flex-start;width:55%;margin-left:auto;padding:3rem 2.5rem 3rem 1.5rem;display:flex;position:relative}.TypesOfHoney-module__5AdAca__cardTitle{color:var(--text-dark);margin-bottom:.8rem;font-size:1.6rem;font-weight:800}.TypesOfHoney-module__5AdAca__cardDesc{color:var(--text-muted);margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.TypesOfHoney-module__5AdAca__readMoreBtn{color:var(--primary-orange);border-bottom:1.5px dashed var(--primary-orange);align-self:flex-end;padding-bottom:2px;font-weight:700;text-decoration:none;transition:all .3s}.TypesOfHoney-module__5AdAca__readMoreBtn:hover{color:var(--primary-orange-hover);border-color:var(--primary-orange-hover);transform:translateY(-1px)}.TypesOfHoney-module__5AdAca__imageBox{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.TypesOfHoney-module__5AdAca__productImg{object-position:left center;transition:transform .6s cubic-bezier(.16,1,.3,1);object-fit:cover!important}.TypesOfHoney-module__5AdAca__card:hover .TypesOfHoney-module__5AdAca__productImg{transform:scale(1.06)}.TypesOfHoney-module__5AdAca__bee{opacity:.8;animation:5s ease-in-out infinite TypesOfHoney-module__5AdAca__floatBee;position:absolute;top:15%;right:10%}.TypesOfHoney-module__5AdAca__dots{opacity:.6;position:absolute;bottom:5%;left:5%}@keyframes TypesOfHoney-module__5AdAca__floatBee{0%{transform:translate(0)rotate(0)}50%{transform:translate(-10px,-15px)rotate(-10deg)}to{transform:translate(0)rotate(0)}}@media (max-width:992px){.TypesOfHoney-module__5AdAca__typesSection{padding:3.5rem 0}.TypesOfHoney-module__5AdAca__container{padding:0 1.2rem}.TypesOfHoney-module__5AdAca__title{font-size:2.2rem}.TypesOfHoney-module__5AdAca__grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:576px){.TypesOfHoney-module__5AdAca__card{border-radius:24px}.TypesOfHoney-module__5AdAca__readMoreBtn{align-self:flex-end}.TypesOfHoney-module__5AdAca__bee,.TypesOfHoney-module__5AdAca__dots,.TypesOfHoney-module__5AdAca__hexa,.TypesOfHoney-module__5AdAca__bgBlob{display:none!important}}.TypesOfHoney-module__5AdAca__hexa{z-index:1;pointer-events:none;position:absolute;bottom:0;right:0}
.Blog-module__zNfWgG__blogSection{background-color:var(--bg-light-yellow);padding:0;position:relative}.Blog-module__zNfWgG__topWave{background-image:url(/assets/home/blog/simplewave.svg);background-position:top;background-repeat:no-repeat;background-size:cover;background-color:var(--white);z-index:1;width:100%;height:80px;position:relative}.Blog-module__zNfWgG__container{z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem 6rem;position:relative}.Blog-module__zNfWgG__header{text-align:center;margin-bottom:4rem}.Blog-module__zNfWgG__subtitle{color:var(--primary-orange);text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem;font-size:.9rem;font-weight:700;display:block}.Blog-module__zNfWgG__title{color:var(--text-dark);font-size:2.5rem;font-weight:800}.Blog-module__zNfWgG__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Blog-module__zNfWgG__card{background-color:var(--white);border:1px solid #ff98001a;border-radius:20px;transition:transform .3s;overflow:hidden;box-shadow:0 10px 30px #0000000d}.Blog-module__zNfWgG__card:hover{transform:translateY(-10px)}.Blog-module__zNfWgG__imageBox{width:100%;height:250px;position:relative}.Blog-module__zNfWgG__blogImg{transition:transform .5s}.Blog-module__zNfWgG__card:hover .Blog-module__zNfWgG__blogImg{transform:scale(1.05)}.Blog-module__zNfWgG__content{padding:2rem}.Blog-module__zNfWgG__meta{color:var(--text-muted);gap:1.5rem;margin-bottom:1rem;font-size:.85rem;display:flex}.Blog-module__zNfWgG__author,.Blog-module__zNfWgG__date{align-items:center;gap:.5rem;display:flex}.Blog-module__zNfWgG__author svg,.Blog-module__zNfWgG__date svg{color:var(--primary-orange)}.Blog-module__zNfWgG__cardTitle{color:var(--text-dark);margin-bottom:1rem;font-size:1.3rem;font-weight:800;line-height:1.4}.Blog-module__zNfWgG__cardDesc{color:var(--text-muted);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.Blog-module__zNfWgG__readMoreBtn{color:var(--primary-orange);font-weight:700;transition:color .3s}.Blog-module__zNfWgG__readMoreBtn:hover{color:var(--primary-orange-hover)}.Blog-module__zNfWgG__dots{opacity:.5;z-index:1;position:absolute;top:10%;right:5%}.Blog-module__zNfWgG__bottomWave{background-image:url(/assets/home/blog/simplewave.svg);background-position:bottom;background-repeat:no-repeat;background-size:cover;background-color:var(--white);z-index:1;width:100%;height:80px;position:relative;transform:scaleY(-1)}.Blog-module__zNfWgG__viewAllWrapper{justify-content:center;margin-top:3rem;display:flex}.Blog-module__zNfWgG__viewAllBtn{color:var(--white);background:linear-gradient(135deg,#ff8966 0%,#ff6b52 100%);border-radius:50px;align-items:center;gap:.5rem;padding:.8rem 2.2rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 10px 20px #ff6b524d}.Blog-module__zNfWgG__viewAllBtn:hover{transform:translateY(-2px);box-shadow:0 15px 25px #ff6b5266}@media (max-width:992px){.Blog-module__zNfWgG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Blog-module__zNfWgG__container{padding:0 1.2rem 4rem}.Blog-module__zNfWgG__header{margin-bottom:2.5rem}.Blog-module__zNfWgG__title{font-size:2.2rem}.Blog-module__zNfWgG__grid{grid-template-columns:1fr;gap:1.5rem}.Blog-module__zNfWgG__card{border-radius:20px}.Blog-module__zNfWgG__dots{display:none}}
.Testimonials-module__VOp6eq__testimonials{background-color:var(--white);padding:6rem 0;position:relative;overflow:hidden}.Testimonials-module__VOp6eq__container{z-index:2;max-width:900px;margin:0 auto;padding:0 2rem;position:relative}.Testimonials-module__VOp6eq__header{text-align:center;margin-bottom:4rem}.Testimonials-module__VOp6eq__subtitle{color:var(--primary-orange);text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem;font-size:.9rem;font-weight:700;display:block}.Testimonials-module__VOp6eq__title{color:var(--text-dark);font-size:2.5rem;font-weight:800}.Testimonials-module__VOp6eq__testimonialCard{background-color:var(--bg-light-yellow);border-radius:30px;align-items:center;display:flex;position:relative;box-shadow:0 20px 40px #0000000d}.Testimonials-module__VOp6eq__content{flex:1;padding:4rem 3rem;position:relative}.Testimonials-module__VOp6eq__quoteIcon{opacity:.5;margin-bottom:1.5rem}.Testimonials-module__VOp6eq__quoteText{color:var(--text-dark);margin-bottom:2rem;font-size:1.2rem;font-style:italic;line-height:1.7}.Testimonials-module__VOp6eq__rating{gap:5px;margin-bottom:1.5rem;display:flex}.Testimonials-module__VOp6eq__customerName{color:var(--text-dark);margin-bottom:.3rem;font-size:1.2rem;font-weight:800}.Testimonials-module__VOp6eq__customerRole{color:var(--text-muted);font-size:.9rem}.Testimonials-module__VOp6eq__imageBox{padding:2rem 3rem 2rem 0}.Testimonials-module__VOp6eq__customerImg{border:10px solid var(--white);object-fit:cover;border-radius:50%;box-shadow:0 10px 20px #0000001a}.Testimonials-module__VOp6eq__navBtn{background-color:var(--primary-orange);width:50px;height:50px;color:var(--white);cursor:pointer;z-index:10;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;transition:background-color .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 5px 15px #ff980066}.Testimonials-module__VOp6eq__navBtn:hover{background-color:var(--primary-orange-hover)}.Testimonials-module__VOp6eq__prevBtn{left:-25px}.Testimonials-module__VOp6eq__nextBtn{right:-25px}.Testimonials-module__VOp6eq__bee{opacity:.8;animation:6s ease-in-out infinite Testimonials-module__VOp6eq__floatBee;position:absolute;bottom:15%;left:1%}.Testimonials-module__VOp6eq__bgBlob{opacity:.8;z-index:1;background-image:url(/assets/home/testimonials/5HexaShapes.png);background-position:50%;background-repeat:no-repeat;background-size:contain;width:300px;height:300px;position:absolute;top:0;right:-5%}@keyframes Testimonials-module__VOp6eq__floatBee{0%{transform:translate(0)rotate(0)}50%{transform:translate(15px,-10px)rotate(10deg)}to{transform:translate(0)rotate(0)}}.Testimonials-module__VOp6eq__viewAllWrapper{justify-content:center;margin-top:3rem;display:flex}.Testimonials-module__VOp6eq__viewAllBtn{color:var(--white);cursor:pointer;background:linear-gradient(135deg,#ff8966 0%,#ff6b52 100%);border:none;border-radius:50px;align-items:center;gap:.5rem;padding:.8rem 2.2rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 10px 20px #ff6b524d}.Testimonials-module__VOp6eq__viewAllBtn:hover{transform:translateY(-2px);box-shadow:0 15px 25px #ff6b5266}@media (max-width:768px){.Testimonials-module__VOp6eq__testimonials{padding:3.5rem 0}.Testimonials-module__VOp6eq__container{padding:0 1.2rem}.Testimonials-module__VOp6eq__title{font-size:2.2rem}.Testimonials-module__VOp6eq__testimonialCard{text-align:center;border-radius:24px;flex-direction:column-reverse}.Testimonials-module__VOp6eq__imageBox{padding:2rem 0 0}.Testimonials-module__VOp6eq__customerImg{width:140px;height:140px}.Testimonials-module__VOp6eq__content{padding:1.5rem 1.2rem}.Testimonials-module__VOp6eq__quoteIcon{justify-content:center;display:flex}.Testimonials-module__VOp6eq__rating{justify-content:center}.Testimonials-module__VOp6eq__prevBtn{left:10px}.Testimonials-module__VOp6eq__nextBtn{right:10px}.Testimonials-module__VOp6eq__bee,.Testimonials-module__VOp6eq__bgBlob{display:none!important}}
