@charset "UTF-8";a{text-decoration:none}*{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none;color:inherit}ul{list-style:none}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:linear-gradient(135deg,#000,#0a0a0a);height:80px;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header.scrolled{height:70px;box-shadow:0 4px 20px #0000004d;background:linear-gradient(135deg,#000000f2,#0a0a0af2)}.header .header-container{max-width:1200px;margin:0 auto;padding:0 20px;height:100%;display:flex;align-items:center;justify-content:space-between;position:relative}.logo-container{display:flex;align-items:center;text-decoration:none;transition:transform .3s ease}.logo-container:hover{transform:translateY(-2px)}.logo-container .logo{height:50px;width:auto;margin-right:15px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));transition:filter .3s ease}.logo-container .logo:hover{filter:drop-shadow(0 4px 8px rgba(252,216,0,.3))}.logo-container .logo-text h1{font-size:1.8rem;font-weight:700;color:#fff;margin:0;line-height:1.2;background:linear-gradient(45deg,#fcd800,#ff8a00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo-container .logo-text p{font-size:.9rem;color:#fffc;margin:0;font-weight:400;letter-spacing:.5px}.nav-menu{display:flex;align-items:center;gap:30px}.nav-menu .nav-list{display:flex;list-style:none;margin:0;padding:0;gap:30px;align-items:center}.nav-menu .nav-item{position:relative}.nav-menu .nav-item>a{color:#fff;text-decoration:none;font-weight:500;font-size:1rem;padding:10px 0;position:relative;transition:all .3s ease;letter-spacing:.3px}.nav-menu .nav-item>a:hover{color:#fcd800}.nav-menu .nav-item>a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#fcd800,#ff8a00);transition:width .3s ease}.nav-menu .nav-item>a:hover:after{width:100%}.dropdown-container{position:relative}.dropdown-container .dropdown-trigger{display:flex;align-items:center;gap:8px}.dropdown-container .dropdown-trigger .dropdown-main-link{color:#fff;text-decoration:none;font-weight:500;font-size:1rem;transition:all .3s ease;letter-spacing:.3px}.dropdown-container .dropdown-trigger .dropdown-main-link:hover{color:#fcd800}.dropdown-container .dropdown-trigger .dropdown-toggle-btn{background:none;border:none;color:#fff;cursor:pointer;padding:5px;border-radius:4px;transition:all .3s ease}.dropdown-container .dropdown-trigger .dropdown-toggle-btn:hover{color:#fcd800;background:#fcd8001a}.dropdown-container .dropdown-trigger .dropdown-toggle-btn .dropdown-icon{font-size:.8rem;transition:transform .3s ease}.dropdown-container.active .dropdown-toggle-btn .dropdown-icon{transform:rotate(180deg)}.dropdown-container .dropdown-menu{position:absolute;top:100%;left:0;background:linear-gradient(135deg,#000,#0a0a0a);border:1px solid rgba(255,255,255,.1);border-radius:8px;box-shadow:0 10px 30px #00000080;min-width:250px;max-height:300px;overflow-y:auto;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1001}.dropdown-container .dropdown-menu::-webkit-scrollbar{width:6px}.dropdown-container .dropdown-menu::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.dropdown-container .dropdown-menu::-webkit-scrollbar-thumb{background:#fcd800;border-radius:3px}.dropdown-container .dropdown-menu li{list-style:none}.dropdown-container .dropdown-menu li a{display:block;padding:12px 20px;color:#ffffffe6;text-decoration:none;font-size:.9rem;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.05)}.dropdown-container .dropdown-menu li a:hover{background:linear-gradient(90deg,#fcd8001a,#ff8a001a);color:#fcd800;padding-left:25px}.dropdown-container .dropdown-menu li a:last-child{border-bottom:none}.dropdown-container:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-container.active .dropdown-menu{max-height:300px;overflow-y:auto}.book-now-btn{background:linear-gradient(45deg,#fcd800,#ff8a00);color:#000;border:none;padding:12px 24px;border-radius:25px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #fcd8004d;letter-spacing:.5px}.book-now-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #fcd80066;background:linear-gradient(45deg,#ffe130,#ffa133)}.book-now-btn:active{transform:translateY(0)}.mobile-menu-toggle{display:none;flex-direction:column;cursor:pointer;padding:5px;z-index:1002}.mobile-menu-toggle span{width:25px;height:3px;background:#fff;margin:3px 0;transition:all .3s ease;border-radius:2px}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px);background:#fcd800}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px);background:#fcd800}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;z-index:999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}@media (max-width: 768px){.header .header-container{padding:0 15px}.logo-container .logo{height:40px;margin-right:10px}.logo-container .logo-text h1{font-size:1.4rem}.logo-container .logo-text p{font-size:.8rem}.mobile-menu-toggle{display:flex}.nav-menu{position:fixed;top:80px;right:-100%;width:300px;height:calc(100vh - 80px);background:linear-gradient(135deg,#000,#0a0a0a);flex-direction:column;padding:30px 20px;transition:right .3s ease;border-left:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow-y:auto}.nav-menu.active{right:0}.nav-menu .nav-list{flex-direction:column;gap:0;width:100%;margin-bottom:30px}.nav-menu .nav-item{width:100%;border-bottom:1px solid rgba(255,255,255,.1)}.nav-menu .nav-item:last-child{border-bottom:none}.nav-menu .nav-item>a{display:block;padding:15px 0;font-size:1.1rem}.dropdown-container .dropdown-trigger{justify-content:space-between;width:100%;padding:15px 0}.dropdown-container .dropdown-trigger .dropdown-main-link{font-size:1.1rem}.dropdown-container .dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;border-radius:0;background:#ffffff0d;max-height:0;overflow:hidden;transition:max-height .3s ease}.dropdown-container .dropdown-menu li a{padding:10px 20px;font-size:.95rem;border-bottom:1px solid rgba(255,255,255,.05)}.dropdown-container.active .dropdown-menu{max-height:300px}.book-now-btn{width:100%;padding:15px 24px;font-size:1.1rem;margin-top:auto}.header.scrolled .nav-menu{top:70px;height:calc(100vh - 70px)}}@media (max-width: 480px){.nav-menu{width:100%;right:-100%}.nav-menu.active{right:0}.logo-container .logo-text h1{font-size:1.2rem}.logo-container .logo-text p{font-size:.75rem}}body{margin-top:80px;transition:margin-top .3s ease}body.scrolled{margin-top:70px}.hero{position:relative;width:100%;background:linear-gradient(135deg,#000000e6,#141414f2);color:#fff;overflow:hidden;display:flex;align-items:center;justify-content:center;padding-top:90px;padding-bottom:90px}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/src/assets/road-background.jpg);background-size:cover;background-position:center;opacity:.2;z-index:-1}.hero .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,#00000080,#000c);z-index:-1}.hero .svg-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.hero .svg-container .parallax-svg{position:absolute;opacity:.05;transition:transform .1s ease-out}.hero .svg-container .parallax-svg.svg-truck{top:15%;right:10%;width:300px;height:300px;color:#fcd800}.hero .svg-container .parallax-svg.svg-wrench{bottom:20%;left:8%;width:200px;height:200px;color:#ff8a00}.hero .svg-container .parallax-svg.svg-road{top:60%;right:25%;width:250px;height:250px;color:#fff}.hero .hero-content{position:relative;z-index:2;max-width:1200px;width:90%;padding:0 20px;animation:fadeIn 1s ease-out}.hero .hero-title{font-family:Montserrat,sans-serif;font-size:4rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}.hero .hero-title .highlight{position:relative;color:#fcd800;display:inline-block}.hero .hero-title .highlight:after{content:"";position:absolute;bottom:5px;left:0;width:100%;height:8px;background-color:#fcd8004d;z-index:-1;transform:skew(-15deg)}.hero .hero-subtitle{font-family:Poppins,sans-serif;font-size:1.3rem;font-weight:400;line-height:1.6;margin-bottom:2.5rem;max-width:700px;color:#ffffffe6}.hero .hero-cta{display:flex;gap:20px;margin-bottom:3.5rem}.hero .hero-cta .cta-button{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:600;padding:15px 35px;border-radius:50px;border:none;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.hero .hero-cta .cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#fff3;transform:skew(-30deg);transition:all .5s ease}.hero .hero-cta .cta-button:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0003}.hero .hero-cta .cta-button:hover:before{left:100%}.hero .hero-cta .cta-button:active{transform:translateY(-2px)}.hero .hero-cta .cta-button.primary{background:linear-gradient(to right,#fcd800,#ff8a00);color:#121212;box-shadow:0 5px 15px #fcd80066}.hero .hero-cta .cta-button.primary:hover{box-shadow:0 8px 25px #fcd80080}.hero .hero-cta .cta-button.secondary{background:transparent;color:#fff;border:2px solid #fcd800;box-shadow:0 5px 15px #fcd8001a}.hero .hero-cta .cta-button.secondary:hover{background-color:#fcd8001a;box-shadow:0 8px 25px #fcd80033}.hero .hero-features{display:flex;gap:30px;margin-top:20px}.hero .hero-features .feature{background:#12121299;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;padding:25px;flex:1;transition:all .3s ease;border:1px solid rgba(252,216,0,.1)}.hero .hero-features .feature:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0003;border-color:#fcd8004d}.hero .hero-features .feature:hover .feature-icon{transform:scale(1.1);background:linear-gradient(135deg,#fcd800,#ff8a00)}.hero .hero-features .feature:hover .feature-icon svg{color:#121212}.hero .hero-features .feature .feature-icon{width:60px;height:60px;background:#fcd8001a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:15px;transition:all .3s ease}.hero .hero-features .feature .feature-icon svg{width:30px;height:30px;color:#fcd800;transition:all .3s ease}.hero .hero-features .feature h3{font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:600;margin-bottom:10px;color:#fff}.hero .hero-features .feature p{font-family:Poppins,sans-serif;font-size:.95rem;color:#fffc;line-height:1.5}.hero .scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:all .3s ease;animation:bounce 2s infinite}.hero .scroll-indicator:hover{transform:translate(-50%,-5px)}.hero .scroll-indicator span{font-family:Poppins,sans-serif;font-size:.9rem;font-weight:500;margin-bottom:8px;color:#ffffffb3;letter-spacing:1px}.hero .scroll-indicator svg{width:20px;height:20px;color:#fcd800}@media (max-width: 1200px){.hero .hero-title{font-size:3.5rem}.hero .hero-subtitle{font-size:1.2rem}}@media (max-width: 992px){.hero .hero-title{font-size:3rem}.hero .hero-features{flex-wrap:wrap}.hero .hero-features .feature{flex:0 0 calc(50% - 15px)}.hero .svg-container .parallax-svg.svg-truck{width:250px;height:250px}.hero .svg-container .parallax-svg.svg-wrench{width:150px;height:150px}.hero .svg-container .parallax-svg.svg-road{width:200px;height:200px}}@media (max-width: 768px){.hero{min-height:600px}.hero .hero-title{font-size:2.5rem}.hero .hero-subtitle{font-size:1.1rem}.hero .hero-cta{flex-direction:column;gap:15px}.hero .hero-cta .cta-button{width:100%}.hero .hero-features{flex-direction:column}.hero .hero-features .feature{flex:0 0 100%}}@media (max-width: 576px){.hero .hero-title{font-size:2rem}.hero .hero-subtitle{font-size:1rem}.hero .svg-container .parallax-svg{opacity:.03}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}.feature{opacity:0;animation:fadeIn .5s ease forwards}.feature:nth-child(1){animation-delay:.5s}.feature:nth-child(2){animation-delay:.7s}.feature:nth-child(3){animation-delay:.9s}.home-about{padding:100px 0;background-color:#f8f9fa;overflow:hidden}.home-about .container{max-width:1200px;margin:0 auto;padding:0 20px}.home-about .home-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.home-about .home-about-image{position:relative;border-radius:10px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.home-about .home-about-image img{width:100%;height:auto;display:block;transition:transform .3s ease}.home-about .home-about-image:hover img{transform:scale(1.05)}.home-about .home-about-image .experience-badge{position:absolute;bottom:30px;right:30px;background:linear-gradient(to right,#fcd800,#ff8a00);color:#121212;border-radius:10px;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:120px;box-shadow:0 5px 15px #00000026}.home-about .home-about-image .experience-badge .years{font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:800;line-height:1}.home-about .home-about-image .experience-badge .text{font-family:Poppins,sans-serif;font-size:.9rem;font-weight:500;text-align:center;margin-top:5px}.home-about .home-about-content .section-subtitle{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;color:#ff8a00;text-transform:uppercase;letter-spacing:2px;margin-bottom:15px;display:block}.home-about .home-about-content .section-title{font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:700;color:#333;margin-bottom:25px;line-height:1.2}.home-about .home-about-content p{font-family:Poppins,sans-serif;font-size:1.05rem;line-height:1.8;color:#6c757d;margin-bottom:30px}.home-about .home-about-content .home-about-features{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-bottom:35px}.home-about .home-about-content .home-about-features .feature{display:flex;align-items:flex-start}.home-about .home-about-content .home-about-features .feature .feature-icon{flex-shrink:0;width:50px;height:50px;background-color:#fcd8001a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:15px}.home-about .home-about-content .home-about-features .feature .feature-icon svg{width:25px;height:25px;fill:#fcd800}.home-about .home-about-content .home-about-features .feature .feature-text h3{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:600;color:#333;margin:0 0 8px}.home-about .home-about-content .home-about-features .feature .feature-text p{font-family:Poppins,sans-serif;font-size:.9rem;line-height:1.6;color:#6c757d;margin:0}.home-about .home-about-content .read-more-btn{display:inline-flex;align-items:center;background:linear-gradient(to right,#fcd800,#ff8a00);color:#121212;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;padding:15px 30px;border-radius:50px;text-decoration:none;transition:all .3s ease}.home-about .home-about-content .read-more-btn .btn-icon{width:16px;height:16px;fill:currentColor;margin-left:10px;transition:transform .3s ease}.home-about .home-about-content .read-more-btn:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-5px)}.home-about .home-about-content .read-more-btn:hover .btn-icon{transform:translate(5px)}@media (max-width: 992px){.home-about{padding:80px 0}.home-about .home-about-grid{grid-template-columns:1fr;gap:50px}.home-about .home-about-content .section-title{font-size:2.2rem}}@media (max-width: 768px){.home-about{padding:60px 0}.home-about .home-about-content .section-title{font-size:1.8rem}.home-about .home-about-content p{font-size:1rem}.home-about .home-about-content .home-about-features{grid-template-columns:1fr;gap:20px}}@media (max-width: 576px){.home-about .home-about-image .experience-badge{bottom:20px;right:20px;padding:15px;min-width:100px}.home-about .home-about-image .experience-badge .years{font-size:2rem}.home-about .home-about-image .experience-badge .text{font-size:.8rem}.home-about .home-about-content .section-subtitle{font-size:.9rem}.home-about .home-about-content .section-title{font-size:1.6rem}}.home-services{padding:100px 0;background-color:#f8f9fa;overflow:hidden}.home-services .container{max-width:1200px;margin:0 auto;padding:0 20px}.home-services .section-header{text-align:center;margin-bottom:60px}.home-services .section-header .section-subtitle{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;color:#ff8a00;text-transform:uppercase;letter-spacing:2px;margin-bottom:15px;display:block}.home-services .section-header .section-title{font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:700;color:#333;margin-bottom:25px;line-height:1.2}.home-services .section-header .section-description{font-family:Poppins,sans-serif;font-size:1.05rem;line-height:1.8;color:#6c757d;max-width:700px;margin:0 auto}.home-services .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-bottom:50px}.home-services .service-card{background:#fff;padding:30px;border-radius:10px;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease;display:flex;align-items:flex-start;gap:20px}.home-services .service-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026}.home-services .service-card .service-icon{flex-shrink:0;width:50px;height:50px;background-color:#fcd8001a;border-radius:50%;display:flex;align-items:center;justify-content:center}.home-services .service-card .service-icon svg{width:25px;height:25px;color:#fcd800}.home-services .service-card .service-content h3{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:600;color:#333;margin:0 0 10px}.home-services .service-card .service-content p{font-family:Poppins,sans-serif;font-size:.9rem;line-height:1.6;color:#6c757d;margin:0}.home-services .view-more-container{text-align:center}.home-services .view-more-container .view-more-btn{display:inline-flex;align-items:center;background:linear-gradient(to right,#fcd800,#ff8a00);color:#121212;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;padding:15px 30px;border-radius:50px;text-decoration:none;transition:all .3s ease}.home-services .view-more-container .view-more-btn .btn-icon{width:16px;height:16px;fill:currentColor;margin-left:10px;transition:transform .3s ease}.home-services .view-more-container .view-more-btn:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-5px)}.home-services .view-more-container .view-more-btn:hover .btn-icon{transform:translate(5px)}@media (max-width: 992px){.home-services{padding:80px 0}.home-services .section-header .section-title{font-size:2.2rem}}@media (max-width: 768px){.home-services{padding:60px 0}.home-services .section-header .section-title{font-size:1.8rem}.home-services .section-header .section-description{font-size:1rem}.home-services .services-grid{grid-template-columns:1fr;gap:20px}}@media (max-width: 576px){.home-services .section-header .section-subtitle{font-size:.9rem}.home-services .section-header .section-title{font-size:1.6rem}.home-services .service-card{padding:20px}}.areas-served{padding:100px 0;background-color:#f8f9fa;overflow:hidden}.areas-served .container{max-width:1200px;margin:0 auto;padding:0 20px}.areas-served .section-header{text-align:center;margin-bottom:60px}.areas-served .section-header .section-subtitle{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;color:#ff8a00;text-transform:uppercase;letter-spacing:2px;margin-bottom:15px;display:block}.areas-served .section-header .section-title{font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:700;color:#333;margin-bottom:25px;line-height:1.2}.areas-served .section-header .section-description{font-family:Poppins,sans-serif;font-size:1.05rem;line-height:1.8;color:#6c757d;max-width:700px;margin:0 auto}.areas-served .areas-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-bottom:50px}.areas-served .area-card{background:#fff;padding:30px;border-radius:10px;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.areas-served .area-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026}.areas-served .area-card .area-header{display:flex;align-items:center;margin-bottom:20px}.areas-served .area-card .area-header .area-icon{font-size:1.5rem;color:#fcd800;margin-right:15px}.areas-served .area-card .area-header h3{font-family:Montserrat,sans-serif;font-size:1.3rem;font-weight:600;color:#333;margin:0}.areas-served .area-card .area-description{font-family:Poppins,sans-serif;font-size:.95rem;line-height:1.6;color:#6c757d;margin-bottom:20px}.areas-served .area-card .area-services{margin-bottom:20px}.areas-served .area-card .area-services h4{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:600;color:#333;margin-bottom:15px}.areas-served .area-card .area-services .services-list{list-style:none;padding:0;margin:0}.areas-served .area-card .area-services .services-list li{display:flex;align-items:center;margin-bottom:10px}.areas-served .area-card .area-services .services-list li .service-icon{color:#fcd800;margin-right:10px;font-size:1rem}.areas-served .area-card .area-services .services-list li span{font-family:Poppins,sans-serif;font-size:.9rem;color:#6c757d}.areas-served .area-card .sub-areas-container{margin-bottom:20px}.areas-served .area-card .sub-areas-container h4{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:600;color:#333;margin-bottom:15px}.areas-served .area-card .sub-areas-container .sub-areas{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:10px}.areas-served .area-card .sub-areas-container .sub-areas li{display:flex;align-items:center;background-color:#fcd8001a;padding:5px 12px;border-radius:20px}.areas-served .area-card .sub-areas-container .sub-areas li .arrow-icon{color:#fcd800;font-size:.8rem;margin-right:5px}.areas-served .area-card .sub-areas-container .sub-areas li span{font-family:Poppins,sans-serif;font-size:.85rem;color:#333}.areas-served .area-card .area-cta{margin-top:25px}.areas-served .area-card .area-cta .area-link{display:inline-flex;align-items:center;font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:600;color:#ff8a00;text-decoration:none;transition:color .3s ease}.areas-served .area-card .area-cta .area-link .arrow-icon{margin-left:8px;transition:transform .3s ease}.areas-served .area-card .area-cta .area-link:hover{color:#fcd800}.areas-served .area-card .area-cta .area-link:hover .arrow-icon{transform:translate(5px)}.areas-served .view-more-container{text-align:center}.areas-served .view-more-container .view-more-btn{display:inline-flex;align-items:center;background:linear-gradient(to right,#fcd800,#ff8a00);color:#121212;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;padding:15px 30px;border-radius:50px;text-decoration:none;transition:all .3s ease}.areas-served .view-more-container .view-more-btn .btn-icon{width:16px;height:16px;fill:currentColor;margin-left:10px;transition:transform .3s ease}.areas-served .view-more-container .view-more-btn:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-5px)}.areas-served .view-more-container .view-more-btn:hover .btn-icon{transform:translate(5px)}@media (max-width: 992px){.areas-served{padding:80px 0}.areas-served .section-header .section-title{font-size:2.2rem}}@media (max-width: 768px){.areas-served{padding:60px 0}.areas-served .section-header .section-title{font-size:1.8rem}.areas-served .section-header .section-description{font-size:1rem}.areas-served .areas-grid{grid-template-columns:1fr;gap:20px}}@media (max-width: 576px){.areas-served .section-header .section-subtitle{font-size:.9rem}.areas-served .section-header .section-title{font-size:1.6rem}.areas-served .area-card{padding:20px}}.cta-section{position:relative;padding:100px 0;overflow:hidden}.cta-section.cta-gradient{background:linear-gradient(135deg,#fcd800,#ff8a00);color:#121212}.cta-section.cta-gradient .cta-shape{position:absolute;bottom:0;left:0;width:100%;line-height:0}.cta-section.cta-gradient .cta-shape svg{width:100%;height:auto}.cta-section.cta-dark{background-color:#121212;color:#fff}.cta-section.cta-dark .feature-icon{background-color:#fcd8001a}.cta-section.cta-dark .feature-icon svg{fill:#fcd800}.cta-section.cta-dark .feature-text h3{color:#fff}.cta-section.cta-dark .feature-text p{color:#ffffffb3}.cta-section.cta-dark .btn-secondary{background-color:transparent;border:2px solid #ffffff;color:#fff}.cta-section.cta-dark .btn-secondary:hover{background-color:#fff;color:#121212}.cta-section.cta-image{background-image:url(../../assets/cta-background.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;color:#fff}.cta-section.cta-image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#121212e6,#121212b3);z-index:1}.cta-section.cta-image .container{position:relative;z-index:2}.cta-section.cta-image .feature-icon{background-color:#fcd80033}.cta-section.cta-image .feature-icon svg{fill:#fcd800}.cta-section.cta-image .feature-text h3{color:#fff}.cta-section.cta-image .feature-text p{color:#fffc}.cta-section.cta-image .btn-secondary{background-color:transparent;border:2px solid #ffffff;color:#fff}.cta-section.cta-image .btn-secondary:hover{background-color:#fff;color:#121212}.cta-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.cta-section .cta-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.cta-section .cta-content h2{font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:700;margin-bottom:20px;line-height:1.2}.cta-section .cta-content p{font-family:Poppins,sans-serif;font-size:1.1rem;line-height:1.7;margin-bottom:30px;opacity:.9}.cta-section .cta-buttons{display:flex;gap:20px}.cta-section .cta-buttons .btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 30px;border-radius:50px;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease}.cta-section .cta-buttons .btn:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000026}.cta-section .cta-buttons .btn.btn-primary{background-color:#121212;color:#fff}.cta-dark .cta-section .cta-buttons .btn.btn-primary{background-color:#fcd800;color:#121212}.cta-section .cta-buttons .btn.btn-primary .btn-icon{width:18px;height:18px;fill:currentColor;margin-right:10px}.cta-section .cta-buttons .btn.btn-secondary{background-color:#fff;color:#121212}.cta-section .cta-features{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.cta-section .cta-features .feature{background-color:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;padding:25px 20px;text-align:center;transition:all .3s ease}.cta-section .cta-features .feature:hover{transform:translateY(-10px);box-shadow:0 10px 30px #0000001a;background-color:#fff3}.cta-section .cta-features .feature .feature-icon{width:60px;height:60px;background-color:#1212121a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 15px}.cta-section .cta-features .feature .feature-icon svg{width:30px;height:30px;fill:#121212}.cta-section .cta-features .feature .feature-text h3{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:600;color:#121212;margin:0 0 8px}.cta-section .cta-features .feature .feature-text p{font-family:Poppins,sans-serif;font-size:.9rem;line-height:1.5;color:#121212cc;margin:0}@media (max-width: 992px){.cta-section{padding:80px 0}.cta-section .cta-wrapper{grid-template-columns:1fr;gap:50px}.cta-section .cta-content{text-align:center}.cta-section .cta-content h2{font-size:2.2rem}.cta-section .cta-buttons{justify-content:center}}@media (max-width: 768px){.cta-section{padding:60px 0}.cta-section .cta-content h2{font-size:1.8rem}.cta-section .cta-content p{font-size:1rem}.cta-section .cta-features{grid-template-columns:1fr;max-width:350px;margin:0 auto}.cta-section .cta-buttons{flex-direction:column;max-width:250px;margin:0 auto}}@media (max-width: 576px){.cta-section .cta-content h2{font-size:1.6rem}.cta-section .cta-features .feature{padding:20px 15px}}.contact-section{padding:100px 0;background-color:#f8f9fa;overflow:hidden}.contact-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.contact-section .section-header{text-align:center;margin-bottom:60px}.contact-section .section-header .section-subtitle{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;color:#ff8a00;text-transform:uppercase;letter-spacing:2px;margin-bottom:15px;display:block}.contact-section .section-header .section-title{font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:700;color:#333;margin-bottom:25px;line-height:1.2}.contact-section .section-header .section-description{font-family:Poppins,sans-serif;font-size:1.05rem;line-height:1.8;color:#6c757d;max-width:700px;margin:0 auto}.contact-section .contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:40px}.contact-section .contact-info .info-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:30px}.contact-section .contact-info .info-card{background:#fff;padding:25px;border-radius:10px;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.contact-section .contact-info .info-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026}.contact-section .contact-info .info-card .info-icon{font-size:1.8rem;color:#fcd800;margin-bottom:15px}.contact-section .contact-info .info-card .info-content h3{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:600;color:#333;margin-bottom:10px}.contact-section .contact-info .info-card .info-content p{font-family:Poppins,sans-serif;font-size:.9rem;color:#6c757d;margin-bottom:5px}.contact-section .contact-info .info-card .info-content .info-action{display:inline-flex;align-items:center;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:600;color:#ff8a00;text-decoration:none;margin-top:10px;transition:color .3s ease}.contact-section .contact-info .info-card .info-content .info-action .arrow-icon{margin-left:8px;transition:transform .3s ease}.contact-section .contact-info .info-card .info-content .info-action:hover{color:#fcd800}.contact-section .contact-info .info-card .info-content .info-action:hover .arrow-icon{transform:translate(5px)}.contact-section .contact-info .location-info{background:#fff;padding:30px;border-radius:10px;box-shadow:0 10px 30px #0000001a}.contact-section .contact-info .location-info .location-header{display:flex;align-items:center;margin-bottom:15px}.contact-section .contact-info .location-info .location-header .location-icon{font-size:1.5rem;color:#fcd800;margin-right:15px}.contact-section .contact-info .location-info .location-header h3{font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:600;color:#333;margin:0}.contact-section .contact-info .location-info p{font-family:Poppins,sans-serif;font-size:.95rem;color:#6c757d;margin-bottom:20px}.contact-section .contact-info .location-info .map-container{height:200px;border-radius:8px;overflow:hidden}.contact-section .contact-info .location-info .map-container .map-placeholder{width:100%;height:100%;background-color:#fcd8001a;display:flex;align-items:center;justify-content:center}.contact-section .contact-info .location-info .map-container .map-placeholder p{color:#6c757d;margin:0}.contact-section .contact-form-container{background:#fff;padding:40px;border-radius:10px;box-shadow:0 10px 30px #0000001a}.contact-section .contact-form-container .form-header{margin-bottom:30px}.contact-section .contact-form-container .form-header h3{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:600;color:#333;margin-bottom:10px}.contact-section .contact-form-container .form-header p{font-family:Poppins,sans-serif;font-size:.95rem;color:#6c757d;margin:0}.contact-section .contact-form-container .contact-form .form-group{margin-bottom:20px}.contact-section .contact-form-container .contact-form .form-group label{display:block;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:600;color:#333;margin-bottom:8px}.contact-section .contact-form-container .contact-form .form-group input,.contact-section .contact-form-container .contact-form .form-group select,.contact-section .contact-form-container .contact-form .form-group textarea{width:100%;padding:12px 15px;border:1px solid #e9ecef;border-radius:5px;font-family:Poppins,sans-serif;font-size:.95rem;color:#333;transition:border-color .3s ease}.contact-section .contact-form-container .contact-form .form-group input:focus,.contact-section .contact-form-container .contact-form .form-group select:focus,.contact-section .contact-form-container .contact-form .form-group textarea:focus{outline:none;border-color:#fcd800}.contact-section .contact-form-container .contact-form .form-group input::placeholder,.contact-section .contact-form-container .contact-form .form-group select::placeholder,.contact-section .contact-form-container .contact-form .form-group textarea::placeholder{color:#6c757d}.contact-section .contact-form-container .contact-form .form-group textarea{resize:vertical;min-height:100px}.contact-section .contact-form-container .contact-form .submit-btn{display:inline-flex;align-items:center;background:linear-gradient(to right,#fcd800,#ff8a00);color:#121212;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;padding:15px 30px;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease}.contact-section .contact-form-container .contact-form .submit-btn .btn-icon{width:16px;height:16px;fill:currentColor;margin-left:10px;transition:transform .3s ease}.contact-section .contact-form-container .contact-form .submit-btn:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-5px)}.contact-section .contact-form-container .contact-form .submit-btn:hover .btn-icon{transform:translate(5px)}@media (max-width: 992px){.contact-section{padding:80px 0}.contact-section .section-header .section-title{font-size:2.2rem}.contact-section .contact-grid{grid-template-columns:1fr;gap:30px}}@media (max-width: 768px){.contact-section{padding:60px 0}.contact-section .section-header .section-title{font-size:1.8rem}.contact-section .section-header .section-description{font-size:1rem}.contact-section .contact-info .info-cards{grid-template-columns:1fr}.contact-section .contact-form-container{padding:30px}}@media (max-width: 576px){.contact-section .section-header .section-subtitle{font-size:.9rem}.contact-section .section-header .section-title{font-size:1.6rem}.contact-section .contact-form-container{padding:20px}}.testimonials-section{padding:100px 0;background-color:#f8f9fa;overflow:hidden}.testimonials-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.testimonials-section .section-header{text-align:center;margin-bottom:60px}.testimonials-section .section-header .section-subtitle{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;color:#ff8a00;text-transform:uppercase;letter-spacing:2px;margin-bottom:15px;display:block}.testimonials-section .section-header .section-title{font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:700;color:#333;margin-bottom:25px;line-height:1.2}.testimonials-section .section-header .section-description{font-family:Poppins,sans-serif;font-size:1.05rem;line-height:1.8;color:#6c757d;max-width:700px;margin:0 auto}.testimonials-section .testimonials-carousel{position:relative;overflow:hidden;padding:20px 0}.testimonials-section .testimonials-track{display:flex;transition:transform .5s ease-in-out}.testimonials-section .testimonial-card{flex:0 0 100%;padding:20px;background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;margin:0 10px;position:relative;transition:transform .3s ease,box-shadow .3s ease}.testimonials-section .testimonial-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026}.testimonials-section .testimonial-card .quote-icon{position:absolute;top:20px;left:20px;font-size:2rem;color:#fcd80033}.testimonials-section .testimonial-card .testimonial-content{padding:40px 20px 20px}.testimonials-section .testimonial-card .testimonial-content .testimonial-text{font-family:Poppins,sans-serif;font-size:1.1rem;line-height:1.8;color:#333;margin-bottom:20px;position:relative;z-index:1}.testimonials-section .testimonial-card .testimonial-content .rating{display:flex;gap:5px;margin-bottom:20px}.testimonials-section .testimonial-card .testimonial-content .rating .star-icon{color:#fcd800;font-size:1.2rem}.testimonials-section .testimonial-card .testimonial-author{display:flex;align-items:center;padding:20px;border-top:1px solid #e9ecef}.testimonials-section .testimonial-card .testimonial-author .author-image{width:60px;height:60px;border-radius:50%;object-fit:cover;margin-right:15px;border:3px solid #fcd800}.testimonials-section .testimonial-card .testimonial-author .author-info .author-name{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:600;color:#333;margin:0 0 5px}.testimonials-section .testimonial-card .testimonial-author .author-info .author-role{font-family:Poppins,sans-serif;font-size:.9rem;color:#6c757d;margin:0}.testimonials-section .carousel-dots{display:flex;justify-content:center;gap:10px;margin-top:30px}.testimonials-section .carousel-dots .dot{width:12px;height:12px;border-radius:50%;background-color:#6c757d4d;border:none;padding:0;cursor:pointer;transition:all .3s ease}.testimonials-section .carousel-dots .dot:hover{background-color:#fcd80080}.testimonials-section .carousel-dots .dot.active{background-color:#fcd800;transform:scale(1.2)}@media (max-width: 992px){.testimonials-section{padding:80px 0}.testimonials-section .section-header .section-title{font-size:2.2rem}}@media (max-width: 768px){.testimonials-section{padding:60px 0}.testimonials-section .section-header .section-title{font-size:1.8rem}.testimonials-section .section-header .section-description,.testimonials-section .testimonial-card .testimonial-content .testimonial-text{font-size:1rem}}@media (max-width: 576px){.testimonials-section .section-header .section-subtitle{font-size:.9rem}.testimonials-section .section-header .section-title{font-size:1.6rem}.testimonials-section .testimonial-card{padding:15px}.testimonials-section .testimonial-card .testimonial-content{padding:30px 15px 15px}.testimonials-section .testimonial-card .testimonial-author{padding:15px}.testimonials-section .testimonial-card .testimonial-author .author-image{width:50px;height:50px}}.page-transition{animation:pageEnter .8s cubic-bezier(.4,0,.2,1);opacity:0;transform:translateY(-20px);animation-fill-mode:forwards}.page-transition>*{opacity:0;transform:translateY(20px);animation:fadeInUp .5s cubic-bezier(.4,0,.2,1) forwards}.page-transition .hero-section{animation-delay:.2s}.page-transition .section-header{animation-delay:.3s}.page-transition .service-features{animation-delay:.4s}.page-transition .region-section{animation-delay:.5s}.page-transition .cta-section{animation-delay:.6s}.page-transition .services-grid .service-card{opacity:0;transform:translateY(20px);animation:fadeInUp .5s cubic-bezier(.4,0,.2,1) forwards}.page-transition .services-grid .service-card:nth-child(1){animation-delay:.15s}.page-transition .services-grid .service-card:nth-child(2){animation-delay:.2s}.page-transition .services-grid .service-card:nth-child(3){animation-delay:.25s}.page-transition .services-grid .service-card:nth-child(4){animation-delay:.3s}.page-transition .services-grid .service-card:nth-child(5){animation-delay:.35s}.page-transition .services-grid .service-card:nth-child(6){animation-delay:.4s}.page-transition .services-grid .service-card:nth-child(7){animation-delay:.45s}.page-transition .services-grid .service-card:nth-child(8){animation-delay:.5s}.page-transition .services-grid .service-card:nth-child(9){animation-delay:.55s}.page-transition .services-grid .service-card:nth-child(10){animation-delay:.6s}.page-transition .services-grid .service-card:nth-child(11){animation-delay:.65s}.page-transition .services-grid .service-card:nth-child(12){animation-delay:.7s}.page-transition .services-grid .service-card:nth-child(13){animation-delay:.75s}.page-transition .services-grid .service-card:nth-child(14){animation-delay:.8s}.page-transition .services-grid .service-card:nth-child(15){animation-delay:.85s}.page-transition .services-grid .service-card:nth-child(16){animation-delay:.9s}.page-transition .services-grid .service-card:nth-child(17){animation-delay:.95s}.page-transition .services-grid .service-card:nth-child(18){animation-delay:1s}.page-transition .services-grid .service-card:nth-child(19){animation-delay:1.05s}.page-transition .services-grid .service-card:nth-child(20){animation-delay:1.1s}.page-transition .services-grid .service-card:nth-child(21){animation-delay:1.15s}.page-transition .services-grid .service-card:nth-child(22){animation-delay:1.2s}.page-transition .services-grid .service-card:nth-child(23){animation-delay:1.25s}.page-transition .services-grid .service-card:nth-child(24){animation-delay:1.3s}.page-transition .services-grid .service-card:nth-child(25){animation-delay:1.35s}.page-transition .services-grid .service-card:nth-child(26){animation-delay:1.4s}.page-transition .services-grid .service-card:nth-child(27){animation-delay:1.45s}.page-transition .services-grid .service-card:nth-child(28){animation-delay:1.5s}.page-transition .services-grid .service-card:nth-child(29){animation-delay:1.55s}.page-transition .services-grid .service-card:nth-child(30){animation-delay:1.6s}.page-transition .services-grid .service-card:nth-child(31){animation-delay:1.65s}.page-transition .services-grid .service-card:nth-child(32){animation-delay:1.7s}.page-transition .services-grid .service-card:nth-child(33){animation-delay:1.75s}.page-transition .services-grid .service-card:nth-child(34){animation-delay:1.8s}.page-transition .services-grid .service-card:nth-child(35){animation-delay:1.85s}.page-transition .services-grid .service-card:nth-child(36){animation-delay:1.9s}.page-transition .services-grid .service-card:nth-child(37){animation-delay:1.95s}.page-transition .services-grid .service-card:nth-child(38){animation-delay:2s}.page-transition .services-grid .service-card:nth-child(39){animation-delay:2.05s}.page-transition .services-grid .service-card:nth-child(40){animation-delay:2.1s}.page-transition .services-grid .service-card:nth-child(41){animation-delay:2.15s}.page-transition .services-grid .service-card:nth-child(42){animation-delay:2.2s}.page-transition .services-grid .service-card:nth-child(43){animation-delay:2.25s}.page-transition .services-grid .service-card:nth-child(44){animation-delay:2.3s}.page-transition .services-grid .service-card:nth-child(45){animation-delay:2.35s}.page-transition .services-grid .service-card:nth-child(46){animation-delay:2.4s}.page-transition .services-grid .service-card:nth-child(47){animation-delay:2.45s}.page-transition .services-grid .service-card:nth-child(48){animation-delay:2.5s}.page-transition .services-grid .service-card:nth-child(49){animation-delay:2.55s}.page-transition .services-grid .service-card:nth-child(50){animation-delay:2.6s}@keyframes pageEnter{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}html{scroll-behavior:smooth}a,button,.service-card,.feature-card,.cta-section{transition:all .5s cubic-bezier(.4,0,.2,1)}.footer{position:relative;background-color:#121212;color:#fff;overflow:hidden}.footer .footer-top{position:relative;padding:80px 0 60px;z-index:2}.footer .footer-container{max-width:1200px;margin:0 auto;padding:0 20px}.footer .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px}.footer .footer-column.brand-column{padding-right:20px}.footer .footer-column.contact-column .contact-info li{margin-bottom:20px}.footer .footer-logo{display:flex;align-items:center;margin-bottom:20px}.footer .footer-logo img{height:50px;margin-right:15px}.footer .footer-logo .logo-text h3{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700;margin:0;line-height:1.2;background:linear-gradient(to right,#fcd800,#ff8a00);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.footer .footer-logo .logo-text p{font-size:.9rem;margin:0;color:#fff}.footer .footer-description{font-family:Poppins,sans-serif;font-size:.95rem;line-height:1.6;color:#ffffffb3;margin-bottom:25px}.footer .social-links{display:flex;gap:15px}.footer .social-links .social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#fcd8001a;border-radius:50%;transition:all .3s ease}.footer .social-links .social-link svg{width:18px;height:18px;fill:#fcd800;transition:all .3s ease}.footer .social-links .social-link:hover{background:linear-gradient(to right,#fcd800,#ff8a00);transform:translateY(-5px)}.footer .social-links .social-link:hover svg{fill:#121212}.footer .footer-heading{font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:600;margin-bottom:25px;position:relative;padding-bottom:12px}.footer .footer-heading:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background:linear-gradient(to right,#fcd800,#ff8a00);border-radius:3px}.footer .footer-links{list-style:none;padding:0;margin:0}.footer .footer-links li{margin-bottom:12px}.footer .footer-links li a{font-family:Poppins,sans-serif;color:#ffffffb3;text-decoration:none;font-size:.95rem;transition:all .3s ease;position:relative;padding-left:15px}.footer .footer-links li a:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;background-color:#fcd800;border-radius:50%;transition:all .3s ease}.footer .footer-links li a:hover{color:#fcd800;padding-left:20px}.footer .footer-links li a:hover:before{background-color:#ff8a00}.footer .contact-info{list-style:none;padding:0;margin:0}.footer .contact-info li{display:flex;align-items:flex-start}.footer .contact-info li .icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background-color:#fcd8001a;border-radius:50%;margin-right:15px;flex-shrink:0}.footer .contact-info li .icon svg{width:16px;height:16px;fill:#fcd800}.footer .contact-info li .contact-text p{margin:0 0 5px;font-family:Poppins,sans-serif;font-size:.95rem;color:#ffffffb3}.footer .contact-info li .contact-text p.email{font-size:.55rem}.footer .contact-info li .contact-text p a{color:#ffffffb3;text-decoration:none;transition:all .3s ease}.footer .contact-info li .contact-text p a:hover{color:#fcd800}.footer .footer-bottom{position:relative;background-color:#0a0a0a;padding:25px 0;z-index:2}.footer .footer-bottom .footer-bottom-content{display:flex;justify-content:space-between;align-items:center}.footer .footer-bottom .footer-bottom-content .copyright{font-family:Poppins,sans-serif;font-size:.9rem;color:#ffffffb3;margin:0}.footer .footer-bottom .footer-bottom-content .footer-bottom-links{display:flex;gap:20px}.footer .footer-bottom .footer-bottom-content .footer-bottom-links a{font-family:Poppins,sans-serif;font-size:.9rem;color:#ffffffb3;text-decoration:none;transition:all .3s ease}.footer .footer-bottom .footer-bottom-content .footer-bottom-links a:hover{color:#fcd800}.footer .footer-shape{position:absolute;top:-100px;left:0;width:100%;z-index:1;line-height:0}.footer .footer-shape svg{width:100%;height:auto}.footer .emergency-badge{position:fixed;bottom:30px;left:30px;z-index:999;background:linear-gradient(to right,#fcd800,#ff8a00);border-radius:50px;padding:5px;box-shadow:0 5px 20px #0003;transform:translateY(100px);animation:slideUp .5s ease-out 1s forwards}.footer .emergency-badge .badge-content{display:flex;align-items:center;padding:10px 20px;background-color:#121212;border-radius:40px;transition:all .3s ease}.footer .emergency-badge .badge-content:hover{background-color:#121212e6;transform:scale(1.05)}.footer .emergency-badge .badge-content .badge-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(to right,#fcd800,#ff8a00);border-radius:50%;margin-right:15px}.footer .emergency-badge .badge-content .badge-icon svg{width:20px;height:20px;fill:#121212}.footer .emergency-badge .badge-content .badge-text h4{font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:600;margin:0 0 5px;color:#fff}.footer .emergency-badge .badge-content .badge-text .emergency-phone{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:700;color:#fcd800;text-decoration:none;transition:all .3s ease}.footer .emergency-badge .badge-content .badge-text .emergency-phone:hover{color:#ff8a00}@media (max-width: 1200px){.footer .footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:30px}}@media (max-width: 992px){.footer .footer-grid{grid-template-columns:1fr 1fr;gap:40px 30px}.footer .footer-column.brand-column{grid-column:span 2;padding-right:0}}@media (max-width: 768px){.footer .footer-top{padding:60px 0 40px}.footer .footer-bottom .footer-bottom-content{flex-direction:column;gap:15px;text-align:center}.footer .footer-bottom .footer-bottom-content .footer-bottom-links{justify-content:center}.footer .emergency-badge{bottom:20px;right:20px}}@media (max-width: 576px){.footer .footer-grid{grid-template-columns:1fr;gap:30px}.footer .footer-grid .footer-column.brand-column{grid-column:span 1}.footer .footer-logo,.footer .social-links{justify-content:flex-start}.footer .emergency-badge{left:20px;right:20px}.footer .emergency-badge .badge-content{justify-content:center}}@keyframes slideUp{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}.services-page .container{max-width:1200px;margin:0 auto;padding:30px 20px 0}.services-page .section-header{text-align:center;margin-bottom:50px}.services-page .section-header .section-tag{display:inline-block;background:linear-gradient(to right,#fcd800,#ff8a00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:2px;margin-bottom:15px}.services-page .section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:20px;color:#1a1a1a}@media (max-width: 768px){.services-page .section-header h2{font-size:2rem}}.services-page .section-header p{max-width:800px;margin:0 auto;color:#777;font-size:1.1rem;line-height:1.7}@media (max-width: 768px){.services-page .section-header p{font-size:1rem}}.services-page .services-showcase{padding:100px 0;background-color:#f5f5f5}@media (max-width: 768px){.services-page .services-showcase{padding:70px 0}}.services-page .services-showcase .desktop-tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:15px;margin-bottom:50px}@media (max-width: 768px){.services-page .services-showcase .desktop-tabs{display:none}}.services-page .services-showcase .desktop-tabs .service-tab{display:flex;align-items:center;padding:15px 25px;background-color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;color:#333;font-weight:500;box-shadow:0 2px 10px #0000000d}.services-page .services-showcase .desktop-tabs .service-tab .tab-icon{margin-right:10px;font-size:1.2rem;color:#ff8a00}.services-page .services-showcase .desktop-tabs .service-tab:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0000001a}.services-page .services-showcase .desktop-tabs .service-tab.active{background:linear-gradient(135deg,#fcd800,#ff8a00);color:#1a1a1a;font-weight:600;box-shadow:0 5px 15px #ff8a004d}.services-page .services-showcase .desktop-tabs .service-tab.active .tab-icon{color:#1a1a1a}.services-page .services-showcase .mobile-service-selector{display:none;position:relative;margin-bottom:30px}@media (max-width: 768px){.services-page .services-showcase .mobile-service-selector{display:block}}.services-page .services-showcase .mobile-service-selector .mobile-dropdown-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px;background:#fff;border:2px solid transparent;border-radius:15px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0000001a}.services-page .services-showcase .mobile-service-selector .mobile-dropdown-trigger:hover{border-color:#fcd800;transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.services-page .services-showcase .mobile-service-selector .mobile-dropdown-trigger .selected-service{display:flex;align-items:center;gap:15px}.services-page .services-showcase .mobile-service-selector .mobile-dropdown-trigger .selected-service .service-icon{width:45px;height:45px;background:linear-gradient(135deg,#fcd800,#ff8a00);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#1a1a1a;font-size:1.2rem}.services-page .services-showcase .mobile-service-selector .mobile-dropdown-trigger .selected-service .service-name{font-weight:600;color:#1a1a1a;font-size:1.1rem}.services-page .services-showcase .mobile-service-selector .mobile-dropdown-trigger .dropdown-arrow{color:#ff8a00;font-size:1rem;transition:transform .3s ease}.services-page .services-showcase .mobile-service-selector .mobile-dropdown-trigger .dropdown-arrow.open{transform:rotate(180deg)}.services-page .services-showcase .mobile-service-selector .mobile-dropdown-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border-radius:15px;box-shadow:0 10px 30px #0003;z-index:1000;max-height:400px;overflow-y:auto;margin-top:10px;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.services-page .services-showcase .mobile-service-selector .mobile-dropdown-menu .mobile-service-option{width:100%;display:flex;align-items:center;gap:15px;padding:15px 20px;background:none;border:none;cursor:pointer;transition:all .3s ease;border-bottom:1px solid rgba(0,0,0,.05)}.services-page .services-showcase .mobile-service-selector .mobile-dropdown-menu .mobile-service-option:last-child{border-bottom:none}.services-page .services-showcase .mobile-service-selector .mobile-dropdown-menu .mobile-service-option:hover{background:#fcd8001a}.services-page .services-showcase .mobile-service-selector .mobile-dropdown-menu .mobile-service-option.active{background:linear-gradient(135deg,#fcd800,#ff8a00);color:#1a1a1a}.services-page .services-showcase .mobile-service-selector .mobile-dropdown-menu .mobile-service-option.active .option-icon{color:#1a1a1a}.services-page .services-showcase .mobile-service-selector .mobile-dropdown-menu .mobile-service-option .option-icon{width:35px;height:35px;background:#ff8a001a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ff8a00;font-size:1rem;flex-shrink:0}.services-page .services-showcase .mobile-service-selector .mobile-dropdown-menu .mobile-service-option .option-title{font-weight:500;color:#333;text-align:left;font-size:.95rem}.services-page .services-showcase .service-details{display:flex;background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 10px 30px #0000001a;min-height:400px}@media (max-width: 992px){.services-page .services-showcase .service-details{flex-direction:column}}.services-page .services-showcase .service-details.fade-out{opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease}.services-page .services-showcase .service-details.fade-in{opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s ease}.services-page .services-showcase .service-details .mobile-image{display:none}@media (max-width: 992px){.services-page .services-showcase .service-details .mobile-image{display:block;width:100%;height:250px;overflow:hidden}.services-page .services-showcase .service-details .mobile-image img{width:100%;height:100%;object-fit:cover}}.services-page .services-showcase .service-details .desktop-image{flex:1;min-height:400px;overflow:hidden}@media (max-width: 992px){.services-page .services-showcase .service-details .desktop-image{display:none}}.services-page .services-showcase .service-details .desktop-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.services-page .services-showcase .service-details .desktop-image img:hover{transform:scale(1.05)}.services-page .services-showcase .service-details .service-content{flex:1;padding:40px}@media (max-width: 768px){.services-page .services-showcase .service-details .service-content{padding:30px 20px}}.services-page .services-showcase .service-details .service-content h3{font-size:2rem;font-weight:700;margin-bottom:20px;color:#1a1a1a;position:relative;padding-bottom:15px}@media (max-width: 768px){.services-page .services-showcase .service-details .service-content h3{font-size:1.8rem}}.services-page .services-showcase .service-details .service-content h3:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(135deg,#fcd800,#ff8a00);border-radius:2px}.services-page .services-showcase .service-details .service-content p{font-size:1.1rem;line-height:1.7;color:#777;margin-bottom:30px}@media (max-width: 768px){.services-page .services-showcase .service-details .service-content p{font-size:1rem}}.services-page .services-showcase .service-details .service-content .service-features{margin-bottom:30px}.services-page .services-showcase .service-details .service-content .service-features h4{font-size:1.3rem;font-weight:600;margin-bottom:15px;color:#1a1a1a}.services-page .services-showcase .service-details .service-content .service-features ul{list-style:none;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:15px}@media (max-width: 576px){.services-page .services-showcase .service-details .service-content .service-features ul{grid-template-columns:1fr}}.services-page .services-showcase .service-details .service-content .service-features ul li{display:flex;align-items:center;font-size:1rem;color:#333}.services-page .services-showcase .service-details .service-content .service-features ul li .feature-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:linear-gradient(135deg,#fcd800,#ff8a00);border-radius:50%;margin-right:10px;color:#1a1a1a;font-size:.8rem;font-weight:700;flex-shrink:0}.services-page .services-showcase .service-details .service-content .service-link{display:inline-block;padding:12px 30px;background:linear-gradient(135deg,#fcd800,#ff8a00);color:#1a1a1a;font-weight:600;text-decoration:none;border-radius:50px;transition:all .3s ease}.services-page .services-showcase .service-details .service-content .service-link:hover{transform:translateY(-3px);box-shadow:0 5px 15px #ff8a004d}.services-page .services-grid-section{padding:100px 0;background-color:#fff}@media (max-width: 768px){.services-page .services-grid-section{padding:70px 0}}.services-page .services-grid-section .services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px}@media (max-width: 576px){.services-page .services-grid-section .services-grid{grid-template-columns:1fr}}.services-page .services-grid-section .services-grid .service-card{background-color:#fff;border-radius:8px;padding:40px 30px;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;position:relative;z-index:1;overflow:hidden}.services-page .services-grid-section .services-grid .service-card:hover{transform:translateY(-10px)}.services-page .services-grid-section .services-grid .service-card:hover:before{opacity:1}.services-page .services-grid-section .services-grid .service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(135deg,#fcd800,#ff8a00);z-index:-1;opacity:0;transition:all .3s ease}.services-page .services-grid-section .services-grid .service-card .card-icon{width:70px;height:70px;background:#fcd8001a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:25px;color:#ff8a00;font-size:1.8rem;transition:all .3s ease}.services-page .services-grid-section .services-grid .service-card .card-icon svg{transition:all .3s ease}.services-page .services-grid-section .services-grid .service-card:hover .card-icon{background:linear-gradient(135deg,#fcd800,#ff8a00);color:#1a1a1a;transform:rotateY(180deg)}.services-page .services-grid-section .services-grid .service-card:hover .card-icon svg{transform:rotateY(180deg)}.services-page .services-grid-section .services-grid .service-card h3{font-size:1.5rem;font-weight:700;margin-bottom:15px;color:#1a1a1a}.services-page .services-grid-section .services-grid .service-card p{font-size:1rem;line-height:1.7;color:#777;margin-bottom:25px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.services-page .services-grid-section .services-grid .service-card .card-link{display:inline-block;color:#ff8a00;font-weight:600;text-decoration:none;position:relative;padding-bottom:5px;transition:all .3s ease}.services-page .services-grid-section .services-grid .service-card .card-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(135deg,#fcd800,#ff8a00);transition:all .3s ease}.services-page .services-grid-section .services-grid .service-card .card-link:hover{color:#fcd800}.services-page .services-grid-section .services-grid .service-card .card-link:hover:after{width:100%}.services-page .cta-section{padding:80px 0;background-image:linear-gradient(#000c,#000c),url(https://images.unsplash.com/photo-1609521263047-f8f205293f24?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:center;background-attachment:fixed;color:#fff;text-align:center}@media (max-width: 768px){.services-page .cta-section{padding:60px 0;background-attachment:scroll}}.services-page .cta-section .cta-content{max-width:800px;margin:0 auto}.services-page .cta-section .cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:20px}@media (max-width: 768px){.services-page .cta-section .cta-content h2{font-size:2rem}}.services-page .cta-section .cta-content p{font-size:1.2rem;margin-bottom:30px;opacity:.9}@media (max-width: 768px){.services-page .cta-section .cta-content p{font-size:1.1rem}}.services-page .cta-section .cta-content .cta-buttons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.services-page .cta-section .cta-content .cta-buttons .cta-button{display:inline-block;padding:15px 30px;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease}.services-page .cta-section .cta-content .cta-buttons .cta-button.primary{background:linear-gradient(135deg,#fcd800,#ff8a00);color:#1a1a1a;box-shadow:0 5px 15px #0000004d}.services-page .cta-section .cta-content .cta-buttons .cta-button.primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0006}.services-page .cta-section .cta-content .cta-buttons .cta-button.secondary{background:transparent;color:#fff;border:2px solid #ffffff}.services-page .cta-section .cta-content .cta-buttons .cta-button.secondary:hover{background:#ffffff1a;transform:translateY(-3px)}@media (max-width: 768px){.services-page .services-showcase .service-details{border-radius:20px;margin-top:20px;box-shadow:0 8px 30px #0000001f}.services-page .services-showcase .service-details .service-content .service-features ul{gap:12px}.services-page .services-showcase .service-details .service-content .service-features ul li{padding:8px 0;border-bottom:1px solid rgba(0,0,0,.05)}.services-page .services-showcase .service-details .service-content .service-features ul li:last-child{border-bottom:none}.services-page .services-showcase .service-details .service-content .service-features ul li .feature-icon{width:20px;height:20px;font-size:.7rem}.services-page .services-showcase .service-details .service-content .service-link{width:100%;text-align:center;padding:15px 30px;font-size:1.1rem;margin-top:20px}.services-page .mobile-service-selector .mobile-dropdown-menu::-webkit-scrollbar{width:4px}.services-page .mobile-service-selector .mobile-dropdown-menu::-webkit-scrollbar-track{background:#0000000d;border-radius:2px}.services-page .mobile-service-selector .mobile-dropdown-menu::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#fcd800,#ff8a00);border-radius:2px}.services-page .mobile-service-selector .mobile-dropdown-menu::-webkit-scrollbar-thumb:hover{background:#ff8a00}}@media (min-width: 769px) and (max-width: 992px){.services-page .services-showcase .desktop-tabs .service-tab{padding:12px 20px;font-size:.9rem}.services-page .services-showcase .desktop-tabs .service-tab .tab-icon{font-size:1rem}.services-page .services-showcase .service-details .service-content{padding:35px 25px}.services-page .services-showcase .service-details .service-content h3{font-size:1.8rem}.services-page .services-showcase .service-details .service-content p{font-size:1rem}.services-page .services-showcase .service-details .service-content .service-features ul{grid-template-columns:1fr;gap:12px}}@media (min-width: 1400px){.services-page .container{max-width:1400px}.services-page .services-showcase .desktop-tabs{gap:20px}.services-page .services-showcase .desktop-tabs .service-tab{padding:18px 30px;font-size:1.1rem}.services-page .services-showcase .desktop-tabs .service-tab .tab-icon{font-size:1.3rem}.services-page .services-showcase .service-details .service-content{padding:50px}.services-page .services-showcase .service-details .service-content h3{font-size:2.2rem}.services-page .services-showcase .service-details .service-content p{font-size:1.2rem}}.services-page .mobile-service-selector .mobile-dropdown-menu .mobile-service-option{animation:fadeInUp .3s ease forwards;opacity:0;transform:translateY(10px)}.services-page .mobile-service-selector .mobile-dropdown-menu .mobile-service-option:nth-child(1){animation-delay:.03s}.services-page .mobile-service-selector .mobile-dropdown-menu .mobile-service-option:nth-child(2){animation-delay:.06s}.services-page .mobile-service-selector .mobile-dropdown-menu .mobile-service-option:nth-child(3){animation-delay:.09s}.services-page .mobile-service-selector .mobile-dropdown-menu .mobile-service-option:nth-child(4){animation-delay:.12s}.services-page .mobile-service-selector .mobile-dropdown-menu .mobile-service-option:nth-child(5){animation-delay:.15s}.services-page .mobile-service-selector .mobile-dropdown-menu .mobile-service-option:nth-child(6){animation-delay:.18s}.services-page .mobile-service-selector .mobile-dropdown-menu .mobile-service-option:nth-child(7){animation-delay:.21s}.services-page .mobile-service-selector .mobile-dropdown-menu .mobile-service-option:nth-child(8){animation-delay:.24s}.services-page .mobile-service-selector .mobile-dropdown-menu .mobile-service-option:nth-child(9){animation-delay:.27s}.services-page .mobile-service-selector .mobile-dropdown-menu .mobile-service-option:nth-child(10){animation-delay:.3s}.services-page .mobile-service-selector .mobile-dropdown-menu .mobile-service-option:nth-child(11){animation-delay:.33s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.services-page .services-showcase .mobile-dropdown-trigger:focus,.services-page .services-showcase .mobile-service-option:focus,.services-page .services-showcase .service-tab:focus{outline:2px solid #fcd800;outline-offset:2px}.services-page .services-showcase .service-link:focus{outline:2px solid #1a1a1a;outline-offset:2px}.services-page .service-details.loading .service-content,.services-page .service-details.loading .service-image{opacity:.5;pointer-events:none}@media (min-width: 993px){.services-page .services-showcase .desktop-tabs .service-tab{position:relative;overflow:hidden}.services-page .services-showcase .desktop-tabs .service-tab:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.services-page .services-showcase .desktop-tabs .service-tab:hover:before{left:100%}}.section-subtitle{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;color:#ff8a00;text-transform:uppercase;letter-spacing:2px;margin-bottom:15px;display:block}.xx{color:#121212!important}.section-title{font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:700;color:#333;margin-bottom:20px;position:relative}.about-testimonials .section-title,.about-partners .section-title{color:#fff}.section-description{font-family:Poppins,sans-serif;font-size:1.1rem;line-height:1.7;color:#6c757d;max-width:800px;margin:0 auto 50px}.about-testimonials .section-description,.about-partners .section-description{color:#fffc}.section-header{text-align:center;margin-bottom:60px}.container{max-width:1200px;margin:0 auto;padding:0 20px}.about-page section{padding:100px 0}.about-intro{overflow:hidden}.about-intro .about-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-intro .about-intro-content p{font-family:Poppins,sans-serif;font-size:1.05rem;line-height:1.8;color:#6c757d;margin-bottom:25px}.about-intro .about-stats{display:flex;gap:30px;margin-top:40px}.about-intro .about-stats .stat-item{display:flex;flex-direction:column}.about-intro .about-stats .stat-item .stat-number{font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:700;color:#ff8a00;line-height:1}.about-intro .about-stats .stat-item .stat-text{font-family:Poppins,sans-serif;font-size:.9rem;color:#6c757d;margin-top:8px}.about-intro .about-intro-images{position:relative;height:500px}.about-intro .about-intro-images .image-container{position:absolute;border-radius:10px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.about-intro .about-intro-images .image-container img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.about-intro .about-intro-images .image-container:hover img{transform:scale(1.05)}.about-intro .about-intro-images .image-container.image-1{width:70%;height:60%;top:0;right:0;z-index:2}.about-intro .about-intro-images .image-container.image-2{width:60%;height:50%;bottom:0;left:0;z-index:1}.about-values{background-color:#f8f9fa}.about-values .values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.about-values .value-card{background-color:#fff;border-radius:10px;padding:40px 30px;box-shadow:0 10px 30px #0000001a;transition:all .3s ease}.about-values .value-card:hover{transform:translateY(-10px);box-shadow:0 15px 35px #00000026}.about-values .value-card:hover .value-icon{background:linear-gradient(to right,#fcd800,#ff8a00)}.about-values .value-card:hover .value-icon svg{fill:#fff}.about-values .value-card .value-icon{width:70px;height:70px;background-color:#fcd8001a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:25px;transition:all .3s ease}.about-values .value-card .value-icon svg{width:35px;height:35px;fill:#fcd800;transition:all .3s ease}.about-values .value-card h3{font-family:Montserrat,sans-serif;font-size:1.3rem;font-weight:600;color:#333;margin-bottom:15px}.about-values .value-card p{font-family:Poppins,sans-serif;font-size:.95rem;line-height:1.7;color:#6c757d}.about-team .team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.about-team .team-member{background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .3s ease}.about-team .team-member:hover{transform:translateY(-10px);box-shadow:0 15px 35px #00000026}.about-team .team-member:hover .member-image .member-social{opacity:1}.about-team .team-member:hover .member-image:before{opacity:.7}.about-team .team-member:hover .member-image img{transform:scale(1.1)}.about-team .team-member .member-image{position:relative;height:300px;overflow:hidden}.about-team .team-member .member-image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,#121212,transparent);opacity:.4;transition:all .3s ease;z-index:1}.about-team .team-member .member-image img{width:100%;height:100%;object-fit:cover;transition:all .3s ease}.about-team .team-member .member-image .member-social{position:absolute;bottom:20px;left:0;width:100%;display:flex;justify-content:center;gap:15px;z-index:2;opacity:0;transition:all .3s ease}.about-team .team-member .member-image .member-social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#fff;border-radius:50%;color:#121212;font-size:1rem;transition:all .3s ease}.about-team .team-member .member-image .member-social a:hover{background:linear-gradient(to right,#fcd800,#ff8a00);color:#fff;transform:translateY(-5px)}.about-team .team-member .member-info{padding:25px 20px;text-align:center}.about-team .team-member .member-info h3{font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:600;color:#333;margin-bottom:5px}.about-team .team-member .member-info .member-position{font-family:Poppins,sans-serif;font-size:.9rem;color:#ff8a00;display:block;margin-bottom:15px}.about-team .team-member .member-info p{font-family:Poppins,sans-serif;font-size:.9rem;line-height:1.6;color:#6c757d}.about-milestones{background-color:#f8f9fa}.about-milestones .milestones-content{display:grid;grid-template-columns:2fr 1fr;gap:50px;align-items:flex-start}.about-milestones .milestones-text p{font-family:Poppins,sans-serif;font-size:1.05rem;line-height:1.7;color:#6c757d;margin-bottom:40px}.about-milestones .timeline{position:relative;padding-left:30px}.about-milestones .timeline:before{content:"";position:absolute;top:0;left:7px;height:100%;width:2px;background-color:#ff8a004d}.about-milestones .timeline .timeline-item{position:relative;margin-bottom:30px}.about-milestones .timeline .timeline-item:last-child{margin-bottom:0}.about-milestones .timeline .timeline-item .timeline-dot{position:absolute;left:-30px;top:5px;width:16px;height:16px;border-radius:50%;background:linear-gradient(to right,#fcd800,#ff8a00);box-shadow:0 0 0 4px #fcd80033}.about-milestones .timeline .timeline-item .timeline-content h3{font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:600;color:#ff8a00;margin-bottom:10px}.about-milestones .timeline .timeline-item .timeline-content p{font-family:Poppins,sans-serif;font-size:.95rem;line-height:1.6;color:#6c757d;margin:0}.about-milestones .milestones-cta .cta-card{background-color:#121212;border-radius:10px;padding:40px 30px;color:#fff;box-shadow:0 10px 30px #0000001a;position:sticky;top:100px}.about-milestones .milestones-cta .cta-card h3{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:600;margin-bottom:15px}.about-milestones .milestones-cta .cta-card p{font-family:Poppins,sans-serif;font-size:1rem;line-height:1.6;color:#fffc;margin-bottom:25px}.about-milestones .milestones-cta .cta-card .cta-button{display:block;background:linear-gradient(to right,#fcd800,#ff8a00);color:#121212;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:600;text-align:center;padding:15px 20px;border-radius:50px;text-decoration:none;margin-bottom:15px;transition:all .3s ease}.about-milestones .milestones-cta .cta-card .cta-button:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0003}.about-milestones .milestones-cta .cta-card .cta-link{display:block;text-align:center;color:#fcd800;font-family:Poppins,sans-serif;font-size:.95rem;text-decoration:none;transition:all .3s ease}.about-milestones .milestones-cta .cta-card .cta-link:hover{color:#ff8a00}.about-partners{background-color:#121212}.about-partners .section-subtitle,.about-partners .section-title,.about-partners .section-description{color:#fff}.about-partners .partners-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:30px}.about-partners .partners-grid .partner-logo{background-color:#ffffff0d;border-radius:10px;padding:20px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.about-partners .partners-grid .partner-logo:hover{background-color:#ffffff1a;transform:translateY(-5px)}.about-partners .partners-grid .partner-logo img{max-width:100%;max-height:60px;filter:grayscale(100%) brightness(200%);transition:all .3s ease}.about-partners .partners-grid .partner-logo:hover img{filter:grayscale(0%) brightness(100%)}.about-testimonials{background-color:#ff8a00;background-image:linear-gradient(135deg,#ff8a00,#b36100)}.about-testimonials .testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.about-testimonials .testimonial-card{background-color:#fff;border-radius:10px;padding:30px;box-shadow:0 10px 30px #0000001a;transition:all .3s ease}.about-testimonials .testimonial-card:hover{transform:translateY(-10px);box-shadow:0 15px 35px #0003}.about-testimonials .testimonial-card .testimonial-rating{margin-bottom:20px;color:#fcd800;font-size:1.1rem}.about-testimonials .testimonial-card .testimonial-rating i{margin-right:3px}.about-testimonials .testimonial-card .testimonial-text{font-family:Poppins,sans-serif;font-size:1rem;line-height:1.7;color:#6c757d;font-style:italic;margin-bottom:25px;position:relative}.about-testimonials .testimonial-card .testimonial-text:before{content:'"';font-family:Georgia,serif;font-size:5rem;position:absolute;top:-40px;left:-10px;color:#fcd8001a;z-index:0}.about-testimonials .testimonial-card .testimonial-author{display:flex;align-items:center}.about-testimonials .testimonial-card .testimonial-author .author-image{width:60px;height:60px;border-radius:50%;overflow:hidden;margin-right:15px}.about-testimonials .testimonial-card .testimonial-author .author-image img{width:100%;height:100%;object-fit:cover}.about-testimonials .testimonial-card .testimonial-author .author-info h4{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:600;color:#333;margin:0 0 5px}.about-testimonials .testimonial-card .testimonial-author .author-info span{font-family:Poppins,sans-serif;font-size:.9rem;color:#6c757d}.about-cta{padding:80px 0}.about-cta .cta-wrapper{background:linear-gradient(to right,#fcd800,#ff8a00);border-radius:15px;padding:60px;text-align:center;box-shadow:0 10px 30px #0000001a}.about-cta .cta-content{max-width:800px;margin:0 auto}.about-cta .cta-content h2{font-family:Montserrat,sans-serif;font-size:2.2rem;font-weight:700;color:#121212;margin-bottom:20px}.about-cta .cta-content p{font-family:Poppins,sans-serif;font-size:1.1rem;line-height:1.7;color:#121212cc;margin-bottom:30px}.about-cta .cta-buttons{display:flex;justify-content:center;gap:20px}.about-cta .cta-buttons .btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 30px;border-radius:50px;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease}.about-cta .cta-buttons .btn:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000026}.about-cta .cta-buttons .btn.btn-primary{background-color:#121212;color:#fff}.about-cta .cta-buttons .btn.btn-primary .btn-icon{width:18px;height:18px;fill:currentColor;margin-right:10px}.about-cta .cta-buttons .btn.btn-secondary{background-color:#fff;color:#121212}@media (max-width: 1200px){.section-title{font-size:2.2rem}.about-intro .about-intro-grid{gap:40px}.about-partners .partners-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 992px){section{padding:80px 0}.section-title{font-size:2rem}.about-intro .about-intro-grid{grid-template-columns:1fr;gap:60px}.about-intro .about-intro-images{height:400px;margin:0 auto;max-width:500px}.about-values .values-grid,.about-team .team-grid{grid-template-columns:repeat(2,1fr)}.about-milestones .milestones-content{grid-template-columns:1fr;gap:60px}.about-milestones .milestones-cta .cta-card{position:static}.about-testimonials .testimonials-grid{grid-template-columns:repeat(2,1fr)}.about-cta .cta-wrapper{padding:40px 30px}.about-cta .cta-content h2{font-size:1.8rem}}@media (max-width: 768px){section{padding:60px 0}.section-title{font-size:1.8rem}.section-description{font-size:1rem}.about-values .values-grid{grid-template-columns:1fr}.about-team .team-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.about-testimonials .testimonials-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}.about-partners .partners-grid{grid-template-columns:repeat(2,1fr)}.about-cta .cta-buttons{flex-direction:column;gap:15px}}@media (max-width: 576px){.about-intro .about-intro-images{position:static;height:auto;display:flex;flex-direction:column;gap:16px;max-width:100%}.about-intro .about-intro-images .image-container{position:static;width:100%;height:auto;margin:0}.about-intro .about-intro-images .image-container img{width:100%;height:auto;display:block}.about-values .values-grid{grid-template-columns:1fr}.about-team .team-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.about-partners .partners-grid{grid-template-columns:1fr;max-width:250px;margin:0 auto}}.contact-page .section-header{margin-bottom:40px}.contact-page .section-header.text-center{text-align:center;max-width:700px;margin-left:auto;margin-right:auto}.contact-page .section-header .section-subtitle{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;color:#ff8a00;text-transform:uppercase;letter-spacing:2px;margin-bottom:15px;display:block}.contact-page .section-header .section-title{font-family:Montserrat,sans-serif;font-size:2.2rem;font-weight:700;color:#333;margin-bottom:20px;line-height:1.2}.contact-page .section-header .section-description{font-family:Poppins,sans-serif;font-size:1.1rem;line-height:1.7;color:#6c757d;margin-bottom:0}.contact-page .contact-section{padding:100px 0;background-color:#f8f9fa}.contact-page .contact-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.contact-page .contact-section .contact-grid{display:grid;grid-template-columns:3fr 2fr;gap:50px}@media (max-width: 992px){.contact-page .contact-section .contact-grid{grid-template-columns:1fr}}.contact-page .contact-section .contact-form-wrapper{background-color:#fff;border-radius:10px;padding:40px;box-shadow:0 10px 30px #0000001a}.contact-page .contact-section .form-message{display:flex;align-items:center;padding:15px 20px;border-radius:5px;margin-bottom:25px}.contact-page .contact-section .form-message svg{width:20px;height:20px;margin-right:15px;flex-shrink:0}.contact-page .contact-section .form-message p{margin:0;font-family:Poppins,sans-serif;font-size:.95rem;line-height:1.5}.contact-page .contact-section .form-message.success{background-color:#28a7451a;border:1px solid rgba(40,167,69,.3);color:#28a745}.contact-page .contact-section .form-message.success svg{fill:#28a745}.contact-page .contact-section .form-message.error{background-color:#dc35451a;border:1px solid rgba(220,53,69,.3);color:#dc3545}.contact-page .contact-section .form-message.error svg{fill:#dc3545}.contact-page .contact-section .contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}@media (max-width: 576px){.contact-page .contact-section .contact-form .form-row{grid-template-columns:1fr;gap:0}}.contact-page .contact-section .contact-form .form-group{margin-bottom:20px}.contact-page .contact-section .contact-form .form-group label{display:block;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:600;color:#333;margin-bottom:8px}.contact-page .contact-section .contact-form .form-group input,.contact-page .contact-section .contact-form .form-group select,.contact-page .contact-section .contact-form .form-group textarea{width:100%;padding:12px 15px;border:1px solid #e9ecef;border-radius:5px;font-family:Poppins,sans-serif;font-size:1rem;color:#333;transition:border-color .3s ease,opacity .3s ease}.contact-page .contact-section .contact-form .form-group input:focus,.contact-page .contact-section .contact-form .form-group select:focus,.contact-page .contact-section .contact-form .form-group textarea:focus{outline:none;border-color:#ff8a00}.contact-page .contact-section .contact-form .form-group input.error,.contact-page .contact-section .contact-form .form-group select.error,.contact-page .contact-section .contact-form .form-group textarea.error{border-color:#dc3545}.contact-page .contact-section .contact-form .form-group input:disabled,.contact-page .contact-section .contact-form .form-group select:disabled,.contact-page .contact-section .contact-form .form-group textarea:disabled{opacity:.6;cursor:not-allowed;background-color:#f8f9fa}.contact-page .contact-section .contact-form .form-group textarea{resize:vertical}.contact-page .contact-section .contact-form .form-group .error-message{display:block;color:#dc3545;font-size:.85rem;margin-top:5px;font-family:Poppins,sans-serif}.contact-page .contact-section .contact-form .form-group.checkbox-group{display:flex;align-items:flex-start}.contact-page .contact-section .contact-form .form-group.checkbox-group input[type=checkbox]{width:auto;margin-right:10px;margin-top:3px}.contact-page .contact-section .contact-form .form-group.checkbox-group input[type=checkbox]:disabled{opacity:.6}.contact-page .contact-section .contact-form .form-group.checkbox-group label{font-weight:400;font-size:.9rem;margin-bottom:0}.contact-page .contact-section .contact-form .form-group.checkbox-group label a{color:#ff8a00;text-decoration:none}.contact-page .contact-section .contact-form .form-group.checkbox-group label a:hover{text-decoration:underline}.contact-page .contact-section .contact-form .submit-button{display:inline-flex;align-items:center;justify-content:center;padding:14px 30px;background:linear-gradient(135deg,#fcd800,#ff8a00);border:none;border-radius:50px;color:#121212;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.contact-page .contact-section .contact-form .submit-button .btn-icon{width:18px;height:18px;fill:currentColor;margin-left:10px;transition:transform .3s ease}.contact-page .contact-section .contact-form .submit-button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 10px 20px #ff8a004d}.contact-page .contact-section .contact-form .submit-button:hover:not(:disabled) .btn-icon{transform:translate(5px)}.contact-page .contact-section .contact-form .submit-button:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.contact-page .contact-section .contact-form .submit-button:disabled:hover{transform:none;box-shadow:none}.contact-page .contact-section .contact-form .submit-button:disabled:hover .btn-icon{transform:none}.contact-page .contact-section .contact-form .submit-button:active:not(:disabled){transform:translateY(-1px)}@media (max-width: 992px){.contact-page .contact-section .contact-info-wrapper{margin-top:120px}}.contact-page .contact-section .contact-info{background-color:#121212;color:#fff;border-radius:10px;padding:40px;height:100%}.contact-page .contact-section .contact-info h3{font-family:Montserrat,sans-serif;font-size:1.8rem;font-weight:700;margin-bottom:15px}.contact-page .contact-section .contact-info>p{font-family:Poppins,sans-serif;font-size:1rem;line-height:1.6;color:#fffc;margin-bottom:30px}.contact-page .contact-section .contact-info .info-items{display:grid;gap:25px;margin-bottom:40px}.contact-page .contact-section .contact-info .info-item{display:flex;align-items:flex-start}.contact-page .contact-section .contact-info .info-item .info-icon{width:50px;height:50px;background-color:#fcd8001a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:15px;flex-shrink:0}.contact-page .contact-section .contact-info .info-item .info-icon svg{width:24px;height:24px;fill:#fcd800}.contact-page .contact-section .contact-info .info-item .info-content h4{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:600;margin:0 0 8px}.contact-page .contact-section .contact-info .info-item .info-content a{display:block;color:#fff;text-decoration:none;margin-bottom:5px;transition:color .3s ease}.contact-page .contact-section .contact-info .info-item .info-content a:hover{color:#fcd800}.contact-page .contact-section .contact-info .info-item .info-content span,.contact-page .contact-section .contact-info .info-item .info-content p{display:block;font-size:.9rem;color:#ffffffb3;line-height:1.6}.contact-page .contact-section .contact-info .info-item .info-content address{font-style:normal;font-size:.95rem;line-height:1.6;color:#ffffffe6}.contact-page .contact-section .contact-info .social-links h4{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:600;margin:0 0 15px}.contact-page .contact-section .contact-info .social-links .social-icons{display:flex;gap:15px}.contact-page .contact-section .contact-info .social-links .social-icons a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#ffffff1a;border-radius:50%;transition:all .3s ease}.contact-page .contact-section .contact-info .social-links .social-icons a svg{width:18px;height:18px;fill:#fff;transition:fill .3s ease}.contact-page .contact-section .contact-info .social-links .social-icons a:hover{background-color:#fcd800}.contact-page .contact-section .contact-info .social-links .social-icons a:hover svg{fill:#121212}.contact-page .map-section{padding:0 0 100px;background-color:#f8f9fa}.contact-page .map-section .map-wrapper{border-radius:10px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.contact-page .faq-section{padding:100px 0;background-color:#fff}.contact-page .faq-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.contact-page .faq-section .faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-top:50px}@media (max-width: 768px){.contact-page .faq-section .faq-grid{grid-template-columns:1fr}}.contact-page .faq-section .faq-item{background-color:#f8f9fa;border-radius:10px;padding:30px;transition:all .3s ease}.contact-page .faq-section .faq-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.contact-page .faq-section .faq-item h3{font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:600;color:#333;margin:0 0 15px;position:relative;padding-left:25px}.contact-page .faq-section .faq-item h3:before{content:"";position:absolute;left:0;top:8px;width:10px;height:10px;background-color:#ff8a00;border-radius:50%}.contact-page .faq-section .faq-item p{font-family:Poppins,sans-serif;font-size:.95rem;line-height:1.7;color:#6c757d;margin:0}@media (max-width: 992px){.contact-page .contact-section,.contact-page .faq-section{padding:80px 0}.contact-page .map-section{padding:0 0 80px}.contact-page .section-header .section-title{font-size:2rem}}@media (max-width: 768px){.contact-page .contact-section,.contact-page .faq-section{padding:60px 0}.contact-page .map-section{padding:0 0 60px}.contact-page .section-header .section-title{font-size:1.8rem}.contact-page .section-header .section-description{font-size:1rem}.contact-page .contact-form-wrapper{margin-top:70px}.contact-page .contact-form-wrapper,.contact-page .contact-info{padding:30px}}@media (max-width: 576px){.contact-page .contact-section,.contact-page .faq-section{padding:50px 0}.contact-page .map-section{padding:0 0 50px}.contact-page .section-header .section-title{font-size:1.6rem}.contact-page .contact-info .info-item{flex-direction:column}.contact-page .contact-info .info-item .info-icon{margin-right:0;margin-bottom:15px}}.recovery-page .hero-section{background:linear-gradient(#0009,#0009),url(https://images.unsplash.com/photo-1609521263047-f8f205293f24?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:center;color:#fff;padding:120px 0;text-align:center;margin-bottom:60px}.recovery-page .hero-section h1{font-size:3.5rem;font-weight:800;margin-bottom:20px}@media (max-width: 768px){.recovery-page .hero-section h1{font-size:2.5rem}}.recovery-page .hero-section p{font-size:1.2rem;max-width:600px;margin:0 auto}.recovery-page .container{max-width:1200px;margin:0 auto;padding:0 20px}.recovery-page .section-header{text-align:center;margin-bottom:60px}.recovery-page .section-header .section-tag{display:inline-block;background:linear-gradient(135deg,#fcd800,#ff8a00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700;font-size:1.1rem;text-transform:uppercase;letter-spacing:2px;margin-bottom:15px}.recovery-page .section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:20px;color:#1a1a1a}@media (max-width: 768px){.recovery-page .section-header h2{font-size:2rem}}.recovery-page .section-header p{max-width:800px;margin:0 auto;color:#777;font-size:1.1rem;line-height:1.7}.recovery-page .service-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-bottom:80px}.recovery-page .service-features .feature-card{text-align:center;padding:40px 20px;background:#fff;border-radius:8px;box-shadow:0 10px 30px #0000001a;transition:all .3s ease}.recovery-page .service-features .feature-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.recovery-page .service-features .feature-card .feature-icon{font-size:2.5rem;color:#ff8a00;margin-bottom:20px}.recovery-page .service-features .feature-card h3{font-size:1.5rem;margin-bottom:15px;color:#1a1a1a}.recovery-page .service-features .feature-card p{color:#777;line-height:1.6}.recovery-page .region-section{margin-bottom:80px}.recovery-page .region-section .region-title{font-size:2rem;color:#1a1a1a;margin-bottom:30px;padding-bottom:15px;border-bottom:2px solid #f5f5f5}.recovery-page .region-section .services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px}@media (max-width: 768px){.recovery-page .region-section .services-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}.recovery-page .service-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .3s ease}.recovery-page .service-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.recovery-page .service-card:hover .card-image img{transform:scale(1.1)}.recovery-page .service-card .card-image{height:200px;overflow:hidden}.recovery-page .service-card .card-image img{width:100%;height:100%;object-fit:cover;transition:all .3s ease}.recovery-page .service-card .card-content{padding:25px}.recovery-page .service-card .card-content h3{font-size:1.3rem;color:#1a1a1a;margin-bottom:15px}.recovery-page .service-card .card-content p{color:#777;margin-bottom:20px;line-height:1.6}.recovery-page .service-card .card-content .contact-btn{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#fcd800,#ff8a00);color:#1a1a1a;padding:10px 20px;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease}.recovery-page .service-card .card-content .contact-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #ff8a004d}.recovery-page .service-card .card-content .contact-btn svg{font-size:1rem}.recovery-page .cta-section{background:linear-gradient(135deg,#fcd800,#ff8a00);padding:60px 0;margin:80px 0;border-radius:8px;text-align:center}.recovery-page .cta-section .cta-content{max-width:800px;margin:0 auto;color:#1a1a1a}.recovery-page .cta-section .cta-content h2{font-size:2.5rem;margin-bottom:20px}.recovery-page .cta-section .cta-content p{font-size:1.2rem;margin-bottom:30px}.recovery-page .cta-section .cta-content .cta-button{display:inline-flex;align-items:center;gap:10px;background:#1a1a1a;color:#fff;padding:15px 30px;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease}.recovery-page .cta-section .cta-content .cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 20px #0003}.recovery-page .cta-section .cta-content .cta-button svg{font-size:1.2rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideInLeft{0%{transform:translate(-30px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInRight{0%{transform:translate(30px);opacity:0}to{transform:translate(0);opacity:1}}.service-areas{padding:80px 0;background-color:#f5f5f5;animation:fadeIn .8s ease-out}.service-areas .container{max-width:1200px;margin:0 auto;padding:0 20px}.service-areas__header{text-align:center;margin-bottom:60px;animation:slideInUp .8s ease-out}.service-areas__header h2{font-size:2.5rem;color:#1a1a1a;margin-bottom:20px;position:relative;display:inline-block}.service-areas__header h2:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(135deg,#fcd800,#ff8a00);border-radius:2px}.service-areas__subheading{font-size:1.2rem;color:#777;max-width:800px;margin:0 auto;line-height:1.6;animation:slideInUp .8s ease-out .2s backwards}.service-areas__content{display:grid;grid-template-columns:1fr;gap:40px}.service-areas__main{background-color:#fff;padding:40px;border-radius:8px;box-shadow:0 10px 30px #0000001a;animation:slideInLeft .8s ease-out .4s backwards}.service-areas__main h3{color:#1a1a1a;font-size:1.8rem;margin-bottom:20px;position:relative;padding-bottom:15px}.service-areas__main h3:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:#fcd800}.service-areas__main p{color:#333;line-height:1.7;margin-bottom:20px;font-size:1.05rem}.service-areas__cta{background:linear-gradient(135deg,#fcd800,#ff8a00);padding:30px;border-radius:8px;margin-top:30px;text-align:center;animation:slideInUp .8s ease-out .6s backwards}.service-areas__cta h4{color:#fff;margin-bottom:15px;font-size:1.3rem}.service-areas__cta .phone-button{display:inline-flex;align-items:center;background-color:#fff;color:#1a1a1a;font-size:1.3rem;font-weight:700;padding:15px 30px;border-radius:50px;text-decoration:none;transition:all .3s ease}.service-areas__cta .phone-button:hover{transform:translateY(-3px);box-shadow:0 10px 20px #00000026}.service-areas__cta .phone-button .phone-icon{margin-right:10px;font-size:1.4rem}.service-areas__map{background-color:#fff;border-radius:8px;box-shadow:0 10px 30px #0000001a;overflow:hidden;margin:40px 0;animation:slideInRight .8s ease-out .4s backwards}.service-areas__map-container h3{color:#1a1a1a;font-size:2rem;margin-bottom:30px;text-align:center;position:relative;padding-bottom:15px}.service-areas__map-container h3:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(135deg,#fcd800,#ff8a00);border-radius:2px}.service-areas__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:25px;padding:10px}.service-areas__card{background-color:#fff;padding:25px;border-radius:8px;transition:all .3s ease;height:100%;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.1);position:relative;overflow:hidden;animation:fadeIn .5s ease-out backwards}.service-areas__card:nth-child(1){animation-delay:.45s}.service-areas__card:nth-child(2){animation-delay:.5s}.service-areas__card:nth-child(3){animation-delay:.55s}.service-areas__card:nth-child(4){animation-delay:.6s}.service-areas__card:nth-child(5){animation-delay:.65s}.service-areas__card:nth-child(6){animation-delay:.7s}.service-areas__card:nth-child(7){animation-delay:.75s}.service-areas__card:nth-child(8){animation-delay:.8s}.service-areas__card:nth-child(9){animation-delay:.85s}.service-areas__card:nth-child(10){animation-delay:.9s}.service-areas__card:nth-child(11){animation-delay:.95s}.service-areas__card:nth-child(12){animation-delay:1s}.service-areas__card:nth-child(13){animation-delay:1.05s}.service-areas__card:nth-child(14){animation-delay:1.1s}.service-areas__card:nth-child(15){animation-delay:1.15s}.service-areas__card:nth-child(16){animation-delay:1.2s}.service-areas__card:nth-child(17){animation-delay:1.25s}.service-areas__card:nth-child(18){animation-delay:1.3s}.service-areas__card:nth-child(19){animation-delay:1.35s}.service-areas__card:nth-child(20){animation-delay:1.4s}.service-areas__card:nth-child(21){animation-delay:1.45s}.service-areas__card:nth-child(22){animation-delay:1.5s}.service-areas__card:nth-child(23){animation-delay:1.55s}.service-areas__card:nth-child(24){animation-delay:1.6s}.service-areas__card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a;border-color:#fcd800}.service-areas__card:hover .learn-more{color:#ff8a00}.service-areas__card:hover .learn-more .arrow{transform:translate(5px)}.service-areas__card h4{color:#1a1a1a;margin-bottom:15px;font-size:1.3rem;font-weight:600;position:relative;padding-bottom:10px}.service-areas__card h4:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background:#fcd800;transition:all .3s ease}.service-areas__card p{color:#333;font-size:1rem;line-height:1.6;margin-bottom:20px;flex-grow:1}.service-areas__card .learn-more{color:#1a1a1a;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;transition:all .3s ease;font-size:.95rem;margin-top:auto}.service-areas__card .learn-more .arrow{margin-left:8px;transition:all .3s ease;font-size:1.1rem}.service-areas__card .learn-more:hover{color:#ff8a00}.service-areas__card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#fcd800,#ff8a00);opacity:0;transition:all .3s ease}.service-areas__card:hover:before{opacity:1}.service-areas__benefits{background-color:#fff;padding:40px;border-radius:8px;box-shadow:0 10px 30px #0000001a;animation:slideInLeft .8s ease-out .6s backwards}.service-areas__benefits h3{color:#1a1a1a;font-size:1.8rem;margin-bottom:30px;position:relative;padding-bottom:15px}.service-areas__benefits h3:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:#fcd800}.service-areas__benefits .benefits-list{list-style:none;padding:0}.service-areas__benefits .benefits-list li{display:flex;margin-bottom:25px;animation:slideInRight .8s ease-out backwards}.service-areas__benefits .benefits-list li:nth-child(1){animation-delay:.9s}.service-areas__benefits .benefits-list li:nth-child(2){animation-delay:1s}.service-areas__benefits .benefits-list li:nth-child(3){animation-delay:1.1s}.service-areas__benefits .benefits-list li:nth-child(4){animation-delay:1.2s}.service-areas__benefits .benefits-list li:last-child{margin-bottom:0}.service-areas__benefits .benefits-list li .icon{background-color:#fcd800;color:#1a1a1a;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:15px;flex-shrink:0;font-weight:700}.service-areas__benefits .benefits-list li div h4{color:#1a1a1a;margin-bottom:5px;font-size:1.1rem}.service-areas__benefits .benefits-list li div p{color:#333;font-size:.95rem;line-height:1.5}.service-areas__testimonial{margin-top:60px;animation:slideInUp .8s ease-out 1s backwards}.service-areas__testimonial blockquote{background-color:#fff;padding:40px;border-radius:8px;box-shadow:0 10px 30px #0000001a;position:relative;font-size:1.1rem;line-height:1.7;color:#333;font-style:italic;text-align:center;max-width:900px;margin:0 auto}.service-areas__testimonial blockquote:before{content:'"';font-size:5rem;color:#fcd800;opacity:.2;position:absolute;top:20px;left:20px;line-height:1}.service-areas__testimonial blockquote cite{display:block;margin-top:20px;font-style:normal;font-weight:600;color:#1a1a1a}.service-areas__testimonial blockquote cite:before{content:"— "}@media (min-width: 768px){.service-areas__content .service-areas__main,.service-areas__content .service-areas__benefits{grid-column:span 2}.service-areas__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (min-width: 992px){.service-areas__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (min-width: 1200px){.service-areas__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}.service-areas .location-highlight{font-weight:600;color:#0d0d0d}.service-areas .action-button{display:inline-block;background:linear-gradient(135deg,#fcd800,#ff8a00);color:#fff;padding:12px 25px;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;text-align:center}.service-areas .action-button:hover{transform:translateY(-3px);box-shadow:0 10px 20px #00000026}.service-areas .action-button--outline{background:transparent;border:2px solid #fcd800;color:#1a1a1a}.service-areas .action-button--outline:hover{background:#fcd800;color:#1a1a1a}.service-areas .featured-area{position:relative;overflow:hidden}.service-areas .featured-area:before{content:"Featured";position:absolute;top:10px;right:-30px;background:#fcd800;color:#1a1a1a;font-size:.8rem;font-weight:700;padding:5px 40px;transform:rotate(45deg);z-index:1}.service-areas .screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}@media print{.service-areas .service-areas{background-color:#fff;color:#000;padding:20px 0}.service-areas .service-areas__card,.service-areas .service-areas__main,.service-areas .service-areas__benefits,.service-areas .service-areas__testimonial blockquote{box-shadow:none;border:1px solid #ddd}.service-areas .service-areas__cta,.service-areas .service-areas .action-button,.service-areas .service-areas .phone-button{display:none}}
