*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,sans-serif;background-color:#f9f9f9;color:#333;line-height:1.6}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn 1s ease-in-out}@media (max-width: 768px){.hero h1{font-size:1.5rem}.button{padding:.5rem 1rem}nav{flex-direction:column}}.navbar{display:flex;align-items:center;justify-content:space-between;background-color:#55356e;padding:1rem 2rem;position:sticky;top:0;z-index:1000}.navbar-logo a{font-family:Lucida Handwriting,cursive;font-size:2rem;color:#fff;text-decoration:none}.navbar-hamburger{display:none;font-size:1.5rem;color:#fff;cursor:pointer;z-index:1200}.hamburger-icon{transition:transform .3s ease}.navbar-hamburger:hover .hamburger-icon{transform:scale(1.2)}.navbar-links{display:flex;align-items:center;transition:transform .3s ease}.navbar-links a,.nav-dropdown{margin-right:20px;text-decoration:none;color:#fff}.nav-dropdown{position:relative}.dropdown-button{background:none;border:none;color:#fff;cursor:pointer;font-size:1rem}.dropdown-content{display:none;position:absolute;background-color:#55356e;color:#fff;box-shadow:0 4px 8px #0000004d;padding:15px;border-radius:12px;z-index:1200;width:200px}.nav-dropdown:hover .dropdown-content{display:block}.dropdown-content a{display:block;padding:10px 0;text-decoration:none;color:#fff;font-size:1rem;font-weight:700;letter-spacing:1px;transition:transform .3s ease}.dropdown-content a:hover{transform:scale(1.1)}.navbar-phone{display:flex;align-items:center;color:#fff;font-size:1rem;text-decoration:none}.phone-icon{margin-right:5px}@media (max-width: 768px){.navbar{display:flex;flex-direction:row}.navbar-links{display:none;font-size:small}.navbar-hamburger{display:block}.dropdown-button{font-size:small}.navbar-links.active{display:flex;font-size:small;flex-direction:column;align-items:flex-start;background-color:#55356e;position:absolute;top:70px;right:0;width:100%;padding:1rem;z-index:1100;box-shadow:0 4px 8px #0003}.navbar-links.active a,.navbar-links.active .nav-dropdown{margin:10px 0;font-size:small}.dropdown-content{width:100%;position:relative;font-size:smaller}}.hero-container{display:flex;align-items:center;position:relative;overflow:hidden;height:100vh;width:100%;background-color:#e9e2f3}.hero-image-overlay{position:relative;width:70%;height:100%;clip-path:polygon(0 0,100% 0,100% 85%,0% 100%);overflow:hidden}.hero-image{width:100%;height:100%;object-fit:cover;filter:brightness(90%)}.hero-content{width:30%;padding:2rem;z-index:2;color:#55356e;text-shadow:0px 2px 4px rgba(0,0,0,.2)}.hero-title{font-size:2.5rem;margin-bottom:1rem;line-height:1}.hero-subtitle{font-size:1rem;margin-bottom:2rem;font-family:Roboto,sans-serif;color:#555}.hero-buttons .hero-btn{padding:.8rem 1.5rem;font-size:1rem;margin-right:1rem;border-radius:5px;cursor:pointer;border:none;transition:background-color .3s ease,color .3s ease}.hero-btn.primary-btn{background-color:#55356e;color:#fff}.hero-btn.primary-btn:hover{background-color:#432a56}.hero-btn.secondary-btn{background-color:transparent;color:#55356e;border:2px solid #55356e}.hero-btn.secondary-btn:hover{background-color:#55356e;color:#fff}@media (max-width: 768px){.hero-container{flex-direction:column;text-align:center}.hero-image-overlay{width:100%;clip-path:none}.hero-content{width:100%;padding:1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}}.center-section{text-align:center;padding:2rem;background-color:#e9e2f3}.center-heading{font-size:2rem;color:#55356e;margin-bottom:2rem}.card-container{display:flex;justify-content:space-between;gap:2rem;margin:0 auto;max-width:1200px}.card{width:30%;aspect-ratio:1;perspective:1000px;text-decoration:none;overflow:hidden}.card-content{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .8s}.card:hover .card-content{transform:rotateY(180deg)}.card-front,.card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:10px;overflow:hidden}.card-front{background:#55356e;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.card-image{width:100%;height:100%;object-fit:cover;opacity:.8}.card-text{position:absolute;color:#fff;font-size:2rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.7)}.card-back{display:flex;align-items:center;justify-content:center;transform:rotateY(180deg);position:absolute;top:0;left:0;width:100%;height:100%;backface-visibility:hidden}.card-back-image{width:100%;height:100%;object-fit:cover;opacity:.5;position:absolute;top:0;left:0}.card-tip-container{position:relative;z-index:1;background-color:#fffc;padding:1rem;border-radius:8px;box-shadow:0 4px 8px #0003;text-align:center}.card-tip{font-size:1rem;font-weight:700;color:#55356e;margin:0}.button-center{display:flex;justify-content:center;align-items:center;margin:30px auto;padding:10px 20px;background-color:#55356e;color:#fff;border:2px solid #e9e2f3;border-radius:8px;font-size:1.2rem;font-weight:700;text-align:center;cursor:pointer;transition:all .3s ease-in-out;text-decoration:none;width:auto;max-width:200px}.button-center a{color:inherit;text-decoration:none}.button-center:hover{background-color:#e9e2f3;color:#55356e;transform:scale(1.05)}.button-center:active{background-color:#432a56;color:#fff;transform:scale(.98)}@media (max-width: 768px){.card-container{flex-direction:column;gap:1rem;align-items:center;padding:1rem}.card{width:100%;max-width:400px;aspect-ratio:1;margin:0 auto}.card-content{height:100%;display:flex;flex-direction:column;justify-content:space-between}.card-image,.card-back-image{width:100%;height:100%;object-fit:cover}.card-tip-container{padding:1rem;font-size:.9rem}.center-heading{font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.button-center{padding:.6rem 1.2rem;font-size:.9rem;text-align:center;margin-top:1rem}}@media (max-width: 1024px){.card-container{flex-direction:column;gap:1.5rem}.card{width:90%;max-width:500px;margin:0 auto}.card-tip-container{font-size:1rem}}.cleaning-sections{display:flex;justify-content:space-between;gap:2rem;padding:2rem;background-color:#e9e2f3;width:100%;flex-wrap:wrap}.cleaning-section{display:flex;align-items:stretch;background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 8px #0003;flex:1 1 calc(50% - 2rem);gap:1rem;min-height:500px;position:relative;opacity:0;transform:translateY(50px);transition:opacity 2s ease,transform 2s ease}.cleaning-section.visible{opacity:1;transform:translateY(0)}.cleaning-section-content{flex:1;display:flex;flex-direction:column;justify-content:space-between}.section-title{font-size:1.8rem;color:#55356e;text-decoration:none;font-weight:700;margin-bottom:1rem}.section-title:hover{color:#7b47ae}.section-summary{font-size:.9rem;color:#55356e;margin:0;flex-grow:1}.cleaning-button{margin-top:1rem;padding:.8rem 1.5rem;background-color:#55356e;color:#fff;font-size:1rem;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:transform .3s ease-in-out}.cleaning-button a{color:#fff;text-decoration:none}.cleaning-button:hover{transform:scale(1.05);background-color:#432a56}.cleaning-section-image{flex:1;align-self:center;text-align:center}.cleaning-section-image img{width:100%;max-width:500px;max-height:500px;border-radius:12px;box-shadow:0 4px 8px #0003}@media (max-width: 768px){.cleaning-sections{flex-direction:column;gap:1.5rem}.cleaning-section{flex-direction:column;text-align:center;min-height:auto}.cleaning-section-content{text-align:center}.cleaning-section-image img{max-width:100%;height:auto}}.reviews-carousel{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background-color:#e9e2f3;border-radius:12px;box-shadow:0 4px 8px #0003;max-width:900px;margin:2rem auto;text-align:center;position:relative}.review{transition:opacity .5s ease,transform .5s ease;opacity:1;transform:translate(0)}.review-stars{font-size:1.5rem;color:gold;margin-bottom:1rem}.review-text{font-size:1.2rem;color:#55356e;margin-bottom:1rem;font-style:italic}.review-author{font-size:1rem;color:#55356e;font-weight:700}.carousel-dots{display:flex;justify-content:center;margin-top:1rem}.dot{width:10px;height:10px;background-color:#c4c4c4;border-radius:50%;margin:0 5px;cursor:pointer;transition:background-color .3s ease}.dot.active{background-color:#55356e}@media (max-width: 768px){.reviews-carousel{padding:1.5rem}.review-text{font-size:1rem}.review-author{font-size:.9rem}.carousel-dots{margin-top:.5rem}}.footer{background-color:#55356e;color:#fff;padding:2rem 1rem;text-align:center}.footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;gap:2rem;max-width:1200px;margin:0 auto}.footer-section{flex:1;min-width:250px}.footer-section h4{font-size:1.5rem;margin-bottom:1rem}.footer-section p,.footer-section h5{font-size:1rem;line-height:1.8;margin:.5rem 0}.footer-section ul{list-style-position:inside;margin:0;padding:0}.footer-section li{font-size:1rem;line-height:1.8;color:#fff;margin:.5rem 0}.footer-link{color:#fff;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#e9e2f3}.footer-facebook{display:inline-flex;align-items:center;gap:.5rem;color:#fff;font-size:1.2rem;text-decoration:none;transition:color .3s ease}.footer-facebook:hover{color:#e9e2f3}.footer-bottom{margin-top:2rem;border-top:1px solid #e9e2f3;padding-top:1rem;font-size:.9rem}.tel{text-decoration:none;color:inherit}@media (max-width: 768px){.footer-content{flex-direction:column;align-items:center}.footer-section{text-align:center}}.hero{position:relative;height:80vh;display:flex;justify-content:flex-end;align-items:center;text-align:left;background-color:#e6e6fa;overflow:hidden}.header-content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;max-width:50%}.header-content h1,.header-content button,.header-content h3{width:100%;max-width:600px;padding:10px 0;background-color:transparent;color:#55356e;margin:10px 0;text-align:center}.header-content button{background-color:#55356e;color:#fff;border:none;transition:background-color .3s,color .3s;padding:10px 20px;border-radius:70px;cursor:pointer;text-shadow:2px #ffffff}.header-content button:hover{background-color:#fff;color:#55356e}.background-image{position:absolute;top:0;left:0;width:50%;height:100%;object-fit:cover;z-index:0}.hero:after{content:"";position:absolute;top:0;left:50%;height:100%;width:100px;opacity:.7;background-color:#55356e;clip-path:polygon(0 0,100% 50%,0 100%)}@media (max-width: 768px){.hero{flex-direction:column;align-items:center}.hero:after{display:none}.header-content{align-items:center;width:100%;order:2;background-color:#d9c3dad0;border:none;border-radius:70px;margin-bottom:50px}.background-image{width:100%;height:100%;order:1}.header-content h1,.header-content button{width:90%;text-align:center;margin-top:20px}.header-content button{padding:12px 24px;border-radius:25px}.header-content h1{background-color:#ffffff94;border-radius:25px}}.process-section{display:flex;justify-content:space-between;align-items:flex-start;padding:20px;background-color:#f8f8f8;font-family:Arial,Helvetica,sans-serif;color:#333;font-size:1.2rem}.process-content{flex:1;padding-right:20px}.process-content h2{color:#55356e;margin-top:50px;font-size:2rem}.process-content p{line-height:auto}.process-content ul{line-height:3}.process-content h2,.process-content h3,.process-content p,.process-content ul{margin-left:25%;gap:20px}.process-image{width:40%;padding-left:20px}.process-image img{width:100%;height:auto;border-radius:8px}.process-tips h3{color:#55356e;margin-top:100px;font-size:1.5rem}.process-tips ul{list-style-type:circle}@media (max-width: 768px){.process-section{flex-direction:column;align-items:center;font-size:1rem}.process-content,.process-image{width:100%;padding:10px 0}.process-image{order:1}.process-content{order:2;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:start;margin-left:-80px}}.catch-container{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:30% 60%;max-height:800px;width:100%;border:2px solid lavender;grid-gap:2px;background-color:#55356e}.catch-image{grid-row:1/4}.catch-image img{width:100%;height:100%;max-height:798px;object-fit:cover}.catch-quote{background-color:#e6e6fa;color:#55356e;display:flex;align-items:center;justify-content:center;padding:20px;font-size:2rem;font-family:Great Vibes,cursive;letter-spacing:2px;font-weight:500}.catch-color-block{background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;grid-row:2 / 3;height:100%}.catch-cta button{background-color:#55356e;color:#fff;border:none;width:100%;padding-top:2%;padding-bottom:1%;font-size:1.4rem;font-family:Great Vibes,cursive;font-weight:500;cursor:pointer;transition:background-color .3s ease,color .3s ease;border-radius:70px}.catch-cta button:hover{background-color:#e9e2f3;color:#55356e}.catch-cta-button{margin-top:2rem;padding:1rem;background-color:#e9e2f3;color:#55356e;text-align:center;border-radius:12px;margin-bottom:2rem}.catch-cta-button a{color:#432a56;font-weight:700;text-decoration:none}.catch-cta-button a:hover{text-decoration:underline}@media (max-width: 768px){.catch-container{grid-template-columns:1fr;grid-template-rows:auto auto auto auto}.catch-image,.catch-color-block{grid-row:auto}.catch-image img{width:100%;height:200px;object-fit:cover}.catch-color-block{width:100%;height:200px}.catch-quote,.catch-cta,.catch-color-block,.catch-cta-button{width:100%;padding:15px;text-align:center}.catch-quote{font-size:1.2rem;background-color:#55356e;color:#e9e2f3}.catch-cta button{padding:12px 24px;width:100%}.catch-cta-button{padding:10px;font-size:.9rem}}.deep-cleaning-header{text-align:center;padding:2rem 1rem;background-image:linear-gradient(#55356ecc,#55356ecc),url(/assets/deep-cleaning-header.webp);background-size:cover;background-position:bottom;background-repeat:no-repeat;color:#fff;width:100%;border-bottom:5px solid #432a56}.deep-cleaning-header h1{font-size:2.5rem;margin-bottom:1rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.deep-cleaning-header p{font-size:1.2rem;font-weight:500;text-shadow:1px 1px 3px rgba(0,0,0,.5);margin:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.duties-list li{opacity:0;transform:translateY(10px);animation:fadeIn .1s ease-in-out forwards;animation-delay:calc(var(--li-index) * .2s)}.routine-cleaning-header{text-align:center;padding:2rem 1rem;background-image:linear-gradient(#55356ecc,#55356ecc),url(/assets/routine-cleaning-header.webp);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;width:100%;border-bottom:5px solid #432a56}.routine-cleaning-header h1{font-size:2.5rem;margin-bottom:1rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.routine-cleaning-header p{font-size:1.2rem;font-weight:500;text-shadow:1px 1px 3px rgba(0,0,0,.5);margin:0}.duties-section{margin-bottom:2rem;position:relative;margin-top:2rem}.duties-section h2{font-size:2rem;margin-bottom:1rem;text-align:center;color:#55356e}.duties-content{display:flex;flex-direction:row;align-items:center;gap:1.5rem;justify-content:center;margin-top:1rem}.duties-image{width:80%;max-width:800px;border-radius:12px;box-shadow:0 4px 8px #0003}.duties-list-container{background-color:#55356ecc;padding:1rem;border-radius:12px;display:block}.duties-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;list-style-type:disc;padding:1rem;width:100%;color:#fff}.show-list-button{display:none;margin-top:1rem;padding:.8rem 1.5rem;background-color:#55356e;color:#fff;font-size:1rem;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:transform .3s ease,background-color .3s ease}.show-list-button:hover{background-color:#432a56;transform:scale(1.05)}.show-list-button:active{transform:scale(.95)}.duties-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#55356ecc;display:none;justify-content:center;align-items:center;z-index:1000;flex-direction:column}.duties-overlay.active{display:flex}.duties-overlay .duties-list{background-color:#ffffffe6;color:#55356e;padding:1.5rem;border-radius:12px;max-width:600px;box-shadow:0 4px 8px #0003}.close-overlay-button{position:absolute;top:.5rem;right:1rem;padding:.5rem 1rem;background-color:#55356e;color:#fff;font-size:1rem;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease,transform .3s ease;z-index:1100}.close-overlay-button:hover{background-color:#432a56;transform:scale(1.05)}.close-overlay-button:active{transform:scale(.95)}@media (max-width: 768px){.duties-content{flex-direction:column;gap:1rem}.duties-list-container{display:none}.show-list-button{display:inline-block}}.article-section{padding:0;color:#fff;text-align:center;position:relative}.article-overlay{background-color:#55356ecc;padding:2rem;border-radius:12px;margin:auto auto 30px;max-width:1000px}.article-overlay h2{font-size:2.5rem;margin-bottom:1.5rem}.article-overlay p{font-size:1.2rem;text-align:justify;line-height:1.8;margin-bottom:1rem}.article-content img{width:100%;height:auto;border-radius:12px;box-shadow:0 4px 8px #0003;margin-bottom:2rem}.contact-link{display:inline-block;margin-top:1.5rem;padding:.8rem 1.5rem;background-color:#55356e;color:#fff;font-size:1.2rem;font-weight:700;border-radius:8px;text-decoration:none;transition:transform .3s ease,background-color .3s ease}.contact-link:hover{background-color:#432a56;transform:scale(1.05)}.deep-cleaning-page{background-color:#e9e2f3;color:#55356e;font-family:Arial,sans-serif;padding:0;line-height:1.6}@media (max-width: 768px){.deep-cleaning-header{padding:1.5rem 1rem}.deep-cleaning-header h1{font-size:2rem}.deep-cleaning-header p{font-size:1rem}.duties-content{gap:.8rem}.duties-list{padding-left:1rem}.article-overlay h2{font-size:1.5rem}.article-overlay p{font-size:.9rem}}.move-header-overlay{background-color:#6c4a8b6c;border-radius:50px;padding:2rem;width:50%;max-width:100%}.move-header-overlay button{background-color:#55356e;border-radius:70px;padding:1rem;width:100%;max-width:30%}.link{padding:.8rem 1.5rem;font-size:1rem;margin-right:1rem;border-radius:10px;cursor:pointer;background-color:#6c4a8b;color:#fff;transition:background-color .3s ease,transform .2s ease}@media (max-width: 768px){.header-content{max-width:90%}.move-header-overlay{width:100%}.move-in-out-header h1{font-size:2rem}.move-in-out-header p{font-size:1rem}.move-in-out-header button{max-width:100%}}.duties-section{margin:0;padding:2rem 1rem;background-color:#e9e2f3;color:#55356e}.duties-section h2{font-size:2.5rem;margin-bottom:1.5rem;justify-content:flex-start;align-items:flex-start}.duties-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;position:relative}.duties-photo{margin:auto;max-width:80%;height:auto;display:block;object-fit:cover;border-radius:10%}.overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;height:50%;background-color:#55356e02;opacity:0;visibility:hidden;z-index:10;animation:fadeInOverlay 1s ease-out .7s forwards}@keyframes fadeInOverlay{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}.duties-list-container{transform:translateY(20px);opacity:0;z-index:20;animation:fadeInList .5s ease-out 1s forwards}@keyframes fadeInList{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.duties-note{font-size:1rem;width:600px;margin-top:1rem;background-color:#55356e;color:#e9e2f3;cursor:pointer;padding:15px;border-radius:5px;border:none;margin-left:640px}.duties-note:hover{background-color:#e9e2f3;color:#55356e;border:#55356e solid .5px}@media (max-width: 768px){.duties-section h2{font-size:2rem}.duties-photo{max-height:300px}.duties-list-container{padding:1rem}.duties-note{margin-left:10%;position:auto;bottom:auto;left:auto;width:80%}}.bottom-section{padding:2rem 1rem;text-align:center;background-color:#e9e2f3;color:#55356e}.bottom-section h2{font-size:2.5rem;margin-bottom:1.5rem}.bottom-images{display:flex;gap:5rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}.bottom-images img{width:100%;max-width:300px;border-radius:12px;box-shadow:0 4px 8px #0003}.bottom-info{font-size:1.2rem;line-height:1.6}@media (max-width: 768px){.header-content{max-width:90%}.move-in-out-header{width:100%}.move-in-out-header h1{font-size:2rem}.move-in-out-header p{font-size:1rem}}.why-choose-list li{padding-left:10px;background-image:url(path_to_your_star_icon.png);background-repeat:no-repeat;background-position:0px 5px;background-size:16px 16px;align-items:center;align-self:center;justify-content:start;justify-items:center;text-align:center}.banner-image{position:absolute;top:0;left:50%;width:100%;height:100%;transform:translate(-50%) scale(1.2);z-index:1}.move-in-out-header{height:80vh;display:flex;align-items:center;justify-content:flex-start;background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:2rem;position:relative}.header-content{max-width:50%;z-index:1}.move-in-out-header h1{font-size:3rem;margin-bottom:1rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.7)}.move-in-out-header p{font-size:1.2rem;line-height:1.6;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.link{padding:.8rem 1.5rem;font-size:1rem;margin-top:1rem;margin-right:1rem;border-radius:5px;cursor:pointer;border:none;background-color:#6c4a8b;color:#fff;transition:background-color .3s ease,transform .2s ease}.link:hover{background-color:#fff;color:#6c4a8b;transform:scale(1.05)}.link:active{background-color:#432a56;transform:scale(1.1)}@media (max-width: 768px){.header-content{max-width:90%}.move-in-out-header h1{font-size:2rem}.move-in-out-header p{font-size:1rem}}.duties-container{padding:2rem;background-color:#f9f9f9;font-family:Arial,sans-serif;color:#333}.duties-title{font-size:2.5rem;text-align:center;color:#55356e;margin-bottom:.5rem}.duties-subtitle{text-align:center;font-size:1.2rem;margin-bottom:1.5rem}.duties-content{display:flex;flex-direction:row;gap:2rem;align-items:flex-start}.duties-text{display:flex;flex-direction:row;justify-content:space-between;gap:20px}.text-column{flex:1;width:500px;font-size:1.3rem;margin-bottom:1rem;line-height:2}.text-column h3{text-align:center;border-bottom:#333 1px solid;margin-bottom:1rem;color:#55356e}.why-choose-list{list-style-type:none;padding-left:20px;justify-content:center;align-items:center;font-size:1.3rem}.why-choose-list li{padding-left:10px;background-image:url(path_to_your_star_icon.png);background-repeat:no-repeat;background-position:0px 5px;background-size:16px 16px;align-items:center;align-self:center;justify-content:start;justify-items:center;text-align:center}.why-choose-list li:before{content:"";color:#55356e;font-size:20px;display:inline-block;width:20px;margin-left:-20px}.why-choose-title{font-size:2rem;text-align:center;color:#55356e;margin-top:2rem;margin-bottom:1rem}.duties-image img{width:100%;border-radius:12px;box-shadow:0 4px 8px #0003}.duties-cta{margin-top:2rem;padding:1rem;background-color:#e9e2f3;color:#55356e;text-align:center;border-radius:12px}.duties-cta a{color:#432a56;font-weight:700;text-decoration:none}.duties-cta a:hover{text-decoration:underline}@media (max-width: 768px){.duties-text{flex-direction:column;text-align:center}.text-column{width:100%}.move-in-out-header{height:auto;text-align:center;background-size:cover;padding:15px}.why-choose-list{text-align:left}.duties-image{position:relative;width:100%;margin-top:1rem}.duties-image video{max-width:500px;width:50%;height:auto}.video-cta{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#00000080;color:#fff;display:flex;justify-content:center;align-items:center;font-size:1.5rem;text-align:center}.duties-content{flex-direction:column;align-items:center}.footer{flex-direction:column}}@media (max-width: 480px){.why-choose-title{font-size:1.2rem}.why-choose-list li:before{font-size:16px}.link,.footer-link{font-size:.8rem}.duties-text p,.duties-text h3{font-size:.9rem}}.banner{position:relative;background-color:#55356e;color:#fff;text-align:center;height:270px;padding:40px 20px;overflow:hidden}.banner-text{font-size:32px;top:60px;font-family:Great Vibes,cursive;position:relative;z-index:2;border-radius:10px;letter-spacing:3px;color:#fff;background-color:#00000034}a{color:#fff}.banner-image{position:absolute;top:0;left:50%;width:100%;height:100%;background:url(/assets/residential-banner.jpg) no-repeat center center / cover;transform:translate(-50%) scale(1.2);z-index:1}.letter{display:inline-block;opacity:0;transition:.5s ease-in-out}@media (max-width: 768px){.banner{height:200px;padding:20px 10px}.banner-text{font-size:24px;top:30px}.letter{font-size:20px}}@media (max-width: 480px){.banner{height:150px;padding:15px 5px}.banner-text{font-size:18px;letter-spacing:1px}.banner-image{transform:translate(-50%) scale(1)}}.contact-header{position:relative;background-color:transparent;background-size:cover;background-repeat:no-repeat;background-position:center bottom;height:200px;width:100%;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center}.header-overlay{background-color:#cec2d86b;padding:2rem;border-radius:70px;max-width:800px;margin-top:4rem}.header-overlay h1{font-size:2.5rem;margin-bottom:1rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.header-overlay p{font-size:1.2rem;margin:0;text-shadow:1px 1px 3px rgba(0,0,0,.5)}@media (max-width: 768px){.contact-header{height:200px}.header-overlay h1{font-size:2rem}.header-overlay p{font-size:1rem}}.input-form{background-color:#e7dada9c;border-radius:70px;box-shadow:0 4px 8px #0003;padding:2rem;margin:4rem auto;max-width:600px;text-align:center}.input-form h2{color:#fff;text-shadow:#432a56 4px 4px 8px;font-size:2rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem;text-align:left}.form-group label{display:block;font-size:1rem;color:#fff;text-shadow:#432a56 4px 4px 8px;margin-bottom:.5rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.8rem;font-size:1rem;border:1px solid #c4c4c4;border-radius:8px;outline:none;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#55356e;box-shadow:0 0 5px #55356e80}.radio-group label{margin-right:1rem;color:#55356e}.submit-button{background-color:#55356e;color:#fff;font-size:1rem;padding:.8rem 1.5rem;border:none;border-radius:70px;cursor:pointer;transition:transform .3s ease,background-color .3s ease}.submit-button:hover{background-color:#fff;color:#55356e;transform:scale(1.05)}.submit-button:active{transform:scale(.98)}.contact-page{background-image:url(/assets/contact-page.jpg);background-size:cover;background-position:center;background-attachment:fixed;height:100%;min-height:0;color:#c7c4c4}
