@font-face{font-family:century gothic;src:url(/fonts/CenturyGothic/centurygothic.ttf)format('truetype');font-weight:400;font-style:normal}@font-face{font-family:century gothic;src:url(/fonts/CenturyGothic/centurygothic_bold.ttf)format('truetype');font-weight:700;font-style:normal}.def-font{font-family:Arial,Helvetica,sans-serif}html{scroll-behavior:smooth}@keyframes slide-down{0%{max-height:0;opacity:0}100%{max-height:500px;opacity:1}}@keyframes slide-up{0%{max-height:500px;opacity:1}100%{max-height:0;opacity:0}}.mobile-menu-open{animation:slide-down .3s ease-out forwards}.mobile-menu-close{animation:slide-up .3s ease-in forwards}body{font-family:montserrat,sans-serif;background-color:#f8f9fa}h1{font-size:2.8em!important;font-weight:500!important;letter-spacing:1.3px!important}h1 .t1{display:block;font-size:3.5em}h1 .t2{display:block;font-size:3em}h1 .t3{display:block;font-size:2.5em}h1 .t4{display:block;font-size:2em}h1 .t5{display:block;font-size:1.5em}h1 .b{font-weight:700}.hero-section{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.5)),url(/images/landing/hero_bg.webp);background-size:cover;background-position:50%;height:600px}.feature-icon{background-color:#10b981;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.cta-button{background-color:#10b981;transition:all .3s ease}.cta-button:hover{background-color:#059669;transform:translateY(-2px)}.countdown{background-color:#1f2937;color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-weight:700;display:inline-block;margin:0 .25rem}.testimonial{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1);padding:2rem;margin:1rem}.form-container{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1);padding:2rem}.input-field{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:.25rem;margin-bottom:1rem}.gpt-card{box-shadow:0 2px 3px rgba(0,0,0,.1)}.spinner{border:2px solid transparent;border-top:2px solid #fff;border-radius:9999px;width:1rem;height:1rem;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){h1{font-size:2.6em!important}h1 .t1{font-size:3em}h1 .t2{font-size:2.5em}h1 .t3{font-size:2em}h1 .t4{font-size:1.5em}h1 .t5{font-size:1em}}@media(max-width:456px){header a{font-size:.9em}}@media(max-width:376px){h1{font-size:2.4em!important}h1 .t1{font-size:2.8em}h1 .t2{font-size:2.3em}h1 .t3{font-size:1.8em}h1 .t4{font-size:1.3em}h1 .t5{font-size:.8em}}@media(max-width:320px){h1{font-size:2.2em!important}}.gallery-item{position:relative;height:220px;max-height:220px}.gallery-item img,.gallery-item video{cursor:pointer;height:100%;width:100%;object-fit:cover}.video-container{position:relative;width:fit-content}.video-loading{position:absolute;top:70%;left:50%;transform:translate(-50%,-50%);z-index:-1}.video-play{position:absolute;display:flex;align-items:center;justify-content:center;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9;width:60px;height:60px;background-color:#c4c4c4d8;border-radius:50%;transition:all .2s;box-shadow:0 0 10px #00000077}.video-play svg{fill:#484848;width:22px;height:22px;padding-left:4px;padding-top:2px}.video-hidden{opacity:0;pointer-events:none!important}#floorplan-gallery{margin-top:45px}@media(max-width:991px){.gallery-item{height:240px;max-height:240px}}#custom-gallery-container{position:fixed;top:0;left:0;width:100%;height:100%;max-width:100%;max-height:100%;z-index:99999;background-color:rgba(0,0,0,.9);display:none;user-select:none;touch-action:manipulation}#custom-gallery-container>*{user-select:none;touch-action:manipulation}#custom-gallery-image img,#custom-gallery-image video{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%);max-width:100%!important;max-height:100vh!important;width:auto!important;margin:auto!important;object-fit:unset!important}#custom-gallery-image video{width:100%;height:auto;display:block;max-width:100%;background:url(/images/custom-gallery/loading.gif)no-repeat 50%;background-size:auto}.custom-gallery-item{cursor:pointer}#custom-gallery-close,#custom-gallery-nav-l,#custom-gallery-nav-r,#custom-gallery-counter{color:#fff;z-index:99999999;position:fixed;cursor:pointer;opacity:.7}#custom-gallery-close:hover,#custom-gallery-nav-l:hover,#custom-gallery-nav-r:hover{opacity:1}#custom-gallery-close{top:32px;right:40px}#custom-gallery-counter{font-size:22px;top:-12px;left:40px;text-shadow:-1px 1px 0 #000,1px 1px 0 #000,1px -1px 0 #000,-1px -1px 0 #000}#custom-gallery-nav-l{top:50%;transform:translateY(-50%);left:0}#custom-gallery-nav-r{top:50%;transform:translateY(-50%);right:0}#custom-gallery-nav-l img,#custom-gallery-nav-r img{min-width:50px!important;min-height:45px!important}#custom-gallery-close img{min-width:27px!important;min-height:27px!important}.custom-gallery-swipe-in{animation:image-fade-in .5s;-webkit-animation:image-fade-in .5s}.custom-gallery-swipe-left{animation:image-slide-in-left .3s;-webkit-animation:image-slide-in-left .3s}.custom-gallery-swipe-right{animation:image-slide-in-right .3s;-webkit-animation:image-slide-in-right .3s}@keyframes image-fade-in{from{opacity:0}to{opacity:1}}@-webkit-keyframes image-fade-in{from{-webkit-opacity:0}to{-webkit-opacity:1}}@keyframes image-slide-in-left{from{transform:translate(0%,-50%)}to{transform:translate(-50%,-50%)!important}}@-webkit-keyframes image-slide-in-left{from{transform:translate(0%,-50%)}to{transform:translate(-50%,-50%)!important}}@keyframes image-slide-in-right{from{transform:translate(-100%,-50%)}to{transform:translate(-50%,-50%)!important}}@-webkit-keyframes image-slide-in-right{from{transform:translate(-100%,-50%)}to{transform:translate(-50%,-50%)!important}}@media only screen and (max-width:576px){#custom-gallery-close{top:unset!important;bottom:35px;right:20px}#custom-gallery-counter{top:unset!important;bottom:31px!important;left:20px}}