body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root,.app-container,body,html{display:flex;flex-direction:column;height:100%;margin:0}.content{flex:1 1}.navbar{background:#2563eb;padding:15px 20px;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-container{align-items:center;display:flex;justify-content:space-between}.logo{color:#fff;font-size:22px;font-weight:700}.nav-links{display:flex;gap:20px;list-style:none}.nav-links li a{color:#fff;font-weight:500;text-decoration:none;transition:.3s}.nav-links li a:hover{color:#facc15}.hamburger{cursor:pointer;display:none;flex-direction:column;gap:5px}.bar{background:#fff;height:3px;transition:all .3s ease;width:25px}@media (max-width:768px){.hamburger{display:flex}.nav-links{background:#2563eb;flex-direction:column;left:-100%;padding:20px 0;position:absolute;text-align:center;top:65px;transition:left .3s ease-in-out;width:100%}.nav-links.active{left:0}.nav-links li{margin:15px 0}}.footer{background:#1e3a8a;color:#fff;padding:40px 20px 20px}.footer-container{display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between}.footer-section{flex:1 1 200px}.footer-section h3{border-bottom:2px solid #facc15;display:inline-block;font-size:18px;margin-bottom:15px;padding-bottom:5px}.footer-section a,.footer-section p,.footer-section ul{color:#f1f1f1;font-size:14px;line-height:1.8;text-decoration:none}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:8px}.footer-section ul li a:hover{color:#facc15}.social-icons a{color:#fff;font-size:14px;margin-right:10px;text-decoration:none}.social-icons a:hover{color:#facc15}.footer-bottom{border-top:1px solid #444;font-size:13px;margin-top:20px;padding-top:10px;text-align:center}@media (max-width:768px){.footer-container{flex-direction:column;text-align:center}}@media (max-width:480px){.footer-section h3{font-size:16px}.footer-section a,.footer-section p,.footer-section ul{font-size:13px}}.home-container{font-family:Arial,sans-serif;line-height:1.6;margin:40px auto;max-width:800px;padding:20px}h1{color:#2563eb;font-size:28px;margin-bottom:15px}h2{color:#1e40af;font-size:22px;margin-top:20px}ul{padding-left:20px}.cta-box{background:#fff9c4;border:1px solid #facc15;border-radius:8px;margin-top:25px;padding:20px}.cta-box h3{color:#d97706;margin-bottom:10px}.cta-btn{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:700;padding:10px 15px}.cta-btn:hover{background:#1e40af}.about-container{margin:auto;max-width:1200px;padding:2rem}.about-heading{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.about-description{color:#475569;font-size:1.1rem;line-height:1.6;margin:0 auto 2rem;max-width:800px;text-align:center}.about-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:768px){.about-grid{grid-template-columns:repeat(3,1fr)}}.about-card{background:#fff;border-radius:16px;box-shadow:0 6px 16px #00000014;padding:1.5rem;transition:all .3s ease}.about-card:hover{box-shadow:0 10px 25px #00000026}.about-card h3{color:#4f46e5;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.about-card p{color:#64748b;font-size:1rem;line-height:1.5}.gallery-container{font-family:Arial,sans-serif;margin:40px auto;max-width:1000px;padding:20px;text-align:center}.gallery-heading{color:#2563eb;font-size:2.5rem;font-weight:700;margin-bottom:10px}.gallery-description{color:#475569;font-size:1.1rem;line-height:1.6;margin-bottom:30px}.gallery-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.gallery-item{border-radius:12px;box-shadow:0 5px 15px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.gallery-item img{display:block;object-fit:cover;transition:transform .3s ease;width:100%}.gallery-item:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-5px)}.gallery-item:hover img{transform:scale(1.05)}.services-container{font-family:Arial,sans-serif;margin:40px auto;max-width:1100px;padding:20px;text-align:center}.services-heading{color:#2563eb;font-size:2.5rem;margin-bottom:10px}.services-description{color:#475569;font-size:1.1rem;line-height:1.6;margin-bottom:30px}.services-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.service-card{background:#fff;border-radius:12px;box-shadow:0 5px 15px #0000001a;padding:20px;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-5px)}.service-card h3{color:#1e40af;font-size:1.25rem;margin-bottom:10px}.service-card p{color:#64748b;font-size:1rem;line-height:1.5}.auth-container{margin:40px auto;max-width:400px;padding:20px;text-align:center}.auth-title{color:#2563eb;font-size:28px;margin-bottom:20px}.tab-buttons{display:flex;justify-content:center;margin-bottom:20px}.tab-buttons button{background:#f3f4f6;border:none;cursor:pointer;flex:1 1;font-size:16px;font-weight:700;outline:none;padding:10px;transition:.3s}.tab-buttons button.active{background:#2563eb;border-bottom:3px solid #1e40af;color:#fff}.form-box{background:#f9fafb;border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:20px;text-align:left}.form-box h2{color:#1e3a8a;margin-bottom:15px}.form-group input{border:1px solid #ddd;border-radius:6px;padding:10px;width:100%}.btn{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:700;padding:10px 15px;width:100%}.btn:hover{background:#1e40af}.contact-container{font-family:Arial,sans-serif;margin:40px auto;max-width:700px;padding:20px;text-align:center}.contact-heading{color:#2563eb;font-size:2.5rem;margin-bottom:10px}.contact-description{color:#475569;font-size:1.1rem;line-height:1.6;margin-bottom:30px}.contact-form{background:#f9fafb;border-radius:12px;box-shadow:0 5px 15px #0000001a;padding:25px;text-align:left}.form-group{margin-bottom:15px}.form-group label{color:#333;display:block;font-size:14px;margin-bottom:5px}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:6px;box-sizing:border-box;font-size:14px;padding:10px;width:100%}.contact-btn{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin-top:10px;padding:12px 20px;transition:background .3s ease;width:100%}.contact-btn:hover{background:#1e40af}
/*# sourceMappingURL=main.f30d4447.css.map*/