.Hero-module__JgYmMq__hero{color:#fff;justify-content:center;align-items:center;min-height:80vh;margin:0;padding:0;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__heroImage,.Hero-module__JgYmMq__heroVideo{object-fit:cover;z-index:0;background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.Hero-module__JgYmMq__overlay{z-index:1;background:rgba(0,0,0,.65);position:absolute;top:0;bottom:0;left:0;right:0}.Hero-module__JgYmMq__content{z-index:2;flex-direction:row;justify-content:space-between;align-items:center;gap:2rem;width:100%;max-width:1200px;padding:2rem;display:flex;position:relative}.Hero-module__JgYmMq__left{text-align:left;flex:1}.Hero-module__JgYmMq__right{flex-direction:column;flex:1;align-items:center;gap:1.2rem;display:flex}.Hero-module__JgYmMq__title{margin-top:1rem;margin-bottom:.75rem;font-size:3rem;font-weight:700}.Hero-module__JgYmMq__subtitle{opacity:.9;margin-bottom:.5rem;font-size:1.3rem;line-height:2.5}.Hero-module__JgYmMq__underline{background-color:#fa750a;border-radius:2px;width:35%;height:4px;margin-top:.5rem}.Hero-module__JgYmMq__ctaButton{color:#000;background:#fa750a;border:2px solid #000;border-radius:8px;margin-top:5rem;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:background .3s,transform .3s;display:inline-block}.Hero-module__JgYmMq__ctaButton:hover{transform:scale(1.05)}.Hero-module__JgYmMq__trustRow{opacity:.9;text-align:center;flex-wrap:wrap;justify-content:center;gap:1.5rem;font-size:1.15rem;line-height:2.5;display:flex}@media (max-width:768px){.Hero-module__JgYmMq__content{text-align:center;flex-direction:column}.Hero-module__JgYmMq__left,.Hero-module__JgYmMq__right{text-align:center}.Hero-module__JgYmMq__title{margin-bottom:1rem;font-size:2.2rem;line-height:2}.Hero-module__JgYmMq__subtitle{font-size:1.1rem;line-height:1.5}.Hero-module__JgYmMq__ctaButton{margin:0 auto}.Hero-module__JgYmMq__underline{width:100%}.Hero-module__JgYmMq__trustRow{font-size:1rem}}
.ServiceCard-module__OSStpa__card{text-align:center;background:#2b2b2b;border-radius:12px;flex-direction:column;align-items:center;padding:2rem;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 6px 16px rgba(0,0,0,.25)}.ServiceCard-module__OSStpa__card:hover{transform:translateY(-6px);box-shadow:0 10px 24px rgba(0,0,0,.35)}.ServiceCard-module__OSStpa__imageWrapper{aspect-ratio:1;border-radius:8px;width:100%;margin-bottom:1.5rem;overflow:hidden}.ServiceCard-module__OSStpa__image{object-fit:cover;width:100%;height:100%}.ServiceCard-module__OSStpa__title{color:#fff;margin-bottom:.8rem;font-size:1.6rem;font-weight:700}.ServiceCard-module__OSStpa__description{color:#ddd;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.ServiceCard-module__OSStpa__button{color:#000;background:#fa750a;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:background .3s,transform .2s;display:inline-block}.ServiceCard-module__OSStpa__button:hover{background:#ff8c33;transform:translateY(-2px)}
.ServicesGrid-module__RyhllG__services{text-align:center;background:linear-gradient(135deg,#d98139 0%,#2b2b2b 80%);padding:4rem 2rem}.ServicesGrid-module__RyhllG__services h2{color:#222;margin-bottom:3rem;font-size:2.5rem;font-weight:700;line-height:1.2}.ServicesGrid-module__RyhllG__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 1rem;display:grid}.ServicesGrid-module__RyhllG__grid>div{text-align:left;background:#fff;border-radius:12px;padding:1.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 6px 12px rgba(0,0,0,.08)}.ServicesGrid-module__RyhllG__grid>div:hover{transform:translateY(-6px);box-shadow:0 10px 18px rgba(0,0,0,.12)}@media (max-width:768px){.ServicesGrid-module__RyhllG__services{padding:3rem 1rem}.ServicesGrid-module__RyhllG__services h2{font-size:2rem}.ServicesGrid-module__RyhllG__grid{gap:1.5rem}}
.GalleryPreview-module__sjSM5W__gallerySection{margin:0 auto;position:relative}.GalleryPreview-module__sjSM5W__contentOverlay{z-index:2;text-align:center;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.GalleryPreview-module__sjSM5W__heading{text-shadow:0 2px 6px rgba(0,0,0,.6);margin-bottom:1rem;font-size:2.5rem}.GalleryPreview-module__sjSM5W__button{color:#000;background:#fa750a;border-radius:8px;padding:.75rem 2rem;font-weight:500;text-decoration:none;transition:background .3s;display:inline-block}.GalleryPreview-module__sjSM5W__button:hover{background-color:#fff}.GalleryPreview-module__sjSM5W__grid{z-index:1;grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(3,1fr);gap:0;height:600px;display:grid;position:relative}.GalleryPreview-module__sjSM5W__card{cursor:pointer;position:relative;overflow:hidden}.GalleryPreview-module__sjSM5W__image{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.GalleryPreview-module__sjSM5W__imageOverlay{background:rgba(0,0,0,.55);width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.GalleryPreview-module__sjSM5W__card:hover .GalleryPreview-module__sjSM5W__imageOverlay{opacity:0}@media (max-width:1024px){.GalleryPreview-module__sjSM5W__grid{grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(2,1fr);height:600px}}@media (max-width:640px){.GalleryPreview-module__sjSM5W__grid{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(3,1fr);height:400px}}
