@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#1a1a1a;padding:1rem 0;position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,.1);transition:transform .3s ease}.header-hidden{transform:translateY(-100%)}.header .container{justify-content:space-between}.header .container,.logo{display:flex;align-items:center}.logo{gap:10px}.logo-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center}.logo-image{width:100%;height:100%;object-fit:contain}.logo h1{color:white;font-size:24px;font-weight:600}.nav ul{display:flex;list-style:none;gap:2rem}.nav a{color:white;text-decoration:none;font-weight:500;transition:color .3s ease}.nav a:hover{color:#4a90e2}.cta-button{background:#4a90e2;color:white;border:none;padding:12px 24px;border-radius:6px;font-weight:600;cursor:pointer;transition:background .3s ease}.cta-button:hover{background:#357abd}.hero{position:relative;min-height:100vh;display:flex;align-items:center;color:white;margin-top:80px;z-index:1}.hero-background{right:0;bottom:0;overflow:hidden;height:100vh}.hero-background,.hero-video{position:absolute;top:0;left:0;z-index:1}.hero-video{width:100%;height:100%;object-fit:cover;filter:brightness(1.3) contrast(1.1) saturate(1.1)}.video-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.25);z-index:2;transition:background .3s ease;backdrop-filter:blur(1px);pointer-events:none}.hero-video{opacity:1!important}@media (max-width:768px){.hero-video{object-position:center}.video-overlay{background:rgba(0,0,0,.35)}}.hero-content{position:relative;z-index:2;text-align:center;max-width:800px;margin:0 auto}.hero h2{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.btn{padding:15px 30px;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary{background:#4a90e2;color:white}.btn-primary:hover{background:#357abd;transform:translateY(-2px)}.btn-secondary{background:transparent;color:white;border:2px solid white}.btn-secondary:hover{background:white;color:#333}.contact-info{flex-direction:column;gap:1rem}.contact-info,.contact-info p{display:flex;align-items:center}.contact-info p{font-size:1.1rem;gap:.5rem}.social-icons{display:flex;gap:1rem}.social-icons a{color:white;font-size:1.5rem;transition:transform .3s ease}.social-icons a:hover{transform:scale(1.2)}.about{padding:5rem 0;background:white;position:relative;z-index:2}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h3{font-size:2.5rem;font-weight:600;margin-bottom:1.5rem;color:#333}.about-text p{font-size:1.1rem;margin-bottom:2rem;color:#666;line-height:1.8}.service-type{margin-top:2rem;margin-left:2rem}.service-type h4{font-size:1rem;font-weight:700;color:#000000;margin:0}.phone-number{display:flex;align-items:center;gap:.5rem;margin-top:1.5rem;margin-left:2rem;font-size:1.3rem;font-weight:600;color:#4a90e2}.about-image img{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.services{padding:5rem 0;background:#f8f9fa;position:relative;z-index:2;overflow:hidden}.services-background-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;filter:brightness(1.2) contrast(1.1) saturate(1.1)}.services-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);z-index:2}.section-title{text-align:center;font-size:3rem;font-weight:700;margin-bottom:3rem;color:white;text-shadow:2px 2px 4px rgba(0,0,0,.9)}.section-title,.services .container,.services-grid{position:relative;z-index:3}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.service-card{background:rgba(255,255,255,.95);border-radius:12px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.3);transition:transform .3s ease,box-shadow .3s ease;position:relative;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.service-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px rgba(0,0,0,.5);background:rgba(255,255,255,1)}.service-number{position:absolute;top:15px;left:15px;background:#4a90e2;color:white;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;z-index:2;box-shadow:0 4px 12px rgba(74,144,226,.3)}.service-image{height:200px;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.1)}.service-card h4{padding:1.5rem 1.5rem 1rem;font-size:1.2rem;font-weight:600;color:#333;position:relative;z-index:3}.learn-more{margin:0 1.5rem 1.5rem;background:#4a90e2;color:white;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-weight:500;transition:background .3s ease}.learn-more:hover{background:#357abd}.why-choose-us{padding:5rem 0;position:relative;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.why-choose-us-background{background-image:url(https://images.unsplash.com/photo-1581578731548-c64695cc6952?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80);background-size:cover;background-position:50%;background-attachment:fixed;z-index:1;filter:brightness(1.2) contrast(1.1) saturate(1.1)}.background-overlay,.why-choose-us-background{position:absolute;top:0;left:0;right:0;bottom:0}.background-overlay{background:rgba(0,0,0,.35);z-index:2}.why-choose-us .container{position:relative;z-index:3}.why-choose-us h3{text-align:center;font-size:2.5rem;font-weight:600;margin-bottom:3rem;color:white;text-shadow:2px 2px 4px rgba(0,0,0,.8)}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.benefit-card{background:rgba(255,255,255,.95);padding:2rem;border-radius:12px;text-align:center;box-shadow:0 8px 32px rgba(0,0,0,.2);transition:transform .3s ease,box-shadow .3s ease;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.benefit-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(0,0,0,.3);background:rgba(255,255,255,1)}.benefit-icon{width:80px;height:80px;background:#4a90e2;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:white;font-size:2rem}.benefit-card h5{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#333}.benefit-card p{color:#666;line-height:1.6}.statistics{padding:4rem 0;background:white}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.stat-item{padding:2rem}.stat-number{font-size:3.5rem;font-weight:700;color:#4a90e2;margin-bottom:.5rem}.stat-label{font-size:1.1rem;color:#666;font-weight:500}.testimonial{padding:5rem 0;background:#f8f9fa}.testimonial-content{text-align:center;max-width:800px;margin:0 auto}.testimonial-text{position:relative}.stars{display:flex;justify-content:center;gap:.5rem;margin-bottom:2rem}.testimonial-text blockquote{font-size:1.5rem;font-style:italic;color:#333;margin-bottom:2rem;line-height:1.6;position:relative}.testimonial-text blockquote:before{content:'"';font-size:4rem;color:#4a90e2;position:absolute;top:-20px;left:-20px;font-family:serif}.testimonial-author h5{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:.5rem}.testimonial-author p{color:#666;font-size:1.1rem}.footer{background:#2c3e50;color:white;padding:3rem 0 1rem}.footer-content{grid-template-columns:1fr 2fr;gap:3rem}.footer-logo .logo h3{color:white;font-size:1.8rem}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-column h4{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#4a90e2}.footer-column p{margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.footer-column ul{list-style:none}.footer-column ul li{margin-bottom:.5rem}.footer-column ul li a{color:white;text-decoration:none;transition:color .3s ease}.footer-column ul li a:hover{color:#4a90e2}.footer-bottom{border-top:1px solid #34495e;padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.copyright p{margin-bottom:.5rem;color:#bdc3c7}.footer .social-icons a{color:#bdc3c7;font-size:1.2rem}.footer .social-icons a:hover{color:#4a90e2}.mobile-menu-toggle{display:none;background:none;border:none;color:white;font-size:1.5rem;cursor:pointer;padding:.5rem}.fade-in{opacity:0;transform:translateY(30px);transition:all .8s ease}.fade-in.revealed{opacity:1;transform:translateY(0)}@media (max-width:768px){.header .container{flex-direction:column;gap:1rem}.mobile-menu-toggle{display:block!important}.nav{position:absolute;top:100%;left:0;right:0;background:#1a1a1a;padding:1rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav.active{transform:translateY(0);opacity:1;visibility:visible}.hero h2{font-size:2.5rem}.hero-buttons{flex-direction:column;align-items:center}.about-content,.testimonial-content{grid-template-columns:1fr;gap:2rem}.footer-content,.footer-links{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}}@media (max-width:480px){.container{padding:0 15px}.hero h2{font-size:2rem}.benefits-grid,.services-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}}.footer-logo{margin-bottom:1rem}.footer-logo-image{width:120px;height:auto;object-fit:contain}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#4a90e2}.footer-section li,.footer-section p{margin-bottom:.5rem;opacity:.9}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:white;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#4a90e2}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{color:white;transition:color .3s ease}.social-links a:hover{color:#4a90e2}.contact-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);backdrop-filter:blur(5px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.popup{background:white;border-radius:16px;padding:2rem;max-width:400px;width:100%;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.15);text-align:center}.popup-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#666;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease}.popup-close:hover{background:#f5f5f5;color:#333}.popup-title{font-size:2rem;font-weight:700}.popup-tagline,.popup-title{color:#1e3a8a;margin-bottom:.5rem}.popup-tagline{font-size:1.1rem;line-height:1.4}.popup-location{font-size:.9rem;color:#666;margin-bottom:2rem}.popup-primary-btn{background:#374151;color:white;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;margin-bottom:1.5rem;width:100%;transition:all .3s ease}.popup-primary-btn:hover{background:#1f2937;transform:translateY(-2px)}.popup-secondary-buttons{display:flex;gap:1rem}.popup-secondary-btn{flex:1;background:#f9fafb;color:#374151;border:1px solid #d1d5db;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease}.popup-secondary-btn:hover{background:#f3f4f6;border-color:#9ca3af}.popup-secondary-btn:disabled{opacity:.6;cursor:not-allowed}.popup-secondary-btn.success{background:#10b981;color:white;border-color:#10b981}.loading-spinner{width:16px;height:16px;border:2px solid #d1d5db;border-top-color:#374151;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:480px){.popup{padding:1.5rem;margin:20px}.popup-title{font-size:1.75rem}.popup-tagline{font-size:1rem}.popup-secondary-buttons{flex-direction:column}}.estimate-page{background:#f5f5f0;min-height:100vh;padding:2rem 0}.estimate-header{text-align:center;margin-bottom:3rem;position:relative}.back-button{position:absolute;left:0;top:0;display:flex;color:#4a90e2;transition:color .3s ease}.back-button:hover{color:#357abd}.estimate-header h1{font-size:2.5rem;color:#1e3a8a;margin-bottom:1rem}.estimate-header p{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.estimate-form{background:white;border-radius:16px;padding:3rem;box-shadow:0 10px 40px rgba(0,0,0,.1);max-width:800px;margin:0 auto}.form-section{margin-bottom:3rem}.form-section:last-of-type{border-bottom:none;margin-bottom:2rem}.form-section h2{font-size:1.5rem;color:#1e3a8a;margin-bottom:1.5rem;font-weight:600}.form-section p{color:#666;margin-bottom:1.5rem;line-height:1.6}.form-row{grid-template-columns:1fr 1fr 1fr}.form-group input,.form-group select,.form-group textarea{border:1px solid #d1d5db;transition:border-color .3s ease,box-shadow .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#4a90e2;box-shadow:0 0 0 3px rgba(74,144,226,.1)}.form-group small{display:block;margin-top:.5rem;font-size:.875rem;color:#6b7280;line-height:1.4}.date-input-wrapper{position:relative}.calendar-icon{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);color:#6b7280;pointer-events:none}.checkbox-group{display:flex;flex-wrap:wrap;gap:1rem}.checkbox-item{gap:.5rem;position:relative}.checkbox-item input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:2px solid #d1d5db;border-radius:4px;background:white;transition:all .3s ease}.checkbox-item input[type=checkbox]:checked~.checkmark{background:#4a90e2;border-color:#4a90e2;color:white}.checkbox-item input[type=checkbox]:checked~.checkmark svg{opacity:1}.checkbox-item .checkmark svg{opacity:0;transition:opacity .3s ease}.file-upload-area{border:2px dashed #d1d5db;border-radius:8px;padding:2rem;text-align:center;position:relative;transition:border-color .3s ease}.file-upload-area:hover{border-color:#4a90e2}.file-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.upload-content{pointer-events:none}.upload-icon{color:#6b7280;margin-bottom:1rem}.upload-btn{background:#4a90e2;color:white;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;margin-bottom:.5rem;cursor:pointer;transition:background-color .3s ease}.upload-btn:hover{background:#357abd}.upload-content p{color:#6b7280;margin:0}.form-footer{display:flex;justify-content:space-between;align-items:center}.recaptcha-notice{font-size:.875rem;color:#6b7280;max-width:400px}.recaptcha-notice a{color:#4a90e2;text-decoration:none}.recaptcha-notice a:hover{text-decoration:underline}.submit-btn{background:#4a90e2}.submit-btn:hover{background:#357abd}.submit-btn:disabled{opacity:.7}.submit-btn .animate-spin{animation:spin 1s linear infinite}.error-message,.success-message{border-radius:.5rem}.error-message{display:flex;align-items:center;gap:.5rem}@media (max-width:768px){.estimate-form{padding:2rem;margin:0 1rem}.form-row{grid-template-columns:1fr;gap:1rem}.form-footer{flex-direction:column;gap:1rem;text-align:center}.back-button{position:static;margin-bottom:1rem;justify-content:center}.estimate-header h1{font-size:2rem}}@media (max-width:480px){.estimate-form{padding:1.5rem}.estimate-header h1{font-size:1.75rem}.checkbox-group{flex-direction:column;gap:.75rem}}.fallback-btn{position:absolute;top:20px;right:20px;background:rgba(255,255,255,.2);border:2px solid rgba(255,255,255,.3);color:white;padding:8px 12px;border-radius:50%;cursor:pointer;font-size:16px;z-index:10;transition:all .3s ease;backdrop-filter:blur(10px)}.fallback-btn:hover{background:rgba(255,255,255,.3);border-color:rgba(255,255,255,.5);transform:scale(1.1)}.fallback-btn:active{transform:scale(.95)}.work-with-us-page{min-height:100vh;background:#f8f9fa;padding:120px 0 2rem}.page-header{text-align:center;margin-bottom:3rem;padding-top:2rem}.back-button{display:inline-flex;align-items:center;gap:.5rem;color:#374151;text-decoration:none;font-weight:500;margin-bottom:2rem;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease}.back-button:hover{background:#e5e7eb;color:#1f2937}.page-header h1{font-size:3rem;color:#1f2937;margin-bottom:1rem;font-weight:700}.page-header p{font-size:1.2rem;color:#6b7280;max-width:600px;margin:0 auto;line-height:1.6}.application-form-container{max-width:800px;margin:0 auto;background:white;border-radius:16px;box-shadow:0 10px 25px rgba(0,0,0,.1);overflow:hidden}.form-header{background:linear-gradient(135deg,#374151,#1f2937);color:white;padding:2rem;text-align:center}.form-header h2{font-size:1.8rem;font-weight:600;margin:0}.job-application-form{padding:2rem}.form-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.form-section:last-child{border-bottom:none;margin-bottom:0}.form-section h3{font-size:1.4rem;color:#1f2937;margin-bottom:1.5rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.form-section h3:before{content:"";width:4px;height:24px;background:#374151;border-radius:2px}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.form-group,.form-row{margin-bottom:1.5rem}.form-group label{display:block;font-weight:500;color:#374151;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .3s ease;background:white}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#374151;box-shadow:0 0 0 3px rgba(55,65,81,.1)}.form-group textarea{resize:vertical;min-height:100px}.checkbox-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin-top:.5rem}.checkbox-item{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.5rem;border-radius:6px;transition:background-color .2s ease}.checkbox-item:hover{background:#f9fafb}.checkbox-item input[type=checkbox]{display:none}.checkbox-item .checkmark{width:20px;height:20px;border:2px solid #d1d5db;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.checkbox-item input[type=checkbox]:checked+.checkmark{background:#374151;border-color:#374151;color:white}.radio-group{display:flex;gap:2rem;margin-top:.5rem}.radio-item{display:flex;align-items:center;gap:.5rem;cursor:pointer}.radio-item input[type=radio]{display:none}.radio-item .radio-mark{width:20px;height:20px;border:2px solid #d1d5db;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.radio-item input[type=radio]:checked+.radio-mark{border-color:#374151}.radio-item input[type=radio]:checked+.radio-mark:after{content:"";width:10px;height:10px;background:#374151;border-radius:50%}.form-footer{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.success-message{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0;border-radius:8px;display:flex;align-items:center;gap:.5rem}.error-message,.success-message{padding:1rem;margin-bottom:1rem;font-weight:500}.error-message{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5;border-radius:8px}.submit-btn{width:100%;background:linear-gradient(135deg,#374151,#1f2937);color:white;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(55,65,81,.3)}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width:768px){.work-with-us-page{padding:100px 0 1rem}.page-header{padding-top:1rem;margin-bottom:2rem}.page-header h1{font-size:2.5rem}.application-form-container{margin:0 1rem}.form-header,.job-application-form{padding:1.5rem}.form-row{gap:1rem}.checkbox-group,.form-row{grid-template-columns:1fr}.radio-group{flex-direction:column;gap:1rem}}@media (max-width:480px){.page-header h1{font-size:2rem}.page-header p{font-size:1rem}.form-header h2{font-size:1.5rem}.application-form-container{margin:0 .5rem}}