@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";.topbar{color:#fff;background:#0d47a1;width:100%;font-size:14px}.topbar-container{justify-content:space-between;align-items:center;height:42px;display:flex}.top-left{flex-wrap:wrap;align-items:center;gap:25px;display:flex}.top-left span{align-items:center;gap:8px;display:flex}.top-right{white-space:nowrap;font-weight:500}.navbar{z-index:999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff7;width:100%;transition:all .35s;position:sticky;top:0;left:0}.navbar.sticky{box-shadow:0 10px 30px #00000014}.navbar-container{justify-content:space-between;align-items:center;gap:30px;height:85px;display:flex}.logo{flex-shrink:0;align-items:center;gap:14px;min-width:0;display:flex}.logo-circle{background:#fff;border:3px solid #2e7d32;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:68px;height:68px;transition:all .35s;display:flex;overflow:hidden;box-shadow:0 8px 20px #0000001f}.logo-circle img{object-fit:cover;width:100%;height:100%}.logo-circle:hover{transform:rotate(5deg)scale(1.05)}.logo-content{overflow:hidden}.logo-content h2{color:#0d2b55;white-space:nowrap;font-size:26px;font-weight:700;line-height:1.1}.logo-content p{color:#666;white-space:nowrap;margin-top:4px;font-size:13px}.nav-links{align-items:center;gap:34px;margin-left:auto;display:flex}.nav-links a{color:#222;font-size:16px;font-weight:500;transition:all .3s;position:relative}.nav-links a:hover{color:#0d47a1}.nav-links a:after{content:"";background:#2e7d32;border-radius:20px;width:0;height:3px;transition:all .35s;position:absolute;bottom:-8px;left:0}.nav-links a:hover:after,.nav-links .active:after{width:100%}.nav-links .active{color:#0d47a1}.contact-button{color:#fff;white-space:nowrap;background:#2e7d32;border-radius:40px;justify-content:center;align-items:center;padding:14px 28px;font-size:15px;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 10px 25px #2e7d3240}.contact-button:hover{background:#256528;transform:translateY(-3px);box-shadow:0 15px 35px #2e7d3259}.menu-btn{color:#0d47a1;cursor:pointer;z-index:1002;font-size:30px;line-height:1;transition:all .3s;display:none}.menu-btn:hover{color:#2e7d32;transform:scale(1.08)}.logo{transition:all .3s}.logo:hover{transform:scale(1.02)}.nav-links a{text-decoration:none}.nav-links a:focus{outline:none}@media (width>=992px){.navbar-container{min-height:85px}.nav-links{flex-wrap:nowrap}.contact-button{margin-left:30px}}@media (width<=1100px){.nav-links{gap:22px}.logo-content h2{font-size:22px}.contact-button{padding:12px 22px}}@media (width<=991px){.topbar{display:none}.navbar-container{height:80px}.logo-circle{width:54px;height:54px}.logo-content h2{font-size:21px}.logo-content p{font-size:12px}.contact-button{display:none}.menu-btn{display:block}.nav-links{z-index:1000;background:#fff;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:24px;width:300px;max-width:85%;height:calc(100vh - 80px);padding:35px 28px;transition:all .35s;display:flex;position:fixed;top:80px;right:-100%;overflow-y:auto;box-shadow:-10px 0 30px #0000001f}.nav-links.active{right:0}.nav-links a{border-bottom:1px solid #ececec;width:100%;padding-bottom:12px;font-size:17px}}@media (width<=768px){.container{width:92%}.navbar-container{height:75px}.logo{gap:10px}.logo-circle{width:46px;height:46px}.logo-content h2{font-size:18px}.logo-content p{font-size:11px}.nav-links{width:280px;max-width:85%;height:calc(100vh - 75px);top:75px}}@media (width<=480px){.container{width:94%}.navbar-container{height:70px}.logo{gap:8px}.logo-circle{width:42px;height:42px}.logo-content h2{font-size:15px}.logo-content p{display:none}.menu-btn{font-size:28px}.nav-links{width:260px;height:calc(100vh - 70px);padding:30px 22px;top:70px}.nav-links a{font-size:16px}}.hero{background-color:#0000;background-image:linear-gradient(#08234ed1,#08234ed1),url(/assets/hero-bg-C9pztltR.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-overlay{background:linear-gradient(90deg,#051e3ce6 0%,#051e3c8c 45%,#051e3c2e 100%);position:absolute;inset:0}.hero-container{z-index:5;justify-content:space-between;align-items:center;gap:80px;padding-top:120px;display:flex;position:relative}.hero-left{flex:1}.hero-tag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;letter-spacing:1px;background:#ffffff1f;border:1px solid #ffffff38;border-radius:50px;margin-bottom:28px;padding:12px 24px;font-size:14px;font-weight:700;display:inline-block}.hero-left h1{color:#fff;margin-bottom:28px;font-size:64px;font-weight:800;line-height:1.12}.hero-left p{color:#ffffffe6;max-width:650px;margin-bottom:38px;font-size:18px;line-height:1.9}.hero-buttons{gap:20px;margin-bottom:45px;display:flex}.btn-primary,.btn-secondary{border-radius:50px;justify-content:center;align-items:center;gap:12px;padding:17px 34px;font-size:16px;font-weight:600;text-decoration:none;transition:all .35s;display:inline-flex}.btn-primary{color:#fff;background:#2e7d32}.btn-primary:hover{background:#256528;transform:translateY(-5px)}.btn-secondary{color:#fff;border:2px solid #ffffffe6}.btn-secondary:hover{color:#0d47a1;background:#fff}.hero-features{flex-wrap:wrap;gap:22px;display:flex}.hero-features div{color:#fff;align-items:center;gap:10px;font-size:16px;font-weight:500;display:flex}.hero-features svg{color:#4caf50;font-size:22px}.hero-right{flex:1;justify-content:center;align-items:center;display:flex;position:relative}.hero-image-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff14;border:1px solid #ffffff26;border-radius:34px;padding:18px;transition:all .45s;position:relative;transform:rotate(-2deg);box-shadow:0 35px 70px #00000059,inset 0 1px 1px #ffffff2e}.hero-image-card:hover{transform:rotate(0)translateY(-8px)}.hero-image-card img{object-fit:cover;border:6px solid #fff;border-radius:26px;width:100%;max-width:520px;transition:all .45s;animation:5s ease-in-out infinite floatImage;display:block}.hero-image-card:hover img{transform:scale(1.04)}.hero-right:before{content:"";filter:blur(90px);opacity:.25;z-index:-2;background:#4caf50;border-radius:50%;width:340px;height:340px;position:absolute;top:30px;left:-30px}.hero-right:after{content:"";filter:blur(85px);opacity:.28;z-index:-2;background:#0d47a1;border-radius:50%;width:300px;height:300px;position:absolute;bottom:20px;right:-30px}.hero-badge{color:#fff;letter-spacing:.5px;z-index:5;background:#2e7d32;border-radius:50px;padding:12px 22px;font-size:15px;font-weight:700;animation:4s ease-in-out infinite badgeFloat;position:absolute;top:-18px;right:-10px;box-shadow:0 18px 35px #0000004d}@keyframes badgeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero-dots{opacity:.45;z-index:1;background-image:radial-gradient(#4caf50 2px,#0000 2px);background-size:16px 16px;width:110px;height:110px;position:absolute;bottom:-30px;left:-35px}.btn-primary,.btn-secondary{position:relative;overflow:hidden}.btn-primary:before,.btn-secondary:before{content:"";background:#ffffff40;width:70%;height:100%;transition:all .7s;position:absolute;top:0;left:-120%;transform:skew(-25deg)}.btn-primary:hover:before,.btn-secondary:hover:before{left:140%}.hero-tag{animation:.8s fadeTop}.hero-left h1{animation:1s fadeLeft}.hero-left p{animation:1.2s fadeLeft}.hero-buttons{animation:1.35s fadeBottom}.hero-features{animation:1.55s fadeBottom}.hero-image-card{animation:1.2s fadeRight}@keyframes floatImage{0%{transform:translateY(0)}50%{transform:translateY(-18px)}to{transform:translateY(0)}}@keyframes fadeLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeTop{0%{opacity:0;transform:translateY(-35px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeBottom{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (width<=1400px){.hero-left h1{font-size:56px}}@media (width<=1200px){.hero-container{gap:50px}.hero-left h1{font-size:48px}.hero-image-card img{max-width:450px}}@media (width<=992px){.hero{min-height:auto;padding:90px 0}.hero-container{text-align:center;flex-direction:column;padding-top:120px}.hero-left{order:2}.hero-right{order:1;margin-bottom:20px}.hero-left p{margin:20px auto 35px}.hero-buttons,.hero-features{justify-content:center}.hero-image-card{transform:none}.hero-badge{top:-12px;right:10px}}@media (width<=768px){.hero-left h1{font-size:36px}.hero-left p{font-size:16px}.hero-buttons{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:260px}.hero-features{flex-direction:column;align-items:center;gap:14px}.hero-image-card img{max-width:320px}.hero-badge{padding:10px 18px;font-size:13px}.hero-dots{display:none}}@media (width<=480px){.hero-container{padding-top:100px}.hero-left h1{font-size:30px}.hero-left p{font-size:15px}.hero-image-card{padding:12px}.hero-image-card img{max-width:260px}.btn-primary,.btn-secondary{width:100%;max-width:280px}.hero-badge{padding:8px 16px;font-size:12px}}.why{background:#f8fbff;padding:110px 0;position:relative;overflow:hidden}.why:before{content:"";background:#0d47a10d;border-radius:50%;width:420px;height:420px;position:absolute;top:-180px;left:-180px}.why:after{content:"";background:#2e7d320d;border-radius:50%;width:350px;height:350px;position:absolute;bottom:-150px;right:-150px}.section-title{text-align:center;z-index:2;max-width:760px;margin:auto auto 70px;position:relative}.section-title span{color:#0d47a1;letter-spacing:1px;background:#eaf4ff;border-radius:30px;margin-bottom:20px;padding:10px 22px;font-weight:600;display:inline-block}.section-title h2{color:#08234e;margin-bottom:20px;font-size:48px;font-weight:700;line-height:1.2}.section-title p{color:#666;font-size:17px;line-height:1.8}.why-grid{z-index:2;grid-template-columns:repeat(3,1fr);gap:30px;display:grid;position:relative}.why-card{background:#fff;border:1px solid #eef2f7;border-radius:20px;padding:40px 30px;transition:all .4s;position:relative;overflow:hidden;box-shadow:0 15px 40px #0000000d}.why-card:before{content:"";background:linear-gradient(90deg,#0d47a1,#2e7d32);width:0%;height:5px;transition:all .4s;position:absolute;top:0;left:0}.why-card:hover:before{width:100%}.why-card:hover{transform:translateY(-12px);box-shadow:0 25px 60px #0000001f}.why-icon{color:#fff;background:linear-gradient(135deg,#0d47a1,#2e7d32);border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:28px;font-size:34px;transition:all .4s;display:flex}.why-card:hover .why-icon{transform:rotate(-10deg)scale(1.08)}.why-card h3{color:#08234e;margin-bottom:18px;font-size:24px;font-weight:600}.why-card p{color:#666;font-size:16px;line-height:1.8}.why-icon{position:relative}.why-icon:after{content:"";background:inherit;filter:blur(18px);opacity:.25;z-index:-1;border-radius:20px;width:100%;height:100%;position:absolute}.why-card:after{content:"";background:#ffffff59;width:70px;height:250%;transition:all .8s;position:absolute;top:-120%;left:-40%;transform:rotate(25deg)}.why-card:hover:after{left:140%}.section-title span{animation:.8s fadeDown}.section-title h2{animation:1s fadeUp}.section-title p{animation:1.2s fadeUp}.why-card{animation:.8s both cardFade}.why-card:first-child{animation-delay:.1s}.why-card:nth-child(2){animation-delay:.2s}.why-card:nth-child(3){animation-delay:.3s}.why-card:nth-child(4){animation-delay:.4s}.why-card:nth-child(5){animation-delay:.5s}.why-card:nth-child(6){animation-delay:.6s}@keyframes fadeDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes cardFade{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (width<=1400px){.section-title h2{font-size:44px}}@media (width<=1200px){.why-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=992px){.why{padding:90px 0}.section-title{margin-bottom:50px}.section-title h2{font-size:38px}.section-title p{font-size:16px}.why-grid{gap:25px}}@media (width<=768px){.why-grid{grid-template-columns:1fr}.section-title h2{font-size:32px}.section-title p{font-size:15px}.why-card{padding:30px 24px}.why-icon{width:70px;height:70px;font-size:28px}.why-card h3{font-size:22px}}@media (width<=480px){.why{padding:70px 0}.section-title span{padding:8px 18px;font-size:12px}.section-title h2{font-size:28px}.why-card{border-radius:16px;padding:28px 20px}.why-card h3{font-size:20px}.why-card p{font-size:15px;line-height:1.7}.why-icon{width:64px;height:64px;font-size:24px}}.company-overview{background:#fff;padding:110px 0;position:relative;overflow:hidden}.company-overview:before{content:"";background:#0d47a10d;border-radius:50%;width:350px;height:350px;position:absolute;top:-150px;right:-150px}.company-overview:after{content:"";background:#2e7d320d;border-radius:50%;width:280px;height:280px;position:absolute;bottom:-120px;left:-120px}.company-container{z-index:2;justify-content:space-between;align-items:center;gap:80px;display:flex;position:relative}.company-image{flex:1;position:relative}.company-image img{border-radius:25px;width:100%;transition:all .5s;box-shadow:0 25px 60px #0000001f}.experience-box{color:#fff;text-align:center;background:#0d47a1;border-radius:18px;padding:28px 35px;position:absolute;bottom:35px;left:-30px;box-shadow:0 20px 45px #0d47a14d}.experience-box h2{color:#fff;margin-bottom:6px;font-size:42px;font-weight:700}.experience-box span{letter-spacing:1px;font-size:16px}.company-content{flex:1}.company-tag{color:#0d47a1;letter-spacing:1px;background:#e8f2ff;border-radius:30px;margin-bottom:20px;padding:10px 22px;font-weight:600;display:inline-block}.company-content h2{color:#08234e;margin-bottom:25px;font-size:46px;font-weight:700;line-height:1.25}.company-content p{color:#666;margin-bottom:35px;font-size:17px;line-height:1.9}.company-features{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:40px;display:grid}.company-features div{background:#f8fbff;border:1px solid #edf2f7;border-radius:14px;align-items:center;gap:15px;padding:18px;transition:all .3s;display:flex}.company-features div:hover{background:#fff;transform:translateY(-5px);box-shadow:0 15px 35px #00000014}.company-features svg{color:#2e7d32;font-size:24px}.company-features span{color:#08234e;font-size:16px;font-weight:600}.company-btn{color:#fff;background:linear-gradient(135deg,#0d47a1,#1565c0);border-radius:50px;justify-content:center;align-items:center;padding:16px 34px;font-weight:600;transition:all .35s;display:inline-flex;box-shadow:0 15px 35px #0d47a140}.company-btn:hover{transform:translateY(-4px);box-shadow:0 20px 45px #0d47a159}.company-image{overflow:visible}.company-image img:hover{transform:scale(1.03)}.experience-box{animation:4s ease-in-out infinite floatBox}@keyframes floatBox{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.company-tag{animation:.8s fadeDown}.company-content h2{animation:1s fadeLeft}.company-content p{animation:1.2s fadeLeft}.company-features{animation:1.3s fadeUp}.company-btn{animation:1.5s fadeUp}.company-image:before{content:"";filter:blur(80px);z-index:-1;background:#0d47a114;border-radius:50%;width:420px;height:420px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.company-btn{position:relative;overflow:hidden}.company-btn:before{content:"";background:#ffffff59;width:60px;height:100%;transition:all .7s;position:absolute;top:0;left:-120%;transform:skew(-25deg)}.company-btn:hover:before{left:140%}@media (width<=1200px){.company-container{gap:50px}.company-content h2{font-size:40px}}@media (width<=992px){.company-overview{padding:90px 0}.company-container{text-align:center;flex-direction:column}.company-image{width:100%;max-width:650px}.experience-box{bottom:-20px;left:50%;transform:translate(-50%)}.company-features{margin-top:35px}.company-btn{margin-top:15px}}@media (width<=768px){.company-content h2{font-size:34px}.company-content p{font-size:16px}.company-features{grid-template-columns:1fr}.company-features div{justify-content:flex-start}.experience-box{padding:20px 28px}.experience-box h2{font-size:34px}}@media (width<=480px){.company-overview{padding:70px 0}.company-tag{padding:8px 18px;font-size:12px}.company-content h2{font-size:28px;line-height:1.3}.company-content p{font-size:15px}.company-image img{border-radius:18px}.experience-box{width:170px;padding:18px}.experience-box h2{font-size:30px}.company-features div{padding:16px}.company-features span{font-size:15px}.company-btn{justify-content:center;width:100%;padding:15px}}.mission-section{background:#fff;padding:100px 0}.section-heading{text-align:center;max-width:750px;margin:0 auto 60px}.section-heading span{color:#0d47a1;letter-spacing:1px;background:#0d47a11a;border-radius:30px;margin-bottom:20px;padding:10px 22px;font-size:14px;font-weight:600;display:inline-block}.section-heading h2{color:#0d47a1;margin-bottom:20px;font-size:42px}.section-heading p{color:#666;font-size:17px;line-height:1.8}.mission-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.mission-card{text-align:center;background:#fff;border:1px solid #0d47a114;border-radius:20px;padding:40px 30px;transition:all .35s;box-shadow:0 15px 35px #00000014}.mission-card:hover{transform:translateY(-10px);box-shadow:0 25px 45px #0000001f}.icon{color:#fff;background:linear-gradient(135deg,#0d47a1,#1976d2);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 25px;font-size:32px;display:flex;box-shadow:0 10px 30px #0d47a140}.mission-card h3{color:#0d47a1;margin-bottom:18px;font-size:26px}.mission-card p{color:#666;font-size:16px;line-height:1.8}.mission-section{position:relative;overflow:hidden}.mission-section:before{content:"";background:#0d47a10d;border-radius:50%;width:350px;height:350px;position:absolute;top:-150px;right:-120px}.mission-section:after{content:"";background:#2e7d3214;border-radius:50%;width:250px;height:250px;position:absolute;bottom:-100px;left:-80px}.mission-card{position:relative;overflow:hidden}.mission-card:before{content:"";background:#ffffff73;width:60px;height:100%;transition:all .8s;position:absolute;top:0;left:-120%;transform:skew(-25deg)}.mission-card:hover:before{left:140%}.mission-card:hover{border-color:#0d47a1}.icon{transition:all .4s}.mission-card:hover .icon{transform:rotate(360deg)scale(1.08)}.section-heading{animation:.8s fadeDown}.mission-grid{animation:1s fadeUp}@media (width<=1200px){.mission-grid{gap:25px}.section-heading h2{font-size:38px}}@media (width<=992px){.mission-section{padding:80px 0}.mission-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.section-heading{margin-bottom:45px}.section-heading h2{font-size:32px}.section-heading p{font-size:16px}.mission-grid{grid-template-columns:1fr}.mission-card{padding:35px 25px}}@media (width<=480px){.mission-section{padding:60px 0}.section-heading span{padding:8px 18px;font-size:12px}.section-heading h2{font-size:28px}.section-heading p{font-size:15px}.icon{width:70px;height:70px;font-size:28px}.mission-card h3{font-size:22px}.mission-card p{font-size:15px}}.footer{color:#fff;background:linear-gradient(135deg,#072248,#0d47a1);margin-top:120px;position:relative;overflow:hidden}.footer-wave{width:100%;line-height:0}.footer-wave svg{width:100%;height:90px;display:block}.footer-grid{z-index:2;grid-template-columns:2fr 1fr 1.4fr;gap:70px;padding:85px 0 65px;display:grid;position:relative}.footer-logo{align-items:center;gap:18px;margin-bottom:28px;display:flex}.footer-logo-circle{color:#fff;background:#2e7d32;border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;font-size:24px;font-weight:700;display:flex;box-shadow:0 12px 35px #2e7d3259}.footer-logo h3{color:#fff;margin-bottom:4px;font-size:30px}.footer-logo span{color:#d8e7ff;font-size:14px}.footer-col p{color:#ffffffd6;margin-bottom:18px;font-size:16px;line-height:1.9}.footer-col h4{color:#fff;margin-bottom:30px;font-size:25px;position:relative}.footer-col h4:after{content:"";background:#2e7d32;border-radius:20px;width:55px;height:4px;position:absolute;bottom:-10px;left:0}.footer-col a{color:#ffffffdb;width:max-content;margin-bottom:17px;text-decoration:none;transition:all .35s;display:block}.footer-col a:hover{color:#fff;transform:translate(8px)}.footer-col p svg{color:#6dd56d;vertical-align:middle;margin-right:12px;font-size:18px}.social-icons{gap:16px;margin-top:32px;display:flex}.social-icons a{color:#fff;background:#ffffff14;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:18px;transition:all .35s;display:flex}.social-icons a:hover{background:#2e7d32;transform:translateY(-6px)}.footer-bottom{z-index:2;background:#00000014;border-top:1px solid #ffffff1f;padding:22px 0;position:relative}.footer-bottom-container{justify-content:space-between;align-items:center;gap:20px;display:flex}.footer-bottom-left{color:#ffffffd1;letter-spacing:.3px;font-size:15px}.footer-bottom-right{color:#fff;font-size:15px;font-weight:500}.footer-bottom-right span{color:#6dd56d;font-weight:700}.footer:before{content:"";z-index:0;background:#ffffff0a;border-radius:50%;width:430px;height:430px;position:absolute;top:-180px;right:-180px}.footer:after{content:"";z-index:0;background:#2e7d3214;border-radius:50%;width:320px;height:320px;position:absolute;bottom:-120px;left:-120px}.footer-logo{transition:all .4s}.footer-logo:hover{transform:translateY(-5px)}.footer-logo-circle{transition:all .6s}.footer-logo:hover .footer-logo-circle{transform:rotate(360deg)scale(1.08)}.social-icons a{position:relative;overflow:hidden}.social-icons a:before{content:"";background:#ffffff47;width:60px;height:100%;transition:all .7s;position:absolute;top:0;left:-120%;transform:skew(-25deg)}.social-icons a:hover:before{left:150%}.social-icons a:hover{box-shadow:0 15px 35px #2e7d3259}.footer-col a{position:relative}.footer-col a:after{content:"";background:#6dd56d;width:0;height:2px;transition:all .35s;position:absolute;bottom:-3px;left:0}.footer-col a:hover:after{width:100%}.footer-col p{transition:all .35s}.footer-col p:hover{color:#fff}.footer-bottom-right{transition:all .35s}.footer-bottom-right:hover{transform:translateY(-2px)}.footer-bottom-right span{transition:all .35s}.footer-bottom-right:hover span{color:#fff}.footer-grid{animation:.9s footerFade}@keyframes footerFade{0%{opacity:0;transform:translateY(45px)}to{opacity:1;transform:translateY(0)}}@media (width<=1200px){.footer-grid{grid-template-columns:1.6fr 1fr 1.3fr;gap:45px}.footer-logo h3{font-size:26px}}@media (width<=992px){.footer{margin-top:90px}.footer-grid{grid-template-columns:1fr 1fr;gap:45px}.footer-col:first-child{grid-column:1/-1}.footer-bottom-container{text-align:center;flex-direction:column;gap:12px}}@media (width<=768px){.footer-grid{text-align:center;grid-template-columns:1fr;padding:60px 0 45px}.footer-logo{justify-content:center}.footer-col h4:after{left:50%;transform:translate(-50%)}.footer-col a{margin-left:auto;margin-right:auto}.social-icons{justify-content:center}.footer-bottom{padding:18px 0}.footer-bottom-left,.footer-bottom-right{font-size:14px}}@media (width<=480px){.footer-wave svg{height:60px}.footer-logo-circle{width:58px;height:58px;font-size:22px}.footer-logo h3,.footer-col h4{font-size:22px}.footer-col p{font-size:15px;line-height:1.8}.social-icons a{width:44px;height:44px;font-size:16px}.footer-bottom{padding:16px 0}.footer-bottom-left,.footer-bottom-right{font-size:13px;line-height:1.7}}.about-hero{text-align:center;color:#fff;background-position:50%;background-size:cover;align-items:center;height:420px;display:flex}.about-hero .container{width:100%}.about-hero h1{margin-bottom:15px;font-size:56px;font-weight:700}.about-hero p{color:#ffffffe6;font-size:18px}.about-hero span{color:#7ddf7d;margin:0 10px}.about-company{background:#f8fbff;padding:100px 0}.about-container{align-items:center;gap:70px;display:flex}.about-image{flex:1;position:relative}.about-image img{border-radius:20px;width:100%;transition:all .4s;display:block;box-shadow:0 20px 50px #0000001f}.about-image img:hover{transform:scale(1.03)}.about-content{flex:1}.section-tag{color:#0d47a1;letter-spacing:1px;background:#0d47a11a;border-radius:30px;margin-bottom:20px;padding:10px 22px;font-size:14px;font-weight:600;display:inline-block}.about-content h2{color:#0d47a1;margin-bottom:25px;font-size:42px;line-height:1.3}.about-content p{color:#555;margin-bottom:18px;font-size:17px;line-height:1.9}.about-features{grid-template-columns:repeat(2,1fr);gap:18px;margin-top:35px;display:grid}.about-features div{color:#333;background:#fff;border-radius:14px;align-items:center;gap:12px;padding:18px 20px;font-weight:600;transition:all .3s;display:flex;box-shadow:0 8px 20px #0000000f}.about-features div:hover{transform:translateY(-6px);box-shadow:0 18px 35px #0000001f}.about-features svg{color:#2e7d32;font-size:20px}.about-company{position:relative;overflow:hidden}.about-company:before{content:"";background:#0d47a10d;border-radius:50%;width:350px;height:350px;position:absolute;top:-150px;right:-120px}.about-company:after{content:"";background:#2e7d3214;border-radius:50%;width:250px;height:250px;position:absolute;bottom:-100px;left:-80px}.about-image{animation:1s fadeLeft}.about-content{animation:1s fadeRight}.about-image:before{content:"";filter:blur(80px);z-index:-1;background:#0d47a114;border-radius:50%;width:320px;height:320px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.about-features div{position:relative;overflow:hidden}.about-features div:before{content:"";background:linear-gradient(90deg,#0000,#ffffff80,#0000);width:100%;height:100%;transition:all .7s;position:absolute;top:0;left:-100%}.about-features div:hover:before{left:100%}@media (width<=1200px){.about-container{gap:50px}.about-content h2{font-size:36px}}@media (width<=992px){.about-company{padding:80px 0}.about-container{flex-direction:column}.about-content{text-align:center}.about-features{margin-top:30px}}@media (width<=768px){.about-hero{height:300px}.about-hero h1{font-size:40px}.about-hero p{font-size:16px}.about-content h2{font-size:30px}.about-content p{font-size:16px}.about-features{grid-template-columns:1fr}}@media (width<=480px){.about-company{padding:60px 0}.about-hero{height:250px}.about-hero h1{font-size:32px}.about-content h2{font-size:26px}.about-content p{font-size:15px}.section-tag{padding:8px 18px;font-size:12px}.about-features div{padding:15px;font-size:15px}}.director-hero{text-align:center;color:#fff;background-position:50%;background-size:cover;justify-content:center;align-items:center;height:420px;display:flex}.director-hero .container{width:100%}.director-hero h1{margin-bottom:15px;font-size:56px;font-weight:700}.director-hero p{color:#ffffffe6;font-size:18px}.director-hero span{color:#6dd56d;margin:0 10px}.director-profile{background:#f8fbff;padding:100px 0}.director-container{align-items:center;gap:70px;display:flex}.director-image{flex:1;position:relative}.director-image img{border-radius:22px;width:100%;transition:all .4s;display:block;box-shadow:0 20px 45px #0000001f}.director-image img:hover{transform:scale(1.03)}.director-content{flex:1}.director-tag{color:#0d47a1;letter-spacing:1px;background:#0d47a11a;border-radius:30px;margin-bottom:20px;padding:10px 22px;font-size:14px;font-weight:600;display:inline-block}.director-content h2{color:#0d47a1;margin-bottom:10px;font-size:42px}.director-content h4{color:#2e7d32;margin-bottom:25px;font-size:20px;font-weight:600}.director-content p{color:#555;margin-bottom:35px;font-size:17px;line-height:1.9}.director-info{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.director-info div{color:#333;background:#fff;border-radius:15px;align-items:center;gap:12px;padding:18px 20px;font-weight:600;transition:all .35s;display:flex;box-shadow:0 10px 25px #00000014}.director-info div:hover{transform:translateY(-6px);box-shadow:0 18px 35px #0000001f}.director-info svg{color:#2e7d32;font-size:22px}.director-profile{position:relative;overflow:hidden}.director-profile:before{content:"";background:#0d47a10d;border-radius:50%;width:380px;height:380px;position:absolute;top:-170px;right:-150px}.director-profile:after{content:"";background:#2e7d3214;border-radius:50%;width:280px;height:280px;position:absolute;bottom:-120px;left:-100px}.director-image:before{content:"";filter:blur(80px);z-index:-1;background:#0d47a114;border-radius:50%;width:340px;height:340px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.director-info div{position:relative;overflow:hidden}.director-info div:before{content:"";background:#ffffff73;width:60px;height:100%;transition:all .8s;position:absolute;top:0;left:-120%;transform:skew(-25deg)}.director-info div:hover:before{left:140%}.director-info div:hover{border:1px solid #0d47a1}.director-image{animation:1s fadeLeft}.director-content{animation:1s fadeRight}.director-tag{transition:all .3s}.director-tag:hover{color:#fff;background:#0d47a1}@media (width<=1200px){.director-container{gap:50px}.director-content h2{font-size:36px}}@media (width<=992px){.director-profile{padding:80px 0}.director-container{flex-direction:column}.director-content{text-align:center}.director-info{margin-top:30px}}@media (width<=768px){.director-hero{height:300px}.director-hero h1{font-size:40px}.director-hero p{font-size:16px}.director-content h2{font-size:30px}.director-content h4{font-size:18px}.director-content p{font-size:16px}.director-info{grid-template-columns:1fr}}@media (width<=480px){.director-profile{padding:60px 0}.director-hero{height:250px}.director-hero h1{font-size:32px}.director-content h2{font-size:26px}.director-content h4{font-size:17px}.director-content p{font-size:15px}.director-tag{padding:8px 18px;font-size:12px}.director-info div{padding:16px;font-size:15px}.director-info svg{font-size:20px}}.products-hero{text-align:center;color:#fff;background-position:50%;background-size:cover;justify-content:center;align-items:center;height:400px;display:flex}.products-hero h1{margin-bottom:15px;font-size:56px;font-weight:700}.products-hero p{color:#ffffffe6;font-size:18px}.products-hero span{color:#4caf50;margin:0 10px}.products-section{background:#f8fbff;padding:100px 0;position:relative;overflow:hidden}.products-section:before{content:"";background:#0d47a10d;border-radius:50%;width:360px;height:360px;position:absolute;top:-180px;left:-180px}.products-section:after{content:"";background:#4caf5014;border-radius:50%;width:280px;height:280px;position:absolute;bottom:-120px;right:-120px}.approval-notice{text-align:center;background:#fff8e1;border-left:6px solid #ff9800;border-radius:18px;max-width:900px;margin:0 auto 50px;padding:24px 30px;box-shadow:0 12px 30px #00000014}.approval-notice h3{color:#e65100;margin-bottom:15px;font-size:30px;font-weight:700}.approval-notice p{color:#555;margin:0;font-size:17px;line-height:1.8}.products-heading{text-align:center;max-width:760px;margin:0 auto 60px}.products-heading span{color:#0d47a1;letter-spacing:1px;background:#eaf2ff;border-radius:30px;margin-bottom:20px;padding:10px 22px;font-size:14px;font-weight:600;display:inline-block}.products-heading h2{color:#0d47a1;margin-bottom:20px;font-size:42px}.products-heading p{color:#666;font-size:17px;line-height:1.8}.search-box{background:#fff;border-radius:50px;align-items:center;max-width:550px;margin:0 auto 40px;padding:18px 24px;display:flex;box-shadow:0 10px 30px #00000014}.search-box svg{color:#0d47a1;margin-right:15px;font-size:20px}.search-box input{color:#333;background:0 0;border:none;outline:none;width:100%;font-size:16px}.product-filter{flex-wrap:wrap;justify-content:center;gap:18px;margin-bottom:60px;display:flex}.product-filter button{cursor:pointer;color:#0d47a1;background:#fff;border:none;border-radius:40px;outline:none;padding:14px 30px;font-size:16px;font-weight:600;transition:all .35s;box-shadow:0 10px 25px #00000014}.product-filter button:hover{color:#fff;background:#0d47a1;transform:translateY(-4px)}.product-filter button.active{color:#fff;background:#0d47a1}.product-grid{grid-template-columns:repeat(3,1fr);gap:35px;display:grid}.product-card{background:#fff;border-radius:20px;transition:all .4s;overflow:hidden;box-shadow:0 12px 30px #00000014}.product-image{height:260px;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;transition:all .5s}.product-content{text-align:center;padding:25px}.product-content span{color:#2e7d32;background:#e8f5e9;border-radius:30px;margin-bottom:15px;padding:7px 16px;font-size:14px;font-weight:600;display:inline-block}.product-content h3{color:#0d47a1;min-height:60px;margin-bottom:20px;font-size:24px}.product-content button{cursor:pointer;color:#fff;background:#2e7d32;border:none;border-radius:40px;padding:14px 30px;font-size:15px;font-weight:600;transition:all .35s}.product-content button:hover{background:#0d47a1}.product-card{position:relative}.product-card:hover{transform:translateY(-10px);box-shadow:0 22px 45px #00000026}.product-card:hover .product-image img{transform:scale(1.08)}.product-card:before{content:"";z-index:2;background:#ffffff59;width:60px;height:100%;transition:all .8s;position:absolute;top:0;left:-120%;transform:skew(-25deg)}.product-card:hover:before{left:150%}.product-content button:hover{transform:translateY(-3px);box-shadow:0 10px 20px #0d47a140}.product-modal{z-index:9999;background:#000000d1;justify-content:center;align-items:center;padding:20px;animation:.35s fadeIn;display:flex;position:fixed;inset:0}.modal-box{text-align:center;background:#fff;border-radius:22px;width:100%;max-width:550px;animation:.35s zoomIn;position:relative;overflow:hidden;box-shadow:0 25px 60px #00000040}.modal-box img{object-fit:cover;width:100%;height:300px}.modal-category{color:#2e7d32;background:#e8f5e9;border-radius:30px;margin-top:25px;padding:8px 18px;font-weight:600;display:inline-block}.modal-box h2{color:#0d47a1;margin:20px 25px 15px;font-size:32px}.modal-box p{color:#666;margin-bottom:25px;padding:0 30px;line-height:1.8}.coming-soon{color:#8d6e63;background:#fff8e1;border-left:5px solid #ffc107;border-radius:14px;margin:0 30px 30px;padding:16px;font-weight:600}.close-modal{color:#0d47a1;cursor:pointer;background:#fff;border:none;border-radius:50%;width:45px;height:45px;font-size:18px;transition:all .35s;position:absolute;top:18px;right:18px}.close-modal:hover{color:#fff;background:#0d47a1;transform:rotate(90deg)}.products-heading{animation:.8s fadeUp}.search-box{animation:1s fadeUp}.product-filter{animation:1.2s fadeUp}.product-grid{animation:1.4s fadeUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@media (width<=1200px){.product-grid{grid-template-columns:repeat(3,1fr);gap:25px}.products-heading h2{font-size:38px}}@media (width<=992px){.products-section{padding:80px 0}.product-grid{grid-template-columns:repeat(2,1fr)}.products-heading h2{font-size:34px}.modal-box{max-width:500px}}@media (width<=768px){.products-hero{height:300px}.products-hero h1{font-size:40px}.products-heading{margin-bottom:45px}.products-heading h2{font-size:30px}.products-heading p{font-size:16px}.search-box{padding:16px 20px}.product-filter{gap:12px;margin-bottom:40px}.product-filter button{padding:12px 22px;font-size:15px}.product-grid{grid-template-columns:1fr}.product-image,.modal-box img{height:240px}.modal-box h2{font-size:28px}.modal-box p{padding:0 20px}.coming-soon{margin:0 20px 20px}.approval-notice{margin-bottom:35px;padding:18px}.approval-notice h3{font-size:22px}.approval-notice p{font-size:15px}}@media (width<=480px){.products-section{padding:60px 0}.products-hero{height:240px}.products-hero h1{font-size:32px}.products-heading span{padding:8px 18px;font-size:12px}.products-heading h2{font-size:26px}.products-heading p{font-size:15px}.search-box{padding:14px 18px}.search-box input{font-size:15px}.product-filter button{width:100%;max-width:220px}.product-content{padding:20px}.product-content h3{font-size:21px}.modal-box h2{font-size:24px}.modal-box img{height:220px}.close-modal{width:40px;height:40px}}.gallery-section{background:#f8fbff;padding:100px 0;position:relative;overflow:hidden}.gallery-section:before{content:"";background:#0d47a10d;border-radius:50%;width:340px;height:340px;position:absolute;top:-140px;left:-140px}.gallery-section:after{content:"";background:#4caf5014;border-radius:50%;width:260px;height:260px;position:absolute;bottom:-100px;right:-100px}.gallery-heading{text-align:center;max-width:760px;margin:0 auto 60px}.gallery-heading span{color:#0d47a1;letter-spacing:1px;background:#eaf2ff;border-radius:40px;margin-bottom:18px;padding:10px 24px;font-size:14px;font-weight:600;display:inline-block}.gallery-heading h2{color:#0d47a1;margin-bottom:18px;font-size:42px}.gallery-heading p{color:#666;font-size:17px;line-height:1.8}.gallery-filter{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:55px;display:flex}.gallery-filter button{color:#0d47a1;cursor:pointer;background:#fff;border:none;border-radius:40px;padding:14px 28px;font-size:15px;font-weight:600;transition:all .35s;box-shadow:0 10px 25px #00000014}.gallery-filter button.active,.gallery-filter button:hover{color:#fff;background:#0d47a1;transform:translateY(-3px)}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.gallery-card{cursor:pointer;background:#fff;border-radius:22px;height:260px;transition:all .4s;position:relative;overflow:hidden;box-shadow:0 15px 35px #00000014}.gallery-card img{object-fit:cover;width:100%;height:100%;transition:all .6s;display:block}.gallery-overlay{opacity:0;background:linear-gradient(#0d47a1c7,#4caf50b8);justify-content:center;align-items:center;transition:all .35s;display:flex;position:absolute;inset:0}.gallery-overlay svg{color:#fff;font-size:42px;transition:all .35s;transform:scale(.7)}.gallery-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px #0000002e}.gallery-card:hover img{transform:scale(1.12)}.gallery-card:hover .gallery-overlay{opacity:1}.gallery-card:hover .gallery-overlay svg{transform:scale(1)}.lightbox{z-index:9999;background:#000000eb;justify-content:center;align-items:center;animation:.35s fadeIn;display:flex;position:fixed;inset:0}.lightbox img{object-fit:contain;border:5px solid #fff;border-radius:18px;width:90%;max-width:1100px;max-height:88vh;animation:.35s zoomIn;box-shadow:0 30px 70px #00000073}.close-btn{color:#0d47a1;cursor:pointer;background:#fff;border:none;border-radius:50%;width:55px;height:55px;font-size:22px;transition:all .35s;position:absolute;top:30px;right:35px}.close-btn:hover{color:#fff;background:#0d47a1;transform:rotate(90deg)}.nav-btn{color:#0d47a1;cursor:pointer;background:#fff;border:none;border-radius:50%;width:60px;height:60px;font-size:22px;transition:all .35s;position:absolute;top:50%;transform:translateY(-50%)}.nav-btn.left{left:35px}.nav-btn.right{right:35px}.nav-btn:hover{color:#fff;background:#0d47a1;transform:translateY(-50%)scale(1.1)}.gallery-heading{animation:.8s fadeUp}.gallery-filter{animation:1s fadeUp}.gallery-grid{animation:1.2s fadeUp}@media (width<=1200px){.gallery-grid{grid-template-columns:repeat(3,1fr);gap:20px}.gallery-card{height:230px}.gallery-heading h2{font-size:38px}}@media (width<=992px){.gallery-section{padding:80px 0}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:20px}.gallery-card{height:240px}.gallery-heading h2{font-size:34px}.nav-btn{width:54px;height:54px}}@media (width<=768px){.gallery-hero{height:300px}.gallery-hero h1{font-size:40px}.gallery-heading{margin-bottom:40px}.gallery-heading h2{font-size:30px}.gallery-heading p{font-size:16px}.gallery-filter{gap:12px;margin-bottom:35px}.gallery-filter button{padding:12px 20px;font-size:15px}.gallery-grid{grid-template-columns:1fr}.gallery-card{height:280px}.lightbox img{width:95%}.nav-btn,.close-btn{width:48px;height:48px;font-size:18px}.nav-btn.left{left:15px}.nav-btn.right{right:15px}.close-btn{top:15px;right:15px}}@media (width<=480px){.gallery-section{padding:60px 0}.gallery-hero{height:240px}.gallery-hero h1{font-size:32px}.gallery-heading span{padding:8px 18px;font-size:12px}.gallery-heading h2{font-size:26px}.gallery-heading p{font-size:15px}.gallery-filter button{width:100%;max-width:220px}.gallery-card{height:240px}.gallery-overlay svg{font-size:34px}.nav-btn,.close-btn{width:42px;height:42px;font-size:16px}.lightbox img{border-radius:12px}}.contact-hero{text-align:center;color:#fff;background-position:50%;background-size:cover;justify-content:center;align-items:center;height:400px;display:flex}.contact-hero h1{margin-bottom:15px;font-size:56px;font-weight:700}.contact-hero p{color:#ffffffe6;font-size:18px}.contact-hero span{color:#4caf50;margin:0 10px}.contact-section{background:#f8fbff;padding:100px 0}.contact-container{grid-template-columns:1fr 1fr;align-items:stretch;gap:50px;display:grid}.contact-left{flex-direction:column;display:flex}.contact-tag{color:#0d47a1;letter-spacing:1px;background:#eaf2ff;border-radius:30px;width:max-content;margin-bottom:18px;padding:10px 22px;font-size:14px;font-weight:600;display:inline-block}.contact-left h2{color:#0d47a1;margin-bottom:18px;font-size:42px}.contact-text{color:#666;margin-bottom:35px;font-size:17px;line-height:1.8}.contact-card{background:#fff;border-radius:18px;align-items:flex-start;gap:18px;margin-bottom:20px;padding:22px;transition:all .35s;display:flex;box-shadow:0 10px 30px #00000014}.contact-card:last-child{margin-bottom:0}.contact-icon{color:#fff;background:#0d47a1;border-radius:50%;justify-content:center;align-items:center;width:60px;min-width:60px;height:60px;font-size:22px;display:flex}.contact-card h3{color:#0d47a1;margin-bottom:8px;font-size:20px}.contact-card p{color:#555;font-size:16px;line-height:1.8}.contact-right{display:flex}.map-box{background:#fff;border-radius:20px;width:100%;height:100%;padding:18px;box-shadow:0 12px 30px #00000014}.map-box iframe{border:none;border-radius:15px;width:100%;height:100%;min-height:760px}.contact-section{position:relative;overflow:hidden}.contact-section:before{content:"";background:#0d47a10d;border-radius:50%;width:380px;height:380px;position:absolute;top:-180px;left:-180px}.contact-section:after{content:"";background:#4caf5014;border-radius:50%;width:300px;height:300px;position:absolute;bottom:-120px;right:-120px}.contact-card{position:relative;overflow:hidden}.contact-card:before{content:"";background:#ffffff73;width:60px;height:100%;transition:all .8s;position:absolute;top:0;left:-120%;transform:skew(-25deg)}.contact-card:hover:before{left:140%}.contact-card:hover{transform:translateY(-8px);box-shadow:0 18px 40px #0000001f}.contact-icon{transition:all .4s}.contact-card:hover .contact-icon{background:#2e7d32;transform:rotate(360deg)scale(1.08)}.map-box{transition:all .35s;overflow:hidden}.map-box:hover{transform:translateY(-8px);box-shadow:0 22px 45px #0000001f}.map-box iframe{transition:all .35s}.map-box:hover iframe{transform:scale(1.02)}.contact-left{animation:.9s slideLeft}.contact-right{animation:.9s slideRight}@keyframes slideLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@media (width<=1200px){.contact-container{gap:35px}.contact-left h2{font-size:36px}.map-box iframe{min-height:680px}}@media (width<=992px){.contact-section{padding:80px 0}.contact-container{grid-template-columns:1fr}.contact-right{margin-top:20px}.map-box iframe{min-height:500px}}@media (width<=768px){.contact-hero{height:300px}.contact-hero h1{font-size:40px}.contact-hero p{font-size:16px}.contact-left h2{font-size:30px}.contact-text{font-size:16px}.contact-card{padding:18px}.contact-icon{width:55px;min-width:55px;height:55px;font-size:20px}.map-box{padding:12px}.map-box iframe{min-height:400px}}@media (width<=480px){.contact-section{padding:60px 0}.contact-hero{height:240px}.contact-hero h1{font-size:32px}.contact-tag{padding:8px 18px;font-size:12px}.contact-left h2{font-size:26px}.contact-text{font-size:15px}.contact-card{gap:14px;padding:16px}.contact-card h3{font-size:18px}.contact-card p{font-size:15px}.contact-icon{width:50px;min-width:50px;height:50px;font-size:18px}.map-box iframe{min-height:320px}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;width:100%;overflow-x:hidden}body{color:#222;-webkit-font-smoothing:antialiased;background:#fff;width:100%;min-width:320px;font-family:Poppins,sans-serif;overflow-x:hidden}#root{width:100%;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}img{width:100%;max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;outline:none;font-family:inherit}.container{width:100%;max-width:1320px;margin:0 auto;padding:0 20px}section{padding:80px 0}:root{--primary:#0b5ed7;--secondary:#1f8a70;--dark:#0d1b2a;--light:#fff;--text:#555;--heading:#102a43;--border:#e5e5e5;--shadow:0 10px 30px #00000014;--radius:14px;--transition:.3s ease}@media (width<=1200px){.container{max-width:1140px}}@media (width<=992px){.container{padding:0 18px}section{padding:70px 0}}@media (width<=768px){.container{padding:0 16px}section{padding:60px 0}}@media (width<=480px){.container{padding:0 14px}section{padding:50px 0}}
