@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:DM Sans,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root,body,html{background:#f8f8f8;margin:0;min-height:100%;overflow-x:hidden;padding:0}.navbar{align-items:center;background:#fff;border-radius:60px;display:flex;height:80px;left:50%;position:fixed;top:20px;transform:translateX(-50%);transition:all .4s ease;width:92%;z-index:1000}.navbar.shrink{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fff9;box-shadow:0 15px 40px #00000014;height:65px;width:85%}.navbar.expand{width:92%}.navbar-container{align-items:center;display:flex;justify-content:space-between;padding:0 50px;width:100%}.logo img{height:150px;text-align:center;transition:.4s ease}.nav-links{display:flex;gap:35px;list-style:none}.nav-links li a{color:#222;font-size:15px;font-weight:600;position:relative;text-decoration:none;transition:.3s ease}.nav-links li a:after{background:linear-gradient(90deg,#00c6ff,#0072ff);border-radius:10px;bottom:-6px;content:"";height:3px;left:0;position:absolute;transition:.3s ease;width:0}.nav-links li a:hover:after{width:100%}.nav-links li a:hover{color:#0072ff}.contact-btn{background:linear-gradient(90deg,#00c6ff,#0072ff);border-radius:50px;color:#fff!important;padding:8px 20px;transition:.3s ease}.contact-btn:hover{box-shadow:0 8px 20px #0072ff4d;transform:translateY(-3px)}.hamburger{cursor:pointer;display:none;flex-direction:column}.hamburger span{background:#222;height:3px;margin:4px 0;transition:.3s;width:26px}@media (max-width:768px){.navbar{height:75px;width:95%}.navbar.shrink{height:60px;width:95%}.hamburger{display:flex}.nav-links{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;border-radius:20px;display:none;flex-direction:column;gap:20px;left:0;padding:25px 0;position:absolute;text-align:center;top:100%;width:100%}.nav-links.open{display:flex}}.home{background:#f8fbff;min-height:100vh;overflow:hidden;position:relative;width:100%}.carousel{height:100%;width:100%}.carousel,.slide{inset:0;position:absolute}.slide{background-position:50%;background-repeat:no-repeat;background-size:cover;filter:brightness(.9);opacity:0;transform:scale(1.02);transition:opacity 1.2s ease-in-out,transform 6s ease;will-change:transform,opacity}.slide.active{opacity:1;transform:scale(1)}.home:before{background:linear-gradient(90deg,#0003,#00000073);content:"";inset:0;position:absolute;z-index:1}.home-overlay{color:#fff;display:flex;flex-direction:column;justify-content:center;max-width:850px;min-height:100vh;padding:0 8%;position:relative;width:100%;z-index:2}.typing{color:#fff;font-size:clamp(2.4rem,6vw,4.5rem);font-weight:700;letter-spacing:1px;line-height:1.15;margin-bottom:22px;text-shadow:0 5px 25px #00000059}.cursor{animation:blink 1s infinite;color:#00c6ff;margin-left:5px}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.home-overlay p{color:#ffffffe0;font-size:18px;line-height:1.8;margin-bottom:36px;max-width:650px}.home-overlay button{background:linear-gradient(135deg,#00c6ff,#0072ff);border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:15px 36px;transition:transform .35s ease,box-shadow .35s ease;width:-webkit-fit-content;width:fit-content}.home-overlay button a{display:block;height:100%;text-decoration:none;width:100%}.home-overlay button:hover{box-shadow:0 15px 35px #0072ff59;transform:translateY(-4px)}@media (max-width:1200px){.home-overlay{max-width:760px}.home-overlay p{font-size:17px}}@media (max-width:992px){.home{min-height:90vh}.home-overlay{padding:0 7%}.typing{line-height:1.2}.home-overlay p{font-size:16px;max-width:580px}}@media (max-width:768px){.home{min-height:85vh}.home:before{background:linear-gradient(0deg,#000000e6,#000c)}.home-overlay{align-items:center;justify-content:center;padding:0 20px;text-align:center}.typing{margin-bottom:18px}.home-overlay p{font-size:15px;margin-bottom:30px}.home-overlay button{padding:14px 30px}}@media (max-width:480px){.home{min-height:80vh}.typing{font-size:2rem}.home-overlay p{font-size:14px;line-height:1.7}.home-overlay button{font-size:14px;max-width:240px;padding:13px 24px;width:100%}}@media (max-width:360px){.typing{font-size:1.7rem}.home-overlay p{font-size:13px}.home-overlay button{max-width:210px}}.about-section{background:radial-gradient(circle at top left,#0072ff0f,#0000 30%),radial-gradient(circle at bottom right,#00b4ff0f,#0000 30%),linear-gradient(180deg,#f8fbff,#eef4fb);color:#1a1a1a;overflow:hidden;padding:100px 8%;position:relative}.title-span{color:#bad52f}.about-container{align-items:center;display:flex;gap:70px;justify-content:space-between;margin:auto;max-width:1400px;width:100%}.about-text{flex:1 1;min-width:0}.about-text h2{color:#0a2a43;font-size:clamp(2rem,5vw,3.2rem);letter-spacing:1px;line-height:1.2;margin-bottom:18px}.about-text .highlight{color:#01050b;font-size:16px;font-weight:600;line-height:1.7;margin-bottom:24px}.about-text p{color:#4a5a6a;font-size:15px;line-height:1.9;margin-bottom:18px}.about-text ul{list-style:none;margin-top:24px;padding:0}.about-text ul li{align-items:center;color:#1a1a1a;display:flex;font-weight:500;gap:10px;line-height:1.6;margin-bottom:14px}.about-images{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fff6;border:1px solid #ffffff73;border-radius:28px;flex:1 1;min-height:500px;overflow:hidden;padding:30px;perspective:1200px;position:relative}.img-card{animation:float 6s ease-in-out infinite;background:#fff;border-radius:22px;box-shadow:0 25px 50px #0000001f;height:340px;overflow:hidden;position:absolute;transition:transform .5s ease,box-shadow .5s ease;width:260px}.img-card img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.img-two{animation-delay:1s}.img-three{animation-delay:2s}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-18px)}to{transform:translateY(0)}}.img-one{left:20px;top:50px;z-index:3}.img-two{left:170px;top:0;z-index:2}.img-three{left:320px;top:90px;z-index:1}.img-card:hover{box-shadow:0 35px 70px #0072ff33;transform:scale(1.06) rotateY(8deg)}.img-card:hover img{transform:scale(1.08)}.fade-up{animation:fadeUp 1.1s ease forwards;opacity:0;transform:translateY(60px)}.fade-up.delay{animation-delay:.3s}@media (max-width:1200px){.about-container{gap:50px}.about-images{min-height:450px}.img-card{height:300px;width:220px}.img-two{left:130px}.img-three{left:240px}}@media (max-width:992px){.about-section{padding:80px 6%}.about-container{flex-direction:column;gap:60px}.about-text{text-align:center}.about-text ul li{justify-content:center}.about-images{max-width:700px;min-height:420px;width:100%}.img-card{height:280px;width:210px}.img-two{left:150px}.img-three{left:290px}}@media (max-width:768px){.about-section{padding:70px 20px}.about-container{gap:45px}.about-text .highlight,.about-text p{font-size:15px}.about-images{align-items:center;display:flex;flex-direction:column;gap:20px;height:auto;min-height:0;min-height:auto;padding:22px;perspective:none}.img-card{animation:none;height:240px;max-width:360px;position:relative;transform:none!important;width:100%}.img-one,.img-three,.img-two{left:auto;top:auto}.img-card:hover{transform:scale(1.03)!important}}@media (max-width:480px){.about-section{padding:60px 14px}.about-text h2{font-size:2rem}.about-text p{line-height:1.8}.about-text p,.about-text ul li{font-size:14px}.about-images{border-radius:22px;padding:16px}.img-card{border-radius:18px;height:210px}}@media (max-width:360px){.about-text h2{font-size:1.7rem}.img-card{height:190px}}.services-page{background:radial-gradient(circle at top left,#0072ff0d,#0000 30%),radial-gradient(circle at bottom right,#00b4ff0d,#0000 30%),#f5f7fa;color:#222;overflow:hidden;padding:90px 5%;position:relative;width:100%}.services-heading{color:#0a2a43;font-size:clamp(2rem,5vw,3.3rem);font-weight:700;line-height:1.15;margin-bottom:60px;text-align:center}.carousel-wrapper{margin:auto;max-width:1450px;position:relative;width:100%}.horizontal-carousel{display:flex;gap:28px;overflow-x:auto;overflow-y:hidden;padding:10px 60px 20px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.horizontal-carousel::-webkit-scrollbar{display:none}.service-card{background:#fff;border-radius:24px;box-shadow:0 10px 30px #0000000f;flex-shrink:0;max-width:360px;min-width:360px;overflow:hidden;scroll-snap-align:start;transition:transform .35s ease,box-shadow .35s ease}.service-card:hover{box-shadow:0 18px 40px #0000001f;transform:translateY(-8px)}.service-image{height:230px;overflow:hidden;width:100%}.service-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.service-card:hover img{transform:scale(1.08)}.service-content{padding:24px}.service-content h2{color:#111827;font-size:21px;font-weight:600;line-height:1.4;margin-bottom:14px}.service-content p{color:#667085;font-size:15px;line-height:1.8}.scroll-btn{align-items:center;background:#0a2a43;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:22px;height:52px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:background .3s ease,transform .3s ease,box-shadow .3s ease;width:52px;z-index:5}.scroll-btn:hover{background:#0072ff;box-shadow:0 10px 25px #0072ff4d;transform:translateY(-50%) scale(1.08)}.scroll-btn.left{left:0}.scroll-btn.right{right:0}@media (max-width:1200px){.horizontal-carousel{gap:24px;padding-inline:50px}.service-card{max-width:330px;min-width:330px}}@media (max-width:992px){.services-page{padding:75px 4%}.services-heading{margin-bottom:50px}.horizontal-carousel{padding-inline:45px}.service-card{max-width:300px;min-width:300px}.service-image{height:210px}.service-content{padding:22px}.service-content h2{font-size:19px}}@media (max-width:768px){.services-page{padding:65px 18px}.services-heading{margin-bottom:40px}.horizontal-carousel{gap:20px;padding:10px 35px 16px}.service-card{border-radius:20px;max-width:270px;min-width:270px}.service-image{height:185px}.service-content{padding:18px}.service-content h2{font-size:17px}.service-content p{font-size:14px;line-height:1.7}.scroll-btn{font-size:18px;height:42px;width:42px}}@media (max-width:480px){.services-page{padding:55px 14px}.horizontal-carousel{padding-inline:28px}.service-card{max-width:240px;min-width:240px}.service-image{height:165px}.service-content{padding:16px}.scroll-btn{font-size:16px;height:36px;width:36px}}@media (max-width:360px){.service-card{max-width:210px;min-width:210px}.service-image{height:150px}.service-content h2{font-size:16px}.service-content p{font-size:13px}}body,html{font-family:Poppins,sans-serif}.spares-container{background:radial-gradient(circle at top left,#ffffff14,#0000 25%),radial-gradient(circle at bottom right,#ffffff0f,#0000 25%),linear-gradient(135deg,#5887e6,#03205b);min-height:100vh;overflow:hidden;padding:90px 20px;position:relative;text-align:center;width:100%}.spares-header{margin:0 auto;max-width:750px}.spares-header h1{color:#f7f5f5;font-size:clamp(2.2rem,5vw,3.4rem);font-weight:700;line-height:1.15}.spares-header p{color:#d7d7d7;font-size:16px;line-height:1.8;margin-top:14px}.spares-grid{grid-gap:40px;align-items:center;display:grid;gap:40px;grid-template-columns:repeat(5,minmax(0,1fr));justify-items:center;margin-top:75px;margin-inline:auto;max-width:1250px}.logo-item{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:24px;display:flex;justify-content:center;min-height:150px;padding:24px;transition:transform .4s ease,border-color .4s ease,box-shadow .4s ease;width:100%}.logo-item:hover{border-color:#ffffff59;box-shadow:0 15px 35px #0000002e,0 0 25px #ffffff14;transform:translateY(-8px)}.logo-item img{height:90px;object-fit:contain;transition:transform .45s ease;width:140px}.logo-item:hover img{transform:scale(1.1)}.spares-contact{animation:fadeUp 1s ease forwards;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff24;border:1px solid #ffffff40;border-radius:28px;margin:90px auto 0;max-width:520px;padding:40px 32px;text-align:center}.spares-contact h2{color:#fff;font-size:clamp(1.7rem,4vw,2rem);font-weight:700;margin-bottom:12px}.spares-contact p{color:#ececec;font-size:15px;line-height:1.7;margin-bottom:26px}.contact-call{align-items:center;background:linear-gradient(135deg,#fc0,#ffb300);border-radius:999px;color:#111;display:inline-flex;font-size:17px;font-weight:700;justify-content:center;padding:15px 32px;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.contact-call:hover{box-shadow:0 10px 25px #ffcc0059;transform:translateY(-3px) scale(1.03)}@media (max-width:1200px){.spares-grid{gap:32px;grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:992px){.spares-container{padding:80px 24px}.spares-grid{gap:28px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:60px}.logo-item{min-height:135px}.logo-item img{height:80px;width:125px}}@media (max-width:768px){.spares-container{padding:70px 18px}.spares-header p{font-size:15px}.spares-grid{gap:22px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:50px}.logo-item{border-radius:20px;min-height:120px;padding:20px}.logo-item img{height:70px;width:110px}.spares-contact{border-radius:24px;margin-top:65px;padding:30px 22px}.contact-call{font-size:16px;padding:13px 24px}}@media (max-width:480px){.spares-container{padding:60px 14px}.spares-grid{gap:18px}.logo-item{min-height:105px;padding:16px}.logo-item img{height:60px;width:90px}.spares-contact{margin-top:55px;padding:26px 18px}.spares-contact p{font-size:14px}.contact-call{font-size:15px;max-width:260px;padding:12px 20px;width:100%}}@media (max-width:360px){.spares-grid{grid-template-columns:1fr}.logo-item{margin:0 auto;max-width:220px}.spares-header h1{font-size:1.9rem}.spares-contact h2{font-size:1.5rem}}.dept-wrapper{height:100vh;overflow:hidden;position:relative}.dept-slider{transition:transform 1.2s ease-in-out;will-change:transform}.dept-slide{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100vh;overflow:hidden;position:relative;width:100%}.dept-overlay{animation:fadeUp 1.2s ease;background:linear-gradient(180deg,#0009,#000000d9);color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;padding:80px;width:100%}.dept-overlay h1{font-size:48px;font-weight:700;letter-spacing:1px;margin-bottom:15px;max-width:700px}.dept-overlay p{color:#ffffffe6;font-size:18px;line-height:1.7;max-width:600px}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:992px){.dept-overlay{padding:60px 40px}.dept-overlay h1{font-size:40px}}@media (max-width:768px){.dept-slide,.dept-wrapper{height:100svh}.dept-overlay{justify-content:flex-end;padding:40px 24px 80px}.dept-overlay h1{font-size:30px;line-height:1.2}.dept-overlay p{font-size:15px;line-height:1.6}}@media (max-width:480px){.dept-overlay h1{font-size:26px}.dept-overlay p{font-size:14px}}.contact-section{align-items:center;background:#f4f7fb;box-sizing:border-box;display:flex;justify-content:center;overflow:hidden;padding:100px 20px;width:100%}.contact-card{background:#fff;border-radius:30px;box-shadow:0 25px 60px #00000014;display:grid;grid-template-columns:1fr 1fr;max-width:1250px;width:100%}.contact-card,.contact-left{min-height:650px;overflow:hidden}.contact-left{align-items:flex-end;background:#0b1120;display:flex;padding:70px 60px;position:relative}.contact-left img{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.contact-overlay{background:linear-gradient(180deg,#0b112040,#0b1120eb);inset:0;position:absolute;z-index:1}.contact-left-content{color:#fff;position:relative;width:100%;z-index:2}.contact-tag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border:1px solid #ffffff26;border-radius:30px;display:inline-block;font-size:12px;letter-spacing:1px;margin-bottom:24px;padding:10px 18px}.contact-left-content h2{font-size:clamp(2rem,4vw,3.3rem);font-weight:700;line-height:1.15;margin-bottom:20px}.contact-left-content p{color:#ffffffc7;font-size:15px;line-height:1.8;margin-bottom:35px;max-width:500px}.contact-info{display:flex;flex-direction:column;gap:18px}.info-box{align-items:center;color:#fff;display:flex;flex-wrap:wrap;font-size:15px;gap:14px}.info-box svg{flex-shrink:0}.contact-right{display:flex;flex-direction:column;justify-content:center;padding:70px 55px}.form-top span{color:#0072ff;font-size:13px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.form-top h3{color:#111827;font-size:clamp(2rem,4vw,2.7rem);line-height:1.2;margin-bottom:40px;margin-top:14px}.contact-form{width:100%}.input-box{align-items:center;background:#f7f9fc;border:1px solid #0000;border-radius:18px;box-sizing:border-box;display:flex;gap:14px;margin-bottom:22px;min-height:60px;padding:0 18px;transition:all .3s ease;width:100%}.input-box:focus-within{background:#fff;border-color:#0072ff;box-shadow:0 10px 25px #0072ff14}.input-box svg{color:#6b7280;flex-shrink:0}.input-box input,.input-box textarea{background:#0000;border:none;color:#111;font-family:inherit;font-size:15px;outline:none;width:100%}.input-box input::placeholder,.input-box textarea::placeholder{color:#8a94a6}.textarea-box{align-items:flex-start;min-height:160px;padding-top:18px}.textarea-box textarea{height:120px;resize:none}.send-btn{background:linear-gradient(135deg,#0072ff,#00b4ff);border:none;border-radius:18px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;min-height:58px;transition:all .35s ease;width:100%}.send-btn:hover{box-shadow:0 15px 30px #0072ff40;transform:translateY(-3px)}@media (max-width:1200px){.contact-card{max-width:100%}.contact-left,.contact-right{padding:60px 45px}}@media (max-width:992px){.contact-card{grid-template-columns:1fr;min-height:auto}.contact-left{min-height:500px;padding:50px 40px}.contact-right{padding:55px 40px}.contact-left-content p{max-width:100%}}@media (max-width:768px){.contact-section{padding:70px 16px}.contact-card{border-radius:24px}.contact-left,.contact-right{padding:38px 24px}.contact-left{min-height:420px}.contact-left-content h2,.form-top h3{font-size:2rem}.form-top h3{margin-bottom:30px}.input-box{border-radius:16px;min-height:56px;padding:0 16px}.textarea-box{min-height:140px}.send-btn{border-radius:16px;min-height:56px}}@media (max-width:480px){.contact-section{padding:50px 12px}.contact-card{border-radius:20px}.contact-left,.contact-right{padding:28px 18px}.contact-left{min-height:360px}.contact-tag{font-size:11px;padding:8px 14px}.contact-left-content h2{font-size:1.7rem}.contact-left-content p{font-size:14px;line-height:1.7}.form-top h3{font-size:1.7rem}.input-box{gap:10px;padding:0 14px}.info-box,.input-box input,.input-box textarea,.send-btn{font-size:14px}}@media (max-width:360px){.contact-left-content h2,.form-top h3{font-size:1.5rem}.contact-left,.contact-right{padding:24px 16px}}.footer{background:#eceff1;border-top:1px solid #d1d5db;color:#374151;font-family:Inter,sans-serif;overflow:hidden;width:100%}.footer-main{grid-gap:60px;display:grid;gap:60px;grid-template-columns:2fr 1fr 1fr 1.3fr;margin:0 auto;max-width:1300px;padding:70px 60px 55px;width:100%}.footer-brand{display:flex;flex-direction:column;margin-bottom:22px}.footer-logo-text{color:#a8d52f;font-size:clamp(26px,4vw,34px);font-weight:800;letter-spacing:3px;line-height:1;word-break:break-word}.footer-tagline{color:#6b7280;font-size:13px;letter-spacing:1px;line-height:1.6;margin-top:10px;text-transform:uppercase}.footer-about{color:#6b7280;font-size:14px;line-height:1.9;margin-bottom:28px;max-width:420px}.footer-social{display:flex;flex-wrap:wrap;gap:14px}.social-icon-btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 12px #0000000a;color:#374151;display:flex;flex-shrink:0;height:44px;justify-content:center;text-decoration:none;transition:all .3s ease;width:44px}.social-icon-btn:hover{background:#a8d52f;border-color:#a8d52f;color:#111827;transform:translateY(-4px)}.footer-col-heading{color:#111827;font-size:15px;font-weight:700;margin-bottom:24px;position:relative}.footer-col-heading:after{background:#6b7280;border-radius:30px;bottom:-8px;content:"";height:2px;left:0;position:absolute;width:34px}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:14px}.footer-links a{color:#6b7280;display:inline-block;font-size:14px;line-height:1.6;position:relative;text-decoration:none;transition:all .25s ease}.footer-links a:hover{color:#111827;transform:translateX(5px)}.footer-contact-info{list-style:none;margin:0;padding:0}.footer-contact-info li{align-items:flex-start;display:flex;gap:14px;margin-bottom:18px}.footer-contact-info a{color:#6b7280;line-height:1.6;text-decoration:none;transition:.25s ease;word-break:break-word}.footer-contact-info a:hover{color:#111827}.contact-icon{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;color:#374151;flex-shrink:0;height:40px;width:40px}.contact-icon,.contact-text{display:flex;justify-content:center}.contact-text{flex-direction:column;line-height:1.6}.contact-text span:first-child{color:#374151;font-weight:600}.contact-text span:last-child{color:#6b7280;font-size:13px}.footer-bottom{align-items:center;background:#eceff1;border-top:1px solid #dfe3e7;display:flex;gap:16px;justify-content:space-between;padding:24px 60px;width:100%}.footer-bottom p{color:#6b7280;font-size:13px;line-height:1.7;margin:0}@media (max-width:1200px){.footer-main{gap:45px;grid-template-columns:1.8fr 1fr 1fr 1.2fr;padding:65px 40px 50px}.footer-bottom{padding:22px 40px}}@media (max-width:992px){.footer-main{gap:40px;grid-template-columns:repeat(2,1fr);padding:55px 32px 45px}.footer-brand-col{grid-column:1/-1}.footer-about{max-width:100%}.footer-bottom{padding:20px 32px}}@media (max-width:768px){.footer-main{gap:36px;grid-template-columns:1fr;padding:50px 22px 40px}.footer-col-heading{margin-bottom:20px}.footer-about{font-size:14px;line-height:1.8}.footer-bottom{flex-direction:column;padding:20px 22px;text-align:center}.footer-bottom-right{margin-top:-4px}}@media (max-width:480px){.footer-main{gap:32px;padding:42px 18px 34px}.footer-logo-text{letter-spacing:2px}.footer-tagline{font-size:12px}.footer-about,.footer-contact-info a,.footer-links a{font-size:13px}.contact-icon{height:38px;width:38px}.social-icon-btn{height:42px;width:42px}.footer-bottom{padding:18px}.footer-bottom p{font-size:12px}}@media (max-width:360px){.footer-main{padding-left:14px;padding-right:14px}.footer-logo-text{font-size:24px}.footer-contact-info li{gap:10px}}.whatsapp-float{align-items:center;animation:pulse 2s infinite;background:#25d366;border-radius:50%;bottom:25px;box-shadow:0 8px 25px #0003;cursor:pointer;display:flex;height:60px;justify-content:center;overflow:hidden;position:fixed;right:25px;transition:transform .3s ease,box-shadow .3s ease;width:60px;z-index:9999}.whatsapp-float:hover{transform:scale(1.08)}@keyframes pulse{0%{box-shadow:0 8px 25px #0003,0 0 0 0 #25d36680}70%{box-shadow:0 8px 25px #0003,0 0 0 12px #25d36600}to{box-shadow:0 8px 25px #0003,0 0 0 0 #25d36600}}@media (max-width:768px){.whatsapp-float{bottom:20px;height:55px;right:20px;width:55px}}*{box-sizing:border-box;margin:0;padding:0}body,html{overflow-x:hidden;scroll-behavior:smooth;width:100%}body{background:#07111f;font-family:Poppins,sans-serif}.frames-section{background:radial-gradient(circle at top left,#0099ff26,#0000 30%),radial-gradient(circle at bottom right,#00ffaa1f,#0000 30%),#07111f;overflow:hidden;padding:100px 6%;position:relative;width:100%}.frames-header{margin:0 auto 70px;max-width:760px;text-align:center}.frames-header span{color:#4cc9ff;font-size:13px;font-weight:600;letter-spacing:3px;text-transform:uppercase}.frames-header h1{color:#fff;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:700;line-height:1.15;margin-top:14px}.frames-header p{color:#b7c3d0;font-size:16px;line-height:1.8;margin-top:20px}.frames-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.frame-item{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:24px;overflow:hidden;position:relative;transition:transform .45s ease,border-color .45s ease,box-shadow .45s ease}.frame-item:hover{border-color:#4cc9ff59;box-shadow:0 20px 45px #00000059,0 0 30px #4cc9ff1a;transform:translateY(-10px)}.frame-item img{display:block;height:360px;object-fit:cover;transition:transform .7s ease;width:100%}.frame-item:hover img{transform:scale(1.08)}.frame-item:after{background:linear-gradient(0deg,#00000073,#0000 40%);content:"";inset:0;opacity:0;position:absolute;transition:.4s ease}.frame-item:hover:after{opacity:1}.frames-btn-wrap{display:flex;justify-content:center;margin-top:65px}.frames-btn{background:linear-gradient(135deg,#00c6ff,#0072ff);border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;letter-spacing:.3px;outline:none;padding:15px 38px;transition:transform .35s ease,box-shadow .35s ease}.frames-btn:hover{box-shadow:0 10px 30px #0072ff59;transform:translateY(-3px) scale(1.03)}@media (max-width:1200px){.frames-section{padding:90px 5%}.frames-grid{gap:26px}.frame-item img{height:320px}}@media (max-width:992px){.frames-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.frames-header{margin-bottom:55px}.frame-item img{height:300px}}@media (max-width:768px){.frames-section{padding:75px 20px}.frames-grid{gap:22px}.frames-header p{font-size:15px}.frame-item{border-radius:20px}.frame-item img{height:280px}.frames-btn-wrap{margin-top:50px}}@media (max-width:600px){.frames-grid{grid-template-columns:1fr}.frames-header{margin-bottom:45px}.frames-header span{font-size:12px;letter-spacing:2px}.frame-item img{height:260px}.frames-btn{max-width:260px;width:100%}}@media (max-width:420px){.frames-section{padding:65px 14px}.frames-header h1{font-size:2rem}.frames-header p{font-size:14px;line-height:1.7}.frame-item{border-radius:18px}.frame-item img{height:230px}.frames-btn{font-size:14px;padding:14px 24px}}@media (max-width:340px){.frames-header h1{font-size:1.7rem}.frame-item img{height:210px}}
/*# sourceMappingURL=main.0e599be2.css.map*/