.App{min-height:100vh;background-color:var(--white)}.header{background-color:var(--white);box-shadow:var(--shadow);position:sticky;top:0;z-index:1000;padding:1rem 0}.header .container{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:1rem}.logo-img{height:80px;width:auto}.logo-text h1{font-size:1.875rem;font-weight:700;color:var(--primary-color);margin-bottom:.25rem}.logo-text .location{font-size:.875rem;color:var(--text-light);margin:0}.nav{display:flex;gap:2rem}.nav a{color:var(--text-dark);text-decoration:none;font-weight:500;cursor:pointer;transition:color .3s ease;position:relative}.nav a:hover{color:var(--primary-color)}.nav a:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background-color:var(--primary-color);transition:width .3s ease}.nav a:hover:after{width:100%}@media (max-width: 768px){.header .container{flex-direction:column;gap:1rem}.nav{gap:1rem}}.hero{position:relative;height:700px;display:flex;align-items:center;justify-content:center;background-image:url(https://images.unsplash.com/photo-1556912173-46c336c7fd55?w=1920&auto=format&fit=crop&q=80);background-size:cover;background-position:center;background-repeat:no-repeat;border-bottom:4px solid #1e3a5f;box-shadow:0 4px 6px -1px #0000001a}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffff80}.hero-content{position:relative;z-index:1;text-align:center;color:var(--white);padding:2rem 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.hero-logo{max-width:420px;width:56%;height:auto;margin-bottom:2rem;filter:drop-shadow(0 10px 20px rgba(0,0,0,.2))}.cta-button{background-color:var(--primary-color);color:var(--white);border:2px solid var(--primary-color);padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #0003,0 0 40px #fffc,0 0 60px #ffffff80;animation:pulsate 2s ease-in-out infinite}@keyframes pulsate{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.cta-button:hover{animation:none;transform:translateY(-2px) scale(1.05);box-shadow:0 6px 12px #0000004d,0 0 50px #ffffffe6,0 0 80px #fff9;background-color:var(--secondary-color);border-color:var(--secondary-color)}@media (max-width: 768px){.hero{height:600px}.hero-logo{max-width:280px;width:56%}}.services{padding:5rem 0;background-color:var(--bg-light)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.service-card{background-color:var(--white);padding:2.5rem;border-radius:12px;box-shadow:var(--shadow);transition:all .3s ease;text-align:center}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.service-icon{font-size:4rem;margin-bottom:1.5rem}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--primary-color)}.service-card p{color:var(--text-light);line-height:1.8}@media (max-width: 768px){.services{padding:3rem 0}.services-grid{grid-template-columns:1fr}}.gallery{padding:5rem 0;background-color:var(--white)}.carousel{position:relative;max-width:1000px;margin:0 auto;overflow:hidden}.carousel-container{overflow:hidden;border-radius:12px;box-shadow:var(--shadow-lg)}.carousel-track{display:flex;transition:transform .5s ease-in-out}.carousel-slide{min-width:100%;height:600px;position:relative}.carousel-slide img{width:100%;height:100%;object-fit:cover;display:block}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);background-color:#1e3a5fcc;color:var(--white);border:none;font-size:3rem;width:60px;height:60px;border-radius:50%;cursor:pointer;z-index:10;transition:all .3s ease;display:flex;align-items:center;justify-content:center;line-height:1}.carousel-button:hover{background-color:#1e3a5f;transform:translateY(-50%) scale(1.1)}.carousel-button.prev{left:20px}.carousel-button.next{right:20px}.carousel-dots{display:flex;justify-content:center;gap:12px;margin-top:2rem}.dot{width:12px;height:12px;border-radius:50%;background-color:#d1d5db;border:none;cursor:pointer;transition:all .3s ease;padding:0}.dot:hover{background-color:#9ca3af;transform:scale(1.2)}.dot.active{background-color:var(--primary-color);width:36px;border-radius:6px}@media (max-width: 768px){.gallery{padding:3rem 0}.carousel-slide{height:400px}.carousel-button{width:45px;height:45px;font-size:2rem}.carousel-button.prev{left:10px}.carousel-button.next{right:10px}}.about{padding:5rem 0;background-color:var(--white)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{text-align:left;margin-bottom:1.5rem}.about-text p{color:var(--text-light);margin-bottom:1.5rem;font-size:1.125rem;line-height:1.8}.about-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem}.feature{display:flex;align-items:center;gap:.5rem}.feature-icon{color:var(--primary-color);font-weight:700;font-size:1.25rem}.feature span:last-child{color:var(--text-dark);font-weight:500}.about-image{border-radius:12px;overflow:hidden;box-shadow:var(--shadow-lg)}.about-image img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 968px){.about{padding:3rem 0}.about-content{grid-template-columns:1fr;gap:2rem}.about-text h2{text-align:center}.about-features{grid-template-columns:1fr}}.contact{padding:5rem 0;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--white)}.contact .section-title,.contact .section-subtitle{color:var(--white)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-card{background-color:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:12px;text-align:center;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.contact-card:hover{background-color:#ffffff26;transform:translateY(-5px)}.contact-icon{font-size:3rem;margin-bottom:1rem}.contact-card h3{font-size:1.5rem;margin-bottom:.5rem}.contact-link{color:var(--white);text-decoration:none;font-weight:600;font-size:1.125rem;display:block;margin-bottom:.5rem;transition:color .3s ease}.contact-link:hover{color:var(--accent-color)}.contact-card p{color:#fffc;font-size:.875rem}.contact-form-container{background-color:var(--white);padding:2.5rem;border-radius:12px;box-shadow:var(--shadow-lg)}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.875rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color)}.form-group textarea{resize:vertical}.submit-button{background-color:var(--primary-color);color:var(--white);border:none;padding:1rem 2rem;font-size:1.125rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease}.submit-button:hover{background-color:var(--secondary-color);transform:translateY(-2px);box-shadow:var(--shadow-lg)}@media (max-width: 968px){.contact{padding:3rem 0}.contact-content{grid-template-columns:1fr}.contact-form-container{padding:1.5rem}}.footer{background-color:var(--text-dark);color:var(--white);padding:3rem 0 1.5rem}.footer-content{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.5rem;margin-bottom:1rem;color:var(--accent-color)}.footer-section h4{font-size:1.125rem;margin-bottom:.75rem;color:var(--accent-color)}.footer-section p{color:#fffc;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem;color:#fffc}.footer-section ul li a{color:#fffc;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:var(--accent-color)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center}.footer-bottom p{color:#fff9;font-size:.875rem}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;text-align:center}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #1e3a5f;--secondary-color: #0f1f3d;--accent-color: #3d5a80;--text-dark: #1f2937;--text-light: #6b7280;--bg-light: #f9fafb;--white: #ffffff;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:var(--text-dark)}.section-subtitle{font-size:1.125rem;text-align:center;color:var(--text-light);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}html{scroll-behavior:smooth}
