html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:clamp(16px,1vw,20px)}section{scroll-margin-top:80px}body{cursor:none;color:#1b1b1b;background:linear-gradient(135deg,#fafdf8 0%,#f3f8f1 50%,#edf7ea 100%);margin:0;padding:0;font-family:Times New Roman,Times,serif;position:relative;overflow-x:hidden}body:before{content:"";filter:blur(100px);z-index:-2;background:radial-gradient(circle,#4caf5033 0%,#00f60800 40%,#0000 75%);border-radius:50%;width:850px;height:650px;position:fixed;top:-250px;right:-180px}body:after{content:"";filter:blur(100px);z-index:-2;background:radial-gradient(circle,#00ff0d33 0%,#2f763100 40%,#0000 75%);border-radius:50%;width:550px;height:550px;position:fixed;bottom:-200px;left:-150px}@keyframes glowFloatOne{0%{transform:translate(0)}50%{transform:translate(-40px,30px)}to{transform:translate(0)}}@keyframes glowFloatTwo{0%{transform:translate(0)}50%{transform:translate(40px,-30px)}to{transform:translate(0)}}.chat-header{color:#fff;background:#2e7d32;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.chat-header span{align-items:center;gap:8px;font-size:18px;font-weight:700;display:flex}.chat-body{background:#f8faf8;height:370px;padding:20px;overflow-y:auto}.bot-message{background:#fff;border-radius:15px;max-width:80%;margin-bottom:12px;padding:12px 16px}.user-message{color:#fff;background:#2e7d32;border-radius:15px;max-width:80%;margin-bottom:12px;margin-left:auto;padding:12px 16px}.chat-input{border-top:1px solid #eee;display:flex}.chat-input input{border:none;flex:1;padding:15px}.chat-input button{color:#fff;cursor:pointer;background:#2e7d32;border:none;padding:0 20px}.chat-toggle{color:#fff;cursor:pointer;z-index:9999;background:#2e7d32;border-radius:50px;align-items:center;gap:12px;padding:16px 24px;font-weight:600;transition:all .3s;animation:2s infinite pulseChat;display:flex;position:fixed;bottom:120px;right:30px;box-shadow:0 10px 30px #2e7d324d}.chat-toggle i{font-size:22px;animation:2s infinite bounceChat}.chat-toggle:hover{background:#1f5d23;transform:translateY(-3px)}@keyframes bounceChat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes pulseChat{0%{box-shadow:0 0 #2e7d3266}70%{box-shadow:0 0 0 18px #2e7d3200}to{box-shadow:0 0 #2e7d3200}}.chatbot-container{z-index:10000;opacity:0;visibility:hidden;background:#fff;border-radius:25px;width:450px;height:600px;transition:all .4s;position:fixed;bottom:120px;right:30px;overflow:hidden;transform:translateY(50px)scale(.95);box-shadow:0 20px 60px #00000026}.chatbot-container.show{opacity:1;visibility:visible;transform:translateY(0)scale(1)}#closeChat{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;font-weight:300;transition:transform .4s,background .4s,box-shadow .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000001f}#closeChat:before{content:"";background:linear-gradient(135deg,#ffffff4d,#0000);width:100%;height:100%;position:absolute;top:0;left:0}#closeChat:hover{color:#2e7d32;background:#fff;transform:rotate(90deg)scale(1.12);box-shadow:0 8px 25px #2e7d3240}#closeChat:active{transform:rotate(180deg)scale(.9)}.custom-cursor.active{background:#1f5d23;width:28px;height:28px;box-shadow:0 0 20px #2e7d3266}.navbar{font-family:var(--typeBasePrimary), var(--typeBaseFallback);z-index:999;background:#fff;border-bottom:2px solid #2e7d3220;width:100%;padding:5px 60px;font-weight:250;transition:padding .4s,background .4s,box-shadow .4s,-webkit-backdrop-filter .4s,backdrop-filter .4s;position:fixed;top:0;left:0}.navbar.navbar-scroll{background:#fff;border-bottom:2px solid #06974733;padding:2px 30px;box-shadow:0 5px 20px #0000001a}.nav-auth-btn{align-items:center;gap:8px;display:flex}.nav-btn-icon{font-size:16px}.navbar-top{justify-content:space-between;align-items:center;padding:8px 30px 0;display:flex;position:relative}.nav-left,.nav-right{align-items:center;gap:30px;display:flex}.nav-left a,.nav-right a{color:#1b1b1b;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;position:relative}.nav-left a:after,.nav-right a:after{content:"";background:#2e7d32;width:0%;height:2px;transition:all .4s;position:absolute;bottom:-6px;left:0}.nav-left a:hover:after,.nav-right a:hover:after{width:100%}.nav-left a:hover,.nav-right a:hover{color:#2e7d32}.logo{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;left:50%;transform:translate(-50%)}.logo img{width:150px}.logo h2{color:#2e7d32;margin-top:4px;font-size:26px;font-weight:700;line-height:1}.logo span{letter-spacing:5px;color:#666;margin-top:4px;font-size:11px}@keyframes logoFloat{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}.navbar-bottom{justify-content:center;gap:45px;padding:16px 0;display:flex}.navbar-bottom a{color:#000;font-size:16px;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.navbar-bottom a:after{content:"";background:#2e7d32;width:0%;height:2px;transition:all .4s;position:absolute;bottom:-8px;left:0}.navbar-bottom a:hover:after{width:100%}.navbar-bottom a:hover{color:#2e7d32}.cart-icon{color:#4f9153;cursor:pointer;border-radius:18px;justify-content:center;align-items:center;width:52px;height:52px;font-size:20px;transition:all .4s;display:flex;position:relative;box-shadow:0 10px 30px #2e7d3214}.cart-icon:hover{color:#fff;background:#fff;transform:translateY(-4px)}.cart-icon span{color:#fff;background:#1b1b1b;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;display:flex;position:absolute;top:-8px;right:-8px}.menu-toggle{color:#1b1b1b;cursor:pointer;font-size:28px;display:none}@media (width<=992px){.nav-left,.nav-right,.navbar-bottom{display:none}.menu-toggle{display:block}.navbar-top{padding:15px 25px}.logo{position:relative;left:0;transform:none}.logo img{width:100px}.logo h2{font-size:22px}.logo span{letter-spacing:3px;font-size:10px}.hero-tagline h3{text-align:center;margin-top:65px}}@media (width<=600px){.logo img{width:100px}.logo h2{font-size:18px}.logo span{font-size:9px}}.hero{text-align:center;background-position:50%;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:100dvh;padding:150px 80px;display:flex}.hero-content{max-width:800px;margin:0 auto}.sub-title{color:#ada702;letter-spacing:4px;margin-bottom:20px;font-size:18px;font-weight:600}.hero-content h1{color:#243e90;margin-bottom:25px;font-size:82px;line-height:1.1}.hero-content h1 span{color:#243e90}.description{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#374151;text-align:justify;text-wrap:pretty;letter-spacing:.2px;max-width:900px;margin:0 auto 25px;font-size:25px;font-weight:400;line-height:1.8}.hero-buttons{gap:20px;display:flex}.primary-btn,.secondary-btn{cursor:pointer;border:none;border-radius:50px;padding:16px 34px;font-size:16px;font-weight:600;transition:all .4s}.primary-btn{color:#fff;background:#2e7d32}.secondary-btn{color:#1b1b1b;background:#fff;border:1px solid #00000014}.hero-tagline{font-family:var(--typeBasePrimary), var(--typeBaseFallback);margin-top:30px}.hero-tagline h3{letter-spacing:.5px;font-size:2rem;font-weight:400;line-height:1.5}@media (width<=1024px){.hero{text-align:center;justify-content:center;align-items:center;min-height:100dvh;padding:120px 40px 10px;display:flex}.hero-tagline h3{letter-spacing:.3px;margin-top:0;padding:0;font-size:30px;font-weight:600;line-height:1.45}}@media (width<=426px){.hero-tagline{text-align:center;margin-top:18px}.hero-tagline h3{letter-spacing:0;padding:0 12px;font-size:25px;font-weight:500;line-height:1.5}.aellam-about-slogan{text-align:center;margin-top:22px;padding:0 15px;font-size:.5rem;line-height:1.6}}.green-text{color:#069747}.blue-text{color:#243e90}.about-wrapper{justify-content:center;align-items:center;width:100%;display:flex}.about-content{text-align:center;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#ffffff2e;border:1px solid #ffffff40;border-radius:40px;width:100%;max-width:950px}.about-section .section-tag{color:#374151;margin-bottom:20px;font-family:Century Schoolbook,serif;font-size:30px;font-weight:700}.about-content h2{color:#243e90;margin-bottom:30px;font-size:62px;line-height:1.1}.about-content h2 span{color:#069747;display:block}.about-description{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#374151;text-align:justify;text-wrap:pretty;word-spacing:-1.5px;letter-spacing:.2px;max-width:780px;margin:0 auto 25px;font-size:25px;font-weight:400;line-height:1.8}.aellam-about-slogan{font-family:var(--typeBasePrimary), var(--typeBaseFallback);text-align:center;color:#069747;letter-spacing:.5px;margin-top:10px;padding:15px 20px;font-size:28px;font-weight:500;line-height:1.6}.aellam-about-slogan span{font-weight:800}.about-center-image{justify-content:center;width:100%;margin-bottom:45px;display:flex}.about-center-image img{object-fit:contain;border-radius:35px;width:100%;max-width:500px;transition:all .5s;box-shadow:0 20px 50px #00000014}.about-center-image img:hover{transform:scale(1.03)}.about-features{flex-wrap:wrap;justify-content:center;gap:25px;margin-bottom:40px;display:flex}.about-card{font-family:var(--typeBasePrimary), var(--typeBaseFallback);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffb8;border-radius:24px;align-items:center;gap:18px;min-width:280px;padding:24px;transition:all .4s;display:flex;box-shadow:0 10px 30px #0000000d}.about-card:hover{transform:translateY(-8px)scale(1.02)}.about-card i{color:#069747;background:#f2f8f2;border-radius:18px;justify-content:center;align-items:center;width:60px;height:60px;font-size:24px;display:flex}.about-card h4{color:#1b1b1b;text-align:left;margin-bottom:6px;font-size:18px;font-weight:500}.about-card p{color:#243e90;text-align:left;font-size:18px;font-weight:500}.about-btn{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:50px;padding:16px 38px;font-size:16px;font-weight:600;transition:all .4s}.about-btn:hover{background:#1f5d23;transform:translateY(-4px)}@media (width<=992px){.about-section{padding:0 35px}.about-wrapper{width:100%}.about-content{border-radius:30px;padding:45px 35px}.about-section .section-tag{margin-top:30px;margin-bottom:10px;font-size:30px;font-weight:700}.about-content h2{margin-bottom:25px;font-size:48px;line-height:1.2}.about-description{max-width:100%;margin-bottom:35px;font-size:20px;line-height:1.8}.about-center-image{margin-bottom:35px}.about-center-image img{border-radius:25px;width:100%;max-width:420px}.about-features{justify-content:center;gap:18px}.about-card{width:calc(50% - 10px);min-width:260px;padding:20px}.about-card i{width:55px;height:55px;font-size:22px}.about-card h4{font-size:17px}.about-card p{font-size:16px}.about-btn{padding:15px 34px;font-size:15px}}@media (width<=426px){.about-section{padding:10px 18px}.about-content{border-radius:20px;padding:30px 20px}.about-section .section-tag{margin-bottom:15px;font-size:25px;font-weight:700}.about-content h2{margin-bottom:18px;font-size:40px;line-height:1.3}.about-description{margin-bottom:28px;font-size:16px;line-height:1.8}.about-center-image{margin-bottom:28px}.about-center-image img{border-radius:18px;width:100%;max-width:280px}.about-features{flex-direction:column;gap:15px;margin-bottom:28px}.about-card{border-radius:18px;gap:15px;width:100%;min-width:100%;padding:18px}.about-card i{border-radius:14px;flex-shrink:0;width:48px;height:48px;font-size:20px}.about-card h4{margin-bottom:5px;font-size:16px}.about-card p{font-size:14px;line-height:1.5}.about-btn{width:100%;max-width:260px;padding:14px 20px;font-size:15px}}.product-showcase{flex-direction:column;gap:50px;padding:50px 80px;display:flex;position:relative}.showcase-item{background-color:#fff;border-radius:50px;grid-template-columns:1fr 1fr;align-items:center;gap:80px;height:100%;padding:60px;display:grid;position:relative;overflow:hidden;box-shadow:0 8px 20px #00000014,0 20px 60px #0000001f}.showcase-image:before{content:"";filter:blur(80px);z-index:0;background:#f6f6f661;border-radius:50%;width:1000px;height:1000px;position:absolute;top:-120px;bottom:-120px;left:0}.showcase-content,.showcase-image{z-index:1;position:relative}.showcase-image{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fff;border:2px solid #2e7d3240;border-radius:50px;flex-direction:column;justify-content:center;align-items:center;width:600px;height:550px;margin:auto;transition:all .5s;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 30px #0000001a,0 25px 60px #00000014,0 0 30px #2e7d3214}.product-image-hint{color:#2d6a4f;text-align:center;cursor:pointer;font-size:14px;font-weight:600;transition:all .3s;display:block}.product-image-hint:hover{color:#081c15;transform:translateY(-2px)}@media (width<=768px){.product-image-hint{margin-top:10px;font-size:13px}}@media (width<=400px){.product-image-hint{margin-top:8px;font-size:12px}}.showcase-image img{object-fit:contain;cursor:pointer;width:500px;height:500px;transition:transform .8s}.showcase-image img.rotate-product{animation:.8s ease-in-out productRotate360}@keyframes productRotate360{0%{transform:perspective(1000px)rotateY(0)scale(1)}50%{transform:perspective(1000px)rotateY(180deg)scale(1.12)}to{transform:perspective(1000px)rotateY(360deg)scale(1)}}.ayamin{object-fit:cover;width:100%;height:100%}.showcase-image img{transition:transform .4s}.showcase-image img:hover{cursor:pointer;transform:translateY(-10px)}.showcase-image img{object-fit:contain;z-index:2;filter:drop-shadow(0 20px 40px #00000026);width:82%;transition:all .5s;position:relative}.showcase-image:hover img{transform:scale(1.05)}.showcase-item.reverse .showcase-image{order:2}.showcase-item.reverse .showcase-content{order:1}.showcase-image{justify-content:center;align-items:center;display:flex}.showcase-image img{object-fit:contain;width:100%;max-width:400px;transition:all .5s}@keyframes productFloat{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-7px)rotate(1deg)}to{transform:translateY(0)rotate(0)}}.showcase-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff2e;border:1px solid #ffffff40;border-radius:40px;padding:50px}.showcase-tag{color:#111;background:#f4c542;border-radius:50px;margin-bottom:20px;padding:10px 18px;font-size:13px;font-weight:700;display:inline-block}.showcase-tag.green{color:#fff;background:#7d6d2e}.showcase-tag.orange{color:#fff;background:#ff7b29}.showcase-content h3{opacity:0;margin-bottom:10px;font-family:Josefin Sans,sans-serif;font-size:64px;font-weight:800}.aos-animate{opacity:1!important}.showcase-badge{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#2e7d32;letter-spacing:.5px;background:#edf7ea;border-radius:50px;padding:8px 18px;font-size:15px;font-weight:500;display:inline-block}.showcase-content h4{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#1b5e20;margin-bottom:20px;font-size:32px;font-weight:500;line-height:1.3}.showcase-content p{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#374151;text-align:justify;text-wrap:pretty;word-spacing:-1.5px;letter-spacing:.1px;max-width:500px;margin-bottom:0;font-size:21px;font-weight:400;line-height:1.7}.showcase-features{flex-wrap:wrap;gap:15px;margin-bottom:25px;display:flex}.showcase-features span{color:#2e7d32;background:#f2f8f2;border-radius:50px;padding:10px 16px;font-size:14px;font-weight:600}.showcase-btn{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#fff;cursor:pointer;background:linear-gradient(135deg,#2e7d32,#43a047);border:none;border-radius:60px;justify-content:center;align-items:center;gap:12px;padding:17px 34px;font-size:16px;font-weight:500;transition:all .45s;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 30px #2e7d3240}.showcase-btn:hover{transform:translateY(-4px);box-shadow:0 18px 40px #2e7d3259}.showcase-btn:active{transform:scale(.95)}.btn-icon{font-size:19px;transition:all .45s;display:flex}.btn-label{transition:all .35s}.showcase-btn:before{content:"";background:#ffffff47;width:60%;height:100%;transition:all .7s;position:absolute;top:0;left:-120%;transform:skew(-25deg)}.showcase-btn:hover:before{left:140%}.showcase-btn.added{background:linear-gradient(135deg,#00c853,#2e7d32);animation:.8s buttonGlow}.showcase-btn.added .btn-icon{animation:.65s cartSuccess}.showcase-btn.added .btn-label{animation:.45s textAppear}@keyframes cartSuccess{0%{opacity:0;transform:translate(-18px)scale(.3)rotate(-35deg)}45%{opacity:1;transform:translate(0)scale(1.25)}to{transform:scale(1)}}@keyframes textAppear{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes buttonGlow{0%{box-shadow:0 0 #2e7d3200}50%{box-shadow:0 0 25px #4caf508c}to{box-shadow:0 12px 30px #2e7d324d}}.fly-product{object-fit:cover;z-index:999999;pointer-events:none;will-change:transform, opacity;border:3px solid #fff;border-radius:18px;width:90px;height:90px;position:fixed;box-shadow:0 18px 45px #00000038}@media (width<=768px){.fly-product{border-radius:12px;width:60px;height:60px}}.cart-bounce{animation:.7s cubic-bezier(.175,.885,.32,1.275) cartBounce}@keyframes cartBounce{0%{transform:scale(1)}25%{transform:scale(1.25)rotate(-12deg)}50%{transform:scale(.92)rotate(8deg)}75%{transform:scale(1.12)}to{transform:scale(1)}}@media (width<=992px){.product-showcase{gap:70px;padding:60px 35px}.showcase-item{grid-template-columns:1fr;gap:40px}.showcase-item.reverse .showcase-image,.showcase-item.reverse .showcase-content{order:unset}.showcase-image{border-radius:35px;width:380px;height:380px}.showcase-image img{width:85%;max-width:300px}.showcase-content{text-align:center;border-radius:28px;padding:35px}.showcase-tag{padding:8px 16px;font-size:12px}.showcase-content h3{font-size:46px;line-height:1.2}.showcase-content h4{margin-bottom:18px;font-size:22px}.showcase-content p{margin:0 auto 5px;font-size:18px;line-height:1.8}.showcase-features{justify-content:center;gap:12px}.showcase-features span,.showcase-badge{padding:8px 14px;font-size:13px}.showcase-btn{justify-content:center;align-items:center;margin:0 auto;padding:15px 32px;font-size:15px;display:flex}}@media (width<=426px){.product-showcase{gap:50px;padding:40px 18px}.showcase-item{border-radius:20px;gap:25px;padding:15px}.showcase-image{border-radius:22px;width:260px;height:260px}.showcase-image img{width:82%;max-width:190px}.showcase-content{text-align:center;border-radius:20px;padding:22px 18px}.showcase-tag{margin-bottom:15px;padding:7px 14px;font-size:11px}.showcase-content h3{margin-bottom:10px;font-size:43px;line-height:1.25}.showcase-content h4{margin-bottom:15px;font-size:17px}.showcase-content p{margin-bottom:5px;font-size:15px;line-height:1.7}.showcase-features{justify-content:center;gap:8px;margin-bottom:22px}.showcase-features span,.showcase-badge{padding:7px 12px;font-size:11px}.showcase-btn{width:100%;max-width:260px;padding:14px 18px;font-size:15px}}.products-heading{text-align:center;z-index:2;margin-bottom:0;position:relative}.products-tag{color:#374151;margin-top:20px;margin-bottom:25px;font-family:Century Schoolbook,serif;font-size:30px;font-weight:700}.products-heading h2{color:#243e90;font-size:78px;line-height:1.1}.products-heading h2 span{color:#069747;display:block}.products-description{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#374151;text-align:justify;text-wrap:pretty;word-spacing:-1.5px;letter-spacing:.2px;max-width:780px;margin:20px auto 25px;font-size:25px;font-weight:400;line-height:1.8}@media (width<=992px){.products-heading h2{font-size:50px}.products-description{font-size:18px}}@media (width<=600px){.products-heading h2{font-size:40px}.products-description{font-size:16px;line-height:1.8}.products-tag{font-size:25px;font-weight:700}}.wellness-section{grid-template-columns:1fr 1fr;align-items:center;gap:80px;padding:10px 80px;display:grid;position:relative;overflow:hidden}.wellness-left{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:2px solid #95969747;border-radius:50px;padding:50px}@keyframes contentMove{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.wellness-section .section-tag{color:#374151;margin-bottom:20px;font-family:Century Schoolbook,serif;font-size:30px;font-weight:700}.wellness-left h2{color:#243e90;margin-bottom:25px;font-size:68px;line-height:1.1}.wellness-left h2 span{color:#069747;display:block}.wellness-description{color:#374151;font-size:25px;line-height:1.8;font-family:var(--typeBasePrimary), var(--typeBaseFallback);font-weight:400}.wellness-center{justify-content:center;align-items:center;min-height:700px;display:flex;position:relative}.tea-circle{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1;background:#ffffff38;border-radius:80%;justify-content:center;align-items:center;width:370px;height:350px;display:flex;position:relative;box-shadow:0 20px 60px #00000014}.tea-circle img{object-fit:cover;width:60%;transition:all .5s}@keyframes circleFloat{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}.circle-ring{border:2px dashed #2e7d32;border-radius:50%;width:620px;height:620px;animation:18s linear infinite rotateRing;position:absolute}@keyframes rotateRing{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ring-item{text-align:center;cursor:pointer;width:120px;transition:all .4s;position:absolute}.ring-item span{animation:18s linear infinite counterRotate}@keyframes counterRotate{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.ring-item:first-child{top:-30px;left:50%;transform:translate(-50%)}.ring-item:nth-child(2){top:50%;right:-30px;transform:translateY(-50%)}.ring-item:nth-child(3){bottom:-30px;left:50%;transform:translate(-50%)}.ring-item span{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#2e7d32;background:#ffffffe0;border-radius:28px;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:95px;height:95px;margin:auto;font-size:28px;transition:all .4s;display:flex;box-shadow:0 10px 30px #0000000f}.ring-item span p{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#111;margin:0;font-size:15px;font-weight:600;animation:none!important}.ring-item.active span{color:#fff;background:#2e7d32}.ring-item.active span p{color:#fff}.ring-item:hover span{transform:scale(1.08)}@media (width<=992px){.wellness-section{grid-template-columns:1fr;gap:60px;padding:30px 35px}.wellness-left{text-align:center;border-radius:30px;padding:40px 30px}.wellness-section .section-tag{font-size:30px;font-weight:700}.wellness-left h2{font-size:50px;line-height:1.2}.wellness-description{font-size:20px;line-height:1.8}.wellness-center{min-height:550px}.tea-circle{width:320px;height:320px}.tea-circle img{width:60%}.circle-ring{width:460px;height:460px}.ring-item{width:100px}.ring-item span{border-radius:22px;width:75px;height:75px;font-size:24px}.ring-item span p{font-size:13px}}@media (width<=426px){.wellness-section{grid-template-columns:1fr;gap:40px;padding:10px 18px}.wellness-left{text-align:center;border-radius:20px;padding:25px 18px}.wellness-section .section-tag{margin-bottom:15px;font-size:25px;font-weight:700}.wellness-left h2{margin-bottom:18px;font-size:40px;line-height:1.3}.wellness-description{font-size:16px;line-height:1.8}.wellness-center{min-height:360px}.tea-circle{border-radius:50%;width:150px;height:150px}.tea-circle img{width:90%}.circle-ring{width:300px;height:300px}.ring-item{width:70px}.ring-item:first-child{top:-18px}.ring-item:nth-child(2){right:-18px}.ring-item:nth-child(3){bottom:-18px}.ring-item span{border-radius:16px;gap:3px;width:52px;height:52px;font-size:18px}.ring-item span p{font-size:10px;line-height:1.2}}.circle-ring:hover,.circle-ring:hover .ring-item *{animation-play-state:paused}@media (width>=427px){.circle-ring:hover,.circle-ring:hover .ring-item *{animation-play-state:paused}}@media (width<=769px){.circle-ring,.circle-ring .ring-item span{animation-play-state:running!important}}.team-section{padding:70px 80px;position:relative;overflow:hidden}.team-heading{text-align:center;max-width:850px;margin:0 auto 80px}.team-section .section-tag{color:#374151;margin-bottom:20px;font-family:Century Schoolbook,serif;font-size:35px;font-weight:700}.team-heading h2{color:#243e90;margin-bottom:25px;font-size:68px;line-height:1.1}.team-heading h2 span{color:#069747;display:block}.team-description{color:#374151;font-size:25px;font-family:var(--typeBasePrimary), var(--typeBaseFallback);font-weight:400;line-height:1.8}.team-grid{grid-template-columns:repeat(3,1fr);gap:35px;display:grid}.team-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:2px solid #95969747;border-radius:40px;transition:all .5s;position:relative;overflow:hidden}.active-card{transform:translateY(-20px)}.team-image{overflow:hidden}.team-image img{object-fit:contain;width:100%;height:220px;transition:transform .5s}.team-content{text-align:center;padding:25px}.team-content h3{font-family:var(--typeBasePrimary), var(--typeBaseFallback);text-align:center;color:#111;margin-bottom:10px;font-size:32px}.team-content span{color:#069747;font-size:20px;font-family:var(--typeBasePrimary), var(--typeBaseFallback);margin:0 auto 20px;font-weight:700;display:inline-block}.team-content p{color:#374151;text-align:justify;line-height:1.9;font-family:var(--typeBasePrimary), var(--typeBaseFallback);font-size:17px;font-weight:400}.team-social{gap:15px;display:flex}.team-social a{color:#2e7d32;background:#f2f8f2;border-radius:18px;justify-content:center;align-items:center;width:48px;height:48px;font-size:18px;text-decoration:none;transition:all .4s;display:flex}.team-social a:hover{color:#fff;background:#2e7d32;transform:translateY(-5px)}@media (width<=1100px){.team-grid{grid-template-columns:1fr}.active-card{transform:none}}@media (width<=768px){.team-section{padding:60px 25px}.team-heading h2{font-size:50px}.team-image img{height:350px}}@media (width<=600px){.team-heading h2{font-size:34px}.team-description{font-size:15px;line-height:1.8}.team-content{padding:25px}.team-content h3{font-size:28px}.team-section .section-tag{font-size:25px;font-weight:700}.team-image img{height:330px}}@media (width<=992px){.hero{text-align:center;min-height:auto;padding:130px 40px 0}.hero-content{max-width:700px}.sub-title{letter-spacing:3px;margin-bottom:18px;font-size:16px}.team-section .section-tag{margin-bottom:0;font-size:25px;font-weight:700}.hero-content h1{margin-bottom:20px;font-size:58px;line-height:1.2}.description{margin-bottom:35px;font-size:22px;line-height:1.7}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:18px}.primary-btn,.secondary-btn{padding:15px 30px;font-size:15px}}@media (width<=426px){.hero{text-align:center;min-height:auto;padding:150px 18px 10px}.hero-content{max-width:100%}.team-content,.team-content p{text-align:center}.sub-title{letter-spacing:2px;margin-bottom:15px;font-size:13px}.hero-content h1{margin-bottom:18px;font-size:40px;line-height:1.25}.description{margin-bottom:30px;font-size:18px;line-height:1.8}.hero-buttons{flex-direction:column;align-items:center;gap:15px}.primary-btn,.secondary-btn{width:100%;max-width:280px;padding:15px 20px;font-size:15px}}.menu-toggle{display:none}@media (width<=992px){.navbar{padding:18px 25px}.nav-left,.nav-right{display:none}.menu-toggle{font-size:28px;display:block}.logo{position:relative;left:0;transform:none}.section-container,.team-grid{grid-template-columns:1fr}.team-section{padding:50px 30px}.team-heading h2{font-size:50px}}@media (width<=600px){.primary-btn,.secondary-btn{width:100%}.feature-grid{grid-template-columns:1fr}}.mobile-menu{font-family:var(--typeBasePrimary), var(--typeBaseFallback);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#fffffff5;flex-direction:column;width:320px;height:100vh;padding:30px;transition:all .5s cubic-bezier(.77,0,.175,1);display:flex;position:fixed;top:0;right:-100%;box-shadow:-10px 0 40px #00000014}.mobile-menu.active{right:0}.mobile-header{justify-content:space-between;align-items:center;display:flex}.mobile-header img{width:90px}.close-menu{cursor:pointer;background:#f3f3f3;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:22px;transition:all .3s;display:flex}.close-menu:hover{color:#fff;background:#2e7d32;transform:rotate(90deg)}.mobile-links{flex-direction:column;gap:25px;margin-top:40px;display:flex}.mobile-links a{color:#1a1a1a;opacity:0;font-size:20px;font-weight:600;text-decoration:none;transition:all .5s;transform:translate(50px)}.mobile-menu.active .mobile-links a{opacity:1;transform:translate(0)}.mobile-menu.active .mobile-links a:first-child{transition-delay:.1s}.mobile-menu.active .mobile-links a:nth-child(2){transition-delay:.2s}.mobile-menu.active .mobile-links a:nth-child(3){transition-delay:.3s}.mobile-menu.active .mobile-links a:nth-child(4){transition-delay:.4s}.mobile-menu.active .mobile-links a:nth-child(5){transition-delay:.5s}.mobile-links a:hover{color:#2e7d32;transform:translate(8px)}.mobile-footer button{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:50px;width:100%;padding:16px;font-size:16px;font-weight:600;transition:all .4s}.mobile-footer button:hover{background:#1f5d23}@media (width<=992px){.menu-toggle{cursor:pointer;color:#1a1a1a;font-size:28px;display:block}}.mobile-navbar-actions{display:none}@media (width<=992px){.nav-right{display:none}.mobile-navbar-actions{align-items:center;gap:18px;margin-left:auto;display:flex}.mobile-cart-icon{color:#2e7d32;border-radius:14px;justify-content:center;align-items:center;width:46px;height:46px;font-size:22px;text-decoration:none;display:flex;position:relative}.mobile-cart-icon span{color:#fff;background:#111;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:600;display:flex;position:absolute;top:-6px;right:-6px}.menu-toggle{cursor:pointer;justify-content:center;align-items:center;width:46px;height:46px;font-size:26px;display:flex}}.footer-section{isolation:auto;background:linear-gradient(135deg,#f4f8f2 0%,#edf7ea 40%,#e3f1df 100%);border-top:1px solid #2e7d3214;padding-top:70px;position:relative;overflow:hidden}.footer-section:before{content:"";background-image:var(--footer-plants);opacity:1;pointer-events:none;z-index:3;background-position:bottom;background-repeat:no-repeat;background-size:cover;width:100%;height:230px;position:absolute;bottom:0;left:0;right:0;transform:scale(1.03)}.footer-section>*{z-index:3;position:relative}@media (width<=1024px){.footer-section:before{opacity:.9;filter:blur(4px);background-size:100% 100%;height:450px}}@media (width<=768px){.footer-section{padding-top:50px}.footer-section:before{opacity:.9;filter:blur(3px);background-position:bottom;background-size:100% 100%;height:300px}}@media (width<=480px){.footer-section:before{opacity:.9;filter:blur(1px);background-size:100% 100%;width:100%;height:300px}}.footer-top{border-bottom:1px solid #2e7d3214;justify-content:space-between;gap:70px;padding:0 10px 40px;display:flex}.footer-brand{align-items:center;gap:25px;min-width:320px;display:flex}.footer-logo{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff14;border-radius:30px;justify-content:center;align-items:center;display:flex}.footer-logo img{width:160px}@keyframes floatLogo{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.footer-brand h2{color:#243e90;font-family:Times New Roman,Times,serif;font-size:20px;font-weight:500;line-height:1.2}.footer-heading{color:#243e90;margin:0;font-size:34px;font-weight:700;line-height:1.1}.footer-aellam,.footer-life-sciences{margin:0;padding:0;line-height:1;display:block}.footer-links{text-align:justify;flex:1;grid-template-columns:repeat(5,1fr);gap:1px;display:grid}.footer-column h4{color:#000;margin-bottom:20px;font-size:18px;font-weight:700}.footer-column a{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#000;width:max-content;margin-bottom:16px;font-size:16px;font-weight:400;text-decoration:none;transition:all .35s;display:block;position:relative}.footer-column a:after{content:"";background:#069747;width:0%;height:2px;transition:all .4s;position:absolute;bottom:-4px;left:0}.footer-column a:hover:after{width:100%}.footer-column a:hover{color:#069747;transform:translate(5px)}.shop-us-column{flex-direction:column;display:flex}.shop-us-column h4{margin-bottom:16px}.shop-platforms{flex-direction:column;display:flex}.shop-platforms a{margin-bottom:0}.shop-platform{box-sizing:border-box;justify-content:flex-start;align-items:center;width:145px;height:48px;padding:5px 0;text-decoration:none;transition:transform .25s,opacity .25s;display:flex}.shop-platform img{object-fit:contain;object-position:left center;flex-shrink:0;width:115px;height:38px;display:block}.shop-platform:hover{opacity:.85;transform:translate(4px)}@media (width<=768px){.shop-platform img{width:105px;height:34px}.shop-platform{width:135px;height:44px}.shop-platform img{max-width:105px;max-height:30px}}.social-icons{gap:15px;display:flex}.social-icons a{color:#069747;background:#fff;border-radius:18px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:0;font-size:18px;transition:all .4s;display:flex;box-shadow:0 8px 20px #2e7d3214}.social-icons a:hover{color:#fff;background:#069747;transform:translateY(-6px)rotate(5deg)}.newsletter-box{background:#fff;border-radius:60px;align-items:center;margin-top:15px;padding:8px;display:flex;box-shadow:0 10px 30px #2e7d3214}.newsletter-box input{color:#333;background:0 0;border:none;outline:none;flex:1;padding:14px 20px;font-size:15px}.newsletter-box input::placeholder{color:#999}.newsletter-box button{color:#fff;cursor:pointer;background:#069747;border:none;border-radius:50%;width:52px;height:52px;font-size:16px;transition:all .4s}.newsletter-box button:hover{background:#1f5d23;transform:rotate(45deg)scale(1.05)}.footer-bottom{justify-content:center;align-items:center;padding:24px 80px;display:flex}.footer-bottom p{color:#000;letter-spacing:.3px;box-shadow:none;background:#ffffffb3;border:1px solid #c8f7d459;border-radius:50px;margin:0;padding:10px 24px;font-size:18px;font-weight:500;display:inline-block}.footer-bottom-links{gap:30px;display:flex}.footer-bottom-links a{color:#555;font-size:14px;text-decoration:none;transition:all .3s}.footer-bottom-links a:hover{color:#2e7d32}.leaf{opacity:.75;pointer-events:none;width:140px;animation:7s ease-in-out infinite leafFloat;position:absolute}.leaf-1{top:-10px;right:-10px}.leaf-2{bottom:10px;left:-20px;transform:rotate(180deg)}@keyframes leafFloat{0%{transform:rotate(0)translateY(0)}25%{transform:rotate(-12deg)translateY(-3px)}50%{transform:rotate(0)translateY(0)}75%{transform:rotate(12deg)translateY(-3px)}to{transform:rotate(0)translateY(0)}}@media (width<=1100px){.footer-top{flex-direction:column;padding:0 30px 50px}.footer-links{grid-template-columns:repeat(2,1fr)}.footer-bottom{padding:24px 30px}}@media (width<=768px){.footer-links{grid-template-columns:1fr}.footer-brand{text-align:center;flex-direction:column}.footer-brand h2{font-size:28px}.footer-bottom{text-align:center;flex-direction:column;gap:15px}.newsletter-box{width:50%}.leaf{width:120px}}@media (width<=321px){.footer-top{justify-content:center;align-items:center;padding:10px 5px}}.progress-wrap{cursor:pointer;z-index:9999;opacity:0;visibility:hidden;justify-content:center;align-items:center;width:70px;height:70px;transition:all .4s;display:flex;position:fixed;bottom:30px;right:30px;transform:translateY(20px)}.progress-wrap.active{opacity:1;visibility:visible;transform:translateY(0)}.progress-wrap i{color:#2e7d32;z-index:2;font-size:20px;transition:all .4s;position:absolute}.progress-wrap:hover i{transform:translateY(-4px)}.progress-circle{transform:rotate(-90deg)}.progress-bg{fill:none;stroke:#0000001f;stroke-width:4px}.progress-bar{fill:none;stroke:#2e7d32;stroke-width:4px;stroke-linecap:round;stroke-dasharray:188.5;stroke-dashoffset:188.5px;filter:drop-shadow(0 0 8px #00000026);transition:stroke-dashoffset .2s linear}.progress-wrap:before{content:"";-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;border:1px solid #00000014;border-radius:50%;position:absolute;inset:8px;box-shadow:0 8px 25px #00000014}@media (width<=768px){.progress-wrap{width:60px;height:60px;bottom:20px;right:20px}}.toast-message{color:#fff;z-index:5000;background:#2e7d32;border-radius:12px;padding:16px 24px;animation:.3s fadeIn;position:fixed;top:120px;right:30px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.navbar-user{align-items:center;gap:10px;display:flex}.nav-auth-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:8px;padding:10px 18px;font-size:14px;font-weight:600}.logout-btn{color:#fff;background:#dc3545;border:none}.logout-btn:hover{background:#c82333;transform:translateY(-2px)}.mobile-auth{text-align:center;background:#2e7d32;border-radius:10px;margin-top:15px;padding:14px;display:block;color:#fff!important}.mobile-logout{text-align:center;background:#dc2626;border-radius:10px;margin-top:10px;padding:14px;display:block;color:#fff!important}.home-blogs{padding:25px 80px}.home-blogs h2{text-align:center;color:#243e90;margin-bottom:25px;font-size:68px}.home-blogs-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:30px;display:grid}.home-blog-card{background:#fff;border-radius:20px;transition:all .3s;overflow:hidden;box-shadow:0 8px 25px #00000014}.home-blog-card:hover{transform:translateY(-8px)}.home-blog-card img,.home-blog-card video{object-fit:cover;width:100%;height:250px;display:block}.blog-content{padding:20px}.blog-content h3{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#111827;margin-bottom:10px;font-size:22px;font-weight:600}.blog-content p{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#6b7280;font-size:15px;line-height:1.7}@media (width<=992px){.home-blogs{padding:10px 35px}.home-blogs h2{margin-bottom:40px;font-size:50px}.home-blogs-grid{grid-template-columns:repeat(2,1fr);gap:25px}.home-blog-card{border-radius:18px}.home-blog-card img,.home-blog-card video{height:220px}.blog-content{padding:18px}.blog-content h3{margin-bottom:10px;font-size:20px}.blog-content p{font-size:15px;line-height:1.7}}@media (width<=426px){.home-blogs{padding:15px 18px}.home-blogs h2{margin-bottom:30px;font-size:40px;line-height:1.3}.home-blogs-grid{grid-template-columns:1fr;gap:20px}.home-blog-card{border-radius:16px}.home-blog-card img,.home-blog-card video{height:200px}.blog-content{padding:16px}.blog-content h3{margin-bottom:8px;font-size:18px}.blog-content p{font-size:14px;line-height:1.6}}.aellam-why-section{z-index:2;padding:5px 80px;position:relative;overflow:hidden}.aellam-why-container{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.aellam-why-image-area{justify-content:center;align-items:center;min-height:650px;display:flex;position:relative}.aellam-product-circle{background:radial-gradient(circle,#0697471f,#0000 70%);border-radius:50%;justify-content:center;align-items:center;width:500px;height:500px;display:flex;position:relative}.aellam-scroll-product{object-fit:contain;will-change:transform;width:550px;transition:transform .1s linear}.aellam-exp-card{font-family:var(--typeBasePrimary), var(--typeBaseFallback);cursor:pointer;background:#ffdd67;border-radius:25px;min-width:260px;padding:10px 30px;transition:all .4s;animation:3s ease-in-out infinite breatheCard;position:absolute;bottom:-1px;left:34%;overflow:hidden}@keyframes breatheCard{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.exp-front{transition:all .4s}.exp-hover-content{color:#fff;background:#069747;flex-direction:column;justify-content:center;width:100%;height:100%;padding:20px;transition:all .5s;display:flex;position:absolute;top:0;left:100%}.aellam-exp-card:hover .exp-hover-content{left:0}.aellam-exp-card:hover .exp-front{opacity:0;transform:translate(-100%)}.aellam-exp-card h2{color:#111;font-size:58px}.aellam-exp-card p{font-size:18px;font-weight:600}.aellam-subtitle{color:#374151;text-align:center;width:100%;max-width:800px;margin:0 auto;font-family:Century Schoolbook,serif;font-size:30px;font-weight:700;display:block}.aellam-why-content h2{text-align:center;color:#243e90;margin:20px 0;font-size:72px}.aellam-why-content h2 span{color:#069747;display:block}.aellam-why-content p{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#374151;margin-bottom:35px;font-size:25px;font-weight:400;line-height:1.8}.aellam-features-box{background:#0697470f;border-left:5px solid #069747;border-radius:20px;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:40px;padding:35px;display:grid}.aellam-feature{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#333;font-size:18px;font-weight:500}.aellam-bottom{align-items:center;gap:40px;display:flex}.aellam-bottom button{font-family:var(--typeBasePrimary), var(--typeBaseFallback);cursor:pointer;background:#ffdd67;border:none;border-radius:20px;padding:18px 35px;font-weight:600;transition:all .4s}.aellam-bottom button:hover{transform:translateY(-5px);box-shadow:0 15px 30px #fbe20166}.aellam-founder{align-items:center;gap:15px;display:flex}.aellam-founder img{border-radius:50%;width:60px;height:60px}.aellam-scroll-product,.aellam-floating-image,.aellam-exp-card{will-change:transform;transform:translateZ(0)}.impact-section{padding:5px 80px;position:relative;overflow:hidden}.impact-overlay{z-index:1;background:linear-gradient(#fffffff2,#f8fcf8fa);position:absolute;inset:0}.impact-container{z-index:3;position:relative}.impact-heading{text-align:center}.impact-heading span{color:#069747;letter-spacing:5px;font-weight:700}.impact-heading h2{color:#243e90;margin-top:20px;font-size:72px}.impact-heading p{max-width:700px;margin:25px auto;font-size:22px;line-height:1.8}.impact-grid{grid-template-columns:repeat(4,1fr);gap:35px;display:grid}.impact-card{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#ffffff40;border:2px solid #243e90;border-radius:50px;flex-direction:column;justify-content:center;align-items:center;height:320px;transition:all .5s;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000014}.impact-card:before{content:"";filter:blur(80px);background:#06974700;border-radius:50%;width:250px;height:250px;position:absolute;top:-50px;left:-50px}.impact-grid{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:40px;padding:50px}.impact-icon{color:#069747;margin-bottom:20px;font-size:65px;transition:all .5s}.impact-card h3{color:#243e90;margin-bottom:12px;font-size:58px}.impact-card p{font-family:var(--typeBasePrimary), var(--typeBaseFallback);font-size:25px;font-weight:600}.impact-card:hover{transform:translateY(-20px)scale(1.05)}.impact-card:hover .impact-icon{transform:rotate(15deg)scale(1.2)}.center-card{transform:translateY(-30px)}@media (width<=992px){.impact-grid{grid-template-columns:repeat(2,1fr)}.impact-heading h2{font-size:50px}}@media (width<=600px){.impact-grid{grid-template-columns:1fr}.impact-heading h2{font-size:36px}.newsletter-box{width:100%}}@media (width<=992px){.impact-section{padding:35px}.impact-container{width:100%}.impact-heading span{letter-spacing:3px;font-size:14px}.impact-heading h2{margin-top:15px;font-size:52px}.impact-heading p{max-width:600px;font-size:18px;line-height:1.8}.impact-grid{border-radius:30px;grid-template-columns:repeat(2,1fr);gap:25px;padding:25px}.impact-card{border-radius:30px;height:260px}.impact-icon{margin-bottom:18px;font-size:52px}.impact-card h3{font-size:44px}.impact-card p{text-align:center;font-size:20px}}@media (width<=426px){.impact-section{padding:45px 18px}.impact-heading span{letter-spacing:2px;font-size:12px}.impact-heading h2{margin-top:12px;font-size:34px;line-height:1.3}.impact-heading p{font-size:15px;line-height:1.7}.impact-grid{grid-template-columns:1fr;gap:18px;padding:0}.impact-card{border-radius:22px;height:210px;padding:20px}.impact-icon{margin-bottom:15px;font-size:42px}.impact-card h3{margin-bottom:8px;font-size:36px}.impact-card p{text-align:center;font-size:18px;line-height:1.5}.impact-card:hover{transform:translateY(-8px)}}@media (width<=992px){.aellam-why-section{padding:20px 70px}.aellam-why-container{grid-template-columns:1fr;gap:120px}.aellam-why-image-area{order:1;min-height:auto;margin-top:-20px}.aellam-why-content{text-align:center;order:2}.aellam-product-circle{width:380px;height:380px}.aellam-scroll-product{width:380px}.aellam-exp-card{min-width:220px;padding:10px 45px;bottom:-90px;left:auto;transform:translate(50%)}.aellam-exp-card h2{font-size:42px}.aellam-exp-card p{font-size:16px}.aellam-why-content h2{font-size:50px;line-height:1.2}.aellam-why-content p{font-size:18px;line-height:1.8}.aellam-features-box{grid-template-columns:repeat(2,1fr);padding:25px}.aellam-bottom{flex-wrap:wrap;justify-content:center;gap:25px}}@media (width<=576px){.aellam-why-section{padding:60px 20px}.aellam-why-container{gap:45px}.aellam-why-image-area{min-height:auto}.aellam-product-circle{width:260px;height:260px}.aellam-scroll-product{width:260px}.aellam-exp-card{text-align:center;width:100%;max-width:200px;margin-top:25px;position:relative;bottom:auto;left:auto;transform:none}.aellam-exp-card h2{font-size:34px}.aellam-exp-card p{font-size:15px}.aellam-subtitle{font-size:13px}.aellam-why-content h2{margin:15px 0;font-size:36px;line-height:1.25}.aellam-why-content p{margin-bottom:25px;font-size:16px;line-height:1.8}.aellam-features-box{grid-template-columns:1fr;gap:15px;padding:20px}.aellam-feature{text-align:left;font-size:16px}.aellam-bottom{flex-direction:column;align-items:center;gap:20px}.aellam-bottom button{width:100%;max-width:280px;padding:16px 25px}.aellam-founder{text-align:left;justify-content:center}.aellam-founder img{width:55px;height:55px}}@media (width<=426px){.aellam-why-section{padding:10px 15px}.aellam-why-container{gap:35px}.aellam-why-image-area{flex-direction:column;min-height:auto}.aellam-product-circle{width:220px;height:220px}.aellam-scroll-product{width:220px}.aellam-exp-card{text-align:center;border-radius:18px;width:100%;max-width:200px;margin-top:20px;padding:20px;position:relative;bottom:25px;left:auto;transform:none}.aellam-exp-card h2{font-size:30px}.aellam-exp-card p{font-size:14px}.exp-hover-content{padding:15px}.exp-hover-content h4{font-size:18px}.exp-hover-content span{font-size:13px;line-height:1.5}.aellam-subtitle{font-size:25px;font-weight:700}.aellam-why-content{text-align:center}.aellam-why-content h2{margin:15px 0;font-size:40px;line-height:1.25}.aellam-why-content p{margin-bottom:22px;font-size:15px;line-height:1.8}.aellam-features-box{border-radius:16px;grid-template-columns:1fr;gap:12px;padding:18px}.aellam-feature{font-size:14px}.aellam-bottom{flex-direction:column;gap:18px}.aellam-bottom button{width:100%;max-width:230px;padding:14px 20px;font-size:15px}.aellam-founder{justify-content:center;gap:10px}.aellam-founder img{width:48px;height:48px}.aellam-founder h4{font-size:16px}.aellam-founder span{font-size:13px}}.aellam-wellness-hub{padding:120px 80px}.aellam-wellness-container{grid-template-columns:repeat(12,1fr);gap:25px;display:grid}.aellam-large-card{grid-column:span 6;height:420px}.aellam-feature-card{cursor:pointer;border-radius:25px;position:relative;overflow:hidden;box-shadow:0 15px 40px #00000014}.aellam-feature-card img{object-fit:cover;width:100%;height:100%;transition:all .8s}.aellam-feature-card:hover img{transform:scale(1.15)}.aellam-overlay-content{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#fff;background:linear-gradient(#0000,#000000b3);flex-direction:column;justify-content:flex-end;padding:40px;transition:all .5s;display:flex;position:absolute;inset:0}.aellam-overlay-content h3{margin-bottom:10px;font-size:34px;font-weight:500}.aellam-overlay-content p{font-size:18px;line-height:1.7}.aellam-mini-card{color:#fff;cursor:pointer;background:#069747;border-radius:20px;grid-column:span 4;align-items:center;gap:20px;padding:35px;transition:all .5s;display:flex;position:relative;overflow:hidden}.aellam-mini-card:before{content:"";background:#ffffff14;border-radius:50%;width:200px;height:200px;transition:all .5s;position:absolute;top:-100px;right:-100px}.aellam-mini-card:hover:before{transform:scale(1.5)}.aellam-mini-card:hover{transform:translateY(-12px)}.aellam-mini-card i{font-size:38px}.aellam-mini-card h4{font-family:var(--typeBasePrimary), var(--typeBaseFallback);margin-bottom:6px;font-size:24px;font-weight:500}.aellam-mini-card span{font-family:var(--typeBasePrimary), var(--typeBaseFallback);font-size:15px}.aellam-feature-card:not(.aellam-large-card){grid-column:span 6;height:380px}@media (width<=992px){.aellam-wellness-hub{padding:10px 35px}.aellam-wellness-container{grid-template-columns:repeat(12,1fr);gap:20px}.aellam-large-card{grid-column:span 12;height:360px}.aellam-feature-card:not(.aellam-large-card){grid-column:span 6;height:300px}.aellam-mini-card{border-radius:18px;grid-column:span 4;gap:18px;padding:25px}.aellam-mini-card i{font-size:32px}.aellam-mini-card h4{font-size:20px}.aellam-mini-card span{font-size:14px}.aellam-overlay-content{padding:28px}.aellam-overlay-content h3{margin-bottom:8px;font-size:28px}.aellam-overlay-content p{font-size:16px;line-height:1.6}}@media (width<=426px){.aellam-wellness-hub{padding:50px 18px}.aellam-wellness-container{grid-template-columns:1fr;gap:18px}.aellam-large-card,.aellam-feature-card:not(.aellam-large-card),.aellam-mini-card{grid-column:span 1;width:100%}.aellam-large-card{height:260px}.aellam-feature-card:not(.aellam-large-card){height:240px}.aellam-overlay-content{padding:20px}.aellam-overlay-content h3{margin-bottom:8px;font-size:22px;line-height:1.3}.aellam-overlay-content p{font-size:14px;line-height:1.6}.aellam-mini-card{border-radius:16px;align-items:center;gap:15px;padding:20px}.aellam-mini-card i{min-width:32px;font-size:28px}.aellam-mini-card h4{margin-bottom:4px;font-size:18px}.aellam-mini-card span{font-size:13px;line-height:1.5}.aellam-mini-card:before{width:120px;height:120px;top:-60px;right:-60px}}.aellam-testimonial-heading h2{color:#1f2f1d;margin-bottom:15px;font-size:62px;font-weight:700}.aellam-testimonial-slider{overflow:hidden}.aellam-testimonial-track{transition:all .8s;display:flex}.aellam-testimonial-card{box-sizing:border-box;min-width:33.333%;padding:20px 40px}.aellam-quote{color:#dcdcdc;margin-bottom:15px;font-size:70px}.aellam-stars{color:#e0c306;letter-spacing:4px;margin-bottom:10px;font-size:28px}.aellam-testimonial-card h3{color:#222;margin-bottom:20px;font-size:40px;font-style:italic}.aellam-testimonial-card p{color:#666;margin-bottom:30px;font-size:20px;line-height:1.8}.aellam-testimonial-card h4{color:#222;text-transform:uppercase;margin-bottom:8px;font-size:28px}.aellam-testimonial-card h4 span{color:#0aa84f}.aellam-testimonial-card small{color:#999;text-transform:uppercase;font-size:16px}.aellam-testimonial-dots{justify-content:center;gap:12px;margin-top:50px;display:flex}.aellam-testimonial-dot{cursor:pointer;background:#ccc;border-radius:50%;width:12px;height:12px;transition:all .3s}.aellam-testimonial-dot.active{background:#2e7d32;transform:scale(1.35)}@media (width<=992px){.aellam-testimonial-card{text-align:center;min-width:100%}}.navbar-profile{position:relative}.profile-trigger{font-family:var(--typeBasePrimary), var(--typeBaseFallback);cursor:pointer;background:#fff;border:none;border-radius:50px;align-items:center;gap:10px;padding:10px 18px;transition:all .3s;display:flex;box-shadow:0 10px 25px #00000014}.profile-trigger:hover{transform:translateY(-2px)}.profile-avatar{color:#069747;font-size:32px}.profile-trigger span{color:#222;font-weight:600}.profile-arrow{transition:all .3s}.profile-arrow.rotate{transform:rotate(180deg)}.profile-dropdown{z-index:999;background:#fff;border-radius:18px;width:220px;animation:.25s dropdown;position:absolute;top:60px;right:0;overflow:hidden;box-shadow:0 20px 50px #0000001f}@keyframes dropdown{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.profile-dropdown button{font-family:var(--typeBasePrimary), var(--typeBaseFallback);cursor:pointer;background:0 0;border:none;align-items:center;gap:14px;width:100%;padding:16px 20px;font-size:15px;transition:all .3s;display:flex}.profile-dropdown button:hover{color:#2e7d32;background:#f4faf4}.logout-item{color:#d62828}.logout-item:hover{color:#d62828!important;background:#fff2f2!important}.mobile-profile{margin-top:30px}.mobile-user{border-bottom:1px solid #ececec;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:18px;display:flex}.mobile-user svg{color:#2e7d32;font-size:42px}.mobile-user span{font-size:18px;font-weight:600}.mobile-menu-item{color:#222;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:15px;width:100%;padding:15px;font-size:17px;text-decoration:none;transition:all .3s;display:flex}.mobile-menu-item:hover{background:#f5faf5}.mobile-logout-btn{color:#d62828}.navbar-link-btn{cursor:pointer;color:#000;background:0 0;border:none;outline:none;padding:0;font-family:inherit;font-size:16px;font-weight:500;transition:all .35s;position:relative}.navbar-link-btn:after{content:"";background:#2e7d32;width:0;height:2px;transition:all .35s;position:absolute;bottom:-8px;left:0}.navbar-link-btn:hover{color:#2e7d32}.navbar-link-btn:hover:after{width:100%}.mobile-nav-btn{text-align:left;color:#1a1a1a;cursor:pointer;background:0 0;border:none;width:100%;padding:0;font-family:inherit;font-size:20px;font-weight:600;transition:all .35s}.mobile-nav-btn:hover{color:#2e7d32;transform:translate(8px)}.login-success-message{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#fff;z-index:9999;background:#16a34a;border-radius:10px;padding:14px 24px;font-size:15px;font-weight:600;animation:.4s slideDown;position:fixed;top:115px;left:50%;transform:translate(-50%);box-shadow:0 10px 25px #00000026}@keyframes slideDown{0%{opacity:0;transform:translate(-50%,-20px)}to{opacity:1;transform:translate(-50%)}}.navbar-profile-image{object-fit:cover;border-radius:50%;flex-shrink:0;width:42px;height:42px;transition:all .3s}.profile-trigger:hover .navbar-profile-image{border-color:#243e90;transform:scale(1.08)}.mobile-profile-image{object-fit:cover;border-radius:50%;width:50px;height:50px}.aellam-blogs-subtitle{max-width:780px;font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#374151;text-align:center;text-wrap:pretty;word-spacing:-1px;letter-spacing:.2px;margin:18px auto 30px;font-size:25px;font-weight:400;line-height:1.8}@media (width<=768px){.aellam-blogs-subtitle{padding:0 20px;font-size:20px}}@media (width<=426px){.aellam-blogs-subtitle{padding:0 15px;font-size:17px;line-height:1.6}}@media (width>=1920px){html{font-size:16px}}@media (width>=3840px){html{font-size:24px}}@media (width>=7680px){html{font-size:32px}}@media screen and (width>=2560px) and (width<=7660px){.hero{min-width:100px;min-height:100px;padding:120px}.hero-content{max-width:1200px;margin:0 auto}.hero-content h1{margin-bottom:35px;font-size:110px;line-height:1.1}.description{max-width:1100px;margin:0 auto 40px;font-size:30px;line-height:1.8}.hero-tagline{margin-top:35px}.hero-tagline h3{font-size:3rem;line-height:1.5}}@media screen and (width>=3840px){.hero{min-height:100vh;padding:220px 180px}.hero-content{max-width:1600px}.hero-content h1{margin-bottom:45px;font-size:150px;line-height:1.08}.description{max-width:1450px;margin:0 auto 50px;font-size:40px;line-height:1.8}.hero-tagline{margin-top:45px}.hero-tagline h3{font-size:4rem;line-height:1.5}}@media screen and (width>=7680px){.hero-content h1{font-size:220px}.description{max-width:2000px;font-size:56px}.hero-tagline h3{font-size:6rem}}@media screen and (width>=993px) and (width<=1024px){.about-section{padding:0 40px}.about-wrapper{justify-content:center;align-items:center;width:100%;display:flex}.about-content{border-radius:30px;width:100%;max-width:900px;padding:5px 40px}.about-section .section-tag{text-align:center;margin-bottom:18px;font-size:30px}.about-content h2{text-align:center;margin-bottom:25px;font-size:52px;line-height:1.2}.about-content h2 span{display:block}.about-description{text-align:center;max-width:100%;margin:0 auto 40px;font-size:20px;line-height:1.8}.about-features{flex-wrap:nowrap;justify-content:center;align-items:stretch;gap:20px;display:flex}.about-card{border-radius:24px;flex:1;min-width:0;padding:22px}.about-card i{flex-shrink:0;width:55px;height:55px;font-size:22px}.about-card h4{margin-bottom:6px;font-size:18px}.about-card p{font-size:15px;line-height:1.5}.product-showcase{gap:60px;padding:60px 35px}.products-tag{margin-bottom:18px;font-size:30px}.products-heading h2{font-size:58px;line-height:1.15}.products-description{text-align:center;max-width:850px;margin:20px auto 0;font-size:20px;line-height:1.8}.showcase-item{border-radius:35px;grid-template-columns:1fr 1fr;align-items:center;gap:35px;padding:35px}.showcase-image{border-radius:30px;width:420px;height:420px;margin:auto}.showcase-image img{width:80%;max-width:320px;height:auto}.showcase-content{border-radius:28px;padding:25px}.showcase-content h3{margin-bottom:12px;font-size:48px;line-height:1.15}.showcase-content h4{margin-bottom:15px;font-size:24px}.showcase-content p{max-width:100%;margin-bottom:20px;font-size:18px;line-height:1.7}.showcase-badge{padding:8px 16px;font-size:14px}.showcase-features{gap:12px;margin-bottom:22px}.showcase-btn{padding:15px 28px;font-size:15px}.aellam-wellness-hub{padding:40px 35px}.aellam-wellness-container{grid-template-columns:repeat(12,1fr);gap:20px;display:grid}.aellam-large-card{border-radius:28px;grid-column:span 6;height:360px}.aellam-large-card img{object-fit:cover;width:100%;height:100%}.aellam-mini-card{border-radius:22px;grid-column:span 4;min-height:120px;padding:22px}.aellam-mini-card i{font-size:34px}.aellam-mini-card h4{margin-bottom:6px;font-size:22px}.aellam-mini-card span{font-size:15px}.aellam-feature-card:not(.aellam-large-card){border-radius:28px;grid-column:span 6;height:300px}.aellam-feature-card img{object-fit:cover;width:100%;height:100%}.aellam-overlay-content{padding:25px}.aellam-overlay-content h3{margin-bottom:10px;font-size:30px;line-height:1.2}.aellam-overlay-content p{font-size:17px;line-height:1.6}.aellam-why-section{padding:0 55px}.aellam-why-container{flex-direction:row;justify-content:center;align-items:center;gap:40px;max-width:980px;margin:0 auto;display:flex}.aellam-why-image-area{flex:0 0 42%;justify-content:center;align-items:center;display:flex;position:relative}.aellam-product-circle{width:360px;height:360px}.aellam-scroll-product{object-fit:contain;width:100%;height:100%}.aellam-exp-card{width:150px;padding:10px 40px;bottom:55px;left:16%;transform:translate(-50%)}.aellam-why-content{flex:0 0 58%}.aellam-subtitle{font-size:30px}.aellam-why-content h2{margin:15px 0 20px;font-size:46px;line-height:1.2}.aellam-why-content p{margin-bottom:30px;font-size:18px;line-height:1.8}.aellam-features-box{grid-template-columns:repeat(2,1fr);gap:15px;margin-bottom:30px;padding:5px;display:grid}.aellam-feature{padding:16px 18px;font-size:16px}.aellam-bottom{align-items:center;display:flex}.aellam-bottom button{padding:15px 34px;font-size:16px}.impact-section{padding:5px 35px}.impact-container{max-width:980px;margin:0 auto}.impact-heading{text-align:center}.impact-heading h2{font-size:46px}.impact-heading p{max-width:700px;margin:15px auto 0;font-size:18px;line-height:1.7}.impact-grid{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:20px;display:grid}.impact-card{text-align:center;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;min-height:240px;padding:30px 20px;display:flex}.impact-icon{margin-bottom:20px;font-size:46px}.impact-card h3{margin-bottom:10px;font-size:42px}.impact-card p{font-size:17px;line-height:1.5}.wellness-section{grid-template-columns:1fr 1fr;align-items:center;gap:50px;max-width:980px;margin:0 auto;padding:0 35px;display:grid}.wellness-left{width:100%}.section-tag{margin-bottom:12px;font-size:20px}.wellness-left h2{margin-bottom:20px;font-size:48px;line-height:1.15}.wellness-description{font-size:18px;line-height:1.8}.wellness-center{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.circle-ring{width:360px;height:360px}.tea-circle{width:200px;height:200px}.tea-circle img{object-fit:contain;width:80%;height:80%}.ring-item{width:82px;height:82px}.ring-item span{font-size:22px}.ring-item p{margin-top:6px;font-size:14px}.home-blogs{padding:0 35px}.home-blogs h2{text-align:center;margin-bottom:15px;font-size:50px}.aellam-blogs-subtitle{text-align:center;max-width:720px;margin:0 auto 50px;font-size:20px;line-height:1.7}.home-blogs-grid{grid-template-columns:repeat(2,1fr);gap:30px;max-width:980px;margin:0 auto;display:grid}.home-blog-card{border-radius:20px;width:100%;overflow:hidden}.home-blog-card img,.home-blog-card video{object-fit:cover;width:100%;height:260px;display:block}.blog-content{padding:25px}.blog-content h3{margin-bottom:15px;font-size:28px;line-height:1.3}.blog-content p{font-size:17px;line-height:1.8}.team-section{padding:70px 35px}.team-heading{text-align:center;max-width:780px;margin:0 auto 55px}.team-heading .section-tag{margin-bottom:12px;font-size:30px}.team-heading h2{margin-bottom:18px;font-size:50px;line-height:1.15}.team-heading h2 span{display:block}.team-description{max-width:720px;margin:0 auto;font-size:18px;line-height:1.8}.team-grid{grid-template-columns:repeat(2,1fr);gap:35px;max-width:980px;margin:0 auto;display:grid}.team-card{border-radius:24px;width:100%;overflow:hidden}.team-image{height:250px;overflow:hidden}.team-image img{width:100%;height:100%;display:block}.team-content{text-align:center;padding:28px}.team-content h3{margin-bottom:8px;font-size:30px}.team-content span{margin-bottom:16px;font-size:18px;display:block}.team-content p{font-size:17px;line-height:1.8}.footer-section{padding:70px 35px 30px}.footer-top{flex-direction:column;align-items:center;gap:50px;max-width:980px;margin:0 auto;display:flex}.footer-brand{text-align:center;justify-content:center;align-items:center;gap:20px;display:flex}.footer-logo img{width:160px;height:100px}.footer-brand h2{font-size:34px;line-height:1.2}.footer-links{grid-template-columns:repeat(2,1fr);gap:40px 60px;width:100%;padding:30px 90px;display:grid}.footer-column{width:100%}.footer-column h4{margin-bottom:20px;font-size:24px}.footer-column a{margin-bottom:12px;font-size:17px}.social-icons{gap:18px;margin-top:15px;display:flex}.social-icons a{font-size:22px}.newsletter{width:100%}.newsletter-box{width:100%;max-width:380px;display:flex}.newsletter-box input{flex:1;height:52px;font-size:16px}.newsletter-box button{width:55px;height:52px}.footer-bottom{text-align:center;margin-top:45px}.footer-bottom p{font-size:16px}.leaf-1{width:150px}.leaf-2{width:170px;right:10px}.navbar{padding:5px 0}.navbar-top{align-items:center;width:100%;max-width:980px;margin:0 auto;padding:18px 5px}.nav-left{justify-content:flex-start;align-items:center;display:flex}.logo{justify-content:center;align-items:center;display:flex}.logo img{height:auto}.nav-right{justify-content:flex-end;align-items:center;gap:18px;display:flex}.navbar-profile span{font-size:15px}.nav-auth-btn{padding:10px 20px;font-size:15px}.cart-icon{font-size:22px}.cart-icon span{width:18px;height:18px;font-size:11px}.mobile-navbar-actions{display:none}}.footer-company{flex-direction:column;display:flex}.footer-heading{margin:0}.footer-contact,.footer-address{font-family:var(--typeBasePrimary), var(--typeBaseFallback)}.footer-contact p,.footer-address p{color:#000;margin:4px 0;font-size:14px;font-weight:400;line-height:1.5}.india-center{text-align:start;width:100%;display:inline-block}@media (width<=1024px){.india-center{text-align:center;width:100%;display:inline-block}}@media (width<=992px){.footer-links{text-align:center;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:40px;display:flex}.footer-column{flex-direction:column;flex:0 0 45%;align-items:center;display:flex}.social-icons,.newsletter-box{justify-content:center}.newsletter-box input{width:100%;max-width:280px}}@media (width<=768px){.footer-links{text-align:center;flex-direction:column;align-items:center;gap:30px}.footer-column{align-items:center;width:100%;max-width:320px}.footer-column h4,.footer-column a{text-align:center}.social-icons{justify-content:center;gap:18px}.newsletter-box{justify-content:center;width:100%}.newsletter-box input{width:100%}}@media (width<=991px){.footer-company{text-align:center}.footer-heading{flex-direction:column;justify-content:center;align-items:center;margin-bottom:15px;display:flex}.footer-aellam{font-size:2rem;line-height:1.1}.footer-contact,.footer-address{text-align:center}.footer-contact p,.footer-address p{margin:6px 0}}@media (width<=767px){.footer-company{text-align:center;padding:0 15px}.footer-heading{flex-direction:column;justify-content:center;align-items:center;display:flex}.footer-aellam{font-size:1.8rem;line-height:1}.footer-contact p,.footer-address p{margin:5px 0;font-size:.9rem;line-height:1.7}}.showcase-content h3{background:#ffffffbf;border-radius:12px;transition:all .35s;display:inline-block;position:relative}@keyframes productNamePulse{0%,to{box-shadow:0 0 #0000}50%{box-shadow:0 0 18px #1b43322e}}@keyframes productBorder{0%{opacity:.15;transform:scale(1)}50%{opacity:.5;transform:scale(1.04)}to{opacity:.15;transform:scale(1)}}.showcase-price{font-size:28px;font-weight:500;font-family:var(--typeBasePrimary), var(--typeBaseFallback);-webkit-text-fill-color:transparent;background:#000 0 0/200%;-webkit-background-clip:text;background-clip:text;margin:18px 0;display:inline-block}.showcase-price-wrapper{text-align:center;flex-wrap:wrap;align-items:center;gap:12px;width:100%;margin:20px 0;display:flex}.showcase-price{color:#000;margin:0;font-size:28px;font-weight:700}.aellam-price-badge{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#000;white-space:nowrap;background:#fff1f1;border:1px solid #ffd0d0;border-radius:20px;align-items:center;gap:6px;padding:6px 11px;font-size:12px;font-weight:600;display:inline-flex}.live-sale-icon{color:#e00000;font-size:7px;animation:1.2s ease-in-out infinite liveDotPulse}@keyframes liveDotPulse{0%{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(1.5)}to{opacity:1;transform:scale(1)}}@keyframes wellnessBadge{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@media screen and (width<=768px){.showcase-price-wrapper{flex-direction:column;align-items:center;gap:10px;margin:16px 0}.showcase-price{font-size:25px}.aellam-price-badge{padding:5px 9px;font-size:11px}}@media screen and (width<=480px){.showcase-price-wrapper{flex-direction:column;justify-content:center;align-items:center;gap:8px;margin:15px 0}.showcase-price{font-size:24px}.aellam-price-badge{padding:5px 9px;font-size:10px}}.footer-message-box{flex-direction:column;gap:10px;width:100%;display:flex}.footer-message-box input{color:#000;width:100%;height:46px;font-size:14px;font-family:var(--typeBasePrimary), var(--typeBaseFallback);box-sizing:border-box;appearance:none;opacity:1;visibility:visible;background-color:#fff;border:1px solid #ffffff59;border-radius:8px;outline:none;padding:0 14px;transition:border-color .3s,background-color .3s,box-shadow .3s;display:block}.footer-message-box input::placeholder{color:#333;opacity:1}.footer-message-box input:focus{color:#000;background-color:#ffffff29;border-color:#fff;box-shadow:0 0 0 3px #ffffff14}.footer-message-btn{width:70%;height:42px;font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#fff;cursor:pointer;background:#069747;border:none;border-radius:8px;font-size:14px;font-weight:600;transition:transform .25s,opacity .25s,box-shadow .25s}.footer-message-btn:hover{transform:translateY(-2px);box-shadow:0 6px 15px #00000026}.footer-message-btn:active{transform:translateY(0)}.footer-message-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}@media screen and (width<=768px){.footer-message-box{gap:8px;width:70%}.footer-message-box input{height:44px;padding:0 12px;font-size:14px}.footer-message-btn{height:40px;font-size:13px}}.product-image-hint{color:#fff;white-space:nowrap;opacity:0;pointer-events:none;background:#081c15d9;border-radius:20px;margin:0;padding:7px 13px;font-size:12px;transition:opacity .3s;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.showcase-image:hover .product-image-hint{opacity:1}.product-details-overlay{box-sizing:border-box;z-index:99999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b8;justify-content:center;align-items:center;width:100%;height:100vh;padding:25px;display:flex;position:fixed;inset:0;overflow:hidden}.product-details-modal{box-sizing:border-box;background:#fff;border-radius:28px;flex-shrink:0;width:min(1250px,100%);height:min(100vh,720px);min-height:0;animation:.3s productModalOpen;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 70px #0000004d}.product-modal-image{box-sizing:border-box;background:#f7f8f5;flex-direction:column;flex:0 0 38%;justify-content:flex-start;align-items:center;width:38%;height:100%;padding:25px;display:flex;position:relative;overflow:hidden}.product-modal-image>img{object-fit:contain;flex-shrink:0;width:100%;max-width:400px;height:50%}.product-image-bottom{box-sizing:border-box;width:100%;margin-top:auto;padding-top:15px}.product-image-how-to-use{box-sizing:border-box;background:#ffffffbf;border-radius:14px;width:100%;padding:14px}.product-image-how-to-use h3{color:#081c15;margin:0 0 10px;font-size:17px}.product-image-how-to-use p{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#333;align-items:flex-start;gap:8px;margin:6px 0;font-size:12px;line-height:1.4;display:flex}.product-image-how-to-use p span{color:#fff;background:#069747;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:10px;font-weight:700;display:flex}.product-image-action{justify-content:space-around;align-items:center;gap:10px;margin-top:12px;display:flex}.product-image-action .product-modal-price{color:#081c15;font-family:var(--typeBasePrimary), var(--typeBaseFallback);margin:0;font-size:24px;font-weight:800}.product-modal-content{box-sizing:border-box;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#2d6a4f #f1f1f1;flex:62%;width:62%;min-width:0;height:100%;min-height:0;padding:25px 20px;overflow:hidden auto}.product-modal-content::-webkit-scrollbar{width:8px}.product-modal-content::-webkit-scrollbar-track{background:#f1f1f1}.product-modal-content::-webkit-scrollbar-thumb{background:#2d6a4f;border-radius:10px}.product-modal-content::-webkit-scrollbar-thumb:hover{background:#1b4332}.product-modal-content h2{color:#081c15;word-break:break-word;margin:0 50px 8px 0;font-family:Josefin Sans,sans-serif;font-size:34px;line-height:1.2}.modal-subtitle{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#1b5e20;margin:0 0 25px;font-size:17px;font-weight:500}.product-info-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:25px;display:grid}.product-info-item{box-sizing:border-box;background:#f7f9f7;border-radius:12px;min-width:0;padding:14px 16px}.product-info-item span{color:#777;margin-bottom:5px;font-size:12px;font-weight:600;display:block}.product-info-item strong{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#081c15;word-break:break-word;overflow-wrap:anywhere;font-size:13px;font-weight:500;line-height:1.4;display:block}.product-main-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;min-width:0;margin-bottom:22px;display:grid}.product-detail-box{box-sizing:border-box;background:#f8faf8;border-radius:16px;min-width:0;padding:20px}.product-detail-box h3,.product-how-to-use h3{color:#1b4332;margin:0 0 15px;font-size:20px}.product-detail-text{flex-direction:column;gap:9px;display:flex}.product-detail-text p{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#081c15;word-break:break-word;align-items:flex-start;gap:9px;margin:0;font-size:15px;line-height:1.5;display:flex}.product-detail-text p span{color:#2d6a4f;flex-shrink:0;font-weight:800}.product-how-to-use{box-sizing:border-box;background:#f8faf8;border-radius:16px;margin-top:20px;margin-bottom:25px;padding:20px}.product-how-to-use>div{flex-direction:column;gap:12px;display:flex}.product-how-to-use p{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#444;word-break:break-word;align-items:flex-start;gap:12px;margin:0;font-size:15px;font-weight:500;line-height:1.5;display:flex}.product-how-to-use p span{color:#fff;background:#2d6a4f;border-radius:50%;justify-content:center;align-items:center;width:27px;min-width:27px;height:27px;font-size:12px;font-weight:700;display:flex}.product-modal-bottom{border-top:1px solid #e5e7eb;flex-wrap:wrap;align-items:center;gap:12px;padding-top:20px;display:flex}.product-modal-price{color:#081c15;margin-right:auto;font-size:27px;font-weight:800}.product-modal-cart{color:#fff;cursor:pointer;background:#069747;border:none;border-radius:25px;justify-content:end;align-items:center;gap:9px;min-height:46px;padding:0 20px;font-size:14px;font-weight:700;transition:all .25s;display:flex}.product-modal-cart:hover{transform:translateY(-2px)}.product-modal-cart svg{transition:transform .4s}.product-modal-cart:hover svg{transform:rotate(360deg)scale(1.15)}.product-modal-cart.added svg{animation:.4s checkPop}.product-modal-cart.added{background:linear-gradient(135deg,#2e7d32,#43a047)}@keyframes checkPop{0%{transform:scale(.6)}60%{transform:scale(1.2)}to{transform:scale(1)}}.product-cart-wrapper{justify-content:flex-end;align-items:center;width:100%;margin-top:99px;display:flex}.product-modal-close{color:#fff;cursor:pointer;z-index:100;background:#081c15;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:16px;transition:all .25s;display:flex;position:absolute;top:18px;right:18px}.product-modal-close:hover{transform:rotate(90deg)}.product-modal-close-bottom{color:#333;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:25px;min-height:46px;padding:0 20px;font-size:14px;font-weight:600;transition:all .25s}.product-modal-close-bottom:hover{background:#f3f4f6}@keyframes productModalOpen{0%{opacity:0;transform:translateY(25px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=900px){.product-details-overlay{align-items:center;padding:15px}.product-details-modal{border-radius:22px;flex-direction:column;width:100%;height:94vh;max-height:94vh;display:flex;overflow:hidden}.product-cart-wrapper{margin-top:0}.product-modal-image{flex-direction:column;flex:none;align-items:center;width:100%;height:auto;min-height:0;padding:20px;display:flex;overflow:visible}.product-modal-image>img{object-fit:contain;flex-shrink:0;width:100%;max-width:320px;height:260px;max-height:260px}.product-image-bottom{width:100%;margin-top:10px;padding-top:0}.product-image-how-to-use{width:100%;padding:14px}.product-image-how-to-use h3{margin-bottom:8px;font-size:17px}.product-image-how-to-use p{font-size:12px}.product-image-action{justify-content:space-between;align-items:center;width:100%;margin-top:10px;display:flex}.product-image-action .product-modal-price{font-size:23px}.product-image-action .product-modal-cart{min-height:42px;padding:0 18px;font-size:13px}.product-modal-content{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:auto;width:100%;height:auto;min-height:0;padding:25px 30px;overflow:hidden auto}.product-modal-content h2{margin-right:45px;font-size:28px}.product-main-details{grid-template-columns:1fr}.product-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.product-details-overlay{align-items:flex-start;padding:8px}.product-details-modal{border-radius:20px;width:100%;height:96vh;max-height:96vh;margin-top:8px}.product-modal-image{width:100%;padding:20px 15px 15px}.product-modal-image>img{width:100%;max-width:230px;height:190px;max-height:190px}.product-image-bottom{width:100%;margin-top:5px}.product-image-how-to-use{border-radius:12px;padding:10px}.product-image-how-to-use h3{margin-bottom:6px;font-size:15px}.product-image-how-to-use p{gap:6px;margin:4px 0;font-size:11px}.product-image-how-to-use p span{width:18px;min-width:18px;height:18px;font-size:9px}.product-image-action{gap:8px;margin-top:8px}.product-image-action .product-modal-price{font-size:20px}.product-image-action .product-modal-cart{border-radius:20px;min-height:38px;padding:0 13px;font-size:11px}.product-modal-content{flex:auto;width:100%;min-height:0;padding:22px 16px;overflow:hidden auto}.product-modal-content h2{margin-right:40px;font-size:24px;line-height:1.2}.modal-subtitle{margin-bottom:15px;font-size:14px}.product-info-grid{grid-template-columns:1fr;gap:8px;margin-bottom:15px}.product-info-item{padding:11px 13px}.product-info-item span{font-size:11px}.product-info-item strong{font-size:13px}.product-main-details{grid-template-columns:1fr;gap:10px}.product-detail-box{border-radius:12px;padding:14px}.product-detail-box h3{margin-bottom:10px;font-size:17px}.product-detail-text p{font-size:13px}.product-modal-close{width:36px;height:36px;font-size:14px;top:10px;right:10px}}@media (width<=400px){.product-details-overlay{padding:5px}.product-details-modal{border-radius:17px;height:97vh;max-height:97vh;margin-top:5px}.product-modal-image{padding:17px 12px 12px}.product-modal-image>img{max-width:190px;height:160px;max-height:160px}.product-image-how-to-use{padding:8px}.product-image-how-to-use h3{font-size:14px}.product-image-how-to-use p{font-size:10px;line-height:1.3}.product-image-action .product-modal-price{font-size:18px}.product-image-action .product-modal-cart{min-height:36px;padding:0 11px;font-size:10px}.product-modal-content{padding:18px 13px}.product-modal-content h2{font-size:21px}.product-detail-box{padding:12px}.product-detail-text p{font-size:12px}}body.product-modal-open{overflow:hidden!important}.diet-type-item strong{color:#069747;font-weight:600}.diet-type-item span{color:#081c15;font-size:20px;font-weight:900}.diet-type-item strong{color:#069747;align-items:center;gap:8px;font-weight:600;display:flex}.diet-type-item strong:before{content:"";box-sizing:border-box;background:radial-gradient(circle,#069747 0 3px,#0000 3.5px);border:2px solid #069747;border-radius:3px;flex-shrink:0;width:17px;height:17px}.product-image-action{box-sizing:border-box;justify-content:center;align-items:center;width:100%;margin-top:12px;display:flex}.product-modal-price{color:#081c15;font-family:var(--typeBasePrimary), var(--typeBaseFallback);margin:0;padding:0;font-size:28px;font-weight:800;line-height:1.2}@media (width<=900px){.product-image-action{justify-content:center;width:100%;margin-top:10px}.product-modal-price{font-size:25px}}.fixed-side-leaves{pointer-events:none;z-index:2;width:100%;height:100vh;transition:opacity .5s;position:fixed;inset:0;overflow:hidden}.fixed-leaf{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.9;will-change:transform;width:260px;height:auto;transition:transform .35s ease-out,opacity .25s;position:fixed}.fixed-leaf-left{top:22%;left:-130px;transform:translateY(-50%)rotate(-10deg)}.fixed-leaf-right{top:20%;right:-130px;transform:translateY(-50%)scaleX(-1)rotate(-10deg)}.fixed-side-leaves.leaves-scrolled .fixed-leaf{transition:transform 1.5s ease-in-out,opacity .5s}.fixed-side-leaves.leaves-scrolled .fixed-leaf-left{transform:translateY(-170vh)rotate(-25deg)}.fixed-side-leaves.leaves-scrolled .fixed-leaf-right{transform:translateY(-150vh)scaleX(-1)rotate(-25deg)}.falling-leaves{pointer-events:none;z-index:1;width:100%;height:100vh;position:fixed;inset:0;overflow:hidden}.falling-leaf{object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:0;will-change:transform, opacity;width:200px;height:auto;animation-name:sideLeafFall;animation-timing-function:linear;animation-iteration-count:infinite;position:absolute}.leaf-1{animation-duration:60s;animation-delay:0s;top:20%;left:-15px}.leaf-2{animation-duration:60s;animation-delay:12s;top:20%;left:100px}.leaf-3{animation-duration:60s;animation-delay:24s;top:20%;left:-65px}.leaf-4{animation-duration:60s;animation-delay:36s;top:20%;left:150px}.leaf-5{animation-duration:60s;animation-delay:48s;top:20%;left:-65px}.leaf-6{animation-duration:70s;animation-delay:0s;top:20%;right:100px}.leaf-7{animation-duration:70s;animation-delay:14s;top:20%;right:10px}.leaf-8{animation-duration:70s;animation-delay:28s;top:20%;right:120px}.leaf-9{animation-duration:70s;animation-delay:42s;top:20%;right:15px}.leaf-10{animation-duration:70s;animation-delay:56s;top:20%;right:150px}@keyframes sideLeafFall{0%,19%{opacity:0;transform:translateY(-20px)rotate(0)scale(.55)}20%{opacity:.8}25%{opacity:.85;transform:translate(15px,25vh)rotate(90deg)scale(.7)}30%{opacity:.8;transform:translate(-10px,55vh)rotate(180deg)scale(.8)}35%{opacity:.65;transform:translate(12px,80vh)rotate(270deg)scale(.65)}40%{opacity:0;transform:translate(-5px,110vh)rotate(360deg)scale(.45)}41%,to{opacity:0;transform:translate(-5px,110vh)rotate(360deg)scale(.45)}}.hero,section,header,main,nav,.product-showcase,.products-heading,.showcase-item,.showcase-content{z-index:10;position:relative}@media (width<=1100px){.fixed-leaf{opacity:.65;width:190px}.fixed-leaf-left{left:-75px}.fixed-leaf-right{right:-75px}}@media (width<=768px){.fixed-side-leaves{z-index:2}.fixed-leaf{opacity:1;width:125px}.fixed-leaf-left{top:23%;left:-65px}.fixed-leaf-right{top:23%;right:-65px}.falling-leaf{z-index:0;width:35px}.fixed-side-leaves.leaves-scrolled .fixed-leaf-left{transform:translateY(-180vh)rotate(-25deg)}.fixed-side-leaves.leaves-scrolled .fixed-leaf-right{transform:translateY(-180vh)scaleX(-1)rotate(-25deg)}}@media (width<=480px){.fixed-leaf{opacity:.7;width:95px}.fixed-leaf-left{top:20%;left:-35px}.fixed-leaf-right{top:20%;right:-45px}.falling-leaf{z-index:0;width:28px}.fixed-side-leaves.leaves-scrolled .fixed-leaf-left{transform:translateY(-180vh)rotate(-30deg)}.fixed-side-leaves.leaves-scrolled .fixed-leaf-right{transform:translateY(-180vh)scaleX(-1)rotate(-30deg)}}.center-falling-mint{pointer-events:none;width:50%;height:100vh;position:fixed;top:10%;left:50%;overflow:hidden;transform:translate(-50%)}.mint-falling-leaf{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:0;width:250px;height:auto;transform-style:preserve-3d;will-change:transform, opacity;animation-name:centerMintFall;animation-duration:600s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;position:absolute;top:-80px}.mint-1{animation-duration:600s;animation-delay:0s;left:8%}.mint-2{animation-duration:600s;animation-delay:10s;left:28%}.mint-3{animation-duration:600s;animation-delay:20s;left:48%}.mint-4{animation-duration:600s;animation-delay:30s;left:68%}.mint-5{animation-duration:600s;animation-delay:40s;left:50%}@keyframes centerMintFall{0%{opacity:0;transform:translateY(-40px)rotate(0)rotateY(0)rotateX(0)scale(.55)}.3%{opacity:.75;transform:translate(-15px,5vh)rotate(45deg)rotateY(60deg)rotateX(20deg)scale(.62)}.6%{opacity:.85;transform:translate(25px,15vh)rotate(140deg)rotateY(160deg)rotateX(-30deg)scale(.72)}.9%{opacity:.85;transform:translate(-35px,27vh)rotate(240deg)rotateY(250deg)rotateX(35deg)scale(.8)}1.2%{opacity:.8;transform:translate(35px,40vh)rotate(360deg)rotateY(340deg)rotateX(-40deg)scale(.85)}1.4%{opacity:.78;transform:translate(-30px,53vh)rotate(470deg)rotateY(430deg)rotateX(25deg)scale(.78)}1.6%{opacity:.7;transform:translate(25px,68vh)rotate(600deg)rotateY(520deg)rotateX(-35deg)scale(.7)}1.8%{opacity:.5;transform:translate(-20px,85vh)rotate(750deg)rotateY(650deg)rotateX(30deg)scale(.58)}2%{opacity:0;transform:translate(20px,110vh)rotate(900deg)rotateY(720deg)rotateX(-20deg)scale(.45)}2.1%,to{opacity:0}}@media (width<=1100px){.center-falling-mint{width:110px}.mint-falling-leaf{width:32px}}@media (width<=768px){.center-falling-mint{width:90px}.mint-falling-leaf{width:27px}.mint-1{left:30px}.mint-2{left:10px}.mint-3{left:55px}.mint-4{left:25px}.mint-5{left:45px}}@media (width<=480px){.center-falling-mint{width:70px}.mint-falling-leaf{width:23px}.mint-1{left:25px}.mint-2{left:5px}.mint-3{left:42px}.mint-4{left:18px}.mint-5{left:35px}}@media (width<=1024px){.fixed-leaf{opacity:.75;width:180px}.fixed-leaf-left{top:22%;left:-95px}.fixed-leaf-right{top:22%;right:-95px}.falling-leaf{width:120px}.leaf-1,.leaf-2,.leaf-3,.leaf-4,.leaf-5{left:-35px}.leaf-6,.leaf-7,.leaf-8,.leaf-9,.leaf-10{right:-35px}.center-falling-mint{width:100%}.mint-falling-leaf{width:140px}}@media (width<=768px){.fixed-side-leaves{z-index:2}.fixed-leaf{opacity:.65;width:130px}.fixed-leaf-left{top:23%;left:-75px}.fixed-leaf-right{top:23%;right:-75px}.falling-leaf{width:75px}.leaf-1{left:-25px}.leaf-2{left:-20px}.leaf-3{left:-30px}.leaf-4{left:-20px}.leaf-5{left:-25px}.leaf-6{right:-25px}.leaf-7{right:-20px}.leaf-8{right:-30px}.leaf-9{right:-20px}.leaf-10{right:-25px}.center-falling-mint{width:100%}.mint-falling-leaf{width:100px}.mint-1{left:10%}.mint-2{left:30%}.mint-3{left:50%}.mint-4{left:70%}.mint-5{left:45%}.fixed-side-leaves.leaves-scrolled .fixed-leaf-left{transform:translateY(-180vh)rotate(-25deg)}.fixed-side-leaves.leaves-scrolled .fixed-leaf-right{transform:translateY(-180vh)scaleX(-1)rotate(-25deg)}}@media (width<=480px){.fixed-leaf{opacity:.65;width:95px}.fixed-leaf-left{top:20%;left:-50px}.fixed-leaf-right{top:20%;right:-50px}.falling-leaf{width:50px}.leaf-1{left:-18px}.leaf-2{left:-12px}.leaf-3{left:-22px}.leaf-4{left:-14px}.leaf-5{left:-20px}.leaf-6{right:-18px}.leaf-7{right:-12px}.leaf-8{right:-22px}.leaf-9{right:-14px}.leaf-10{right:-20px}.center-falling-mint{width:100%}.mint-falling-leaf{width:120px}.mint-1{left:80px}.mint-2{left:100px}.mint-3{left:200px}.mint-4{left:auto;right:100px}.mint-5{left:auto;right:70px}.fixed-side-leaves.leaves-scrolled .fixed-leaf-left{transform:translateY(-180vh)rotate(-30deg)}.fixed-side-leaves.leaves-scrolled .fixed-leaf-right{transform:translateY(-180vh)scaleX(-1)rotate(-30deg)}}.hanging-products{pointer-events:none;z-index:9990;box-sizing:border-box;justify-content:space-between;align-items:flex-start;width:100%;height:auto;display:flex;position:fixed;top:100px;left:0}.popup-product{pointer-events:none;opacity:0;width:170px;transition:transform .8s cubic-bezier(.22,1,.36,1),opacity .5s;position:fixed;top:35%}.popup-product-left{opacity:0;transform-origin:50%;top:45%;left:15px;transform:scale(.65)rotate(-5deg)}.popup-product-right{opacity:0;transform-origin:50%;top:45%;right:170px;transform:scale(.65)rotate(5deg)}@media screen and (width>=1900px) and (width<=1920px){.popup-product-left{top:39%;left:175px}.popup-product-right{top:39%;right:320px}}.hanging-products.show .popup-product-left{animation:.8s cubic-bezier(.34,1.56,.64,1) forwards popupProductLeft}.hanging-products.show .popup-product-right{animation:.8s cubic-bezier(.34,1.56,.64,1) forwards popupProductRight}@keyframes popupProductLeft{0%{opacity:0;transform:scale(.55)rotate(-8deg)}45%{opacity:1;transform:scale(1.08)rotate(3deg)}70%{transform:scale(.96)rotate(-1deg)}85%{transform:scale(1.03)rotate(0)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes popupProductRight{0%{opacity:0;transform:scale(.55)rotate(8deg)}45%{opacity:1;transform:scale(1.08)rotate(-3deg)}70%{transform:scale(.96)rotate(1deg)}85%{transform:scale(1.03)rotate(0)}to{opacity:1;transform:scale(1)rotate(0)}}.hanging-products.hide .popup-product-left{animation:.7s ease-in forwards popupProductLeftExit}.hanging-products.hide .popup-product-right{animation:.7s ease-in forwards popupProductRightExit}@keyframes popupProductLeftExit{0%{opacity:1;transform:scale(1)rotate(0)}40%{opacity:.8;transform:scale(.95)rotate(-3deg)}to{opacity:0;transform:scale(.65)rotate(-8deg)}}@keyframes popupProductRightExit{0%{opacity:1;transform:scale(1)rotate(0)}40%{opacity:.8;transform:scale(.95)rotate(3deg)}to{opacity:0;transform:scale(.65)rotate(8deg)}}.popup-product-card{box-sizing:border-box;isolation:isolate;border-radius:50px;justify-content:center;align-items:center;width:320px;height:300px;padding:10px;transition:transform .4s,box-shadow .4s;display:flex;position:relative;overflow:hidden}.popup-product-card:before{content:"";z-index:-1;background:radial-gradient(circle,#4caf501a,#0000 70%);border-radius:50%;width:140px;height:140px;animation:4s ease-in-out infinite popupGlow;position:absolute;top:-70px;right:-70px}.popup-product-card:after{content:"";z-index:-1;background:radial-gradient(circle,#81c7841a,#0000 70%);border-radius:50%;width:100px;height:100px;animation:5s ease-in-out infinite popupGlowReverse;position:absolute;bottom:-55px;left:-45px}.popup-product-card img{object-fit:contain;z-index:2;filter:drop-shadow(0 12px 14px #00000024);width:100%;height:100%;transition:transform .4s,filter .4s;animation:3.5s ease-in-out infinite productFloat;display:block;position:relative}.popup-product-card:hover{transform:translateY(-8px)scale(1.03);box-shadow:0 25px 55px #00000038,0 8px 25px #2e7d3229}.popup-product-card:hover img{filter:drop-shadow(0 16px 20px #0000002e);transform:scale(1.05)}@keyframes popupGlow{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.35)}}@keyframes popupGlowReverse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.9;transform:scale(1.3)}}@media (width<=1025px){.hanging-products,.popup-product{display:none!important}}.blog-read-more{color:#fff;font-size:14px;font-weight:600;font-family:var(--typeBasePrimary), var(--typeBaseFallback);background:#069747;border-radius:6px;margin-top:15px;padding:10px 20px;text-decoration:none;transition:all .3s;display:inline-block}.blog-read-more:hover{color:#fff;transform:translateY(-2px)}.view-all-blogs-wrapper{justify-content:center;align-items:center;margin-top:40px;display:flex}.view-all-blogs-btn{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#fff;background:#069747;border-radius:6px;padding:12px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.view-all-blogs-btn:hover{color:#fff;transform:translateY(-2px)}.back-top-btn{color:#fff;cursor:pointer;z-index:99999;opacity:0;visibility:hidden;background:linear-gradient(135deg,#069747,#069747);border:none;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;font-size:22px;transition:all .4s;display:flex;position:fixed;bottom:30px;right:30px;transform:translateY(40px);box-shadow:0 15px 40px #06974759}.back-top-btn.show{opacity:1;visibility:visible;transform:translateY(0)}.back-top-btn:hover{transform:translateY(-8px)scale(1.08);box-shadow:0 25px 50px #06974773}@media (width<=768px){.back-top-btn{width:55px;height:55px;bottom:20px;right:20px}}#wellness-assessment{scroll-margin-top:135px}.welcome-card{background-position:50%;background-size:cover;border-radius:30px;width:900px;max-width:100%;height:560px;position:relative;overflow:hidden;box-shadow:0 30px 70px #0003}.welcome-card:before{content:"";-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0003;position:absolute;inset:0}.welcome-overlay{z-index:2;color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:50px;display:flex;position:relative}.welcome-tag{background:#2e7d32;border-radius:40px;margin-bottom:25px;padding:10px 24px;font-weight:700}.welcome-overlay h2{color:#f8f9fa;margin-bottom:20px;font-size:57px;font-weight:500}.welcome-overlay p{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#f8f9fa;text-align:center;text-wrap:pretty;letter-spacing:.2px;width:700px;max-width:100%;margin:0 auto 35px;font-size:24px;font-weight:300;line-height:1.7}.welcome-features{flex-wrap:wrap;justify-content:center;gap:30px;margin:45px 0;display:flex}.feature-box{width:180px;height:155px;font-family:var(--typeBasePrimary), var(--typeBaseFallback);-webkit-backdrop-filter:blur(18px);cursor:pointer;background:#ffffff2e;border:1px solid #fff3;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;gap:10px;transition:all .35s;animation:5s ease-in-out infinite floatCard;display:flex}.feature-box:nth-child(2){animation-delay:.5s}.feature-box:nth-child(3){animation-delay:1s}.feature-box:hover{background:#2e7d32e6;transform:translateY(-12px)scale(1.08);box-shadow:0 20px 45px #2e7d3259}.feature-box span{color:#fff;text-align:center;margin-top:15px;font-size:17px;font-weight:400;line-height:1.5}.feature-icon{color:#fff;font-size:45px;transition:all .4s}.feature-box:hover .feature-icon{transform:rotate(10deg)scale(1.2)}@keyframes floatCard{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}.clock-icon{animation:2s linear infinite clockTick}@keyframes clockTick{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.heart-icon{animation:1.4s infinite heartBeat}@keyframes heartBeat{0%{transform:scale(1)}25%{transform:scale(1.25)}50%{transform:scale(.95)}75%{transform:scale(1.15)}to{transform:scale(1)}}.lock-icon{animation:3s infinite lockShake}@keyframes lockShake{0%{transform:rotate(0)}10%{transform:rotate(-10deg)}20%{transform:rotate(10deg)}30%{transform:rotate(-6deg)}40%{transform:rotate(6deg)}50%{transform:rotate(0)}}.start-btn{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#fff;letter-spacing:.5px;cursor:pointer;background:linear-gradient(135deg,#2e7d32,#048108);border:none;border-radius:50px;padding:16px 48px;font-size:17px;font-weight:600;transition:all .35s;box-shadow:0 10px 25px #2e7d324d}.start-btn:hover{transform:translateY(-4px);box-shadow:0 15px 35px #2e7d3266}.assessment-container{justify-content:center;align-items:center;gap:60px;display:flex}.coach-section{justify-content:center;align-items:center;width:320px;min-width:320px;display:flex}.quiz-section{width:100%;max-width:800px}.coach{filter:drop-shadow(0 20px 40px #00000026);width:100%;max-width:280px;transition:all .5s}.coach-wave{animation:2s infinite waveAnimation}@keyframes waveAnimation{0%{transform:rotate(0)}25%{transform:rotate(5deg)}50%{transform:rotate(-5deg)}75%{transform:rotate(5deg)}to{transform:rotate(0)}}.coach-walk{animation:1.5s ease-in-out infinite walkAnimation}@keyframes walkAnimation{0%{transform:translate(0)}50%{transform:translate(20px)}to{transform:translate(0)}}.coach-stretch{animation:1.5s ease-in-out infinite stretchAnimation}@keyframes stretchAnimation{0%{transform:scale(1)}50%{transform:scale(1.08)translateY(-10px)}to{transform:scale(1)}}.coach-jump{animation:.8s infinite jumpAnimation}@keyframes jumpAnimation{0%{transform:translateY(0)}50%{transform:translateY(-30px)}to{transform:translateY(0)}}.coach-exercise{animation:1s infinite exerciseAnimation}@keyframes exerciseAnimation{0%{transform:scale(1)rotate(0)}25%{transform:scale(1.05)rotate(-3deg)}50%{transform:scale(1.1)rotate(0)}75%{transform:scale(1.05)rotate(3deg)}to{transform:scale(1)rotate(0)}}.coach-drink{animation:2s infinite drinkAnimation}@keyframes drinkAnimation{0%{transform:rotate(0)}30%{transform:rotate(-10deg)}60%{transform:rotate(-10deg)}to{transform:rotate(0)}}.coach-meditate{animation:2s ease-in-out infinite meditateAnimation}@keyframes meditateAnimation{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}.coach-point{animation:1.5s infinite pointAnimation}@keyframes pointAnimation{0%{transform:translate(0)}50%{transform:translate(15px)}to{transform:translate(0)}}.coach-celebrate{animation:.8s infinite celebrateAnimation}@keyframes celebrateAnimation{0%{transform:rotate(0)}25%{transform:rotate(-8deg)}50%{transform:rotate(8deg)}75%{transform:rotate(-8deg)}to{transform:rotate(0)}}@media (width<=992px){.assessment-container{flex-direction:column}.coach-section{width:220px;min-width:auto}.coach{max-width:200px}.quiz-section{width:100%}}.book-wrapper{perspective:2000px;width:100%;max-width:850px;position:relative}.quiz-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffe0;border-radius:30px;width:100%;padding:50px;animation:.8s pageReveal;position:relative;overflow:hidden;box-shadow:0 25px 60px #00000014}.quiz-card:before{content:"";z-index:20;transform-origin:0;background:#f6faf6;width:50%;height:100%;animation:.9s forwards leftDoor;position:absolute;top:0;left:0}.quiz-card:after{content:"";z-index:20;transform-origin:100%;background:#f6faf6;width:50%;height:100%;animation:.9s forwards rightDoor;position:absolute;top:0;right:0}@keyframes leftDoor{0%{transform:rotateY(0)}to{transform:rotateY(-90deg)}}@keyframes rightDoor{0%{transform:rotateY(0)}to{transform:rotateY(90deg)}}@keyframes pageReveal{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.progress-section{margin-bottom:35px}.progress-text{color:#2e7d32;margin-bottom:10px;font-size:14px;font-weight:700}.progress-bar{background:#e8f5e9;border-radius:20px;height:10px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#2e7d32,#66bb6a);border-radius:20px;height:100%;transition:all .7s}.quiz-card h2{text-align:center;color:#243e90;margin-bottom:35px;font-size:34px;line-height:1.4}.quiz-card p{font-family:var(--typeBasePrimary), var(--typeBaseFallback)}.quiz-card input{font-family:var(--typeBasePrimary), var(--typeBaseFallback);border:1px solid #d8d8d8;border-radius:15px;width:100%;margin-bottom:18px;padding:16px;font-size:16px;transition:all .3s}.quiz-card input:focus{border-color:#2e7d32;outline:none;box-shadow:0 0 15px #2e7d3226}.quiz-card button{width:100%;font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#2e7d32;cursor:pointer;background:#fff;border:none;border-radius:18px;margin-bottom:15px;padding:18px;font-size:16px;font-weight:700;transition:all .4s;box-shadow:0 10px 30px #00000014}.quiz-card button:hover{color:#fff;background:linear-gradient(135deg,#2e7d32,#4caf50);transform:translateY(-6px)scale(1.02);box-shadow:0 20px 40px #2e7d3240}.thank-you-page{text-align:center;background:#fff;border-radius:30px;width:100%;max-width:850px;padding:60px;box-shadow:0 25px 60px #00000014}.success-icon{color:#fff;background:linear-gradient(135deg,#2e7d32,#66bb6a);border-radius:50%;justify-content:center;align-items:center;width:130px;height:130px;margin:auto auto 30px;font-size:60px;animation:.8s successPop;display:flex}@keyframes successPop{0%{transform:scale(0)}70%{transform:scale(1.2)}to{transform:scale(1)}}.thank-you-page h1{color:#2e7d32;margin-bottom:20px;font-size:52px}.thank-you-page p{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#666;margin-bottom:20px;font-size:18px;line-height:1.8}.support-buttons{font-family:var(--typeBasePrimary), var(--typeBaseFallback);margin-top:30px}.support-buttons a{border-radius:50px;margin:10px;padding:15px 30px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.support-buttons a:first-child{color:#fff;background:#25d366}.support-buttons a:last-child{color:#fff;background:#243e90}.support-buttons a:hover{transform:translateY(-5px)}@media (width<=768px){.assessment-container{padding:20px}.quiz-card{padding:30px 20px}.quiz-card h2{font-size:26px}.thank-you-page{padding:30px 20px}.thank-you-page h1{font-size:34px}.success-icon{width:90px;height:90px;font-size:40px}.support-buttons a{width:100%;margin:10px 0;display:block}}.recommended-products{font-family:var(--typeBasePrimary), var(--typeBaseFallback);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;margin-top:40px;margin-bottom:40px;display:grid}.recommended-card{text-align:center;background:#fff;border-radius:20px;padding:25px;transition:all .3s;box-shadow:0 12px 30px #00000014}.recommended-card:hover{transform:translateY(-6px)}.recommended-card img{object-fit:contain;width:180px;height:180px;margin:auto;display:block}.recommended-card h3{color:#1b4332;margin:20px 0 10px;font-family:Josefin Sans,sans-serif;font-size:24px}.recommended-card p{color:#666;text-align:left;min-height:60px}.recommended-card h4{color:#2e7d32;margin:15px 0;font-size:24px}.recommended-card button{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:12px;padding:12px 25px;font-weight:700}.recommended-card button:hover{background:#1b5e20}@media (width<=992px){.assessment-container{flex-direction:column;gap:40px;padding:30px 25px}.coach-section{justify-content:center;width:100%}.coach{max-width:230px}.quiz-section{width:100%;max-width:100%}.welcome-card{border-radius:25px;width:100%;height:auto}.welcome-overlay{padding:40px 30px}.welcome-overlay h2{font-size:42px}.welcome-overlay p{width:100%;font-size:18px;line-height:1.8}.welcome-features{gap:20px}.feature-box{width:160px;height:140px}.feature-icon{font-size:40px}.feature-box span{font-size:16px}.quiz-card{border-radius:25px;padding:40px 30px}.quiz-card h2{font-size:30px}.quiz-card input,.quiz-card button{font-size:16px}.thank-you-page{padding:40px 30px}.thank-you-page h1{font-size:40px}.recommended-products{grid-template-columns:repeat(2,1fr)}}@media (width<=426px){.assessment-container{gap:25px;padding:15px}.coach{max-width:160px}.welcome-card{border-radius:20px;min-height:auto}.welcome-overlay{padding:30px 18px}.welcome-tag{padding:8px 18px;font-size:13px}.welcome-overlay h2{font-size:42px;font-weight:700;line-height:1.3}.welcome-overlay p{margin-bottom:25px;font-size:20px;line-height:1.7}.welcome-features{flex-direction:column;gap:15px;margin:25px 0}.feature-box{width:100%;max-width:240px;height:110px;padding:10px}.feature-icon{font-size:32px}.feature-box span{font-size:14px}.start-btn{width:100%;padding:15px;font-size:16px}.quiz-card{border-radius:18px;padding:25px 18px}.quiz-card h2{margin-bottom:20px;font-size:22px}.progress-text{font-size:13px}.quiz-card input{padding:14px;font-size:15px}.quiz-card button{border-radius:14px;padding:15px;font-size:15px}.thank-you-page{border-radius:20px;padding:30px 18px}.success-icon{width:75px;height:75px;font-size:32px}.thank-you-page h1{font-size:28px}.thank-you-page p{font-size:15px}.recommended-products{grid-template-columns:1fr;gap:18px}.recommended-card{padding:18px}.recommended-card img{width:130px;height:130px}.recommended-card h3{font-size:20px}.recommended-card h4{font-size:22px}.support-buttons{flex-direction:column;gap:12px;display:flex}.support-buttons a{text-align:center;width:100%;margin:0}}@media screen and (width>=993px) and (width<=1024px){.assessment-container{align-items:center;gap:40px;padding:40px 30px}.coach-section{width:260px;min-width:260px}.coach{max-width:240px}.quiz-section{max-width:700px}.welcome-card{border-radius:28px;width:100%;max-width:700px;height:520px}.welcome-overlay{padding:40px}.welcome-overlay h2{font-size:46px;line-height:1.2}.welcome-overlay p{width:100%;margin-bottom:30px;font-size:20px;line-height:1.7}.welcome-features{gap:18px}.feature-box{width:155px;height:135px}.feature-icon{font-size:38px}.feature-box span{font-size:15px}.start-btn{padding:15px 40px;font-size:16px}.quiz-card{border-radius:28px;padding:40px}.quiz-card h2{margin-bottom:28px;font-size:30px}.quiz-card input{padding:15px;font-size:16px}.quiz-card button{padding:16px;font-size:16px}.thank-you-page{max-width:700px;padding:45px}.thank-you-page h1{font-size:42px}.thank-you-page p{font-size:17px}.recommended-products{grid-template-columns:repeat(2,1fr);gap:20px}.recommended-card{padding:20px}.recommended-card img{width:150px;height:150px}.recommended-card h3,.recommended-card h4{font-size:22px}.support-buttons{flex-wrap:wrap;justify-content:center;gap:15px;display:flex}.support-buttons a{padding:14px 24px}}.skip-btn{margin-top:10px;color:#069747!important;background:0 0!important;border:1px solid #069747!important}.skip-btn:hover{color:#fff!important;background:#069747!important}.aellam-testimonial-section{padding:40px 0;overflow:hidden}.aellam-testimonial-container{width:92%;max-width:1400px;margin:auto}.aellam-testimonial-heading h2{color:#243e90;margin-bottom:15px;font-size:68px;line-height:1.1}.aellam-testimonials-subtitle{max-width:780px;font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#374151;text-align:center;text-wrap:pretty;word-spacing:-1px;letter-spacing:.2px;margin:18px auto 0;font-size:25px;font-weight:400;line-height:1.8}@media (width<=768px){.aellam-testimonials-subtitle{padding:0 20px;font-size:18px}}@media (width<=426px){.aellam-testimonials-subtitle{padding:0 15px;font-size:17px;line-height:1.6}.aellam-testimonial-heading h2{font-size:40px}}.aellam-slider{overflow:hidden}.aellam-track{transition:all .7s;display:flex}.aellam-slide{justify-content:space-between;gap:30px;min-width:100%;display:flex}.aellam-card{text-align:center;background:#fff;border:2px solid #e5e7eb;border-radius:20px;flex:1;padding:35px 30px;transition:all .35s;position:relative;overflow:hidden;box-shadow:0 8px 25px #00000014}.aellam-card:hover{border-color:#069747;box-shadow:0 18px 40px #06974733}.aellam-quote{text-align:left;color:#ddd;font-size:70px}.aellam-stars{color:gold;margin-bottom:10px;font-size:28px}.aellam-card h3{font-family:var(--typeBasePrimary), var(--typeBaseFallback);margin-bottom:20px;font-size:32px;font-style:italic}.aellam-card p{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#374151;margin-bottom:25px;font-size:18px;line-height:1.8}.aellam-card h4{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#222;font-size:26px}.aellam-card span{color:#069747}.aellam-card small{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:gray;text-transform:uppercase}.aellam-dots{justify-content:center;gap:10px;margin-top:45px;display:flex}.aellam-dot{cursor:pointer;background:#ccc;border-radius:50%;width:12px;height:12px;transition:all .3s}.aellam-dot.active{background:#2e7d32;transform:scale(1.3)}.aellam-testimonial-heading{text-align:center;margin-bottom:80px}.aellam-testimonial-heading .section-tag{color:#374151;margin-bottom:20px;font-family:Century Schoolbook,serif;font-size:35px;font-weight:700}.aellam-testimonial-heading h2{color:#243e90;margin-bottom:25px;font-size:68px;font-weight:700;line-height:1.1}.aellam-testimonial-heading h2 span{color:#069747;font-weight:700;display:block}.aellam-testimonials-subtitle{color:#374151;max-width:750px;margin:0 auto;font-size:25px;font-weight:400;line-height:1.8}.aellam-line{background:linear-gradient(90deg,#2e8b57,#243e90);border-radius:50px;width:120px;height:4px;margin:35px auto 0}@media (width<=992px){.aellam-testimonial-heading h2{font-size:52px}.aellam-testimonial-heading .section-tag{font-size:28px}.aellam-testimonials-subtitle{padding:0 20px;font-size:17px}}@media (width<=768px){.aellam-testimonial-heading{margin-bottom:50px}.aellam-testimonial-heading h2{font-size:40px;line-height:1.2}.aellam-testimonial-heading .section-tag{font-size:24px}.aellam-testimonials-subtitle{text-align:center;font-size:16px;line-height:1.7}.aellam-line{width:80px}}.testimonial-image{outline-offset:2px;background:#fff;border:4px solid #069747;border-radius:50%;outline:3px solid #b7d7a8;width:200px;height:200px;margin:-70px auto 20px;padding:4px;overflow:hidden;box-shadow:0 10px 25px #0000002e}.testimonial-image img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.aellam-stars{align-items:center;gap:2px;display:inline-flex}.aellam-stars .testimonial-star{color:#d6d6d6;width:22px;height:22px;font-size:27px;line-height:22px;display:inline-block;position:relative}.aellam-stars .testimonial-star.full{color:gold}.aellam-stars .testimonial-star.empty,.aellam-stars .testimonial-star.half{color:#d6d6d6}.aellam-stars .testimonial-star.half:before{content:"★";color:gold;width:50%;height:100%;position:absolute;top:0;left:0;overflow:hidden}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translateY(100px)}[data-aos=fade-down]{transform:translateY(-100px)}[data-aos=fade-right]{transform:translate(-100px)}[data-aos=fade-left]{transform:translate(100px)}[data-aos=fade-up-right]{transform:translate(-100px,100px)}[data-aos=fade-up-left]{transform:translate(100px,100px)}[data-aos=fade-down-right]{transform:translate(-100px,-100px)}[data-aos=fade-down-left]{transform:translate(100px,-100px)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0)scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translateY(100px)scale(.6)}[data-aos=zoom-in-down]{transform:translateY(-100px)scale(.6)}[data-aos=zoom-in-right]{transform:translate(-100px)scale(.6)}[data-aos=zoom-in-left]{transform:translate(100px)scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translateY(100px)scale(1.2)}[data-aos=zoom-out-down]{transform:translateY(-100px)scale(1.2)}[data-aos=zoom-out-right]{transform:translate(-100px)scale(1.2)}[data-aos=zoom-out-left]{transform:translate(100px)scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translateY(100%)}[data-aos=slide-down]{transform:translateY(-100%)}[data-aos=slide-right]{transform:translate(-100%)}[data-aos=slide-left]{transform:translate(100%)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px)rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px)rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px)rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px)rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px)rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px)rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px)rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px)rotateX(0)}.cart-page{background:linear-gradient(135deg,#f8faf8 0%,#edf7ea 50%,#f5faf5 100%);min-height:100vh;padding:140px 20px 80px;position:relative;overflow:hidden}.cart-page:before{content:"";filter:blur(50px);background:#4caf5014;border-radius:50%;width:500px;height:500px;position:absolute;top:-200px;right:-150px}.cart-page:after{content:"";filter:blur(50px);background:#2e7d320d;border-radius:50%;width:400px;height:400px;position:absolute;bottom:-150px;left:-100px}.cart-container{z-index:2;-webkit-backdrop-filter:blur(20px);background:#ffffffeb;border:1px solid #fff6;border-radius:35px;max-width:1100px;margin:0 auto;padding:40px;position:relative;box-shadow:0 20px 60px #0000000f}.cart-container h1{text-align:center;color:#111;margin-bottom:40px;font-size:48px;font-weight:700;position:relative}.copy-toast{color:#fff;z-index:9999;background:linear-gradient(135deg,#2e7d32,#4caf50);border-radius:15px;padding:15px 25px;font-weight:600;animation:.4s slideIn;position:fixed;top:30px;right:30px}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.cart-layout{grid-template-columns:1fr 380px;align-items:start;gap:32px;display:grid}.cart-products{flex-direction:column;gap:24px;display:flex}.cart-item{background:#fff;border:1px solid #2e7d3226;border-radius:20px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:18px 22px;transition:all .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #00000014,0 2px 8px #2e7d3214}.cart-item:before{content:"";background:linear-gradient(90deg,#2e7d32,#66bb6a,#2e7d32);width:100%;height:3px;transition:left .5s;position:absolute;top:0;left:-100%}.cart-item:hover:before{left:0}.cart-item:hover{border-color:#2e7d3259;transform:translateY(-6px);box-shadow:0 18px 40px #0000001f,0 5px 18px #2e7d3226}.cart-left{align-items:center;gap:14px;display:flex}.cart-content{flex-direction:column;justify-content:center;display:flex}.cart-item{flex-wrap:nowrap;font-size:14px}.cart-summary,.summary-row{font-size:14px}.cart-image{background:#f7faf7;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:130px;height:130px;display:flex;overflow:hidden}.cart-image img{object-fit:contain;width:95%;height:95%}.cart-content h3{margin-bottom:4px;font-family:Josefin Sans,sans-serif;font-size:20px;font-weight:900;line-height:1.3}.cart-content p{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#2e7d32;font-size:15px;font-weight:700}.qty-controls{background:#f5f9f5;border-radius:50px;align-items:center;gap:8px;padding:6px 12px;display:flex}.qty-controls button{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:50%;width:28px;height:28px;font-size:14px;transition:all .3s}.qty-controls button:hover{transform:scale(1.1)}.qty-controls span{min-width:18px;font-size:14px;font-weight:700;font-family:var(--typeBasePrimary), var(--typeBaseFallback);text-align:center}.cart-delete-btn{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#dc2626;cursor:pointer;white-space:nowrap;background:#fff2f2;border:none;border-radius:20px;justify-content:center;align-items:center;min-width:75px;height:34px;padding:6px 10px;font-size:12px;font-weight:600;transition:all .3s;display:flex}.cart-delete-btn:hover{color:#fff;background:#dc2626}.cart-sidebar{flex-direction:column;gap:20px;display:flex;position:sticky;top:120px}.available-coupon{color:#fff;font-family:var(--typeBasePrimary), var(--typeBaseFallback);background:linear-gradient(135deg,#2e7d32,#4caf50);border-radius:24px;padding:28px;position:relative;overflow:hidden}.available-coupon:before{content:"";background:#ffffff1f;border-radius:50%;width:180px;height:180px;position:absolute;top:-60px;right:-60px}.available-coupon h4{letter-spacing:2px;margin-bottom:15px;font-size:20px}.available-coupon p{font-size:14px;line-height:1.7}.coupon-contact-btn{color:#fff;background:#069747;border-radius:30px;padding:12px 24px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 6px 16px #25d3661a}.coupon-contact-btn:hover{color:#fff;background:#1ebe5d;transform:translateY(-2px);box-shadow:0 10px 20px #25d36666}.coupon-contact-btn:active{transform:scale(.98)}@media (width<=768px){.coupon-contact-btn{text-align:center;width:100%;padding:12px}}.coupon-code{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#2e7d32;background:#fff;border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:15px;padding:14px 16px;display:flex}.coupon-code span{font-size:20px;font-weight:700}.coupon-box{font-family:var(--typeBasePrimary), var(--typeBaseFallback);background:#fff;border-radius:20px;padding:20px;box-shadow:0 10px 25px #0000000d}.coupon-box input{width:100%;font-family:var(--typeBasePrimary), var(--typeBaseFallback);border:1px solid #ddd;border-radius:12px;outline:none;margin-bottom:12px;padding:15px}.coupon-box input:focus{border-color:#2e7d32}.coupon-box button{width:100%;font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:12px;padding:15px;font-weight:600}.coupon-message{color:#2e7d32;text-align:center;background:#edf7ea;border-radius:12px;padding:14px;font-weight:600}.cart-summary{font-family:var(--typeBasePrimary), var(--typeBaseFallback);background:#fff;border-radius:24px;padding:25px;box-shadow:0 10px 30px #0000000d}.summary-row{justify-content:space-between;margin-bottom:18px;font-size:16px;display:flex}.total-row{border-top:1px solid #eee;margin-top:20px;padding-top:20px;font-size:22px}.free-shipping{margin-bottom:25px}.free-shipping p{margin-bottom:10px;font-size:14px;font-weight:600}.shipping-bar{background:#edf2ed;border-radius:50px;height:10px;overflow:hidden}.shipping-fill{background:linear-gradient(90deg,#2e7d32,#4caf50);width:70%;height:100%}.checkout-btn{width:100%;font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#fff;cursor:pointer;background:linear-gradient(135deg,#2e7d32,#4caf50);border:none;border-radius:16px;margin-top:20px;padding:18px;font-size:17px;font-weight:700;transition:all .3s}.checkout-btn:hover{transform:translateY(-3px);box-shadow:0 15px 30px #2e7d324d}.secure-checkout{font-family:var(--typeBasePrimary), var(--typeBaseFallback);text-align:center;color:#fff;margin-top:15px;font-size:14px}.empty-cart{text-align:center;background:#fff;border-radius:25px;padding:100px 20px;box-shadow:0 10px 30px #0000000d}@media (width<=992px){.cart-item{text-align:center;flex-direction:column;align-items:center}.cart-left{flex-direction:column;align-items:center}}@media (width<=426px){.cart-page{margin-top:50px;padding:90px 10px 35px}.cart-container{border-radius:18px;padding:15px}.cart-container h1{margin-bottom:25px;font-size:26px}.cart-layout{flex-direction:column;gap:22px;display:flex}.cart-products{gap:18px;width:100%}.cart-sidebar{width:100%;position:static}.cart-item{text-align:center;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:18px;padding:18px 14px;display:flex}.cart-left{flex-direction:column;justify-content:center;align-items:center;gap:15px;width:100%;display:flex}.cart-image{border-radius:16px;width:155px;height:110px}.cart-image img{object-fit:scale-down;width:95%;height:95%}.cart-content{width:100%}.cart-content h3{margin-bottom:8px;font-size:18px}.cart-content p{margin:0;font-size:18px}.qty-controls{justify-content:space-between;align-items:center;width:60%;max-width:220px;margin:auto;padding:8px 16px}.qty-controls button{width:35px;height:35px;font-size:17px}.qty-controls span{font-size:17px}.delete-btn{width:50%;padding:13px;font-size:15px}.available-coupon,.coupon-box,.cart-summary{border-radius:18px;padding:18px}.coupon-code{text-align:center;flex-direction:column;gap:12px}.coupon-code span{font-size:18px}.coupon-box input,.coupon-box button{padding:13px}.summary-row{font-size:15px}.total-row{font-size:20px}.checkout-btn{padding:15px;font-size:15px}.continue-shopping-btn{align-items:center;gap:10px;padding:14px}.continue-shopping-icon{width:42px;height:42px;font-size:18px}.continue-shopping-title{font-size:15px}.continue-shopping-content small{font-size:12px}}.continue-shopping-btn{font-family:var(--typeBasePrimary), var(--typeBaseFallback);cursor:pointer;background:#fff;border:2px solid #2e7d32;border-radius:18px;align-items:center;gap:18px;width:100%;margin-top:18px;padding:18px 22px;transition:all .35s;display:flex}.continue-shopping-btn:hover{background:linear-gradient(135deg,#2e7d32,#4caf50);border-color:#2e7d32;transform:translateY(-4px);box-shadow:0 15px 30px #2e7d3240}.continue-shopping-icon{color:#374151;background:#edf7ea;border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;font-size:34px;font-weight:bolder;transition:all .3s;display:flex}.continue-shopping-btn:hover .continue-shopping-icon{color:#067947;background:#fff;transform:scale(1.2)}.continue-shopping-content{flex-direction:column;align-items:flex-start;display:flex}.continue-shopping-title{color:#2e7d32;font-size:18px;font-weight:700;transition:all .3s}.continue-shopping-content small{color:#666;margin-top:4px;transition:all .3s}.continue-shopping-btn:hover .continue-shopping-title,.continue-shopping-btn:hover .continue-shopping-content small{color:#fff}.checkout-btn:disabled{cursor:not-allowed;opacity:.7;background:#010101}.checkout-page{background:linear-gradient(135deg,#f8faf8,#edf7ea);min-height:100vh;padding:140px 20px 80px}.checkout-container{max-width:950px;font-family:var(--typeBasePrimary), var(--typeBaseFallback);background:#fff;border-radius:30px;margin:auto;padding:45px;box-shadow:0 20px 60px #00000014}.checkout-container h1{text-align:center;color:#1d1d1d;margin-bottom:35px;font-family:Times New Roman,Times,serif;font-size:48px;font-weight:700}.saved-addresses{margin-bottom:35px}.saved-addresses h2{color:#2e7d32;margin-bottom:20px;font-size:26px}.saved-address-list{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;display:grid}.saved-address-card{cursor:pointer;background:#fff;border:2px solid #ececec;border-radius:18px;padding:22px;transition:all .35s;box-shadow:0 10px 25px #0000000d}.saved-address-card:hover{border-color:#2e7d32;transform:translateY(-6px)}.active-address{background:#f5fff6;border:2px solid #2e7d32}.saved-address-content h4{color:#2e7d32;margin:0 0 10px}.saved-address-content p{color:#555;margin:5px 0;line-height:1.6}.saved-address-actions{flex-wrap:wrap;gap:10px;display:flex}.saved-address-actions button{cursor:pointer;border:none;border-radius:10px;padding:10px 18px;font-weight:600;transition:all .3s}.delete-modal{z-index:99999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.delete-modal-box{text-align:center;background:#fff;border-radius:22px;width:420px;padding:35px;animation:.3s popup}@keyframes popup{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.delete-modal-box h2{margin-bottom:12px}.delete-modal-box p{color:#666;margin-bottom:25px}.delete-actions{gap:15px;display:flex}.delete-actions button{cursor:pointer;border:none;border-radius:12px;flex:1;padding:14px;font-weight:700}.cancel-delete{background:#ececec}.confirm-delete{color:#fff;background:#dc3545}.use-address-btn{color:#fff;background:#2e7d32}.use-address-btn:hover{background:#256628}.edit-address-btn{color:#fff;background:#0031f4}.edit-address-btn:hover{background:#0013de}.delete-address-btn{color:#fff;background:#dc3545}.delete-address-btn:hover{background:#bb2130}.checkout-form{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.checkout-form textarea{grid-column:1/3}.checkout-action-buttons{flex-direction:column;gap:20px;width:100%;margin-top:25px;display:flex}.checkout-action-buttons button{flex:1;width:100%}.checkout-form input,.checkout-form textarea{font-family:var(--typeBasePrimary), var(--typeBaseFallback);background:#fafafa;border:1px solid #dfe5df;border-radius:14px;outline:none;width:100%;padding:16px 18px;font-size:15px;transition:all .3s}.checkout-form textarea{resize:vertical;min-height:120px}.checkout-form input:focus,.checkout-form textarea:focus{background:#fff;border-color:#2e7d32;box-shadow:0 0 0 4px #2e7d321f}.save-address-btn{color:#fff;cursor:pointer;background:#0b7d39;border:none;border-radius:10px;width:100%;padding:14px;font-size:16px;font-weight:600;transition:all .3s}.pay-btn{font-family:var(--typeBasePrimary), var(--typeBaseFallback);cursor:pointer;border:none;border-radius:14px;padding:16px;font-size:16px;font-weight:700;transition:all .3s}.pay-btn{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#fff;background:#2e7d32}.pay-btn:hover{background:#256628;transform:translateY(-2px)}.pay-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (width<=768px){.checkout-container{padding:28px 20px}.checkout-container h1{font-size:32px}.checkout-form{grid-template-columns:1fr}.checkout-form textarea,.checkout-form .save-address-btn,.checkout-form .pay-btn{grid-column:auto}.saved-address-card{flex-direction:column;align-items:flex-start}.saved-address-actions{width:100%}.saved-address-actions button{flex:1}.checkout-action-buttons{flex-direction:column;grid-column:auto}}.popup-message{z-index:99999;animation:.35s popupFade;position:fixed;top:30px;left:50%;transform:translate(-50%)}.popup-content{color:#fff;border-radius:16px;align-items:center;gap:12px;min-width:320px;padding:18px 28px;font-weight:600;display:flex;box-shadow:0 15px 35px #0003}.popup-message.success .popup-content{background:#2e7d32}.popup-message.error .popup-content{background:#dc3545}.popup-icon{font-size:22px}@keyframes popupFade{0%{opacity:0;transform:translate(-50%,-20px)}to{opacity:1;transform:translate(-50%)}}.checkout-summary{background:#fff;border:1px solid #e7e7e7;border-radius:14px;margin-bottom:25px;padding:20px;box-shadow:0 8px 25px #00000014}.checkout-summary h3{color:#1b5e20;margin-bottom:18px;font-size:22px;font-weight:700}.summary-row{justify-content:space-between;align-items:center;margin:12px 0;font-size:16px;display:flex}.summary-row span:last-child{font-weight:600}.free{color:#2e7d32;font-weight:700}.total-row{color:#1b5e20;font-size:20px;font-weight:700}.gst-note{color:#666;margin-top:10px;font-size:13px;display:block}.checkout-summary hr{border:none;border-top:1px solid #ddd;margin:15px 0}.payment-method-box{background:#fff;border:1px solid #e6e6e6;border-radius:16px;margin-top:20px;padding:22px;box-shadow:0 8px 20px #00000014}.payment-method-box h4{color:#1b5e20;margin:0 0 18px;font-size:20px;font-weight:700}.payment-option{cursor:pointer;background:#fafafa;border:2px solid #e5e5e5;border-radius:12px;align-items:center;gap:15px;margin-bottom:14px;padding:16px;transition:all .3s;display:flex}.payment-option:hover{background:#f2fbf2;border-color:#2e7d32;transform:translateY(-2px)}.payment-option input[type=radio]{accent-color:#2e7d32;cursor:pointer;width:20px;height:20px}.payment-option span{color:#333;flex:1;font-size:16px;font-weight:600}.payment-option:has(input[type=radio]:checked){background:#eaf8eb;border-color:#2e7d32;box-shadow:0 0 0 3px #2e7d321f}.checkout-action-buttons{flex-direction:column;gap:18px;margin-top:25px;display:flex}.save-address-btn,.pay-btn{cursor:pointer;border:none;border-radius:12px;width:100%;padding:15px;font-size:16px;font-weight:700;transition:all .3s}.save-address-btn{color:#fff;background:#069747}.save-address-btn:hover{background:#047857;transform:translateY(-2px)}.pay-btn{color:#fff;background:linear-gradient(135deg,#2e7d32,#43a047);margin-top:10px}.pay-btn:hover{background:linear-gradient(135deg,#1b5e20,#2e7d32);transform:translateY(-2px);box-shadow:0 10px 20px #2e7d3240}.pay-btn:disabled{cursor:not-allowed;box-shadow:none;background:#bdbdbd;transform:none}@media (width<=768px){.payment-method-box{padding:18px}.payment-method-box h4{font-size:18px}.payment-option{padding:14px}.payment-option span{font-size:15px}.save-address-btn,.pay-btn{padding:14px;font-size:15px}}.form-group{flex-direction:column;width:100%;margin-bottom:18px;display:flex}.form-group input,.form-group textarea{box-sizing:border-box;width:100%}.input-error{color:#dc2626;margin-top:6px;margin-left:2px;font-size:13px;font-weight:500;line-height:1.3}.save-address-section{grid-column:1/-1;margin-top:10px;margin-bottom:30px}.save-address-btn{width:220px}.payment-method-box{background:#fff;border:2px solid #2e7d3240;border-radius:22px;grid-column:1/-1;width:100%;max-width:500px;margin:30px auto 0;padding:30px;transition:all .3s;box-shadow:0 12px 30px #0000001a,0 25px 60px #00000014,0 0 30px #2e7d3214}.payment-method-box:hover{transform:translateY(-3px);box-shadow:0 20px 40px #2e7d3240,0 0 35px #2e7d321f}.payment-title{text-align:center;color:#1b5e20;margin-bottom:25px;font-size:24px;font-weight:700}.admin-login-page{box-sizing:border-box;background:linear-gradient(135deg,#081c15,#1b4332);justify-content:center;align-items:center;width:100%;min-height:100vh;padding:20px;display:flex}.admin-login-box{box-sizing:border-box;background:#fff;border-radius:24px;width:100%;max-width:420px;padding:40px;box-shadow:0 20px 50px #00000040}.admin-login-header{text-align:center;margin-bottom:30px}.admin-login-header h1{color:#1b4332;margin:0 0 10px;font-size:32px;line-height:1.2}.admin-login-header p{color:#6b7280;margin:0;font-size:14px;line-height:1.5}.admin-login-form{flex-direction:column;gap:20px;display:flex}.admin-input-group{flex-direction:column;gap:8px;display:flex}.admin-input-group label{color:#374151;font-size:14px;font-weight:600}.admin-input-group input{box-sizing:border-box;color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:10px;outline:none;width:100%;height:50px;padding:0 15px;font-size:15px;transition:all .3s}.admin-input-group input::placeholder{color:#9ca3af}.admin-input-group input:focus{border-color:#2d6a4f;box-shadow:0 0 0 3px #2d6a4f1f}.password-input-wrapper{width:100%;position:relative}.password-input-wrapper input{box-sizing:border-box;width:100%;height:50px;padding:0 50px 0 15px}.password-toggle-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:42px;height:42px;font-size:17px;transition:all .2s;display:flex;position:absolute;top:50%;right:5px;transform:translateY(-50%)}.password-toggle-btn:hover{color:#1b4332;background:#f3f4f6}.password-toggle-btn:focus{outline:none}.error-text{color:#dc2626;text-align:center;background:#fef2f2;border-radius:8px;margin:-5px 0 0;padding:10px 12px;font-size:14px}.admin-login-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#081c15,#1b4332);border:none;border-radius:10px;width:100%;height:50px;font-size:16px;font-weight:700;transition:all .3s}.admin-login-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1b433240}.admin-login-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}@media (width<=768px){.admin-login-page{padding:20px}.admin-login-box{border-radius:20px;max-width:400px;padding:35px 30px}.admin-login-header h1{font-size:30px}}@media (width<=480px){.admin-login-page{align-items:center;min-height:100dvh;padding:15px}.admin-login-box{border-radius:18px;width:100%;padding:30px 20px}.admin-login-header{margin-bottom:25px}.admin-login-header h1{font-size:26px}.admin-login-header p{font-size:13px}.admin-login-form{gap:17px}.admin-input-group input,.password-input-wrapper input{height:48px;font-size:15px}.password-toggle-btn{width:40px;height:40px}.admin-login-btn{height:48px;font-size:15px}}@media (width<=360px){.admin-login-page{padding:12px}.admin-login-box{padding:25px 16px}.admin-login-header h1{font-size:24px}.admin-login-header p{font-size:12px}.admin-input-group label{font-size:13px}.admin-input-group input,.password-input-wrapper input{height:46px;font-size:14px}.admin-login-btn{height:46px}}.admin-access-info{text-align:center;background:#f0f7f3;border:1px solid #d8eadf;border-radius:12px;margin-top:25px;padding:16px 18px}.admin-access-info h3{color:#1b4332;margin:0 0 7px;font-size:15px;font-weight:700}.admin-access-info p{color:#6b7280;margin:0;font-size:13px;line-height:1.6}@media (width<=480px){.admin-access-info{margin-top:20px;padding:14px}.admin-access-info h3{font-size:14px}.admin-access-info p{font-size:12px;line-height:1.5}}.admin-sidebar{z-index:1000;background:#081c15;flex-direction:column;justify-content:space-between;width:260px;height:100vh;padding:40px 25px;transition:transform .3s;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.sidebar-header{justify-content:space-between;align-items:center;display:flex}.admin-sidebar h2{color:#fff;margin-bottom:50px;font-size:28px}.sidebar-close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:30px;line-height:1;display:none}.admin-sidebar ul{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.admin-sidebar ul li{width:100%}.admin-sidebar ul li a{box-sizing:border-box;color:#d8f3dc;border-radius:10px;width:100%;padding:12px;font-size:18px;text-decoration:none;transition:all .3s;display:block}.admin-sidebar ul li a:hover{color:#95d5b2;background:#ffffff0f;padding-left:18px}.active-link{background:#ffffff1f;border-radius:10px}.active-link a{font-weight:700;color:#fff!important}.logout-btn{color:#fff;cursor:pointer;background:#d62828;border:none;border-radius:10px;width:100%;padding:14px;font-size:16px;transition:all .3s}.logout-btn:hover{background:#ba181b}.sidebar-overlay{display:none}@media (width<=1100px){.admin-sidebar{width:230px;padding:30px 18px}.admin-sidebar h2{margin-bottom:35px;font-size:24px}.admin-sidebar ul li a{font-size:16px}}@media (width<=768px){.admin-sidebar{box-sizing:border-box;width:280px;max-width:85vw;padding:25px 20px;transform:translate(-100%);box-shadow:5px 0 25px #00000040}.admin-sidebar.open{transform:translate(0)}.sidebar-close{display:block}.admin-sidebar h2{margin-bottom:30px;font-size:23px}.admin-sidebar ul{gap:8px}.admin-sidebar ul li a{padding:12px;font-size:16px}.sidebar-overlay{z-index:999;background:#00000080;display:block;position:fixed;inset:0}}@media (width<=480px){.admin-sidebar{width:260px}.admin-sidebar h2{font-size:21px}}.admin-action-bar{box-sizing:border-box;justify-content:space-between;align-items:center;gap:15px;width:100%;margin-bottom:25px;display:flex}.admin-back-button{color:#fff;cursor:pointer;white-space:nowrap;background:#081c15;border:1px solid #d8f3dc40;border-radius:8px;justify-content:center;align-items:center;gap:9px;margin:0;padding:10px 18px;font-size:14px;font-weight:600;transition:background .25s,border-color .25s,color .25s,transform .25s,box-shadow .25s;display:inline-flex}.admin-back-button i{font-size:13px}.admin-back-button:hover{color:#fff;background:#0d2b20;border-color:#95d5b2;transform:translate(-3px);box-shadow:0 4px 12px #081c1526}.admin-back-button:active{box-shadow:none;transform:translate(-1px)}.admin-logout-button{color:#fff;cursor:pointer;white-space:nowrap;background:#bb0606;border:1px solid #bb0606;border-radius:8px;justify-content:center;align-items:center;gap:8px;margin:0;padding:10px 18px;font-size:14px;font-weight:600;transition:background .25s,border-color .25s,transform .25s,box-shadow .25s;display:inline-flex}.admin-logout-button i{font-size:13px}.admin-logout-button:hover{color:#fff;background:#c62828;border-color:#c62828;transform:translateY(-2px);box-shadow:0 4px 12px #bb060633}.admin-logout-button:active{box-shadow:none;transform:translateY(0)}.admin-mobile-header{box-sizing:border-box;color:#fff;z-index:900;background:#081c15;align-items:center;gap:15px;width:100%;height:60px;padding:0 15px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 10px #00000026}.admin-mobile-header .admin-back-button{color:#fff;background:0 0;border:1px solid #d8f3dc40;margin:0;padding:8px 13px}.admin-mobile-header .admin-back-button:hover{color:#95d5b2;box-shadow:none;background:#ffffff14;border-color:#95d5b2;transform:translate(-2px)}@media (width<=1100px){.admin-action-bar{width:100%;margin-bottom:22px}.admin-back-button,.admin-logout-button{padding:10px 16px;font-size:14px}}@media (width<=768px){.admin-action-bar{gap:10px;width:100%;margin-bottom:20px}.admin-back-button,.admin-logout-button{padding:9px 14px;font-size:13px}.admin-back-button i,.admin-logout-button i{font-size:12px}}@media (width<=400px){.admin-action-bar{gap:8px;margin-bottom:18px}.admin-back-button,.admin-logout-button{padding:8px 11px;font-size:12px}.admin-back-button i,.admin-logout-button i{font-size:11px}}.add-user-page{background:#f5f7fb;width:100%;min-height:100vh;display:flex}.add-user-main{box-sizing:border-box;flex:1;min-width:0;margin-left:260px;padding:40px;overflow-x:hidden}.add-user-header{margin-bottom:30px}.add-user-header h1{color:#111827;margin:10px 0;font-size:38px}.add-user-header p{color:#6b7280;margin:0;font-size:16px}.add-user-card{box-sizing:border-box;background:#fff;border-radius:20px;margin-bottom:30px;padding:30px;box-shadow:0 8px 20px #00000014}.add-user-form{flex-direction:column;gap:20px;display:flex}.add-user-input-group{flex-direction:column;gap:8px;display:flex}.add-user-input-group label{color:#111827;font-size:15px;font-weight:600}.add-user-input-group input{box-sizing:border-box;border:1px solid #d1d5db;border-radius:10px;outline:none;width:100%;padding:14px 16px;font-size:16px;transition:all .2s}.add-user-input-group input:focus{border-color:#1b4332;box-shadow:0 0 0 3px #1b43321a}.add-user-buttons{gap:12px;margin-top:10px;display:flex}.add-user-submit,.add-user-cancel{cursor:pointer;border:none;border-radius:10px;padding:13px 25px;font-size:16px;font-weight:600;transition:all .3s}.add-user-submit{color:#fff;background:#1b4332}.add-user-submit:hover{background:#143728}.add-user-submit:disabled{opacity:.6;cursor:not-allowed}.add-user-cancel{color:#fff;background:#6b7280}.add-user-cancel:hover{background:#4b5563}.users-title{color:#111827;margin:35px 0 20px;font-size:28px}.users-list{flex-direction:column;gap:18px;display:flex}.user-card{box-sizing:border-box;background:#fff;border-radius:18px;justify-content:space-between;align-items:center;gap:20px;padding:25px;transition:all .3s;display:flex;box-shadow:0 8px 20px #00000014}.user-card:hover{transform:translateY(-3px);box-shadow:0 12px 25px #0000001a}.user-info{min-width:0}.user-info h3{color:#1b4332;word-break:break-word;margin:0 0 12px;font-size:21px}.user-info p{color:#4b5563;word-break:break-word;margin:7px 0;font-size:15px}.user-info p strong{color:#111827}.user-actions{flex-shrink:0;gap:10px;display:flex}.edit-user-btn,.delete-user-btn{cursor:pointer;border:none;border-radius:9px;padding:11px 18px;font-size:14px;font-weight:600;transition:all .3s}.edit-user-btn{color:#fff;background:#1b4332}.edit-user-btn:hover{background:#143728}.delete-user-btn{color:#fff;background:#d62828}.delete-user-btn:hover{background:#ba181b}.no-users{text-align:center;color:#6b7280;background:#fff;border-radius:18px;padding:30px;box-shadow:0 8px 20px #00000014}@media (width<=1100px){.add-user-main{margin-left:230px;padding:30px}.add-user-header h1{font-size:34px}}@media (width<=768px){.add-user-page{width:100%;min-height:100vh;display:block;overflow-x:hidden}.add-user-main{box-sizing:border-box;width:100%;max-width:100%;margin-left:0;padding:75px 15px 15px;overflow-x:hidden}.admin-mobile-header{box-sizing:border-box;color:#fff;z-index:900;background:#081c15;align-items:center;gap:15px;width:100%;height:60px;padding:0 15px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 10px #00000026}.admin-mobile-header h2{color:#fff;margin:0;font-size:20px;font-weight:600}.mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:28px;line-height:1;display:flex}.add-user-header h1{margin-bottom:8px;font-size:28px}.add-user-header p{font-size:14px}.add-user-card{border-radius:17px;width:100%;padding:20px}.users-title{margin:28px 0 18px;font-size:23px}.user-card{border-radius:15px;flex-direction:column;align-items:stretch;padding:20px}.user-actions{width:100%}.edit-user-btn,.delete-user-btn{flex:1}}@media (width<=400px){.add-user-main{padding-left:12px;padding-right:12px}.add-user-header h1{font-size:24px}.add-user-card{border-radius:15px;padding:16px}.add-user-input-group input{padding:12px;font-size:14px}.add-user-buttons{flex-direction:column}.add-user-submit,.add-user-cancel{width:100%}.user-card{padding:16px}.user-info h3{font-size:18px}.user-info p{font-size:13px}}.admin-top-bar{box-sizing:border-box;z-index:100;background:0 0;justify-content:flex-end;align-items:center;width:100%;padding:0 5px;display:flex;position:relative;top:0}.admin-logout-btn{color:#fff;cursor:pointer;background:#bb0606;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-width:100px;height:40px;padding:0 18px;font-size:15px;font-weight:600;transition:background .3s,transform .2s,box-shadow .3s;display:flex}.admin-logout-btn i{font-size:14px}.admin-logout-btn:hover{background:#990505;transform:translateY(-1px);box-shadow:0 4px 12px #bb060640}.admin-logout-btn:active{box-shadow:none;transform:translateY(0)}@media (width<=1100px){.admin-top-bar{height:58px;padding:0 25px}.admin-logout-btn{min-width:95px;height:38px;padding:0 16px;font-size:14px}}@media (width<=768px){.admin-top-bar{justify-content:flex-end;width:100%;height:55px;padding:0 15px}.admin-logout-btn{border-radius:7px;min-width:90px;height:36px;padding:0 14px;font-size:13px}.admin-logout-btn i{font-size:13px}}@media (width<=400px){.admin-top-bar{padding:0 12px}.admin-logout-btn{min-width:82px;height:34px;padding:0 12px;font-size:12px}}.admin-dashboard{background:#f5f7fa;width:100%;min-height:100vh;display:flex}.admin-main{box-sizing:border-box;flex:1;min-width:0;margin-left:260px;padding:40px}.admin-main h1{color:#081c15;margin-bottom:40px;font-size:38px}.dashboard-cards{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:25px;margin-bottom:50px;display:grid}.dashboard-card{cursor:pointer;background:#fff;border-radius:20px;padding:30px;transition:all .3s;box-shadow:0 10px 25px #00000014}.dashboard-card:hover{transform:translateY(-5px)}.dashboard-card h3{color:#555;margin-bottom:15px;font-size:18px}.dashboard-card p{color:#1b4332;margin:0;font-size:36px;font-weight:700}.waiting-text{color:#888;margin-top:8px;font-size:13px;display:block}.recent-orders{box-sizing:border-box;background:#fff;border-radius:20px;width:100%;padding:30px;overflow-x:auto;box-shadow:0 10px 25px #00000014}.recent-orders h2{color:#081c15;margin-top:0;margin-bottom:30px;font-size:28px}.recent-orders table{border-collapse:collapse;width:100%}.recent-orders thead{background:#081c15}.recent-orders thead th{color:#fff;text-align:left;white-space:nowrap;padding:18px;font-size:16px}.recent-orders tbody tr{border-bottom:1px solid #eee;transition:all .3s}.recent-orders tbody tr:hover{background:#f7f7f7}.recent-orders tbody td{color:#333;padding:18px;font-size:16px}.admin-product{align-items:center;gap:15px;display:flex}.admin-product img{object-fit:cover;border:1px solid #ddd;border-radius:12px;flex-shrink:0;width:60px;height:60px}.admin-product span{white-space:nowrap}.status-paid{color:green;font-weight:600}.status-pending{color:orange;font-weight:600}.status-rejected{color:#d62828;font-weight:600}.clickable-row{cursor:pointer;transition:all .3s}.clickable-row:hover{background:#f3f4f6}@media (width<=1100px){.admin-main{margin-left:230px;padding:30px}.admin-main h1{font-size:34px}.dashboard-cards{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:20px}.dashboard-card{text-align:center;padding:25px}}@media (width<=768px){.admin-dashboard{width:100%;min-height:100vh;display:block}.admin-main{box-sizing:border-box;width:100%;margin-left:0;padding:75px 15px 15px}.admin-mobile-header{box-sizing:border-box;color:#fff;z-index:900;background:#081c15;align-items:center;gap:15px;width:100%;height:60px;padding:0 15px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 10px #00000026}.admin-mobile-header h2{color:#fff;margin:0;padding:0;font-size:20px;font-weight:600}.mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:28px;line-height:1;display:flex}.admin-main h1{margin-bottom:25px;font-size:28px;line-height:1.2}.dashboard-cards{grid-template-columns:1fr;gap:15px;margin-bottom:30px}.dashboard-card{border-radius:15px;padding:20px}.dashboard-card h3{margin-bottom:10px;font-size:17px}.dashboard-card p{font-size:30px}.recent-orders{box-sizing:border-box;border-radius:15px;width:100%;padding:15px;overflow-x:auto}.recent-orders h2{margin-bottom:20px;font-size:22px}.recent-orders table{width:700px;min-width:700px}.recent-orders thead th,.recent-orders tbody td{padding:14px;font-size:14px}.admin-product{gap:10px}.admin-product img{width:45px;height:45px}.admin-product span{font-size:14px}}@media (width>=480px) and (width<=768px){.dashboard-cards{grid-template-columns:repeat(2,1fr)}.dashboard-card{padding:20px}}@media (width<=400px){.admin-main{padding-left:12px;padding-right:12px}.admin-main h1{font-size:24px}.dashboard-card{padding:18px}.dashboard-card h3{font-size:16px}.dashboard-card p{font-size:28px}.recent-orders{padding:12px}.recent-orders h2{font-size:20px}}.admin-orders-page{background:#f5f7fa;width:100%;min-height:100vh;display:flex}.admin-orders-main{box-sizing:border-box;flex:1;min-width:0;margin-left:260px;padding:40px}.orders-header{margin-bottom:40px}.orders-header h1{color:#081c15;margin:0 0 10px;font-size:44px}.orders-header p{color:#666;margin:0;font-size:18px}.orders-summary-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:30px;display:grid}.orders-summary-card{text-align:center;cursor:pointer;background:#fff;border-radius:20px;padding:25px;transition:all .3s;box-shadow:0 10px 25px #00000014}.orders-summary-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001f}.orders-summary-card h3{color:#6b7280;margin:0 0 10px;font-size:18px}.orders-summary-card h1{color:#111827;margin:0;font-size:36px}.orders-grid{grid-template-columns:repeat(auto-fill,minmax(420px,1fr));align-items:start;gap:30px;display:grid}.admin-order-card{box-sizing:border-box;background:#fff;border-radius:28px;flex-direction:column;height:auto;min-height:650px;padding:30px;transition:all .3s;display:flex;overflow:visible;box-shadow:0 10px 35px #00000014}.admin-order-card:hover{transform:translateY(-6px);box-shadow:0 15px 40px #0000001f}.order-top{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:30px;display:flex}.order-top>div{min-width:0}.order-top h2{color:#081c15;word-break:break-word;margin:0 0 10px;font-size:28px}.order-date{color:#777;margin:0;font-size:15px}.status-paid{color:#1b4332;white-space:nowrap;background:#d8f3dc;border-radius:40px;padding:10px 18px;font-size:14px;font-weight:700}.status-pending{color:#856404;white-space:nowrap;background:#fff3cd;border-radius:40px;padding:10px 18px;font-size:14px;font-weight:700}.status-rejected{color:#842029;white-space:nowrap;background:#f8d7da;border-radius:40px;padding:10px 18px;font-size:14px;font-weight:700}.customer-preview{background:#f8f9fa;border-radius:18px;margin-bottom:15px;padding:20px}.customer-preview span{color:#777;font-size:14px;display:block}.customer-preview h4{color:#081c15;word-break:break-word;margin:10px 0 0;font-size:22px}.order-total{color:#fff;background:linear-gradient(135deg,#081c15,#1b4332);border-radius:20px;justify-content:space-between;align-items:center;gap:15px;margin:15px 0 30px;padding:24px;display:flex}.order-total span{opacity:.8;font-size:15px}.order-total h3{white-space:nowrap;margin:0;font-size:32px}.order-items{flex-direction:column;flex:1;gap:18px;margin-bottom:30px;display:flex}.order-item{background:#f8f9fa;border-radius:18px;align-items:center;gap:18px;min-width:0;padding:18px;display:flex}.order-item img{object-fit:contain;box-sizing:border-box;background:#fff;border:2px solid #e5e7eb;border-radius:16px;width:85px;min-width:155px;height:155px;padding:1px}.order-item>div{min-width:0}.order-item h4{color:#081c15;word-break:break-word;margin:0 0 10px;font-size:20px}.order-item p{color:#666;margin:0;font-size:15px}.view-order-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1b4332,#2d6a4f);border:none;border-radius:18px;width:100%;margin-top:auto;padding:18px;font-size:17px;font-weight:700;transition:all .3s}.view-order-btn:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000026}@media (width<=1100px){.admin-orders-main{margin-left:230px;padding:30px}.orders-header h1{font-size:38px}.orders-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px}.admin-order-card{padding:25px}}@media (width<=768px){.admin-orders-page{width:100%;min-height:100vh;display:block}.admin-orders-main{box-sizing:border-box;width:100%;margin-left:0;padding:75px 15px 15px}.orders-header{margin-bottom:25px}.orders-header h1{margin-bottom:8px;font-size:28px;line-height:1.2}.orders-header p{font-size:15px;line-height:1.5}.orders-summary-grid{grid-template-columns:1fr;gap:15px;margin-bottom:25px}.orders-summary-card{border-radius:16px;padding:20px}.orders-summary-card h3{font-size:16px}.orders-summary-card h1{font-size:30px}.orders-grid{grid-template-columns:1fr;gap:20px}.admin-order-card{border-radius:20px;width:100%;min-height:auto;padding:20px}.order-top{flex-direction:column;align-items:flex-start;gap:15px;margin-bottom:20px}.order-top h2{font-size:23px}.order-date{font-size:13px}.status-paid,.status-pending,.status-rejected{padding:8px 14px;font-size:13px}.customer-preview{border-radius:14px;padding:16px}.customer-preview h4{font-size:18px}.order-total{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:20px;padding:20px}.order-total h3{font-size:27px}.order-item{border-radius:14px;gap:12px;padding:14px}.order-item img{border-radius:12px;width:65px;min-width:155px;height:155px;padding:25px}.order-item h4{margin-bottom:6px;font-size:17px}.order-item p{font-size:14px}.view-order-btn{border-radius:14px;padding:15px;font-size:15px}.loading-box{border-radius:20px;padding:40px 20px;font-size:20px}}@media (width>=480px) and (width<=768px){.orders-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=400px){.admin-orders-main{padding-left:12px;padding-right:12px}.orders-header h1{font-size:24px}.orders-header p{font-size:14px}.admin-order-card{border-radius:18px;padding:16px}.order-top h2{font-size:21px}.customer-preview{padding:14px}.customer-preview h4{font-size:17px}.order-total{padding:17px}.order-total h3{font-size:24px}.order-item{padding:12px}.order-item img{width:55px;min-width:55px;height:55px}.order-item h4{font-size:16px}}.admin-products-page{background:#f5f7fa;width:100%;min-height:100vh;display:flex}.admin-products-main{box-sizing:border-box;flex:1;min-width:0;margin-left:260px;padding:40px}.admin-products-header{justify-content:space-between;align-items:center;gap:30px;margin-bottom:40px;display:flex}.admin-products-header>div{min-width:0}.admin-products-header h1{color:#081c15;margin:0 0 10px;font-size:44px;line-height:1.2}.admin-products-header p{color:#666;margin:0;font-size:18px}.add-product-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#081c15,#1b4332);border:none;border-radius:18px;flex-shrink:0;padding:16px 28px;font-size:16px;font-weight:700;transition:all .3s}.add-product-btn:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0000001f}.products-grid{grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:30px;display:grid}.admin-product-card{background:#fff;border-radius:30px;min-width:0;transition:all .3s;overflow:hidden;box-shadow:0 10px 35px #00000014}.admin-product-card:hover{transform:translateY(-6px);box-shadow:0 15px 40px #0000001f}.admin-product-image{background:#f8faf9;width:100%;height:280px;overflow:hidden}.admin-product-image img{object-fit:cover;width:100%;height:100%;display:block}.admin-product-content{box-sizing:border-box;padding:28px}.admin-product-top{justify-content:space-between;align-items:center;gap:15px;margin-bottom:20px;display:flex}.admin-product-top h2{color:#081c15;word-break:break-word;margin:0;font-size:30px}.admin-product-top span{white-space:nowrap;background:#00000014;border-radius:40px;flex-shrink:0;padding:8px 14px;font-size:13px;font-weight:700}.product-badge{color:#fff;background:#081c15;border-radius:40px;margin-bottom:20px;padding:10px 16px;font-size:13px;font-weight:700;display:inline-block}.admin-product-description{color:#555;word-break:break-word;margin:0 0 20px;line-height:1.7}.product-subtitle{color:#1b4332;word-break:break-word;margin:0 0 25px;font-size:20px}.admin-product-info{grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:25px;display:grid}.admin-product-info div{background:#f8faf9;border-radius:18px;min-width:0;padding:16px}.admin-product-info h4{color:#666;margin:0 0 10px;font-size:14px}.admin-product-info p{color:#081c15;word-break:break-word;margin:0;font-size:20px;font-weight:700}.product-status-row{flex-wrap:wrap;gap:15px;margin-bottom:25px;display:flex}.in-stock{color:#1b4332;background:#d8f3dc;border-radius:40px;padding:10px 16px;font-size:13px;font-weight:700}.out-stock{color:#d90429;background:#ffccd5;border-radius:40px;padding:10px 16px;font-size:13px;font-weight:700}.featured-product{color:#7f5539;background:#ffd166;border-radius:40px;padding:10px 16px;font-size:13px;font-weight:700}.product-actions{gap:15px;display:flex}.edit-btn,.delete-btn{cursor:pointer;border:none;border-radius:16px;flex:1;padding:16px;font-size:15px;font-weight:700;transition:all .3s}.edit-btn{color:#fff;background:#081c15}.edit-btn:hover,.delete-btn:hover{transform:translateY(-2px)}@media (width<=1100px){.admin-products-main{margin-left:230px;padding:30px}.admin-products-header h1{font-size:38px}.products-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px}.admin-product-content{padding:25px}}@media (width<=768px){.admin-products-page{width:100%;min-height:100vh;display:block}.admin-products-main{box-sizing:border-box;width:100%;margin-left:0;padding:75px 15px 15px}.admin-mobile-header{box-sizing:border-box;color:#fff;z-index:900;background:#081c15;align-items:center;gap:15px;width:100%;height:60px;padding:0 15px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 10px #00000026}.admin-mobile-header h2{color:#fff;margin:0;padding:0;font-size:20px;font-weight:600}.mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:28px;line-height:1;display:flex}.admin-products-header{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:25px}.admin-products-header h1{margin-bottom:8px;font-size:28px;line-height:1.2}.admin-products-header p{font-size:15px;line-height:1.5}.add-product-btn{border-radius:14px;width:100%;padding:14px 20px;font-size:15px}.products-grid{grid-template-columns:1fr;gap:20px}.admin-product-card{border-radius:20px;width:100%}.admin-product-image{height:230px}.admin-product-content{padding:20px}.admin-product-top{align-items:flex-start;gap:12px;margin-bottom:18px}.admin-product-top h2{font-size:23px;line-height:1.3}.admin-product-top span{padding:7px 11px;font-size:11px}.product-badge{margin-bottom:15px;padding:8px 13px;font-size:12px}.admin-product-description{margin-bottom:18px;font-size:14px;line-height:1.6}.product-subtitle{margin-bottom:20px;font-size:18px}.admin-product-info{grid-template-columns:1fr;gap:10px;margin-bottom:20px}.admin-product-info div{border-radius:14px;padding:14px}.admin-product-info h4{margin-bottom:7px;font-size:13px}.admin-product-info p{font-size:18px}.product-status-row{gap:8px;margin-bottom:20px}.in-stock,.out-stock,.featured-product{padding:8px 12px;font-size:12px}.product-actions{flex-direction:column;gap:10px}.edit-btn,.delete-btn{border-radius:13px;width:100%;padding:14px}.loading-box{border-radius:20px;padding:40px 20px;font-size:20px}}@media (width>=480px) and (width<=768px){.admin-product-image{height:250px}.admin-product-content{padding:22px}}@media (width<=400px){.admin-products-main{padding-left:12px;padding-right:12px}.admin-products-header h1{font-size:24px}.admin-products-header p{font-size:14px}.admin-product-image{height:210px}.admin-product-content{padding:16px}.admin-product-top h2{font-size:20px}.admin-product-description{font-size:13px}.product-subtitle{font-size:17px}}.admin-customers-page{background:#f5f7fa;width:100%;min-height:100vh;display:flex}.admin-customers-main{box-sizing:border-box;flex:1;min-width:0;margin-left:260px;padding:40px;overflow-x:hidden}.customers-header{margin-bottom:40px}.customers-header h1{color:#081c15;margin:0 0 10px;font-size:42px;line-height:1.2}.customers-header p{color:#666;margin:0;font-size:18px;line-height:1.5}.customers-grid{grid-template-columns:repeat(auto-fit,minmax(300px,300px));align-items:start;gap:30px;width:100%;display:grid}.customer-card{box-sizing:border-box;background:#fff;border-radius:24px;width:300px;min-width:0;max-width:100%;padding:30px;transition:all .3s;box-shadow:0 10px 30px #00000014}@media (width>=1101px){.customers-grid{grid-template-columns:repeat(auto-fit,minmax(300px,300px));gap:30px}.customer-card{width:300px}}@media (width>=769px) and (width<=1100px){.admin-customers-main{margin-left:230px;padding:30px}.customers-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.customer-card{width:100%;padding:25px}.customers-header h1{font-size:36px}}.customer-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001f}.customer-top{align-items:center;gap:20px;min-width:0;margin-bottom:30px;display:flex}.customer-avatar{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:55px;min-width:55px;height:55px;display:flex;overflow:hidden}.customer-avatar-img{object-fit:cover;width:100%;height:100%;display:block}.customer-content{min-width:0}.customer-content h2{color:#081c15;word-break:break-word;margin:0 0 10px;font-size:28px}.customer-content p{color:#666;word-break:break-word;margin:0 0 25px;font-size:16px}.customer-badge{color:#1b4332;background:#d8f3dc;border-radius:30px;margin-top:8px;padding:8px 16px;font-size:13px;font-weight:700;display:inline-block}.customer-body{flex-direction:column;gap:20px;display:flex}.customer-detail{background:#f8f9fa;border-radius:14px;min-width:0;padding:16px}.customer-detail h4{color:#777;margin:0 0 8px;font-size:14px}.customer-detail p{color:#081c15;word-break:break-word;overflow-wrap:anywhere;margin:0;font-size:17px;font-weight:600}.customer-info{border-top:1px solid #eee;justify-content:space-between;gap:20px;padding-top:20px;display:flex}.customer-info>div{min-width:0}.customer-info span{color:#777;font-size:14px}.customer-info h4{color:#1b4332;word-break:break-word;margin:8px 0 0;font-size:18px}.active-status{color:green!important}.customer-name{min-width:0}.customer-name span{color:#2d6a4f;font-size:44px}.customer-name h1{color:#111827;word-break:break-word;margin:8px 0 0;font-size:38px}.customer-name h1 span{color:#2d6a4f;margin-left:10px}.customer-loading-box{text-align:center;color:#666;background:#fff;border-radius:20px;padding:40px;font-size:22px}@media (width<=1100px){.admin-customers-main{margin-left:230px;padding:30px}.customers-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.customers-header h1{font-size:36px}.customer-card{padding:25px}}@media (width<=768px){.admin-customers-page{width:100%;min-height:100vh;display:block}.admin-customers-main{box-sizing:border-box;width:100%;margin-left:0;padding:75px 15px 15px}.admin-mobile-header{box-sizing:border-box;color:#fff;z-index:900;background:#081c15;align-items:center;gap:15px;width:100%;height:60px;padding:0 15px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 10px #00000026}.admin-mobile-header h2{color:#fff;margin:0;padding:0;font-size:20px;font-weight:600}.mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:28px;line-height:1;display:flex}.customers-header{margin-bottom:25px}.customers-header h1{margin-bottom:8px;font-size:28px;line-height:1.2}.customers-header p{font-size:14px;line-height:1.5}.customers-grid{grid-template-columns:1fr;gap:18px}.customer-card{border-radius:18px;width:100%;padding:20px}.customer-top{align-items:flex-start;gap:15px;margin-bottom:22px}.customer-avatar{width:50px;min-width:50px;height:50px}.customer-content h2{font-size:22px;line-height:1.3}.customer-content p{margin-bottom:18px;font-size:14px}.customer-badge{padding:7px 12px;font-size:12px}.customer-body{gap:12px}.customer-detail{border-radius:12px;padding:14px}.customer-detail h4{font-size:13px}.customer-detail p{font-size:15px;line-height:1.5}.customer-info{flex-direction:column;gap:15px;padding-top:15px}.customer-info span{font-size:13px}.customer-info h4{font-size:16px}.customer-name span{font-size:34px}.customer-name h1{font-size:28px}.customer-name h1 span{margin-left:5px}.customer-loading-box{border-radius:16px;padding:35px 20px;font-size:18px}}@media (width>=480px) and (width<=768px){.customer-card{padding:22px}.customer-top{gap:18px}.customer-avatar{width:55px;min-width:55px;height:55px}}@media (width<=400px){.admin-customers-main{padding-left:12px;padding-right:12px}.customers-header h1{font-size:24px}.customers-header p{font-size:13px}.customer-card{border-radius:15px;padding:16px}.customer-top{gap:12px;margin-bottom:18px}.customer-avatar{width:45px;min-width:45px;height:45px}.customer-content h2{font-size:20px}.customer-content p{font-size:13px}.customer-detail{padding:12px}.customer-detail p{font-size:14px}}.admin-subscriptions-page{background:#f5f7fb;width:100%;min-height:100vh;display:flex}.admin-subscriptions-main{box-sizing:border-box;flex:1;min-width:0;margin-left:260px;padding:40px;overflow-x:hidden}.subscriptions-header{margin-bottom:40px}.subscriptions-header h1{color:#081c15;margin:0 0 10px;font-size:42px;line-height:1.2}.subscriptions-header p{color:#666;margin:0;font-size:18px;line-height:1.5}.empty-subscriptions{text-align:center;box-sizing:border-box;background:#fff;border-radius:24px;width:100%;padding:80px 40px;box-shadow:0 10px 30px #00000014}.empty-subscriptions h2{color:#081c15;margin:0 0 20px;font-size:34px}.empty-subscriptions p{color:#666;margin:0;font-size:18px;line-height:1.5}.subscriptions-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;display:grid}.subscription-card{box-sizing:border-box;background:#fff;border-radius:20px;width:100%;min-width:0;padding:25px;transition:all .3s;box-shadow:0 8px 25px #00000014}.subscription-card:hover{transform:translateY(-5px)}.subscription-card h2{color:#081c15;margin:0 0 15px}.subscription-card p{color:#666;margin:8px 0;line-height:1.5}.subscription-active{color:#2e7d32;background:#e8f5e9;border-radius:20px;padding:7px 14px;font-size:13px;font-weight:700;display:inline-block}.subscription-inactive{color:#c62828;background:#ffebee;border-radius:20px;padding:7px 14px;font-size:13px;font-weight:700;display:inline-block}@media (width<=1100px){.admin-subscriptions-main{margin-left:230px;padding:30px}.subscriptions-header h1{font-size:36px}.subscriptions-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}}@media (width<=768px){.admin-subscriptions-page{width:100%;min-height:100vh;display:block}.admin-subscriptions-main{box-sizing:border-box;width:100%;margin-left:0;padding:75px 15px 15px;overflow-x:hidden}.admin-mobile-header{box-sizing:border-box;color:#fff;z-index:900;background:#081c15;align-items:center;gap:15px;width:100%;height:60px;padding:0 15px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 10px #00000026}.admin-mobile-header h2{color:#fff;margin:0;padding:0;font-size:20px;font-weight:600}.mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:28px;line-height:1;display:flex}.subscriptions-header{margin-bottom:25px}.subscriptions-header h1{margin-bottom:8px;font-size:28px}.subscriptions-header p{font-size:14px}.empty-subscriptions{border-radius:17px;padding:55px 20px}.empty-subscriptions h2{margin-bottom:15px;font-size:26px}.empty-subscriptions p{font-size:15px}.subscriptions-grid{grid-template-columns:1fr;gap:15px}.subscription-card{border-radius:16px;padding:20px}.subscription-card h2{font-size:20px}.subscription-card p{font-size:14px}.loading-box{border-radius:16px;padding:35px 20px;font-size:18px}}@media (width>=480px) and (width<=768px){.admin-subscriptions-main{padding:75px 18px 18px}.empty-subscriptions{padding:60px 25px}.subscription-card{padding:22px}}@media (width<=400px){.admin-subscriptions-main{padding-top:70px;padding-left:12px;padding-right:12px}.subscriptions-header h1{font-size:24px}.subscriptions-header p{font-size:13px}.empty-subscriptions{border-radius:15px;padding:45px 16px}.empty-subscriptions h2{font-size:23px}.empty-subscriptions p{font-size:14px}.subscription-card{border-radius:14px;padding:16px}.subscription-card h2{font-size:18px}}.admin-sales-page{background:#f5f7fa;width:100%;min-height:100vh;display:flex}.admin-sales-main{box-sizing:border-box;flex:1;min-width:0;margin-left:260px;padding:40px;overflow-x:hidden}.sales-header{margin-bottom:40px}.sales-header h1{color:#081c15;margin:0 0 10px;font-size:42px;line-height:1.2}.sales-header p{color:#666;margin:0;font-size:18px;line-height:1.5}.sales-summary-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:30px;display:grid}.sales-summary-card{text-align:center;box-sizing:border-box;background:#fff;border-radius:18px;padding:25px;transition:all .3s;box-shadow:0 8px 20px #00000014}.sales-summary-card:hover{transform:translateY(-5px);box-shadow:0 12px 25px #0000001f}.sales-summary-card h3{color:#666;margin:0 0 10px;font-size:17px}.sales-summary-card h1{color:#2e7d32;margin:0;font-size:32px}.growth-card{color:#fff}.growth-card h1,.growth-card h3{color:#000}.sales-summary-card:not(.sales-summary-grid .sales-summary-card){color:#fff;background:linear-gradient(135deg,#081c15,#1b4332)}.sales-summary-card:not(.sales-summary-grid .sales-summary-card) h1,.sales-summary-card:not(.sales-summary-grid .sales-summary-card) h2,.sales-summary-card:not(.sales-summary-grid .sales-summary-card) h3{color:#fff}.sales-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-top:40px;display:grid}.sale-card{box-sizing:border-box;background:#fff;border-radius:20px;min-width:0;padding:25px;transition:all .3s;box-shadow:0 8px 20px #00000014}.sale-card:hover{transform:translateY(-5px);box-shadow:0 14px 30px #0000001f}.sale-top{justify-content:space-between;align-items:center;gap:15px;margin-bottom:20px;display:flex}.sale-top h2{color:#081c15;word-break:break-word;margin:0;font-size:22px}.sale-top span{color:#1b4332;white-space:nowrap;background:#d8f3dc;border-radius:30px;padding:8px 16px;font-size:14px;font-weight:700}.paid-badge{color:#2e7d32;white-space:nowrap;background:#e8f5e9;border-radius:20px;padding:6px 14px;font-weight:700}.sale-card>h3{color:#1b4332;margin:0 0 30px;font-size:34px}.sale-info{margin:15px 0}.sale-info p{color:#555;word-break:break-word;margin:8px 0;line-height:1.5}.sale-items{flex-direction:column;gap:20px;display:flex}.sale-item{background:#f8f9fa;border-radius:14px;align-items:center;gap:15px;min-width:0;padding:14px;display:flex}.sale-item img{object-fit:contain;box-sizing:border-box;background:#fff;border:1px solid #eee;border-radius:12px;width:65px;min-width:65px;height:65px;padding:5px}.sale-item h4{color:#081c15;word-break:break-word;margin:0 0 5px}.sale-item p{color:#666;margin:0;font-size:14px}.sales-graph-section{margin:30px 0}.graph-card{background:#fff;border-radius:20px;padding:30px;overflow-x:auto;box-shadow:0 10px 25px #00000014}.graph-card h2{color:#111827;margin:0 0 20px}.empty-sales{text-align:center;background:#fff;border-radius:24px;padding:80px;box-shadow:0 8px 20px #0000000f}.empty-sales h2{color:#081c15;margin:0 0 10px}.empty-sales p{color:#666}.sales-loading-box{text-align:center;color:#666;background:#fff;border-radius:20px;padding:40px;font-size:22px}@media (width<=1100px){.admin-sales-main{margin-left:230px;padding:30px}.sales-header h1{font-size:36px}.sales-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}}@media (width<=768px){.admin-sales-page{width:100%;min-height:100vh;display:block}.admin-sales-main{box-sizing:border-box;width:100%;margin-left:0;padding:75px 15px 15px}.admin-mobile-header{box-sizing:border-box;color:#fff;z-index:900;background:#081c15;align-items:center;gap:15px;width:100%;height:60px;padding:0 15px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 10px #00000026}.admin-mobile-header h2{color:#fff;margin:0;font-size:20px;font-weight:600}.mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:28px;line-height:1;display:flex}.sales-header{margin-bottom:25px}.sales-header h1{margin-bottom:8px;font-size:28px}.sales-header p{font-size:14px}.sales-summary-grid{grid-template-columns:1fr;gap:15px;margin-bottom:20px}.sales-summary-card{border-radius:15px;padding:20px}.sales-summary-card h3{font-size:15px}.sales-summary-card h1{font-size:30px}.sales-grid{grid-template-columns:1fr;gap:18px;margin-top:25px}.sale-card{border-radius:17px;padding:20px}.sale-top{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:18px}.sale-top h2{font-size:20px}.sale-top span{padding:7px 12px;font-size:12px}.sale-card>h3{margin-bottom:20px;font-size:28px}.sale-info{margin:12px 0}.sale-info p{font-size:14px}.sale-items{gap:12px}.sale-item{gap:12px;padding:12px}.sale-item img{width:60px;min-width:60px;height:60px}.sale-item h4{font-size:15px}.sale-item p{font-size:13px}.sales-graph-section{margin:20px 0}.graph-card{border-radius:16px;padding:20px;overflow-x:auto}.graph-card h2{font-size:21px}.empty-sales{border-radius:18px;padding:50px 20px}.empty-sales h2{font-size:22px}.sales-loading-box{border-radius:16px;padding:35px 20px;font-size:18px}}@media (width>=480px) and (width<=768px){.sale-card,.sales-summary-card{padding:22px}.sale-item img{width:65px;min-width:65px;height:65px}}@media (width<=400px){.admin-sales-main{padding-left:12px;padding-right:12px}.sales-header h1{font-size:24px}.sales-header p{font-size:13px}.sales-summary-card{padding:17px}.sales-summary-card h1{font-size:27px}.sale-card{padding:16px}.sale-top h2{font-size:18px}.sale-card>h3{font-size:25px}.sale-item{padding:10px}.sale-item img{width:55px;min-width:55px;height:55px}.empty-sales{padding:40px 15px}}.admin-notifications-page{background:#f7f8fc;width:100%;min-height:100vh;display:flex}.admin-notifications-main{box-sizing:border-box;flex:1;min-width:0;margin-left:260px;padding:40px;overflow-x:hidden}.notifications-header{margin-bottom:30px}.notifications-header h1{color:#222;margin:0 0 8px;font-size:32px;font-weight:700}.notifications-header p{color:#666;margin:0;line-height:1.5}.notifications-list{flex-direction:column;gap:20px;width:100%;display:flex}.notification-card{box-sizing:border-box;background:#fff;border-radius:18px;align-items:center;gap:20px;width:100%;min-width:0;padding:20px;transition:all .3s;display:flex;box-shadow:0 6px 18px #00000014}.notification-card:hover{transform:translateY(-3px)}.notification-left{flex-shrink:0}.notification-icon{border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;font-size:28px;display:flex}.notification-icon.payment{background:#e8f5e9}.notification-icon.shipping{background:#fff3e0}.notification-icon.delivery{background:#e8f5e9}.notification-icon.pending{background:#fff8e1}.notification-icon.order{background:#e3f2fd}.notification-content{flex:1;min-width:0}.notification-content h3{color:#222;word-break:break-word;margin:0;font-size:18px;line-height:1.4}.notification-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;margin-top:12px;display:flex}.notification-type{text-transform:uppercase;color:#555;background:#f1f3f5;border-radius:30px;padding:6px 14px;font-size:12px;font-weight:600;display:inline-block}.loading-box,.empty-notifications{text-align:center;box-sizing:border-box;color:#666;background:#fff;border-radius:16px;width:100%;padding:40px;box-shadow:0 6px 18px #00000014}@media (width<=1100px){.admin-notifications-main{margin-left:230px;padding:30px}}@media (width<=768px){.admin-notifications-page{width:100%;min-height:100vh;display:block;overflow-x:hidden}.admin-notifications-main{box-sizing:border-box;width:100%;max-width:100%;margin-left:0;padding:75px 15px 15px;overflow-x:hidden}.admin-mobile-header{box-sizing:border-box;color:#fff;z-index:900;background:#081c15;align-items:center;gap:15px;width:100%;height:60px;padding:0 15px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 10px #00000026}.admin-mobile-header h2{color:#fff;margin:0;font-size:20px;font-weight:600}.mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:28px;line-height:1;display:flex}.notifications-header{margin-bottom:25px}.notifications-header h1{margin-bottom:8px;font-size:28px}.notifications-header p{font-size:14px}.notifications-list{gap:15px}.notification-card{border-radius:16px;align-items:flex-start;gap:14px;padding:16px}.notification-icon{width:50px;min-width:50px;height:50px;font-size:22px}.notification-content h3{font-size:16px;line-height:1.4}.notification-meta{justify-content:flex-start;gap:8px;margin-top:10px}.notification-type{padding:5px 11px;font-size:11px}.loading-box,.empty-notifications{border-radius:15px;padding:35px 20px;font-size:17px}}@media (width<=400px){.admin-notifications-main{padding-left:12px;padding-right:12px}.notifications-header h1{font-size:24px}.notifications-header p{font-size:13px}.notification-card{gap:12px;padding:14px}.notification-icon{width:45px;min-width:45px;height:45px;font-size:20px}.notification-content h3{font-size:15px}.notification-type{padding:5px 9px;font-size:10px}.admin-mobile-header h2{font-size:18px}}.admin-reports-page{background:#f5f7fb;width:100%;min-height:100vh;display:flex}.admin-reports-main{box-sizing:border-box;flex:1;min-width:0;margin-left:260px;padding:40px;overflow-x:hidden}.reports-header{margin-bottom:40px}.reports-header h1{color:#081c15;margin:0 0 10px;font-size:42px;line-height:1.2}.reports-header p{color:#666;margin:0;font-size:18px;line-height:1.5}.reports-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:30px;display:grid}.report-card{text-align:center;box-sizing:border-box;background:#fff;border-radius:18px;width:100%;min-width:0;padding:25px;transition:all .3s;box-shadow:0 6px 18px #00000014}.report-card:hover{transform:translateY(-5px)}.report-card h3{color:#666;margin:0 0 10px;font-size:17px}.report-card h1{color:#2e7d32;word-break:break-word;margin:0;font-size:32px}.recent-reports{box-sizing:border-box;background:#fff;border-radius:18px;width:100%;min-width:0;padding:25px;box-shadow:0 6px 18px #00000014}.recent-reports h2{color:#111827;margin:0 0 25px;font-size:26px}.recent-reports-table-wrapper{-webkit-overflow-scrolling:touch;scrollbar-width:thin;width:100%;max-width:100%;overflow:auto hidden}.recent-reports-table-wrapper table{border-collapse:collapse;width:100%;min-width:800px}.recent-reports-table-wrapper thead{background:#f8f9fa}.recent-reports-table-wrapper th{text-align:left;color:#111827;white-space:nowrap;padding:15px;font-size:15px;font-weight:700}.recent-reports-table-wrapper td{color:#374151;white-space:nowrap;border-bottom:1px solid #eee;padding:15px;font-size:15px}.recent-reports-table-wrapper tbody tr{transition:all .2s}.recent-reports-table-wrapper tbody tr:hover{background:#f9fafb}.paid-status{color:#2e7d32;white-space:nowrap;background:#e8f5e9;border-radius:20px;padding:6px 12px;font-size:13px;font-weight:600;display:inline-block}.pending-status{color:#ef6c00;white-space:nowrap;background:#fff3e0;border-radius:20px;padding:6px 12px;font-size:13px;font-weight:600;display:inline-block}@media (width<=1100px){.admin-reports-main{margin-left:230px;padding:30px}.reports-header h1{font-size:36px}.reports-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px}}@media (width<=768px){.admin-reports-page{width:100%;min-height:100vh;display:block}.admin-reports-main{box-sizing:border-box;width:100%;margin-left:0;padding:75px 15px 15px;overflow-x:hidden}.admin-mobile-header{box-sizing:border-box;color:#fff;z-index:900;background:#081c15;align-items:center;gap:15px;width:100%;height:60px;padding:0 15px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 10px #00000026}.admin-mobile-header h2{color:#fff;margin:0;padding:0;font-size:20px;font-weight:600}.mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:28px;line-height:1;display:flex}.reports-header{margin-bottom:25px}.reports-header h1{margin-bottom:8px;font-size:28px}.reports-header p{font-size:14px}.reports-grid{grid-template-columns:1fr;gap:15px;margin-bottom:25px}.report-card{border-radius:15px;padding:20px}.report-card h3{font-size:15px}.report-card h1{font-size:30px}.recent-reports{box-sizing:border-box;border-radius:15px;width:100%;padding:20px;overflow:hidden}.recent-reports h2{margin-bottom:20px;font-size:22px}.recent-reports-table-wrapper{-webkit-overflow-scrolling:touch;width:100%;max-width:100%;display:block;overflow:auto hidden}.recent-reports-table-wrapper table{border-collapse:collapse;width:800px;min-width:800px;max-width:none}.recent-reports-table-wrapper th,.recent-reports-table-wrapper td{white-space:nowrap;padding:12px;font-size:14px}.loading-box{border-radius:15px;padding:35px 20px;font-size:18px}}@media (width>=480px) and (width<=768px){.admin-reports-main{padding:75px 18px 18px}.report-card,.recent-reports{padding:22px}.recent-reports-table-wrapper table{width:800px;min-width:800px}}@media (width<=400px){.admin-reports-main{padding-top:70px;padding-left:12px;padding-right:12px}.reports-header h1{font-size:24px}.reports-header p{font-size:13px}.report-card{border-radius:14px;padding:16px}.report-card h3{font-size:15px}.report-card h1{font-size:28px}.recent-reports{border-radius:14px;padding:16px}.recent-reports h2{margin-bottom:18px;font-size:20px}.recent-reports-table-wrapper{width:100%;max-width:100%;overflow-x:auto}.recent-reports-table-wrapper table{width:750px;min-width:750px}.recent-reports-table-wrapper th,.recent-reports-table-wrapper td{white-space:nowrap;padding:10px;font-size:13px}}.admin-order-details-page{background:#f5f7fa;width:100%;min-height:100vh;display:flex}.admin-order-details-main{box-sizing:border-box;flex:1;min-width:0;margin-left:260px;padding:20px;overflow-x:hidden}.order-details-header{background:#fff;border-radius:15px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:15px;padding:20px;display:flex;box-shadow:0 2px 10px #00000014}.order-info-left{flex:1;min-width:0}.order-info-left h1{color:#081c15;word-break:break-word;margin:0;font-size:28px;line-height:1.2}.order-info-left p{color:#666;margin:5px 0 0;font-size:14px}.order-info-center{flex-wrap:wrap;gap:15px;display:flex}.status-card{text-align:center;box-sizing:border-box;background:#f8f9fa;border-radius:12px;min-width:140px;padding:12px}.status-card span{color:#777;margin-bottom:5px;font-size:12px;display:block}.status-card strong{color:#081c15;word-break:break-word;font-size:15px}.invoice-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#081c15,#1b4332);border:none;border-radius:12px;padding:14px 28px;font-size:15px;font-weight:700;transition:all .3s}.invoice-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0000001f}.payment-action-buttons{gap:12px;margin-top:20px;display:flex}.approve-btn,.reject-btn{cursor:pointer;border:none;border-radius:8px;flex:1;padding:10px 8px;font-weight:600;transition:all .3s}.approve-btn{color:#fff;background:#198754}.approve-btn:hover{background:#157347}.reject-btn{color:#fff;background:#dc3545}.reject-btn:hover{background:#bb2d3b}.tally-invoice{box-sizing:border-box;background:#fff;border:1px solid #dcdcdc;border-radius:12px;max-width:1100px;margin:0 auto;padding:20px;overflow-x:auto;box-shadow:0 2px 10px #00000014}.invoice-top{border-bottom:2px solid #000;justify-content:space-between;align-items:center;gap:20px;width:100%;margin-bottom:15px;padding-bottom:12px;display:flex}.invoice-left{flex:1;min-width:0}.invoice-right{flex:1;justify-content:flex-start;align-items:center;min-width:0;display:flex}.invoice-title-section{flex:1;justify-content:center;align-items:center;min-width:0;display:flex}.invoice-logo{object-fit:contain;width:150px;height:auto;display:block}.invoice-title{text-align:center;text-transform:uppercase;letter-spacing:1px;color:#000;margin:0;font-size:26px;font-weight:700}.invoice-header,.tally-product-table,.gst-summary,.declaration-table{border-collapse:collapse;table-layout:fixed;width:100%}.invoice-header td,.tally-product-table td,.tally-product-table th,.gst-summary td,.gst-summary th,.declaration-table td{vertical-align:top;color:#000;border:1px solid #000;padding:6px;font-size:13px}.invoice-header td{min-height:40px}.company-cell,.consignee-cell,.buyer-cell,.terms-cell{width:50%}.tally-product-table th,.gst-summary th{text-align:center;background:#f5f5f5;font-weight:700}.right{text-align:right}.center{text-align:center}.total-row{background:#fafafa;font-weight:700}.amount-chargeable,.tax-amount-words{color:#000;border:1px solid #000;border-top:none;padding:8px;font-size:13px}.amount-chargeable strong,.tax-amount-words strong{margin-top:5px;display:block}.bank-details{border:1px solid #000;border-top:none;padding:10px;font-size:13px}.bank-details h4{margin:0 0 10px}.bank-details table{border-collapse:collapse}.bank-details td{padding:3px 6px}.declaration{width:50%;min-height:120px}.signatory{text-align:right;vertical-align:bottom;width:50%;min-height:120px}.signatory strong{margin-bottom:60px;display:block}.shipping-label{box-sizing:border-box;background:#fff;width:100%;padding:40px}.label-logo{width:150px;max-width:100%}.label-table{border-collapse:collapse;width:100%}.label-table td{border:1px solid #000;padding:10px;font-size:18px}.label-footer{text-align:center;margin-top:50px;font-size:22px;font-weight:700}.page-break{break-before:page;page-break-before:always}@media (width<=1100px){.admin-order-details-main{margin-left:230px;padding:25px}.order-details-header{flex-wrap:wrap}.order-info-center{order:3;width:100%}.tally-invoice{padding:15px}}@media (width<=768px){.admin-order-details-page{width:100%;overflow-x:hidden}.admin-order-details-main{box-sizing:border-box;width:100%;max-width:100%;margin-left:0;padding:75px 15px 15px;overflow-x:hidden}.tally-invoice{box-sizing:border-box;-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #dcdcdc;border-radius:10px;width:100%;max-width:100%;margin:0;padding:10px;overflow:auto hidden;box-shadow:0 2px 10px #00000014}.invoice-top{box-sizing:border-box;border-bottom:2px solid #000;flex-direction:row;justify-content:flex-start;align-items:center;gap:30px;width:700px;min-width:700px;height:auto;margin:0 0 12px;padding:8px 0 10px;display:flex}.invoice-left{flex:0 0 180px;justify-content:flex-start;align-items:center;width:180px;display:flex}.invoice-logo{object-fit:contain;width:150px;height:auto;display:block}.invoice-title-section{text-align:left;flex:none;justify-content:flex-start;align-items:center;width:auto;display:flex}.invoice-title{text-transform:uppercase;letter-spacing:1px;white-space:nowrap;color:#000;text-align:left;margin:0;padding:0;font-size:24px;font-weight:700}.invoice-right{flex:1;width:auto;min-width:0}.invoice-header,.tally-product-table,.gst-summary,.declaration-table{table-layout:fixed;border-collapse:collapse;width:700px;min-width:700px;max-width:none}.invoice-header td,.tally-product-table td,.tally-product-table th,.gst-summary td,.gst-summary th,.declaration-table td{padding:5px;font-size:11px}.amount-chargeable,.tax-amount-words,.bank-details{box-sizing:border-box;width:700px;min-width:700px;font-size:11px}.shipping-label{padding:20px}}@media (width<=400px){.admin-order-details-main{padding-left:12px;padding-right:12px}.order-details-header{padding:15px}.order-info-left h1{font-size:21px}.order-info-center{grid-template-columns:1fr}.status-card{padding:10px}.invoice-btn{font-size:13px}.tally-invoice{padding:7px}.invoice-logo{width:100px}.invoice-title{font-size:18px}.shipping-label{padding:15px}}@media print{.invoice-btn,.order-details-header,.admin-sidebar,.admin-mobile-header,.custom-cursor,.back-to-top{display:none!important}.admin-order-details-page{background:#fff;min-height:auto;display:block}.admin-order-details-main{margin-left:0;padding:0}.tally-invoice{max-width:100%;box-shadow:none;border:none;border-radius:0;margin:0;padding:0;overflow:visible}}.admin-analytics-page{background:#f5f7fb;width:100%;min-height:100vh;display:flex}.admin-analytics-main{box-sizing:border-box;flex:1;min-width:0;margin-left:260px;padding:40px;overflow-x:hidden}.analytics-header{margin-bottom:40px}.analytics-header h1{color:#081c15;margin:0 0 10px;font-size:42px;line-height:1.2}.analytics-header p{color:#666;margin:0;font-size:18px;line-height:1.5}.analytics-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:25px;margin-bottom:50px;display:grid}.analytics-card{box-sizing:border-box;background:#fff;border-radius:24px;width:100%;min-width:0;padding:30px;transition:all .3s;box-shadow:0 10px 30px #00000014}.analytics-card:hover{transform:translateY(-5px)}.analytics-card h3{color:#666;margin:0 0 15px;font-size:17px}.analytics-card h1{color:#081c15;word-break:break-word;margin:0;font-size:42px}.sales-analytics-section{box-sizing:border-box;background:#fff;border-radius:24px;width:100%;min-width:0;padding:30px;box-shadow:0 10px 30px #00000014}.sales-analytics-section h2{color:#081c15;margin:0 0 30px;font-size:26px}.sales-breakdown-list{flex-direction:column;gap:25px;display:flex}.sales-breakdown-card{box-sizing:border-box;background:#f8f9fa;border-radius:20px;width:100%;min-width:0;padding:25px}.breakdown-top{justify-content:space-between;align-items:center;gap:15px;margin-bottom:20px;display:flex}.breakdown-top h3{color:#081c15;word-break:break-word;margin:0;font-size:20px}.breakdown-top span{color:#1b4332;white-space:nowrap;background:#d8f3dc;border-radius:30px;flex-shrink:0;padding:8px 16px;font-size:13px;font-weight:700}.sales-breakdown-card h2{color:#1b4332;word-break:break-word;margin:0 0 25px;font-size:36px}.breakdown-products{flex-direction:column;gap:18px;display:flex}.breakdown-product{box-sizing:border-box;background:#fff;border-radius:14px;align-items:center;gap:15px;width:100%;min-width:0;padding:14px;display:flex}.breakdown-product img{object-fit:cover;border-radius:12px;flex-shrink:0;width:70px;height:70px}.breakdown-product h4{color:#111827;word-break:break-word;margin:0 0 5px;font-size:17px}.breakdown-product p{color:#666;word-break:break-word;margin:0;font-size:14px}.empty-box{text-align:center;color:#666;box-sizing:border-box;background:#f8f9fa;border-radius:20px;width:100%;padding:40px}.loading-box{text-align:center;color:#666;box-sizing:border-box;background:#fff;border-radius:20px;width:100%;padding:40px;font-size:22px}@media (width<=1100px){.admin-analytics-main{margin-left:230px;padding:30px}.analytics-header h1{font-size:36px}.analytics-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.analytics-card{text-align:center;padding:25px}.sales-analytics-section{padding:25px}}@media (width<=768px){.admin-analytics-page{width:100%;min-height:100vh;display:block}.admin-analytics-main{box-sizing:border-box;width:100%;margin-left:0;padding:75px 15px 15px;overflow-x:hidden}.admin-mobile-header{box-sizing:border-box;color:#fff;z-index:900;background:#081c15;align-items:center;gap:15px;width:100%;height:60px;padding:0 15px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 10px #00000026}.admin-mobile-header h2{color:#fff;margin:0;padding:0;font-size:20px;font-weight:600}.mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:28px;line-height:1;display:flex}.analytics-header{margin-bottom:25px}.analytics-header h1{margin-bottom:8px;font-size:28px}.analytics-header p{font-size:14px}.analytics-grid{grid-template-columns:1fr;gap:15px;margin-bottom:30px}.analytics-card{border-radius:17px;padding:22px}.analytics-card h3{margin-bottom:10px;font-size:16px}.analytics-card h1{font-size:34px}.sales-analytics-section{border-radius:17px;padding:20px}.sales-analytics-section h2{margin-bottom:20px;font-size:22px}.sales-breakdown-list{gap:15px}.sales-breakdown-card{border-radius:15px;padding:18px}.breakdown-top{align-items:flex-start;gap:10px;margin-bottom:15px}.breakdown-top h3{font-size:18px}.breakdown-top span{padding:7px 13px;font-size:12px}.sales-breakdown-card h2{margin-bottom:20px;font-size:30px}.breakdown-products{gap:12px}.breakdown-product{border-radius:12px;gap:12px;padding:12px}.breakdown-product img{width:60px;height:60px}.breakdown-product h4{font-size:15px}.breakdown-product p{font-size:13px}.empty-box{border-radius:15px;padding:30px 20px;font-size:15px}.loading-box{border-radius:15px;padding:35px 20px;font-size:18px}}@media (width>=480px) and (width<=768px){.admin-analytics-main{padding:75px 18px 18px}.analytics-card{padding:25px}.sales-analytics-section{padding:22px}.sales-breakdown-card{padding:20px}.breakdown-product img{width:65px;height:65px}}@media (width<=400px){.admin-analytics-main{padding-top:70px;padding-left:12px;padding-right:12px}.analytics-header h1{font-size:24px}.analytics-header p{font-size:13px}.analytics-card{border-radius:15px;padding:18px}.analytics-card h3{font-size:15px}.analytics-card h1{font-size:29px}.sales-analytics-section{border-radius:15px;padding:16px}.sales-analytics-section h2{font-size:20px}.sales-breakdown-card{padding:15px}.breakdown-top h3{font-size:17px}.sales-breakdown-card h2{font-size:27px}.breakdown-product{padding:10px}.breakdown-product img{width:55px;height:55px}.breakdown-product h4{font-size:14px}.breakdown-product p{font-size:12px}}.admin-add-product-page{background:#f5f7fb;width:100%;min-height:100vh;display:flex}.admin-add-product-main{box-sizing:border-box;flex:1;min-width:0;margin-left:260px;padding:40px;overflow-x:hidden}.add-product-header{margin-bottom:40px}.add-product-header h1{color:#081c15;margin:0 0 10px;font-size:42px;line-height:1.2}.add-product-header p{color:#666;margin:0;font-size:18px;line-height:1.5}.add-product-form{box-sizing:border-box;background:#fff;border-radius:30px;width:100%;padding:40px;box-shadow:0 10px 35px #00000014}.upload-placeholder{color:#777;box-sizing:border-box;background:#f8f9fa;border:2px dashed #ccc;border-radius:24px;justify-content:center;align-items:center;width:100%;height:300px;margin-bottom:20px;font-size:20px;display:flex}.featured-checkbox label{cursor:pointer;color:#333;font-weight:600}.submit-product-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#081c15,#1b4332);border:none;border-radius:20px;width:100%;padding:20px;font-size:18px;font-weight:700;transition:all .3s}.submit-product-btn:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0000001f}@media (width<=1100px){.admin-add-product-main{margin-left:230px;padding:30px}.add-product-header h1{font-size:36px}.add-product-form{border-radius:25px;padding:30px}}@media (width<=768px){.admin-add-product-page{width:100%;min-height:100vh;display:block;overflow-x:hidden}.admin-add-product-main{box-sizing:border-box;width:100%;max-width:100%;margin-left:0;padding:75px 15px 15px;overflow-x:hidden}.admin-mobile-header{box-sizing:border-box;color:#fff;z-index:900;background:#081c15;align-items:center;gap:15px;width:100%;height:60px;padding:0 15px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 10px #00000026}.admin-mobile-header h2{color:#fff;margin:0;font-size:20px;font-weight:600}.mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:28px;line-height:1;display:flex}.add-product-header{margin-bottom:25px}.add-product-header h1{margin-bottom:8px;font-size:28px}.add-product-header p{font-size:14px}.add-product-form{border-radius:18px;width:100%;padding:20px}.image-upload-section{margin-bottom:25px}.image-upload-section img{object-fit:contain;border-radius:16px;width:100%;height:auto;max-height:280px}.upload-placeholder{text-align:center;border-radius:16px;width:100%;height:220px;padding:20px;font-size:16px}.form-grid{grid-template-columns:1fr;gap:15px;margin-bottom:20px}.form-grid input,.form-grid textarea{border-radius:14px;width:100%;padding:15px;font-size:15px}textarea{border-radius:14px;min-height:150px;margin-bottom:20px;padding:15px;font-size:15px}.color-grid{grid-template-columns:1fr;gap:15px;margin-bottom:25px}.color-grid div{border-radius:15px;padding:16px}.color-grid label{margin-bottom:10px;font-size:14px}.color-grid input{height:50px}.featured-checkbox{margin-bottom:25px}.submit-product-btn{border-radius:15px;padding:16px;font-size:16px}}@media (width<=400px){.admin-add-product-main{padding-left:12px;padding-right:12px}.add-product-header h1{font-size:24px}.add-product-header p{font-size:13px}.add-product-form{border-radius:15px;padding:16px}.upload-placeholder{height:190px;font-size:14px}.form-grid input,.form-grid textarea,textarea{padding:13px;font-size:14px}.color-grid div{padding:14px}.submit-product-btn{padding:15px;font-size:15px}.admin-mobile-header h2{font-size:18px}}.admin-edit-product-page{background:#f5f7fb;width:100%;min-height:100vh;display:flex}.admin-edit-product-main{box-sizing:border-box;flex:1;min-width:0;margin-left:260px;padding:40px;overflow-x:hidden}.edit-product-header{margin-bottom:40px}.edit-product-header h1{color:#081c15;margin:0 0 10px;font-size:42px;line-height:1.2}.edit-product-header p{color:#666;margin:0;font-size:18px;line-height:1.5}.edit-product-form{box-sizing:border-box;background:#fff;border-radius:30px;width:100%;padding:40px;box-shadow:0 10px 35px #00000014}.image-upload-section{width:100%;margin-bottom:35px}.image-upload-section img{object-fit:cover;border-radius:24px;width:100%;max-width:100%;max-height:400px;margin-bottom:20px;display:block}.form-grid{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:30px;display:grid}.form-grid input,.form-grid textarea{box-sizing:border-box;border:1px solid #ddd;border-radius:18px;outline:none;width:100%;min-width:0;padding:18px;font-family:inherit;font-size:16px}.form-grid input:focus,.form-grid textarea:focus{border-color:#1b4332;box-shadow:0 0 0 3px #1b43321a}textarea{resize:vertical;box-sizing:border-box;border:1px solid #ddd;border-radius:18px;outline:none;width:100%;min-height:180px;margin-bottom:30px;padding:18px;font-family:inherit;font-size:16px}textarea:focus{border-color:#1b4332;box-shadow:0 0 0 3px #1b43321a}.color-grid{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:30px;display:grid}.color-grid div{box-sizing:border-box;background:#f8f9fa;border-radius:20px;min-width:0;padding:20px}.color-grid label{color:#081c15;margin-bottom:15px;font-weight:700;display:block}.color-grid input{cursor:pointer;box-sizing:border-box;border:none;width:100%;height:55px;padding:0}.featured-checkbox{align-items:center;gap:12px;margin-bottom:35px;display:flex}.featured-checkbox input{cursor:pointer;width:18px;height:18px}.update-product-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#081c15,#1b4332);border:none;border-radius:20px;width:100%;padding:20px;font-size:18px;font-weight:700;transition:all .3s}.update-product-btn:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0000001f}@media (width<=1100px){.admin-edit-product-main{margin-left:230px;padding:30px}.edit-product-header h1{font-size:36px}.edit-product-form{border-radius:25px;padding:30px}}@media (width<=768px){.admin-edit-product-page{width:100%;min-height:100vh;display:block;overflow-x:hidden}.admin-edit-product-main{box-sizing:border-box;width:100%;max-width:100%;margin-left:0;padding:75px 15px 15px;overflow-x:hidden}.admin-mobile-header{box-sizing:border-box;color:#fff;z-index:900;background:#081c15;align-items:center;gap:15px;width:100%;height:60px;padding:0 15px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 10px #00000026}.admin-mobile-header h2{color:#fff;margin:0;font-size:20px;font-weight:600}.mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:28px;line-height:1;display:flex}.edit-product-header{margin-bottom:25px}.edit-product-header h1{margin-bottom:8px;font-size:28px}.edit-product-header p{font-size:14px}.edit-product-form{border-radius:18px;width:100%;padding:20px}.image-upload-section{margin-bottom:25px}.image-upload-section img{object-fit:contain;border-radius:16px;width:100%;height:auto;max-height:280px}.form-grid{grid-template-columns:1fr;gap:15px;margin-bottom:20px}.form-grid input,.form-grid textarea{border-radius:14px;width:100%;padding:15px;font-size:15px}textarea{border-radius:14px;min-height:150px;margin-bottom:20px;padding:15px;font-size:15px}.color-grid{grid-template-columns:1fr;gap:15px;margin-bottom:25px}.color-grid div{border-radius:15px;padding:16px}.color-grid label{margin-bottom:10px;font-size:14px}.color-grid input{height:50px}.featured-checkbox{margin-bottom:25px}.update-product-btn{border-radius:15px;padding:16px;font-size:16px}.loading-box{border-radius:18px;padding:40px 20px;font-size:20px}}@media (width<=400px){.admin-edit-product-main{padding-left:12px;padding-right:12px}.edit-product-header h1{font-size:24px}.edit-product-header p{font-size:13px}.edit-product-form{border-radius:15px;padding:16px}.image-upload-section img{max-height:220px}.form-grid input,.form-grid textarea,textarea{padding:13px;font-size:14px}.color-grid div{padding:14px}.update-product-btn{padding:15px;font-size:15px}.admin-mobile-header h2{font-size:18px}}.product-detail-field{width:100%;margin-top:22px}.product-detail-field label{color:#081c15;margin-bottom:8px;font-size:15px;font-weight:700;display:block}.product-detail-field textarea{box-sizing:border-box;color:#081c15;resize:vertical;background:#fff;border:1px solid #ddd;border-radius:12px;outline:none;width:100%;min-height:110px;padding:14px 16px;font-family:inherit;font-size:15px;line-height:1.6;transition:all .2s}.product-detail-field textarea:focus{border-color:#2d6a4f;box-shadow:0 0 0 3px #2d6a4f1a}.product-detail-field textarea::placeholder{color:#999}.aellam-login-page{background:#f7faf7;justify-content:center;align-items:center;min-height:100vh;padding:120px 20px;display:flex}.aellam-login-card{font-family:var(--typeBasePrimary), var(--typeBaseFallback);background:#fff;border-radius:20px;width:100%;max-width:460px;margin-top:20px;padding:45px;transition:all .3s;box-shadow:0 20px 50px #00000014}.aellam-login-card:hover{transform:translateY(-5px)}.aellam-login-card h2{text-align:center;color:#1d4d2c;margin-bottom:10px;font-family:Times New Roman,Times,serif;font-size:34px}.aellam-login-card p{text-align:center;color:#777;margin-bottom:30px}.aellam-login-card form{flex-direction:column;gap:18px;display:flex}.aellam-login-card input{font-family:var(--typeBasePrimary), var(--typeBaseFallback);border:1px solid #d9d9d9;border-radius:10px;padding:15px;font-size:16px;transition:all .3s}.aellam-login-card input:focus{border-color:#2e7d32;outline:none;box-shadow:0 0 10px #2e7d3226}.forgot-password{text-align:right}.forgot-password span{color:#2e7d32;cursor:pointer;font-size:14px}.login-btn{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:10px;padding:15px;font-size:17px;transition:all .3s}.login-btn:hover{background:#256428}.divider{justify-content:center;align-items:center;margin:30px 0;display:flex;position:relative}.divider:before{content:"";background:#ddd;width:100%;height:1px;position:absolute}.divider span{z-index:2;color:#888;background:#fff;padding:0 20px}.google-btn{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:10px;width:100%;padding:15px;font-size:16px;transition:all .3s}.google-btn:hover{background:#f5f5f5}.signup-link{text-align:center;color:#666;margin-top:30px}.signup-link span{color:#2e7d32;cursor:pointer;margin-left:8px;font-weight:600}.login-message{text-align:center;margin-top:20px;font-size:15px;font-weight:600;animation:.3s fadeIn;color:#dc2626!important}@media (width<=768px){.aellam-login-card{padding:30px}.aellam-login-card h2{font-size:28px}}.google-login-wrapper{justify-content:center;margin-top:20px;display:flex}.otp-login-btn{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:10px;width:100%;margin:18px 0;padding:14px;font-size:16px;font-weight:600;transition:all .3s}.otp-login-btn:hover{background:#1b5e20;transform:translateY(-2px)}.otp-login-btn:active{transform:scale(.98)}.otp-login-page{background:#f4f8f4;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:120px 20px 80px;display:flex}.otp-login-card{text-align:center;background:#fff;border:1px solid #e1eee2;border-radius:20px;width:100%;max-width:450px;padding:40px;box-shadow:0 10px 30px #2e7d321a}.otp-login-card h1{color:#069747;margin-bottom:10px;font-size:32px;font-weight:700}.otp-login-card p{font-size:15px;line-height:1.6;font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#5f6f61;margin-bottom:25px}.otp-login-card input{width:100%;height:55px;font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#263b29;box-sizing:border-box;background:#fff;border:1px solid #c8dcc9;border-radius:12px;outline:none;margin-bottom:20px;padding:0 18px;font-size:16px;transition:border-color .3s,box-shadow .3s,background .3s}.otp-login-card input:focus{background:#fbfefb;border-color:#2e7d32;box-shadow:0 0 0 3px #2e7d321f}.otp-login-card input::placeholder{color:#98a79a}.otp-login-card .send-otp-btn{width:100%;height:55px;font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:12px;font-size:16px;font-weight:600;transition:background .3s,transform .2s,box-shadow .3s}.otp-login-card .send-otp-btn:hover{background:#1b5e20;transform:translateY(-2px);box-shadow:0 8px 20px #2e7d3238}.otp-login-card .send-otp-btn:active{transform:translateY(0)}.otp-login-card .send-otp-btn:disabled{cursor:not-allowed;box-shadow:none;background:#a5bda7;transform:none}.otp-login-card .back-login-btn{width:100%;height:50px;font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#2e7d32;cursor:pointer;background:0 0;border:1px solid #2e7d32;border-radius:12px;margin-top:12px;font-size:15px;font-weight:600;transition:background .3s,color .3s,transform .2s}.otp-login-card .back-login-btn:hover{color:#fff;background:#2e7d32;transform:translateY(-1px)}.otp-message{color:#2e7d32;margin-top:18px;font-size:14px}.register-link{text-align:center;margin-top:25px}.register-link p{color:#6b776c;margin-bottom:0;font-size:14px}.register-link span{color:#2e7d32;cursor:pointer;margin-left:5px;font-weight:700;transition:color .3s}.register-link span:hover{color:#1b5e20;text-decoration:underline}@media (width<=600px){.otp-login-page{padding:100px 15px 60px}.otp-login-card{border-radius:16px;padding:30px 22px}.otp-login-card h1{font-size:27px}.otp-login-card p{font-size:14px}.otp-login-card input,.otp-login-card .send-otp-btn{height:52px;font-size:15px}.otp-login-card .back-login-btn{height:50px}}.verify-otp-page{background:#f4faf6;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:120px 20px 80px;display:flex}.verify-otp-card{text-align:center;background:#fff;border:1px solid #e0eee5;border-radius:20px;width:100%;max-width:450px;padding:40px;box-shadow:0 10px 30px #0697471a}.verify-otp-card h1{color:#069747;margin-bottom:10px;font-size:32px;font-weight:700}.verify-otp-card p{font-size:15px;font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#666;margin-bottom:25px;line-height:1.6}.verify-otp-card strong{color:#069747;margin-top:8px;font-weight:600;display:block}.verify-otp-card input{width:100%;font-family:var(--typeBasePrimary), var(--typeBaseFallback);text-align:center;letter-spacing:5px;color:#333;box-sizing:border-box;background:#fff;border:1px solid #d5e5db;border-radius:12px;outline:none;height:55px;margin-bottom:20px;padding:0 18px;font-size:18px;transition:border-color .3s,box-shadow .3s}.verify-otp-card input:focus{border-color:#069747;box-shadow:0 0 0 3px #0697471f}.verify-otp-card button{width:100%;height:55px;font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#fff;cursor:pointer;background:#069747;border:none;border-radius:12px;font-size:16px;font-weight:600;transition:background .3s,transform .2s,box-shadow .3s}.verify-otp-card button+button{margin-top:12px}.verify-otp-card button:hover{background:#057c3a;transform:translateY(-2px);box-shadow:0 8px 20px #06974733}.verify-otp-card button:active{transform:translateY(0)}.verify-otp-card button:disabled{cursor:not-allowed;box-shadow:none;background:#9ac9ad;transform:none}.verify-message{color:#069747;margin-top:18px;font-size:14px;font-weight:600}@media (width<=600px){.verify-otp-page{padding:100px 15px 60px}.verify-otp-card{border-radius:16px;padding:30px 22px}.verify-otp-card h1{font-size:27px}.verify-otp-card p{font-size:14px}.verify-otp-card input{height:52px;font-size:17px}.verify-otp-card button{height:52px;font-size:15px}}.my-orders-page{background:#f7f7f7;width:100%;min-height:100vh;padding:140px 20px 80px}.my-orders-container{font-family:var(--typeBasePrimary), var(--typeBaseFallback);width:100%;max-width:900px;margin:auto}.my-orders-container h1{text-align:center;color:#111;margin-bottom:40px;font-family:Times New Roman,Times,serif;font-size:38px}.order-card{background:#fff;border-radius:20px;margin-bottom:25px;padding:25px;box-shadow:0 10px 30px #0000000f}.order-top{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.order-status{color:#fff;border-radius:10px;padding:10px 18px;font-size:14px;font-weight:600}.order-status.Paid{background:green}.order-status.Pending{background:orange}.order-items{flex-direction:column;gap:12px;display:flex}.order-item{border-bottom:1px solid #eee;align-items:flex-start;gap:18px;padding:12px 0;display:flex}.order-item:last-child{border-bottom:none;padding-bottom:0}.admin-order-total{border-radius:10px;justify-content:space-between;align-items:center;width:100%;margin-top:15px;padding:15px 20px;display:flex}.order-total-text{color:#fff;background:linear-gradient(135deg,#081c15,#1b4332);border-radius:10px;align-items:center;gap:8px;padding:10px;font-size:22px;font-weight:700;display:flex}.order-invoice-btn{justify-content:center;display:flex}.download-invoice-btn{margin:0}.order-item img{object-fit:cover;border-radius:12px;width:90px;height:90px}.order-item-content{flex:1}.order-item-content h4{margin:0 0 6px}.order-item-content p{margin:2px 0;line-height:1.4}.order-item-content h4{margin-bottom:8px;font-size:18px}.order-item-content p{color:#555;margin-bottom:4px}.empty-orders{text-align:center;background:#fff;border-radius:20px;padding:60px}.order-status-wrapper{flex-wrap:wrap;gap:10px;margin-top:10px;display:flex}.payment-status,.tracking-status{border-radius:20px;padding:8px 14px;font-size:14px;font-weight:600}.payment-status.Paid{color:#15803d;background:#dcfce7}.payment-status.Pending{color:#b45309;background:#fef3c7}.tracking-status.Placed{color:#243e90;background:#dbeafe}.tracking-status.Processing{color:#7c3aed;background:#ede9fe}.tracking-status.Shipped{color:#ea580c;background:#fed7aa}.tracking-status.Delivered{color:#15803d;background:#dcfce7}@media (width<=992px){.my-orders-page{padding:120px 30px 60px}.my-orders-container{max-width:100%}.my-orders-container h1{text-align:center;margin-top:50px;margin-bottom:30px;font-size:32px}.order-card{border-radius:18px;padding:22px}.order-top{flex-direction:column;align-items:flex-start;gap:12px}.order-status{padding:8px 16px;font-size:13px}.order-item{gap:15px}.order-item img{object-fit:fill;width:150px;height:100px}.order-item-content h4{font-size:17px}.order-item-content p{font-size:15px}.admin-order-total{width:220px;padding:12px;font-size:20px}.order-status-wrapper{gap:8px}.payment-status,.tracking-status{padding:7px 12px;font-size:13px}.empty-orders{padding:45px 25px}}@media (width<=426px){.my-orders-page{padding:100px 15px 40px}.my-orders-container h1{text-align:center;margin-bottom:25px;font-size:28px}.order-card{border-radius:16px;padding:18px}.order-top{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:18px}.order-item{text-align:center;flex-direction:column;align-items:center;gap:15px}.order-item img{object-fit:fill;width:150px;height:110px}.order-item-content{width:100%}.order-item-content h4{margin-bottom:8px;font-size:18px}.order-item-content p{font-size:14px;line-height:1.6}.admin-order-total{width:100%;margin-top:18px;padding:14px;font-size:18px}.order-status-wrapper{justify-content:center;gap:8px}.payment-status,.tracking-status{padding:6px 10px;font-size:12px}.order-status{padding:8px 12px;font-size:12px}.empty-orders{padding:35px 20px}.empty-orders h2{font-size:22px}.empty-orders p{font-size:15px}}.payment-status{color:#fff;letter-spacing:.4px;border-radius:30px;justify-content:center;align-items:center;min-width:190px;padding:8px 16px;font-size:14px;font-weight:700;transition:all .3s;display:inline-flex}.payment-status.ONLINE{background:linear-gradient(135deg,#243e90,#1e88e5);box-shadow:0 6px 15px #1e88e540}.payment-status.COD{background:linear-gradient(135deg,#2e7d32,#43a047);box-shadow:0 6px 15px #43a04740}.payment-status:hover{transform:translateY(-2px)}.delivery-note{color:#069747;justify-content:flex-end;align-items:center;gap:10px;font-size:15px;font-style:italic;font-weight:500;display:flex}.delivery-note strong{color:#1b5e20;margin-left:4px}@media (width<=768px){.delivery-note{text-align:center;justify-content:center;font-size:.85rem}}.download-invoice-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#243e90,#069747);border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:10px 18px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px #00000026}.download-invoice-btn:hover{background:linear-gradient(135deg,#065f46,#047857);transform:translateY(-2px);box-shadow:0 8px 18px #0003}.download-invoice-btn:active{transform:scale(.96)}.download-invoice-btn svg{font-size:17px}.download-invoice-btn:disabled{cursor:not-allowed;box-shadow:none;background:#bdbdbd}@media (width<=1024px){.my-orders-page{padding:220px 30px 70px}.my-orders-container{max-width:95%}.my-orders-container h1{font-size:34px}.order-item img{object-fit:cover;width:120px;height:100px}.admin-order-total{width:100%;padding:15px}.order-total-text{font-size:20px}.download-invoice-btn{padding:10px 16px;font-size:14px}}@media (width<=992px){.my-orders-page{padding:140px 25px 60px}.my-orders-container h1{margin-top:30px;font-size:30px}.order-card{padding:20px}.order-top{flex-direction:column;align-items:flex-start;gap:12px}.order-item{gap:15px}.order-item img{object-fit:cover;width:120px;height:100px}.order-item-content h4{font-size:17px}.order-item-content p{font-size:15px}.admin-order-total{justify-content:space-between;align-items:center;gap:15px;width:100%;padding:15px;display:flex}.order-total-text{font-size:18px}.order-invoice-btn{display:flex}.download-invoice-btn{width:auto;font-size:14px}}@media (width<=426px){.my-orders-page{padding:100px 15px 40px}.my-orders-container h1{margin-bottom:25px;font-size:28px}.order-card{padding:18px}.order-top{flex-direction:column;align-items:flex-start}.order-item{text-align:center;flex-direction:column;align-items:center}.order-item img{object-fit:cover;width:150px;height:110px}.order-item-content{width:100%}.order-item-content h4{font-size:18px}.order-item-content p{font-size:14px}.order-status-wrapper{justify-content:center}.admin-order-total{flex-direction:column;align-items:center;gap:15px;width:100%;padding:15px}.order-total-text{justify-content:center;width:100%;font-size:18px}.order-invoice-btn{width:100%}.download-invoice-btn{width:100%;padding:12px;font-size:14px}.delivery-note{text-align:center;justify-content:center;font-size:13px}.empty-orders{padding:30px 20px}}.truck-icon{color:#069747;font-size:22px;animation:1.5s ease-in-out infinite truckMove}@keyframes truckMove{0%{transform:translate(0)}25%{transform:translate(4px)}50%{transform:translate(8px)}75%{transform:translate(4px)}to{transform:translate(0)}}.delivery-note strong{color:#1b5e20}.aellam-register-wrapper{box-sizing:border-box;background:linear-gradient(135deg,#edf8ef,#fff);justify-content:center;align-items:center;width:100%;min-height:100vh;padding:140px 20px 80px;display:flex}.aellam-register-card{width:100%;max-width:650px;font-family:var(--typeBasePrimary), var(--typeBaseFallback);box-sizing:border-box;background:#fff;border-radius:24px;padding:45px;transition:box-shadow .35s;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000014}.aellam-register-card:hover{box-shadow:0 30px 70px #0000001f}.aellam-register-card:before{content:"";pointer-events:none;background:#4caf5014;border-radius:50%;width:220px;height:220px;position:absolute;top:-110px;right:-110px}.aellam-register-card:after{content:"";pointer-events:none;background:#2e7d320d;border-radius:50%;width:180px;height:180px;position:absolute;bottom:-90px;left:-90px}.aellam-register-card h1{z-index:1;text-align:center;color:#1d4d2c;margin:0 0 10px;font-family:Times New Roman,Times,serif;font-size:42px;font-weight:700;line-height:1.2;position:relative}.aellam-register-card>p{z-index:1;text-align:center;color:#666;margin:0 0 35px;font-size:17px;line-height:1.5;position:relative}.aellam-progress{z-index:1;background:#e8e8e8;border-radius:50px;width:100%;height:10px;margin-bottom:18px;position:relative;overflow:hidden}.aellam-progress-fill{background:linear-gradient(90deg,#2e7d32,#4caf50);border-radius:50px;height:100%;transition:width .45s}.aellam-step-title{z-index:1;text-align:center;color:#2e7d32;letter-spacing:2px;text-transform:uppercase;margin-bottom:30px;font-size:15px;font-weight:700;position:relative}.aellam-register-card form{z-index:1;flex-direction:column;gap:22px;width:100%;display:flex;position:relative}.aellam-step{box-sizing:border-box;flex-direction:column;gap:18px;width:100%;animation:.35s aellamStepFade;display:flex}@keyframes aellamStepFade{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.aellam-form-group{box-sizing:border-box;flex-direction:column;width:100%;display:flex;position:relative}.aellam-step input,.aellam-step select,.aellam-step textarea{box-sizing:border-box;color:#222;width:100%;font-family:var(--typeBasePrimary), var(--typeBaseFallback);background:#fff;border:1px solid #d8d8d8;outline:none;font-size:16px;transition:border-color .25s,box-shadow .25s,background .25s}.aellam-step input,.aellam-step select{border-radius:14px;height:58px;padding:0 18px}.aellam-step textarea{resize:vertical;border-radius:14px;min-height:130px;padding:16px 18px;line-height:1.5}.aellam-step input:focus,.aellam-step select:focus,.aellam-step textarea:focus{border-color:#2e7d32;box-shadow:0 0 0 4px #2e7d321f}.aellam-step input:hover,.aellam-step select:hover,.aellam-step textarea:hover{border-color:#8bc34a}.aellam-step input::placeholder,.aellam-step textarea::placeholder{color:#9b9b9b}.aellam-input-valid{border:2px solid #2e7d32!important}.aellam-input-invalid{border:2px solid #d32f2f!important}.aellam-input-error{color:#d32f2f;margin-top:7px;margin-left:4px;font-size:13px;font-weight:600;line-height:1.35;animation:.3s aellamError;display:block}@keyframes aellamError{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.aellam-register-buttons{justify-content:space-between;align-items:center;gap:18px;width:100%;margin-top:2px;display:flex}.aellam-back-btn,.aellam-next-btn,.aellam-submit-btn{min-width:0;height:58px;font-family:var(--typeBasePrimary), var(--typeBaseFallback);cursor:pointer;box-sizing:border-box;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:0 24px;font-size:16px;font-weight:600;transition:transform .25s,background .25s,opacity .25s;display:flex}.aellam-back-btn{color:#333;background:#ececec;flex:1}.aellam-back-btn:hover{background:#dcdcdc;transform:translateY(-2px)}.aellam-next-btn{color:#fff;background:#2e7d32;flex:1}.aellam-next-btn:hover{background:#256729;transform:translateY(-2px)}.aellam-submit-btn{color:#fff;background:#111;flex:1}.aellam-submit-btn:hover{background:#000;transform:translateY(-2px)}.aellam-submit-btn:disabled,.aellam-back-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.aellam-back-btn:active,.aellam-next-btn:active,.aellam-submit-btn:active{transform:scale(.97)}.aellam-step-five{gap:28px}.registration-verification-section{box-sizing:border-box;background:#f9fcf9;border:1px solid #e2e8e2;border-radius:18px;width:100%;padding:24px}.registration-verification-section h3,.registration-password-section h3{color:#1d4d2c;text-align:center;margin:0 0 10px;font-family:Times New Roman,Times,serif;font-size:24px}.verification-description{color:#666;line-height:1.6;text-align:center!important;margin:0 0 20px!important;font-size:15px!important}.otp-verification-area{flex-direction:column;align-items:center;gap:12px;width:100%;display:flex}.otp-verification-area .aellam-form-group{width:100%}.otp-verification-area input{text-align:center;letter-spacing:8px;margin-top:15px;font-size:24px;font-weight:700}.otp-verify-btn{flex:none;width:100%;max-width:280px}.otp-success-message{color:#2e7d32;box-sizing:border-box;background:#edf8ef;border:1px solid #b7dfbb;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px 16px;font-weight:600;display:flex}.otp-success-icon{color:#fff;background:#2e7d32;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-weight:700;display:flex}.registration-password-section{box-sizing:border-box;background:#fff;border:1px solid #e2e8e2;border-radius:18px;width:100%;padding:24px}.registration-password-section .aellam-form-group{margin-top:18px}.registration-password-section .aellam-form-group input{padding-right:85px}.aellam-password-toggle{color:#2e7d32;cursor:pointer;z-index:2;background:0 0;border:none;padding:6px 8px;font-size:14px;font-weight:700;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.aellam-password-toggle:hover{color:#1b5e20;transform:translateY(-50%)scale(1.05)}.aellam-password-checklist{box-sizing:border-box;background:#f8faf8;border:1px solid #e3e3e3;border-radius:14px;width:100%;margin-top:18px;padding:16px 18px}.aellam-password-checklist div{color:#000;align-items:center;gap:10px;width:100%;margin:8px 0;font-size:14px;font-weight:500;line-height:1.4;display:flex}.aellam-password-checklist i{color:#bdbdbd;flex-shrink:0;width:18px;font-size:16px}.aellam-password-checklist .done{color:#2e7d32;font-weight:600}.aellam-password-checklist .done i{color:#2e7d32}.aellam-password-checklist .error,.aellam-password-checklist .error i{color:#d32f2f}.create-account-btn{flex:none;width:100%;margin-top:22px}.register-message{z-index:1;text-align:center;color:#2e7d32;margin:18px 0 0;font-size:15px;font-weight:700;line-height:1.5;position:relative}.account-created-overlay{z-index:99999;font-family:var(--typeBasePrimary), var(--typeBaseFallback);background:#000000a6;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.account-created-modal{text-align:center;background:#fff;border-radius:18px;width:min(450px,100%);padding:45px 30px;animation:.35s accountCreatedPop;box-shadow:0 20px 60px #00000040}.success-icon{color:#fff;background:#2e7d32;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 20px;font-size:40px;font-weight:700;display:flex}.account-created-modal h2{color:#2e7d32;margin:0 0 10px;font-size:25px}.account-created-modal p{color:#555;margin:0;font-size:16px}@keyframes accountCreatedPop{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.account-created-icon{color:#fff;background:#2e7d32;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 20px;font-size:40px;font-weight:700;display:flex}.account-created-popup h2{color:#2e7d32;margin:0 0 12px;font-size:24px;line-height:1.3}.account-created-popup p{color:#555;margin:8px 0;font-size:15px;line-height:1.5}@keyframes accountPopup{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.aellam-step input:-webkit-autofill{-webkit-text-fill-color:#222;-webkit-box-shadow:inset 0 0 0 1000px #fff}@media (width<=992px){.aellam-register-card{max-width:620px;padding:35px}.aellam-register-card h1{font-size:36px}}@media (width<=768px){.aellam-register-wrapper{padding:120px 15px 60px}.aellam-register-card{border-radius:18px;padding:28px}.aellam-register-card h1{font-size:30px}.aellam-register-card>p{font-size:15px}.aellam-step input,.aellam-step select{height:52px;font-size:15px}.aellam-step textarea{min-height:110px;font-size:15px}.registration-verification-section,.registration-password-section{padding:20px}.registration-verification-section h3,.registration-password-section h3{font-size:22px}}@media (width<=576px){.aellam-register-wrapper{padding:105px 10px 40px}.aellam-register-card{border-radius:16px;padding:20px}.aellam-register-card h1{font-size:26px}.aellam-register-card>p{margin-bottom:25px;font-size:14px}.aellam-step-title{letter-spacing:1.5px;margin-bottom:24px;font-size:13px}.aellam-register-buttons{flex-direction:column;gap:12px}.aellam-back-btn,.aellam-next-btn,.aellam-submit-btn{flex:none;width:100%}.registration-verification-section,.registration-password-section{padding:16px}.registration-verification-section h3,.registration-password-section h3{font-size:20px}.otp-verification-area input{letter-spacing:6px;font-size:21px}.aellam-password-checklist{padding:14px}.aellam-password-checklist div{font-size:13px}.account-created-popup{padding:30px 20px}}.admin-customer-details-page{background:#f5f7fb;width:100%;min-height:100vh;display:flex}.admin-customer-details-main{box-sizing:border-box;flex:1;min-width:0;margin-left:260px;padding:40px;overflow-x:hidden}.loading-box{text-align:center;color:#666;background:#fff;border-radius:20px;padding:40px;font-size:22px;font-weight:600}.customer-details-header{justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:35px;display:flex}.customer-name{flex-direction:column;flex:1;gap:10px;min-width:0;display:flex}.customer-name span{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;font-size:14px;font-weight:600;display:block}.customer-name h1{color:#111827;word-break:break-word;margin:0;font-size:34px;font-weight:700}.customer-name input{color:#111827;box-sizing:border-box;border:1px solid #d1d5db;border-radius:12px;outline:none;width:100%;max-width:550px;height:50px;padding:0 16px;font-size:18px;font-weight:600;transition:all .3s}.customer-name input:focus{border-color:#2d6a4f;box-shadow:0 0 0 3px #2d6a4f26}.customer-action-buttons{flex-shrink:0;align-items:center;gap:15px;display:flex}.customer-edit-btn{color:#fff;cursor:pointer;background:#2d6a4f;border:none;border-radius:12px;min-width:170px;height:50px;padding:0 22px;font-size:15px;font-weight:600;transition:all .3s}.customer-edit-btn:hover{background:#1b4332;transform:translateY(-2px)}.customer-delete-btn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:12px;min-width:170px;height:50px;padding:0 22px;font-size:15px;font-weight:600;transition:all .3s}.customer-delete-btn:hover{background:#b91c1c;transform:translateY(-2px)}.customer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px;margin-bottom:35px;display:grid}.customer-card-detail{box-sizing:border-box;background:#fff;border-radius:22px;min-width:0;padding:30px;box-shadow:0 8px 25px #0000000d}.customer-card-detail h2{color:#111827;margin:0 0 25px;font-size:24px}.customer-item{flex-direction:column;min-width:0;margin-bottom:22px;display:flex}.customer-item span{color:#6b7280;font-size:14px;font-weight:600}.customer-item h4{color:#111827;word-break:break-word;margin:8px 0 0;font-size:17px;font-weight:600}.customer-item input,.customer-item select,.customer-item textarea{color:#111827;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:10px;outline:none;width:100%;margin-top:8px;padding:12px 15px;font-size:15px;transition:all .3s}.customer-item input:focus,.customer-item select:focus,.customer-item textarea:focus{border-color:#2d6a4f;box-shadow:0 0 0 3px #2d6a4f26}.customer-item textarea{resize:vertical;min-height:120px;font-family:inherit}.dob-age-edit{gap:12px;margin-top:8px;display:flex}.dob-age-edit input{flex:1;min-width:0}.dob-age-edit input[type=number]{max-width:120px}.customer-status-badge{border-radius:30px;justify-content:center;align-items:center;width:fit-content;margin-top:8px;padding:8px 16px;font-size:14px;font-weight:600;display:inline-flex}.customer-status-badge.active{color:#2e7d32;background:#e8f5e9;border:1px solid #81c784}.customer-status-badge.inactive{color:#d32f2f;background:#ffebee;border:1px solid #ef9a9a}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px;margin-bottom:40px;display:grid}.stats-card{color:#fff;box-sizing:border-box;background:linear-gradient(135deg,#1b4332,#2d6a4f);border-radius:22px;min-width:0;padding:35px}.stats-card span{opacity:.8;font-size:16px}.stats-card h1{word-break:break-word;margin:15px 0 0;font-size:42px}.customer-orders-section{box-sizing:border-box;background:#fff;border-radius:22px;padding:30px;overflow:hidden;box-shadow:0 8px 25px #0000000d}.customer-orders-section h2{color:#111827;margin:0 0 30px;font-size:26px}.customer-order-row{border-bottom:1px solid #ececec;justify-content:space-between;align-items:center;gap:20px;min-width:0;padding:22px 0;display:flex}.customer-order-row:last-child{border-bottom:none}.customer-order-row h3{color:#111827;word-break:break-word;margin:0 0 8px}.customer-order-row p{color:#6b7280;word-break:break-word;margin:0}.customer-order-row h4{color:#2d6a4f;margin:0}.customer-order-row h2{color:#111827}.order-status-box{flex-direction:column;flex-shrink:0;gap:8px;display:flex}.payment-paid{font-weight:700;color:#2e7d32!important}.payment-pending{font-weight:700;color:#ef6c00!important}.tracking-status{color:#1565c0;font-weight:600}.save-btn{color:#fff;cursor:pointer;background:#1b4332;border:none;border-radius:12px;width:50%;margin-top:30px;padding:15px;font-size:17px;font-weight:600;transition:all .3s}.save-btn:hover{background:#2d6a4f;transform:translateY(-2px)}@media (width<=1100px){.admin-customer-details-main{margin-left:230px;padding:30px}.customer-details-header{align-items:flex-start}.customer-name h1{font-size:30px}.customer-grid{gap:20px}.customer-card-detail{padding:25px}}@media (width<=768px){.admin-customer-details-page{width:100%;min-height:100vh;display:block;overflow-x:hidden}.admin-customer-details-main{box-sizing:border-box;width:100%;max-width:100%;margin-left:0;padding:75px 15px 15px;overflow-x:hidden}.admin-mobile-header{box-sizing:border-box;color:#fff;z-index:900;background:#081c15;align-items:center;gap:15px;width:100%;height:60px;padding:0 15px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 10px #00000026}.admin-mobile-header h2{color:#fff;margin:0;font-size:20px;font-weight:600}.mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:28px;line-height:1;display:flex}.customer-details-header{flex-direction:column;align-items:stretch;gap:20px;margin-bottom:25px}.customer-name{text-align:center}.customer-name h1{font-size:28px}.customer-name input{width:100%;max-width:100%;height:48px;font-size:16px}.customer-action-buttons{flex-direction:column;gap:10px;width:100%}.customer-edit-btn,.customer-delete-btn{width:100%;min-width:0;height:48px}.customer-grid{grid-template-columns:1fr;gap:15px;margin-bottom:25px}.customer-card-detail{border-radius:17px;padding:20px}.customer-card-detail h2{margin-bottom:20px;font-size:21px}.customer-item{margin-bottom:18px}.customer-item h4{font-size:16px}.customer-item input,.customer-item select,.customer-item textarea{padding:11px 13px;font-size:14px}.dob-age-edit{flex-direction:column;gap:10px}.dob-age-edit input[type=number]{max-width:100%}.stats-grid{grid-template-columns:1fr;gap:15px;margin-bottom:25px}.stats-card{border-radius:17px;padding:22px}.stats-card span{font-size:14px}.stats-card h1{font-size:34px}.customer-orders-section{border-radius:17px;padding:20px}.customer-orders-section h2{margin-bottom:20px;font-size:22px}.customer-order-row{flex-direction:column;align-items:flex-start;gap:15px;padding:18px 0}.order-status-box{width:100%}.save-btn{width:100%;margin-top:20px;padding:14px;font-size:16px}.loading-box{border-radius:16px;padding:35px 20px;font-size:18px}}@media (width<=400px){.admin-customer-details-main{padding-left:12px;padding-right:12px}.customer-name h1{font-size:24px}.customer-name span{font-size:12px}.customer-card-detail{border-radius:15px;padding:16px}.customer-card-detail h2{font-size:19px}.stats-card{text-align:center;border-radius:15px;padding:18px}.stats-card h1{font-size:29px}.customer-orders-section{border-radius:15px;padding:16px}.customer-orders-section h2{font-size:20px}.admin-mobile-header h2{font-size:18px}}.admin-revenue-page{background:#f5f7fb;width:100%;min-height:100vh;display:flex}.admin-revenue-main{box-sizing:border-box;flex:1;min-width:0;margin-left:260px;padding:40px;overflow-x:hidden}.revenue-header{margin-bottom:35px}.revenue-header h1{color:#111827;margin:0 0 10px;font-size:38px;line-height:1.2}.revenue-header p{color:#6b7280;margin:0;font-size:17px;line-height:1.5}.revenue-stats-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;margin-bottom:40px;display:grid}.revenue-stat-card{color:#fff;box-sizing:border-box;background:linear-gradient(135deg,#1b4332,#2d6a4f);border-radius:22px;min-width:0;padding:35px;transition:all .3s}.revenue-stat-card:hover{transform:translateY(-5px)}.revenue-stat-card h3{margin:0 0 15px;font-size:20px}.revenue-stat-card h1{word-break:break-word;margin:0;font-size:42px}.revenue-orders-section{box-sizing:border-box;background:#fff;border-radius:22px;padding:30px;box-shadow:0 8px 25px #0000000d}.revenue-orders-section h2{color:#111827;margin:0 0 30px;font-size:26px}.revenue-orders-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:25px;display:grid}.revenue-order-card{box-sizing:border-box;background:#f9fafb;border-radius:18px;min-width:0;padding:25px;transition:all .3s}.revenue-order-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000000f}.revenue-order-card h3{color:#111827;word-break:break-word;margin:0 0 15px;font-size:20px}.revenue-order-card p{color:#4b5563;word-break:break-word;margin:0 0 10px;line-height:1.5}.revenue-paid{color:#2e7d32;background:#e8f5e9;border-radius:20px;padding:6px 12px;font-size:13px;font-weight:700;display:inline-block}.revenue-loading-box{text-align:center;color:#666;background:#fff;border-radius:20px;padding:40px;font-size:22px;font-weight:600}@media (width<=1100px){.admin-revenue-main{margin-left:230px;padding:30px}.revenue-header h1{font-size:34px}.revenue-stats-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.revenue-orders-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}}@media (width<=768px){.admin-revenue-page{width:100%;min-height:100vh;display:block}.admin-revenue-main{box-sizing:border-box;width:100%;margin-left:0;padding:75px 15px 15px}.admin-mobile-header{box-sizing:border-box;color:#fff;z-index:900;background:#081c15;align-items:center;gap:15px;width:100%;height:60px;padding:0 15px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 10px #00000026}.admin-mobile-header h2{color:#fff;margin:0;font-size:20px;font-weight:600}.mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:28px;line-height:1;display:flex}.revenue-header{margin-bottom:25px}.revenue-header h1{margin-bottom:8px;font-size:28px}.revenue-header p{font-size:14px}.revenue-stats-grid{grid-template-columns:1fr;gap:15px;margin-bottom:25px}.revenue-stat-card{border-radius:17px;padding:22px}.revenue-stat-card h3{margin-bottom:10px;font-size:17px}.revenue-stat-card h1{font-size:34px}.revenue-orders-section{border-radius:17px;padding:20px}.revenue-orders-section h2{margin-bottom:20px;font-size:22px}.revenue-orders-grid{grid-template-columns:1fr;gap:15px}.revenue-order-card{border-radius:15px;padding:18px}.revenue-order-card h3{font-size:18px}.revenue-order-card p{font-size:14px}.revenue-loading-box{border-radius:16px;padding:35px 20px;font-size:18px}}@media (width>=480px) and (width<=768px){.revenue-stat-card{padding:25px}.revenue-orders-section{padding:22px}.revenue-order-card{padding:20px}}@media (width<=400px){.admin-revenue-main{padding-left:12px;padding-right:12px}.revenue-header h1{font-size:24px}.revenue-header p{font-size:13px}.revenue-stat-card{border-radius:15px;padding:18px}.revenue-stat-card h3{font-size:15px}.revenue-stat-card h1{font-size:29px}.revenue-orders-section{border-radius:15px;padding:16px}.revenue-orders-section h2{font-size:20px}.revenue-order-card{padding:15px}.revenue-order-card h3{font-size:17px}}.salesman-login-page{box-sizing:border-box;background:linear-gradient(135deg,#081c15,#1b4332);justify-content:center;align-items:center;width:100%;min-height:100vh;padding:30px 20px;display:flex}.salesman-login-card{box-sizing:border-box;background:#fff;border-radius:24px;width:100%;max-width:430px;padding:40px;box-shadow:0 20px 50px #0003}.salesman-login-header{text-align:center;margin-bottom:30px}.salesman-login-icon{color:#fff;background:linear-gradient(135deg,#1b4332,#2d6a4f);border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin:0 auto 15px;font-size:25px;font-weight:700;display:flex;box-shadow:0 8px 20px #1b433240}.salesman-login-header h1{color:#111827;margin:0 0 8px;font-size:30px;font-weight:700}.salesman-login-header p{color:#6b7280;margin:0;font-size:14px;line-height:1.5}.salesman-login-form{flex-direction:column;gap:20px;display:flex}.salesman-input-group{flex-direction:column;gap:8px;display:flex}.salesman-input-group label{color:#374151;font-size:14px;font-weight:600}.salesman-input-group input{box-sizing:border-box;color:#111827;background:#f9fafb;border:1px solid #d1d5db;border-radius:11px;outline:none;width:100%;height:50px;padding:0 15px;font-family:inherit;font-size:15px;transition:all .25s}.salesman-input-group input::placeholder{color:#9ca3af}.salesman-input-group input:focus{background:#fff;border-color:#2d6a4f;box-shadow:0 0 0 3px #2d6a4f1f}.salesman-password-wrapper{width:100%;position:relative}.salesman-password-wrapper input{padding-right:48px}.salesman-password-toggle{color:#6b7280;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:17px;display:flex;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.salesman-password-toggle:hover{color:#1b4332}.salesman-login-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#081c15,#1b4332);border:none;border-radius:11px;width:100%;height:52px;margin-top:5px;font-size:16px;font-weight:600;transition:all .3s}.salesman-login-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #081c1533}.salesman-login-btn:disabled{opacity:.65;cursor:not-allowed;box-shadow:none;transform:none}.salesman-login-footer{border-top:1px solid #eee;flex-direction:column;align-items:center;gap:4px;margin-top:25px;padding-top:20px;display:flex}.salesman-login-footer span{color:#1b4332;font-size:14px;font-weight:700}.salesman-login-footer small{color:#9ca3af;font-size:12px}@media (width<=768px){.salesman-login-page{padding:25px 18px}.salesman-login-card{max-width:420px;padding:35px 28px}.salesman-login-header h1{font-size:28px}}@media (width<=480px){.salesman-login-page{min-height:100svh;padding:20px 15px}.salesman-login-card{border-radius:19px;padding:28px 20px}.salesman-login-icon{width:52px;height:52px;font-size:22px}.salesman-login-header h1{font-size:25px}.salesman-login-header p{font-size:13px}.salesman-input-group input{height:48px;font-size:14px}.salesman-login-btn{height:48px;font-size:15px}}@media (width<=360px){.salesman-login-page{padding:15px 10px}.salesman-login-card{border-radius:17px;padding:24px 16px}.salesman-login-header h1{font-size:23px}.salesman-login-footer{margin-top:20px;padding-top:16px}}.salesman-sidebar{color:#fff;box-sizing:border-box;z-index:1000;background:#081c15;flex-direction:column;width:260px;height:100vh;padding:30px 20px;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.salesman-sidebar-header{justify-content:space-between;align-items:center;margin-bottom:35px;display:flex}.salesman-sidebar h2{color:#fff;margin:0;font-size:24px}.salesman-sidebar-close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:30px;display:none}.salesman-sidebar nav{flex-direction:column;gap:8px;display:flex}.salesman-sidebar nav a{color:#d8f3dc;border-radius:10px;padding:13px 15px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:block}.salesman-sidebar nav a:hover{color:#fff;background:#1b4332;transform:translate(3px)}.salesman-logout-btn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:10px;width:100%;margin-top:auto;padding:13px;font-size:15px;font-weight:600;transition:all .3s}.salesman-logout-btn:hover{background:#b91c1c}.salesman-sidebar-overlay{display:none}@media (width<=768px){.salesman-sidebar{width:270px;transition:transform .3s;transform:translate(-100%);box-shadow:5px 0 25px #0003}.salesman-sidebar-open{transform:translate(0)}.salesman-sidebar-close{display:block}.salesman-sidebar-overlay{z-index:999;background:#00000073;display:block;position:fixed;inset:0}}.salesman-dashboard-page{background:#f5f7fb;width:100%;min-height:100vh;display:flex}.salesman-dashboard-main{box-sizing:border-box;flex:1;min-width:0;margin-left:260px;padding:40px;overflow-x:hidden}.salesman-header{justify-content:space-between;align-items:center;gap:25px;margin-bottom:35px;display:flex}.salesman-header h1{color:#111827;margin:0 0 8px;font-size:36px;font-weight:700;line-height:1.2}.salesman-header p{color:#6b7280;margin:0;font-size:16px;line-height:1.5}.create-order-btn{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:12px;flex-shrink:0;padding:14px 24px;font-size:15px;font-weight:600;transition:all .3s}.create-order-btn:hover{background:#000;transform:translateY(-3px);box-shadow:0 8px 20px #00000026}.salesman-cards-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;margin-bottom:40px;display:grid}.salesman-card{cursor:pointer;box-sizing:border-box;background:#fff;border-radius:22px;min-width:0;padding:28px;transition:all .3s;box-shadow:0 10px 25px #0000000d}.salesman-card h3{color:#6b7280;margin:0 0 12px;font-size:16px;font-weight:600}.salesman-card h1{color:#111827;word-break:break-word;margin:0;font-size:34px;font-weight:700}.salesman-orders-section{box-sizing:border-box;background:#fff;border-radius:24px;width:100%;min-width:0;padding:30px;box-shadow:0 10px 25px #0000000d}.salesman-order-row{border-bottom:1px solid #e5e7eb;grid-template-columns:minmax(100px,1fr) minmax(150px,2fr) minmax(100px,1fr) minmax(120px,1fr);align-items:center;gap:20px;min-width:0;padding:18px 0;display:grid}.salesman-order-row:last-child{border-bottom:none}.salesman-order-row div{color:#374151;word-break:break-word;min-width:0;font-size:15px;font-weight:500}.tracking-badge{color:#1d4ed8;white-space:nowrap;background:#dbeafe;border-radius:30px;width:fit-content;padding:8px 14px;font-size:13px;font-weight:600;display:inline-block}@media (width<=1100px){.salesman-dashboard-main{margin-left:230px;padding:30px}.salesman-header h1{font-size:32px}.salesman-cards-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.salesman-orders-section{padding:25px}}@media (width<=768px){.salesman-dashboard-page{width:100%;min-height:100vh;display:block}.salesman-dashboard-main{box-sizing:border-box;width:100%;margin-left:0;padding:75px 15px 15px;overflow-x:hidden}.salesman-mobile-header{box-sizing:border-box;color:#fff;z-index:900;background:#081c15;align-items:center;gap:15px;width:100%;height:60px;padding:0 15px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 10px #00000026}.salesman-mobile-header h2{color:#fff;margin:0;padding:0;font-size:20px;font-weight:600}.salesman-mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:28px;line-height:1;display:flex}.salesman-header{flex-direction:column;align-items:flex-start;gap:18px;margin-bottom:25px}.salesman-header h1{margin-bottom:7px;font-size:28px}.salesman-header p{font-size:14px}.create-order-btn{text-align:center;box-sizing:border-box;width:100%;padding:13px}.salesman-cards-grid{grid-template-columns:1fr;gap:15px;margin-bottom:25px}.salesman-card{border-radius:17px;padding:22px}.salesman-card h3{font-size:15px}.salesman-card h1{font-size:32px}.salesman-orders-section{box-sizing:border-box;border-radius:17px;width:100%;padding:20px;overflow:hidden}.salesman-orders-section h2{margin-bottom:20px;font-size:22px}.salesman-order-row{align-items:flex-start;gap:30px;padding:18px 0;display:flex}.salesman-order-row div{font-size:14px}.tracking-badge{padding:7px 12px;font-size:12px}}@media (width>=480px) and (width<=768px){.salesman-dashboard-main{padding:75px 18px 18px}.salesman-card{padding:25px}.salesman-orders-section{padding:22px}}@media (width<=400px){.salesman-dashboard-main{padding-top:70px;padding-left:12px;padding-right:12px}.salesman-header h1{font-size:24px}.salesman-header p{font-size:13px}.create-order-btn{padding:12px;font-size:14px}.salesman-card{border-radius:15px;padding:18px}.salesman-card h3{font-size:14px}.salesman-card h1{font-size:29px}.salesman-orders-section{border-radius:15px;padding:16px}.salesman-orders-section h2{font-size:20px}.salesman-order-row{padding:15px 0}}.admin-salesmen-page{background:#f5f7fb;width:100%;min-height:100vh;display:flex}.admin-salesmen-main{box-sizing:border-box;flex:1;min-width:0;margin-left:260px;padding:40px;overflow-x:hidden}.salesmen-header{margin-bottom:30px}.salesmen-header h1{color:#111827;margin:0 0 8px;font-size:34px;line-height:1.2}.salesmen-header p{color:#6b7280;margin:0;line-height:1.5}.salesman-form-card{box-sizing:border-box;background:#fff;border-radius:20px;width:100%;margin-bottom:35px;padding:30px;box-shadow:0 8px 25px #00000014}.salesman-form-card h2{color:#111827;margin:0 0 20px;font-size:24px}.salesman-form{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px;display:grid}.salesman-form input{box-sizing:border-box;border:1px solid #dbe2ea;border-radius:12px;outline:none;width:100%;padding:14px;font-size:15px;transition:all .3s}.salesman-form input:focus{border-color:#069767;box-shadow:0 0 0 3px #0697671a}.salesman-form button{color:#fff;cursor:pointer;background:#069767;border:none;border-radius:12px;width:100%;padding:14px;font-size:15px;font-weight:600;transition:all .3s}.salesman-form button:hover{background:#057a55;transform:translateY(-2px)}.salesmen-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;display:grid}.salesman-card{text-align:center;cursor:pointer;box-sizing:border-box;background:#fff;border-radius:20px;min-width:0;padding:25px;transition:all .3s;box-shadow:0 8px 20px #00000014}.salesman-card:hover{transform:translateY(-6px);box-shadow:0 14px 30px #0000001f}.salesman-avatar{color:#fff;background:linear-gradient(135deg,#069767,#057a55);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 15px;font-size:30px;font-weight:700;display:flex}.salesman-card h2{color:#111827;word-break:break-word;margin:0 0 8px;font-size:22px}.salesman-card p{color:#6b7280;word-break:break-word;margin:0 0 8px;line-height:1.5}.salesman-role{color:#069767;background:#eff6ff;border-radius:30px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-block}@media (width<=1100px){.admin-salesmen-main{margin-left:230px;padding:30px}.salesmen-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.salesman-form-card{padding:25px}}@media (width<=768px){.admin-salesmen-page{width:100%;min-height:100vh;display:block}.admin-salesmen-main{box-sizing:border-box;width:100%;margin-left:0;padding:75px 15px 15px}.admin-mobile-header{box-sizing:border-box;color:#fff;z-index:900;background:#081c15;align-items:center;gap:15px;width:100%;height:60px;padding:0 15px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 10px #00000026}.admin-mobile-header h2{color:#fff;margin:0;font-size:20px;font-weight:600}.mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:28px;line-height:1;display:flex}.salesmen-header{margin-bottom:25px}.salesmen-header h1{margin-bottom:8px;font-size:28px}.salesmen-header p{font-size:14px}.salesman-form-card{border-radius:16px;margin-bottom:25px;padding:20px}.salesman-form-card h2{margin-bottom:18px;font-size:21px}.salesman-form{grid-template-columns:1fr;gap:12px}.salesman-form input,.salesman-form button{padding:13px;font-size:14px}.salesmen-grid{grid-template-columns:1fr;gap:18px}.salesman-card{border-radius:17px;width:100%;padding:20px}.salesman-avatar{width:70px;height:70px;margin-bottom:12px;font-size:26px}.salesman-card h2{font-size:20px}.salesman-card p{font-size:14px}.salesman-role{padding:6px 12px;font-size:12px}}@media (width>=480px) and (width<=768px){.salesman-form-card,.salesman-card{padding:22px}.salesman-avatar{width:75px;height:75px}}@media (width<=400px){.admin-salesmen-main{padding-left:12px;padding-right:12px}.salesmen-header h1{font-size:24px}.salesmen-header p{font-size:13px}.salesman-form-card{border-radius:14px;padding:16px}.salesman-form-card h2{font-size:19px}.salesman-card{border-radius:15px;padding:16px}.salesman-avatar{width:60px;height:60px;font-size:23px}.salesman-card h2{font-size:18px}.salesman-card p{font-size:13px}}.admin-salesman-details-page{background:#f5f7fb;width:100%;min-height:100vh;display:flex}.admin-salesman-details-main{box-sizing:border-box;flex:1;min-width:0;margin-left:260px;padding:40px;overflow-x:hidden}.salesman-profile-card{box-sizing:border-box;background:#fff;border-radius:24px;width:100%;padding:40px;box-shadow:0 10px 30px #00000014}.salesman-profile-top{border-bottom:1px solid #e5e7eb;align-items:center;gap:25px;margin-bottom:35px;padding-bottom:30px;display:flex}.salesman-profile-avatar{color:#fff;background:linear-gradient(135deg,#0f172a,#2563eb);border-radius:50%;justify-content:center;align-items:center;width:110px;min-width:110px;height:110px;font-size:42px;font-weight:700;display:flex;box-shadow:0 8px 20px #2563eb40}.salesman-profile-top h1{color:#111827;word-break:break-word;margin:0 0 8px;font-size:34px;line-height:1.2}.salesman-profile-top p{color:#6b7280;word-break:break-word;margin:0;font-size:16px;line-height:1.5}.salesman-details-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:25px;display:grid}.salesman-detail-box{box-sizing:border-box;background:#f9fafb;border:1px solid #eef2f7;border-radius:18px;min-width:0;padding:25px;transition:all .3s}.salesman-detail-box:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000014}.salesman-detail-box h3{color:#111827;margin:0 0 12px;font-size:18px}.salesman-detail-box p{color:#6b7280;word-break:break-word;margin:0;font-size:16px;line-height:1.6}.salesman-stats-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:35px;display:grid}.salesman-stat-card{text-align:center;box-sizing:border-box;background:#fff;border-radius:18px;min-width:0;padding:25px;transition:all .3s;box-shadow:0 8px 20px #0000000f}.salesman-stat-card:hover{transform:translateY(-4px)}.salesman-stat-card h4{color:#6b7280;margin:0 0 10px;font-size:15px}.salesman-stat-card h2{color:#2563eb;word-break:break-word;margin:0;font-size:32px;font-weight:700}.salesman-orders-section{width:100%;min-width:0;margin-top:40px}.salesman-orders-section h2{color:#111827;margin:0 0 20px;font-size:26px}.salesman-order-card{box-sizing:border-box;background:#fff;border-radius:16px;justify-content:space-between;align-items:center;gap:20px;width:100%;margin-bottom:15px;padding:20px;transition:all .3s;display:flex;box-shadow:0 6px 18px #0000000f}.salesman-order-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000014}.salesman-order-card h3{color:#111827;margin:0 0 8px;font-size:18px}.salesman-order-card p{color:#6b7280;margin:0;font-size:15px;line-height:1.5}.loading-text{color:#2563eb;justify-content:center;align-items:center;width:100%;min-height:100vh;font-size:32px;font-weight:700;display:flex}@media (width<=1100px){.admin-salesman-details-main{margin-left:230px;padding:30px}.salesman-profile-card{padding:30px}.salesman-profile-top h1{font-size:30px}.salesman-details-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px}}@media (width<=768px){.admin-salesman-details-page{width:100%;min-height:100vh;display:block}.admin-salesman-details-main{box-sizing:border-box;width:100%;margin-left:0;padding:75px 15px 15px}.admin-mobile-header{box-sizing:border-box;color:#fff;z-index:900;background:#081c15;align-items:center;gap:15px;width:100%;height:60px;padding:0 15px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 10px #00000026}.admin-mobile-header h2{color:#fff;margin:0;padding:0;font-size:20px;font-weight:600}.mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:28px;line-height:1;display:flex}.salesman-profile-card{border-radius:18px;padding:22px}.salesman-profile-top{text-align:center;flex-direction:column;gap:15px;margin-bottom:25px;padding-bottom:25px}.salesman-profile-avatar{width:90px;min-width:90px;height:90px;font-size:34px}.salesman-profile-top h1{font-size:27px}.salesman-profile-top p{font-size:14px}.salesman-details-grid{grid-template-columns:1fr;gap:15px}.salesman-detail-box{border-radius:15px;padding:20px}.salesman-detail-box h3{font-size:17px}.salesman-detail-box p{font-size:14px}.salesman-stats-grid{grid-template-columns:1fr;gap:15px;margin-top:25px}.salesman-stat-card{border-radius:15px;padding:20px}.salesman-stat-card h4{font-size:14px}.salesman-stat-card h2{font-size:29px}.salesman-orders-section{margin-top:30px}.salesman-orders-section h2{margin-bottom:15px;font-size:22px}.salesman-order-card{border-radius:14px;flex-direction:column;align-items:flex-start;gap:12px;padding:18px}.salesman-order-card h3{font-size:17px}.salesman-order-card p{font-size:14px}.loading-text{text-align:center;box-sizing:border-box;min-height:100vh;padding:20px;font-size:24px}}@media (width>=480px) and (width<=768px){.admin-salesman-details-main{padding:75px 18px 18px}.salesman-profile-card{padding:25px}.salesman-detail-box,.salesman-stat-card{padding:22px}}@media (width<=400px){.admin-salesman-details-main{padding-top:70px;padding-left:12px;padding-right:12px}.salesman-profile-card{border-radius:15px;padding:18px}.salesman-profile-top h1{font-size:24px}.salesman-profile-top p{font-size:13px}.salesman-profile-avatar{width:80px;min-width:80px;height:80px;font-size:30px}.salesman-detail-box{border-radius:14px;padding:16px}.salesman-detail-box h3{font-size:16px}.salesman-detail-box p{font-size:13px}.salesman-stat-card{padding:17px}.salesman-stat-card h2{font-size:27px}.salesman-orders-section h2{font-size:20px}.salesman-order-card{padding:15px}.salesman-order-card h3{font-size:16px}.salesman-order-card p{font-size:13px}}.salesman-details-header{margin-bottom:30px}.salesman-details-header h1{color:#111827;margin:0 0 8px;font-size:36px;font-weight:700;line-height:1.2}.salesman-details-header p{color:#6b7280;margin:0;font-size:16px;line-height:1.5}@media (width<=768px){.salesman-details-header{margin-bottom:22px}.salesman-details-header h1{font-size:28px}.salesman-details-header p{font-size:14px}}@media (width<=400px){.salesman-details-header h1{font-size:24px}.salesman-details-header p{font-size:13px}}.admin-tracking-page{background:#f5f7fb;width:100%;min-height:100vh;display:flex}.admin-tracking-main{box-sizing:border-box;flex:1;min-width:0;margin-left:260px;padding:40px}.tracking-header{margin-bottom:30px}.tracking-header h1{color:#111827;margin:0 0 10px;font-size:34px;line-height:1.2}.tracking-header p{color:#6b7280;margin:0;font-size:16px;line-height:1.5}.tracking-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;display:grid}.tracking-card{box-sizing:border-box;background:#fff;border-radius:18px;min-width:0;padding:25px;transition:all .3s;box-shadow:0 8px 22px #00000012}.tracking-card:hover{transform:translateY(-5px);box-shadow:0 12px 28px #0000001a}.tracking-card h2{color:#2e7d32;margin:0 0 15px;font-size:22px;line-height:1.3}.tracking-card p{color:#4b5563;word-break:break-word;margin:8px 0;font-size:15px;line-height:1.5}.tracking-card select{color:#111827;cursor:pointer;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:10px;outline:none;width:100%;margin-top:15px;padding:12px;font-size:15px;transition:all .3s}.tracking-card select:focus{border-color:#2e7d32;box-shadow:0 0 0 3px #2e7d321f}.payment-paid{color:#2e7d32;font-weight:700}.payment-pending{color:#f57c00;font-weight:700}@media (width<=1100px){.admin-tracking-main{margin-left:230px;padding:30px}.tracking-header h1{font-size:32px}.tracking-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.tracking-card{padding:22px}}@media (width<=768px){.admin-tracking-page{width:100%;min-height:100vh;display:block}.admin-tracking-main{box-sizing:border-box;width:100%;margin-left:0;padding:75px 15px 15px}.admin-mobile-header{box-sizing:border-box;color:#fff;z-index:900;background:#081c15;align-items:center;gap:15px;width:100%;height:60px;padding:0 15px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 10px #00000026}.admin-mobile-header h2{color:#fff;margin:0;padding:0;font-size:20px;font-weight:600}.mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:28px;line-height:1;display:flex}.tracking-header{margin-bottom:25px}.tracking-header h1{margin-bottom:8px;font-size:28px;line-height:1.2}.tracking-header p{font-size:14px;line-height:1.5}.tracking-grid{grid-template-columns:1fr;gap:18px}.tracking-card{border-radius:16px;width:100%;padding:20px}.tracking-card h2{margin-bottom:12px;font-size:20px}.tracking-card p{font-size:14px;line-height:1.5}.tracking-card select{margin-top:12px;padding:12px;font-size:14px}}@media (width>=480px) and (width<=768px){.tracking-grid{gap:20px}.tracking-card{padding:22px}}@media (width<=400px){.admin-tracking-main{padding-left:12px;padding-right:12px}.tracking-header h1{font-size:24px}.tracking-header p{font-size:13px}.tracking-card{border-radius:14px;padding:16px}.tracking-card h2{font-size:18px}.tracking-card p,.tracking-card select{font-size:13px}}.salesman-create-order-page{background:#f5f7fb;width:100%;min-height:100vh;display:flex}.salesman-create-order-main{box-sizing:border-box;flex:1;min-width:0;margin-left:260px;padding:40px;overflow-x:hidden}.salesman-mobile-header{display:none}.create-order-header{margin-bottom:30px}.create-order-header h1{color:#111827;margin:0 0 10px;font-size:36px;line-height:1.2}.create-order-header p{color:#6b7280;margin:0;font-size:16px}.order-form{box-sizing:border-box;background:#fff;border-radius:24px;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;width:100%;max-width:1000px;padding:35px;display:grid;box-shadow:0 10px 30px #00000014}.form-group{flex-direction:column;min-width:0;display:flex}.form-group label{color:#374151;margin-bottom:8px;font-size:14px;font-weight:700}.form-group input,.form-group select,.form-group textarea{box-sizing:border-box;color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:11px;outline:none;width:100%;padding:13px 14px;font-family:inherit;font-size:15px;transition:all .3s}.form-group input,.form-group select{height:48px}.form-group textarea{resize:vertical;min-height:130px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#2d6a4f;box-shadow:0 0 0 3px #2d6a4f1f}.form-full{grid-column:1/-1}.form-submit{grid-column:1/-1;margin-top:5px}.form-submit button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#081c15,#1b4332);border:none;border-radius:12px;width:100%;height:52px;font-size:16px;font-weight:700;transition:all .3s}.form-submit button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1b433233}@media (width<=1100px){.salesman-create-order-main{margin-left:230px;padding:30px}.order-form{max-width:100%;padding:30px}.create-order-header h1{font-size:32px}}@media (width<=768px){.salesman-create-order-page{width:100%;min-height:100vh;display:block}.salesman-create-order-main{box-sizing:border-box;width:100%;margin-left:0;padding:75px 15px 15px}.salesman-mobile-header{box-sizing:border-box;color:#fff;z-index:900;background:#081c15;align-items:center;gap:15px;width:100%;height:60px;padding:0 15px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 10px #00000026}.salesman-mobile-header h2{color:#fff;margin:0;font-size:20px;font-weight:600}.salesman-mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:28px;line-height:1;display:flex}.create-order-header{margin-bottom:22px}.create-order-header h1{font-size:28px}.create-order-header p{font-size:14px;line-height:1.5}.order-form{border-radius:18px;grid-template-columns:1fr;gap:17px;padding:20px}.form-full,.form-submit{grid-column:auto}.form-group input,.form-group select{height:48px}.form-group textarea{min-height:120px}.form-submit button{height:50px}}@media (width>=480px) and (width<=768px){.salesman-create-order-main{padding:75px 18px 18px}.order-form{padding:24px}}@media (width<=400px){.salesman-create-order-main{padding-top:70px;padding-left:12px;padding-right:12px}.create-order-header h1{font-size:24px}.create-order-header p{font-size:13px}.order-form{border-radius:15px;gap:15px;padding:16px}.form-group label{font-size:13px}.form-group input,.form-group select,.form-group textarea{font-size:14px}}.admin-blogs-page{background:#f5f7fb;width:100%;min-height:100vh;display:flex}.admin-blogs-main{box-sizing:border-box;flex:1;min-width:0;margin-left:260px;padding:40px}.admin-blogs-main>h1{color:#111827;margin:20px 0 25px;font-size:32px;font-weight:700}.blog-form{box-sizing:border-box;background:#fff;border-radius:20px;flex-direction:column;gap:10px;width:100%;margin-bottom:35px;padding:30px;display:flex;box-shadow:0 8px 25px #0000000f}.blog-form>h2{color:#081c15;margin:0 0 15px;font-size:24px;font-weight:700}.blog-form label{color:#111827;margin-top:5px;margin-bottom:5px;font-size:14px;font-weight:600;display:block}.blog-form input,.blog-form textarea,.blog-form select{color:#111827;box-sizing:border-box;background:#fff;border:1px solid #d9dee5;border-radius:10px;outline:none;width:100%;padding:14px;font-family:inherit;font-size:15px;transition:all .25s}.blog-form input::placeholder,.blog-form textarea::placeholder{color:#9ca3af;opacity:1}.blog-form input:focus,.blog-form textarea:focus,.blog-form select:focus{border-color:#1b4332;box-shadow:0 0 0 3px #1b43321a}.blog-form textarea{resize:vertical;min-height:130px;line-height:1.6}.blog-form textarea[name=content]{min-height:280px}.blog-form select{cursor:pointer;appearance:auto}.blog-file-field{flex-direction:column;gap:6px;width:100%;margin-top:5px;margin-bottom:5px;display:flex}.blog-file-field label{margin:0}.blog-file-field input[type=file]{cursor:pointer;background:#f9fafb;padding:11px}.blog-form input[type=file]::file-selector-button{color:#fff;cursor:pointer;background:#081c15;border:none;border-radius:7px;margin-right:12px;padding:8px 14px;font-size:13px;font-weight:600}.blog-seo-section{box-sizing:border-box;background:#f8faf9;border:1px solid #e1e8e4;border-radius:14px;flex-direction:column;gap:8px;width:100%;margin-top:15px;padding:22px;display:flex}.blog-seo-section h3{color:#081c15;margin:0 0 8px;font-size:18px;font-weight:700}.blog-seo-section label{margin-top:5px}.blog-seo-section small{color:#6b7280;text-align:right;margin-top:2px;font-size:12px;display:block}.blog-publishing-section{box-sizing:border-box;background:#f8faf9;border:1px solid #e1e8e4;border-radius:14px;flex-direction:column;gap:8px;width:100%;margin-top:5px;padding:22px;display:flex}.blog-publishing-section h3{color:#081c15;margin:0 0 8px;font-size:18px;font-weight:700}.publish-checkbox{cursor:pointer;align-items:center;gap:8px;width:fit-content;margin-top:10px!important;display:flex!important}.publish-checkbox input{cursor:pointer;width:auto;margin:0}.blog-form-actions{gap:12px;width:100%;margin-top:10px;display:flex}.blog-form-actions button{color:#fff;cursor:pointer;background:#081c15;border:none;border-radius:10px;flex:1;padding:14px 20px;font-size:15px;font-weight:600;transition:all .3s}.blog-form-actions button:hover{background:#1b4332;transform:translateY(-2px)}.blog-form-actions button:last-child{background:#081c15}.blogs-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;display:grid}.blog-card{background:#fff;border-radius:20px;flex-direction:column;min-width:0;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 10px 25px #00000014}.blog-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001f}.blog-card img{object-fit:cover;width:100%;height:250px;display:block}.blog-video{object-fit:cover;border-radius:0;width:100%;height:250px;display:block}.blog-card h3{color:#111827;word-break:break-word;margin:0;padding:18px 18px 8px;font-size:21px;line-height:1.4}.blog-card p{color:#555;word-break:break-word;margin:0;padding:0 18px 12px;line-height:1.6}.blog-card>span{color:#3730a3;background:#eef2ff;border-radius:30px;width:fit-content;margin:5px 18px 8px;padding:7px 12px;font-size:12px;font-weight:600;display:inline-block}.blog-status{color:#166534;background:#ecfdf5;border-radius:20px;width:fit-content;margin:0 18px 8px;padding:6px 11px;font-size:12px;font-weight:600}.blog-slug{background:#f3f4f6;border-top:2px solid #645656;border-radius:8px;margin:0 18px 10px;padding:10px 12px}.blog-slug-label{color:#000;margin-bottom:6px;font-size:12px;font-weight:700;display:block}.blog-slug-url{color:#374151;word-break:break-all;flex-direction:column;align-items:start;gap:4px;font-size:13px;line-height:1.5;text-decoration:underline;display:flex}.blog-slug-url span{color:#6b7280;font-weight:600}.blog-slug-url strong{color:#166534;font-weight:600}.blog-action-buttons{align-items:center;gap:10px;margin:auto 18px 18px;padding-top:5px;display:flex}.blog-action-buttons .edit-btn,.blog-action-buttons .delete-btn{color:#fff;cursor:pointer;border:none;border-radius:8px;flex:1;margin:0;padding:10px 15px;font-size:14px;font-weight:600;transition:all .3s}.blog-action-buttons .edit-btn{background:#2563eb}.blog-action-buttons .delete-btn{background:#dc2626}.blog-action-buttons .edit-btn:hover{background:#1d4ed8;transform:translateY(-2px)}.blog-action-buttons .delete-btn:hover{background:#b91c1c;transform:translateY(-2px)}.blog-section-control{box-sizing:border-box;background:#fff;border:2px solid #eef0f2;border-radius:14px;justify-content:space-between;align-items:center;gap:20px;width:100%;margin:25px 0 30px;padding:18px 22px;display:flex;box-shadow:0 6px 18px #00000012}.blog-section-info{min-width:0}.blog-section-info h3{color:#111827;margin:0 0 5px;font-size:17px;font-weight:700}.blog-section-info p{color:#6b7280;margin:0;font-size:13px}.blog-toggle{cursor:pointer;background:#d1d5db;border:none;border-radius:30px;width:52px;min-width:52px;height:28px;padding:0;transition:all .25s;position:relative}.blog-toggle.active{background:#16a34a}.blog-toggle-circle{background:#fff;border-radius:50%;width:22px;height:22px;transition:transform .25s;position:absolute;top:3px;left:3px;box-shadow:0 2px 5px #0003}.blog-toggle.active .blog-toggle-circle{transform:translate(24px)}.blog-toggle:hover{transform:scale(1.04)}@media (width<=1100px){.admin-blogs-main{margin-left:230px;padding:30px}.admin-blogs-main>h1{font-size:28px}.blogs-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.blog-form{padding:25px}}@media (width<=768px){.admin-blogs-page{width:100%;min-height:100vh;display:block}.admin-blogs-main{box-sizing:border-box;width:100%;margin-left:0;padding:75px 15px 15px}.admin-mobile-header{box-sizing:border-box;color:#fff;z-index:900;background:#081c15;align-items:center;gap:15px;width:100%;height:60px;padding:0 15px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 10px #00000026}.admin-mobile-header h2{color:#fff;margin:0;padding:0;font-size:20px;font-weight:600}.mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:28px;line-height:1;display:flex}.admin-blogs-main>h1{margin-top:15px;font-size:25px}.blog-form{border-radius:16px;gap:9px;margin-bottom:25px;padding:20px}.blog-form>h2{margin-bottom:10px;font-size:21px}.blog-form label{font-size:13px}.blog-form input,.blog-form textarea,.blog-form select{padding:13px;font-size:14px}.blog-form textarea[name=content]{min-height:220px}.blog-seo-section,.blog-publishing-section{border-radius:12px;padding:18px}.blog-seo-section h3,.blog-publishing-section h3{font-size:17px}.blog-form-actions{flex-direction:column;gap:10px}.blog-form-actions button{width:100%;padding:13px;font-size:14px}.blogs-grid{grid-template-columns:1fr;gap:18px}.blog-card{border-radius:17px;width:100%}.blog-card img,.blog-video{height:220px}.blog-card h3{padding:14px 14px 7px;font-size:19px}.blog-card p{padding:0 14px 12px;font-size:14px}.blog-card>span{margin:5px 14px 8px;padding:7px 11px;font-size:12px}.blog-status,.blog-slug{margin-left:14px;margin-right:14px}.blog-action-buttons{gap:8px;margin:auto 14px 14px}.blog-action-buttons .edit-btn,.blog-action-buttons .delete-btn{padding:10px 12px;font-size:13px}.blog-section-control{border-radius:12px;margin:20px 0 25px;padding:16px 18px}.blog-section-info h3{font-size:16px}.blog-section-info p{font-size:12px}.blog-toggle{width:48px;min-width:48px;height:26px}.blog-toggle-circle{width:20px;height:20px;top:3px;left:3px}.blog-toggle.active .blog-toggle-circle{transform:translate(22px)}}@media (width>=480px) and (width<=768px){.blog-card img,.blog-video{height:240px}.blog-form{padding:22px}}@media (width<=400px){.admin-blogs-main{padding-left:12px;padding-right:12px}.blog-form{border-radius:14px;padding:16px}.blog-card{border-radius:15px}.blog-card img,.blog-video{height:200px}.blog-card h3{font-size:18px}.blog-card p{font-size:13px}.blog-action-buttons{flex-direction:column}.blog-action-buttons .edit-btn,.blog-action-buttons .delete-btn{width:100%}.blog-section-control{padding:14px 15px}.blog-section-info h3{font-size:15px}.blog-section-info p{font-size:11px}}.current-file-info{background:#f8faf9;border:1px solid #e1e8e4;border-radius:10px;flex-direction:column;gap:8px;margin-bottom:5px;padding:12px;display:flex}.current-file-info span{color:#166534;font-size:13px;font-weight:600}.current-featured-image{object-fit:cover;border:1px solid #d9dee5;border-radius:8px;width:180px;height:110px}.selected-file{color:#166534;margin-top:4px;font-size:12px;font-weight:600;display:block}.admin-wellness-page{background:#f5f7fb;width:100%;min-height:100vh;display:flex}.admin-wellness-main{box-sizing:border-box;flex:1;min-width:0;margin-left:260px;padding:30px;overflow-x:hidden}.wellness-header{justify-content:space-between;align-items:center;gap:25px;margin-bottom:30px;display:flex}.wellness-header h1{color:#000;margin:0;font-size:34px;line-height:1.2}.wellness-header p{color:#666;margin:5px 0 0;font-size:15px;line-height:1.5}.download-btn{color:#fff;background:#16a34a;border-radius:10px;flex-shrink:0;padding:12px 20px;font-weight:600;text-decoration:none;transition:all .3s}.download-btn:hover{background:#15803d;transform:translateY(-2px)}.wellness-stats{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:25px;display:grid}.stat-card{box-sizing:border-box;background:#fff;border-radius:15px;width:100%;padding:25px;box-shadow:0 8px 20px #00000014}.stat-card h3{color:#666;margin:0;font-size:15px}.stat-card span{color:#000;margin-top:10px;font-size:34px;font-weight:700;display:block}.wellness-table-wrapper{background:#fff;border-radius:15px;width:100%;overflow-x:auto;box-shadow:0 8px 20px #00000014}.wellness-table-wrapper table{border-collapse:collapse;width:100%;min-width:750px}.wellness-table-wrapper thead{color:#fff;background:#000}.wellness-table-wrapper th,.wellness-table-wrapper td{text-align:left;white-space:nowrap;padding:15px}.wellness-table-wrapper tbody tr{border-bottom:1px solid #eee;transition:all .2s}.wellness-table-wrapper tbody tr:hover{background:#f9fafb}.wellness-loading-box{text-align:center;color:#666;background:#fff;border-radius:15px;padding:40px}@media (width<=1100px){.admin-wellness-main{margin-left:230px;padding:30px}.wellness-header h1{font-size:32px}}@media (width<=768px){.admin-wellness-page{width:100%;min-height:100vh;display:block}.admin-wellness-main{box-sizing:border-box;width:100%;margin-left:0;padding:75px 15px 15px}.admin-mobile-header{box-sizing:border-box;color:#fff;z-index:900;background:#081c15;align-items:center;gap:15px;width:100%;height:60px;padding:0 15px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 10px #00000026}.admin-mobile-header h2{color:#fff;margin:0;padding:0;font-size:20px;font-weight:600}.mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:28px;line-height:1;display:flex}.wellness-header{flex-direction:column;align-items:flex-start;gap:18px;margin-bottom:25px}.wellness-header h1{font-size:28px}.wellness-header p{font-size:14px}.download-btn{text-align:center;box-sizing:border-box;width:100%;padding:13px}.wellness-stats{grid-template-columns:1fr;gap:15px;margin-bottom:20px}.stat-card{border-radius:14px;padding:20px}.stat-card h3{font-size:14px}.stat-card span{font-size:30px}.wellness-table-wrapper{border-radius:14px;overflow-x:auto}.wellness-table-wrapper table{min-width:700px}.wellness-table-wrapper th,.wellness-table-wrapper td{padding:12px;font-size:14px}.wellness-loading-box{border-radius:14px;padding:35px 20px;font-size:16px}}@media (width>=480px) and (width<=768px){.stat-card{padding:22px}.wellness-table-wrapper table{min-width:750px}}@media (width<=400px){.admin-wellness-main{padding-left:12px;padding-right:12px}.wellness-header h1{font-size:24px}.wellness-header p{font-size:13px}.stat-card{padding:16px}.stat-card span{font-size:27px}.wellness-table-wrapper th,.wellness-table-wrapper td{padding:10px;font-size:13px}}.delete-assessment-btn{color:#fff;cursor:pointer;background-color:#b20808;border:none;border-radius:6px;padding:8px 14px;font-size:14px;font-weight:600;transition:background-color .2s}.delete-assessment-btn:hover{background-color:#b91c1c}.wellness-table-wrapper th:last-child,.wellness-table-wrapper td:last-child{text-align:center;white-space:nowrap}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0px;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (width<=480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.admin-amazon-page{background:#f5f7fa;width:100%;min-height:100vh;display:flex}.admin-amazon-main{box-sizing:border-box;flex:1;min-width:0;margin-left:260px;padding:40px}.amazon-header{justify-content:space-between;align-items:center;gap:30px;margin-bottom:40px;display:flex}.amazon-header>div{min-width:0}.amazon-header h1{color:#0f172a;margin:0 0 10px;font-size:42px;line-height:1.2}.amazon-header p{color:#666;margin:0;font-size:17px}.sync-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:12px;flex-shrink:0;padding:14px 30px;font-size:16px;font-weight:700;transition:all .3s}.sync-btn:hover{background:#1f1f1f;transform:translateY(-2px)}.amazon-grid{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:30px;display:grid}.amazon-card{box-sizing:border-box;background:#fff;border-radius:25px;min-width:0;padding:30px;transition:all .3s;box-shadow:0 12px 30px #00000014}.amazon-card:hover{transform:translateY(-6px);box-shadow:0 16px 35px #0000001f}.amazon-top{justify-content:space-between;align-items:center;gap:15px;margin-bottom:25px;display:flex}.amazon-top h2{color:#1f2937;word-break:break-word;margin:0;font-size:26px}.amazon-top span{color:#065f46;white-space:nowrap;background:#d1fae5;border-radius:40px;flex-shrink:0;padding:8px 18px;font-weight:700}.amazon-row{margin-bottom:18px}.amazon-row strong{color:#6b7280;margin-bottom:6px;font-size:14px;display:block}.amazon-row p{color:#111827;word-break:break-word;overflow-wrap:anywhere;margin:0;font-size:18px}.view-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:15px;width:100%;margin-top:20px;padding:16px;font-size:16px;font-weight:700;transition:all .3s}.view-btn:hover{background:#1f1f1f;transform:translateY(-2px)}.loading-box{text-align:center;color:#666;background:#fff;border-radius:25px;padding:60px;font-size:22px}@media (width<=1100px){.admin-amazon-main{margin-left:230px;padding:30px}.amazon-header h1{font-size:36px}.amazon-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}.amazon-card{padding:25px}}@media (width<=768px){.admin-amazon-page{width:100%;min-height:100vh;display:block}.admin-amazon-main{box-sizing:border-box;width:100%;margin-left:0;padding:75px 15px 15px}.admin-mobile-header{box-sizing:border-box;color:#fff;z-index:900;background:#081c15;align-items:center;gap:15px;width:100%;height:60px;padding:0 15px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 10px #00000026}.admin-mobile-header h2{color:#fff;margin:0;padding:0;font-size:20px;font-weight:600}.mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:28px;line-height:1;display:flex}.amazon-header{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:25px}.amazon-header h1{margin-bottom:8px;font-size:28px;line-height:1.2}.amazon-header p{font-size:15px;line-height:1.5}.sync-btn{width:100%;padding:14px 20px;font-size:15px}.amazon-grid{grid-template-columns:1fr;gap:20px}.amazon-card{border-radius:20px;width:100%;padding:20px}.amazon-top{align-items:flex-start;margin-bottom:20px}.amazon-top h2{font-size:22px}.amazon-top span{padding:7px 12px;font-size:12px}.amazon-row{margin-bottom:15px}.amazon-row strong{font-size:13px}.amazon-row p{font-size:16px;line-height:1.5}.view-btn{border-radius:13px;padding:15px;font-size:15px}.loading-box{border-radius:20px;padding:40px 20px;font-size:19px}}@media (width>=480px) and (width<=768px){.amazon-card{padding:22px}.amazon-grid{gap:18px}}@media (width<=400px){.admin-amazon-main{padding-left:12px;padding-right:12px}.amazon-header h1{font-size:24px}.amazon-header p{font-size:14px}.amazon-card{border-radius:17px;padding:16px}.amazon-top h2{font-size:20px}.amazon-top span{padding:6px 10px;font-size:11px}.amazon-row p{font-size:15px}.view-btn{padding:14px;font-size:14px}}.amazon-details-page{background:#f5f7fb;width:100%;min-height:100vh;display:flex}.amazon-details-main{box-sizing:border-box;flex:1;min-width:0;margin-left:260px;padding:40px;overflow-x:hidden}.amazon-mobile-header{display:none}.amazon-details-main>h1{color:#111827;margin:0 0 30px;font-size:38px;line-height:1.2}.details-card{box-sizing:border-box;background:#fff;border-radius:20px;min-width:0;margin-bottom:25px;padding:25px;box-shadow:0 8px 20px #00000014}.details-card h2{color:#1b4332;word-break:break-word;margin:0 0 20px;font-size:25px}.details-card p{color:#374151;word-break:break-word;margin:10px 0;font-size:17px;line-height:1.6}.details-card p strong{color:#111827}.amazon-details-main>h2{color:#111827;margin:35px 0 20px;font-size:28px}.product-card{box-sizing:border-box;background:#fff;border-radius:18px;min-width:0;margin-bottom:20px;padding:25px;transition:all .3s;box-shadow:0 8px 20px #00000014}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 25px #0000001a}.product-card h3{color:#1b4332;word-break:break-word;margin:0 0 15px;font-size:22px}.product-card p{color:#4b5563;word-break:break-word;margin:10px 0;font-size:16px;line-height:1.5}.product-card p strong{color:#111827}@media (width<=1100px){.amazon-details-main{margin-left:230px;padding:30px}.amazon-details-main>h1{font-size:34px}.details-card,.product-card{padding:22px}}@media (width<=768px){.amazon-details-page{width:100%;min-height:100vh;display:block;overflow-x:hidden}.amazon-details-main{box-sizing:border-box;width:100%;max-width:100%;margin-left:0;padding:75px 15px 15px;overflow-x:hidden}.amazon-mobile-header{box-sizing:border-box;color:#fff;z-index:900;background:#081c15;align-items:center;gap:15px;width:100%;height:60px;padding:0 15px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 10px #00000026}.amazon-mobile-header h2{color:#fff;margin:0;font-size:20px;font-weight:600}.amazon-mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:28px;line-height:1;display:flex}.amazon-details-main>h1{margin-bottom:25px;font-size:28px;line-height:1.25}.details-card{border-radius:17px;width:100%;margin-bottom:18px;padding:20px}.details-card h2{margin-bottom:16px;font-size:21px}.details-card p{margin:9px 0;font-size:14px;line-height:1.5}.amazon-details-main>h2{margin:28px 0 18px;font-size:23px}.product-card{border-radius:15px;width:100%;margin-bottom:15px;padding:18px}.product-card h3{margin-bottom:13px;font-size:19px}.product-card p{margin:8px 0;font-size:14px}}@media (width<=400px){.amazon-details-main{padding-left:12px;padding-right:12px}.amazon-details-main>h1{font-size:24px}.details-card{border-radius:15px;padding:16px}.details-card h2{font-size:19px}.details-card p{font-size:13px}.amazon-details-main>h2{font-size:21px}.product-card{border-radius:14px;padding:15px}.product-card h3{font-size:18px}.product-card p{font-size:13px}.amazon-mobile-header h2{font-size:18px}}*{box-sizing:border-box;margin:0;padding:0}.nutrition-sidebar{z-index:2000;background:#fff;border-right:1px solid #e8e8e8;grid-template-rows:auto 1fr auto;width:270px;height:100vh;transition:left .35s,width .35s;display:grid;position:fixed;top:0;left:0}.nutrition-sidebar-collapse{width:85px}.nutrition-sidebar-overlay{z-index:1500;background:#0006;position:fixed;inset:0}@media (width>=993px){.nutrition-sidebar-overlay{display:none}}.nutrition-sidebar-close{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:10px;width:40px;height:40px;font-size:18px;display:none}@media (width<=992px){.nutrition-sidebar-close{justify-content:center;align-items:center;display:flex}.nutrition-sidebar{z-index:2000;flex-direction:column;width:270px;height:100vh;transition:left .35s;display:flex;position:fixed;top:0;left:-270px;overflow:hidden}.nutrition-sidebar.nutrition-sidebar-open{left:0}.nutrition-sidebar-header{flex-shrink:0}.nutrition-sidebar-menu{scrollbar-width:thin;scrollbar-color:#cfcfcf transparent;flex:1;overflow:hidden auto}.nutrition-sidebar-menu::-webkit-scrollbar{width:6px}.nutrition-sidebar-menu::-webkit-scrollbar-thumb{background:#cfcfcf;border-radius:20px}.nutrition-sidebar-footer{flex-shrink:0}.nutrition-sidebar-link:hover{transform:none}}.nutrition-sidebar-header{border-bottom:1px solid #f1f1f1;justify-content:space-between;align-items:center;padding:22px 18px;display:flex}.nutrition-logo{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:14px;display:flex}.nutrition-logo:hover .nutrition-logo-img{transform:rotate(5deg)scale(1.05)}.nutrition-logo-img{object-fit:contain;background:#fff;border-radius:12px;width:55px;height:55px;padding:6px;transition:all .3s;box-shadow:0 5px 15px #00000026}.nutrition-logo-text h2{color:#243e90;margin:0;font-size:24px;font-weight:700;line-height:1}.nutrition-logo-text span{color:#069747;letter-spacing:2px;text-transform:uppercase;font-size:13px}.nutrition-toggle-btn{cursor:pointer;background:#f5f5f5;border:none;border-radius:10px;width:38px;height:38px;transition:all .3s}.nutrition-toggle-btn:hover{color:#fff;background:#2e7d32}.nutrition-sidebar-menu{scrollbar-width:thin;min-height:0;padding:18px 12px;overflow:hidden auto}.nutrition-sidebar-menu::-webkit-scrollbar{width:6px}.nutrition-sidebar-menu::-webkit-scrollbar-thumb{background:#ddd;border-radius:20px}.nutrition-sidebar-link{color:#444;border-radius:14px;align-items:center;gap:16px;margin-bottom:10px;padding:14px 18px;font-weight:500;text-decoration:none;transition:all .3s;display:flex;position:relative}.nutrition-sidebar-link:hover{color:#2e7d32;background:#edf8ee;transform:translate(5px)}.nutrition-sidebar-link.active{color:#fff;background:#2e7d32;box-shadow:0 10px 20px #2e7d3240}.nutrition-sidebar-link.active:before{content:"";background:#fff;border-radius:30px;width:4px;height:76%;position:absolute;top:12%;left:0}.nutrition-sidebar-icon{justify-content:center;min-width:24px;font-size:20px;display:flex}.nutrition-sidebar-text{white-space:nowrap;font-size:15px}.nutrition-sidebar-footer{background:#fafafa;border-top:1px solid #eee;flex-shrink:0;align-items:center;gap:14px;padding:18px;display:flex}.nutrition-sidebar-footer img{object-fit:cover;border:3px solid #2e7d32;border-radius:50%;width:55px;height:55px}.nutrition-sidebar-footer h4{color:#222;margin-bottom:3px;font-size:16px}.nutrition-sidebar-footer p{color:#777;font-size:13px}.nutrition-sidebar-collapse .nutrition-sidebar-header{justify-content:space-between;padding:20px 10px}.nutrition-toggle-btn{cursor:pointer;background:#f5f5f5;border:none;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .3s;display:flex}.nutrition-sidebar-collapse .nutrition-sidebar-link{justify-content:center;padding:15px}.nutrition-sidebar-collapse .nutrition-sidebar-icon{font-size:22px}.nutrition-sidebar-collapse .nutrition-logo{justify-content:center}.nutrition-sidebar-collapse .nutrition-logo-img{width:50px;height:50px}.nutrition-sidebar-link:after{content:"";background:#2e7d32;width:0%;height:2px;transition:all .35s;position:absolute;bottom:0;left:18px}.nutrition-sidebar-link:hover:after{width:70%}.nutrition-sidebar-link.active:after{display:none}@media (width<=992px){.nutrition-sidebar{z-index:2000;width:270px;left:-270px}.nutrition-sidebar.nutrition-sidebar-open{left:0!important}.nutrition-sidebar-collapse{width:270px}.nutrition-toggle-btn{display:none}}@media (width<=768px){.nutrition-sidebar{width:250px;left:-250px}.nutrition-sidebar.nutrition-sidebar-open{left:0!important}.nutrition-sidebar-collapse{width:250px}}@media (width<=576px){.nutrition-sidebar{width:230px;left:-230px}.nutrition-sidebar.nutrition-sidebar-open{left:0!important}.nutrition-sidebar-collapse{width:230px}.nutrition-logo-text h2{font-size:18px}.nutrition-sidebar-text{font-size:14px}}.nutrition-navbar{z-index:900;background:#fff;border-bottom:1px solid #ececec;justify-content:space-between;align-items:center;width:calc(100% - 270px);height:75px;margin-left:270px;padding:0 35px;transition:all .35s;display:flex;position:fixed;top:0;right:0;box-shadow:0 5px 20px #0000000d}.nutrition-navbar-left{align-items:center;gap:25px;display:flex}.nutrition-mobile-menu{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:12px;width:45px;height:45px;font-size:18px;display:none}.nutrition-search-box{background:#f6f8fa;border-radius:50px;align-items:center;gap:15px;width:420px;height:48px;padding:0 20px;display:flex}.nutrition-search-box input{background:0 0;border:none;outline:none;width:100%;font-size:15px}.nutrition-search-icon{color:#999}.nutrition-navbar-right{align-items:center;gap:30px;display:flex}.nutrition-notification{cursor:pointer;background:#f3f3f3;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:relative}.nutrition-notification:hover{color:#fff;background:#2e7d32}.nutrition-notification span{color:#fff;background:red;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;display:flex;position:absolute;top:5px;right:5px}.nutrition-profile{cursor:pointer;align-items:center;gap:15px;display:flex}.nutrition-profile img{object-fit:cover;border:3px solid #2e7d32;border-radius:50%;width:50px;height:50px}.nutrition-profile-info h4{color:#222;font-size:16px}.nutrition-profile-info p{color:#777;font-size:13px}@media (width<=992px){.nutrition-navbar{width:100%;margin-left:0;padding:0 20px}.nutrition-mobile-menu{display:block}.nutrition-search-box{width:250px}}@media (width<=768px){.nutrition-search-box,.nutrition-profile-info{display:none}}.nutrition-dashboard-container{background:#f5f7fb;min-height:100vh;margin-top:75px;margin-left:270px;padding:30px}.nutrition-welcome-card{color:#fff;background:linear-gradient(135deg,#2e7d32,#4caf50);border-radius:20px;margin-bottom:30px;padding:35px;box-shadow:0 10px 30px #00000014}.nutrition-welcome-card h2{margin-bottom:10px;font-size:32px}.nutrition-welcome-card p{font-size:17px}.nutrition-stats-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:25px;margin-bottom:30px;display:grid}.nutrition-stat-card{background:#fff;border-radius:18px;align-items:center;gap:18px;padding:25px;transition:all .3s;display:flex;box-shadow:0 8px 25px #0000000d}.nutrition-stat-card:hover{transform:translateY(-5px)}.nutrition-stat-icon{color:#fff;border-radius:18px;justify-content:center;align-items:center;width:65px;height:65px;font-size:28px;display:flex}.nutrition-stat-card h3{color:#222;margin-bottom:5px;font-size:30px}.nutrition-stat-card p{color:#777}.nutrition-dashboard-grid{grid-template-columns:repeat(2,1fr);gap:25px;display:grid}.nutrition-card{background:#fff;border-radius:18px;padding:25px;box-shadow:0 8px 25px #0000000d}.nutrition-card h3{color:#2e7d32;margin-bottom:20px}.nutrition-card ul{list-style:none}.nutrition-card li{border-bottom:1px solid #eee;padding:10px 0}.nutrition-card p{padding:10px 0}@media (width<=992px){.nutrition-dashboard-container{margin-left:0}.nutrition-dashboard-grid{grid-template-columns:1fr}}body{cursor:default}.custom-cursor{pointer-events:none;z-index:99999;background:#067947;border-radius:50%;width:14px;height:14px;transition:width .3s,height .3s,transform .15s,background .3s;position:fixed;top:0;left:0;transform:translate(-50%,-50%);box-shadow:0 0 20px #2e7d3266}.cursor-ring{pointer-events:none;z-index:99998;border:1.5px solid #2e7d3259;border-radius:50%;width:42px;height:42px;transition:all .15s;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.custom-cursor.active{background:#111;width:24px;height:24px}.cursor-ring.active{border:1.5px solid #0006;width:70px;height:70px}.custom-cursor.click{transform:translate(-50%,-50%)scale(.6)}.cursor-ring:before{content:"";z-index:-1;background:radial-gradient(#2e7d3214,#0000);border-radius:50%;position:absolute;inset:-8px}@media (width<=768px){body{cursor:auto}.custom-cursor,.cursor-ring{display:none}}.nutrition-clients-container{background:#f5f7fb;min-height:100vh;margin-top:75px;margin-left:270px;padding:30px}.nutrition-clients-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.nutrition-clients-header h2{color:#1b4332;margin-bottom:6px;font-size:32px}.nutrition-clients-header p{color:#777;font-size:15px}.nutrition-add-client-btn{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:12px;outline:none;align-items:center;gap:10px;padding:14px 24px;font-size:15px;font-weight:600;transition:all .3s;display:flex}.nutrition-add-client-btn:hover{background:#1f6b27;transform:translateY(-2px)}.nutrition-client-summary{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:30px;display:grid}.summary-card{background:#fff;border-radius:18px;padding:25px;transition:all .3s;box-shadow:0 8px 20px #0000000d}.summary-card:hover{transform:translateY(-5px)}.summary-card h3{color:#2e7d32;margin-bottom:8px;font-size:34px}.summary-card p{color:#666;font-size:15px}.nutrition-client-toolbar{justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px;display:flex}.nutrition-search{background:#fff;border-radius:14px;flex:1;align-items:center;gap:15px;max-width:450px;padding:14px 18px;display:flex;box-shadow:0 5px 15px #0000000d}.nutrition-search svg{color:#888;font-size:17px}.nutrition-search input{background:0 0;border:none;outline:none;width:100%;font-size:15px}.nutrition-client-toolbar select{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:12px;outline:none;width:180px;padding:14px}.nutrition-client-table{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 25px #0000000d}.nutrition-client-table table{border-collapse:collapse;width:100%}.nutrition-client-table thead{background:#f2f6f3}.nutrition-client-table th{text-align:left;color:#555;padding:18px;font-size:15px;font-weight:600}.nutrition-client-table td{vertical-align:middle;border-bottom:1px solid #ececec;padding:18px}.nutrition-client-table tbody tr{transition:all .3s}.nutrition-client-table tbody tr:hover{background:#f9fcf9}.client-profile{align-items:center;gap:15px;display:flex}.client-profile img{object-fit:cover;border:3px solid #2e7d32;border-radius:50%;width:55px;height:55px}.client-profile h4{color:#222;margin-bottom:4px;font-size:16px}.client-profile p{color:#777;font-size:13px}.client-status{border-radius:30px;padding:8px 18px;font-size:13px;font-weight:600}.client-status.active{color:#2e7d32;background:#dff7e3}.client-status.pending{color:#d98c00;background:#fff2d8}.client-status.completed{color:#1976d2;background:#d8e9ff}.client-actions{gap:10px;display:flex}.client-actions button{color:#2e7d32;cursor:pointer;background:#edf8ee;border:none;border-radius:12px;width:42px;height:42px;font-size:16px;transition:all .3s}.client-actions button:hover{color:#fff;background:#2e7d32;transform:scale(1.05)}@media (width<=1200px){.nutrition-client-summary{grid-template-columns:repeat(2,1fr)}}@media (width<=992px){.nutrition-clients-container{margin-left:0;padding:20px}.nutrition-clients-header{flex-direction:column;align-items:flex-start;gap:20px}.nutrition-client-toolbar{flex-direction:column;align-items:stretch}.nutrition-search{max-width:100%}.nutrition-client-toolbar select{width:100%}.nutrition-client-table{overflow-x:auto}.nutrition-client-table table{min-width:900px}}@media (width<=768px){.nutrition-client-summary{grid-template-columns:1fr}.summary-card{text-align:center}.nutrition-clients-header h2{font-size:26px}.client-profile img{width:45px;height:45px}}@media (width<=576px){.nutrition-clients-container{padding:15px}.nutrition-add-client-btn{justify-content:center;width:100%}.summary-card h3{font-size:28px}}.doctor-consultant-container{background:#f5f8fc;min-height:100vh;margin-top:80px;margin-left:270px;padding:35px}.doctor-consultant-header{justify-content:space-between;align-items:center;margin-bottom:35px;display:flex}.doctor-consultant-header h2{color:#173b2f;font-size:32px;font-weight:700}.doctor-consultant-header p{color:#6f7d86;margin-top:8px;font-size:15px}.doctor-add-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2e7d32,#43a047);border:none;border-radius:12px;align-items:center;gap:10px;padding:14px 24px;font-size:15px;font-weight:600;transition:all .35s;display:flex;box-shadow:0 10px 25px #2e7d3240}.doctor-add-btn:hover{transform:translateY(-3px);box-shadow:0 18px 35px #2e7d3259}.doctor-toolbar{flex-wrap:wrap;justify-content:space-between;gap:20px;margin-bottom:35px;display:flex}.doctor-search{background:#fff;border-radius:14px;flex:1;align-items:center;padding:0 18px;display:flex;box-shadow:0 6px 18px #00000014}.doctor-search svg{color:#2e7d32;font-size:17px}.doctor-search input{background:0 0;border:none;outline:none;flex:1;padding:16px;font-size:15px}.doctor-toolbar select{cursor:pointer;background:#fff;border:none;border-radius:14px;outline:none;min-width:220px;padding:0 18px;font-size:15px;box-shadow:0 6px 18px #00000014}.doctor-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:28px;display:grid}.doctor-card{text-align:center;background:#fff;border-radius:20px;padding:30px;transition:all .35s;position:relative;overflow:hidden;box-shadow:0 12px 30px #00000014}.doctor-card:before{content:"";background:linear-gradient(90deg,#2e7d32,#66bb6a);width:100%;height:5px;position:absolute;top:0;left:0}.doctor-card:hover{transform:translateY(-8px);box-shadow:0 22px 45px #00000026}.doctor-card img{object-fit:cover;border:5px solid #43a047;border-radius:50%;width:110px;height:110px;margin-bottom:18px}.doctor-card h3{color:#173b2f;margin-bottom:14px;font-size:24px}.doctor-specialization{color:#2e7d32;background:#e8f5e9;border-radius:40px;align-items:center;gap:8px;margin-bottom:18px;padding:8px 18px;font-size:14px;font-weight:600;display:inline-flex}.doctor-card p{color:#667085;justify-content:center;align-items:center;gap:10px;margin:12px 0;font-size:15px;display:flex}.doctor-card p svg{color:#2e7d32}.doctor-status{border-radius:40px;margin-top:18px;padding:8px 18px;font-size:13px;font-weight:600;display:inline-block}.doctor-status.available{color:#17803d;background:#dff8e7}.doctor-status.busy{color:#d39c00;background:#fff4d8}.doctor-status.unavailable{color:#d32f2f;background:#ffe2e2}.doctor-actions{gap:12px;margin-top:28px;display:flex}.doctor-actions button{cursor:pointer;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px;font-weight:600;transition:all .3s;display:flex}.doctor-actions button:first-child{color:#fff;background:#2196f3}.doctor-actions button:first-child:hover{background:#1976d2}.doctor-actions button:nth-child(2){color:#fff;background:#43a047}.doctor-actions button:nth-child(2):hover{background:#2e7d32}.delete-btn{color:#fff;background:#ef5350!important}.delete-btn:hover{background:#d32f2f!important}@media (width<=992px){.doctor-consultant-container{margin-left:0;padding:20px}.doctor-consultant-header{flex-direction:column;align-items:flex-start;gap:20px}.doctor-toolbar{flex-direction:column}.doctor-toolbar select{width:100%;height:55px}.doctor-grid{grid-template-columns:1fr}.doctor-actions{flex-direction:column}}.diet-page{background:#f5f7fb;min-height:100vh;margin-top:75px;margin-left:270px;padding:30px}.diet-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.diet-header h2{color:#1b4332;margin-bottom:6px;font-size:32px}.diet-header p{color:#777;font-size:15px}.add-diet-btn{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:12px;align-items:center;gap:10px;padding:14px 22px;font-size:15px;font-weight:600;transition:all .3s;display:flex}.add-diet-btn:hover{background:#1f6b27;transform:translateY(-3px)}.diet-summary{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:30px;display:grid}.diet-summary-card{background:#fff;border-radius:18px;align-items:center;gap:18px;padding:25px;transition:all .3s;display:flex;box-shadow:0 10px 25px #0000000d}.diet-summary-card:hover{transform:translateY(-5px)}.diet-summary-card svg{color:#2e7d32;font-size:40px}.diet-summary-card h3{color:#222;margin-bottom:5px;font-size:30px}.diet-summary-card p{color:#777}.diet-toolbar{justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px;display:flex}.diet-search{background:#fff;border-radius:14px;flex:1;align-items:center;gap:12px;max-width:420px;padding:14px 18px;display:flex;box-shadow:0 5px 15px #0000000d}.diet-search svg{color:#888}.diet-search input{background:0 0;border:none;outline:none;width:100%;font-size:15px}.diet-toolbar select{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:12px;outline:none;width:200px;padding:14px}.diet-table{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 25px #0000000d}.diet-table table{border-collapse:collapse;width:100%}.diet-table thead{background:#f2f7f3}.diet-table th{text-align:left;color:#555;padding:18px;font-size:15px}.diet-table td{border-bottom:1px solid #ececec;padding:18px}.diet-table tbody tr{transition:all .3s}.diet-table tbody tr:hover{background:#f8fcf8}.diet-status{border-radius:30px;padding:8px 16px;font-size:13px;font-weight:600}.diet-status.active{color:#2e7d32;background:#dff7e3}.diet-status.pending{color:#d68910;background:#fff2d8}.diet-status.completed{color:#1565c0;background:#d9e9ff}.diet-actions{gap:10px;display:flex}.diet-actions button{color:#2e7d32;cursor:pointer;background:#edf8ee;border:none;border-radius:12px;width:42px;height:42px;font-size:15px;transition:all .3s}.diet-actions button:hover{color:#fff;background:#2e7d32;transform:scale(1.08)}.diet-actions button:last-child{color:#d32f2f;background:#ffebee}.diet-actions button:last-child:hover{color:#fff;background:#d32f2f}@media (width<=992px){.diet-page{margin-left:0;padding:20px}.diet-toolbar{flex-direction:column;align-items:stretch}.diet-search{max-width:100%}.diet-toolbar select{width:100%}.diet-table{overflow-x:auto}.diet-table table{min-width:900px}}@media (width<=768px){.diet-summary{grid-template-columns:1fr}.diet-header{flex-direction:column;align-items:flex-start;gap:20px}.add-diet-btn{justify-content:center;width:100%}}@media (width<=576px){.diet-page{padding:15px}.diet-header h2{font-size:26px}.diet-summary-card{padding:20px}}.prescription-page{background:#f5f7fb;min-height:100vh;margin-top:75px;margin-left:270px;padding:30px}.prescription-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.prescription-header h2{color:#1b4332;margin-bottom:6px;font-size:32px}.prescription-header p{color:#777;font-size:15px}.add-prescription{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:12px;align-items:center;gap:10px;padding:14px 24px;font-size:15px;font-weight:600;transition:all .3s;display:flex}.add-prescription:hover{background:#1f6b27;transform:translateY(-3px)}.prescription-summary{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:30px;display:grid}.prescription-card{background:#fff;border-radius:18px;padding:25px;transition:all .3s;box-shadow:0 10px 20px #0000000d}.prescription-card:hover{transform:translateY(-5px)}.prescription-card h3{color:#2e7d32;margin-bottom:8px;font-size:32px}.prescription-card p{color:#666}.prescription-toolbar{justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px;display:flex}.prescription-search{background:#fff;border-radius:14px;flex:1;align-items:center;gap:15px;max-width:450px;padding:14px 18px;display:flex;box-shadow:0 5px 15px #0000000d}.prescription-search svg{color:#888}.prescription-search input{background:0 0;border:none;outline:none;width:100%;font-size:15px}.prescription-toolbar select{background:#fff;border:1px solid #ddd;border-radius:12px;outline:none;width:180px;padding:14px}.prescription-table{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 20px #0000000d}.prescription-table table{border-collapse:collapse;width:100%}.prescription-table thead{background:#f2f7f3}.prescription-table th{text-align:left;color:#555;padding:18px;font-weight:600}.prescription-table td{border-bottom:1px solid #eee;padding:18px}.prescription-table tbody tr{transition:all .3s}.prescription-table tbody tr:hover{background:#f8fcf8}.prescription-status{border-radius:25px;padding:8px 16px;font-size:13px;font-weight:600}.prescription-status.active{color:#2e7d32;background:#dff7e3}.prescription-status.pending{color:#f39c12;background:#fff3d8}.prescription-status.completed{color:#1565c0;background:#dbeafe}.prescription-actions{gap:10px;display:flex}.prescription-actions button{cursor:pointer;color:#2e7d32;background:#edf8ee;border:none;border-radius:10px;width:42px;height:42px;font-size:15px;transition:all .3s}.prescription-actions button:hover{color:#fff;background:#2e7d32;transform:scale(1.08)}.prescription-actions button:nth-child(4){color:#d32f2f;background:#ffebee}.prescription-actions button:nth-child(4):hover{color:#fff;background:#d32f2f}@media (width<=992px){.prescription-page{margin-left:0;padding:20px}.prescription-header{flex-direction:column;align-items:flex-start;gap:20px}.prescription-toolbar{flex-direction:column}.prescription-search{max-width:100%}.prescription-toolbar select{width:100%}.prescription-table{overflow-x:auto}.prescription-table table{min-width:1100px}}@media (width<=768px){.prescription-summary{grid-template-columns:1fr}.add-prescription{justify-content:center;width:100%}.prescription-header h2{font-size:26px}}@media (width<=576px){.prescription-page{padding:15px}.prescription-card{padding:20px}}.health-page{background:#f5f7fb;min-height:100vh;margin-top:75px;margin-left:270px;padding:30px}.health-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.health-header h2{color:#1b4332;margin-bottom:6px;font-size:32px}.health-header p{color:#777}.health-add-btn{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:12px;align-items:center;gap:10px;padding:14px 22px;font-weight:600;transition:all .3s;display:flex}.health-add-btn:hover{background:#1f6b27;transform:translateY(-3px)}.health-summary{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px;margin-bottom:30px;display:grid}.health-card{background:#fff;border-radius:18px;align-items:center;gap:18px;padding:25px;transition:all .3s;display:flex;box-shadow:0 10px 20px #0000000d}.health-card:hover{transform:translateY(-5px)}.health-card svg{color:#2e7d32;font-size:42px}.health-card h3{color:#222;margin-bottom:6px;font-size:30px}.health-card p{color:#666}.health-search{background:#fff;border-radius:14px;align-items:center;gap:15px;max-width:450px;margin-bottom:25px;padding:14px 18px;display:flex;box-shadow:0 5px 15px #0000000d}.health-search svg{color:#888}.health-search input{background:0 0;border:none;outline:none;width:100%;font-size:15px}.health-table{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 20px #0000000d}.health-table table{border-collapse:collapse;width:100%}.health-table thead{background:#f2f7f3}.health-table th{text-align:left;color:#555;padding:18px;font-size:15px}.health-table td{border-bottom:1px solid #eee;padding:18px}.health-table tbody tr{transition:all .3s}.health-table tbody tr:hover{background:#f9fcf9}.health-status{border-radius:30px;padding:8px 18px;font-size:13px;font-weight:600}.health-status.healthy{color:#2e7d32;background:#dff7e3}.health-status.attention{color:#d68910;background:#fff2d8}.health-status.critical{color:#d32f2f;background:#ffe3e3}.health-actions{gap:10px;display:flex}.health-actions button{cursor:pointer;color:#2e7d32;background:#edf8ee;border:none;border-radius:10px;width:42px;height:42px;transition:all .3s}.health-actions button:hover{color:#fff;background:#2e7d32;transform:scale(1.08)}@media (width<=992px){.health-page{margin-left:0;padding:20px}.health-header{flex-direction:column;align-items:flex-start;gap:20px}.health-table{overflow-x:auto}.health-table table{min-width:1100px}.health-search{max-width:100%}}@media (width<=768px){.health-summary{grid-template-columns:1fr}.health-add-btn{justify-content:center;width:100%}.health-header h2{font-size:26px}}@media (width<=576px){.health-page{padding:15px}.health-card{padding:20px}}.appointment-page{background:#f5f7fb;min-height:100vh;margin-top:75px;margin-left:270px;padding:30px}.appointment-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.appointment-header h2{color:#1b4332;margin-bottom:6px;font-size:32px}.appointment-header p{color:#777;font-size:15px}.appointment-add-btn{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:12px;align-items:center;gap:10px;padding:14px 24px;font-size:15px;font-weight:600;transition:all .3s;display:flex}.appointment-add-btn:hover{background:#1f6b27;transform:translateY(-3px)}.appointment-summary{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:30px;display:grid}.appointment-card{background:#fff;border-radius:18px;padding:25px;transition:all .3s;box-shadow:0 10px 20px #0000000d}.appointment-card:hover{transform:translateY(-5px)}.appointment-card h3{color:#2e7d32;margin-bottom:8px;font-size:32px}.appointment-card p{color:#666}.appointment-toolbar{justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px;display:flex}.appointment-search{background:#fff;border-radius:14px;flex:1;align-items:center;gap:15px;max-width:450px;padding:14px 18px;display:flex;box-shadow:0 5px 15px #0000000d}.appointment-search svg{color:#888}.appointment-search input{background:0 0;border:none;outline:none;width:100%;font-size:15px}.appointment-toolbar select{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:12px;outline:none;width:180px;padding:14px}.appointment-table{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 20px #0000000d}.appointment-table table{border-collapse:collapse;width:100%}.appointment-table thead{background:#f2f7f3}.appointment-table th{text-align:left;color:#555;padding:18px;font-size:15px;font-weight:600}.appointment-table td{vertical-align:middle;border-bottom:1px solid #eee;padding:18px}.appointment-table tbody tr{transition:all .3s}.appointment-table tbody tr:hover{background:#f9fcf9}.appointment-client{color:#333;align-items:center;gap:10px;font-weight:500;display:flex}.appointment-client svg{color:#2e7d32}.appointment-status{border-radius:25px;padding:8px 18px;font-size:13px;font-weight:600}.appointment-status.upcoming{color:#2e7d32;background:#dff7e3}.appointment-status.completed{color:#1565c0;background:#dbeafe}.appointment-status.cancelled{color:#d32f2f;background:#ffe3e3}.appointment-actions{gap:10px;display:flex}.appointment-actions button{color:#2e7d32;cursor:pointer;background:#edf8ee;border:none;border-radius:10px;width:42px;height:42px;font-size:15px;transition:all .3s}.appointment-actions button:hover{color:#fff;background:#2e7d32;transform:scale(1.08)}@media (width<=992px){.appointment-page{margin-left:0;padding:20px}.appointment-header{flex-direction:column;align-items:flex-start;gap:20px}.appointment-toolbar{flex-direction:column}.appointment-search{max-width:100%}.appointment-toolbar select{width:100%}.appointment-table{overflow-x:auto}.appointment-table table{min-width:900px}}@media (width<=768px){.appointment-summary{grid-template-columns:1fr}.appointment-add-btn{justify-content:center;width:100%}.appointment-header h2{font-size:26px}}@media (width<=576px){.appointment-page{padding:15px}.appointment-card{padding:20px}}.settings-page{background:#f5f7fb;min-height:100vh;margin-top:75px;margin-left:270px;padding:30px}.settings-header{margin-bottom:30px}.settings-header h2{color:#1b4332;margin-bottom:6px;font-size:32px}.settings-header p{color:#777;font-size:15px}.settings-container{flex-direction:column;gap:25px;display:flex}.settings-card{background:#fff;border-radius:18px;padding:30px;box-shadow:0 10px 20px #0000000d}.settings-card h3{color:#2e7d32;align-items:center;gap:12px;margin-bottom:25px;font-size:22px;display:flex}.settings-card h3 svg{font-size:22px}.settings-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.settings-grid label{color:#444;margin-bottom:8px;font-weight:600;display:block}.settings-grid input{border:1px solid #ddd;border-radius:12px;outline:none;width:100%;padding:14px 16px;font-size:15px;transition:all .3s}.settings-grid input:focus{border-color:#2e7d32;box-shadow:0 0 10px #2e7d3226}.input-icon{position:relative}.input-icon svg{color:#888;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.input-icon input{padding-left:45px}.settings-switch{flex-direction:column;gap:18px;display:flex}.settings-switch label{color:#555;cursor:pointer;align-items:center;gap:15px;font-size:15px;display:flex}.settings-switch input{accent-color:#2e7d32;width:18px;height:18px}.settings-save-btn{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:12px;justify-content:center;align-items:center;gap:12px;width:220px;padding:16px;font-size:16px;font-weight:600;transition:all .3s;display:flex}.settings-save-btn:hover{background:#1b5e20;transform:translateY(-3px)}@media (width<=992px){.settings-page{margin-left:0;padding:20px}.settings-grid{grid-template-columns:1fr}.settings-save-btn{width:100%}}@media (width<=768px){.settings-card{padding:20px}.settings-header h2{font-size:28px}.settings-card h3{font-size:20px}}@media (width<=576px){.settings-page{padding:15px}.settings-card{padding:18px}.settings-grid input{font-size:14px}}.video-page{background:#f5f7fb;min-height:100vh;margin-top:75px;margin-left:270px;padding:30px}.video-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.video-header h2{color:#1b4332;margin-bottom:6px;font-size:32px}.video-header p{color:#777;font-size:15px}.video-add-btn{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:12px;align-items:center;gap:10px;padding:14px 24px;font-size:15px;font-weight:600;transition:all .3s;display:flex}.video-add-btn:hover{background:#1b5e20;transform:translateY(-3px)}.video-summary{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:30px;display:grid}.video-card{background:#fff;border-radius:18px;align-items:center;gap:18px;padding:25px;transition:all .3s;display:flex;box-shadow:0 10px 20px #0000000d}.video-card:hover{transform:translateY(-5px)}.video-card svg{color:#2e7d32;font-size:42px}.video-card h3{color:#222;margin-bottom:6px;font-size:30px}.video-card p{color:#666}.video-search{background:#fff;border-radius:14px;align-items:center;gap:15px;max-width:450px;margin-bottom:25px;padding:14px 18px;display:flex;box-shadow:0 5px 15px #0000000d}.video-search svg{color:#888}.video-search input{background:0 0;border:none;outline:none;width:100%;font-size:15px}.video-table{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 20px #0000000d}.video-table table{border-collapse:collapse;width:100%}.video-table thead{background:#f2f7f3}.video-table th{text-align:left;color:#555;padding:18px;font-weight:600}.video-table td{border-bottom:1px solid #eee;padding:18px}.video-table tbody tr{transition:all .3s}.video-table tbody tr:hover{background:#f9fcf9}.video-title{color:#333;align-items:center;gap:10px;font-weight:600;display:flex}.video-title svg{color:#2e7d32;font-size:20px}.video-status{border-radius:30px;padding:8px 18px;font-size:13px;font-weight:600}.video-status.published{color:#2e7d32;background:#dff7e3}.video-status.draft{color:#d68910;background:#fff2d8}.video-actions{gap:10px;display:flex}.video-actions button{cursor:pointer;color:#2e7d32;background:#edf8ee;border:none;border-radius:10px;width:42px;height:42px;transition:all .3s}.video-actions button:hover{color:#fff;background:#2e7d32;transform:scale(1.08)}.video-actions button:last-child{color:#d32f2f;background:#ffebee}.video-actions button:last-child:hover{color:#fff;background:#d32f2f}@media (width<=992px){.video-page{margin-left:0;padding:20px}.video-header{flex-direction:column;align-items:flex-start;gap:20px}.video-summary{grid-template-columns:repeat(2,1fr)}.video-search{max-width:100%}.video-table{overflow-x:auto}.video-table table{min-width:900px}}@media (width<=768px){.video-summary{grid-template-columns:1fr}.video-add-btn{justify-content:center;width:100%}.video-header h2{font-size:26px}}@media (width<=576px){.video-page{padding:15px}.video-card{padding:20px}.video-card h3{font-size:26px}}.nutrition-blog-page{background:#f5f7fb;min-height:100vh;margin-top:75px;margin-left:270px;padding:30px}.nutrition-blog-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.nutrition-blog-header h2{color:#1b4332;margin-bottom:6px;font-size:32px}.nutrition-blog-header p{color:#777;font-size:15px}.nutrition-blog-add-btn{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:12px;align-items:center;gap:10px;padding:14px 24px;font-size:15px;font-weight:600;transition:all .3s;display:flex}.nutrition-blog-add-btn:hover{background:#1b5e20;transform:translateY(-3px)}.nutrition-blog-summary{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:30px;display:grid}.nutrition-blog-card{background:#fff;border-radius:18px;align-items:center;gap:18px;padding:25px;transition:all .3s;display:flex;box-shadow:0 10px 20px #0000000d}.nutrition-blog-card:hover{transform:translateY(-5px)}.nutrition-blog-card svg{color:#2e7d32;font-size:42px}.nutrition-blog-card h3{color:#222;margin-bottom:6px;font-size:30px}.nutrition-blog-card p{color:#666}.nutrition-blog-search{background:#fff;border-radius:14px;align-items:center;gap:15px;max-width:450px;margin-bottom:25px;padding:14px 18px;display:flex;box-shadow:0 5px 15px #0000000d}.nutrition-blog-search svg{color:#888}.nutrition-blog-search input{background:0 0;border:none;outline:none;width:100%;font-size:15px}.nutrition-blog-table{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 20px #0000000d}.nutrition-blog-table table{border-collapse:collapse;width:100%}.nutrition-blog-table thead{background:#f2f7f3}.nutrition-blog-table th{text-align:left;color:#555;padding:18px;font-size:15px;font-weight:600}.nutrition-blog-table td{border-bottom:1px solid #eee;padding:18px}.nutrition-blog-table tbody tr{transition:all .3s}.nutrition-blog-table tbody tr:hover{background:#f8fcf8}.nutrition-blog-status{border-radius:30px;padding:8px 18px;font-size:13px;font-weight:600}.nutrition-blog-status.published{color:#2e7d32;background:#dff7e3}.nutrition-blog-status.draft{color:#d68910;background:#fff2d8}.nutrition-blog-actions{gap:10px;display:flex}.nutrition-blog-actions button{color:#2e7d32;cursor:pointer;background:#edf8ee;border:none;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;font-size:15px;transition:all .3s;display:flex}.nutrition-blog-actions button:hover{color:#fff;background:#2e7d32;transform:scale(1.08)}.nutrition-blog-actions button:last-child{color:#d32f2f;background:#ffebee}.nutrition-blog-actions button:last-child:hover{color:#fff;background:#d32f2f}@media (width<=992px){.nutrition-blog-page{margin-left:0;padding:20px}.nutrition-blog-header{flex-direction:column;align-items:flex-start;gap:20px}.nutrition-blog-summary{grid-template-columns:repeat(2,1fr)}.nutrition-blog-search{max-width:100%}.nutrition-blog-table{overflow-x:auto}.nutrition-blog-table table{min-width:900px}}@media (width<=768px){.nutrition-blog-summary{grid-template-columns:1fr}.nutrition-blog-add-btn{justify-content:center;width:100%}.nutrition-blog-header h2{font-size:26px}}@media (width<=576px){.nutrition-blog-page{padding:15px}.nutrition-blog-card{padding:20px}.nutrition-blog-card h3{font-size:26px}}.food-page{background:#f5f7fb;min-height:100vh;margin-top:75px;margin-left:270px;padding:30px}.food-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.food-header h2{color:#1b4332;margin-bottom:6px;font-size:32px}.food-header p{color:#777;font-size:15px}.food-add-btn{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:12px;align-items:center;gap:10px;padding:14px 24px;font-size:15px;font-weight:600;transition:all .3s;display:flex}.food-add-btn:hover{background:#1b5e20;transform:translateY(-3px)}.food-summary{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:30px;display:grid}.food-card{background:#fff;border-radius:18px;align-items:center;gap:18px;padding:25px;transition:all .3s;display:flex;box-shadow:0 10px 20px #0000000d}.food-card:hover{transform:translateY(-5px)}.food-card svg{color:#2e7d32;font-size:42px}.food-card h3{color:#222;margin-bottom:6px;font-size:30px}.food-card p{color:#666}.food-search{background:#fff;border-radius:14px;align-items:center;gap:15px;max-width:450px;margin-bottom:25px;padding:14px 18px;display:flex;box-shadow:0 5px 15px #0000000d}.food-search svg{color:#888}.food-search input{background:0 0;border:none;outline:none;width:100%;font-size:15px}.food-table{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 20px #0000000d}.food-table table{border-collapse:collapse;width:100%}.food-table thead{background:#f2f7f3}.food-table th{text-align:left;color:#555;padding:18px;font-size:15px;font-weight:600}.food-table td{border-bottom:1px solid #eee;padding:18px}.food-table tbody tr{transition:all .3s}.food-table tbody tr:hover{background:#f8fcf8}.food-table td:nth-child(2){color:#2e7d32;font-weight:600}.food-table td:nth-child(3),.food-table td:nth-child(4),.food-table td:nth-child(5),.food-table td:nth-child(6){color:#444;font-weight:500}.food-actions{gap:10px;display:flex}.food-actions button{color:#2e7d32;cursor:pointer;background:#edf8ee;border:none;border-radius:10px;width:42px;height:42px;font-size:15px;transition:all .3s}.food-actions button:hover{color:#fff;background:#2e7d32;transform:scale(1.08)}.food-actions button:last-child{color:#d32f2f;background:#ffebee}.food-actions button:last-child:hover{color:#fff;background:#d32f2f}@media (width<=992px){.food-page{margin-left:0;padding:20px}.food-header{flex-direction:column;align-items:flex-start;gap:20px}.food-summary{grid-template-columns:repeat(2,1fr)}.food-search{max-width:100%}.food-table{overflow-x:auto}.food-table table{min-width:950px}}@media (width<=768px){.food-summary{grid-template-columns:1fr}.food-add-btn{justify-content:center;width:100%}.food-header h2{font-size:26px}}@media (width<=576px){.food-page{padding:15px}.food-card{padding:20px}.food-card h3{font-size:26px}}.profile-page{background:#f5f8f4;min-height:100vh;padding:120px 20px 20px}.profile-card{max-width:1100px;font-family:var(--typeBasePrimary), var(--typeBaseFallback);background:#fff;border-radius:20px;margin:20px auto auto;padding:40px;box-shadow:0 15px 40px #243e901f}.profile-header{border-bottom:2px solid #243e9014;justify-content:center;align-items:center;gap:25px;width:100%;margin:0 auto 35px;padding-bottom:30px;display:flex}.profile-header-info{flex-direction:column;justify-content:center;display:flex}.profile-header-info h2{color:#1b4332;margin:0;font-size:2.2rem;font-weight:700;line-height:1.2}.profile-avatar-section{flex-direction:column;justify-content:center;align-items:center;display:flex}.profile-avatar-logo{border:1px solid #fff;border-radius:50%;width:100px;height:100px;overflow:hidden}.profile-avatar-image{object-fit:cover;width:100%;height:100%}.aellam-profile-avatar-wrapper{background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:100px;height:100px;display:flex;overflow:hidden;box-shadow:0 12px 30px #0697472e}.aellam-profile-avatar-image{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.aellam-photo-upload{justify-content:center;margin-top:12px;display:flex}.aellam-photo-upload input{display:none}.photo-upload-btn{color:#fff;cursor:pointer;background:#069747;border-radius:25px;padding:8px 18px;font-size:14px;font-weight:600;transition:all .3s}.photo-upload-btn:hover{background:#045d37;transform:translateY(-2px)}.photo-upload-btn:active{transform:scale(.98)}.profile-upload-preview{border:4px solid #069747;border-radius:50%;width:120px;height:120px;margin-bottom:15px;overflow:hidden}.profile-upload-preview img{object-fit:cover;width:100%;height:100%}@media (width<=768px){.aellam-profile-avatar-wrapper{width:95px;height:95px}}@media (width<=426px){.aellam-profile-avatar-wrapper{width:80px;height:80px}}@media (width<=360px){.aellam-profile-avatar-wrapper{width:70px;height:70px}}.aellam-photo-upload input{border:none;padding:0}.profile-header h2{color:#243e90;margin:0;font-size:32px;font-weight:700}.profile-header p{color:#243e90;margin-top:6px;font-size:16px;font-weight:500}.profile-section{margin-top:20px}.profile-section h3{color:#243e90;margin-bottom:25px;font-size:25px;position:relative}.profile-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.profile-grid div{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px;transition:all .35s}.profile-grid div:hover{border-left-color:#243e90;transform:translateY(-5px);box-shadow:0 12px 30px #243e901f}.profile-grid strong{color:#243e90;font-size:15px;font-weight:700}.profile-grid p{color:#374151;font-size:16px}.profile-edit-btn{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#fff;text-align:center;background:linear-gradient(135deg,#243e90,#069747);border:none;border-radius:40px;margin:15px auto 0;padding:14px 42px;font-weight:600;transition:all .35s;display:block}.profile-edit-btn:hover{transform:translateY(-3px);box-shadow:0 15px 30px #243e9040}@media (width<=768px){.profile-header{text-align:center;flex-direction:column}.profile-grid{grid-template-columns:1fr}.profile-card{padding:25px}.profile-header h2{font-size:26px}}.profile-edit-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.profile-edit-grid input,.profile-edit-grid textarea,.profile-edit-grid select{border:1px solid #d9d9d9;border-radius:10px;outline:none;width:100%;padding:14px;font-size:16px}.profile-edit-grid textarea{resize:vertical;min-height:120px}.profile-btn-group{justify-content:center;gap:20px;margin-top:40px;display:flex}.profile-save-btn{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#fff;cursor:pointer;background:#243e90;border:none;border-radius:30px;padding:14px 35px}.profile-cancel-btn{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#fff;cursor:pointer;background:#069747;border:none;border-radius:30px;padding:14px 35px}@media (width<=768px){.profile-edit-grid{grid-template-columns:1fr}.profile-btn-group{flex-direction:column}}.aellam-edit-form{grid-template-columns:repeat(2,1fr);gap:25px;margin-top:30px;display:grid}.aellam-form-group{flex-direction:column;display:flex}.aellam-form-group label{color:#243e90;margin-bottom:8px;font-size:15px;font-weight:600}.aellam-form-group input,.aellam-form-group select,.aellam-form-group textarea{background:#fff;border:1px solid #d7d7d7;border-radius:12px;outline:none;width:100%;padding:14px 18px;font-size:16px;transition:all .3s}.aellam-form-group textarea{resize:none;height:120px}.aellam-form-group input:focus,.aellam-form-group textarea:focus,.aellam-form-group select:focus{border-color:#243e90;box-shadow:0 0 0 4px #243e901f}.aellam-address{grid-column:1/3}@media (width<=768px){.aellam-edit-form{grid-template-columns:1fr}.aellam-address{grid-column:auto}}.profile-success-overlay{font-family:var(--typeBasePrimary), var(--typeBaseFallback);z-index:99999;background:#00000059;justify-content:center;align-items:center;animation:.35s overlayFade;display:flex;position:fixed;inset:0}.profile-success-popup{text-align:center;background:#fff;border-radius:22px;width:420px;padding:45px 35px;animation:.55s cubic-bezier(.175,.885,.32,1.275) popupZoom;box-shadow:0 30px 70px #00000040}.profile-success-check{color:#fff;background:#2e7d32;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin:auto;font-size:46px;animation:.7s checkZoom;display:flex}.profile-success-popup h2{color:#2e7d32;margin-top:25px;font-size:30px}.profile-success-popup p{color:#666;margin-top:12px;font-size:17px}@keyframes popupZoom{0%{opacity:0;transform:scale(.2)}60%{transform:scale(1.08)}80%{transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes checkZoom{0%{transform:scale(0)}70%{transform:scale(1.25)}to{transform:scale(1)}}@keyframes overlayFade{0%{opacity:0}to{opacity:1}}@media screen and (width<=1024px){.profile-page{padding:110px 25px 60px}.profile-card{width:100%;padding:35px}.profile-grid,.aellam-edit-form{grid-template-columns:repeat(2,1fr);gap:18px}}@media screen and (width<=768px){.profile-page{padding:100px 18px 50px}.profile-card{border-radius:18px;padding:25px}.profile-header{text-align:center;flex-direction:column;gap:18px}.profile-avatar-logo{width:90px;height:90px;font-size:34px}.profile-header h2{font-size:28px}.profile-header p{font-size:15px}.profile-section h3{text-align:center;font-size:24px}.profile-grid{grid-template-columns:1fr;gap:15px}.aellam-edit-form{grid-template-columns:1fr;gap:18px}.aellam-address{grid-column:auto}.profile-btn-group{flex-direction:row;gap:15px}.profile-edit-btn,.profile-save-btn,.profile-cancel-btn{width:30%}}@media screen and (width<=426px){.profile-page{padding:90px 12px 40px}.profile-card{border-radius:15px;padding:18px}.profile-header{gap:15px}.profile-avatar-logo{width:75px;height:75px;font-size:28px}.profile-header h2{font-size:22px}.profile-header p{word-break:break-word;font-size:13px}.profile-section{margin-top:25px}.profile-section h3{margin-bottom:18px;font-size:20px}.profile-grid{gap:12px}.profile-grid div{padding:14px}.profile-grid strong{font-size:14px}.profile-grid p{word-break:break-word;font-size:15px}.aellam-edit-form{gap:15px}.aellam-form-group label{font-size:14px}.aellam-form-group input,.aellam-form-group select,.aellam-form-group textarea{padding:12px 14px;font-size:15px}.aellam-form-group textarea{height:100px}.profile-edit-btn,.profile-save-btn,.profile-cancel-btn{width:50%;padding:14px;font-size:15px}.profile-btn-group{gap:12px}.profile-success-popup{width:90%;max-width:320px;padding:30px 20px}.profile-success-check{width:70px;height:70px;font-size:36px}.profile-success-popup h2{font-size:24px}.profile-success-popup p{font-size:15px}}@media screen and (width<=360px){.profile-header h2{font-size:20px}.profile-header p{font-size:12px}.profile-avatar-logo{width:65px;height:65px;font-size:24px}.profile-grid p,.aellam-form-group input,.aellam-form-group select,.aellam-form-group textarea{font-size:14px}.profile-success-popup{padding:25px 15px}}.profile-products-section{border-top:1px solid #e9ecef}.profile-products-content{background:linear-gradient(135deg,#fff,#f8fcf8);border:1px solid #e8f3ea;border-radius:20px;justify-content:space-between;align-items:center;gap:50px;padding:30px 5%;display:flex;overflow:hidden}.profile-products-text{flex:1}.profile-products-tag{color:#0d7a3b;letter-spacing:.5px;background:#edf8ef;border-radius:30px;margin-bottom:18px;padding:8px 18px;font-size:14px;font-weight:600;display:inline-block}.profile-products-text h2{color:#1b4332;margin-bottom:18px;font-size:34px;font-weight:700;line-height:1.3}.profile-products-text p{font-size:17px;font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#374151;max-width:650px;margin-bottom:35px;line-height:1.8}.profile-products-btn{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#fff;cursor:pointer;background:#069747;border:none;border-radius:50px;justify-content:center;align-items:center;padding:14px 32px;font-size:16px;font-weight:600;transition:all .35s;display:inline-flex}.profile-products-btn:hover{background:#056c33;transform:translateY(-3px);box-shadow:0 12px 25px #06974740}.profile-products-image img{object-fit:fill;border-top-left-radius:70px;border-bottom-right-radius:90px;width:100%;max-width:430px}@media screen and (width<=992px){.profile-products-content{text-align:center;flex-direction:column-reverse;padding:40px 30px}.profile-products-text h2{font-size:30px}.profile-products-text p{max-width:100%}.profile-products-image img{max-width:340px}}@media screen and (width<=576px){.profile-products-section{margin-top:45px;padding-top:35px}.profile-products-content{gap:30px;padding:30px 22px}.profile-products-tag{font-size:13px}.profile-products-text h2{font-size:24px}.profile-products-text p{font-size:15px;line-height:1.7}.profile-products-btn{width:100%;padding:14px;font-size:15px}.profile-products-image img{max-width:260px}}.profile-products-image{flex:1;justify-content:center;align-items:center;display:flex}.profile-product-banner{object-fit:cover;width:100%;max-width:430px;transition:transform .35s;animation:5s ease-in-out infinite profileImageFloat;box-shadow:0 20px 45px #0000001f}.profile-product-banner:hover{transform:scale(1.03)}@keyframes profileImageFloat{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}@media (width<=992px){.profile-product-banner{max-width:360px}}@media (width<=768px){.profile-products-image{margin-top:30px}.profile-product-banner{width:90%;max-width:320px}}.profile-products-tag{color:#069747;background:#edf8ef;border-radius:40px;align-items:center;gap:10px;width:max-content;margin-bottom:22px;padding:10px 18px;font-size:15px;font-weight:600;display:inline-flex;box-shadow:0 8px 20px #0697471f}.profile-products-icon{font-size:18px;animation:2.8s ease-in-out infinite leafFloat}.aellam-profile-blog-section{border-top:1px solid #e8ece8;padding:30px 5%}.aellam-profile-blog-header{justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:40px;display:flex}.aellam-profile-blog-header h2{color:#1b4332;margin:15px 0;font-size:34px;font-weight:700}.aellam-profile-blog-header p{max-width:650px;font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#374151;font-size:16px;line-height:1.8}.aellam-profile-blog-tag{color:#069747;background:#edf8ef;border-radius:30px;align-items:center;padding:9px 18px;font-size:14px;font-weight:600;display:inline-flex}.aellam-profile-blog-btn{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#fff;cursor:pointer;white-space:nowrap;background:#069747;border:none;border-radius:50px;padding:14px 28px;font-size:15px;font-weight:600;transition:all .35s}.aellam-profile-blog-btn:hover{background:#056633;transform:translateY(-3px)}.aellam-profile-blog-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.aellam-profile-blog-card{background:#fff;border-radius:20px;flex-direction:column;transition:all .35s;display:flex;overflow:hidden;box-shadow:0 12px 30px #00000014}.aellam-profile-blog-card:hover{transform:translateY(-8px)}.aellam-profile-blog-media{object-fit:cover;background:#f5f5f5;width:100%;height:230px}.aellam-profile-blog-content{font-family:var(--typeBasePrimary), var(--typeBaseFallback);flex:1;padding:22px}.aellam-profile-blog-content h3{color:#1b4332;margin-bottom:14px;font-size:21px;line-height:1.4}.aellam-profile-blog-content p{color:#666;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:15px;line-height:1.8;display:-webkit-box;overflow:hidden}@media (width<=992px){.aellam-profile-blog-header{flex-direction:column;align-items:flex-start}.aellam-profile-blog-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.aellam-profile-blog-section{margin-top:50px;padding-top:40px}.aellam-profile-blog-header h2{font-size:28px}.aellam-profile-blog-header p{font-size:15px}.aellam-profile-blog-grid{grid-template-columns:1fr;gap:20px}.aellam-profile-blog-btn{width:50%}.aellam-profile-blog-media{height:220px}}.aellam-profile-blog-tag{color:#069747;background:#edf8ef;border-radius:50px;align-items:center;gap:12px;width:max-content;padding:10px 20px;font-size:15px;font-weight:600;display:inline-flex;box-shadow:0 8px 20px #0697471f}.aellam-profile-blog-icon{color:#069747;font-size:20px;animation:2.8s ease-in-out infinite aellamBlogIconFloat}@keyframes aellamBlogIconFloat{0%{transform:translateY(0)rotate(0)}25%{transform:translateY(-3px)rotate(-8deg)}50%{transform:translateY(0)rotate(0)}75%{transform:translateY(-3px)rotate(8deg)}to{transform:translateY(0)rotate(0)}}.aellam-profile-support-section{border-top:1px solid #e8ece8;padding:30px 5%}.aellam-profile-support-content{background:linear-gradient(135deg,#fff,#f8fcf8);border:1px solid #e4f2e7;border-radius:22px;justify-content:space-between;align-items:center;gap:50px;padding:50px;display:flex;box-shadow:0 15px 35px #00000014}.aellam-profile-support-left{flex:1}.aellam-profile-support-tag{color:#069747;background:#edf8ef;border-radius:40px;align-items:center;gap:10px;margin-bottom:20px;padding:10px 18px;font-size:15px;font-weight:600;display:inline-flex}.aellam-profile-support-icon{font-size:20px;animation:2.5s ease-in-out infinite aellamSupportIcon}@keyframes aellamSupportIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.aellam-profile-support-left h2{color:#1b4332;margin-bottom:18px;font-size:34px}.aellam-profile-support-left p{color:#374151;line-height:1.8;font-family:var(--typeBasePrimary), var(--typeBaseFallback);max-width:650px;font-size:16px}.aellam-profile-support-actions{flex-direction:column;gap:18px;min-width:230px;display:flex}.aellam-profile-contact-btn,.aellam-profile-whatsapp-btn{cursor:pointer;border-radius:50px;justify-content:center;align-items:center;gap:12px;padding:15px 25px;font-size:16px;font-weight:600;text-decoration:none;transition:all .35s;display:flex}.aellam-profile-contact-btn{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#fff;background:#069747;border:none}.aellam-profile-contact-btn:hover{background:#055d2c;transform:translateY(-3px)}.aellam-profile-whatsapp-btn{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#25d366;background:#fff;border:2px solid #25d366}.aellam-profile-whatsapp-btn:hover{color:#fff;background:#25d366;transform:translateY(-3px)}@media (width<=992px){.aellam-profile-support-content{text-align:center;flex-direction:column;padding:35px}.aellam-profile-support-actions{width:100%}}@media (width<=768px){.aellam-profile-support-section{margin-top:50px;padding-top:40px}.aellam-profile-support-left h2{font-size:28px}.aellam-profile-support-left p{font-size:15px}.aellam-profile-contact-btn,.aellam-profile-whatsapp-btn{width:100%}}.admin-testimonial-page{background:#f4f7fb;width:100%;min-height:100vh;display:flex}.admin-testimonial-main{box-sizing:border-box;flex:1;min-width:0;margin-left:260px;padding:35px;overflow-x:hidden}.admin-testimonial-header{justify-content:space-between;align-items:center;gap:25px;margin-bottom:30px;display:flex}.admin-testimonial-header h1{color:#000;margin:0 0 8px;font-size:34px;line-height:1.2}.admin-testimonial-header p{color:#666;margin:0;font-size:15px}.admin-testimonial-form-card{box-sizing:border-box;background:#fff;border-radius:15px;width:100%;margin-bottom:40px;padding:30px;box-shadow:0 10px 30px #00000014}.admin-testimonial-form-card h2{color:#191717;margin:0 0 25px;font-size:24px}.testimonial-form{grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.admin-form-group{flex-direction:column;min-width:0;display:flex}.admin-form-group label{color:#333;margin-bottom:8px;font-size:14px;font-weight:700}.admin-form-group input,.admin-form-group select,.admin-form-group textarea{box-sizing:border-box;border:1px solid #dcdcdc;border-radius:10px;outline:none;width:100%;padding:12px 15px;font-size:15px;transition:all .3s}.admin-form-group input:focus,.admin-form-group select:focus,.admin-form-group textarea:focus{border-color:#069747;box-shadow:0 0 10px #06974726}.admin-form-group textarea{resize:vertical;min-height:140px}.admin-full-width{grid-column:1/-1}.admin-checkbox{align-items:center;gap:12px;margin-top:15px;display:flex}.admin-checkbox input{cursor:pointer;width:18px;height:18px}.admin-save-btn{color:#fff;text-align:center;cursor:pointer;background:linear-gradient(90deg,#069747,#0ab45a);border:none;border-radius:10px;width:25%;min-width:180px;margin:0 auto;padding:14px;font-size:16px;font-weight:700;transition:all .3s;display:block}.admin-save-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #06974740}.current-image-preview{text-align:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:15px;padding:12px}.current-testimonial-image{object-fit:cover;border:3px solid #1b7f5d;border-radius:50%;width:120px;height:120px;box-shadow:0 4px 12px #00000026}.image-note{color:#6b7280;margin-top:10px;font-size:13px;font-style:italic}.admin-form-group input[type=file]{cursor:pointer;box-sizing:border-box;background:#fff;border:2px dashed #cbd5e1;border-radius:10px;width:100%;margin-top:10px;padding:10px;transition:all .3s}.admin-form-group input[type=file]:hover{background:#f3fff8;border-color:#1b7f5d}.admin-testimonial-list-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px;display:flex}.admin-testimonial-list-header h2{color:#1d3557;margin:0}.admin-testimonial-list-header span{white-space:nowrap;background:#fff;border-radius:30px;padding:10px 20px;font-weight:600;box-shadow:0 5px 15px #00000014}.admin-testimonial-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:25px;display:grid}.admin-testimonial-card{background:#fff;border-radius:18px;min-width:0;padding:25px;transition:all .35s;box-shadow:0 8px 20px #00000014}.admin-testimonial-card:hover{transform:translateY(-8px);box-shadow:0 20px 35px #00000026}.admin-testimonial-image{text-align:center;margin-bottom:20px}.admin-testimonial-image img{object-fit:cover;border:5px solid #069747;border-radius:50%;width:120px;height:120px}.admin-testimonial-placeholder{color:#666;background:#ececec;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:auto;display:flex}.admin-testimonial-field{margin-bottom:18px}.admin-testimonial-field label{color:#243e90;text-transform:uppercase;margin-bottom:5px;font-size:13px;font-weight:700;display:block}.admin-testimonial-field p{color:#444;word-break:break-word;margin:0;line-height:1.6}.admin-testimonial-stars{color:#ffc107;font-size:22px}.status-active{color:#155724;background:#d4edda;border-radius:20px;padding:6px 14px;font-size:13px;font-weight:700}.status-hidden{color:#c1121f;background:#fde2e2;border-radius:20px;padding:6px 14px;font-size:13px;font-weight:700}.admin-testimonial-actions{justify-content:space-between;gap:12px;margin-top:25px;display:flex}.edit-btn,.delete-btn{color:#fff;cursor:pointer;border:none;border-radius:8px;flex:1;padding:12px;font-weight:700;transition:all .3s}.edit-btn{background:#1d4ed8}.edit-btn:hover{background:#1e40af;transform:translateY(-2px)}.delete-btn{background:#dc2626}.delete-btn:hover{background:#b91c1c;transform:translateY(-2px)}@media (width<=1100px){.admin-testimonial-main{margin-left:230px;padding:30px}.testimonial-form{gap:18px}.admin-testimonial-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}}@media (width<=768px){.admin-testimonial-page{width:100%;min-height:100vh;display:block}.admin-testimonial-main{box-sizing:border-box;width:100%;margin-left:0;padding:75px 15px 15px}.admin-mobile-header{box-sizing:border-box;color:#fff;z-index:900;background:#081c15;align-items:center;gap:15px;width:100%;height:60px;padding:0 15px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 10px #00000026}.admin-mobile-header h2{color:#fff;margin:0;padding:0;font-size:20px;font-weight:600}.mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:28px;line-height:1;display:flex}.admin-testimonial-header{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:25px}.admin-testimonial-header h1{font-size:28px;line-height:1.2}.admin-testimonial-header p{font-size:14px;line-height:1.5}.admin-testimonial-form-card{border-radius:15px;margin-bottom:30px;padding:20px}.admin-testimonial-form-card h2{margin-bottom:20px;font-size:21px}.testimonial-form{grid-template-columns:1fr;gap:16px}.admin-full-width{grid-column:auto}.admin-form-group label{font-size:13px}.admin-form-group input,.admin-form-group select,.admin-form-group textarea{padding:12px;font-size:14px}.admin-form-group textarea{min-height:120px}.admin-save-btn{width:100%;min-width:0;margin-top:5px;padding:14px;font-size:15px}.current-image-preview{padding:10px}.current-testimonial-image{width:100px;height:100px}.admin-testimonial-list-header{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:20px}.admin-testimonial-list-header h2{font-size:22px}.admin-testimonial-list-header span{padding:8px 15px;font-size:13px}.admin-testimonial-grid{grid-template-columns:1fr;gap:18px}.admin-testimonial-card{border-radius:16px;padding:20px}.admin-testimonial-image img,.admin-testimonial-placeholder{width:100px;height:100px}.admin-testimonial-field{margin-bottom:15px}.admin-testimonial-field label{font-size:12px}.admin-testimonial-field p{font-size:14px}.admin-testimonial-stars{font-size:20px}.status-active,.status-hidden{padding:6px 12px;font-size:12px}.admin-testimonial-actions{flex-direction:column;gap:10px;margin-top:20px}.edit-btn,.delete-btn{width:100%;padding:13px}}@media (width>=480px) and (width<=768px){.admin-testimonial-form-card,.admin-testimonial-card{padding:22px}.admin-testimonial-image img,.admin-testimonial-placeholder{width:110px;height:110px}}@media (width<=400px){.admin-testimonial-main{padding-left:12px;padding-right:12px}.admin-testimonial-header h1{font-size:24px}.admin-testimonial-form-card{padding:16px}.admin-testimonial-form-card h2{font-size:19px}.admin-testimonial-card{padding:16px}.admin-testimonial-list-header h2{font-size:20px}.admin-testimonial-image img,.admin-testimonial-placeholder{width:90px;height:90px}}.form-error{color:#d62828;margin-top:6px;font-size:13px;font-weight:500;display:block}.delete-image-btn{color:#fff;cursor:pointer;background:#d62828;border:none;border-radius:6px;margin-top:10px;padding:8px 14px;font-size:13px;font-weight:500;transition:all .25s}.delete-image-btn:hover{background:#ba181b}.image-preview-actions{align-items:center;gap:10px;display:flex}.admin-testimonial-stars{align-items:center;gap:2px;display:inline-flex}.admin-testimonial-stars .star{color:#d6d6d6;width:22px;height:22px;font-size:22px;line-height:1;display:inline-block;position:relative}.admin-testimonial-stars .star.full{color:#f5b301}.admin-testimonial-stars .star.empty,.admin-testimonial-stars .star.half{color:#d6d6d6}.admin-testimonial-stars .star.half:before{content:"★";color:#f5b301;width:50%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.success-page{background:linear-gradient(135deg,#f2fff4,#d9ffe3);justify-content:center;align-items:center;height:100vh;display:flex}.success-card{text-align:center;background:#fff;border-radius:20px;width:420px;padding:40px;animation:.5s popup;box-shadow:0 15px 40px #0000001f}.success-check{color:#fff;background:#28a745;border-radius:50%;justify-content:center;align-items:center;width:110px;height:110px;margin:auto auto 25px;font-size:60px;animation:.8s check;display:flex}.success-card h1{color:#28a745;margin-bottom:15px}.success-card p{color:#555;line-height:1.7}.success-card span{color:#777;margin-top:25px;display:block}@keyframes check{0%{transform:scale(0)}70%{transform:scale(1.2)}to{transform:scale(1)}}.terms-page{background:#fff;width:100%;min-height:100vh}.terms-hero{box-sizing:border-box;text-align:center;background:#f4f8f4;width:100%;padding:190px 20px 70px}.terms-hero-content{max-width:900px;margin:0 auto}.terms-hero h1{color:#243e90;margin:0 0 18px;font-size:48px;font-weight:800;line-height:1.2}.terms-hero p{max-width:800px;font-family:var(--typeBaseFallback,--typeBasePrimary);color:#374151;margin:0 auto;font-size:17px;line-height:1.7}.terms-content-section{box-sizing:border-box;width:100%;padding:70px 20px 90px}.terms-container{width:100%;max-width:1050px;margin:0 auto}.terms-intro{font-family:var(--typeBaseFallback,--typeBasePrimary);color:#405048;background:#f7faf7;border-left:4px solid #2e7d32;border-radius:6px;margin:0 0 45px;padding:24px 28px;font-size:16px;line-height:1.8}.terms-section{margin-bottom:42px}.terms-section h2{color:#081c15;margin:0 0 15px;font-size:25px;font-weight:750;line-height:1.35}.terms-section p{font-size:16px;line-height:1.8;font-family:var(--typeBaseFallback,--typeBasePrimary);color:#4e5d56;margin:0 0 15px}.terms-section p:last-child{margin-bottom:0}.terms-section ul{font-family:var(--typeBaseFallback,--typeBasePrimary);margin:15px 0 0;padding-left:25px}.terms-section li{color:#4e5d56;margin-bottom:10px;font-size:16px;line-height:1.7}.terms-section li:last-child{margin-bottom:0}.terms-updated{color:#68776f;border-top:1px solid #dfe7e2;margin-top:55px;padding-top:22px;font-size:14px}.terms-updated strong{color:#081c15;font-size:17px}.terms-updated-date{font-family:var(--typeBaseFallback,--typeBasePrimary);font-weight:500}@media screen and (width<=1024px){.terms-hero{padding:190px 25px 60px}.terms-hero h1{font-size:40px}.terms-hero p{font-size:16px}.terms-content-section{padding:55px 25px 70px}.terms-section{margin-bottom:35px}.terms-section h2{font-size:23px}}@media screen and (width<=600px){.terms-hero{padding:145px 18px 45px}.terms-hero h1{font-size:32px;line-height:1.25}.terms-hero p{font-size:15px;line-height:1.6}.terms-content-section{padding:40px 18px 55px}.terms-intro{margin-bottom:35px;padding:18px;font-size:15px;line-height:1.7}.terms-section{margin-bottom:32px}.terms-section h2{margin-bottom:12px;font-size:20px;line-height:1.4}.terms-section p{font-size:15px;line-height:1.75}.terms-section ul{padding-left:21px}.terms-section li{font-size:15px;line-height:1.7}.terms-updated{margin-top:40px;font-size:13px}}@media screen and (width<=380px){.terms-hero{padding-left:15px;padding-right:15px}.terms-hero h1{font-size:28px}.terms-content-section{padding-left:15px;padding-right:15px}}.blog-page{background:#fff;width:100%;min-height:100vh}.blog-page-header{background:#f6f8f1;width:100%;margin-top:70px;padding:110px 20px 70px}.blog-page-header-content{text-align:center;width:100%;max-width:1200px;margin:0 auto}.blog-home-link{color:#6f8f35;margin-bottom:25px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.blog-home-link:hover{color:#4f6d25;transform:translate(-3px)}.blog-page-header h1{color:#243e90;margin:0;font-size:46px;font-weight:700;line-height:1.2}.blog-page-header p{max-width:760px;font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#66705d;margin:18px auto 0;font-size:17px;line-height:1.7}.blog-list-section{background:#fff;width:100%;padding:70px 20px 90px}.blog-list-container{width:100%;max-width:1200px;margin:0 auto}.blog-page-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.blog-page-card{background:#fff;border:1px solid #e7eadf;border-radius:12px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 5px 20px #0000000f}.blog-page-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #0000001a}.blog-page-image{background:#f1f3ed;width:100%;height:230px;overflow:hidden}.blog-page-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.blog-page-card:hover .blog-page-image img{transform:scale(1.04)}.blog-page-video{background:#000;width:100%;height:230px;overflow:hidden}.blog-page-video video{object-fit:cover;width:100%;height:100%;display:block}.blog-page-card-content{flex-direction:column;flex:1;padding:24px;display:flex}.blog-page-category{width:fit-content;font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#069747;text-transform:uppercase;letter-spacing:.5px;border-radius:20px;margin-bottom:10px;padding:5px 11px;font-size:12px;font-weight:700;display:inline-block}.blog-page-card h2{color:#30382a;margin:0 0 12px;font-size:22px;font-weight:700;line-height:1.4}.blog-page-card-content p{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#687064;margin:0;font-size:15px;line-height:1.7}.blog-page-date{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#8a9283;margin-top:18px;font-size:13px;font-weight:500}.blog-page-read-more{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#069747;width:fit-content;margin-top:auto;padding-top:20px;font-size:14px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.blog-page-read-more:hover{transform:translate(4px)}.blog-loading{text-align:center;justify-content:center;align-items:center;min-height:300px;display:flex}.blog-loading p{color:#6f8f35;font-size:16px;font-weight:600}.blog-error{text-align:center;justify-content:center;align-items:center;min-height:300px;padding:20px;display:flex}.blog-error p{color:#b04a4a;font-size:16px}.blog-empty{text-align:center;justify-content:center;align-items:center;min-height:300px;display:flex}.blog-empty p{color:#777f71;font-size:16px}@media (width<=1024px){.blog-page-header{padding:100px 20px 60px}.blog-page-header h1{font-size:40px}.blog-page-grid{grid-template-columns:repeat(2,1fr);gap:25px}.blog-page-image,.blog-page-video{height:220px}}@media (width<=768px){.blog-page-header{padding:90px 18px 50px}.blog-page-header-content{max-width:600px}.blog-page-header h1{font-size:34px}.blog-page-header p{font-size:15px;line-height:1.6}.blog-list-section{padding:50px 18px 70px}.blog-page-grid{grid-template-columns:1fr;gap:25px}.blog-page-image,.blog-page-video{height:240px}.blog-page-card-content{padding:22px}.blog-page-card h2{font-size:21px}}@media (width<=480px){.blog-page-header{padding:80px 15px 45px}.blog-home-link{margin-bottom:18px;font-size:14px}.blog-page-header h1{font-size:30px}.blog-page-header p{font-size:14px}.blog-list-section{padding:40px 15px 60px}.blog-page-image,.blog-page-video{height:210px}.blog-page-card-content{padding:20px}.blog-page-category{font-size:11px}.blog-page-card h2{font-size:19px}.blog-page-card-content p{font-size:14px}.blog-page-date{font-size:12px}}.blog-details-page{box-sizing:border-box;background:#f8faf9;width:100%;min-height:100vh;padding:60px 20px 80px}.blog-details-container{box-sizing:border-box;background:#fff;border-radius:20px;width:100%;max-width:950px;margin:70px auto 0;padding:55px;box-shadow:0 8px 30px #0000000f}.blog-back-link{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#069747;align-items:center;gap:5px;margin-bottom:30px;font-size:14px;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.blog-details-header{text-align:center;margin-bottom:35px}.blog-details-category{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#069747;letter-spacing:.4px;text-transform:uppercase;background:#eef5e8;border-radius:30px;margin-bottom:15px;padding:7px 15px;font-size:12px;font-weight:700;display:inline-block}.blog-details-header h1{color:#081c15;word-break:break-word;max-width:850px;margin:0 auto 18px;font-size:42px;font-weight:700;line-height:1.2}.blog-details-description{max-width:780px;font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#5b6470;word-break:break-word;margin:0 auto 15px;font-size:17px;line-height:1.7}.blog-details-date{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#777f88;margin-top:10px;font-size:13px;font-weight:500;display:block}.blog-details-image-wrapper{background:#f3f4f6;border-radius:16px;width:100%;margin:0 0 40px;overflow:hidden}.blog-details-image{object-fit:cover;border-radius:16px;width:100%;max-height:550px;display:block}.blog-details-video-wrapper{background:#000;border-radius:16px;width:100%;margin:0 0 40px;overflow:hidden}.blog-details-video{background:#000;border-radius:16px;width:100%;max-height:550px;display:block}.blog-details-content{width:100%;font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#374151;word-break:break-word;margin-top:10px;font-size:17px;line-height:1.9}.blog-details-content p{color:#374151;margin:0 0 22px;font-size:17px;line-height:1.9}.blog-details-content p:first-child{margin-top:0}.blog-details-content p:last-child{margin-bottom:0}.blog-details-information{border-top:1px solid #e5e7eb;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:40px;padding-top:25px;display:grid}.blog-detail-item{box-sizing:border-box;background:#f8faf9;border:1px solid #e1e8e4;border-radius:10px;padding:16px}.blog-detail-item span{color:#6b7280;margin-bottom:6px;font-size:12px;font-weight:600;display:block}.blog-detail-item strong{color:#1f2937;font-family:var(--typeBasePrimary), var(--typeBaseFallback);word-break:break-word;font-size:14px;font-weight:600;display:block}.blog-details-footer{border-top:1px solid #e5e7eb;margin-top:35px;padding-top:25px}.blog-details-loading{background:#fff;border-radius:20px;justify-content:center;align-items:center;width:100%;max-width:950px;min-height:350px;margin:0 auto;display:flex;box-shadow:0 8px 30px #0000000f}.blog-details-loading p{color:#1b4332;margin:0;font-size:17px;font-weight:600}.blog-details-error{text-align:center;box-sizing:border-box;background:#fff;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:700px;min-height:350px;margin:0 auto;padding:50px 30px;display:flex;box-shadow:0 8px 30px #0000000f}.blog-details-error h1{color:#081c15;margin:0 0 12px;font-size:32px;font-weight:700}.blog-details-error p{color:#6b7280;margin:0 0 25px;font-size:15px;line-height:1.6}@media (width<=900px){.blog-details-page{padding:45px 18px 65px}.blog-details-container{margin-top:100px;padding:35px}.blog-details-header h1{font-size:36px}.blog-details-description{font-size:16px}.blog-details-content,.blog-details-content p{font-size:16px;line-height:1.8}.blog-details-image,.blog-details-video{max-height:450px}}@media (width<=768px){.blog-details-page{padding:30px 12px 50px}.blog-details-container{border-radius:16px;padding:20px}.blog-back-link{margin-bottom:22px;font-size:13px}.blog-details-header{margin-bottom:25px}.blog-details-category{margin-bottom:12px;padding:6px 12px;font-size:11px}.blog-details-header h1{margin-bottom:14px;font-size:28px;line-height:1.3}.blog-details-description{font-size:15px;line-height:1.6}.blog-details-date{font-size:12px}.blog-details-image-wrapper{border-radius:12px;margin-bottom:30px}.blog-details-image{border-radius:12px;width:100%;height:auto;max-height:350px}.blog-details-video-wrapper{border-radius:12px;margin-bottom:30px}.blog-details-video{border-radius:12px;width:100%;max-height:350px}.blog-details-content{font-size:15px;line-height:1.8}.blog-details-content p{margin-bottom:18px;font-size:15px;line-height:1.8}.blog-details-information{grid-template-columns:1fr;gap:10px;margin-top:30px;padding-top:20px}.blog-detail-item{padding:14px}.blog-details-footer{margin-top:25px;padding-top:20px}.blog-details-loading{border-radius:16px;min-height:300px}.blog-details-error{border-radius:16px;min-height:300px;padding:35px 20px}.blog-details-error h1{font-size:26px}.blog-details-error p{font-size:14px}}@media (width<=400px){.blog-details-page{padding:20px 10px 40px}.blog-details-container{border-radius:14px;padding:20px 15px}.blog-details-header h1{font-size:24px}.blog-details-description{font-size:14px}.blog-details-content,.blog-details-content p{font-size:14px;line-height:1.75}.blog-details-image,.blog-details-video{max-height:280px}.blog-detail-item{padding:12px}.blog-detail-item span{font-size:11px}.blog-detail-item strong{font-size:13px}.blog-details-error h1{font-size:23px}}:root{--typeBasePrimary:"Libre Franklin";--typeBaseFallback:sans-serif}.refund-cancellation-page{background:#fff;width:100%;min-height:100vh}.refund-cancellation-hero{box-sizing:border-box;text-align:center;background:#f4f8f4;width:100%;padding:190px 20px 70px}.refund-cancellation-hero-content{max-width:900px;margin:0 auto}.refund-cancellation-hero h1{color:#243e90;margin:0 0 18px;font-size:48px;font-weight:800;line-height:1.2}.refund-cancellation-hero p{max-width:800px;font-family:var(--typeBaseFallback,--typeBasePrimary);color:#5f6f67;margin:0 auto;font-size:17px;line-height:1.7}.refund-cancellation-content-section{box-sizing:border-box;width:100%;padding:70px 20px 90px}.refund-cancellation-container{width:100%;max-width:1050px;margin:0 auto}.refund-cancellation-intro{font-family:var(--typeBaseFallback,--typeBasePrimary);color:#405048;background:#f7faf7;border-left:4px solid #2e7d32;border-radius:6px;margin:0 0 45px;padding:24px 28px;font-size:16px;line-height:1.8}.refund-section{margin-bottom:42px}.refund-section h2{color:#081c15;margin:0 0 15px;font-size:25px;font-weight:750;line-height:1.35}.refund-section p{font-size:16px;line-height:1.8;font-family:var(--typeBaseFallback,--typeBasePrimary);color:#4e5d56;margin:0 0 15px}.refund-section p:last-child{margin-bottom:0}.refund-section strong{color:#081c15;font-weight:700}.refund-section ul{font-family:var(--typeBaseFallback,--typeBasePrimary);margin:15px 0 0;padding-left:25px}.refund-section li{color:#4e5d56;margin-bottom:10px;font-size:16px;line-height:1.7}.refund-section li:last-child{margin-bottom:0}.refund-updated{color:#68776f;border-top:1px solid #dfe7e2;margin-top:55px;padding-top:22px;font-size:14px}.refund-updated strong{color:#081c15}.refund-updated-date{color:#2e7d32;font-family:Times New Roman,serif;font-style:italic;font-weight:600}@media screen and (width<=1024px){.refund-cancellation-hero{padding:185px 25px 60px}.refund-cancellation-hero h1{font-size:40px}.refund-cancellation-hero p{font-size:16px}.refund-cancellation-content-section{padding:55px 25px 70px}.refund-section{margin-bottom:35px}.refund-section h2{font-size:23px}}@media screen and (width<=600px){.refund-cancellation-hero{padding:145px 18px 45px}.refund-cancellation-hero h1{font-size:32px;line-height:1.25}.refund-cancellation-hero p{font-size:15px;line-height:1.6}.refund-cancellation-content-section{padding:40px 18px 55px}.refund-cancellation-intro{margin-bottom:35px;padding:18px;font-size:15px;line-height:1.7}.refund-section{margin-bottom:32px}.refund-section h2{margin-bottom:12px;font-size:20px;line-height:1.4}.refund-section p{font-size:15px;line-height:1.75}.refund-section ul{padding-left:21px}.refund-section li{font-size:15px;line-height:1.7}.refund-updated{margin-top:40px;font-size:13px}}@media screen and (width<=380px){.refund-cancellation-hero{padding-left:15px;padding-right:15px}.refund-cancellation-hero h1{font-size:28px}.refund-cancellation-content-section{padding-left:15px;padding-right:15px}}.invoice-top{border-bottom:2px solid #000;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;margin-bottom:15px;padding-bottom:12px;display:grid}.invoice-left{justify-self:start}.invoice-title-section{justify-self:center}.invoice-right{justify-self:end}.invoice-logo{width:140px;height:auto}.admin-main-wrapper{background:#f4f7f9;width:100%;min-height:100vh;display:flex}.coupon-page{box-sizing:border-box;flex:1;min-width:0;margin-left:260px;padding:35px}.admin-mobile-header{display:none}.coupon-header{text-align:center;margin-bottom:35px}.coupon-header h2{color:#146c43;margin:0 0 8px;font-size:2rem;font-weight:700}.coupon-header p{color:#666;margin:0}.coupon-card{box-sizing:border-box;background:#fff;border-radius:15px;width:100%;margin-bottom:50px;padding:25px;box-shadow:0 8px 25px #00000014}.coupon-form-row{flex-wrap:wrap;align-items:flex-end;gap:20px;display:flex}.coupon-form-group{flex-direction:column;flex:1;min-width:220px;display:flex}.coupon-form-group label,.coupon-status-group label{color:#333;margin-bottom:10px;font-size:15px;font-weight:600}.coupon-form-group input{box-sizing:border-box;border:1px solid #d8d8d8;border-radius:10px;outline:none;width:100%;height:48px;padding:0 15px;font-size:15px;transition:all .3s}.coupon-form-group input:focus{border-color:#198754;box-shadow:0 0 0 3px #19875426}.coupon-status-group{flex-direction:column;min-width:140px;display:flex}.coupon-status-box{align-items:center;gap:10px;height:48px;display:flex}.coupon-status-box input{cursor:pointer;width:18px;height:18px}.coupon-button-group{align-items:flex-end;gap:10px;display:flex}.coupon-save-btn,.coupon-cancel-btn{cursor:pointer;border:none;border-radius:10px;height:48px;padding:0 22px;font-size:15px;font-weight:600;transition:all .3s}.coupon-save-btn{color:#fff;background:#198754}.coupon-save-btn:hover{background:#157347}.coupon-cancel-btn{color:#fff;background:#6c757d}.coupon-cancel-btn:hover{background:#5a6268}.btn-success,.btn-outline-secondary{border-radius:10px;padding:10px 22px;font-weight:600}.btn-warning,.btn-danger,.btn-secondary,.btn-success{border-radius:8px;gap:5px;padding:10px;transition:all .3s}.btn-warning:hover,.btn-danger:hover,.btn-secondary:hover,.btn-success:hover{transform:translateY(-2px)}.coupon-table-card{box-sizing:border-box;background:#fff;border-radius:15px;width:100%;padding:25px;overflow-x:auto;box-shadow:0 5px 20px #00000014}.coupon-table-card table{border-collapse:collapse;width:100%;margin-bottom:0}.coupon-table-card thead{color:#fff;background:#069767}.coupon-table-card thead th{white-space:nowrap;border:none;padding:15px;font-size:15px}.coupon-table-card tbody td{vertical-align:middle;white-space:nowrap;padding:15px}.coupon-table-card tbody tr:hover{background:#f7fdf9}.coupon-code-admin{color:#198754;letter-spacing:1px;font-weight:700}.badge{border-radius:30px;padding:8px 14px;font-size:.85rem}.coupon-table-card h5{color:#198754;font-weight:700}.coupon-table-card p{color:#888}.coupon-table-card::-webkit-scrollbar{height:8px}.coupon-table-card::-webkit-scrollbar-thumb{background:#198754;border-radius:20px}.coupon-action-buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.coupon-edit-btn,.coupon-delete-btn,.coupon-enable-btn,.coupon-disable-btn{color:#fff;cursor:pointer;border:none;border-radius:8px;outline:none;min-width:90px;height:38px;font-size:14px;font-weight:600;transition:all .3s}.coupon-edit-btn{background:#243e90}.coupon-edit-btn:hover{transform:translateY(-2px)}.coupon-delete-btn{background:#e74c3c}.coupon-delete-btn:hover{background:#c0392b;transform:translateY(-2px)}.coupon-enable-btn{background:#27ae60}.coupon-enable-btn:hover{background:#1e8449;transform:translateY(-2px)}.coupon-disable-btn{background:#6c757d}.coupon-disable-btn:hover{background:#5a6268;transform:translateY(-2px)}@media (width<=1100px){.coupon-page{margin-left:230px;padding:30px}.coupon-form-row{gap:15px}.coupon-form-group{min-width:200px}}@media (width<=768px){.admin-main-wrapper{width:100%;min-height:100vh;display:block}.coupon-page{box-sizing:border-box;width:100%;margin-left:0;padding:75px 15px 15px}.admin-mobile-header{box-sizing:border-box;color:#fff;z-index:900;background:#081c15;align-items:center;gap:15px;width:100%;height:60px;padding:0 15px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 10px #00000026}.admin-mobile-header h2{color:#fff;margin:0;padding:0;font-size:20px;font-weight:600}.mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:28px;line-height:1;display:flex}.coupon-header{margin-bottom:25px}.coupon-header h2{font-size:1.6rem;line-height:1.3}.coupon-header p{font-size:14px;line-height:1.5}.coupon-card{border-radius:15px;margin-bottom:30px;padding:20px}.coupon-form-row{flex-direction:column;align-items:stretch;gap:15px}.coupon-form-group,.coupon-status-group{width:100%;min-width:0}.coupon-status-box{height:45px}.coupon-button-group{flex-direction:column;align-items:stretch;gap:10px;width:100%}.coupon-save-btn,.coupon-cancel-btn{width:100%;height:48px}.coupon-table-card{border-radius:15px;width:100%;padding:15px;overflow-x:auto}.coupon-table-card table{min-width:850px}.coupon-table-card thead th,.coupon-table-card tbody td{padding:12px;font-size:14px}.coupon-action-buttons{flex-direction:column;gap:8px}.coupon-edit-btn,.coupon-delete-btn,.coupon-enable-btn,.coupon-disable-btn{width:100%;min-width:90px}}@media (width>=480px) and (width<=768px){.coupon-form-row{gap:15px}.coupon-card{padding:22px}}@media (width<=400px){.coupon-page{padding-left:12px;padding-right:12px}.coupon-header h2{font-size:1.4rem}.coupon-card{padding:16px}.coupon-table-card{padding:12px}.coupon-table-card table{min-width:800px}}.upi-payment-page{background:linear-gradient(135deg,#f5fff7,#edf8ef);flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:35px;min-height:100vh;padding:150px 30px 60px;display:flex}.payment-guide-section{background:#fff;border:2px solid #2e7d3233;border-radius:20px;width:100%;max-width:500px;padding:25px;box-shadow:0 12px 30px #00000014,0 25px 60px #0000000f}.guide-heading{color:#1b5e20;justify-content:center;align-items:center;gap:10px;margin-bottom:25px;font-size:24px;font-weight:700;display:flex}.guide-icon{color:#2e7d32;font-size:24px}.guide-content{justify-content:center;align-items:center;display:flex}.guide-image-container{text-align:center;width:100%}.payment-guide-image{cursor:pointer;border-radius:15px;width:100%;max-width:360px;transition:all .35s;box-shadow:0 10px 25px #00000026}.payment-guide-image:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 18px 40px #0000002e}.guide-note{font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#2e7d32;justify-content:center;align-items:center;gap:8px;margin-top:18px;font-size:14px;font-weight:600;display:flex}.guide-note-icon{font-size:16px}.upi-payment-card{background:#fff;border-radius:20px;width:100%;max-width:550px;padding:35px;transition:all .3s;box-shadow:0 12px 30px #00000014,0 25px 60px #0000000f}.upi-payment-card:hover{transform:translateY(-5px)}.upi-payment-card h2{text-align:center;color:#1b5e20;margin-bottom:12px;font-size:30px}.upi-payment-card>p{text-align:center;font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#555;margin-bottom:25px;line-height:1.7}.upi-qr{background:#fff;border:2px dashed #4caf50;border-radius:15px;justify-content:center;align-items:center;margin-bottom:25px;padding:20px;display:flex}.upi-details{font-family:var(--typeBasePrimary), var(--typeBaseFallback);background:#f7fdf8;border-radius:15px;margin-bottom:25px;padding:20px}.upi-details h3{text-align:center;color:#2e7d32;margin-bottom:20px;font-size:34px}.upi-details p{color:#555;margin:10px 0;line-height:1.7}.upi-details strong{color:#1b5e20}.upi-payment-card input{width:100%;font-family:var(--typeBasePrimary), var(--typeBaseFallback);border:1px solid #ccc;border-radius:10px;outline:none;margin-bottom:20px;padding:14px 16px;font-size:15px;transition:all .3s}.upi-payment-card input:focus{border-color:#2e7d32;box-shadow:0 0 0 4px #2e7d321f}.upi-payment-card button{width:100%;font-family:var(--typeBasePrimary), var(--typeBaseFallback);color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:10px;padding:15px;font-size:17px;font-weight:700;transition:all .3s}.upi-payment-card button:hover{background:#1b5e20}.upi-payment-card button:disabled{cursor:not-allowed;background:#bdbdbd}.payment-guide-modal{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:999999;background:#000000d9;justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.payment-guide-full{object-fit:contain;border-radius:15px;width:100%;max-width:1100px;max-height:90vh}.close-guide{color:#fff;cursor:pointer;background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:28px;transition:all .3s;display:flex;position:absolute;top:20px;right:25px}.close-guide:hover{color:#d32f2f;background:#fff;transform:rotate(90deg)}@media screen and (width>=769px) and (width<=1024px){.upi-payment-page{flex-flow:row;justify-content:center;align-items:flex-start;gap:20px;padding:175px 20px 50px;display:flex}.payment-guide-section{flex:1;max-width:380px;padding:20px}.upi-payment-card{flex:1;max-width:500px;padding:25px}.payment-guide-image{width:100%;max-width:250px}.guide-heading{font-size:20px}.guide-note{font-size:13px}.upi-payment-card h2{font-size:26px}.upi-payment-card>p{font-size:15px}.upi-qr svg{width:200px!important;height:200px!important}.upi-details h3{font-size:28px}.upi-details p{font-size:15px}.upi-payment-card input{padding:13px;font-size:15px}.upi-payment-card button{padding:14px;font-size:16px}}@media screen and (width<=768px){.upi-payment-page{flex-direction:column;align-items:center;gap:25px}.payment-guide-section,.upi-payment-card{width:70%;max-width:100%}}@media screen and (width<=426px){.upi-payment-page{flex-direction:column;align-items:center;gap:20px;padding:130px 15px 30px}.payment-guide-section{border-radius:16px;width:100%;max-width:100%;padding:18px}.guide-heading{gap:8px;margin-bottom:18px;font-size:18px}.guide-icon{font-size:20px}.guide-content{flex-direction:column;justify-content:center;align-items:center}.guide-image-container{width:100%}.payment-guide-image{border-radius:10px;width:100%;max-width:220px}.guide-note{text-align:center;font-size:12px;line-height:1.5}.upi-payment-card{border-radius:16px;width:100%;max-width:100%;padding:20px}.upi-payment-card h2{font-size:22px;line-height:1.3}.upi-payment-card>p{font-size:14px;line-height:1.6}.upi-qr{padding:15px}.upi-qr svg{width:180px!important;height:180px!important}.upi-details{padding:15px}.upi-details h3{font-size:26px}.upi-details p{font-size:14px;line-height:1.6}.upi-payment-card input{padding:12px;font-size:14px}.upi-payment-card button{padding:14px;font-size:15px}.payment-guide-modal{padding:10px}.payment-guide-full{border-radius:10px;width:100%;max-width:100%;max-height:85vh}.close-guide{width:38px;height:38px;font-size:22px;top:10px;right:10px}}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-solid,.fab,.far,.fas{--_fa-family:var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free"));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:var(--fa-display,inline-block);font-family:var(--_fa-family);font-feature-settings:normal;font-synthesis:none;font-variant:normal;font-style:normal;font-weight:var(--fa-style,900);text-align:center;text-rendering:auto;width:var(--fa-width,1.25em);line-height:1}:is(.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fa):before{content:var(--fa)/""}@supports not (content:""/""){:is(.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fa):before{content:var(--fa)}}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{vertical-align:.225em;font-size:.625em;line-height:.1em}.fa-xs{vertical-align:.125em;font-size:.75em;line-height:.08333em}.fa-sm{vertical-align:.05357em;font-size:.875em;line-height:.07143em}.fa-lg{vertical-align:-.075em;font-size:1.25em;line-height:.05em}.fa-xl{vertical-align:-.125em;font-size:1.5em;line-height:.04167em}.fa-2xl{vertical-align:-.1875em;font-size:2em;line-height:.03125em}.fa-width-auto{--fa-width:auto}.fa-fw,.fa-width-fixed{--fa-width:1.25em}.fa-ul{margin-inline-start:var(--fa-li-margin,2.5em);padding-inline-start:0;list-style-type:none}.fa-ul>li{position:relative}.fa-li{text-align:center;width:var(--fa-li-width,2em);line-height:inherit;position:absolute;inset-inline-start:calc(var(--fa-li-width,2em)*-1)}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.0625em) var(--fa-border-style,solid) var(--fa-border-color,#eee);box-sizing:var(--fa-border-box-sizing,content-box);padding:var(--fa-border-padding,.1875em .25em)}.fa-pull-left,.fa-pull-start{float:inline-start;margin-inline-end:var(--fa-pull-margin,.3em)}.fa-pull-end,.fa-pull-right{float:inline-end;margin-inline-start:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{transition:none!important;animation:none!important}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1)translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1)translateY(0)}to{transform:scale(1)translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0)}}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{vertical-align:middle;width:2.5em;height:2em;line-height:2em;display:inline-block;position:relative}.fa-stack-1x,.fa-stack-2x{--fa-width:100%;text-align:center;width:var(--fa-width);z-index:var(--fa-stack-z-index,auto);position:absolute;inset:0}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0{--fa:"0"}.fa-1{--fa:"1"}.fa-2{--fa:"2"}.fa-3{--fa:"3"}.fa-4{--fa:"4"}.fa-5{--fa:"5"}.fa-6{--fa:"6"}.fa-7{--fa:"7"}.fa-8{--fa:"8"}.fa-9{--fa:"9"}.fa-exclamation{--fa:"!"}.fa-hashtag{--fa:"#"}.fa-dollar,.fa-dollar-sign,.fa-usd{--fa:"$"}.fa-percent,.fa-percentage{--fa:"%"}.fa-asterisk{--fa:"*"}.fa-add,.fa-plus{--fa:"+"}.fa-less-than{--fa:"<"}.fa-equals{--fa:"="}.fa-greater-than{--fa:">"}.fa-question{--fa:"?"}.fa-at{--fa:"@"}.fa-a{--fa:"A"}.fa-b{--fa:"B"}.fa-c{--fa:"C"}.fa-d{--fa:"D"}.fa-e{--fa:"E"}.fa-f{--fa:"F"}.fa-g{--fa:"G"}.fa-h{--fa:"H"}.fa-i{--fa:"I"}.fa-j{--fa:"J"}.fa-k{--fa:"K"}.fa-l{--fa:"L"}.fa-m{--fa:"M"}.fa-n{--fa:"N"}.fa-o{--fa:"O"}.fa-p{--fa:"P"}.fa-q{--fa:"Q"}.fa-r{--fa:"R"}.fa-s{--fa:"S"}.fa-t{--fa:"T"}.fa-u{--fa:"U"}.fa-v{--fa:"V"}.fa-w{--fa:"W"}.fa-x{--fa:"X"}.fa-y{--fa:"Y"}.fa-z{--fa:"Z"}.fa-faucet{--fa:""}.fa-faucet-drip{--fa:""}.fa-house-chimney-window{--fa:""}.fa-house-signal{--fa:""}.fa-temperature-arrow-down,.fa-temperature-down{--fa:""}.fa-temperature-arrow-up,.fa-temperature-up{--fa:""}.fa-trailer{--fa:""}.fa-bacteria{--fa:""}.fa-bacterium{--fa:""}.fa-box-tissue{--fa:""}.fa-hand-holding-medical{--fa:""}.fa-hand-sparkles{--fa:""}.fa-hands-bubbles,.fa-hands-wash{--fa:""}.fa-handshake-alt-slash,.fa-handshake-simple-slash,.fa-handshake-slash{--fa:""}.fa-head-side-cough{--fa:""}.fa-head-side-cough-slash{--fa:""}.fa-head-side-mask{--fa:""}.fa-head-side-virus{--fa:""}.fa-house-chimney-user{--fa:""}.fa-house-laptop,.fa-laptop-house{--fa:""}.fa-lungs-virus{--fa:""}.fa-people-arrows,.fa-people-arrows-left-right{--fa:""}.fa-plane-slash{--fa:""}.fa-pump-medical{--fa:""}.fa-pump-soap{--fa:""}.fa-shield-virus{--fa:""}.fa-sink{--fa:""}.fa-soap{--fa:""}.fa-stopwatch-20{--fa:""}.fa-shop-slash,.fa-store-alt-slash{--fa:""}.fa-store-slash{--fa:""}.fa-toilet-paper-slash{--fa:""}.fa-users-slash{--fa:""}.fa-virus{--fa:""}.fa-virus-slash{--fa:""}.fa-viruses{--fa:""}.fa-vest{--fa:""}.fa-vest-patches{--fa:""}.fa-arrow-trend-down{--fa:""}.fa-arrow-trend-up{--fa:""}.fa-arrow-up-from-bracket{--fa:""}.fa-austral-sign{--fa:""}.fa-baht-sign{--fa:""}.fa-bitcoin-sign{--fa:""}.fa-bolt-lightning{--fa:""}.fa-book-bookmark{--fa:""}.fa-camera-rotate{--fa:""}.fa-cedi-sign{--fa:""}.fa-chart-column{--fa:""}.fa-chart-gantt{--fa:""}.fa-clapperboard{--fa:""}.fa-closed-captioning-slash{--fa:""}.fa-clover{--fa:""}.fa-code-compare{--fa:""}.fa-code-fork{--fa:""}.fa-code-pull-request{--fa:""}.fa-colon-sign{--fa:""}.fa-cruzeiro-sign{--fa:""}.fa-display{--fa:""}.fa-dong-sign{--fa:""}.fa-elevator{--fa:""}.fa-filter-circle-xmark{--fa:""}.fa-florin-sign{--fa:""}.fa-folder-closed{--fa:""}.fa-franc-sign{--fa:""}.fa-guarani-sign{--fa:""}.fa-gun{--fa:""}.fa-hands-clapping{--fa:""}.fa-home-user,.fa-house-user{--fa:""}.fa-indian-rupee,.fa-indian-rupee-sign,.fa-inr{--fa:""}.fa-kip-sign{--fa:""}.fa-lari-sign{--fa:""}.fa-litecoin-sign{--fa:""}.fa-manat-sign{--fa:""}.fa-mask-face{--fa:""}.fa-mill-sign{--fa:""}.fa-money-bills{--fa:""}.fa-naira-sign{--fa:""}.fa-notdef{--fa:""}.fa-panorama{--fa:""}.fa-peseta-sign{--fa:""}.fa-peso-sign{--fa:""}.fa-plane-up{--fa:""}.fa-rupiah-sign{--fa:""}.fa-stairs{--fa:""}.fa-timeline{--fa:""}.fa-truck-front{--fa:""}.fa-try,.fa-turkish-lira,.fa-turkish-lira-sign{--fa:""}.fa-vault{--fa:""}.fa-magic-wand-sparkles,.fa-wand-magic-sparkles{--fa:""}.fa-wheat-alt,.fa-wheat-awn{--fa:""}.fa-wheelchair-alt,.fa-wheelchair-move{--fa:""}.fa-bangladeshi-taka-sign{--fa:""}.fa-bowl-rice{--fa:""}.fa-person-pregnant{--fa:""}.fa-home-lg,.fa-house-chimney{--fa:""}.fa-house-crack{--fa:""}.fa-house-medical{--fa:""}.fa-cent-sign{--fa:""}.fa-plus-minus{--fa:""}.fa-sailboat{--fa:""}.fa-section{--fa:""}.fa-shrimp{--fa:""}.fa-brazilian-real-sign{--fa:""}.fa-chart-simple{--fa:""}.fa-diagram-next{--fa:""}.fa-diagram-predecessor{--fa:""}.fa-diagram-successor{--fa:""}.fa-earth-oceania,.fa-globe-oceania{--fa:""}.fa-bug-slash{--fa:""}.fa-file-circle-plus{--fa:""}.fa-shop-lock{--fa:""}.fa-virus-covid{--fa:""}.fa-virus-covid-slash{--fa:""}.fa-anchor-circle-check{--fa:""}.fa-anchor-circle-exclamation{--fa:""}.fa-anchor-circle-xmark{--fa:""}.fa-anchor-lock{--fa:""}.fa-arrow-down-up-across-line{--fa:""}.fa-arrow-down-up-lock{--fa:""}.fa-arrow-right-to-city{--fa:""}.fa-arrow-up-from-ground-water{--fa:""}.fa-arrow-up-from-water-pump{--fa:""}.fa-arrow-up-right-dots{--fa:""}.fa-arrows-down-to-line{--fa:""}.fa-arrows-down-to-people{--fa:""}.fa-arrows-left-right-to-line{--fa:""}.fa-arrows-spin{--fa:""}.fa-arrows-split-up-and-left{--fa:""}.fa-arrows-to-circle{--fa:""}.fa-arrows-to-dot{--fa:""}.fa-arrows-to-eye{--fa:""}.fa-arrows-turn-right{--fa:""}.fa-arrows-turn-to-dots{--fa:""}.fa-arrows-up-to-line{--fa:""}.fa-bore-hole{--fa:""}.fa-bottle-droplet{--fa:""}.fa-bottle-water{--fa:""}.fa-bowl-food{--fa:""}.fa-boxes-packing{--fa:""}.fa-bridge{--fa:""}.fa-bridge-circle-check{--fa:""}.fa-bridge-circle-exclamation{--fa:""}.fa-bridge-circle-xmark{--fa:""}.fa-bridge-lock{--fa:""}.fa-bridge-water{--fa:""}.fa-bucket{--fa:""}.fa-bugs{--fa:""}.fa-building-circle-arrow-right{--fa:""}.fa-building-circle-check{--fa:""}.fa-building-circle-exclamation{--fa:""}.fa-building-circle-xmark{--fa:""}.fa-building-flag{--fa:""}.fa-building-lock{--fa:""}.fa-building-ngo{--fa:""}.fa-building-shield{--fa:""}.fa-building-un{--fa:""}.fa-building-user{--fa:""}.fa-building-wheat{--fa:""}.fa-burst{--fa:""}.fa-car-on{--fa:""}.fa-car-tunnel{--fa:""}.fa-child-combatant,.fa-child-rifle{--fa:""}.fa-children{--fa:""}.fa-circle-nodes{--fa:""}.fa-clipboard-question{--fa:""}.fa-cloud-showers-water{--fa:""}.fa-computer{--fa:""}.fa-cubes-stacked{--fa:""}.fa-envelope-circle-check{--fa:""}.fa-explosion{--fa:""}.fa-ferry{--fa:""}.fa-file-circle-exclamation{--fa:""}.fa-file-circle-minus{--fa:""}.fa-file-circle-question{--fa:""}.fa-file-shield{--fa:""}.fa-fire-burner{--fa:""}.fa-fish-fins{--fa:""}.fa-flask-vial{--fa:""}.fa-glass-water{--fa:""}.fa-glass-water-droplet{--fa:""}.fa-group-arrows-rotate{--fa:""}.fa-hand-holding-hand{--fa:""}.fa-handcuffs{--fa:""}.fa-hands-bound{--fa:""}.fa-hands-holding-child{--fa:""}.fa-hands-holding-circle{--fa:""}.fa-heart-circle-bolt{--fa:""}.fa-heart-circle-check{--fa:""}.fa-heart-circle-exclamation{--fa:""}.fa-heart-circle-minus{--fa:""}.fa-heart-circle-plus{--fa:""}.fa-heart-circle-xmark{--fa:""}.fa-helicopter-symbol{--fa:""}.fa-helmet-un{--fa:""}.fa-hill-avalanche{--fa:""}.fa-hill-rockslide{--fa:""}.fa-house-circle-check{--fa:""}.fa-house-circle-exclamation{--fa:""}.fa-house-circle-xmark{--fa:""}.fa-house-fire{--fa:""}.fa-house-flag{--fa:""}.fa-house-flood-water{--fa:""}.fa-house-flood-water-circle-arrow-right{--fa:""}.fa-house-lock{--fa:""}.fa-house-medical-circle-check{--fa:""}.fa-house-medical-circle-exclamation{--fa:""}.fa-house-medical-circle-xmark{--fa:""}.fa-house-medical-flag{--fa:""}.fa-house-tsunami{--fa:""}.fa-jar{--fa:""}.fa-jar-wheat{--fa:""}.fa-jet-fighter-up{--fa:""}.fa-jug-detergent{--fa:""}.fa-kitchen-set{--fa:""}.fa-land-mine-on{--fa:""}.fa-landmark-flag{--fa:""}.fa-laptop-file{--fa:""}.fa-lines-leaning{--fa:""}.fa-location-pin-lock{--fa:""}.fa-locust{--fa:""}.fa-magnifying-glass-arrow-right{--fa:""}.fa-magnifying-glass-chart{--fa:""}.fa-mars-and-venus-burst{--fa:""}.fa-mask-ventilator{--fa:""}.fa-mattress-pillow{--fa:""}.fa-mobile-retro{--fa:""}.fa-money-bill-transfer{--fa:""}.fa-money-bill-trend-up{--fa:""}.fa-money-bill-wheat{--fa:""}.fa-mosquito{--fa:""}.fa-mosquito-net{--fa:""}.fa-mound{--fa:""}.fa-mountain-city{--fa:""}.fa-mountain-sun{--fa:""}.fa-oil-well{--fa:""}.fa-people-group{--fa:""}.fa-people-line{--fa:""}.fa-people-pulling{--fa:""}.fa-people-robbery{--fa:""}.fa-people-roof{--fa:""}.fa-person-arrow-down-to-line{--fa:""}.fa-person-arrow-up-from-line{--fa:""}.fa-person-breastfeeding{--fa:""}.fa-person-burst{--fa:""}.fa-person-cane{--fa:""}.fa-person-chalkboard{--fa:""}.fa-person-circle-check{--fa:""}.fa-person-circle-exclamation{--fa:""}.fa-person-circle-minus{--fa:""}.fa-person-circle-plus{--fa:""}.fa-person-circle-question{--fa:""}.fa-person-circle-xmark{--fa:""}.fa-person-dress-burst{--fa:""}.fa-person-drowning{--fa:""}.fa-person-falling{--fa:""}.fa-person-falling-burst{--fa:""}.fa-person-half-dress{--fa:""}.fa-person-harassing{--fa:""}.fa-person-military-pointing{--fa:""}.fa-person-military-rifle{--fa:""}.fa-person-military-to-person{--fa:""}.fa-person-rays{--fa:""}.fa-person-rifle{--fa:""}.fa-person-shelter{--fa:""}.fa-person-walking-arrow-loop-left{--fa:""}.fa-person-walking-arrow-right{--fa:""}.fa-person-walking-dashed-line-arrow-right{--fa:""}.fa-person-walking-luggage{--fa:""}.fa-plane-circle-check{--fa:""}.fa-plane-circle-exclamation{--fa:""}.fa-plane-circle-xmark{--fa:""}.fa-plane-lock{--fa:""}.fa-plate-wheat{--fa:""}.fa-plug-circle-bolt{--fa:""}.fa-plug-circle-check{--fa:""}.fa-plug-circle-exclamation{--fa:""}.fa-plug-circle-minus{--fa:""}.fa-plug-circle-plus{--fa:""}.fa-plug-circle-xmark{--fa:""}.fa-ranking-star{--fa:""}.fa-road-barrier{--fa:""}.fa-road-bridge{--fa:""}.fa-road-circle-check{--fa:""}.fa-road-circle-exclamation{--fa:""}.fa-road-circle-xmark{--fa:""}.fa-road-lock{--fa:""}.fa-road-spikes{--fa:""}.fa-rug{--fa:""}.fa-sack-xmark{--fa:""}.fa-school-circle-check{--fa:""}.fa-school-circle-exclamation{--fa:""}.fa-school-circle-xmark{--fa:""}.fa-school-flag{--fa:""}.fa-school-lock{--fa:""}.fa-sheet-plastic{--fa:""}.fa-shield-cat{--fa:""}.fa-shield-dog{--fa:""}.fa-shield-heart{--fa:""}.fa-square-nfi{--fa:""}.fa-square-person-confined{--fa:""}.fa-square-virus{--fa:""}.fa-rod-asclepius,.fa-rod-snake,.fa-staff-aesculapius,.fa-staff-snake{--fa:""}.fa-sun-plant-wilt{--fa:""}.fa-tarp{--fa:""}.fa-tarp-droplet{--fa:""}.fa-tent{--fa:""}.fa-tent-arrow-down-to-line{--fa:""}.fa-tent-arrow-left-right{--fa:""}.fa-tent-arrow-turn-left{--fa:""}.fa-tent-arrows-down{--fa:""}.fa-tents{--fa:""}.fa-toilet-portable{--fa:""}.fa-toilets-portable{--fa:""}.fa-tower-cell{--fa:""}.fa-tower-observation{--fa:""}.fa-tree-city{--fa:""}.fa-trowel{--fa:""}.fa-trowel-bricks{--fa:""}.fa-truck-arrow-right{--fa:""}.fa-truck-droplet{--fa:""}.fa-truck-field{--fa:""}.fa-truck-field-un{--fa:""}.fa-truck-plane{--fa:""}.fa-users-between-lines{--fa:""}.fa-users-line{--fa:""}.fa-users-rays{--fa:""}.fa-users-rectangle{--fa:""}.fa-users-viewfinder{--fa:""}.fa-vial-circle-check{--fa:""}.fa-vial-virus{--fa:""}.fa-wheat-awn-circle-exclamation{--fa:""}.fa-worm{--fa:""}.fa-xmarks-lines{--fa:""}.fa-child-dress{--fa:""}.fa-child-reaching{--fa:""}.fa-file-circle-check{--fa:""}.fa-file-circle-xmark{--fa:""}.fa-person-through-window{--fa:""}.fa-plant-wilt{--fa:""}.fa-stapler{--fa:""}.fa-train-tram{--fa:""}.fa-table-cells-column-lock{--fa:""}.fa-table-cells-row-lock{--fa:""}.fa-thumb-tack-slash,.fa-thumbtack-slash{--fa:""}.fa-table-cells-row-unlock{--fa:""}.fa-chart-diagram{--fa:""}.fa-comment-nodes{--fa:""}.fa-file-fragment{--fa:""}.fa-file-half-dashed{--fa:""}.fa-hexagon-nodes{--fa:""}.fa-hexagon-nodes-bolt{--fa:""}.fa-square-binary{--fa:""}.fa-pentagon{--fa:""}.fa-non-binary{--fa:""}.fa-spiral{--fa:""}.fa-picture-in-picture{--fa:""}.fa-mobile-vibrate{--fa:""}.fa-single-quote-left{--fa:""}.fa-single-quote-right{--fa:""}.fa-bus-side{--fa:""}.fa-heptagon,.fa-septagon{--fa:""}.fa-aquarius{--fa:""}.fa-aries{--fa:""}.fa-cancer{--fa:""}.fa-capricorn{--fa:""}.fa-gemini{--fa:""}.fa-leo{--fa:""}.fa-libra{--fa:""}.fa-pisces{--fa:""}.fa-sagittarius{--fa:""}.fa-scorpio{--fa:""}.fa-taurus{--fa:""}.fa-virgo{--fa:""}.fa-glass-martini,.fa-martini-glass-empty{--fa:""}.fa-music{--fa:""}.fa-magnifying-glass,.fa-search{--fa:""}.fa-heart{--fa:""}.fa-star{--fa:""}.fa-user,.fa-user-alt,.fa-user-large{--fa:""}.fa-film,.fa-film-alt,.fa-film-simple{--fa:""}.fa-table-cells-large,.fa-th-large{--fa:""}.fa-table-cells,.fa-th{--fa:""}.fa-table-list,.fa-th-list{--fa:""}.fa-check{--fa:""}.fa-close,.fa-multiply,.fa-remove,.fa-times,.fa-xmark{--fa:""}.fa-magnifying-glass-plus,.fa-search-plus{--fa:""}.fa-magnifying-glass-minus,.fa-search-minus{--fa:""}.fa-power-off{--fa:""}.fa-signal,.fa-signal-5,.fa-signal-perfect{--fa:""}.fa-cog,.fa-gear{--fa:""}.fa-home,.fa-home-alt,.fa-home-lg-alt,.fa-house{--fa:""}.fa-clock,.fa-clock-four{--fa:""}.fa-road{--fa:""}.fa-download{--fa:""}.fa-inbox{--fa:""}.fa-arrow-right-rotate,.fa-arrow-rotate-forward,.fa-arrow-rotate-right,.fa-redo{--fa:""}.fa-arrows-rotate,.fa-refresh,.fa-sync{--fa:""}.fa-list-alt,.fa-rectangle-list{--fa:""}.fa-lock{--fa:""}.fa-flag{--fa:""}.fa-headphones,.fa-headphones-alt,.fa-headphones-simple{--fa:""}.fa-volume-off{--fa:""}.fa-volume-down,.fa-volume-low{--fa:""}.fa-volume-high,.fa-volume-up{--fa:""}.fa-qrcode{--fa:""}.fa-barcode{--fa:""}.fa-tag{--fa:""}.fa-tags{--fa:""}.fa-book{--fa:""}.fa-bookmark{--fa:""}.fa-print{--fa:""}.fa-camera,.fa-camera-alt{--fa:""}.fa-font{--fa:""}.fa-bold{--fa:""}.fa-italic{--fa:""}.fa-text-height{--fa:""}.fa-text-width{--fa:""}.fa-align-left{--fa:""}.fa-align-center{--fa:""}.fa-align-right{--fa:""}.fa-align-justify{--fa:""}.fa-list,.fa-list-squares{--fa:""}.fa-dedent,.fa-outdent{--fa:""}.fa-indent{--fa:""}.fa-video,.fa-video-camera{--fa:""}.fa-image{--fa:""}.fa-location-pin,.fa-map-marker{--fa:""}.fa-adjust,.fa-circle-half-stroke{--fa:""}.fa-droplet,.fa-tint{--fa:""}.fa-edit,.fa-pen-to-square{--fa:""}.fa-arrows,.fa-arrows-up-down-left-right{--fa:""}.fa-backward-step,.fa-step-backward{--fa:""}.fa-backward-fast,.fa-fast-backward{--fa:""}.fa-backward{--fa:""}.fa-play{--fa:""}.fa-pause{--fa:""}.fa-stop{--fa:""}.fa-forward{--fa:""}.fa-fast-forward,.fa-forward-fast{--fa:""}.fa-forward-step,.fa-step-forward{--fa:""}.fa-eject{--fa:""}.fa-chevron-left{--fa:""}.fa-chevron-right{--fa:""}.fa-circle-plus,.fa-plus-circle{--fa:""}.fa-circle-minus,.fa-minus-circle{--fa:""}.fa-circle-xmark,.fa-times-circle,.fa-xmark-circle{--fa:""}.fa-check-circle,.fa-circle-check{--fa:""}.fa-circle-question,.fa-question-circle{--fa:""}.fa-circle-info,.fa-info-circle{--fa:""}.fa-crosshairs{--fa:""}.fa-ban,.fa-cancel{--fa:""}.fa-arrow-left{--fa:""}.fa-arrow-right{--fa:""}.fa-arrow-up{--fa:""}.fa-arrow-down{--fa:""}.fa-mail-forward,.fa-share{--fa:""}.fa-expand{--fa:""}.fa-compress{--fa:""}.fa-minus,.fa-subtract{--fa:""}.fa-circle-exclamation,.fa-exclamation-circle{--fa:""}.fa-gift{--fa:""}.fa-leaf{--fa:""}.fa-fire{--fa:""}.fa-eye{--fa:""}.fa-eye-slash{--fa:""}.fa-exclamation-triangle,.fa-triangle-exclamation,.fa-warning{--fa:""}.fa-plane{--fa:""}.fa-calendar-alt,.fa-calendar-days{--fa:""}.fa-random,.fa-shuffle{--fa:""}.fa-comment{--fa:""}.fa-magnet{--fa:""}.fa-chevron-up{--fa:""}.fa-chevron-down{--fa:""}.fa-retweet{--fa:""}.fa-cart-shopping,.fa-shopping-cart{--fa:""}.fa-folder,.fa-folder-blank{--fa:""}.fa-folder-open{--fa:""}.fa-arrows-up-down,.fa-arrows-v{--fa:""}.fa-arrows-h,.fa-arrows-left-right{--fa:""}.fa-bar-chart,.fa-chart-bar{--fa:""}.fa-camera-retro{--fa:""}.fa-key{--fa:""}.fa-cogs,.fa-gears{--fa:""}.fa-comments{--fa:""}.fa-star-half{--fa:""}.fa-arrow-right-from-bracket,.fa-sign-out{--fa:""}.fa-thumb-tack,.fa-thumbtack{--fa:""}.fa-arrow-up-right-from-square,.fa-external-link{--fa:""}.fa-arrow-right-to-bracket,.fa-sign-in{--fa:""}.fa-trophy{--fa:""}.fa-upload{--fa:""}.fa-lemon{--fa:""}.fa-phone{--fa:""}.fa-phone-square,.fa-square-phone{--fa:""}.fa-unlock{--fa:""}.fa-credit-card,.fa-credit-card-alt{--fa:""}.fa-feed,.fa-rss{--fa:""}.fa-hard-drive,.fa-hdd{--fa:""}.fa-bullhorn{--fa:""}.fa-certificate{--fa:""}.fa-hand-point-right{--fa:""}.fa-hand-point-left{--fa:""}.fa-hand-point-up{--fa:""}.fa-hand-point-down{--fa:""}.fa-arrow-circle-left,.fa-circle-arrow-left{--fa:""}.fa-arrow-circle-right,.fa-circle-arrow-right{--fa:""}.fa-arrow-circle-up,.fa-circle-arrow-up{--fa:""}.fa-arrow-circle-down,.fa-circle-arrow-down{--fa:""}.fa-globe{--fa:""}.fa-wrench{--fa:""}.fa-list-check,.fa-tasks{--fa:""}.fa-filter{--fa:""}.fa-briefcase{--fa:""}.fa-arrows-alt,.fa-up-down-left-right{--fa:""}.fa-users{--fa:""}.fa-chain,.fa-link{--fa:""}.fa-cloud{--fa:""}.fa-flask{--fa:""}.fa-cut,.fa-scissors{--fa:""}.fa-copy{--fa:""}.fa-paperclip{--fa:""}.fa-floppy-disk,.fa-save{--fa:""}.fa-square{--fa:""}.fa-bars,.fa-navicon{--fa:""}.fa-list-dots,.fa-list-ul{--fa:""}.fa-list-1-2,.fa-list-numeric,.fa-list-ol{--fa:""}.fa-strikethrough{--fa:""}.fa-underline{--fa:""}.fa-table{--fa:""}.fa-magic,.fa-wand-magic{--fa:""}.fa-truck{--fa:""}.fa-money-bill{--fa:""}.fa-caret-down{--fa:""}.fa-caret-up{--fa:""}.fa-caret-left{--fa:""}.fa-caret-right{--fa:""}.fa-columns,.fa-table-columns{--fa:""}.fa-sort,.fa-unsorted{--fa:""}.fa-sort-desc,.fa-sort-down{--fa:""}.fa-sort-asc,.fa-sort-up{--fa:""}.fa-envelope{--fa:""}.fa-arrow-left-rotate,.fa-arrow-rotate-back,.fa-arrow-rotate-backward,.fa-arrow-rotate-left,.fa-undo{--fa:""}.fa-gavel,.fa-legal{--fa:""}.fa-bolt,.fa-zap{--fa:""}.fa-sitemap{--fa:""}.fa-umbrella{--fa:""}.fa-file-clipboard,.fa-paste{--fa:""}.fa-lightbulb{--fa:""}.fa-arrow-right-arrow-left,.fa-exchange{--fa:""}.fa-cloud-arrow-down,.fa-cloud-download,.fa-cloud-download-alt{--fa:""}.fa-cloud-arrow-up,.fa-cloud-upload,.fa-cloud-upload-alt{--fa:""}.fa-user-doctor,.fa-user-md{--fa:""}.fa-stethoscope{--fa:""}.fa-suitcase{--fa:""}.fa-bell{--fa:""}.fa-coffee,.fa-mug-saucer{--fa:""}.fa-hospital,.fa-hospital-alt,.fa-hospital-wide{--fa:""}.fa-ambulance,.fa-truck-medical{--fa:""}.fa-medkit,.fa-suitcase-medical{--fa:""}.fa-fighter-jet,.fa-jet-fighter{--fa:""}.fa-beer,.fa-beer-mug-empty{--fa:""}.fa-h-square,.fa-square-h{--fa:""}.fa-plus-square,.fa-square-plus{--fa:""}.fa-angle-double-left,.fa-angles-left{--fa:""}.fa-angle-double-right,.fa-angles-right{--fa:""}.fa-angle-double-up,.fa-angles-up{--fa:""}.fa-angle-double-down,.fa-angles-down{--fa:""}.fa-angle-left{--fa:""}.fa-angle-right{--fa:""}.fa-angle-up{--fa:""}.fa-angle-down{--fa:""}.fa-laptop{--fa:""}.fa-tablet-button{--fa:""}.fa-mobile-button{--fa:""}.fa-quote-left,.fa-quote-left-alt{--fa:""}.fa-quote-right,.fa-quote-right-alt{--fa:""}.fa-spinner{--fa:""}.fa-circle{--fa:""}.fa-face-smile,.fa-smile{--fa:""}.fa-face-frown,.fa-frown{--fa:""}.fa-face-meh,.fa-meh{--fa:""}.fa-gamepad{--fa:""}.fa-keyboard{--fa:""}.fa-flag-checkered{--fa:""}.fa-terminal{--fa:""}.fa-code{--fa:""}.fa-mail-reply-all,.fa-reply-all{--fa:""}.fa-location-arrow{--fa:""}.fa-crop{--fa:""}.fa-code-branch{--fa:""}.fa-chain-broken,.fa-chain-slash,.fa-link-slash,.fa-unlink{--fa:""}.fa-info{--fa:""}.fa-superscript{--fa:""}.fa-subscript{--fa:""}.fa-eraser{--fa:""}.fa-puzzle-piece{--fa:""}.fa-microphone{--fa:""}.fa-microphone-slash{--fa:""}.fa-shield,.fa-shield-blank{--fa:""}.fa-calendar{--fa:""}.fa-fire-extinguisher{--fa:""}.fa-rocket{--fa:""}.fa-chevron-circle-left,.fa-circle-chevron-left{--fa:""}.fa-chevron-circle-right,.fa-circle-chevron-right{--fa:""}.fa-chevron-circle-up,.fa-circle-chevron-up{--fa:""}.fa-chevron-circle-down,.fa-circle-chevron-down{--fa:""}.fa-anchor{--fa:""}.fa-unlock-alt,.fa-unlock-keyhole{--fa:""}.fa-bullseye{--fa:""}.fa-ellipsis,.fa-ellipsis-h{--fa:""}.fa-ellipsis-v,.fa-ellipsis-vertical{--fa:""}.fa-rss-square,.fa-square-rss{--fa:""}.fa-circle-play,.fa-play-circle{--fa:""}.fa-ticket{--fa:""}.fa-minus-square,.fa-square-minus{--fa:""}.fa-arrow-turn-up,.fa-level-up{--fa:""}.fa-arrow-turn-down,.fa-level-down{--fa:""}.fa-check-square,.fa-square-check{--fa:""}.fa-pen-square,.fa-pencil-square,.fa-square-pen{--fa:""}.fa-external-link-square,.fa-square-arrow-up-right{--fa:""}.fa-share-from-square,.fa-share-square{--fa:""}.fa-compass{--fa:""}.fa-caret-square-down,.fa-square-caret-down{--fa:""}.fa-caret-square-up,.fa-square-caret-up{--fa:""}.fa-caret-square-right,.fa-square-caret-right{--fa:""}.fa-eur,.fa-euro,.fa-euro-sign{--fa:""}.fa-gbp,.fa-pound-sign,.fa-sterling-sign{--fa:""}.fa-rupee,.fa-rupee-sign{--fa:""}.fa-cny,.fa-jpy,.fa-rmb,.fa-yen,.fa-yen-sign{--fa:""}.fa-rouble,.fa-rub,.fa-ruble,.fa-ruble-sign{--fa:""}.fa-krw,.fa-won,.fa-won-sign{--fa:""}.fa-file{--fa:""}.fa-file-alt,.fa-file-lines,.fa-file-text{--fa:""}.fa-arrow-down-a-z,.fa-sort-alpha-asc,.fa-sort-alpha-down{--fa:""}.fa-arrow-up-a-z,.fa-sort-alpha-up{--fa:""}.fa-arrow-down-wide-short,.fa-sort-amount-asc,.fa-sort-amount-down{--fa:""}.fa-arrow-up-wide-short,.fa-sort-amount-up{--fa:""}.fa-arrow-down-1-9,.fa-sort-numeric-asc,.fa-sort-numeric-down{--fa:""}.fa-arrow-up-1-9,.fa-sort-numeric-up{--fa:""}.fa-thumbs-up{--fa:""}.fa-thumbs-down{--fa:""}.fa-arrow-down-long,.fa-long-arrow-down{--fa:""}.fa-arrow-up-long,.fa-long-arrow-up{--fa:""}.fa-arrow-left-long,.fa-long-arrow-left{--fa:""}.fa-arrow-right-long,.fa-long-arrow-right{--fa:""}.fa-female,.fa-person-dress{--fa:""}.fa-male,.fa-person{--fa:""}.fa-sun{--fa:""}.fa-moon{--fa:""}.fa-archive,.fa-box-archive{--fa:""}.fa-bug{--fa:""}.fa-caret-square-left,.fa-square-caret-left{--fa:""}.fa-circle-dot,.fa-dot-circle{--fa:""}.fa-wheelchair{--fa:""}.fa-lira-sign{--fa:""}.fa-shuttle-space,.fa-space-shuttle{--fa:""}.fa-envelope-square,.fa-square-envelope{--fa:""}.fa-bank,.fa-building-columns,.fa-institution,.fa-museum,.fa-university{--fa:""}.fa-graduation-cap,.fa-mortar-board{--fa:""}.fa-language{--fa:""}.fa-fax{--fa:""}.fa-building{--fa:""}.fa-child{--fa:""}.fa-paw{--fa:""}.fa-cube{--fa:""}.fa-cubes{--fa:""}.fa-recycle{--fa:""}.fa-automobile,.fa-car{--fa:""}.fa-cab,.fa-taxi{--fa:""}.fa-tree{--fa:""}.fa-database{--fa:""}.fa-file-pdf{--fa:""}.fa-file-word{--fa:""}.fa-file-excel{--fa:""}.fa-file-powerpoint{--fa:""}.fa-file-image{--fa:""}.fa-file-archive,.fa-file-zipper{--fa:""}.fa-file-audio{--fa:""}.fa-file-video{--fa:""}.fa-file-code{--fa:""}.fa-life-ring{--fa:""}.fa-circle-notch{--fa:""}.fa-paper-plane{--fa:""}.fa-clock-rotate-left,.fa-history{--fa:""}.fa-header,.fa-heading{--fa:""}.fa-paragraph{--fa:""}.fa-sliders,.fa-sliders-h{--fa:""}.fa-share-alt,.fa-share-nodes{--fa:""}.fa-share-alt-square,.fa-square-share-nodes{--fa:""}.fa-bomb{--fa:""}.fa-futbol,.fa-futbol-ball,.fa-soccer-ball{--fa:""}.fa-teletype,.fa-tty{--fa:""}.fa-binoculars{--fa:""}.fa-plug{--fa:""}.fa-newspaper{--fa:""}.fa-wifi,.fa-wifi-3,.fa-wifi-strong{--fa:""}.fa-calculator{--fa:""}.fa-bell-slash{--fa:""}.fa-trash{--fa:""}.fa-copyright{--fa:""}.fa-eye-dropper,.fa-eye-dropper-empty,.fa-eyedropper{--fa:""}.fa-paint-brush,.fa-paintbrush{--fa:""}.fa-birthday-cake,.fa-cake,.fa-cake-candles{--fa:""}.fa-area-chart,.fa-chart-area{--fa:""}.fa-chart-pie,.fa-pie-chart{--fa:""}.fa-chart-line,.fa-line-chart{--fa:""}.fa-toggle-off{--fa:""}.fa-toggle-on{--fa:""}.fa-bicycle{--fa:""}.fa-bus{--fa:""}.fa-closed-captioning{--fa:""}.fa-ils,.fa-shekel,.fa-shekel-sign,.fa-sheqel,.fa-sheqel-sign{--fa:""}.fa-cart-plus{--fa:""}.fa-cart-arrow-down{--fa:""}.fa-diamond{--fa:""}.fa-ship{--fa:""}.fa-user-secret{--fa:""}.fa-motorcycle{--fa:""}.fa-street-view{--fa:""}.fa-heart-pulse,.fa-heartbeat{--fa:""}.fa-venus{--fa:""}.fa-mars{--fa:""}.fa-mercury{--fa:""}.fa-mars-and-venus{--fa:""}.fa-transgender,.fa-transgender-alt{--fa:""}.fa-venus-double{--fa:""}.fa-mars-double{--fa:""}.fa-venus-mars{--fa:""}.fa-mars-stroke{--fa:""}.fa-mars-stroke-up,.fa-mars-stroke-v{--fa:""}.fa-mars-stroke-h,.fa-mars-stroke-right{--fa:""}.fa-neuter{--fa:""}.fa-genderless{--fa:""}.fa-server{--fa:""}.fa-user-plus{--fa:""}.fa-user-times,.fa-user-xmark{--fa:""}.fa-bed{--fa:""}.fa-train{--fa:""}.fa-subway,.fa-train-subway{--fa:""}.fa-battery,.fa-battery-5,.fa-battery-full{--fa:""}.fa-battery-4,.fa-battery-three-quarters{--fa:""}.fa-battery-3,.fa-battery-half{--fa:""}.fa-battery-2,.fa-battery-quarter{--fa:""}.fa-battery-0,.fa-battery-empty{--fa:""}.fa-arrow-pointer,.fa-mouse-pointer{--fa:""}.fa-i-cursor{--fa:""}.fa-object-group{--fa:""}.fa-object-ungroup{--fa:""}.fa-note-sticky,.fa-sticky-note{--fa:""}.fa-clone{--fa:""}.fa-balance-scale,.fa-scale-balanced{--fa:""}.fa-hourglass-1,.fa-hourglass-start{--fa:""}.fa-hourglass-2,.fa-hourglass-half{--fa:""}.fa-hourglass-3,.fa-hourglass-end{--fa:""}.fa-hourglass,.fa-hourglass-empty{--fa:""}.fa-hand-back-fist,.fa-hand-rock{--fa:""}.fa-hand,.fa-hand-paper{--fa:""}.fa-hand-scissors{--fa:""}.fa-hand-lizard{--fa:""}.fa-hand-spock{--fa:""}.fa-hand-pointer{--fa:""}.fa-hand-peace{--fa:""}.fa-trademark{--fa:""}.fa-registered{--fa:""}.fa-television,.fa-tv,.fa-tv-alt{--fa:""}.fa-calendar-plus{--fa:""}.fa-calendar-minus{--fa:""}.fa-calendar-times,.fa-calendar-xmark{--fa:""}.fa-calendar-check{--fa:""}.fa-industry{--fa:""}.fa-map-pin{--fa:""}.fa-map-signs,.fa-signs-post{--fa:""}.fa-map{--fa:""}.fa-comment-alt,.fa-message{--fa:""}.fa-circle-pause,.fa-pause-circle{--fa:""}.fa-circle-stop,.fa-stop-circle{--fa:""}.fa-bag-shopping,.fa-shopping-bag{--fa:""}.fa-basket-shopping,.fa-shopping-basket{--fa:""}.fa-universal-access{--fa:""}.fa-blind,.fa-person-walking-with-cane{--fa:""}.fa-audio-description{--fa:""}.fa-phone-volume,.fa-volume-control-phone{--fa:""}.fa-braille{--fa:""}.fa-assistive-listening-systems,.fa-ear-listen{--fa:""}.fa-american-sign-language-interpreting,.fa-asl-interpreting,.fa-hands-american-sign-language-interpreting,.fa-hands-asl-interpreting{--fa:""}.fa-deaf,.fa-deafness,.fa-ear-deaf,.fa-hard-of-hearing{--fa:""}.fa-hands,.fa-sign-language,.fa-signing{--fa:""}.fa-eye-low-vision,.fa-low-vision{--fa:""}.fa-handshake,.fa-handshake-alt,.fa-handshake-simple{--fa:""}.fa-envelope-open{--fa:""}.fa-address-book,.fa-contact-book{--fa:""}.fa-address-card,.fa-contact-card,.fa-vcard{--fa:""}.fa-circle-user,.fa-user-circle{--fa:""}.fa-id-badge{--fa:""}.fa-drivers-license,.fa-id-card{--fa:""}.fa-temperature-4,.fa-temperature-full,.fa-thermometer-4,.fa-thermometer-full{--fa:""}.fa-temperature-3,.fa-temperature-three-quarters,.fa-thermometer-3,.fa-thermometer-three-quarters{--fa:""}.fa-temperature-2,.fa-temperature-half,.fa-thermometer-2,.fa-thermometer-half{--fa:""}.fa-temperature-1,.fa-temperature-quarter,.fa-thermometer-1,.fa-thermometer-quarter{--fa:""}.fa-temperature-0,.fa-temperature-empty,.fa-thermometer-0,.fa-thermometer-empty{--fa:""}.fa-shower{--fa:""}.fa-bath,.fa-bathtub{--fa:""}.fa-podcast{--fa:""}.fa-window-maximize{--fa:""}.fa-window-minimize{--fa:""}.fa-window-restore{--fa:""}.fa-square-xmark,.fa-times-square,.fa-xmark-square{--fa:""}.fa-microchip{--fa:""}.fa-snowflake{--fa:""}.fa-spoon,.fa-utensil-spoon{--fa:""}.fa-cutlery,.fa-utensils{--fa:""}.fa-rotate-back,.fa-rotate-backward,.fa-rotate-left,.fa-undo-alt{--fa:""}.fa-trash-alt,.fa-trash-can{--fa:""}.fa-rotate,.fa-sync-alt{--fa:""}.fa-stopwatch{--fa:""}.fa-right-from-bracket,.fa-sign-out-alt{--fa:""}.fa-right-to-bracket,.fa-sign-in-alt{--fa:""}.fa-redo-alt,.fa-rotate-forward,.fa-rotate-right{--fa:""}.fa-poo{--fa:""}.fa-images{--fa:""}.fa-pencil,.fa-pencil-alt{--fa:""}.fa-pen{--fa:""}.fa-pen-alt,.fa-pen-clip{--fa:""}.fa-octagon{--fa:""}.fa-down-long,.fa-long-arrow-alt-down{--fa:""}.fa-left-long,.fa-long-arrow-alt-left{--fa:""}.fa-long-arrow-alt-right,.fa-right-long{--fa:""}.fa-long-arrow-alt-up,.fa-up-long{--fa:""}.fa-hexagon{--fa:""}.fa-file-edit,.fa-file-pen{--fa:""}.fa-expand-arrows-alt,.fa-maximize{--fa:""}.fa-clipboard{--fa:""}.fa-arrows-alt-h,.fa-left-right{--fa:""}.fa-arrows-alt-v,.fa-up-down{--fa:""}.fa-alarm-clock{--fa:""}.fa-arrow-alt-circle-down,.fa-circle-down{--fa:""}.fa-arrow-alt-circle-left,.fa-circle-left{--fa:""}.fa-arrow-alt-circle-right,.fa-circle-right{--fa:""}.fa-arrow-alt-circle-up,.fa-circle-up{--fa:""}.fa-external-link-alt,.fa-up-right-from-square{--fa:""}.fa-external-link-square-alt,.fa-square-up-right{--fa:""}.fa-exchange-alt,.fa-right-left{--fa:""}.fa-repeat{--fa:""}.fa-code-commit{--fa:""}.fa-code-merge{--fa:""}.fa-desktop,.fa-desktop-alt{--fa:""}.fa-gem{--fa:""}.fa-level-down-alt,.fa-turn-down{--fa:""}.fa-level-up-alt,.fa-turn-up{--fa:""}.fa-lock-open{--fa:""}.fa-location-dot,.fa-map-marker-alt{--fa:""}.fa-microphone-alt,.fa-microphone-lines{--fa:""}.fa-mobile-alt,.fa-mobile-screen-button{--fa:""}.fa-mobile,.fa-mobile-android,.fa-mobile-phone{--fa:""}.fa-mobile-android-alt,.fa-mobile-screen{--fa:""}.fa-money-bill-1,.fa-money-bill-alt{--fa:""}.fa-phone-slash{--fa:""}.fa-image-portrait,.fa-portrait{--fa:""}.fa-mail-reply,.fa-reply{--fa:""}.fa-shield-alt,.fa-shield-halved{--fa:""}.fa-tablet-alt,.fa-tablet-screen-button{--fa:""}.fa-tablet,.fa-tablet-android{--fa:""}.fa-ticket-alt,.fa-ticket-simple{--fa:""}.fa-rectangle-times,.fa-rectangle-xmark,.fa-times-rectangle,.fa-window-close{--fa:""}.fa-compress-alt,.fa-down-left-and-up-right-to-center{--fa:""}.fa-expand-alt,.fa-up-right-and-down-left-from-center{--fa:""}.fa-baseball-bat-ball{--fa:""}.fa-baseball,.fa-baseball-ball{--fa:""}.fa-basketball,.fa-basketball-ball{--fa:""}.fa-bowling-ball{--fa:""}.fa-chess{--fa:""}.fa-chess-bishop{--fa:""}.fa-chess-board{--fa:""}.fa-chess-king{--fa:""}.fa-chess-knight{--fa:""}.fa-chess-pawn{--fa:""}.fa-chess-queen{--fa:""}.fa-chess-rook{--fa:""}.fa-dumbbell{--fa:""}.fa-football,.fa-football-ball{--fa:""}.fa-golf-ball,.fa-golf-ball-tee{--fa:""}.fa-hockey-puck{--fa:""}.fa-broom-ball,.fa-quidditch,.fa-quidditch-broom-ball{--fa:""}.fa-square-full{--fa:""}.fa-ping-pong-paddle-ball,.fa-table-tennis,.fa-table-tennis-paddle-ball{--fa:""}.fa-volleyball,.fa-volleyball-ball{--fa:""}.fa-allergies,.fa-hand-dots{--fa:""}.fa-band-aid,.fa-bandage{--fa:""}.fa-box{--fa:""}.fa-boxes,.fa-boxes-alt,.fa-boxes-stacked{--fa:""}.fa-briefcase-medical{--fa:""}.fa-burn,.fa-fire-flame-simple{--fa:""}.fa-capsules{--fa:""}.fa-clipboard-check{--fa:""}.fa-clipboard-list{--fa:""}.fa-diagnoses,.fa-person-dots-from-line{--fa:""}.fa-dna{--fa:""}.fa-dolly,.fa-dolly-box{--fa:""}.fa-cart-flatbed,.fa-dolly-flatbed{--fa:""}.fa-file-medical{--fa:""}.fa-file-medical-alt,.fa-file-waveform{--fa:""}.fa-first-aid,.fa-kit-medical{--fa:""}.fa-circle-h,.fa-hospital-symbol{--fa:""}.fa-id-card-alt,.fa-id-card-clip{--fa:""}.fa-notes-medical{--fa:""}.fa-pallet{--fa:""}.fa-pills{--fa:""}.fa-prescription-bottle{--fa:""}.fa-prescription-bottle-alt,.fa-prescription-bottle-medical{--fa:""}.fa-bed-pulse,.fa-procedures{--fa:""}.fa-shipping-fast,.fa-truck-fast{--fa:""}.fa-smoking{--fa:""}.fa-syringe{--fa:""}.fa-tablets{--fa:""}.fa-thermometer{--fa:""}.fa-vial{--fa:""}.fa-vials{--fa:""}.fa-warehouse{--fa:""}.fa-weight,.fa-weight-scale{--fa:""}.fa-x-ray{--fa:""}.fa-box-open{--fa:""}.fa-comment-dots,.fa-commenting{--fa:""}.fa-comment-slash{--fa:""}.fa-couch{--fa:""}.fa-circle-dollar-to-slot,.fa-donate{--fa:""}.fa-dove{--fa:""}.fa-hand-holding{--fa:""}.fa-hand-holding-heart{--fa:""}.fa-hand-holding-dollar,.fa-hand-holding-usd{--fa:""}.fa-hand-holding-droplet,.fa-hand-holding-water{--fa:""}.fa-hands-holding{--fa:""}.fa-hands-helping,.fa-handshake-angle{--fa:""}.fa-parachute-box{--fa:""}.fa-people-carry,.fa-people-carry-box{--fa:""}.fa-piggy-bank{--fa:""}.fa-ribbon{--fa:""}.fa-route{--fa:""}.fa-seedling,.fa-sprout{--fa:""}.fa-sign,.fa-sign-hanging{--fa:""}.fa-face-smile-wink,.fa-smile-wink{--fa:""}.fa-tape{--fa:""}.fa-truck-loading,.fa-truck-ramp-box{--fa:""}.fa-truck-moving{--fa:""}.fa-video-slash{--fa:""}.fa-wine-glass{--fa:""}.fa-user-astronaut{--fa:""}.fa-user-check{--fa:""}.fa-user-clock{--fa:""}.fa-user-cog,.fa-user-gear{--fa:""}.fa-user-edit,.fa-user-pen{--fa:""}.fa-user-friends,.fa-user-group{--fa:""}.fa-user-graduate{--fa:""}.fa-user-lock{--fa:""}.fa-user-minus{--fa:""}.fa-user-ninja{--fa:""}.fa-user-shield{--fa:""}.fa-user-alt-slash,.fa-user-large-slash,.fa-user-slash{--fa:""}.fa-user-tag{--fa:""}.fa-user-tie{--fa:""}.fa-users-cog,.fa-users-gear{--fa:""}.fa-balance-scale-left,.fa-scale-unbalanced{--fa:""}.fa-balance-scale-right,.fa-scale-unbalanced-flip{--fa:""}.fa-blender{--fa:""}.fa-book-open{--fa:""}.fa-broadcast-tower,.fa-tower-broadcast{--fa:""}.fa-broom{--fa:""}.fa-blackboard,.fa-chalkboard{--fa:""}.fa-chalkboard-teacher,.fa-chalkboard-user{--fa:""}.fa-church{--fa:""}.fa-coins{--fa:""}.fa-compact-disc{--fa:""}.fa-crow{--fa:""}.fa-crown{--fa:""}.fa-dice{--fa:""}.fa-dice-five{--fa:""}.fa-dice-four{--fa:""}.fa-dice-one{--fa:""}.fa-dice-six{--fa:""}.fa-dice-three{--fa:""}.fa-dice-two{--fa:""}.fa-divide{--fa:""}.fa-door-closed{--fa:""}.fa-door-open{--fa:""}.fa-feather{--fa:""}.fa-frog{--fa:""}.fa-gas-pump{--fa:""}.fa-glasses{--fa:""}.fa-greater-than-equal{--fa:""}.fa-helicopter{--fa:""}.fa-infinity{--fa:""}.fa-kiwi-bird{--fa:""}.fa-less-than-equal{--fa:""}.fa-memory{--fa:""}.fa-microphone-alt-slash,.fa-microphone-lines-slash{--fa:""}.fa-money-bill-wave{--fa:""}.fa-money-bill-1-wave,.fa-money-bill-wave-alt{--fa:""}.fa-money-check{--fa:""}.fa-money-check-alt,.fa-money-check-dollar{--fa:""}.fa-not-equal{--fa:""}.fa-palette{--fa:""}.fa-parking,.fa-square-parking{--fa:""}.fa-diagram-project,.fa-project-diagram{--fa:""}.fa-receipt{--fa:""}.fa-robot{--fa:""}.fa-ruler{--fa:""}.fa-ruler-combined{--fa:""}.fa-ruler-horizontal{--fa:""}.fa-ruler-vertical{--fa:""}.fa-school{--fa:""}.fa-screwdriver{--fa:""}.fa-shoe-prints{--fa:""}.fa-skull{--fa:""}.fa-ban-smoking,.fa-smoking-ban{--fa:""}.fa-store{--fa:""}.fa-shop,.fa-store-alt{--fa:""}.fa-bars-staggered,.fa-reorder,.fa-stream{--fa:""}.fa-stroopwafel{--fa:""}.fa-toolbox{--fa:""}.fa-shirt,.fa-t-shirt,.fa-tshirt{--fa:""}.fa-person-walking,.fa-walking{--fa:""}.fa-wallet{--fa:""}.fa-angry,.fa-face-angry{--fa:""}.fa-archway{--fa:""}.fa-atlas,.fa-book-atlas{--fa:""}.fa-award{--fa:""}.fa-backspace,.fa-delete-left{--fa:""}.fa-bezier-curve{--fa:""}.fa-bong{--fa:""}.fa-brush{--fa:""}.fa-bus-alt,.fa-bus-simple{--fa:""}.fa-cannabis{--fa:""}.fa-check-double{--fa:""}.fa-cocktail,.fa-martini-glass-citrus{--fa:""}.fa-bell-concierge,.fa-concierge-bell{--fa:""}.fa-cookie{--fa:""}.fa-cookie-bite{--fa:""}.fa-crop-alt,.fa-crop-simple{--fa:""}.fa-digital-tachograph,.fa-tachograph-digital{--fa:""}.fa-dizzy,.fa-face-dizzy{--fa:""}.fa-compass-drafting,.fa-drafting-compass{--fa:""}.fa-drum{--fa:""}.fa-drum-steelpan{--fa:""}.fa-feather-alt,.fa-feather-pointed{--fa:""}.fa-file-contract{--fa:""}.fa-file-arrow-down,.fa-file-download{--fa:""}.fa-arrow-right-from-file,.fa-file-export{--fa:""}.fa-arrow-right-to-file,.fa-file-import{--fa:""}.fa-file-invoice{--fa:""}.fa-file-invoice-dollar{--fa:""}.fa-file-prescription{--fa:""}.fa-file-signature{--fa:""}.fa-file-arrow-up,.fa-file-upload{--fa:""}.fa-fill{--fa:""}.fa-fill-drip{--fa:""}.fa-fingerprint{--fa:""}.fa-fish{--fa:""}.fa-face-flushed,.fa-flushed{--fa:""}.fa-face-frown-open,.fa-frown-open{--fa:""}.fa-glass-martini-alt,.fa-martini-glass{--fa:""}.fa-earth-africa,.fa-globe-africa{--fa:""}.fa-earth,.fa-earth-america,.fa-earth-americas,.fa-globe-americas{--fa:""}.fa-earth-asia,.fa-globe-asia{--fa:""}.fa-face-grimace,.fa-grimace{--fa:""}.fa-face-grin,.fa-grin{--fa:""}.fa-face-grin-wide,.fa-grin-alt{--fa:""}.fa-face-grin-beam,.fa-grin-beam{--fa:""}.fa-face-grin-beam-sweat,.fa-grin-beam-sweat{--fa:""}.fa-face-grin-hearts,.fa-grin-hearts{--fa:""}.fa-face-grin-squint,.fa-grin-squint{--fa:""}.fa-face-grin-squint-tears,.fa-grin-squint-tears{--fa:""}.fa-face-grin-stars,.fa-grin-stars{--fa:""}.fa-face-grin-tears,.fa-grin-tears{--fa:""}.fa-face-grin-tongue,.fa-grin-tongue{--fa:""}.fa-face-grin-tongue-squint,.fa-grin-tongue-squint{--fa:""}.fa-face-grin-tongue-wink,.fa-grin-tongue-wink{--fa:""}.fa-face-grin-wink,.fa-grin-wink{--fa:""}.fa-grid-horizontal,.fa-grip,.fa-grip-horizontal{--fa:""}.fa-grid-vertical,.fa-grip-vertical{--fa:""}.fa-headset{--fa:""}.fa-highlighter{--fa:""}.fa-hot-tub,.fa-hot-tub-person{--fa:""}.fa-hotel{--fa:""}.fa-joint{--fa:""}.fa-face-kiss,.fa-kiss{--fa:""}.fa-face-kiss-beam,.fa-kiss-beam{--fa:""}.fa-face-kiss-wink-heart,.fa-kiss-wink-heart{--fa:""}.fa-face-laugh,.fa-laugh{--fa:""}.fa-face-laugh-beam,.fa-laugh-beam{--fa:""}.fa-face-laugh-squint,.fa-laugh-squint{--fa:""}.fa-face-laugh-wink,.fa-laugh-wink{--fa:""}.fa-cart-flatbed-suitcase,.fa-luggage-cart{--fa:""}.fa-map-location,.fa-map-marked{--fa:""}.fa-map-location-dot,.fa-map-marked-alt{--fa:""}.fa-marker{--fa:""}.fa-medal{--fa:""}.fa-face-meh-blank,.fa-meh-blank{--fa:""}.fa-face-rolling-eyes,.fa-meh-rolling-eyes{--fa:""}.fa-monument{--fa:""}.fa-mortar-pestle{--fa:""}.fa-paint-roller{--fa:""}.fa-passport{--fa:""}.fa-pen-fancy{--fa:""}.fa-pen-nib{--fa:""}.fa-pen-ruler,.fa-pencil-ruler{--fa:""}.fa-plane-arrival{--fa:""}.fa-plane-departure{--fa:""}.fa-prescription{--fa:""}.fa-face-sad-cry,.fa-sad-cry{--fa:""}.fa-face-sad-tear,.fa-sad-tear{--fa:""}.fa-shuttle-van,.fa-van-shuttle{--fa:""}.fa-signature{--fa:""}.fa-face-smile-beam,.fa-smile-beam{--fa:""}.fa-solar-panel{--fa:""}.fa-spa{--fa:""}.fa-splotch{--fa:""}.fa-spray-can{--fa:""}.fa-stamp{--fa:""}.fa-star-half-alt,.fa-star-half-stroke{--fa:""}.fa-suitcase-rolling{--fa:""}.fa-face-surprise,.fa-surprise{--fa:""}.fa-swatchbook{--fa:""}.fa-person-swimming,.fa-swimmer{--fa:""}.fa-ladder-water,.fa-swimming-pool,.fa-water-ladder{--fa:""}.fa-droplet-slash,.fa-tint-slash{--fa:""}.fa-face-tired,.fa-tired{--fa:""}.fa-tooth{--fa:""}.fa-umbrella-beach{--fa:""}.fa-weight-hanging{--fa:""}.fa-wine-glass-alt,.fa-wine-glass-empty{--fa:""}.fa-air-freshener,.fa-spray-can-sparkles{--fa:""}.fa-apple-alt,.fa-apple-whole{--fa:""}.fa-atom{--fa:""}.fa-bone{--fa:""}.fa-book-open-reader,.fa-book-reader{--fa:""}.fa-brain{--fa:""}.fa-car-alt,.fa-car-rear{--fa:""}.fa-battery-car,.fa-car-battery{--fa:""}.fa-car-burst,.fa-car-crash{--fa:""}.fa-car-side{--fa:""}.fa-charging-station{--fa:""}.fa-diamond-turn-right,.fa-directions{--fa:""}.fa-draw-polygon,.fa-vector-polygon{--fa:""}.fa-laptop-code{--fa:""}.fa-layer-group{--fa:""}.fa-location,.fa-location-crosshairs{--fa:""}.fa-lungs{--fa:""}.fa-microscope{--fa:""}.fa-oil-can{--fa:""}.fa-poop{--fa:""}.fa-shapes,.fa-triangle-circle-square{--fa:""}.fa-star-of-life{--fa:""}.fa-dashboard,.fa-gauge,.fa-gauge-med,.fa-tachometer-alt-average{--fa:""}.fa-gauge-high,.fa-tachometer-alt,.fa-tachometer-alt-fast{--fa:""}.fa-gauge-simple,.fa-gauge-simple-med,.fa-tachometer-average{--fa:""}.fa-gauge-simple-high,.fa-tachometer,.fa-tachometer-fast{--fa:""}.fa-teeth{--fa:""}.fa-teeth-open{--fa:""}.fa-masks-theater,.fa-theater-masks{--fa:""}.fa-traffic-light{--fa:""}.fa-truck-monster{--fa:""}.fa-truck-pickup{--fa:""}.fa-ad,.fa-rectangle-ad{--fa:""}.fa-ankh{--fa:""}.fa-bible,.fa-book-bible{--fa:""}.fa-briefcase-clock,.fa-business-time{--fa:""}.fa-city{--fa:""}.fa-comment-dollar{--fa:""}.fa-comments-dollar{--fa:""}.fa-cross{--fa:""}.fa-dharmachakra{--fa:""}.fa-envelope-open-text{--fa:""}.fa-folder-minus{--fa:""}.fa-folder-plus{--fa:""}.fa-filter-circle-dollar,.fa-funnel-dollar{--fa:""}.fa-gopuram{--fa:""}.fa-hamsa{--fa:""}.fa-bahai,.fa-haykal{--fa:""}.fa-jedi{--fa:""}.fa-book-journal-whills,.fa-journal-whills{--fa:""}.fa-kaaba{--fa:""}.fa-khanda{--fa:""}.fa-landmark{--fa:""}.fa-envelopes-bulk,.fa-mail-bulk{--fa:""}.fa-menorah{--fa:""}.fa-mosque{--fa:""}.fa-om{--fa:""}.fa-pastafarianism,.fa-spaghetti-monster-flying{--fa:""}.fa-peace{--fa:""}.fa-place-of-worship{--fa:""}.fa-poll,.fa-square-poll-vertical{--fa:""}.fa-poll-h,.fa-square-poll-horizontal{--fa:""}.fa-person-praying,.fa-pray{--fa:""}.fa-hands-praying,.fa-praying-hands{--fa:""}.fa-book-quran,.fa-quran{--fa:""}.fa-magnifying-glass-dollar,.fa-search-dollar{--fa:""}.fa-magnifying-glass-location,.fa-search-location{--fa:""}.fa-socks{--fa:""}.fa-square-root-alt,.fa-square-root-variable{--fa:""}.fa-star-and-crescent{--fa:""}.fa-star-of-david{--fa:""}.fa-synagogue{--fa:""}.fa-scroll-torah,.fa-torah{--fa:""}.fa-torii-gate{--fa:""}.fa-vihara{--fa:""}.fa-volume,.fa-volume-medium{--fa:""}.fa-volume-mute,.fa-volume-times,.fa-volume-xmark{--fa:""}.fa-yin-yang{--fa:""}.fa-blender-phone{--fa:""}.fa-book-dead,.fa-book-skull{--fa:""}.fa-campground{--fa:""}.fa-cat{--fa:""}.fa-chair{--fa:""}.fa-cloud-moon{--fa:""}.fa-cloud-sun{--fa:""}.fa-cow{--fa:""}.fa-dice-d20{--fa:""}.fa-dice-d6{--fa:""}.fa-dog{--fa:""}.fa-dragon{--fa:""}.fa-drumstick-bite{--fa:""}.fa-dungeon{--fa:""}.fa-file-csv{--fa:""}.fa-fist-raised,.fa-hand-fist{--fa:""}.fa-ghost{--fa:""}.fa-hammer{--fa:""}.fa-hanukiah{--fa:""}.fa-hat-wizard{--fa:""}.fa-hiking,.fa-person-hiking{--fa:""}.fa-hippo{--fa:""}.fa-horse{--fa:""}.fa-house-chimney-crack,.fa-house-damage{--fa:""}.fa-hryvnia,.fa-hryvnia-sign{--fa:""}.fa-mask{--fa:""}.fa-mountain{--fa:""}.fa-network-wired{--fa:""}.fa-otter{--fa:""}.fa-ring{--fa:""}.fa-person-running,.fa-running{--fa:""}.fa-scroll{--fa:""}.fa-skull-crossbones{--fa:""}.fa-slash{--fa:""}.fa-spider{--fa:""}.fa-toilet-paper,.fa-toilet-paper-alt,.fa-toilet-paper-blank{--fa:""}.fa-tractor{--fa:""}.fa-user-injured{--fa:""}.fa-vr-cardboard{--fa:""}.fa-wand-sparkles{--fa:""}.fa-wind{--fa:""}.fa-wine-bottle{--fa:""}.fa-cloud-meatball{--fa:""}.fa-cloud-moon-rain{--fa:""}.fa-cloud-rain{--fa:""}.fa-cloud-showers-heavy{--fa:""}.fa-cloud-sun-rain{--fa:""}.fa-democrat{--fa:""}.fa-flag-usa{--fa:""}.fa-hurricane{--fa:""}.fa-landmark-alt,.fa-landmark-dome{--fa:""}.fa-meteor{--fa:""}.fa-person-booth{--fa:""}.fa-poo-bolt,.fa-poo-storm{--fa:""}.fa-rainbow{--fa:""}.fa-republican{--fa:""}.fa-smog{--fa:""}.fa-temperature-high{--fa:""}.fa-temperature-low{--fa:""}.fa-cloud-bolt,.fa-thunderstorm{--fa:""}.fa-tornado{--fa:""}.fa-volcano{--fa:""}.fa-check-to-slot,.fa-vote-yea{--fa:""}.fa-water{--fa:""}.fa-baby{--fa:""}.fa-baby-carriage,.fa-carriage-baby{--fa:""}.fa-biohazard{--fa:""}.fa-blog{--fa:""}.fa-calendar-day{--fa:""}.fa-calendar-week{--fa:""}.fa-candy-cane{--fa:""}.fa-carrot{--fa:""}.fa-cash-register{--fa:""}.fa-compress-arrows-alt,.fa-minimize{--fa:""}.fa-dumpster{--fa:""}.fa-dumpster-fire{--fa:""}.fa-ethernet{--fa:""}.fa-gifts{--fa:""}.fa-champagne-glasses,.fa-glass-cheers{--fa:""}.fa-glass-whiskey,.fa-whiskey-glass{--fa:""}.fa-earth-europe,.fa-globe-europe{--fa:""}.fa-grip-lines{--fa:""}.fa-grip-lines-vertical{--fa:""}.fa-guitar{--fa:""}.fa-heart-broken,.fa-heart-crack{--fa:""}.fa-holly-berry{--fa:""}.fa-horse-head{--fa:""}.fa-icicles{--fa:""}.fa-igloo{--fa:""}.fa-mitten{--fa:""}.fa-mug-hot{--fa:""}.fa-radiation{--fa:""}.fa-circle-radiation,.fa-radiation-alt{--fa:""}.fa-restroom{--fa:""}.fa-satellite{--fa:""}.fa-satellite-dish{--fa:""}.fa-sd-card{--fa:""}.fa-sim-card{--fa:""}.fa-person-skating,.fa-skating{--fa:""}.fa-person-skiing,.fa-skiing{--fa:""}.fa-person-skiing-nordic,.fa-skiing-nordic{--fa:""}.fa-sleigh{--fa:""}.fa-comment-sms,.fa-sms{--fa:""}.fa-person-snowboarding,.fa-snowboarding{--fa:""}.fa-snowman{--fa:""}.fa-snowplow{--fa:""}.fa-tenge,.fa-tenge-sign{--fa:""}.fa-toilet{--fa:""}.fa-screwdriver-wrench,.fa-tools{--fa:""}.fa-cable-car,.fa-tram{--fa:""}.fa-fire-alt,.fa-fire-flame-curved{--fa:""}.fa-bacon{--fa:""}.fa-book-medical{--fa:""}.fa-bread-slice{--fa:""}.fa-cheese{--fa:""}.fa-clinic-medical,.fa-house-chimney-medical{--fa:""}.fa-clipboard-user{--fa:""}.fa-comment-medical{--fa:""}.fa-crutch{--fa:""}.fa-disease{--fa:""}.fa-egg{--fa:""}.fa-folder-tree{--fa:""}.fa-burger,.fa-hamburger{--fa:""}.fa-hand-middle-finger{--fa:""}.fa-hard-hat,.fa-hat-hard,.fa-helmet-safety{--fa:""}.fa-hospital-user{--fa:""}.fa-hotdog{--fa:""}.fa-ice-cream{--fa:""}.fa-laptop-medical{--fa:""}.fa-pager{--fa:""}.fa-pepper-hot{--fa:""}.fa-pizza-slice{--fa:""}.fa-sack-dollar{--fa:""}.fa-book-tanakh,.fa-tanakh{--fa:""}.fa-bars-progress,.fa-tasks-alt{--fa:""}.fa-trash-arrow-up,.fa-trash-restore{--fa:""}.fa-trash-can-arrow-up,.fa-trash-restore-alt{--fa:""}.fa-user-nurse{--fa:""}.fa-wave-square{--fa:""}.fa-biking,.fa-person-biking{--fa:""}.fa-border-all{--fa:""}.fa-border-none{--fa:""}.fa-border-style,.fa-border-top-left{--fa:""}.fa-digging,.fa-person-digging{--fa:""}.fa-fan{--fa:""}.fa-heart-music-camera-bolt,.fa-icons{--fa:""}.fa-phone-alt,.fa-phone-flip{--fa:""}.fa-phone-square-alt,.fa-square-phone-flip{--fa:""}.fa-photo-film,.fa-photo-video{--fa:""}.fa-remove-format,.fa-text-slash{--fa:""}.fa-arrow-down-z-a,.fa-sort-alpha-desc,.fa-sort-alpha-down-alt{--fa:""}.fa-arrow-up-z-a,.fa-sort-alpha-up-alt{--fa:""}.fa-arrow-down-short-wide,.fa-sort-amount-desc,.fa-sort-amount-down-alt{--fa:""}.fa-arrow-up-short-wide,.fa-sort-amount-up-alt{--fa:""}.fa-arrow-down-9-1,.fa-sort-numeric-desc,.fa-sort-numeric-down-alt{--fa:""}.fa-arrow-up-9-1,.fa-sort-numeric-up-alt{--fa:""}.fa-spell-check{--fa:""}.fa-voicemail{--fa:""}.fa-hat-cowboy{--fa:""}.fa-hat-cowboy-side{--fa:""}.fa-computer-mouse,.fa-mouse{--fa:""}.fa-radio{--fa:""}.fa-record-vinyl{--fa:""}.fa-walkie-talkie{--fa:""}.fa-caravan{--fa:""}:host,:root{--fa-family-brands:"Font Awesome 7 Brands";--fa-font-brands:normal 400 1em/1 var(--fa-family-brands)}@font-face{font-family:"Font Awesome 7 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/assets/fa-brands-400-BP5tdqmh.woff2)}.fa-brands,.fa-classic.fa-brands,.fab{--fa-family:var(--fa-family-brands);--fa-style:400}.fa-firefox-browser{--fa:""}.fa-ideal{--fa:""}.fa-microblog{--fa:""}.fa-pied-piper-square,.fa-square-pied-piper{--fa:""}.fa-unity{--fa:""}.fa-dailymotion{--fa:""}.fa-instagram-square,.fa-square-instagram{--fa:""}.fa-mixer{--fa:""}.fa-shopify{--fa:""}.fa-deezer{--fa:""}.fa-edge-legacy{--fa:""}.fa-google-pay{--fa:""}.fa-rust{--fa:""}.fa-tiktok{--fa:""}.fa-unsplash{--fa:""}.fa-cloudflare{--fa:""}.fa-guilded{--fa:""}.fa-hive{--fa:""}.fa-42-group,.fa-innosoft{--fa:""}.fa-instalod{--fa:""}.fa-octopus-deploy{--fa:""}.fa-perbyte{--fa:""}.fa-uncharted{--fa:""}.fa-watchman-monitoring{--fa:""}.fa-wodu{--fa:""}.fa-wirsindhandwerk,.fa-wsh{--fa:""}.fa-bots{--fa:""}.fa-cmplid{--fa:""}.fa-bilibili{--fa:""}.fa-golang{--fa:""}.fa-pix{--fa:""}.fa-sitrox{--fa:""}.fa-hashnode{--fa:""}.fa-meta{--fa:""}.fa-padlet{--fa:""}.fa-nfc-directional{--fa:""}.fa-nfc-symbol{--fa:""}.fa-screenpal{--fa:""}.fa-space-awesome{--fa:""}.fa-square-font-awesome{--fa:""}.fa-gitlab-square,.fa-square-gitlab{--fa:""}.fa-odysee{--fa:""}.fa-stubber{--fa:""}.fa-debian{--fa:""}.fa-shoelace{--fa:""}.fa-threads{--fa:""}.fa-square-threads{--fa:""}.fa-square-x-twitter{--fa:""}.fa-x-twitter{--fa:""}.fa-opensuse{--fa:""}.fa-letterboxd{--fa:""}.fa-square-letterboxd{--fa:""}.fa-mintbit{--fa:""}.fa-google-scholar{--fa:""}.fa-brave{--fa:""}.fa-brave-reverse{--fa:""}.fa-pixiv{--fa:""}.fa-upwork{--fa:""}.fa-webflow{--fa:""}.fa-signal-messenger{--fa:""}.fa-bluesky{--fa:""}.fa-jxl{--fa:""}.fa-square-upwork{--fa:""}.fa-web-awesome{--fa:""}.fa-square-web-awesome{--fa:""}.fa-square-web-awesome-stroke{--fa:""}.fa-dart-lang{--fa:""}.fa-flutter{--fa:""}.fa-files-pinwheel{--fa:""}.fa-css{--fa:""}.fa-square-bluesky{--fa:""}.fa-openai{--fa:""}.fa-square-linkedin{--fa:""}.fa-cash-app{--fa:""}.fa-disqus{--fa:""}.fa-11ty,.fa-eleventy{--fa:""}.fa-kakao-talk{--fa:""}.fa-linktree{--fa:""}.fa-notion{--fa:""}.fa-pandora{--fa:""}.fa-pixelfed{--fa:""}.fa-tidal{--fa:""}.fa-vsco{--fa:""}.fa-w3c{--fa:""}.fa-lumon{--fa:""}.fa-lumon-drop{--fa:""}.fa-square-figma{--fa:""}.fa-tex{--fa:""}.fa-duolingo{--fa:""}.fa-supportnow{--fa:""}.fa-tor-browser{--fa:""}.fa-typescript{--fa:""}.fa-square-deskpro{--fa:""}.fa-circle-zulip{--fa:""}.fa-julia{--fa:""}.fa-zulip{--fa:""}.fa-unison{--fa:""}.fa-bgg,.fa-board-game-geek{--fa:""}.fa-ko-fi{--fa:""}.fa-kubernetes{--fa:""}.fa-postgresql{--fa:""}.fa-scaleway{--fa:""}.fa-venmo{--fa:""}.fa-venmo-v{--fa:""}.fa-unreal-engine{--fa:""}.fa-globaleaks{--fa:""}.fa-solana{--fa:""}.fa-threema{--fa:""}.fa-forgejo{--fa:""}.fa-claude{--fa:""}.fa-gitee{--fa:""}.fa-xmpp{--fa:""}.fa-fediverse{--fa:""}.fa-tailwind-css{--fa:""}.fa-arch-linux{--fa:""}.fa-svelte{--fa:""}.fa-hugging-face{--fa:""}.fa-leetcode{--fa:""}.fa-openstreetmap{--fa:""}.fa-ultralytics{--fa:""}.fa-ultralytics-hub{--fa:""}.fa-ultralytics-yolo{--fa:""}.fa-obsidian{--fa:""}.fa-zoom{--fa:""}.fa-vim{--fa:""}.fa-symfonycasts{--fa:""}.fa-square-twitter,.fa-twitter-square{--fa:""}.fa-facebook-square,.fa-square-facebook{--fa:""}.fa-linkedin{--fa:""}.fa-github-square,.fa-square-github{--fa:""}.fa-twitter{--fa:""}.fa-facebook{--fa:""}.fa-github{--fa:""}.fa-pinterest{--fa:""}.fa-pinterest-square,.fa-square-pinterest{--fa:""}.fa-google-plus-square,.fa-square-google-plus{--fa:""}.fa-google-plus-g{--fa:""}.fa-linkedin-in{--fa:""}.fa-github-alt{--fa:""}.fa-maxcdn{--fa:""}.fa-html5{--fa:""}.fa-css3{--fa:""}.fa-btc{--fa:""}.fa-youtube{--fa:""}.fa-xing{--fa:""}.fa-square-xing,.fa-xing-square{--fa:""}.fa-dropbox{--fa:""}.fa-stack-overflow{--fa:""}.fa-instagram{--fa:""}.fa-flickr{--fa:""}.fa-adn{--fa:""}.fa-bitbucket{--fa:""}.fa-tumblr{--fa:""}.fa-square-tumblr,.fa-tumblr-square{--fa:""}.fa-apple{--fa:""}.fa-windows{--fa:""}.fa-android{--fa:""}.fa-linux{--fa:""}.fa-dribbble{--fa:""}.fa-skype{--fa:""}.fa-foursquare{--fa:""}.fa-trello{--fa:""}.fa-gratipay{--fa:""}.fa-vk{--fa:""}.fa-weibo{--fa:""}.fa-renren{--fa:""}.fa-pagelines{--fa:""}.fa-stack-exchange{--fa:""}.fa-square-vimeo,.fa-vimeo-square{--fa:""}.fa-slack,.fa-slack-hash{--fa:""}.fa-wordpress{--fa:""}.fa-openid{--fa:""}.fa-yahoo{--fa:""}.fa-google{--fa:""}.fa-reddit{--fa:""}.fa-reddit-square,.fa-square-reddit{--fa:""}.fa-stumbleupon-circle{--fa:""}.fa-stumbleupon{--fa:""}.fa-delicious{--fa:""}.fa-digg{--fa:""}.fa-pied-piper-pp{--fa:""}.fa-pied-piper-alt{--fa:""}.fa-drupal{--fa:""}.fa-joomla{--fa:""}.fa-behance{--fa:""}.fa-behance-square,.fa-square-behance{--fa:""}.fa-steam{--fa:""}.fa-square-steam,.fa-steam-square{--fa:""}.fa-spotify{--fa:""}.fa-deviantart{--fa:""}.fa-soundcloud{--fa:""}.fa-vine{--fa:""}.fa-codepen{--fa:""}.fa-jsfiddle{--fa:""}.fa-rebel{--fa:""}.fa-empire{--fa:""}.fa-git-square,.fa-square-git{--fa:""}.fa-git{--fa:""}.fa-hacker-news{--fa:""}.fa-tencent-weibo{--fa:""}.fa-qq{--fa:""}.fa-weixin{--fa:""}.fa-slideshare{--fa:""}.fa-twitch{--fa:""}.fa-yelp{--fa:""}.fa-paypal{--fa:""}.fa-google-wallet{--fa:""}.fa-cc-visa{--fa:""}.fa-cc-mastercard{--fa:""}.fa-cc-discover{--fa:""}.fa-cc-amex{--fa:""}.fa-cc-paypal{--fa:""}.fa-cc-stripe{--fa:""}.fa-lastfm{--fa:""}.fa-lastfm-square,.fa-square-lastfm{--fa:""}.fa-ioxhost{--fa:""}.fa-angellist{--fa:""}.fa-buysellads{--fa:""}.fa-connectdevelop{--fa:""}.fa-dashcube{--fa:""}.fa-forumbee{--fa:""}.fa-leanpub{--fa:""}.fa-sellsy{--fa:""}.fa-shirtsinbulk{--fa:""}.fa-simplybuilt{--fa:""}.fa-skyatlas{--fa:""}.fa-pinterest-p{--fa:""}.fa-whatsapp{--fa:""}.fa-viacoin{--fa:""}.fa-medium,.fa-medium-m{--fa:""}.fa-y-combinator{--fa:""}.fa-optin-monster{--fa:""}.fa-opencart{--fa:""}.fa-expeditedssl{--fa:""}.fa-cc-jcb{--fa:""}.fa-cc-diners-club{--fa:""}.fa-creative-commons{--fa:""}.fa-gg{--fa:""}.fa-gg-circle{--fa:""}.fa-odnoklassniki{--fa:""}.fa-odnoklassniki-square,.fa-square-odnoklassniki{--fa:""}.fa-get-pocket{--fa:""}.fa-wikipedia-w{--fa:""}.fa-safari{--fa:""}.fa-chrome{--fa:""}.fa-firefox{--fa:""}.fa-opera{--fa:""}.fa-internet-explorer{--fa:""}.fa-contao{--fa:""}.fa-500px{--fa:""}.fa-amazon{--fa:""}.fa-houzz{--fa:""}.fa-vimeo-v{--fa:""}.fa-black-tie{--fa:""}.fa-fonticons{--fa:""}.fa-reddit-alien{--fa:""}.fa-edge{--fa:""}.fa-codiepie{--fa:""}.fa-modx{--fa:""}.fa-fort-awesome{--fa:""}.fa-usb{--fa:""}.fa-product-hunt{--fa:""}.fa-mixcloud{--fa:""}.fa-scribd{--fa:""}.fa-bluetooth{--fa:""}.fa-bluetooth-b{--fa:""}.fa-gitlab{--fa:""}.fa-wpbeginner{--fa:""}.fa-wpforms{--fa:""}.fa-envira{--fa:""}.fa-glide{--fa:""}.fa-glide-g{--fa:""}.fa-viadeo{--fa:""}.fa-square-viadeo,.fa-viadeo-square{--fa:""}.fa-snapchat,.fa-snapchat-ghost{--fa:""}.fa-snapchat-square,.fa-square-snapchat{--fa:""}.fa-pied-piper{--fa:""}.fa-first-order{--fa:""}.fa-yoast{--fa:""}.fa-themeisle{--fa:""}.fa-google-plus{--fa:""}.fa-font-awesome,.fa-font-awesome-flag,.fa-font-awesome-logo-full{--fa:""}.fa-linode{--fa:""}.fa-quora{--fa:""}.fa-free-code-camp{--fa:""}.fa-telegram,.fa-telegram-plane{--fa:""}.fa-bandcamp{--fa:""}.fa-grav{--fa:""}.fa-etsy{--fa:""}.fa-imdb{--fa:""}.fa-ravelry{--fa:""}.fa-sellcast{--fa:""}.fa-superpowers{--fa:""}.fa-wpexplorer{--fa:""}.fa-meetup{--fa:""}.fa-font-awesome-alt,.fa-square-font-awesome-stroke{--fa:""}.fa-accessible-icon{--fa:""}.fa-accusoft{--fa:""}.fa-adversal{--fa:""}.fa-affiliatetheme{--fa:""}.fa-algolia{--fa:""}.fa-amilia{--fa:""}.fa-angrycreative{--fa:""}.fa-app-store{--fa:""}.fa-app-store-ios{--fa:""}.fa-apper{--fa:""}.fa-asymmetrik{--fa:""}.fa-audible{--fa:""}.fa-avianex{--fa:""}.fa-aws{--fa:""}.fa-bimobject{--fa:""}.fa-bitcoin{--fa:""}.fa-bity{--fa:""}.fa-blackberry{--fa:""}.fa-blogger{--fa:""}.fa-blogger-b{--fa:""}.fa-buromobelexperte{--fa:""}.fa-centercode{--fa:""}.fa-cloudscale{--fa:""}.fa-cloudsmith{--fa:""}.fa-cloudversify{--fa:""}.fa-cpanel{--fa:""}.fa-css3-alt{--fa:""}.fa-cuttlefish{--fa:""}.fa-d-and-d{--fa:""}.fa-deploydog{--fa:""}.fa-deskpro{--fa:""}.fa-digital-ocean{--fa:""}.fa-discord{--fa:""}.fa-discourse{--fa:""}.fa-dochub{--fa:""}.fa-docker{--fa:""}.fa-draft2digital{--fa:""}.fa-dribbble-square,.fa-square-dribbble{--fa:""}.fa-dyalog{--fa:""}.fa-earlybirds{--fa:""}.fa-erlang{--fa:""}.fa-facebook-f{--fa:""}.fa-facebook-messenger{--fa:""}.fa-firstdraft{--fa:""}.fa-fonticons-fi{--fa:""}.fa-fort-awesome-alt{--fa:""}.fa-freebsd{--fa:""}.fa-gitkraken{--fa:""}.fa-gofore{--fa:""}.fa-goodreads{--fa:""}.fa-goodreads-g{--fa:""}.fa-google-drive{--fa:""}.fa-google-play{--fa:""}.fa-gripfire{--fa:""}.fa-grunt{--fa:""}.fa-gulp{--fa:""}.fa-hacker-news-square,.fa-square-hacker-news{--fa:""}.fa-hire-a-helper{--fa:""}.fa-hotjar{--fa:""}.fa-hubspot{--fa:""}.fa-itunes{--fa:""}.fa-itunes-note{--fa:""}.fa-jenkins{--fa:""}.fa-joget{--fa:""}.fa-js{--fa:""}.fa-js-square,.fa-square-js{--fa:""}.fa-keycdn{--fa:""}.fa-kickstarter,.fa-square-kickstarter{--fa:""}.fa-kickstarter-k{--fa:""}.fa-laravel{--fa:""}.fa-line{--fa:""}.fa-lyft{--fa:""}.fa-magento{--fa:""}.fa-medapps{--fa:""}.fa-medrt{--fa:""}.fa-microsoft{--fa:""}.fa-mix{--fa:""}.fa-mizuni{--fa:""}.fa-monero{--fa:""}.fa-napster{--fa:""}.fa-node-js{--fa:""}.fa-npm{--fa:""}.fa-ns8{--fa:""}.fa-nutritionix{--fa:""}.fa-page4{--fa:""}.fa-palfed{--fa:""}.fa-patreon{--fa:""}.fa-periscope{--fa:""}.fa-phabricator{--fa:""}.fa-phoenix-framework{--fa:""}.fa-playstation{--fa:""}.fa-pushed{--fa:""}.fa-python{--fa:""}.fa-red-river{--fa:""}.fa-rendact,.fa-wpressr{--fa:""}.fa-replyd{--fa:""}.fa-resolving{--fa:""}.fa-rocketchat{--fa:""}.fa-rockrms{--fa:""}.fa-schlix{--fa:""}.fa-searchengin{--fa:""}.fa-servicestack{--fa:""}.fa-sistrix{--fa:""}.fa-speakap{--fa:""}.fa-staylinked{--fa:""}.fa-steam-symbol{--fa:""}.fa-sticker-mule{--fa:""}.fa-studiovinari{--fa:""}.fa-supple{--fa:""}.fa-uber{--fa:""}.fa-uikit{--fa:""}.fa-uniregistry{--fa:""}.fa-untappd{--fa:""}.fa-ussunnah{--fa:""}.fa-vaadin{--fa:""}.fa-viber{--fa:""}.fa-vimeo{--fa:""}.fa-vnv{--fa:""}.fa-square-whatsapp,.fa-whatsapp-square{--fa:""}.fa-whmcs{--fa:""}.fa-wordpress-simple{--fa:""}.fa-xbox{--fa:""}.fa-yandex{--fa:""}.fa-yandex-international{--fa:""}.fa-apple-pay{--fa:""}.fa-cc-apple-pay{--fa:""}.fa-fly{--fa:""}.fa-node{--fa:""}.fa-osi{--fa:""}.fa-react{--fa:""}.fa-autoprefixer{--fa:""}.fa-less{--fa:""}.fa-sass{--fa:""}.fa-vuejs{--fa:""}.fa-angular{--fa:""}.fa-aviato{--fa:""}.fa-ember{--fa:""}.fa-gitter{--fa:""}.fa-hooli{--fa:""}.fa-strava{--fa:""}.fa-stripe{--fa:""}.fa-stripe-s{--fa:""}.fa-typo3{--fa:""}.fa-amazon-pay{--fa:""}.fa-cc-amazon-pay{--fa:""}.fa-ethereum{--fa:""}.fa-korvue{--fa:""}.fa-elementor{--fa:""}.fa-square-youtube,.fa-youtube-square{--fa:""}.fa-flipboard{--fa:""}.fa-hips{--fa:""}.fa-php{--fa:""}.fa-quinscape{--fa:""}.fa-readme{--fa:""}.fa-java{--fa:""}.fa-pied-piper-hat{--fa:""}.fa-creative-commons-by{--fa:""}.fa-creative-commons-nc{--fa:""}.fa-creative-commons-nc-eu{--fa:""}.fa-creative-commons-nc-jp{--fa:""}.fa-creative-commons-nd{--fa:""}.fa-creative-commons-pd{--fa:""}.fa-creative-commons-pd-alt{--fa:""}.fa-creative-commons-remix{--fa:""}.fa-creative-commons-sa{--fa:""}.fa-creative-commons-sampling{--fa:""}.fa-creative-commons-sampling-plus{--fa:""}.fa-creative-commons-share{--fa:""}.fa-creative-commons-zero{--fa:""}.fa-ebay{--fa:""}.fa-keybase{--fa:""}.fa-mastodon{--fa:""}.fa-r-project{--fa:""}.fa-researchgate{--fa:""}.fa-teamspeak{--fa:""}.fa-first-order-alt{--fa:""}.fa-fulcrum{--fa:""}.fa-galactic-republic{--fa:""}.fa-galactic-senate{--fa:""}.fa-jedi-order{--fa:""}.fa-mandalorian{--fa:""}.fa-old-republic{--fa:""}.fa-phoenix-squadron{--fa:""}.fa-sith{--fa:""}.fa-trade-federation{--fa:""}.fa-wolf-pack-battalion{--fa:""}.fa-hornbill{--fa:""}.fa-mailchimp{--fa:""}.fa-megaport{--fa:""}.fa-nimblr{--fa:""}.fa-rev{--fa:""}.fa-shopware{--fa:""}.fa-squarespace{--fa:""}.fa-themeco{--fa:""}.fa-weebly{--fa:""}.fa-wix{--fa:""}.fa-ello{--fa:""}.fa-hackerrank{--fa:""}.fa-kaggle{--fa:""}.fa-markdown{--fa:""}.fa-neos{--fa:""}.fa-zhihu{--fa:""}.fa-alipay{--fa:""}.fa-the-red-yeti{--fa:""}.fa-critical-role{--fa:""}.fa-d-and-d-beyond{--fa:""}.fa-dev{--fa:""}.fa-fantasy-flight-games{--fa:""}.fa-wizards-of-the-coast{--fa:""}.fa-think-peaks{--fa:""}.fa-reacteurope{--fa:""}.fa-artstation{--fa:""}.fa-atlassian{--fa:""}.fa-canadian-maple-leaf{--fa:""}.fa-centos{--fa:""}.fa-confluence{--fa:""}.fa-dhl{--fa:""}.fa-diaspora{--fa:""}.fa-fedex{--fa:""}.fa-fedora{--fa:""}.fa-figma{--fa:""}.fa-intercom{--fa:""}.fa-invision{--fa:""}.fa-jira{--fa:""}.fa-mendeley{--fa:""}.fa-raspberry-pi{--fa:""}.fa-redhat{--fa:""}.fa-sketch{--fa:""}.fa-sourcetree{--fa:""}.fa-suse{--fa:""}.fa-ubuntu{--fa:""}.fa-ups{--fa:""}.fa-usps{--fa:""}.fa-yarn{--fa:""}.fa-airbnb{--fa:""}.fa-battle-net{--fa:""}.fa-bootstrap{--fa:""}.fa-buffer{--fa:""}.fa-chromecast{--fa:""}.fa-evernote{--fa:""}.fa-itch-io{--fa:""}.fa-salesforce{--fa:""}.fa-speaker-deck{--fa:""}.fa-symfony{--fa:""}.fa-waze{--fa:""}.fa-yammer{--fa:""}.fa-git-alt{--fa:""}.fa-stackpath{--fa:""}.fa-cotton-bureau{--fa:""}.fa-buy-n-large{--fa:""}.fa-mdb{--fa:""}.fa-orcid{--fa:""}.fa-swift{--fa:""}.fa-umbraco{--fa:""}:host,:root{--fa-font-regular:normal 400 1em/1 var(--fa-family-classic)}@font-face{font-family:"Font Awesome 7 Free";font-style:normal;font-weight:400;font-display:block;src:url(/assets/fa-regular-400-nyy7hhHF.woff2)}.far{--fa-family:var(--fa-family-classic)}.fa-regular,.far{--fa-style:400}:host,:root{--fa-family-classic:"Font Awesome 7 Free";--fa-font-solid:normal 900 1em/1 var(--fa-family-classic);--fa-style-family-classic:var(--fa-family-classic)}@font-face{font-family:"Font Awesome 7 Free";font-style:normal;font-weight:900;font-display:block;src:url(/assets/fa-solid-900-DRAAbZTg.woff2)}.fas{--fa-style:900}.fa-classic,.fas{--fa-family:var(--fa-family-classic)}.fa-solid{--fa-style:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(/assets/fa-brands-400-BP5tdqmh.woff2)format("woff2")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(/assets/fa-solid-900-DRAAbZTg.woff2)format("woff2")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(/assets/fa-regular-400-nyy7hhHF.woff2)format("woff2")}@font-face{font-family:FontAwesome;font-display:block;src:url(/assets/fa-solid-900-DRAAbZTg.woff2)format("woff2")}@font-face{font-family:FontAwesome;font-display:block;src:url(/assets/fa-brands-400-BP5tdqmh.woff2)format("woff2")}@font-face{font-family:FontAwesome;font-display:block;src:url(/assets/fa-regular-400-nyy7hhHF.woff2)format("woff2");unicode-range:U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC}@font-face{font-family:FontAwesome;font-display:block;src:url(data:font/woff2;base64,d09GMk9UVE8AAA/AAAkAAAAAIi4AAA96A4IBAAAAAAAAAAAAAAAAAAAAAAAAAAAAATYCJAQGBmADgRwFiH0AghwHIA22GYUWERHVtH4B/lDAjaHYgPoVT5hsjC2GsZOptOo4yG1beUwR0nj95m5PABbwbw2JNax38ckISWbne6e7NGkzk5t5OtHQ3cQ8E/PgGvBDzYt/8QhfU4ejmw2Ss9r09ODR8l+jtYRSiPjXDe99ioYEJUDICo/AKRIyLZY6g5gb/PN/87fWu+WdLMNMQ049kLkaPl7+P/y/v9+nWsmNny3MZBwpLqIEUgAky2qXQQErAgUkO66A7tm25ybn+/+f01wNrP4u+ymgSuyUUAViDYIh+sbxjfg7VhAd9qRMKrF3BXKBn855NnSt1CQjTJVaYd8BQ++4R20XeJIX0rz/77Q39M65gAwmQQlbFrQfpVQXybLleWPJapb8e0cJ2kLz93Ol/TnMFXfLEn8JhNvbIjqxeXc/2UyOckA5ppQ4m+s0TQFBETgCdMAOCDy5CnvyZI2s0R1fW2MoL1G22ZTgudtjtLzMDwQDEbaWAQIgP8dqAADFS+AKknqe8PfkvO+55v/v91aE9ccAKkA2RADE+AeSboL/4wqvKi8xDkDqIzmV79ZGM7PdnQuhj8FJqIll79DSibQ0sXKXNYRdbRM+GMI2h5rF8zfdMYePtw55PPcmlAgg+mPASPzPwbDv2T3wmL2ThoUXekNwkpY0BDfbwiXSMFqxE24q9TkmWPiKJWh1mORCjilyAEspDGAZW6uwGlensDojrVodGva61vh0aarhKE8bTPCvj1hCK2OYlJVmTImPHEtVTOpYJrK8sJqcmo3VuRet1WnsdOEDcaFhM0UROOQM9KUY5Gdm9T7gPCofd4U7+x9sjlHuZL2RXfHXxYIE8CDvQm6Fk3RDXoiGY+XZ/TOFY9Kk3RCH0nr09srjn4kEqTL9zhy1p4myH+zr56tZWU8/1lvhZTacuYP5Yetw7YwTiDabHECYm7DHjCNR+QyItYjOF8TBoDvl5YcXSOcmKyfPyC0bNnnFhztFF1iXFjO+NknRNJIdlcuQLapKjOCOgXyxwzxWzyqXfZNWqpU/Y/EqBwhFdgdzldTRYQcscirRDqZxtltBIFQcvARqqfPTm9ROQCWXmvAvz+f4mSs4WoOqjmV+MH6r8TTUUn358W2SWZ78vFRvCl7xm11KSkyjY9Zp5ekkhxApAugJxGikosIHs68GiuU/TIwqCywCNlePWfOWfegrUWfqfXZ9wX1xJZZVUaWVN6utxf0m/XN+A0frVZpvr+YYS5WYTP/dyOA2+1jFSuYzlzm0UkIxBYTgjxv2qGr1a33Xe73VE93VHd3WKa2XqzQ0z5i4ND6pAgLVADGAdvICQA+g9DADoyUxaiEZtSRHrSjL/tD/6rdLdWfrbvLaZWUZ628lFTILA4iDzuUuRCDT4zLb9EbNNYDla7prkJb1sf9ps4yByalXLAjno1iDBtIQnk3bt02oZFNS9mGZTLrcFFwuLYcChHY/sdf2tT871c4E9dWb7St8ZWAVxoYfosuJThqeTcueyV1byeNebq+zTldTt9Nbrz8d5hvEG+w16DOMMNxmFGjcVr7HJHKCff1U74jp+nDiWA34AMvXbSjGL/mcxCInGJy+yzwieJF/QXkmwevg9kD53IWNr56dXTHoimkCpx95BLQQ2PxpPpwUV7AFs1Ndo/hfIZh1bJf//v7+Tyj/CT8H3F7A6qmRdgvmMJN2ioW3vZwaYedQL8RNM/O+veVnYH7v9oP5KOyePoBHb+2zIOh0TVD6jONQU9chTV3NEW4mF4VRA0FDA6gRQpnrmRk36EyA73QmLZcDIp2KLDrPqLohc8EhNFtkZE0jyrrGFmN8zNssYeZEJb9VGKGUWXsLkusQmHw/NN1aDVSQDjHXiFlNjOAbroZ8UhfqEVL9nGJP6bpouAIM0lpUyxoihzlDYnQRqe1CUGflRMzbwnKeTGaAqYTQkMV26jweXMYppyDld84jjBqk4oMY8c033Bcj54/JRjgquMTgyBZWMiaNdOECEAMqLkQL5aTRd1h+kIp3SqkDjgI1g5Tk7yLHKacge+vnpnYQKEqpWoaIE2uS1Ml9cKriqrXTBqEEkG0uhcxhNlmmr0Xm3rAWayZV1JQ/KNNVsjN28Y5E7DJbzQZVMSWFKP0dJSXo/7kumXvgf2oJsBI9mQs0tQTGdQlzNUzTUAQoNoE9qz8S+rGufAQyulFq0lpzdbFwf9PZiSkrzYVCwWpdR7DS7IF3L+9f1yMGRZlkLMKQmdJ/1f46jGqaXR3YWhJYu87qJBc0m1RUMczWRag5ADqhkPqxhrDNPT/9UmSkSJfSMvJebDBZ9FdCLUYCv6csAum7yIgZJHSL6fwevL/oN0AP8WsklRyKAJ3g2fB4R6ALyHyUE8EEEuoJmqCGgdCsZtKkGvO8Of70iHhdREid5AMRwUww5Px2EgNkUUlugQRMCSY3ccUbajibX9FEMflNwXQiaqhimrwH4UjnrohSQhM+6lwHbsbDXzobbWNw86+H/znDNiTnVUcM9fYFXauhcs/kUBiETGrooeTa2vWvw27pTjrjFDLT/1sl93DjuteQlbHMGWVs8lqy8qOXl9+MRjp2nQASXcfCwyS5acIVKHjPUa8RjXeMBLjn/fu9yJgF/iaMoK74TfDZTpnSPUd1G4GX8PAX/x9xCS8tengWmzYgucYT8wU0t4ngls/hJGctpOJVoFq+Af2/cjDAPOHFk5P/XXpRtmELfEfS+bCOuQ4L3+ofEPfS5QCO5j0gXqW1urWOvHzQgTEMChC0U5jeEF+pkSyBhwhZI1vB7pTubtmwbzYhsME5PPU0eZ4JHIB5iXSSzwQS0iiHfb0oOtqxA8KUCmMeVEVKnAFvdIPFrkHWdsaZZ8CdZmvR14f0tPqjH2aUMLBmHIMRM7cma2PXWcI9+fDjlrmy0n2PVAr5vPaq06NZRkE2prXUDp0urwStChuHTdAtxMblrCnopM02RUxamAxiQ9KBKEocT1fET438EjShE8NXvGEtoh6YDHprnclg171EKLGCR+PPfF83UQfieAqsqKjjyhMl42Wt1+nrdtq3oT5Q51+AD00vabZETGwF0ZUtwWPqSqkHjF/zNXpgTbmxtQKODCq1o4VYSjmDCqKkdNqxYybf3g1fU1+zn0tjtFC2i5zauLBZqnIy1oRUhWzw1PpO1Y3ttKP6SfenNESUlHAtQyzQ7tqsnhW0mCS7PGnWQGnUeouHk0g+jHIpIjJyBzRtDZKLeLgHpc7RsAHsyZgdFnuoR8VOGyIDBzzuNNh1ioYW0PM7yStZxQrID0pp3LYTOyGW8hAZWL3VDjufx21DyNsDt27Es84ZPD9EQ8+T7UFkoPvBKNAQ92jLGfgvepGe6LSXIUis3EtBzjbcAB1DIyVOPpnD/pL++RY/WOzCaKGWnWJP7OUvObwn95DNskVG3cZsF3DvCrLBsPAC1PQQPEQUQ+mY4YzRMxNiaPTQcMLoohtqQUPcyLb3fvGOd7GVfHe5K5a8/Ed/ykZevPjjwtxSg2cExzbOeBbkwA48oLjxw9S6IoYgMJ8gsBq3mCqdf7AWzJLBuAOon+WzFGuEuTYcmZ63tygjDccd5M4nYCb7CocF7eT21Pn5rcEDbnaBK8Jauy0EN4DpZRzRRBRBr8d2RLEQie1CjLGULGLDYIXjA15A+2aeAHHigrGhIeliSoEZabBS6f92e9V+u+AjssKtDmvtmPF8XzW4mK3Yjy2PFsH4J+gIgcgEM2W5Kuj402ANx98gYiHuqnNLs20OtnU2zKsTx6NC+d7t7TNl4Fe3eOmmBcGje/bDrfQobMQu+hhCuEWFNZVgpUTQj694JRR0xXzTXiBWa94133YEOZ8g2v3oST/dRLVc0wGk3P/Dq1qtwgk5C4aE7AeJ85mB0WZkuVNaoCSNcAokS5qtjChLI0IPv5C2wYKYYYiZQFBMOz8jcE3cRmwlBMmCxvemqCNKqnNiB0ZXuYAY7mJSyAsccSuDpEenPwY148TvIb0r+J1+Nh5z7/EsX5DjAnOXk53zfdiCdHdy4okUClpOHQZYjyNeQDAbMAYj7DzVcPVh/oW95zAe/qHfXg71Icy35j3ZZl6EozfaAnSSPk58/YSdeJo5P0R0diuoJig8c8KlBsGEKNNUBk1AXZg+NKMpT544MVFItVHHGTCeyCISgu3UrSkxgWBAWgGzZRrBy6oWFkKR3078RIoYB2oKmz4yvJhOZQfHx7Ai8VVBVpooRyclzD4Xbkio0vMA5h+lyy6DlPw95hjdRkoecIx4/32yXClc2HHBGQpQeYS8xOZgzR6b9Nmmm7RingP6d+XxPMTK2+i+X8a86u3VTkGSd9Btms/tBmbqc7tJZD4QHUG/ziucMMeV0QALuDtPj2Bfo1weLkthULQns/b3xTszkWYdCpr7SiNHGgLhiQYzSf4FHNtCoOd6vJWj4WPjBEYkT+Rr9CuUdtAvS8N2xbUXOc6/AC9IHV3IF4mffcqtvrshSTer1EhEsK9bfC+YzDpfHCDXTSeDXIqy+76U68B9QXXsD9AghNe1+MyoYulcg42ntu1cijpoVx1igYRhdXYGtWFas3EO3NewAytz/ZQ6dDs4uoaUnisYqoGspTbUQP2wGfXmebN8jgnqUA4WftVwjw0EIVVq1Vq1Vt/V6xzCtlsj00hU9RI9Xpnc6wV2rmUc9ct7vge2d7Pa8T4dZvJz7ROTlfokrXjjF2VvYgwQ5Z4o6y9bgeMVHJhbbgGNXj5gWN9FeJHy+2lvfhnrQ+R74/HhjGd7qeKkMSoIbgmLXjmJxBITn06HgmG5GD5pOFwsykRAO0K1XsR7ieaQxuiGi0RxTi8o9oNIsKjtGtHUcjb6JZ4ejDU9fh31Si+e/6iafqQRveddM+n0RRWJKwxcCLHJ8gXuIdK8typ0irQ1nLQMdUM2WwbuehNVZTPS1+1k7M0nH0cI61v3uczwg1fzOmnipATlkET+cFAkW3NIF4NvCophKNliuYvw9Fv+b4MU7N54i5ossf6MSeZV3cjCVlBbKJOBvWA7H25HjdPBbKkKDfhJiWeKM5/wrS5zFnFKTo4AcYXYH/OPAHoSBQVVDX3Tw7c/wREG1W8yF45ZRQbm+i95nnWVo4CiM8dBEcP/nhUAusB6Ay5eHL3U8LzEFApKd4wclOln8LzAZAMuPoKocMXxvA0MWmYK4AerUihX68tt1RUQhNduTIqo/0KYKE3GBQOcsgRK44Kbji8fn3D78asKctf4Dn52GZMFqb1cVUs9l6/MqUM5ohSxJcOGHxomvGnomRokmAUpuK1ekAED)format("woff2");unicode-range:U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A}
