body,html{margin:0;padding:0;box-sizing:border-box}.navbar{position:fixed;top:0;left:0;right:0;background-color:#1a1a1a;padding:1rem 0;box-shadow:0 2px 4px #0000001a;z-index:1000}.navbar-container{padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.logo a{color:#fff;text-decoration:none;font-size:1.5rem;font-weight:700;text-transform:uppercase}.logo img{height:85px}.nav-links{display:flex;gap:2rem}.nav-links a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease}.menu-toggle{display:none;flex-direction:column;cursor:pointer}.bar{width:25px;height:3px;background-color:#fff;margin:3px 0;transition:.4s}.menu-toggle.active .bar:nth-child(1){transform:rotate(45deg)}.menu-toggle.active .bar:nth-child(2){opacity:0}.menu-toggle.active .bar:nth-child(3){transform:rotate(-45deg);margin-top:-9px}@media (max-width: 976px){.menu-toggle{display:flex}.nav-links{position:absolute;top:100%;left:0;width:100%;background-color:#1a1a1a;padding:1rem;flex-direction:column;gap:1rem;text-align:center;display:none}.nav-links.active{display:flex}}@media (max-width: 480px){.logo img{height:60px}}.hero{width:100%;margin:185px 0 20px;position:relative;background:#252527}.hero-image-container{width:calc(100% - 40px);margin:0 20px;height:60vh;overflow:hidden}.hero-image{width:100%;height:100%;object-fit:cover;object-position:50% 70%}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:10}.hero-title{text-align:center;color:#fff;padding:20px;max-width:800px}.hero-title h1{font-size:2.25rem;font-weight:600;line-height:1.2;margin:0 0 1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-title p{font-size:1.25rem;font-weight:400;line-height:1.4;margin:0;text-shadow:1px 1px 2px rgba(0,0,0,.5);opacity:.9}@media (min-width: 769px){.hero-image-container{height:50vh;width:calc(100% - 200px);margin:0 auto}}@media (max-width: 768px){.hero-image-container{height:50vh;width:calc(100% - 30px);margin:0 auto}.hero-title p{font-size:1rem}.hero-title{padding:15px}}@media (max-width: 480px){.hero{margin:10rem 0 0}.hero-image-container{height:45vh;width:calc(100% - 20px);margin:0 auto}.hero-title h1{font-size:1.1rem}.hero-title p{font-size:.9rem}.hero-title{padding:10px}}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease}.modal-content{background:#fff;border-radius:8px;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 10px 25px #0003;animation:slideIn .3s ease}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0}.modal-title{margin:0;font-size:1.5rem;color:#1a1a1a}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:.5rem;border-radius:4px;transition:background-color .2s ease}.modal-close:hover{background-color:#f0f0f0;color:#333}.modal-body{padding:1.5rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){.modal-content{width:95%;margin:1rem}.modal-header,.modal-body{padding:1rem}.modal-title{font-size:1.25rem}}.recent-work{padding:4rem 2rem;max-width:1200px;margin:0 auto}.recent-work h2{text-align:center;margin-bottom:3rem;font-size:2.5rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.project-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease;position:relative}.project-card:hover{transform:translateY(-5px)}.project-card:hover .project-overlay{opacity:1;cursor:pointer}.project-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;z-index:10}.project-overlay-text{color:#fff;font-size:1.1rem;font-weight:500;text-align:center;padding:1rem}.project-card img{width:100%;height:200px;object-fit:cover}.project-info{padding:1.5rem}.project-info h3{margin-bottom:1rem;color:#1a1a1a}.project-info p{color:#666;line-height:1.6}@media (max-width: 768px){.recent-work{padding:2rem 1rem}.recent-work h2{font-size:2rem}.projects-grid{grid-template-columns:1fr}}.services-list h3{margin-bottom:1rem;color:#1a1a1a;font-size:1.2rem}.services-list ul{list-style:none;padding:0;margin:0}.services-list li{padding:.75rem 0;border-bottom:1px solid #f0f0f0;color:#333;font-size:1rem;line-height:1.5}.services-list li:last-child{border-bottom:none}.services-list li:before{content:"•";color:#007bff;font-weight:700;margin-right:.5rem}.services-list li strong{color:#1a1a1a;font-weight:600}.services-list li ul{margin-top:.5rem;margin-left:1.5rem;list-style:none}.services-list li ul li{padding:.25rem 0;border-bottom:none;font-size:.95rem;color:#555}.services-list li ul li:before{content:"◦";color:#666;font-weight:400;margin-right:.5rem}.loading{display:flex;justify-content:center;align-items:center;padding:2rem;font-size:1.1rem;color:#666}.error{display:flex;justify-content:center;align-items:center;padding:2rem;font-size:1.1rem;color:#e74c3c;background:#fdf2f2;border:1px solid #fecaca;border-radius:4px;margin:1rem}.services{padding-top:30px}.services-hero{background:linear-gradient(#000000b3,#000000b3),url(https://images.unsplash.com/photo-1542744173-8e7e53415bb0?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2940&q=80);background-size:cover;background-position:center;height:40vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.services-hero-content{max-width:800px;padding:0 2rem}.services-hero-content h1{font-size:3rem;margin-bottom:1rem}.services-hero-content p{font-size:1.5rem;opacity:.9}.services-grid-section{padding:4rem 2rem;max-width:1200px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.service-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 6px 12px #00000026}.service-image{width:100%;height:250px;overflow:hidden}.service-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.service-card:hover .service-image img{transform:scale(1.05)}.service-content{padding:2rem}.service-content h3{color:#1a1a1a;margin-bottom:1rem;font-size:1.5rem}.service-content p{color:#666;line-height:1.6}@media (max-width: 768px){.services-hero-content h1{font-size:2rem}.services-hero-content p{font-size:1.2rem}.services-grid-section{padding:2rem 1rem}.services-grid{grid-template-columns:1fr}.service-content{padding:1.5rem}}.projects{padding-top:80px}.projects-hero{background:linear-gradient(#000000b3,#000000b3),url(https://images.unsplash.com/photo-1542744173-8e7e53415bb0?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2940&q=80);background-size:cover;background-position:center;height:40vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.projects-hero-content{max-width:800px;padding:0 2rem}.projects-hero-content h1{font-size:3rem;margin-bottom:1rem}.projects-hero-content p{font-size:1.5rem;opacity:.9}.projects-grid-section{padding:4rem 2rem;padding-top:0;max-width:1200px;margin:0 auto}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.project-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-5px);box-shadow:0 6px 12px #00000026}.project-image{width:100%;height:250px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-image img{transform:scale(1.05)}.project-content{padding:2rem}.project-content h3{color:#1a1a1a;margin-bottom:1rem;font-size:1.5rem}.project-content p{color:#666;line-height:1.6;margin-bottom:1.5rem}.project-services{margin-top:1.5rem}.project-services h4{color:#1a1a1a;margin-bottom:.5rem;font-size:1.1rem}.service-tags{display:flex;flex-wrap:wrap;gap:.5rem}.service-tag{background-color:#f0f0f0;color:#1a1a1a;padding:.3rem .8rem;border-radius:20px;font-size:.9rem;font-weight:500}@media (max-width: 768px){.projects-hero-content h1{font-size:2rem}.projects-hero-content p{font-size:1.2rem}.projects-grid-section{padding:2rem 1rem}.projects-grid{grid-template-columns:1fr}.project-content{padding:1.5rem}}.about{padding-top:80px}.about-hero{background:linear-gradient(#000000b3,#000000b3),url(https://images.unsplash.com/photo-1542744173-8e7e53415bb0?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2940&q=80);background-size:cover;background-position:center;height:40vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.about-hero-content{max-width:800px;padding:0 2rem}.about-hero-content h1{font-size:3rem;margin-bottom:1rem}.about-hero-content p{font-size:1.5rem;opacity:.9}.about-content{max-width:1200px;margin:0 auto;padding:4rem 2rem;padding-top:0}.about-section{display:flex;align-items:center;gap:4rem;margin-bottom:4rem}.about-section:last-child{margin-bottom:0}.about-text{flex:1}.about-text h2{color:#1a1a1a;font-size:2rem;margin-bottom:1.5rem}.about-text p{color:#666;line-height:1.8;margin-bottom:1.5rem}.about-text p:last-child{margin-bottom:0}.about-image{flex:1;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a}.about-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.about-image:hover img{transform:scale(1.05)}@media (max-width: 768px){.about-hero-content h1{font-size:2rem}.about-hero-content p{font-size:1.2rem}.about-content{padding:2rem 1rem}.about-section{flex-direction:column;gap:2rem}.about-section:nth-child(2n){flex-direction:column-reverse}.about-text h2{font-size:1.75rem}}.contact{padding-top:80px}.loading,.error{text-align:center;padding:2rem;font-size:1.1rem;color:#666}.error{color:#e74c3c}.contact-hero{background:linear-gradient(#000000b3,#000000b3),url(https://images.unsplash.com/photo-1542744173-8e7e53415bb0?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2940&q=80);background-size:cover;background-position:center;height:40vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.contact-hero-content{max-width:800px;padding:0 2rem}.contact-hero-content h1{font-size:3rem;margin-bottom:1rem}.contact-hero-content p{font-size:1.5rem;opacity:.9}.contact-content{max-width:1200px;margin:0 auto;padding:4rem 2rem;padding-top:0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;width:100%;box-sizing:border-box}.contact-grid>*{min-width:0;box-sizing:border-box}.contact-info{display:flex;flex-direction:column;gap:2rem}.quote-section,.address-section,.contact-form-section{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a}.contact-form-section h2{color:#1a1a1a;font-size:2rem;margin-bottom:2rem;text-align:center}.contact-person{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #f0f0f0}.contact-person:last-child{border-bottom:none;padding-bottom:0}.contact-person h4,.quote-section h3,.address-section h3{color:#1a1a1a;font-size:1.2rem;margin-bottom:.25rem}.contact-person p,.quote-section p,.address-section p{color:#666;line-height:1.6;margin-bottom:.5rem}.truncated-email{display:block;color:#666;line-height:1.6;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none}.truncated-email:hover{text-decoration:underline}.contact-person{display:flex;justify-content:space-between;align-items:center}.contact-person-info{flex:1}.contact-person a{display:inline-block;padding:8px 16px;background-color:#1a1a1a;color:#fff;text-decoration:none;border-radius:4px;font-weight:500;transition:background-color .3s ease;white-space:nowrap}.contact-person a:hover{background-color:#333;text-decoration:none}.contact-person a:visited{color:#fff}.industry-experience{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a}.industry-experience h2{color:#1a1a1a;font-size:2rem;margin-bottom:2rem;text-align:center}.industry-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.industry-item{background:#f5f5f5;padding:1rem;border-radius:4px;text-align:center;color:#1a1a1a;font-weight:500;transition:transform .3s ease,box-shadow .3s ease}.industry-item:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}@media (max-width: 768px){.contact-hero-content h1{font-size:2rem}.contact-hero-content p{font-size:1.2rem}.contact-content{padding:2rem 1rem}.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-person,.quote-section,.address-section,.contact-form-section,.industry-experience{padding:1.5rem}}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#1a1a1a;font-weight:600;font-size:1rem}.form-group label .required{color:#e74c3c}.form-group input,.form-group textarea{padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem;font-family:inherit;transition:border-color .3s ease,box-shadow .3s ease;background-color:#fafafa}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#1a1a1a;box-shadow:0 0 0 3px #1a1a1a1a;background-color:#fff}.form-group input::placeholder,.form-group textarea::placeholder{color:#999}.form-group textarea{resize:vertical;min-height:120px;line-height:1.5}.submit-btn{background-color:#1a1a1a;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:4px;cursor:pointer;transition:background-color .3s ease,transform .2s ease;margin-top:1rem}.submit-btn:hover{background-color:#333;transform:translateY(-1px)}.submit-btn:active{transform:translateY(0)}.submit-btn.submitted,.submit-btn.submitted:hover{background-color:#27ae60;transform:none}.submit-btn.loading{background-color:#666;cursor:not-allowed;transform:none}.submit-btn.loading:hover{background-color:#666;transform:none}.loading-spinner{display:inline-block;margin-left:8px;vertical-align:middle}@media (max-width: 768px){.form-group input,.form-group textarea{font-size:16px}.submit-btn{padding:.875rem 1.5rem;font-size:1rem}}.careers{padding-top:80px}.careers-hero{background:linear-gradient(#000000b3,#000000b3),url(https://images.unsplash.com/photo-1542744173-8e7e53415bb0?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2940&q=80);background-size:cover;background-position:center;height:40vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.careers-hero-content{max-width:800px;padding:0 2rem}.careers-hero-content h1{font-size:3rem;margin-bottom:1rem}.careers-hero-content p{font-size:1.5rem;opacity:.9}.careers-content{max-width:1200px;margin:0 auto;padding:4rem 2rem;padding-top:0}.job-listings{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem}.job-card{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.job-card:hover{transform:translateY(-5px);box-shadow:0 6px 12px #00000026}.job-header{margin-bottom:1.5rem}.job-header h2{color:#1a1a1a;font-size:1.75rem;margin-bottom:.5rem}.job-meta{display:flex;gap:1rem;color:#666}.job-meta span{display:flex;align-items:center;gap:.5rem}.job-description{margin-bottom:1.5rem}.job-description p{color:#666;line-height:1.6}.job-requirements{margin-bottom:1.5rem}.job-requirements h3{color:#1a1a1a;font-size:1.25rem;margin-bottom:1rem}.job-requirements ul{list-style-type:disc;padding-left:1.5rem;color:#666}.job-requirements li{margin-bottom:.5rem;line-height:1.6}.job-actions{text-align:center}.apply-button{display:inline-block;background-color:#1a1a1a;color:#fff;padding:.75rem 2rem;border-radius:4px;text-decoration:none;font-weight:500;transition:background-color .3s ease}.apply-button:hover{background-color:#333}@media (max-width: 768px){.careers-hero-content h1{font-size:2rem}.careers-hero-content p{font-size:1.2rem}.careers-content{padding:2rem 1rem}.job-listings{grid-template-columns:1fr}.job-card{padding:1.5rem}}.footer{background-color:#1a1a1a;color:#fff;padding:1.5rem 0;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.footer p{margin:0;font-size:.9rem}.admin-login{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);font-family:Arial,sans-serif}.login-container{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:400px}.login-container h1{text-align:center;margin-bottom:2rem;color:#333}.form-group{margin-bottom:1rem}.form-group input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea33}.error-message{color:#e74c3c;margin-bottom:1rem;text-align:center;font-size:.9rem}.login-button{width:100%;padding:.75rem;background:#667eea;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .2s}.login-button:hover{background:#5a6fd8}.login-button:active{background:#4e63d1}.login-button:disabled{opacity:.7;cursor:not-allowed}.reset-sent-message{color:#27ae60;margin-bottom:1rem;text-align:center;font-size:.9rem}.forgot-password-link{display:block;width:100%;margin-top:.75rem;padding:.5rem;background:transparent;color:#667eea;border:none;font-size:.9rem;cursor:pointer;text-decoration:underline;transition:color .2s}.forgot-password-link:hover:not(:disabled){color:#5a6fd8}.forgot-password-link:disabled{opacity:.7;cursor:not-allowed}.image-upload{width:100%}.image-upload-container{display:flex;gap:1rem;margin-bottom:1rem}.image-upload-area{flex:1;border:2px dashed #ddd;border-radius:8px;padding:2rem;text-align:center;cursor:pointer;transition:all .2s;background:#fafafa;min-height:120px;display:flex;align-items:center;justify-content:center}.image-upload-area:hover{border-color:#3498db;background:#f8f9fa}.image-upload-area.drag-active{border-color:#3498db;background:#e3f2fd}.upload-content{display:flex;flex-direction:column;align-items:center;gap:.5rem}.upload-icon{font-size:2rem;opacity:.6}.upload-content p{margin:0;color:#666}.upload-hint{font-size:.85rem;color:#999}.upload-status{display:flex;flex-direction:column;align-items:center;gap:.5rem}.spinner{width:24px;height:24px;border:2px solid #f3f3f3;border-top:2px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.image-preview{flex:0 0 120px;height:120px}.preview-container{position:relative;width:100%;height:100%;border-radius:8px;overflow:hidden;border:1px solid #ddd}.preview-image{width:100%;height:100%;object-fit:cover}.remove-image{position:absolute;top:4px;right:4px;background:#000000b3;color:#fff;border:none;border-radius:50%;width:24px;height:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:1}.remove-image:hover{background:#000000e6}.url-input-container{display:flex;flex-direction:column;gap:.5rem}.url-input-container label{font-weight:700;color:#555;font-size:.9rem}.url-input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;box-sizing:border-box}.url-input:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px #3498db33}@media (max-width: 768px){.image-upload-container{flex-direction:column}.image-preview{flex:none;height:100px}.image-upload-area{min-height:100px;padding:1rem}}.notification{position:fixed;top:20px;right:20px;z-index:10000;max-width:400px;min-width:300px;border-radius:8px;box-shadow:0 4px 12px #00000026;transform:translate(100%);opacity:0;transition:all .3s ease-in-out}.notification.show{transform:translate(0);opacity:1}.notification.hide{transform:translate(100%);opacity:0}.notification-content{display:flex;align-items:center;padding:1rem;gap:.75rem}.notification-success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.notification-error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.notification-info{background:#d1ecf1;border:1px solid #bee5eb;color:#0c5460}.notification-icon{font-size:1.2rem;flex-shrink:0}.notification-message{flex:1;font-weight:500;line-height:1.4}.notification-close{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s;flex-shrink:0}.notification-close:hover{background-color:#0000001a}@media (max-width: 768px){.notification{top:10px;right:10px;left:10px;max-width:none;min-width:auto}}.content-manager{max-width:1200px;margin:0 auto}.content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}.content-header h2{margin:0;color:#333}.add-button{background:#27ae60;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .2s}.add-button:hover{background:#229954}.form-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.form-container{background:#fff;padding:2rem;border-radius:8px;width:90%;max-width:600px;max-height:80vh;overflow-y:auto;box-shadow:0 4px 6px #0000001a}.form-container h3{margin-top:0;margin-bottom:1.5rem;color:#333}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:700;color:#555}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px #3498db33}.service-input{display:flex;gap:.5rem;margin-bottom:.5rem;align-items:center}.service-input input{flex:1}.remove-service{background:#e74c3c;color:#fff;border:none;width:30px;height:30px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.remove-service:hover{background:#c0392b}.add-service{background:#3498db;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem}.add-service:hover{background:#2980b9}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1rem;border-top:1px solid #e0e0e0}.save-button{background:#27ae60;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-size:1rem}.save-button:hover{background:#229954}.cancel-button{background:#95a5a6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-size:1rem}.cancel-button:hover{background:#7f8c8d}.content-list{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));align-items:stretch}.content-item{background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a;transition:box-shadow .2s;display:flex;flex-direction:column;height:100%}.content-item:hover{box-shadow:0 4px 8px #00000026}.item-image{width:100%;height:200px;overflow:hidden}.item-image img{width:100%;height:100%;object-fit:cover}.item-content{padding:1.5rem;display:flex;flex-direction:column;flex:1}.item-content h3{margin:0 0 1rem;color:#333;font-size:1.25rem}.item-content p{margin:0 0 1rem;color:#666;line-height:1.5;flex:1}.item-services{display:block;margin-bottom:1rem}.item-services strong{display:block;margin-bottom:.5rem;color:#333;font-weight:600}.item-services ul{margin:0;padding-left:1.5rem;list-style-type:disc}.item-services li{margin-bottom:.25rem;color:#555;line-height:1.4}.service-tag{background:#e3f2fd;color:#1976d2;padding:.25rem .75rem;border-radius:12px;font-size:.85rem}.item-actions{padding:0 1.5rem 1.5rem;display:flex;gap:.75rem;margin-top:auto}.content-item .item-actions .edit-button{background:#3498db;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;flex:1}.content-item .item-actions .edit-button:hover{background:#2980b9}.content-item .item-actions .delete-button{background:#e74c3c;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;flex:1}.content-item .item-actions .delete-button:hover{background:#c0392b}.content-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:1px solid #e0e0e0}.tab-button{background:none;border:none;padding:1rem 1.5rem;cursor:pointer;font-size:1rem;color:#666;border-bottom:2px solid transparent;transition:all .2s}.tab-button:hover{color:#333;background:#f8f9fa}.tab-button.active{color:#1976d2;border-bottom-color:#1976d2;background:#f8f9fa}.content-display{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:2rem}.content-display h3{margin-top:0;color:#333}.edit-button{background:#3498db;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .2s}.edit-button:hover{background:#2980b9}.industry-edit-item{border:1px solid #e0e0e0;border-radius:8px;padding:1rem;margin-bottom:1rem;background:#f8f9fa}.experience-edit-item{display:flex;gap:.5rem;margin-bottom:.5rem;align-items:center}.experience-edit-item input{flex:1}.add-industry,.add-experience{background:#27ae60;color:#fff;border:none;padding:.75rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;margin-top:.5rem}.add-industry:hover,.add-experience:hover{background:#229954}.remove-industry{background:#e74c3c;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;margin-top:.5rem}.remove-industry:hover{background:#c0392b}.remove-experience{background:#e74c3c;color:#fff;border:none;width:30px;height:30px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.remove-experience:hover{background:#c0392b}.services-edit-container{margin-top:.5rem}.service-edit-item{margin-bottom:1rem;background:#f8f9fa;border-radius:4px}.categorized-service{padding:1rem;background:#fff;border:1px solid #ddd;border-radius:4px}.categorized-service .form-group:last-of-type{margin-bottom:.5rem}.service-add-buttons{display:flex;gap:.5rem;margin-top:.5rem;flex-wrap:wrap}.service-add-buttons .add-service{flex:1;min-width:150px}.remove-category{background:#e74c3c;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;margin-top:0;width:100%}.remove-category:hover{background:#c0392b}.content-preview{margin-top:1rem}.content-section{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0}.content-section:last-child{border-bottom:none;margin-bottom:0}.content-section h4{margin:0 0 1rem;color:#333}.content-section p{margin:0 0 .5rem;color:#666;line-height:1.5}.content-section ul{margin:.5rem 0;padding-left:1.5rem}.content-section li{margin:.25rem 0;color:#666}.job-meta{display:flex;gap:1rem;margin:.5rem 0;font-size:.9rem}.location{color:#666}.type{background:#e3f2fd;color:#1976d2;padding:.25rem .5rem;border-radius:4px;font-size:.8rem}@media (max-width: 768px){.content-list{grid-template-columns:1fr}.form-container{width:95%;padding:1rem}.content-header{flex-direction:column;gap:1rem;align-items:stretch}.content-tabs{flex-wrap:wrap}.tab-button{padding:.75rem 1rem;font-size:.9rem}}.admin-dashboard{min-height:100vh;background:#f5f5f5;font-family:Arial,sans-serif}.admin-header{background:#2c3e50;color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #0000001a}.admin-header h1{margin:0;font-size:1.5rem}.header-actions{display:flex;gap:1rem;align-items:center}.view-site-link{color:#fff;text-decoration:none;padding:.5rem 1rem;background:#3498db;border-radius:4px;transition:background-color .2s}.view-site-link:hover{background:#2980b9}.logout-button{background:#e74c3c;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .2s}.logout-button:hover{background:#c0392b}.admin-layout{display:flex;min-height:calc(100vh - 80px)}.admin-sidebar{width:250px;background:#fff;border-right:1px solid #e0e0e0;padding:1rem 0}.admin-nav{list-style:none;margin:0;padding:0}.admin-nav li{margin:0}.nav-button{width:100%;padding:1rem 1.5rem;border:none;background:none;text-align:left;cursor:pointer;display:flex;align-items:center;gap:.75rem;font-size:1rem;color:#555;transition:all .2s}.nav-button:hover{background:#f8f9fa;color:#333}.nav-button.active{background:#e3f2fd;color:#1976d2;border-right:3px solid #1976d2}.nav-icon{font-size:1.2rem}.admin-main{flex:1;padding:2rem;overflow-y:auto}@media (max-width: 768px){.admin-header{flex-direction:column;gap:1rem;text-align:center}.header-actions{flex-direction:column;gap:.5rem;width:100%}.view-site-link,.logout-button{width:100%;text-align:center}.admin-layout{flex-direction:column}.admin-sidebar{width:100%;border-right:none;border-bottom:1px solid #e0e0e0}.admin-nav{display:flex;overflow-x:auto}.nav-button{white-space:nowrap;min-width:120px}}.app{display:flex;flex-direction:column;min-height:100vh;background-color:#f5f5f5}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-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}.main-content{flex:1}
