@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@300;400;500;600;700&family=Space+Grotesk:wght@500;700&display=swap";
:root{--white:#fff;--off-white:#f5f5f5;--black:#192d69;--red:#e5151f;--red-dark:#b01018;--gray-light:#ebebeb;--gray-mid:#666;--yellow:#ffc72c;--yellow-dark:#d89e00;--navy-blue:#192d69;--max-width:1400px;--nav-height:80px}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--white);width:100%;max-width:100vw;color:var(--black);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;overflow-x:hidden}#__next,main{width:100%;overflow-x:hidden}a{color:inherit;text-decoration:none}button{all:unset;cursor:pointer}h1,h2,h3,.display-font{letter-spacing:.05em;text-transform:uppercase;font-family:Bebas Neue,Inter,sans-serif;font-weight:400}.text-red{color:var(--red)}.text-yellow{color:var(--yellow)}.bg-dark{background-color:var(--black);color:var(--white)}.bg-gray{background-color:var(--off-white)}.container{max-width:var(--max-width);margin:0 auto;padding:0 5%}.section{padding:100px 0}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}.btn-primary{background-color:var(--red);color:var(--white);text-transform:uppercase;letter-spacing:1px;border-radius:4px;justify-content:center;align-items:center;gap:10px;padding:12px 32px;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary:hover{background-color:var(--red-dark);transform:translateY(-2px);box-shadow:0 10px 20px #e5151f33}.btn-outline{border:2px solid var(--black);color:var(--black);text-transform:uppercase;letter-spacing:1px;border-radius:4px;padding:10px 30px;font-weight:600;transition:all .3s}.btn-outline:hover{background-color:var(--black);color:var(--white)}.glass-card{-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #ffffff80;border-radius:12px;box-shadow:0 20px 40px #0000000d}.text-black{color:var(--navy-blue)!important}
.Socials-module__tnMHQG__socialsWrapper{display:inline-block;position:relative}.Socials-module__tnMHQG__container{padding:8px;position:relative}.Socials-module__tnMHQG__background{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0003;border:1px solid #ffffff1a;border-radius:16px;position:absolute;inset:0;box-shadow:0 25px 50px -12px #00000080}.Socials-module__tnMHQG__iconsRow{align-items:flex-end;gap:8px;display:flex;position:relative}.Socials-module__tnMHQG__iconItem{text-decoration:none;display:block}.Socials-module__tnMHQG__squircle{clip-path:url(#squircleClip);cursor:pointer;color:#fff;border:1px solid #ffffff1a;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;box-shadow:0 10px 15px -3px #0000001a}.Socials-module__tnMHQG__squircle svg{width:28px;height:28px}.Socials-module__tnMHQG__iconItem:hover .Socials-module__tnMHQG__squircle{transform:scale(1.1)translateY(-8px);box-shadow:0 20px 25px -5px #0000004d}.Socials-module__tnMHQG__facebook{background:linear-gradient(to bottom right,#3b5998,#1e3a8a)}.Socials-module__tnMHQG__linkedin{background:linear-gradient(to bottom right,#2563eb,#1e40af)}.Socials-module__tnMHQG__youtube{background:linear-gradient(to bottom right,#dc2626,#991b1b)}.Socials-module__tnMHQG__instagram{background:linear-gradient(to bottom right,#e1306c,#fd1d1d)}.Socials-module__tnMHQG__sartthi{background:linear-gradient(to bottom right,#334155,#0f172a);padding:10px}.Socials-module__tnMHQG__sartthiImg{object-fit:contain;width:100%;height:100%}
.Navbar-module__E76V5G__navbar{z-index:1000;background:#fff;border-bottom:1px solid #00000014;width:100%;height:72px;padding:0;transition:none;position:fixed;top:0;left:0}.Navbar-module__E76V5G__navContainer{justify-content:space-between;align-items:center;height:100%;display:flex}.Navbar-module__E76V5G__logo{align-items:center;text-decoration:none;display:flex}.Navbar-module__E76V5G__logoImg{border-radius:8px;width:auto;height:42px;padding:4px 12px;display:block}.Navbar-module__E76V5G__desktopNav{align-items:center;gap:35px;display:flex}.Navbar-module__E76V5G__navLink{color:var(--navy-blue);cursor:pointer;border:none;border-radius:4px;align-items:center;gap:6px;padding:8px 12px;font-family:inherit;font-size:.95rem;font-weight:600;text-decoration:none;transition:none;display:flex;position:relative;background-color:#0000!important}.Navbar-module__E76V5G__navLink:after{content:"";background:#000;width:0;height:2px;transition:none;position:absolute;bottom:0;left:12px;right:12px}.Navbar-module__E76V5G__navLink:hover{color:var(--navy-blue)}.Navbar-module__E76V5G__navLink:hover:after{width:calc(100% - 24px)}.Navbar-module__E76V5G__dropdown{position:relative}.Navbar-module__E76V5G__dropdownTrigger{align-items:center;display:flex}.Navbar-module__E76V5G__chevron{transition:transform .2s}.Navbar-module__E76V5G__chevronOpen{transform:rotate(180deg)}.Navbar-module__E76V5G__dropdownMenu{background:#fff;border:1px solid #0000000d;border-radius:12px;flex-direction:column;gap:5px;min-width:240px;margin-top:10px;padding:15px;display:flex;position:absolute;top:100%;left:-20px;box-shadow:0 20px 40px #0000001a}.Navbar-module__E76V5G__dropdownItem{color:var(--black);border-radius:8px;padding:10px 15px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s}.Navbar-module__E76V5G__dropdownItem:hover{color:var(--red);background:#e5151f0d;transform:translate(5px)}.Navbar-module__E76V5G__actions{align-items:center;display:flex}.Navbar-module__E76V5G__menuBtn{background:var(--red);color:#fff;cursor:pointer;z-index:2001;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:none;display:none;position:relative;overflow:hidden}.Navbar-module__E76V5G__menuBtn:hover{background:var(--red)}.Navbar-module__E76V5G__btnIcon{justify-content:center;align-items:center;width:20px;height:20px;display:flex}.Navbar-module__E76V5G__btnText{display:none}.Navbar-module__E76V5G__btnActive{color:#fff!important;background:#040f16!important}.Navbar-module__E76V5G__btnActive .Navbar-module__E76V5G__btnIcon{opacity:1}.Navbar-module__E76V5G__btnActive .Navbar-module__E76V5G__btnText{transform:translate(45px)}.Navbar-module__E76V5G__menuOverlay{z-index:2000;background-color:#040f16;flex-direction:column;width:100%;height:100vh;display:flex;position:fixed;top:0;right:0;overflow:hidden}.Navbar-module__E76V5G__overlayBackground{z-index:-1;filter:blur(80px);position:absolute;inset:0}.Navbar-module__E76V5G__blob{background:var(--red);opacity:.15;border-radius:50%;width:400px;height:400px;position:absolute}.Navbar-module__E76V5G__blob:first-child{top:-100px;right:-100px}.Navbar-module__E76V5G__blob:nth-child(2){bottom:-100px;left:-100px}.Navbar-module__E76V5G__menuContent{flex-direction:column;justify-content:space-between;height:100%;padding:60px 40px;display:flex}.Navbar-module__E76V5G__menuHeader{justify-content:space-between;align-items:center;display:flex}.Navbar-module__E76V5G__menuHeader .Navbar-module__E76V5G__logo{color:#fff}.Navbar-module__E76V5G__hideBtn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:30px;padding:8px 16px;font-size:.8rem;font-weight:700;transition:all .3s}.Navbar-module__E76V5G__hideBtn:hover{background:var(--red);border-color:var(--red);transform:scale(1.05)}.Navbar-module__E76V5G__menuLinks{flex-direction:column;gap:10px;display:flex}.Navbar-module__E76V5G__menuLink{color:#ffffff80;align-items:center;gap:20px;font-size:2.8rem;font-weight:800;line-height:1;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.Navbar-module__E76V5G__menuLink:hover{color:#fff;transform:translate(15px)}.Navbar-module__E76V5G__linkIndex{color:var(--red);font-family:Space Mono,monospace;font-size:1rem;font-weight:400}.Navbar-module__E76V5G__menuFooter{color:#ffffff4d}.Navbar-module__E76V5G__menuFooter p{margin-bottom:20px;font-size:.9rem}@media (max-width:992px){.Navbar-module__E76V5G__desktopNav{display:none}.Navbar-module__E76V5G__menuBtn{display:flex}}@media (max-width:768px){.Navbar-module__E76V5G__navbar{height:72px}.Navbar-module__E76V5G__menuContent{padding:48px 28px}.Navbar-module__E76V5G__menuLink{font-size:2.2rem}}@media (max-width:480px){.Navbar-module__E76V5G__navbar{height:64px}.Navbar-module__E76V5G__menuContent{padding:40px 20px}.Navbar-module__E76V5G__menuLink{font-size:1.8rem}}
.Footer-module__4XjvCW__footer{background-color:var(--white);color:var(--black);padding-top:80px}.Footer-module__4XjvCW__footerGrid{grid-template-columns:1fr;gap:40px;margin-bottom:60px;display:grid}@media (min-width:768px){.Footer-module__4XjvCW__footerGrid{grid-template-columns:2fr 1fr 1fr}}.Footer-module__4XjvCW__brand .Footer-module__4XjvCW__logo{margin-bottom:25px;display:inline-block}.Footer-module__4XjvCW__logoImg{background:#fffffff2;border-radius:10px;width:auto;height:50px;padding:6px 15px;display:block}.Footer-module__4XjvCW__tagline{color:var(--black);margin-bottom:24px;line-height:1.6}.Footer-module__4XjvCW__social{gap:16px;display:flex}.Footer-module__4XjvCW__socialLink{width:40px;height:40px;color:var(--black);background-color:#fff0;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Footer-module__4XjvCW__socialLink:hover{background-color:var(--red);transform:translateY(-3px)}.Footer-module__4XjvCW__linksBlock h3,.Footer-module__4XjvCW__contactBlock h3{letter-spacing:1px;margin-bottom:20px;font-family:Bebas Neue,Inter,sans-serif;font-size:24px}.Footer-module__4XjvCW__linksBlock ul,.Footer-module__4XjvCW__contactBlock ul{margin:0;padding:0;list-style:none}.Footer-module__4XjvCW__linksBlock li{margin-bottom:12px}.Footer-module__4XjvCW__linksBlock a{color:var(--black);transition:color .3s}.Footer-module__4XjvCW__linksBlock a:hover{color:var(--red)}.Footer-module__4XjvCW__contactBlock li{color:var(--black);align-items:flex-start;gap:12px;margin-bottom:16px;line-height:1.5;display:flex}.Footer-module__4XjvCW__bottomBar{background:#fff;border-top:1px solid #0000000d;padding:30px 0}.Footer-module__4XjvCW__bottomFlex{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;display:flex}.Footer-module__4XjvCW__bottomBar p{color:var(--black);margin:0;font-size:.9rem}.Footer-module__4XjvCW__credit a{color:var(--red);font-weight:700;text-decoration:none;transition:opacity .3s}.Footer-module__4XjvCW__credit a:hover{opacity:.8}
.ScrollTopButton-module__8X7xHq__scrollBtn{background-color:var(--red);width:50px;height:50px;color:var(--white);z-index:999;cursor:pointer;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;transition:background-color .3s,box-shadow .3s;display:flex;position:fixed;bottom:100px;right:30px;box-shadow:0 10px 25px #e5151f4d}@media (max-width:768px){.ScrollTopButton-module__8X7xHq__scrollBtn{width:45px;height:45px;bottom:90px;right:20px}}
.WhatsappButton-module__Ul46Iq__whatsappButton{color:#fff;z-index:999;background:linear-gradient(to bottom right,#25d366,#128c7e);border:2px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;text-decoration:none;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:fixed;bottom:30px;right:24px;box-shadow:0 4px 12px #25d36666}.WhatsappButton-module__Ul46Iq__whatsappButton:hover{transform:scale(1.12)translateY(-4px);box-shadow:0 8px 24px #25d36699}.WhatsappButton-module__Ul46Iq__whatsappButton:active{transform:scale(.98)}.WhatsappButton-module__Ul46Iq__whatsappButton svg{width:32px;height:32px;animation:2s ease-in-out infinite WhatsappButton-module__Ul46Iq__pulse}@keyframes WhatsappButton-module__Ul46Iq__pulse{0%,to{opacity:1}50%{opacity:.8}}@media (max-width:768px){.WhatsappButton-module__Ul46Iq__whatsappButton{width:56px;height:56px;bottom:16px;right:16px}.WhatsappButton-module__Ul46Iq__whatsappButton svg{width:28px;height:28px}}
