.homeSectionWrapper{position:relative;width:100%;overflow:hidden;height:90vh;margin-top:100px}.carouselContainer{display:flex;transition:transform .6s ease-in-out;height:100%}.carouselCard{position:relative;width:100vw;max-width:100vw;flex:0 0 auto;height:60%;border-radius:20px;overflow:hidden;box-shadow:0 8px 20px rgba(0,0,0,.25)}.carouselCard img{width:100%;height:100%;object-fit:cover;object-position:center 2%;border-radius:inherit}.imageOverlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,.4),rgba(0,0,0,.7));z-index:1;border-radius:inherit}.carouselContent{position:absolute;top:60%;left:8%;transform:translateY(-50%);z-index:2;color:white;max-width:550px}.carouselContent h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.carouselContent p{font-size:1.1rem;margin-bottom:1.5rem;line-height:1.6}.ctaButton{background-color:#00c897;color:white}.dotsContainer{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);display:flex;justify-content:center;gap:10px;z-index:3}.dot{background:#bbb;cursor:pointer;transition:background .3s}.dot.active{background:white}.ctaButton{padding:12px 24px;background-color:#ffffff;color:rgb(0,0,0);font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:background .3s ease;font-size:1rem;margin-top:1rem}.ctaButton:hover{background-color:#009f77;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.2)}@media (max-width:800px){.ctaButton{padding:10px 20px;font-size:.9rem;margin-top:.8rem}.homeSectionWrapper{height:auto;min-height:400px;padding-bottom:60px;margin-top:60px}.carouselContainer{gap:0}.carouselCard{width:100vw;max-width:100vw;height:60vh;border-radius:12px}.carouselContent{left:6%;right:6%;bottom:15%;top:auto;transform:none}.carouselCard img,.imageOverlay{border-radius:12px}.carouselContent h1{font-size:1.6rem}.carouselContent p{font-size:.9rem}.dotsContainer{position:relative;bottom:auto;left:50%;transform:translateX(-50%);display:flex;justify-content:center;margin-top:16px;z-index:3}}.banner{display:flex;justify-content:space-between;align-items:center;background:black;color:white;padding:60px 40px;background-repeat:no-repeat;background-size:cover;max-width:1200px;margin:-140px auto 0;width:80%;position:relative;z-index:10;box-shadow:0 10px 20px rgba(0,0,0,.2)}.banner-text h2{margin:0;font-size:24px;font-weight:600}.discover-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;border:1px solid white;background-color:transparent;color:white;border-radius:25px;font-weight:500;cursor:pointer;transition:all .3s ease}.discover-btn:hover{background-color:rgba(255,255,255,.1)}@media screen and (max-width:800px){.banner{flex-direction:column;text-align:center;gap:20px;padding:40px 20px;margin-top:-25px}.banner-text h2{font-size:20px}.discover-btn{padding:10px 18px;font-size:14px}}.contactCenter{display:flex;justify-content:space-between;align-items:center;max-width:996px;margin:100px auto 0;padding:60px 20px;flex-wrap:wrap}.contactContent{flex:1;min-width:320px}.contactLabel{text-transform:uppercase;font-size:12px;color:#000;font-weight:600;margin-bottom:10px}.contactTitle{font-size:32px;font-weight:700;line-height:1.3;margin:0 0 20px}.contactDescription{font-size:14px;color:#777;max-width:400px;line-height:1.6;margin-bottom:30px}.progressBarGroup{margin-bottom:30px}.progressBarItem{margin-bottom:20px}.progressLabel,.progressValue{font-size:13px;font-weight:500;color:#111}.progressValue{float:right}.progressTrack{width:100%;height:4px;background-color:#eee;margin-top:8px;position:relative;border-radius:4px}.progressFill{height:100%;border-radius:4px}.blueFill,.redFill{background-color:#000}.learnMoreBtn{background:#000;border:none;padding:12px 24px;color:#fff;font-weight:600;border-radius:30px;cursor:pointer;font-size:14px;display:inline-flex;align-items:center;gap:8px}.arrow{font-size:16px}.contactImages{flex:1;display:flex;justify-content:center;align-items:center;min-width:320px;margin-top:40px}.imageStack{position:relative;width:fit-content;height:fit-content}.topImageBehind{position:absolute;top:-60px;right:-200px;z-index:1;width:300px;height:350px;object-fit:cover;box-shadow:0 10px 20px rgba(0,0,0,.1)}.mainImageFront{position:relative;z-index:2;width:300px;height:400px;object-fit:cover;box-shadow:0 15px 30px rgba(0,0,0,.2)}@media (max-width:800px){.contactCenter{flex-direction:column;align-items:flex-start;padding:40px 20px}.contactImages{margin-top:80px;justify-content:flex-start}.topImageBehind{width:200px;height:270px;top:-30px;right:-110px}.mainImageFront{width:230px;height:320px}}.contact-container,.map-container{width:100%;min-height:600px;position:relative}.map-container{height:100vh}.map-image{width:100%;height:100%;border:0;object-fit:cover}.form-container{position:absolute;top:50%;left:70%;transform:translate(-50%,-50%);width:90%;max-width:500px;display:flex;align-items:center;justify-content:center;padding:10px;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.2);background:transparent}.form-container:before{content:"";position:absolute;top:8px;left:8px;right:8px;bottom:8px;background-color:#000;border-radius:12px;z-index:0}.form-content{position:relative;z-index:1;width:100%;background-color:white;padding:30px;border-radius:10px}.form-title{font-size:28px;font-weight:700;color:#1a1a1a;margin-bottom:25px}.form-subtitle{font-size:14px}.form-group,.form-subtitle{margin-bottom:20px}.form-input,.form-textarea{width:100%;padding:12px 15px;border:1px solid #e0e0e0;border-radius:4px;font-size:16px;transition:border-color .3s}.form-input:focus,.form-textarea:focus{outline:none;border-color:#000}.form-textarea{min-height:120px;resize:vertical}.submit-button{background:black;color:white;border:none;padding:12px 35px;border-radius:30px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .3s}.submit-button:hover{background-color:#5a52d5}@media (max-width:800px){.form-container{width:90%;left:50%;top:auto;bottom:30px;transform:translateX(-50%)}.form-container:before{top:4px;left:4px;right:4px;bottom:4px}.form-content{padding:20px}.form-title{font-size:22px}}.services-container{padding:140px 6%;width:100%;background-color:white}.services-content{max-width:1200px;margin:0 auto;display:flex;gap:50px}.services-left{flex:1;max-width:400px;margin-top:100px}.services-subtitle{color:#000;font-size:16px;font-weight:600;margin-bottom:8px;letter-spacing:.5px}.services-title{color:#1a1a1a;font-size:36px;font-weight:700;margin-top:0;margin-bottom:20px;line-height:1.2}.services-description{color:#747474;font-size:15px;line-height:1.6;margin-bottom:30px}.learn-more-btn{background:black;color:white;border:none;padding:12px 30px;border-radius:30px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;transition:background-color .3s;width:fit-content}.learn-more-btn:hover{background-color:#5a52d5}.arrow{margin-left:8px}.services-right{flex:2;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px}.service-card{background-color:white;padding:30px;border-radius:8px;box-shadow:0 5px 20px rgba(0,0,0,.05);transition:transform .3s,box-shadow .3s}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.service-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.service-icon .icon{font-size:24px;color:#ffffff}.customer-icon,.debt-icon,.it-icon,.lead-icon{background-color:rgba(0,0,0,.7)}.service-title{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:12px}.service-description{color:#747474;font-size:15px;line-height:1.6;margin:0}@media (max-width:800px){.services-content{flex-direction:column}.services-left{max-width:100%}.services-right{grid-template-columns:1fr}.services-title{font-size:28px}.service-card{padding:20px}.services-container{padding:60px 6%}}.testimonials-container{display:flex;justify-content:center;padding:60px 20px;background:linear-gradient(180deg,black,white)}.testimonials-content{max-width:996px;width:100%}.testimonials-header{text-align:center;margin-bottom:40px}.testimonials-subtitle{color:#ffffff;font-size:.875rem;font-weight:500;letter-spacing:1px;margin-bottom:.5rem}.testimonials-title{font-size:28px;font-weight:700;color:#ffffff;line-height:1.3}.testimonials-grid{display:flex;flex-wrap:wrap;justify-content:space-around;gap:20px}.testimonial-card{background:#ffffff;padding:30px;box-shadow:0 10px 30px rgba(0,0,0,.05);flex:1;max-width:300px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.quote-icon{font-size:40px;color:#ff6b6b;margin-bottom:20px}.testimonial-text{color:#747474;font-size:16px;line-height:1.6;margin-bottom:20px}.testimonial-author{display:flex;align-items:center;gap:12px}.author-avatar img{width:50px;height:50px;border-radius:50%;object-fit:cover}.author-info{display:flex;flex-direction:column}.author-name{font-size:16px;font-weight:700;color:#1a1a1a;margin:0}.author-position{font-size:14px;color:#747474}.center-card{text-align:center;align-items:center;padding:40px 30px;display:flex;flex-direction:column;position:relative}.center-image img{width:120px;height:120px;border-radius:50%;object-fit:cover;margin-bottom:20px}.center-text{color:#747474;font-size:16px;margin-bottom:20px;max-width:280px}.center-author .author-name{font-size:18px;font-weight:700;color:#1a1a1a;margin-bottom:4px}.center-author .author-position{font-size:14px;color:#747474}.center-quote{font-size:40px;color:#ff6b6b;position:absolute;top:20px;right:20px}.testimonial-dots{display:flex;justify-content:center;margin-top:40px;gap:8px}.dot{width:12px;height:12px;background-color:#ccc;border-radius:50%;transition:background-color .3s}.dot.active{background-color:#ff6b6b}@media (max-width:768px){.testimonials-grid{flex-direction:column;align-items:center}.center-text,.testimonial-card{max-width:100%}}.steps-container{background-color:#f7f7f8;padding:130px 6%;width:100%}.steps-content{max-width:1200px;margin:0 auto}.steps-header{margin-bottom:20px;text-align:left}.steps-subtitle{color:#000;font-size:14px;font-weight:600;margin-bottom:12px;letter-spacing:.5px;text-transform:uppercase}.steps-title{color:#1a1a1a;font-size:34px;font-weight:800;line-height:1.4}.steps-timeline{display:flex;justify-content:space-between;position:relative;margin-top:60px;padding-bottom:30px}.steps-timeline:after{content:"";position:absolute;top:79px;left:20;width:88%;height:2px;background-color:#000;z-index:0}.step-item{flex:1;text-align:left;position:relative;z-index:1}.step-label{font-weight:800;font-size:15px;color:#1a1a1a;margin-bottom:15px}.step-circle{width:40px;height:40px;background-color:#000;border-radius:50%;color:#fff;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0;z-index:2;align-self:flex-start}.step-description{color:#747474;font-size:14px;line-height:1.6;margin-top:20px;padding:0 10px}@media (max-width:800px){.steps-timeline{flex-direction:column}.steps-timeline:after{display:none}.step-item{margin-bottom:40px}.steps-title{font-size:32px;line-height:1.5}.steps-container{padding:80px 6%}}