@charset "UTF-8";header{background-color:#000;color:#fff;padding:10px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1000}header .logo a{font-weight:700;color:#fff;font-size:1.2rem}header .logo-wrapper{display:flex;align-items:center}header .burger{display:none;flex-direction:column;justify-content:space-between;width:25px;height:20px;cursor:pointer;z-index:1100}header .burger span{display:block;height:3px;background-color:#fff;border-radius:2px}nav ul{list-style:none;display:flex;gap:20px;padding:0;margin:0}nav ul li{font-weight:700}nav ul li a{color:#fff;transition:.3s}nav ul li a:hover{opacity:.7}@media (max-width: 768px){header .burger{display:flex}nav{position:absolute;top:100%;left:0;background:#000;width:100%;display:none}nav ul{flex-direction:column;padding:20px;gap:15px}nav.active{display:block}}.footer-simple{background:#000;color:#fff}.footer-simple .footer-columns{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:1.5rem}@media (max-width: 768px){.footer-simple .footer-columns{grid-template-columns:1fr;gap:1rem}}.footer-simple .footer-column:first-child{text-align:left}.footer-simple .footer-column:last-child{text-align:right}@media (max-width: 768px){.footer-simple .footer-column{text-align:center!important}}.footer-simple .footer-item{padding:.5rem 0}.footer-simple .footer-item strong{color:#4682b4;display:block}.footer-simple .footer-item a{color:#ecf0f1;text-decoration:none}.footer-simple .footer-item a:hover{color:#4682b4}.footer-simple .footer-bottom{border-top:1px solid #fff;padding-top:1rem;text-align:center}.footer-simple .footer-bottom p{margin:0;color:#fff;font-size:.9rem}.hero{position:relative;width:100%;height:calc(100vh - 63px);background:url(/build/assets/Welcome%20All%20Around%20Handyman-3yug8TDm.webp) center/cover no-repeat;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center}.hero .hero-overlay{background:#0000008c;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hero .hero-content{max-width:1000px}.hero .hero-content h1{font-size:7.5rem;font-weight:300;margin-bottom:40px;line-height:1.2}.hero .hero-content .hero-subtitle{font-size:1.3rem;margin-bottom:40px;font-weight:300}.hero .hero-content .hero-buttons{display:flex;gap:20px;justify-content:center}.hero .hero-content .hero-buttons .cta-button{background:#4682b4;color:#fff;padding:12px 30px;border-radius:5px;text-decoration:none;font-weight:400;font-size:1.2rem;transition:.3s}.hero .hero-content .hero-buttons .cta-button:hover{background:#38678f;transform:translateY(-2px)}.hero .hero-content .hero-buttons .secondary{background-color:#fff;color:#000}.hero .hero-content .hero-buttons .secondary:hover{background:#e6e6e6}@media (max-width: 992px){.hero .hero-content h1{font-size:6rem}}@media (max-width: 768px){.hero .hero-content{padding:0 20px}.hero .hero-content h1{font-size:5rem}}@media (max-width: 600px){.hero .hero-content h1{font-size:4rem}.hero .hero-subtitle{font-size:1rem}.hero .hero-buttons{flex-direction:column;gap:15px}}@media (max-width: 420px){.hero .hero-content h1{font-size:3rem}}.about-section{padding:80px 20px;display:flex;justify-content:center;min-height:50vh}.about-section .about-container{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"image content";gap:40px;align-items:center}.about-section .about-container .about-image{width:100%;min-height:700px;height:100%;overflow:hidden;grid-area:image}.about-section .about-container .about-image img{width:100%;height:100%;object-fit:cover}.about-section .about-container .about-content{max-width:600px;line-height:1.5;grid-area:content}.about-section .about-container .about-content h2{font-size:3rem;margin-bottom:20px;font-weight:400}.about-section .about-container .about-content p{font-size:1.1rem;margin-bottom:30px;font-weight:300;text-align:justify}.about-section .about-container .about-content .btn-primary{display:inline-block;background:#4682b4;color:#fff;padding:12px 25px;border-radius:5px;text-decoration:none;font-weight:700}.about-section .about-container .about-content .btn-primary:hover{background:#38678f}@media (max-width: 768px){.about-section .about-container{grid-template-columns:1fr;grid-template-areas:"content" "image";gap:30px}.about-section .about-container .about-image{min-height:400px}.about-section .about-container .about-content,.about-section .about-container .about-content p{text-align:center}}@media (max-width: 420px){.about-section{padding:50px 15px}.about-section .about-container{gap:20px}.about-section .about-content h2{font-size:2rem}.about-section .about-content p{font-size:1rem}.about-section .about-image{min-height:250px}}.services-examples-section{padding:80px 20px;background:#f9f9f9;text-align:center}.services-examples-section h2{font-size:2.5rem;margin-bottom:50px;font-weight:400;position:relative}.services-examples-section h2:after{content:"";display:block;width:80px;height:3px;background:#4682b4;margin:15px auto 0;border-radius:3px}.services-examples-section .service-buttons{margin-top:50px;line-height:1.5}.services-examples-section .service-buttons .service-button{display:inline-block;background:#4682b4;color:#fff;padding:12px 25px;border-radius:5px;text-decoration:none;font-weight:700}.services-examples-section .service-buttons .service-button:hover{background:#38678f}.services-examples-section .services-examples-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1200px;margin:0 auto}.services-examples-section .services-examples-grid .service-item{position:relative;overflow:hidden;border-radius:12px;cursor:pointer;box-shadow:0 5px 25px #0000000d;transition:transform .3s ease}.services-examples-section .services-examples-grid .service-item:hover{transform:translateY(-5px)}.services-examples-section .services-examples-grid .service-item img{width:100%;height:400px;object-fit:cover;display:block;transition:transform .4s ease}.services-examples-section .services-examples-grid .service-item .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000001a,#000000b3);display:flex;align-items:flex-end;justify-content:center;color:#fff;font-size:1.5rem;font-weight:600;padding-bottom:25px;opacity:0;transition:opacity .3s ease}.services-examples-section .services-examples-grid .service-item:hover img{transform:scale(1.08)}.services-examples-section .services-examples-grid .service-item:hover .overlay{opacity:1}@media (max-width: 992px){.services-examples-section{padding:60px 15px}.services-examples-section .services-examples-grid{grid-template-columns:1fr 1fr}.services-examples-section .service-item img{height:300px}}@media (max-width: 600px){.services-examples-section{padding:50px 10px}.services-examples-section .services-examples-grid{grid-template-columns:1fr}.services-examples-section .service-item img{height:250px}.services-examples-section h2{font-size:2rem}}.testimonials-section{padding:80px 20px;background:linear-gradient(to bottom right,#f9f9f9,#e6edf5);text-align:center}.testimonials-section h2{font-size:2.5rem;margin-bottom:50px;font-weight:400;position:relative}.testimonials-section h2:after{content:"";display:block;width:80px;height:3px;background:#4682b4;margin:15px auto 0;border-radius:3px}.testimonials-section .testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1200px;margin:0 auto}.testimonials-section .testimonial{background:#fff;border-radius:12px;padding:40px 30px;box-shadow:0 4px 15px #00000014;position:relative;transition:transform .3s ease,box-shadow .3s ease}.testimonials-section .testimonial:hover{transform:translateY(-5px);box-shadow:0 6px 18px #0000001f}.testimonials-section .testimonial .quote-icon{font-size:40px;color:#4682b4;margin-bottom:20px}.testimonials-section .testimonial p{font-size:16px;line-height:1.6;color:#555;margin-bottom:20px;padding-top:10px}.testimonials-section .testimonial .author{display:block;font-weight:600;color:#4682b4}@media (max-width: 992px){.testimonials-section .testimonials-grid{grid-template-columns:1fr 1fr}}@media (max-width: 600px){.testimonials-section .testimonials-grid{grid-template-columns:1fr}}.contacts-section{background:#111;color:#fff;padding:60px 20px}.contacts-section .contacts-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}@media (max-width: 768px){.contacts-section .contacts-container{grid-template-columns:1fr}}.contacts-section .contacts-info h2{font-size:40px;line-height:1.4;margin-bottom:20px;color:#f5f5f5}@media (max-width: 768px){.contacts-section .contacts-info h2{font-size:32px}}.contacts-section .contacts-info p{font-size:15px;line-height:1.8;margin-bottom:10px}.contacts-section .contacts-info p.address,.contacts-section .contacts-info p.email,.contacts-section .contacts-info p.phone{font-weight:500}.contacts-section .contacts-info p a{color:#f5f5f5;text-decoration:underline}.contacts-section .contacts-info p a:hover{opacity:.8}.contacts-section .contacts-form form{display:flex;flex-direction:column;gap:15px}.contacts-section .contacts-form form input,.contacts-section .contacts-form form textarea{padding:12px 15px;border:1px solid #555;background:#222;color:#fff;border-radius:5px;font-size:15px;transition:.3s}.contacts-section .contacts-form form input:focus,.contacts-section .contacts-form form textarea:focus{border-color:#f5f5f5;outline:none}.contacts-section .contacts-form form textarea{resize:none;height:200px;font-family:Roboto,sans-serif!important}.contacts-section .contacts-form form button{background:#f5f5f5;color:#111;padding:12px 20px;font-size:16px;border:none;border-radius:5px;cursor:pointer;transition:.3s}.contacts-section .contacts-form form button:hover{background:#dcdcdc}.contact-section{flex:1;display:flex;align-items:center;justify-content:center;background:#f9f9f9;width:100%;padding:60px 20px;text-align:center}.contact-section h1{font-size:2.2rem;margin-bottom:10px;color:#000}.contact-section .contact-subtitle{margin-bottom:20px}.contact-section p{font-size:1.1rem;color:#000}.contact-section .contact-form-wrapper{width:100%;max-width:600px}.contact-section .contact-form{width:100%;margin:0 auto;display:flex;flex-direction:column;gap:20px}.contact-section .contact-form input,.contact-section .contact-form textarea{width:100%;padding:14px 16px;border:1px solid #ddd;border-radius:6px;font-family:Roboto,sans-serif;font-size:1rem;outline:none;transition:all .3s}.contact-section .contact-form input:focus,.contact-section .contact-form textarea:focus{border-color:#4682b4;box-shadow:0 0 8px #4682b433}.contact-section .contact-form textarea{resize:vertical;min-height:120px}.contact-section .contact-form button{padding:14px 30px;border-radius:6px;font-size:16px;background:#4682b4;color:#fff;border:none;cursor:pointer;transition:.3s}.contact-section .contact-form button:hover{background:#3b6d97}.contact-section .contact-info{font-size:1rem;color:#000;text-align:left;line-height:1.5;margin-top:10px}.contact-section .contact-info a{color:#4682b4;text-decoration:none}.contact-section .contact-info a:hover{text-decoration:underline}.why-us{flex:1;display:flex;align-items:center;background:#f9f9f9}.why-us .section-title{font-size:2.5rem;text-align:center;color:#222;font-weight:700}.why-us .section-subtitle{text-align:center;color:#555;font-size:1.2rem;max-width:700px;margin-left:auto;margin-right:auto;margin-top:10px}.why-us .why-us-content{display:grid;grid-template-columns:1fr 1fr;gap:40px;flex:1;min-height:60vh;margin-top:20px}.why-us .why-us-content .why-us-text{display:flex;flex-direction:column;justify-content:center;font-size:1.1rem;color:#333;line-height:1.6}.why-us .why-us-content .why-us-text p{text-align:justify}.why-us .why-us-content .why-us-text ul{margin-top:20px;padding-left:0;list-style:none}.why-us .why-us-content .why-us-text ul li{margin-bottom:10px;position:relative;padding-left:28px}.why-us .why-us-content .why-us-text ul li:before{content:"✔";color:#28a745;position:absolute;left:0}.why-us .why-us-content .why-us-map{width:100%;height:100%;min-height:400px;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.why-us .why-us-content .why-us-map iframe{width:100%;height:100%;display:block}@media (max-width: 992px){.why-us .why-us-content{grid-template-columns:1fr;gap:20px}.why-us .why-us-content .why-us-map{min-height:300px}}.services-section{padding:60px 20px;background:#f9f9f9}.services-section h2{text-align:center;font-size:2.5rem;font-weight:700;color:#222}.services-section .subtitle{text-align:center;font-size:1.2rem;color:#555;margin-top:10px}.services-section .services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:40px;margin-top:20px}.services-section .service-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%}.services-section .service-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.services-section .service-card img{width:100%;height:400px;object-fit:cover}.services-section .service-card h3{font-size:1.5rem;margin:20px 20px 10px;color:#333;font-weight:600}.services-section .service-card p{flex:1;font-size:1rem;line-height:1.6;color:#555;margin:0 20px 20px}@media (max-width: 992px){.services-section{padding:40px 15px}.services-section h2{font-size:2rem}.services-section .subtitle{font-size:1rem;margin-bottom:30px}.services-section .service-card img{height:180px}}@media (max-width: 576px){.services-section .service-card h3{font-size:1.3rem}.services-section .service-card p{font-size:.95rem}}.our-work{padding:60px 20px;background:#fff}.our-work .section-title{text-align:center;font-size:2.5rem;color:#222}.our-work .section-subtitle{text-align:center;font-size:1.2rem;color:#555;margin-top:10px}.our-work .work-list{display:flex;flex-direction:column;gap:60px;margin-top:20px}.our-work .work-card{display:flex;align-items:center;gap:40px}.our-work .work-card.reverse{flex-direction:row-reverse}.our-work .work-card .work-text{flex:1}.our-work .work-card .work-text .work-number{font-size:2rem;font-weight:800;color:#4682b4;display:block;margin-bottom:10px}.our-work .work-card .work-text h3{font-size:1.8rem;margin-bottom:15px;color:#222}.our-work .work-card .work-text p{font-size:1rem;line-height:1.6;color:#555}.our-work .work-card .work-image{flex:1;display:flex;gap:20px}.our-work .work-card .work-image img{width:100%;max-width:500px;border-radius:12px;object-fit:cover;box-shadow:0 5px 20px #0000001a;transition:transform .3s ease}.our-work .work-card .work-image img:hover{transform:scale(1.03)}@media (max-width: 992px){.our-work .work-card,.our-work .work-card.reverse{flex-direction:column;text-align:center}.our-work .work-card .work-image,.our-work .work-card.reverse .work-image{justify-content:center}.our-work .work-card .work-image img,.our-work .work-card.reverse .work-image img{max-width:100%}}.testimonials-section{padding:80px 20px;background:#fff;min-height:100vh}.testimonials-section .section-title{text-align:center;font-size:2.5rem;font-weight:700;color:#222;margin-bottom:10px}.testimonials-section .section-subtitle{text-align:center;font-size:1.2rem;color:#555;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6;margin-bottom:10px}.testimonials-section .testimonials-carousel{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-top:20px}.testimonials-section .testimonial-card{background:#fff;border-radius:16px;padding:40px 30px;box-shadow:0 6px 25px #00000014;transition:transform .3s ease,box-shadow .3s ease;position:relative;border:1px solid #f0f0f0}.testimonials-section .testimonial-card:hover{transform:translateY(-8px);box-shadow:0 12px 35px #00000026}.testimonials-section .testimonial-card:before{content:'"';position:absolute;top:20px;left:30px;font-size:4rem;color:#3498db;opacity:.1;font-family:Georgia,serif}.testimonials-section .testimonial-rating{font-size:1.5rem;margin-bottom:20px;text-align:center}.testimonials-section .testimonial-text{font-size:1.1rem;line-height:1.7;color:#444;margin-bottom:25px;font-style:italic;text-align:center;position:relative;z-index:2}.testimonials-section .testimonial-author{display:block;text-align:center;font-weight:600;color:#3498db;font-size:1rem;margin-top:20px}@media (max-width: 992px){.testimonials-section{padding:60px 15px}.testimonials-section .section-title{font-size:2.3rem}.testimonials-section .section-subtitle{font-size:1.1rem;margin-bottom:40px}.testimonials-section .testimonials-carousel{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px}.testimonials-section .testimonial-card{padding:30px 25px}}@media (max-width: 768px){.testimonials-section{padding:50px 15px}.testimonials-section .section-title{font-size:2rem}.testimonials-section .section-subtitle{font-size:1rem;margin-bottom:30px}.testimonials-section .testimonials-carousel{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}.testimonials-section .testimonial-card{padding:25px 20px}.testimonials-section .testimonial-card:before{top:15px;left:20px;font-size:3rem}.testimonials-section .testimonial-text{font-size:1rem}.testimonials-section .testimonial-rating{font-size:1.3rem}}@media (max-width: 576px){.testimonials-section{padding:40px 10px}.testimonials-section .section-title{font-size:1.8rem}.testimonials-section .testimonial-card{padding:20px 15px}.testimonials-section .testimonial-card:before{top:10px;left:15px;font-size:2.5rem}.testimonials-section .testimonial-text{font-size:.95rem;line-height:1.6}.testimonials-section .testimonial-author{font-size:.9rem}}.testimonials-carousel.slick-slider .slick-dots{bottom:-40px}.testimonials-carousel.slick-slider .slick-dots li button:before{font-size:12px;color:#3498db}.testimonials-carousel.slick-slider .slick-prev,.testimonials-carousel.slick-slider .slick-next{width:40px;height:40px}.testimonials-carousel.slick-slider .slick-prev:before,.testimonials-carousel.slick-slider .slick-next:before{font-size:20px;color:#3498db}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,sans-serif!important;background-color:#fff;color:#000}.main{min-height:calc(100vh - 80px);display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:20px}a{text-decoration:none;color:inherit}.cta-button{background-color:#fff;color:#000;padding:8px 16px;border-radius:4px;font-weight:700;transition:all .3s}.cta-button:hover{background-color:#000;color:#fff}footer{background-color:#000;color:#fff;text-align:center}.alert{padding:15px;border-radius:6px;margin-bottom:20px;font-weight:500}.alert-success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.alert-error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.error{color:#dc3545;font-size:.9rem;margin-top:5px;display:block}.phone-button{position:fixed;right:20px;bottom:20px;z-index:1000;display:flex;align-items:center;gap:12px;padding:16px 20px;background:linear-gradient(135deg,#4682b4,#2c5c85);color:#fff;text-decoration:none;border-radius:50px;box-shadow:0 8px 32px #4682b44d;transition:all .3s ease;transform:translateY(0);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.phone-button:hover{transform:translateY(-3px);box-shadow:0 12px 40px #4682b466;background:linear-gradient(135deg,#2c5c85,#4682b4)}.phone-button:active{transform:translateY(-1px);box-shadow:0 6px 28px #4682b459}.phone-icon{font-size:14px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:50%;padding:8px;color:#fff}.phone-content{display:flex;flex-direction:column}.phone-content strong{font-size:12px;opacity:.9;margin-bottom:2px;color:#fff}.phone-number{font-size:14px;font-weight:600;color:#fff}@keyframes pulse{0%{box-shadow:0 0 #4682b4b3}70%{box-shadow:0 0 0 10px #4682b400}to{box-shadow:0 0 #4682b400}}.phone-button.pulse{animation:pulse 2s infinite}@media (max-width: 768px){.phone-button{padding:14px 18px;gap:10px}.phone-content strong{font-size:11px}.phone-number{font-size:13px}}@media (max-width: 480px){.phone-button{right:15px;bottom:15px;padding:12px 16px}.phone-icon{font-size:18px;padding:6px}.phone-number{font-size:12px}}
