.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 3rem;background:black;color:#fff;position:sticky;top:0;z-index:100}.navbar-logo{font-size:1.8rem;font-weight:700;cursor:pointer}.navbar-logo span{color:#3b82f6}.navbar-links{display:flex;gap:2rem;align-items:center}.navbar-links a{color:#fff;text-decoration:none;font-weight:500;cursor:pointer}.navbar-links a:hover{color:#3b82f6}.navbar-btn{padding:.6rem 1.2rem;background-color:#3b82f6;border:none;color:#fff;border-radius:6px;cursor:pointer;transition:.3s;margin-left:1rem}.navbar-btn:hover{background-color:#2563eb}.hamburger{display:none;font-size:1.5rem;cursor:pointer;color:#fff}@media (max-width: 768px){.navbar{flex-wrap:wrap;padding:1rem}.navbar-logo{width:100%;text-align:left;margin-bottom:.5rem}.navbar-btn{width:100%;margin:1rem 0 0;order:3}.navbar-links{display:none;flex-direction:column;width:100%;text-align:center;margin-top:1rem;order:2}.navbar-links.active{display:flex}.hamburger{display:block;position:absolute;right:1.5rem;top:1.2rem;z-index:110}}.hero-section{height:75vh;background:linear-gradient(145deg,#000000,#0f172a);display:flex;justify-content:center;align-items:center;padding:2rem;color:#fff;text-align:center}.hero-content h1{font-size:3rem;line-height:1.3;margin-bottom:1rem}.hero-content h1 span{color:#3b82f6}.hero-content p{font-size:1.2rem;margin-bottom:2rem;max-width:600px;margin-inline:auto;color:#cbd5e1}.hero-btn{padding:.8rem 2rem;background-color:#3b82f6;border:none;color:#fff;font-size:1rem;border-radius:8px;cursor:pointer;transition:background .3s}.hero-btn:hover{background-color:#2563eb}@media (max-width: 768px){.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}}.services-section{padding:4rem 2rem;background:linear-gradient(to right,#0f172a,#1e293b);color:#fff;text-align:center}.services-title{font-size:2.5rem;margin-bottom:2.5rem;color:#3b82f6;font-weight:600}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.8rem;max-width:1200px;margin:0 auto}.service-card{background-color:#1e293b;padding:2rem;border-radius:16px;text-align:left;box-shadow:0 4px 20px #00000026;border:1px solid #334155;transition:transform .3s ease,background .3s ease}.service-card h3{font-size:1.4rem;margin-bottom:1rem;color:#fff;font-weight:600}.service-card p{font-size:1rem;color:#cbd5e1;line-height:1.5}.service-card:hover{transform:translateY(-8px);background-color:#334155}@media (max-width: 768px){.services-title{font-size:2rem}.service-card{padding:1.5rem}.service-card h3{font-size:1.2rem}.service-card p{font-size:.95rem}}.about-section{background-color:#0f172a;padding:5rem 2rem;color:#fff}.about-container{max-width:900px;margin:0 auto;text-align:left}.about-container h2{font-size:2.5rem;margin-bottom:1.5rem;font-weight:700}.about-container h2 span{color:#3b82f6}.about-container p{font-size:1.1rem;line-height:1.7;color:#cbd5e1;margin-bottom:1.2rem}@media (max-width: 768px){.about-container{text-align:center}.about-container h2{font-size:2rem}.about-container p{font-size:1rem}}.contact-section{background:linear-gradient(to right,#0f172a,#1e293b);color:#fff;padding:4rem 2rem;text-align:center}.contact-container{max-width:700px;margin:0 auto;background-color:#1e293b;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #0003;border:1px solid #334155}.contact-container h2{font-size:2.5rem;margin-bottom:1.5rem;color:#3b82f6}.contact-container h2 span{color:#fff}form{display:flex;flex-direction:column;gap:1rem}input,textarea{padding:1rem;border-radius:10px;border:none;font-size:1rem;background-color:#334155;color:#fff;outline:none}input::placeholder,textarea::placeholder{color:#94a3b8}textarea{resize:vertical;min-height:120px}button{background-color:#3b82f6;color:#fff;border:none;padding:.8rem 2rem;font-size:1.1rem;border-radius:12px;cursor:pointer;transition:background-color .3s ease}button:hover{background-color:#2563eb}.status-msg{margin-top:1rem;font-weight:500;color:#22c55e}@media (max-width: 768px){.contact-container h2{font-size:2rem}input,textarea{font-size:.95rem}button{font-size:1rem}}.testimonials-section{padding:5rem 2rem;background:#0f172a;color:#fff;text-align:center}.testimonials-title{font-size:2.5rem;margin-bottom:3rem}.testimonials-title span{color:#3b82f6}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1100px;margin:0 auto}.testimonial-card{background-color:#1e293b;padding:2rem;border-radius:12px;box-shadow:0 4px 15px #0003;text-align:left;position:relative}.quote{font-style:italic;font-size:1.05rem;line-height:1.6;color:#cbd5e1;margin-bottom:1.2rem}.testimonial-card h4{font-weight:600;color:#fff}@media (max-width: 768px){.testimonials-title{font-size:2rem}.quote{font-size:1rem}}.cta-section{background:linear-gradient(135deg,#1e293b,#0f172a);padding:4rem 2rem;text-align:center;color:#fff}.cta-container{max-width:800px;margin:0 auto}.cta-container h2{font-size:2.4rem;margin-bottom:1rem}.cta-container h2 span{color:#3b82f6}.cta-container p{font-size:1.1rem;color:#cbd5e1;margin-bottom:2rem}.cta-button{background-color:#3b82f6;padding:1rem 2rem;color:#fff;text-decoration:none;font-size:1rem;border-radius:10px;transition:background .3s ease;display:inline-block}.cta-button:hover{background-color:#2563eb}@media (max-width: 768px){.cta-container h2{font-size:1.8rem}.cta-container p{font-size:1rem}}.footer{background-color:#0f172a;color:#fff;padding:3rem 2rem 1.5rem}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;max-width:1200px;margin:auto}.footer-brand h3{font-size:1.8rem;margin-bottom:1rem}.footer-brand h3 span{color:#3b82f6}.footer-brand p{color:#cbd5e1;font-size:1rem}.footer-links h4,.footer-social h4{margin-bottom:1rem;font-size:1.2rem}.footer-links ul{list-style:none;padding:0}.footer-links li{margin-bottom:.5rem}.footer-links a{text-decoration:none;color:#cbd5e1;transition:color .3s ease}.footer-links a:hover{color:#3b82f6}.footer-social .social-icons a{margin-right:1rem;color:#cbd5e1;font-size:1.5rem;transition:color .3s ease}.footer-social .social-icons a:hover{color:#3b82f6}.footer-bottom{text-align:center;margin-top:2rem;border-top:1px solid #334155;padding-top:1rem;color:#94a3b8;font-size:.9rem}@media (max-width: 768px){.footer-content{flex-direction:column;align-items:center;text-align:center}.footer-links ul{display:flex;justify-content:center;gap:1rem}.footer-links li{margin-bottom:0}}.service-detail{background:#0f172a;color:#e0e7ff;padding:2rem 1rem}.service-hero{text-align:center;padding:2rem 1rem}.service-hero img{width:100%;max-height:320px;object-fit:cover;border-radius:8px;margin-bottom:1.5rem}.service-hero h1{font-size:2.5rem;color:#3b82f6;margin:1rem 0}.service-hero p{font-size:1.2rem;line-height:1.5}.service-section{max-width:900px;margin:2rem auto}.service-section h2{font-size:2rem;color:#3b82f6;margin-bottom:1rem}.service-section ul,.service-section ol{margin-left:1.2rem;line-height:1.7}.service-section li{margin-bottom:.8rem}.service-cta{text-align:center;margin:3rem 0}.service-cta .button{background:#3b82f6;color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-size:1.1rem;display:inline-block;transition:background .3s}.service-cta .button:hover{background:#2563eb}.hero-image-wrapper{width:100%;max-height:320px;overflow:hidden;display:flex;justify-content:center;align-items:center;background:#f5f5f5;border-radius:12px;margin-bottom:20px}.hero-image{width:100%;height:auto;object-fit:cover;border-radius:10px}.admin-login{max-width:400px;margin:5rem auto;padding:2rem;background:#1e293b;color:#fff;border-radius:8px;box-shadow:0 0 20px #0003;text-align:center}.admin-login h2{margin-bottom:1.5rem}.admin-login input{width:100%;padding:.8rem;margin:.6rem 0;border-radius:5px;border:none}.admin-login button{width:100%;padding:.8rem;background:#3b82f6;color:#fff;border:none;margin-top:1rem;border-radius:5px;cursor:pointer}.error{color:red;margin-top:1rem}.admin-dashboard{padding:2rem;background:#0f172a;min-height:100vh;color:#fff}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.admin-header button{padding:.5rem 1rem;background:#ef4444;border:none;color:#fff;border-radius:5px;cursor:pointer}.inquiry-table{overflow-x:auto}.inquiry-table table{width:100%;border-collapse:collapse;background:#1e293b}.inquiry-table th,.inquiry-table td{padding:.8rem;border:1px solid #334155;text-align:left}.inquiry-table th{background-color:#3b82f6;color:#fff}html{scroll-behavior:smooth}
