.header{align-items:center;background:linear-gradient(90deg,#2c3e50,#34495e);box-shadow:0 4px 6px #0000001a;box-sizing:border-box;display:flex;justify-content:space-between;padding:20px 40px;width:100%}.logo a{color:#ecf0f1;font-size:28px;font-weight:700;text-decoration:none}.nav,.nav-links{display:flex}.nav-links{gap:20px;list-style:none;margin:0;padding:0}.nav-links li a{color:#ecf0f1;font-size:18px;text-decoration:none;transition:color .3s ease}.nav-links li a:hover{color:#f39c12}.hamburger{cursor:pointer;display:none;flex-direction:column}.hamburger .bar{background-color:#ecf0f1;height:3px;margin:4px 0;transition:.4s;width:25px}@media screen and (max-width:768px){.header{padding:15px 20px}.nav{align-items:center;background:linear-gradient(90deg,#2c3e50,#34495e);display:none;flex-direction:column;left:0;position:absolute;right:0;top:65px;z-index:1000}.nav.open{display:flex}.nav-links{flex-direction:column;gap:15px;padding:20px 0;text-align:center;width:100%}.hamburger{display:flex}}.footer{background:#2c3e50;color:#ecf0f1;padding:20px}.footer,.home{box-sizing:border-box;text-align:center;width:100%}.home{font-family:Roboto,sans-serif;padding-bottom:60px}.hero{align-items:center;background-position:top;background-repeat:no-repeat;background-size:cover;box-sizing:border-box;display:flex;height:600px;justify-content:center;position:relative}.hero-overlay{background:#00000080;height:100%;left:0;position:absolute;top:0;width:100%}.hero-content{animation:fadeIn 2s ease-in-out;background:#0006;border-radius:8px;box-sizing:border-box;color:#fff;max-width:800px;padding:20px;position:relative;z-index:1}.hero-content h1{font-size:56px;font-weight:700;margin-bottom:20px}.hero-content p{font-size:22px;line-height:1.4;margin-bottom:30px}.btn{display:inline-block;padding:14px 35px;text-decoration:none;transition:background-color .3s ease,transform .3s ease}.btn:hover{transform:scale(1.05)}.features{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;margin-top:60px;padding:0 20px}.feature,.features{box-sizing:border-box}.feature{background:#fff;border-radius:10px;box-shadow:0 8px 16px #0000001a;padding:40px;transition:transform .3s ease,box-shadow .3s ease;width:320px}.feature:hover{box-shadow:0 12px 24px #00000026;transform:translateY(-5px)}.feature h2{color:#2c3e50;font-size:26px;margin-bottom:15px;margin-top:0}.feature p{color:#7f8c8d;font-size:18px;line-height:1.5}@media screen and (max-width:768px){.hero{height:400px}.hero-content h1{font-size:36px}.btn,.hero-content p{font-size:16px}.btn{margin:0 auto;padding:10px 20px}.features{align-items:center;flex-direction:column;padding:0 10px}.feature{margin:0 auto;max-width:90%;width:100%}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.form-container{box-shadow:0 6px 12px #0000001a;margin:60px auto;max-width:450px}form label{color:#34495e;display:block;font-size:16px;margin-bottom:15px}form input{border:1px solid #bdc3c7;border-radius:4px;font-size:16px;margin-top:5px;padding:12px;width:100%}form input:focus{border-color:#f39c12;box-shadow:0 0 5px #f39c1280;outline:none}.btn{border-radius:25px;padding:12px}.contact-page{background-color:#ecf0f1;width:100%}.contact-page,.profile-section{box-sizing:border-box;padding:20px}.profile-section{align-items:center;background:#fff;border-radius:10px;box-shadow:0 8px 16px #0000001a;display:flex;justify-content:center;margin-bottom:40px}.profile-img{border:3px solid #f39c12;border-radius:50%;height:120px;margin-right:20px;object-fit:cover;width:120px}.profile-info{text-align:left}.profile-info h2{color:#2c3e50;font-size:28px;margin:0 0 10px}.profile-info p{color:#7f8c8d;font-size:18px;margin:5px 0}.form-container{background:#fff;border-radius:10px;box-shadow:0 8px 16px #0000001a;box-sizing:border-box;margin:0 auto;max-width:600px;padding:40px;width:100%}.form-container h2{color:#2c3e50;font-size:30px;margin-bottom:30px;text-align:center}.contact-form label{color:#34495e;display:block;font-size:16px;margin-bottom:15px}.contact-form input,.contact-form textarea{border:1px solid #bdc3c7;border-radius:4px;box-sizing:border-box;font-size:16px;margin-top:5px;padding:12px;width:100%}.contact-form input:focus,.contact-form textarea:focus{border-color:#f39c12;box-shadow:0 0 5px #f39c1280;outline:none}.btn{background-color:#f39c12;border:none;border-radius:30px;box-sizing:border-box;color:#fff;cursor:pointer;font-size:18px;margin-top:10px;padding:14px;transition:background-color .3s ease;width:100%}.btn:hover{background-color:#d35400}@media screen and (max-width:768px){.profile-section{flex-direction:column;text-align:center}.profile-img{margin:0 0 15px}.profile-info{text-align:center}.form-container{padding:20px}.form-container h2{font-size:24px}.btn{font-size:16px;padding:12px}}body{background-color:#ecf0f1;color:#2c3e50;font-family:Roboto,sans-serif;margin:0}.App{display:flex;flex-direction:column;min-height:100vh;width:100%}
/*# sourceMappingURL=main.e9f827d1.css.map*/