.Services-module__hmdBJW__servicesPage{padding:0;font-family:Outfit,sans-serif}.Services-module__hmdBJW__pageHeader{background-color:#fff;justify-content:space-between;align-items:center;gap:40px;padding:60px 10%;display:flex}.Services-module__hmdBJW__headerContent{flex:1}.Services-module__hmdBJW__headerContent h1{color:#333;margin-bottom:20px;font-size:3.5rem}.Services-module__hmdBJW__headerContent h1 span{color:var(--color-primary)}.Services-module__hmdBJW__headerContent p{color:#666;font-size:1.2rem;line-height:1.6}.Services-module__hmdBJW__headerImage{flex:1;justify-content:flex-end;display:flex}.Services-module__hmdBJW__headerImage img{border-radius:20px;max-width:100%;height:300px}.Services-module__hmdBJW__sectionsContainer{width:100%}.Services-module__hmdBJW__serviceSection{padding:80px 10%}.Services-module__hmdBJW__sectionContent{align-items:center;gap:60px;max-width:1200px;margin:0 auto;display:flex}.Services-module__hmdBJW__sectionContent.Services-module__hmdBJW__reverse{flex-direction:row-reverse}.Services-module__hmdBJW__textContent{flex:1}.Services-module__hmdBJW__sectionHeader{align-items:center;gap:20px;margin-bottom:25px;display:flex}.Services-module__hmdBJW__iconCircle{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;display:flex;box-shadow:0 4px 15px #0000000d}.Services-module__hmdBJW__sectionHeader h2{color:#333;font-size:2.5rem}.Services-module__hmdBJW__featureList{grid-template-columns:1fr 1fr;gap:15px;margin:25px 0;padding:0;list-style:none;display:grid}.Services-module__hmdBJW__featureList li{color:#555;padding-left:25px;font-size:1.1rem;position:relative}.Services-module__hmdBJW__featureList li:before{content:"✓";color:#4caf50;font-weight:700;position:absolute;left:0}.Services-module__hmdBJW__imageryPlaceholder{flex:1}.Services-module__hmdBJW__serviceImage{object-fit:cover;border-radius:30px;width:100%;height:400px}.Services-module__hmdBJW__placeholderBox{background-color:#f5f5f5;border-radius:30px;width:100%;height:400px}.Services-module__hmdBJW__ctaBtn{margin-top:20px}@media (max-width:968px){.Services-module__hmdBJW__pageHeader,.Services-module__hmdBJW__sectionContent,.Services-module__hmdBJW__sectionContent.Services-module__hmdBJW__reverse{flex-direction:column;padding:40px 5%}.Services-module__hmdBJW__headerContent h1{font-size:2.5rem}.Services-module__hmdBJW__featureList{grid-template-columns:1fr}}
.BookNowButton-module__p9BGNW__bookBtn{background-color:var(--color-secondary);color:#fff;border-radius:var(--radius-pill);cursor:pointer;border:none;padding:.6rem 1.8rem;font-family:inherit;font-size:.9rem;font-weight:700;transition:transform .2s,background-color .2s;box-shadow:0 4px 10px #ff6b6b66}.BookNowButton-module__p9BGNW__bookBtn:hover{background-color:#ff5252;transform:translateY(-2px)}
.Header-module__arFiJq__headerWrapper{background:linear-gradient(#fff 68%,#e1e1e1 70%,#f3f3f3 72%);justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.Header-module__arFiJq__navContent{align-items:center;gap:3rem;padding-bottom:25px;display:flex}.Header-module__arFiJq__logo{cursor:pointer;width:auto;height:60px}.Header-module__arFiJq__navList{color:#999;gap:2rem;font-size:1rem;font-weight:700;list-style:none;display:flex}.Header-module__arFiJq__navItem{cursor:pointer;color:#666;text-decoration:none;transition:all .2s}.Header-module__arFiJq__navItem:hover{color:var(--color-primary)}.Header-module__arFiJq__navItemActive{color:var(--color-primary);text-decoration:none;position:relative}.Header-module__arFiJq__navItemActive:after{content:"";background-color:var(--color-primary);border-radius:2px;width:100%;height:3px;position:absolute;bottom:-5px;left:0}.Header-module__arFiJq__desktopActions{align-items:center;gap:1.5rem;margin-left:3rem;display:flex}.Header-module__arFiJq__bookMargin{margin-bottom:25px}.Header-module__arFiJq__mobileBtn{display:none}.Header-module__arFiJq__desktopBtn{display:block}.Header-module__arFiJq__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:30px;height:25px;margin-bottom:15px;padding:0;display:none}.Header-module__arFiJq__bar{background-color:#333;border-radius:10px;width:100%;height:3px;transition:all .3s}@media (max-width:968px){.Header-module__arFiJq__headerWrapper{padding:1rem}.Header-module__arFiJq__logo{height:50px}.Header-module__arFiJq__hamburger{display:flex}.Header-module__arFiJq__hamburgerActive .Header-module__arFiJq__bar:first-child{transform:translateY(8px)rotate(45deg)}.Header-module__arFiJq__hamburgerActive .Header-module__arFiJq__bar:nth-child(2){opacity:0}.Header-module__arFiJq__hamburgerActive .Header-module__arFiJq__bar:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.Header-module__arFiJq__navContent{z-index:1000;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:80%;max-width:300px;height:100vh;margin-left:0;padding:2rem;transition:right .3s ease-in-out;position:fixed;top:0;right:-100%;box-shadow:-5px 0 15px #0000001a}.Header-module__arFiJq__navOpen{right:0}.Header-module__arFiJq__navList{flex-direction:column;align-items:center;gap:2rem}.Header-module__arFiJq__navItem,.Header-module__arFiJq__navItemActive{font-size:1.2rem}.Header-module__arFiJq__desktopActions{margin-left:0}.Header-module__arFiJq__desktopBtn{display:none}.Header-module__arFiJq__mobileBtn{width:100%;margin-top:1rem;display:block}}
.ContactBar-module__h9dz_G__contactBar{color:#555;background:#d9d9d9;justify-content:space-between;align-items:center;width:100%;padding:1rem 2rem;font-size:.9rem;font-weight:600;display:flex;position:absolute;bottom:0;box-shadow:0 4px 4px #00000040}.ContactBar-module__h9dz_G__leftSection{align-items:center;gap:2rem;display:flex}.ContactBar-module__h9dz_G__socialIcons{gap:1rem;font-size:1.2rem;display:flex}.ContactBar-module__h9dz_G__address{align-items:center;gap:.5rem;padding-bottom:5px;transition:color .2s;display:flex}.ContactBar-module__h9dz_G__address:hover{color:var(--color-primary)}.ContactBar-module__h9dz_G__contactInfo{background-color:#fff;border-radius:15px;gap:1rem;padding:2px 2px 2px 12px;display:flex}.ContactBar-module__h9dz_G__emergency{color:var(--color-secondary);font-weight:700}.ContactBar-module__h9dz_G__phoneNumber{color:#fff;border-radius:var(--radius-pill);background-color:#555;padding:.2rem .8rem;text-decoration:none;transition:background-color .2s}.ContactBar-module__h9dz_G__phoneNumber:hover{background-color:var(--color-secondary)}@media (max-width:768px){.ContactBar-module__h9dz_G__contactBar{text-align:center;flex-direction:column;gap:1rem;padding:1rem}.ContactBar-module__h9dz_G__socialIcons{order:3}.ContactBar-module__h9dz_G__address{order:1}.ContactBar-module__h9dz_G__contactInfo{flex-direction:row;order:2;gap:.5rem}}
.Layout-module__fmZ1UG__layout{background-color:var(--color-bg-light);border-radius:30px;flex-direction:column;width:95%;max-width:1440px;min-height:80vh;margin:2rem auto;padding:0 0 50px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}@media (max-width:768px){.Layout-module__fmZ1UG__layout{border-radius:15px;padding-bottom:120px}}
