.navbar{position:fixed;top:0;width:100%;display:flex;justify-content:space-between;align-items:center;background:#0a0a14d9;padding:10px 20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000}.logo img{height:45px}.menu-toggle{background:none;border:none;color:#fff;font-size:28px;cursor:pointer;display:none}.nav-links{display:flex;gap:20px}.nav-links a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s}.nav-links a:hover{color:#a06eff}@media (max-width: 768px){.menu-toggle{display:block}.nav-links{position:absolute;top:60px;left:0;right:0;flex-direction:column;align-items:center;background:#0a0a14f2;display:none;padding:20px}.nav-links.open{display:flex}}*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;font-family:Poppins,sans-serif;scroll-behavior:smooth}.hero{position:relative;width:100%;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.background-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.overlay{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.logo-container img{max-width:250px;width:100%}.logo-glow{filter:drop-shadow(0 0 20px rgba(255,255,255,.9));animation:pulseGlow 3s infinite}@keyframes pulseGlow{0%,to{filter:drop-shadow(0 0 15px rgba(255,255,255,.8))}50%{filter:drop-shadow(0 0 30px rgba(255,255,255,1))}}.subtitle{font-size:1.3rem;margin:20px 0;letter-spacing:2px}.button-group{margin-top:15px;display:flex;gap:15px;flex-wrap:wrap;justify-content:center}.btn{background:linear-gradient(135deg,#00e5ff,#9c27b0);border:none;color:#fff;padding:12px 25px;border-radius:30px;cursor:pointer;font-size:1rem;font-weight:600;text-decoration:none;box-shadow:0 0 12px #9c27b080,0 0 18px #00e5ff66;transition:all .3s ease}.btn:hover{background:linear-gradient(135deg,#9c27b0,#00e5ff);transform:scale(1.05);box-shadow:0 0 18px #9c27b0b3,0 0 25px #00e5ff99}.page-section{padding:80px 20px;max-width:1000px;margin:0 auto;text-align:center}.page-section h2{font-size:2rem;margin-bottom:20px;color:#222}.page-section p{font-size:1.1rem;line-height:1.6;color:#444;margin-bottom:15px}.certificate-img{margin-top:20px;max-width:400px;width:100%;border-radius:10px;box-shadow:0 5px 15px #0003}.contact-form{display:flex;flex-direction:column;gap:15px;max-width:500px;margin:0 auto}.contact-form input,.contact-form textarea{width:100%;padding:12px;border:1px solid #ccc;border-radius:8px;font-size:1rem;font-family:inherit;resize:none}.contact-form button{background:#111;color:#fff;border:none;padding:14px;border-radius:30px;font-size:1rem;cursor:pointer;transition:all .3s ease}.contact-form button:hover{background:#333;transform:scale(1.05)}.whatsapp-float{position:fixed;bottom:25px;right:25px;z-index:999}.whatsapp-icon{width:55px;height:55px;border-radius:50%;box-shadow:0 4px 12px #0000004d;transition:transform .2s ease}.whatsapp-icon:hover{transform:scale(1.1)}.page-section{padding:4rem 2rem;max-width:1000px;margin:0 auto;color:#fff;text-align:center}.page-section h2{font-size:2.5rem;margin-bottom:1.5rem;color:#ff4d4d}.page-section p{font-size:1.2rem;margin-bottom:2rem;line-height:1.6}.page-section ul{list-style:none;padding:0;font-size:1.2rem}.page-section li{margin:.5rem 0}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.portfolio-item img{width:100%;border-radius:12px;box-shadow:0 4px 20px #00000080;margin-bottom:.5rem}.drone-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.drone-card{background:#0009;border-radius:12px;padding:1.5rem;text-align:center;box-shadow:0 4px 20px #00000080}.drone-card img{width:100%;max-height:180px;object-fit:cover;border-radius:8px;margin-bottom:1rem}.drone-card h3{margin-bottom:.5rem;color:#ff4d4d}.page-section{min-height:100vh;padding:4rem 2rem;background:#111;color:#f2f2f2;text-align:center}.page-title{font-size:2.5rem;margin-bottom:1rem;color:#ff4d4d}.page-subtitle{font-size:1.2rem;margin-bottom:3rem;color:#ddd;max-width:800px;margin-left:auto;margin-right:auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;padding:1rem 0}.service-card{background:#ffffff1a;border-radius:12px;padding:1.5rem;text-align:left;box-shadow:0 4px 20px #00000080}.service-card h3{margin-bottom:.5rem;color:#ff4d4d}.service-card .price{font-size:1.6rem;font-weight:700;margin-bottom:1rem;color:#00c3ff}.service-card ul{list-style:none;padding:0;margin-bottom:1.2rem}.service-card ul li{margin:.4rem 0;line-height:1.4}.service-card .cta{display:inline-block;padding:.8rem 1.4rem;background:#00c3ff;color:#fff;text-decoration:none;font-weight:500;border-radius:6px;transition:background .3s,transform .2s}.service-card .cta:hover{background:#008bbf;transform:scale(1.02)}.cta{display:inline-block;margin-top:1rem;padding:10px 20px;background:#ff4d4d;color:#fff;border-radius:6px;text-decoration:none;transition:.3s}.cta:hover{background:#e60000;transform:scale(1.05)}.logo-container{display:flex;justify-content:center;margin-bottom:1rem}.logo-glow{width:280px;height:auto;filter:drop-shadow(0 0 25px rgba(0,200,255,.9)) drop-shadow(0 0 45px rgba(180,0,255,.8));animation:glowPulse 3s infinite alternate}@keyframes glowPulse{0%{filter:drop-shadow(0 0 20px rgba(0,200,255,.9)) drop-shadow(0 0 35px rgba(180,0,255,.8));transform:scale(1)}to{filter:drop-shadow(0 0 40px rgba(0,200,255,1)) drop-shadow(0 0 70px rgba(180,0,255,1));transform:scale(1.05)}}.contact-section{display:flex;justify-content:center;align-items:center;padding:100px 20px;background:linear-gradient(to bottom right,#0a0a0a,#112);color:#fff;min-height:100vh}.contact-container{max-width:600px;width:100%;text-align:center;background:#ffffff0d;padding:40px;border-radius:20px;box-shadow:0 4px 15px #0000004d}.contact-container h2{font-size:2rem;margin-bottom:10px}.contact-container p{font-size:1rem;color:#bbb;margin-bottom:30px}.contact-form{display:flex;flex-direction:column;gap:15px}.contact-form input,.contact-form textarea{padding:15px;border-radius:10px;border:none;outline:none;font-size:1rem;background:#ffffff1a;color:#fff}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#aaa}.contact-button{padding:15px;border:none;border-radius:10px;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(90deg,#00c6ff,#7d2ae8);cursor:pointer;transition:.3s}.contact-button:hover{transform:scale(1.05)}.contact-status{margin-top:20px;font-size:1rem;color:#00ffae;font-weight:500}.contact-form{display:flex;flex-direction:column;gap:1rem;max-width:400px;margin:2rem auto}.contact-form input,.contact-form select{padding:.8rem;border-radius:8px;border:1px solid #ccc;font-size:1rem}.success-message{text-align:center;background:#eaffea;padding:2rem;border-radius:12px}.custom-form{max-width:850px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.custom-form label{color:#ddd;font-weight:500}.custom-form input[type=range]{width:100%;accent-color:#00c3ff}.custom-form textarea{padding:12px;border-radius:8px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);color:#eee}.checkbox-row{display:flex;gap:1.2rem;flex-wrap:wrap}.custom-price{text-align:center;margin-top:.5rem}.price-highlight{color:#00c3ff;font-size:1.4rem;font-weight:700}.btn.primary{background:linear-gradient(90deg,#00c3ff,#7a00ff);color:#fff;padding:10px 18px;border:none;border-radius:8px;cursor:pointer}.contact-form input,.contact-form textarea,.contact-form select{width:100%;padding:12px;border-radius:8px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);color:#eee;margin-bottom:.8rem}.custom-summary{max-width:720px;margin:0 auto 1rem;padding:12px;background:#ffffff08;border-radius:8px;border:1px solid rgba(255,255,255,.04);color:#ddd}.success{text-align:center;background:#00c8ff0f;padding:1.5rem;border-radius:8px}@media (max-width: 700px){.checkbox-row{flex-direction:column}.custom-form{padding:0 12px}}body{margin:0;font-family:Arial,sans-serif;background:#0a0a0f;color:#f2f2f2;overflow-x:hidden}.header{background:#000000d9;color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:1000}.header nav{display:flex;gap:1.5rem}.header nav a{color:#fff;text-decoration:none;font-weight:700;transition:color .3s}.header nav a:hover{color:#00c8ff}.nav-logo{height:45px;width:auto;filter:drop-shadow(0 0 12px #00c8ff) drop-shadow(0 0 24px #b400ff);transition:transform .3s ease,filter .3s ease}.nav-logo:hover{transform:scale(1.08);filter:drop-shadow(0 0 25px #00c8ff) drop-shadow(0 0 45px #b400ff)}.hero{position:relative;height:100vh;display:flex;justify-content:center;align-items:center;text-align:center;overflow:hidden}.background-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.overlay{position:relative;z-index:1;color:#fff}.logo-glow{max-width:220px;filter:drop-shadow(0 0 15px #00c8ff) drop-shadow(0 0 25px #b400ff)}.subtitle{margin-top:1rem;font-size:1.2rem;color:#ddd}.button-group{margin-top:1.5rem;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.cta{padding:12px 24px;background:linear-gradient(90deg,#00c8ff,#b400ff);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.cta:hover{transform:scale(1.05);box-shadow:0 0 25px #00c8ffe6,0 0 40px #b400ffe6}.page-section,.about-section,.contact-section,.certificate-section{padding:4rem 2rem;max-width:1000px;margin:0 auto;text-align:center}.page-section h2,.about-section h2,.contact-section h2,.certificate-section h2{color:#00c8ff;font-size:2rem;margin-bottom:1rem}.services-grid,.drone-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.service-card,.drone-card{background:#ffffff0d;border-radius:15px;padding:1rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover,.drone-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00c8ff80,0 8px 25px #b400ff80}.service-card img,.drone-card img{width:100%;border-radius:10px;margin-bottom:1rem}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form textarea{padding:.8rem;border-radius:8px;border:none;font-size:1rem;width:100%}.contact-form button{background:linear-gradient(90deg,#00c8ff,#b400ff);color:#fff;border:none;padding:12px;border-radius:8px;font-size:1rem;cursor:pointer;transition:transform .2s ease,background .3s ease}.contact-form button:hover{transform:scale(1.05);background:linear-gradient(90deg,#00a3cc,#8000cc)}.whatsapp-float{position:fixed;width:60px;height:60px;bottom:25px;right:25px;background:#25d366;border-radius:50%;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 10px #0006;z-index:999}.whatsapp-float img{width:35px;height:35px}.footer{text-align:center;padding:1rem;background:#000;color:#aaa;margin-top:3rem}@media (max-width: 768px){.header nav{display:none}.header{flex-direction:row;justify-content:space-between}.mobile-nav{display:block;font-size:2rem;cursor:pointer;color:#fff}.overlay .logo-glow{max-width:160px}.subtitle{font-size:1rem}.cta{font-size:.9rem;padding:10px 18px}.page-section,.about-section,.contact-section{padding:2rem 1rem}}.whatsapp-float{position:fixed;width:60px;height:60px;bottom:20px;right:20px;background-color:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #0000004d;z-index:1000;transition:transform .3s ease}.whatsapp-float:hover{transform:scale(1.1)}.whatsapp-icon{width:35px;height:35px}
