.Hero-module__PgAKtG__carouselContainer{width:100%;position:relative;overflow:hidden}.Hero-module__PgAKtG__carouselSlide{justify-content:space-between;align-items:center;width:100%;padding:2rem 0;display:none;position:relative}.Hero-module__PgAKtG__carouselSlideActive{animation:.8s ease-in-out Hero-module__PgAKtG__fadeEffect;display:flex}@keyframes Hero-module__PgAKtG__fadeEffect{0%{opacity:.4}to{opacity:1}}.Hero-module__PgAKtG__carouselBtn{color:var(--color-primary);cursor:pointer;z-index:20;background-color:#ffffffb3;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 5px #0000001a}.Hero-module__PgAKtG__carouselBtn:hover{background-color:var(--color-primary);color:#fff;transform:translateY(-50%)scale(1.1)}.Hero-module__PgAKtG__prevBtn{left:10px}.Hero-module__PgAKtG__nextBtn{right:10px}.Hero-module__PgAKtG__carouselDots{z-index:20;gap:8px;display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.Hero-module__PgAKtG__dot{cursor:pointer;background-color:#0003;border-radius:50%;width:10px;height:10px;transition:background-color .3s}.Hero-module__PgAKtG__dotActive{background-color:var(--color-primary);transform:scale(1.2)}.Hero-module__PgAKtG__leftContent{z-index:10;max-width:45%;padding-left:2rem}.Hero-module__PgAKtG__bannerTitle{color:#fff;flex-direction:column;align-items:flex-start;gap:1rem;font-size:3rem;line-height:1.2;display:flex}.Hero-module__PgAKtG__titlePart{border-radius:var(--radius-md);padding:.2rem 1rem}.Hero-module__PgAKtG__titleGroup{gap:.5rem;display:flex}.Hero-module__PgAKtG__actionBtn{color:#fff;border-radius:var(--radius-pill);cursor:pointer;background-color:#9ca3af;border:none;margin-top:2rem;padding:.8rem 2rem;font-size:1rem;font-weight:700}.Hero-module__PgAKtG__rightImagery{justify-content:center;align-items:center;width:50%;height:400px;display:flex;position:relative}.Hero-module__PgAKtG__imageWrapper{overflow:hidden}.Hero-module__PgAKtG__heroImage{object-fit:cover;width:100%;height:100%}@media (max-width:1024px){.Hero-module__PgAKtG__bannerTitle{font-size:2.5rem}}@media (max-width:853px){.Hero-module__PgAKtG__leftContent{z-index:10;max-width:40%;padding-left:0}.Hero-module__PgAKtG__imageWrapper{transition:transform .3s}.Hero-module__PgAKtG__rightImagery .Hero-module__PgAKtG__imageWrapper:first-child{animation:10s ease-in-out infinite Hero-module__PgAKtG__loopFade1}.Hero-module__PgAKtG__rightImagery .Hero-module__PgAKtG__imageWrapper:nth-child(2){animation:10s ease-in-out infinite Hero-module__PgAKtG__loopFade2}}@keyframes Hero-module__PgAKtG__loopFade1{0%,40%{opacity:1}50%,90%{opacity:0}to{opacity:1}}@keyframes Hero-module__PgAKtG__loopFade2{0%,40%{opacity:0}50%,90%{opacity:1}to{opacity:0}}@media (max-width:768px){.Hero-module__PgAKtG__carouselSlide{flex-direction:column;padding-bottom:4rem}.Hero-module__PgAKtG__leftContent{text-align:center;flex-direction:column;align-items:center;max-width:100%;padding:2rem;display:flex}.Hero-module__PgAKtG__bannerTitle{align-items:center;font-size:2rem}.Hero-module__PgAKtG__rightImagery{width:100%;height:300px;margin-top:1rem}.Hero-module__PgAKtG__imageWrapper{transform:scale(.8)}.Hero-module__PgAKtG__carouselBtn{width:30px;height:30px;font-size:1rem}}@media (max-width:480px){.Hero-module__PgAKtG__bannerTitle{font-size:1.5rem}.Hero-module__PgAKtG__rightImagery{height:250px}.Hero-module__PgAKtG__imageWrapper{transform:scale(.6)}}
.ServicesBar-module__KCq2Kq__servicesBar{border-radius:var(--radius-lg);background-color:#fff;justify-content:space-between;align-items:center;width:100%;margin-bottom:1rem;padding:.5rem 2rem;display:flex;box-shadow:0 2px 10px #0000000d}.ServicesBar-module__KCq2Kq__servicesList{display:flex}.ServicesBar-module__KCq2Kq__servicesList>a{border-right:thin inset var(--color-neutral-gray);padding-left:2rem;padding-right:2rem}.ServicesBar-module__KCq2Kq__serviceItem{color:inherit;cursor:pointer;align-items:center;gap:1rem;text-decoration:none;transition:transform .2s,opacity .2s;display:flex}.ServicesBar-module__KCq2Kq__serviceItem:hover{opacity:.8;transform:translateY(-3px)}.ServicesBar-module__KCq2Kq__servicesList>a:first-child{padding-left:0}.ServicesBar-module__KCq2Kq__servicesList>a:last-child{border-right:none}.ServicesBar-module__KCq2Kq__iconWrapper{color:var(--color-primary);background-color:#e0f2f1;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.ServicesBar-module__KCq2Kq__serviceName{color:#333;font-size:.9rem;font-weight:700}.ServicesBar-module__KCq2Kq__reviewsSection{cursor:pointer;align-items:center;transition:transform .2s,opacity .2s;display:flex}.ServicesBar-module__KCq2Kq__reviewsSection:hover{opacity:.8;transform:translateY(-3px)}.ServicesBar-module__KCq2Kq__avatars{align-items:center;display:flex}.ServicesBar-module__KCq2Kq__reviewHeadsImg{width:auto;height:55px}.ServicesBar-module__KCq2Kq__reviewCount{color:#555;margin-left:15px;font-weight:700}@media (max-width:1024px){.ServicesBar-module__KCq2Kq__servicesList{gap:1.5rem}}@media (max-width:853px){.ServicesBar-module__KCq2Kq__servicesList>a{border-right:none;padding-left:.5rem;padding-right:.5rem}}@media (max-width:768px){.ServicesBar-module__KCq2Kq__servicesBar{flex-direction:column;gap:2rem;padding:2rem 1rem 1rem}.ServicesBar-module__KCq2Kq__servicesList{flex-direction:column;align-items:flex-start;gap:1.5rem;width:100%}.ServicesBar-module__KCq2Kq__servicesList>a{border-right:none;border-bottom:thin inset var(--color-neutral-gray);justify-content:center;width:100%;padding-bottom:15px;padding-left:0;display:flex}.ServicesBar-module__KCq2Kq__reviewsSection{justify-content:center;width:100%}}.ServicesBar-module__KCq2Kq__modalTitle{color:var(--color-primary,#0c4342);text-align:center;margin-bottom:1.5rem;font-size:1.8rem}.ServicesBar-module__KCq2Kq__reviewsListContainer{flex-direction:column;flex-grow:1;gap:1.5rem;margin-bottom:2rem;padding-right:10px;display:flex;overflow-y:auto}.ServicesBar-module__KCq2Kq__reviewsListContainer::-webkit-scrollbar{width:6px}.ServicesBar-module__KCq2Kq__reviewsListContainer::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.ServicesBar-module__KCq2Kq__reviewsListContainer::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}.ServicesBar-module__KCq2Kq__reviewsListContainer::-webkit-scrollbar-thumb:hover{background:#aaa}.ServicesBar-module__KCq2Kq__reviewItem{border-radius:var(--radius-md,8px);border-left:4px solid var(--color-primary,#0c4342);background-color:#f9f9f9;padding:1.5rem;box-shadow:0 2px 5px #00000005}.ServicesBar-module__KCq2Kq__reviewHeader{justify-content:space-between;align-items:center;margin-bottom:.8rem;display:flex}.ServicesBar-module__KCq2Kq__reviewAuthor{color:#333;font-size:1.1rem;font-weight:700}.ServicesBar-module__KCq2Kq__reviewRating{color:#fbbc04;letter-spacing:2px;font-size:1.1rem}.ServicesBar-module__KCq2Kq__reviewText{color:#555;margin:0;font-size:.95rem;line-height:1.6}.ServicesBar-module__KCq2Kq__modalFooter{border-top:1px solid #eee;justify-content:center;margin-top:auto;padding-top:1.5rem;display:flex}.ServicesBar-module__KCq2Kq__googleBtn{color:#fff;border-radius:var(--radius-full,50px);background-color:#4285f4;align-items:center;gap:8px;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-flex}.ServicesBar-module__KCq2Kq__googleBtn:hover{background-color:#3367d6;transform:translateY(-2px)}
.Modal-module__sR2AWG__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Modal-module__sR2AWG__modalContent{border-radius:var(--radius-lg,12px);background-color:#fff;flex-direction:column;width:90%;max-width:800px;height:80vh;padding:2rem;display:flex;position:relative;box-shadow:0 4px 20px #00000026}.Modal-module__sR2AWG__closeButton{cursor:pointer;color:#666;z-index:10;background:0 0;border:none;font-size:1.8rem;line-height:1;transition:color .2s;position:absolute;top:15px;right:15px}.Modal-module__sR2AWG__closeButton:hover{color:#000}.Modal-module__sR2AWG__modalContent iframe{border-radius:var(--radius-md,8px);border:none;flex-grow:1;width:100%;height:100%;margin-top:1rem}
.Home-module__YYGMDG__mainWrapper{flex-direction:column;flex:1;padding:0 2rem 1rem;display:flex}.Home-module__YYGMDG__servicesContainer{margin-top:auto}@media (max-width:768px){.Home-module__YYGMDG__mainWrapper{padding:0 1rem 1rem}}
