.screen[data-v-6bdbb3d4]{width:100vw;height:100vh;margin:0;background-color:#2f2e2e;display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;z-index:9999}.anim[data-v-6bdbb3d4]{width:8vmax;height:8vmax;border-right:4px solid #fff;border-radius:100%;animation:spinRight-6bdbb3d4 .8s linear infinite}.anim[data-v-6bdbb3d4]:after,.anim[data-v-6bdbb3d4]:before{content:"";width:6vmax;height:6vmax;display:block;position:absolute;top:calc(50% - 3vmax);left:calc(50% - 3vmax);border-left:3px solid #fff;border-radius:100%;animation:spinLeft-6bdbb3d4 .8s linear infinite}.anim[data-v-6bdbb3d4]:after{width:4vmax;height:4vmax;top:calc(50% - 2vmax);left:calc(50% - 2vmax);border:0;border-right:2px solid #fff;animation:none}@keyframes spinLeft-6bdbb3d4{0%{transform:rotate(0deg)}to{transform:rotate(2turn)}}@keyframes spinRight-6bdbb3d4{0%{transform:rotate(1turn)}to{transform:rotate(0deg)}}.fade-enter-active[data-v-6bdbb3d4],.fade-leave-active[data-v-6bdbb3d4]{transition:opacity .5s ease,visibility .5s ease}.fade-enter[data-v-6bdbb3d4],.fade-leave-to[data-v-6bdbb3d4]{opacity:0;visibility:hidden}#navbar[data-v-3c54a850]{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:all .3s ease;background-color:hsla(0,0%,100%,.95);box-shadow:0 2px 15px rgba(0,0,0,.1)}#navbar.scrolled[data-v-3c54a850]{background-color:hsla(0,0%,100%,.98);box-shadow:0 4px 20px rgba(0,0,0,.15)}.nav-container[data-v-3c54a850]{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo-container img[data-v-3c54a850]{height:50px;width:auto;cursor:pointer;transition:transform .3s ease}.logo-container img[data-v-3c54a850]:hover{transform:scale(1.05)}.nav-links[data-v-3c54a850]{display:flex;gap:2rem}.nav-links a[data-v-3c54a850]{position:relative;color:#333;text-decoration:none;font-weight:500;font-size:1.1rem;padding:.5rem 0;transition:color .3s ease}.nav-links a[data-v-3c54a850]:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#e74c3c;transition:width .3s ease}.nav-links a[data-v-3c54a850]:hover{color:#e74c3c}.nav-links a[data-v-3c54a850]:hover:after{width:100%}.nav-links a.active[data-v-3c54a850]{color:#e74c3c;font-weight:600}.nav-links a.active[data-v-3c54a850]:after{width:100%}.mobile-menu-toggle[data-v-3c54a850]{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.mobile-menu-toggle .menu-line[data-v-3c54a850]{display:block;width:28px;height:3px;background-color:#333;margin:5px 0;transition:all .3s ease;border-radius:2px}.mobile-menu-toggle .line-1-active[data-v-3c54a850]{transform:translateY(8px) rotate(45deg)}.mobile-menu-toggle .line-2-active[data-v-3c54a850]{opacity:0}.mobile-menu-toggle .line-3-active[data-v-3c54a850]{transform:translateY(-8px) rotate(-45deg)}@media(max-width:1024px){.mobile-menu-toggle[data-v-3c54a850]{display:block}.nav-links[data-v-3c54a850]{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:hsla(0,0%,100%,.98);flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;transform:translateX(-100%);transition:transform .3s ease;z-index:1000}.nav-links a[data-v-3c54a850]{font-size:1.5rem;padding:.5rem 1rem}.nav-links a[data-v-3c54a850]:after{height:3px}.nav-links.mobile-menu[data-v-3c54a850]{transform:translateX(0)}.scrolled .nav-links.mobile-menu[data-v-3c54a850]{background-color:hsla(0,0%,100%,.98)}}.footer[data-v-3c54a850]{width:100%;background-color:#2f2e2e;padding:3rem 0 1rem;color:#fff;margin-top:5rem}.footer .f[data-v-3c54a850]{width:100%;display:flex;justify-content:space-evenly}.footer .f .info .title[data-v-3c54a850]{font-size:30px}.footer .f .info .list[data-v-3c54a850]{height:6rem;display:flex;flex-direction:column;justify-content:space-evenly;margin-top:1rem}.footer .f .info .list div[data-v-3c54a850]{display:flex;font-size:18px;margin-top:8px}.footer .f .info .list div a[data-v-3c54a850]{color:#fff;text-decoration:none}.footer .f .info .list div svg[data-v-3c54a850]{font-size:22px;margin-right:5px}.footer .f .logo img[data-v-3c54a850]{width:26rem;height:auto}.footer .f .logo .social[data-v-3c54a850]{margin:5px auto 0;width:75%;display:flex;font-size:35px;justify-content:space-evenly}.footer .f .logo .social svg[data-v-3c54a850]{cursor:pointer;transition:all .4s ease}.footer .f .logo .social svg[data-v-3c54a850]:hover{color:#f44336}.footer .f .newsletter .title[data-v-3c54a850]{font-size:30px}.footer .f .newsletter .form[data-v-3c54a850]{display:flex;flex-direction:column}.footer .f .newsletter .form label[data-v-3c54a850]{font-size:18px;margin-top:1rem}.footer .f .newsletter .form input[data-v-3c54a850]{border:none;border-bottom:1px solid #fff;background-color:hsla(0,0%,100%,0);margin-top:10px;color:#fff;font-size:16px;padding:4px;border-radius:2px}.footer .f .newsletter .form input[data-v-3c54a850]:focus{outline:none}.footer .f .newsletter .form .button[data-v-3c54a850]{margin-top:1rem;border:2px solid #f44336;width:5rem;padding:10px 10px;text-align:center;border-radius:2px;cursor:pointer;transition:all .4s ease}.footer .f .newsletter .form .button[data-v-3c54a850]:hover{background-color:#f44336}.footer .cp[data-v-3c54a850]{display:flex;justify-content:center;margin-top:3rem}@media only screen and (max-width:1024px){.footer[data-v-3c54a850]{margin:0}.footer .f[data-v-3c54a850]{align-items:center;flex-wrap:wrap;justify-content:center;align-content:space-around;height:40rem}.footer .f .info[data-v-3c54a850]{display:flex;flex-direction:column;align-items:center}.footer .f .logo[data-v-3c54a850]{margin:5rem 0}.footer .f .logo img[data-v-3c54a850]{width:23rem!important}.footer .f .newsletter[data-v-3c54a850]{text-align:center}.footer .f .newsletter .form[data-v-3c54a850]{text-align:start}.footer .cp[data-v-3c54a850]{margin-top:5rem}}@media only screen and (max-width:450px){.cp[data-v-3c54a850]{font-size:13px}}.hero-section[data-v-003cf8fb]{position:relative;height:100vh;min-height:800px;display:flex;align-items:center;justify-content:center;color:#fff;overflow:hidden}.hero-section .video-overlay[data-v-003cf8fb]{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);z-index:1}.hero-section .hero-video[data-v-003cf8fb]{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.hero-section .hero-content[data-v-003cf8fb]{position:relative;z-index:2;text-align:center;padding:0 2rem;max-width:1200px;margin:0 auto}.hero-section .hero-content .hero-title[data-v-003cf8fb]{font-size:4.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}.hero-section .hero-content .hero-subtitle[data-v-003cf8fb]{font-size:1.8rem;margin-bottom:3rem;opacity:.9;text-shadow:0 2px 5px rgba(0,0,0,.3)}.hero-section .hero-content .hero-cta[data-v-003cf8fb]{display:inline-block;padding:1rem 2.5rem;background-color:#d92f2f;color:#fff;font-size:1.1rem;font-weight:600;border-radius:50px;text-decoration:none;transition:all .3s ease;box-shadow:0 10px 20px rgba(0,0,0,.2)}.hero-section .hero-content .hero-cta[data-v-003cf8fb]:hover{background-color:red;transform:translateY(-3px);box-shadow:0 15px 30px rgba(0,0,0,.3)}.hero-section .scroll-indicator[data-v-003cf8fb]{position:absolute;bottom:3rem;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;color:#fff;opacity:.8;animation:bounce-003cf8fb 2s infinite}.hero-section .scroll-indicator span[data-v-003cf8fb]{margin-bottom:.5rem;font-size:.9rem}.hero-section .scroll-indicator .arrow-down[data-v-003cf8fb]{width:20px;height:20px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg)}.about-section[data-v-003cf8fb]{padding:8rem 0;background-color:#f9f9f9}.about-section .container[data-v-003cf8fb]{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;gap:4rem}.about-section .about-content[data-v-003cf8fb]{flex:1}.about-section .about-content .section-label[data-v-003cf8fb]{display:inline-block;font-size:.9rem;text-transform:uppercase;letter-spacing:2px;color:red;margin-bottom:1rem;font-weight:600}.about-section .about-content .section-title[data-v-003cf8fb]{font-size:2.5rem;font-weight:700;line-height:1.2;color:#2c3e50;margin-bottom:1.5rem}.about-section .about-content .section-description[data-v-003cf8fb]{font-size:1.1rem;line-height:1.8;color:#7f8c8d;margin-bottom:3rem}.about-section .about-content .about-stats[data-v-003cf8fb]{display:flex;gap:2rem;margin-top:3rem}.about-section .about-content .about-stats .stat-item .stat-number[data-v-003cf8fb]{display:block;font-size:2.5rem;font-weight:700;color:red;line-height:1}.about-section .about-content .about-stats .stat-item .stat-label[data-v-003cf8fb]{font-size:.9rem;color:#7f8c8d}.about-section .about-image[data-v-003cf8fb]{flex:1;position:relative}.about-section .about-image .featured-image[data-v-003cf8fb]{width:100%;height:auto;border-radius:8px;box-shadow:0 20px 40px rgba(0,0,0,.1)}.projects-section[data-v-003cf8fb]{padding:8rem 0;background-color:#fff}.projects-section .container[data-v-003cf8fb]{max-width:1200px;margin:0 auto;padding:0 2rem}.projects-section .section-header[data-v-003cf8fb]{margin-bottom:3rem;display:flex;flex-direction:column}.projects-section .section-header .section-label[data-v-003cf8fb]{display:inline-block;font-size:.9rem;text-transform:uppercase;letter-spacing:2px;color:red;margin-bottom:1rem;font-weight:600}.projects-section .section-header .section-title[data-v-003cf8fb]{font-size:2.5rem;font-weight:700;line-height:1.2;color:#2c3e50;margin-bottom:1rem}.projects-section .section-header .view-all[data-v-003cf8fb]{align-self:flex-end;color:#d52323;text-decoration:none;font-weight:600;transition:all .3s ease;margin-top:1rem}.projects-section .section-header .view-all[data-v-003cf8fb]:hover{color:red}.projects-section .projects-carousel[data-v-003cf8fb]{margin-top:2rem}.projects-section .project-card[data-v-003cf8fb]{padding:.5rem;cursor:pointer;transition:all .3s ease}.projects-section .project-card[data-v-003cf8fb]:hover{transform:translateY(-10px)}.projects-section .project-card:hover .project-overlay[data-v-003cf8fb]{opacity:1}.projects-section .project-card .project-image[data-v-003cf8fb]{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:16/9}.projects-section .project-card .project-image img[data-v-003cf8fb]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.projects-section .project-card .project-image .project-overlay[data-v-003cf8fb]{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(225,48,29,.8);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.projects-section .project-card .project-image .project-overlay span[data-v-003cf8fb]{color:#fff;font-weight:600;font-size:1.1rem}.projects-section .project-card .project-info[data-v-003cf8fb]{padding:1.5rem .5rem}.projects-section .project-card .project-info .project-title[data-v-003cf8fb]{font-size:1.3rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.projects-section .project-card .project-info .project-category[data-v-003cf8fb]{font-size:.9rem;color:#7f8c8d}.projects-section[data-v-003cf8fb] .carousel__next,.projects-section[data-v-003cf8fb] .carousel__prev{background-color:#fff;box-shadow:0 4px 15px rgba(0,0,0,.1);color:#f34343;width:50px;height:50px;border-radius:50%}.projects-section[data-v-003cf8fb] .carousel__next:hover,.projects-section[data-v-003cf8fb] .carousel__prev:hover{background-color:#ef2a2a;color:#fff}.projects-section[data-v-003cf8fb] .carousel__pagination-button{background-color:#ddd;width:12px;height:12px}.projects-section[data-v-003cf8fb] .carousel__pagination-button--active{background-color:#f32323}.cta-section[data-v-003cf8fb]{padding:6rem 0;background:linear-gradient(135deg,#d92e1d,#a4443c);color:#fff;text-align:center}.cta-section .container[data-v-003cf8fb]{max-width:800px;margin:0 auto;padding:0 2rem}.cta-section .cta-content .cta-title[data-v-003cf8fb]{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.cta-section .cta-content .cta-text[data-v-003cf8fb]{font-size:1.2rem;margin-bottom:2.5rem;opacity:.9}.cta-section .cta-content .cta-button[data-v-003cf8fb]{display:inline-block;padding:1rem 2.5rem;background-color:#fff;color:#ea3a28;font-size:1.1rem;font-weight:600;border-radius:50px;text-decoration:none;transition:all .3s ease;box-shadow:0 10px 20px rgba(0,0,0,.2)}.cta-section .cta-content .cta-button[data-v-003cf8fb]:hover{background-color:hsla(0,0%,100%,.9);transform:translateY(-3px);box-shadow:0 15px 30px rgba(0,0,0,.3)}.faq-section[data-v-003cf8fb]{padding:8rem 0;background-color:#f9f9f9}.faq-section .container[data-v-003cf8fb]{max-width:1200px;margin:0 auto;padding:0 2rem}.faq-section .section-header[data-v-003cf8fb]{margin-bottom:3rem;text-align:center}.faq-section .section-header .section-label[data-v-003cf8fb]{display:inline-block;font-size:.9rem;text-transform:uppercase;letter-spacing:2px;color:#e73a28;margin-bottom:1rem;font-weight:600}.faq-section .section-header .section-title[data-v-003cf8fb]{font-size:2.5rem;font-weight:700;line-height:1.2;color:#2c3e50;margin-bottom:1.5rem}.faq-section .faq-container[data-v-003cf8fb]{display:flex;gap:4rem}.faq-section .faq-content[data-v-003cf8fb]{flex:1}.faq-section .faq-content .faq-intro[data-v-003cf8fb]{font-size:1.1rem;line-height:1.8;color:#7f8c8d;margin-bottom:2rem}.faq-section .faq-content .faq-cta[data-v-003cf8fb]{display:inline-block;color:#ea3c2a;font-weight:600;text-decoration:none;transition:all .3s ease}.faq-section .faq-content .faq-cta[data-v-003cf8fb]:hover{color:#f3301b}.faq-section .faq-accordion[data-v-003cf8fb]{flex:1}.faq-section .faq-item[data-v-003cf8fb]{margin-bottom:1.5rem;border-radius:8px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.05);background-color:#fff}.faq-section .faq-item .faq-question[data-v-003cf8fb]{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-section .faq-item .faq-question h3[data-v-003cf8fb]{font-size:1.1rem;font-weight:600;color:#2c3e50;margin:0}.faq-section .faq-item .faq-question .faq-icon[data-v-003cf8fb]{color:#ec3623;transition:transform .3s ease}.faq-section .faq-item .faq-answer[data-v-003cf8fb]{padding:0 1.5rem;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-section .faq-item .faq-answer p[data-v-003cf8fb]{font-size:1rem;line-height:1.6;color:#7f8c8d;margin:0 0 1.5rem}.faq-section .faq-item.active .faq-question .faq-icon[data-v-003cf8fb]{transform:rotate(45deg)}.faq-section .faq-item.active .faq-answer[data-v-003cf8fb]{max-height:500px;padding-bottom:1.5rem}@keyframes bounce-003cf8fb{0%,20%,50%,80%,to{transform:translateY(0) translateX(-50%)}40%{transform:translateY(-10px) translateX(-50%)}60%{transform:translateY(-5px) translateX(-50%)}}@media(max-width:1024px){.about-section .container[data-v-003cf8fb]{flex-direction:column;gap:3rem}.faq-container[data-v-003cf8fb]{flex-direction:column;gap:3rem!important}.about-image[data-v-003cf8fb]{right:0!important}}@media(max-width:768px){.hero-section[data-v-003cf8fb]{min-height:600px}.hero-section .hero-content .hero-title[data-v-003cf8fb]{font-size:3rem}.about-section[data-v-003cf8fb],.faq-section[data-v-003cf8fb],.projects-section[data-v-003cf8fb]{padding:5rem 0}.cta-section[data-v-003cf8fb]{padding:4rem 0}.section-title[data-v-003cf8fb]{font-size:2rem!important}.about-stats[data-v-003cf8fb]{flex-direction:column;gap:1.5rem!important}}@media(max-width:480px){.hero-content .hero-title[data-v-003cf8fb]{font-size:2.5rem!important}.hero-subtitle[data-v-003cf8fb]{font-size:1.3rem!important}.about-image[data-v-003cf8fb]{position:relative!important;bottom:auto!important;right:auto!important;margin-top:1.5rem;display:inline-block}}.fos[data-v-003cf8fb]{opacity:0;transform:translateY(50px);transition:opacity .8s ease-out,transform .8s ease-out}.fos.visible[data-v-003cf8fb]{opacity:1;transform:translateY(0)}.contact-page[data-v-7665ea20]{padding-top:6rem;background-color:#f9f9f9;min-height:100vh}.contact-page .contact-hero[data-v-7665ea20]{background:linear-gradient(135deg,#d92e1d,#a4443c);color:#fff;text-align:center;padding:4rem 1rem}.contact-page .contact-hero h1[data-v-7665ea20]{font-size:2.8rem;margin-bottom:1rem;font-weight:700}.contact-page .contact-hero p[data-v-7665ea20]{font-size:1.2rem;max-width:600px;margin:0 auto;opacity:.9}.contact-page .contact-container[data-v-7665ea20]{max-width:1200px;margin:-3rem auto 0;padding:0 1rem 4rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem;position:relative;z-index:1}.contact-page .contact-form-card[data-v-7665ea20],.contact-page .contact-info-card[data-v-7665ea20]{background:#fff;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.08);padding:2.5rem}.contact-page .contact-info-header[data-v-7665ea20],.contact-page .form-header[data-v-7665ea20]{margin-bottom:2rem}.contact-page .contact-info-header h2[data-v-7665ea20],.contact-page .form-header h2[data-v-7665ea20]{font-size:1.8rem;color:#2c3e50;margin-bottom:.5rem}.contact-page .contact-info-header p[data-v-7665ea20],.contact-page .form-header p[data-v-7665ea20]{color:#7f8c8d;font-size:1rem}.contact-page .contact-details[data-v-7665ea20]{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}.contact-page .contact-item[data-v-7665ea20]{display:flex;align-items:flex-start;gap:1rem}.contact-page .contact-item .contact-icon[data-v-7665ea20]{width:48px;height:48px;background:#f5f5f5;border-radius:50%;display:flex;align-items:center;justify-content:center;color:red;font-size:1.2rem}.contact-page .contact-item .contact-content h3[data-v-7665ea20]{font-size:1.1rem;color:#2c3e50;margin:.25rem 0}.contact-page .contact-item .contact-content a[data-v-7665ea20]{color:#7f8c8d;text-decoration:none;transition:color .3s ease}.contact-page .contact-item .contact-content a[data-v-7665ea20]:hover{color:red}.contact-page .contact-map[data-v-7665ea20]{margin-top:3rem;border-radius:8px;overflow:hidden}.contact-page .status-message[data-v-7665ea20]{padding:1rem;border-radius:6px;margin-bottom:.5rem;font-weight:500}.contact-page .status-message.success[data-v-7665ea20]{background-color:rgba(46,204,113,.1);color:#27ae60}.contact-page .status-message.error[data-v-7665ea20]{background-color:rgba(231,76,60,.1);color:red}.contact-page .contact-form[data-v-7665ea20]{display:flex;flex-direction:column;gap:1.5rem}.contact-page .form-group[data-v-7665ea20]{display:flex;flex-direction:column;gap:.5rem}.contact-page .form-group label[data-v-7665ea20]{font-weight:500;color:#2c3e50;font-size:.95rem}.contact-page .form-group input[data-v-7665ea20],.contact-page .form-group textarea[data-v-7665ea20]{padding:.8rem 1rem;border:1px solid #e0e0e0;border-radius:6px;font-size:1rem;transition:all .3s ease}.contact-page .form-group input[data-v-7665ea20]:focus,.contact-page .form-group textarea[data-v-7665ea20]:focus{outline:none;border-color:red;box-shadow:0 0 0 3px rgba(231,76,60,.1)}.contact-page .form-group input[data-v-7665ea20]::-moz-placeholder,.contact-page .form-group textarea[data-v-7665ea20]::-moz-placeholder{color:#bdc3c7}.contact-page .form-group input[data-v-7665ea20]::placeholder,.contact-page .form-group textarea[data-v-7665ea20]::placeholder{color:#bdc3c7}.contact-page .form-group textarea[data-v-7665ea20]{resize:vertical;min-height:120px}.contact-page .submit-button[data-v-7665ea20]{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,#d92e1d,#a4443c);color:#fff;border:none;border-radius:6px;padding:1rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.contact-page .submit-button[data-v-7665ea20]:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(231,76,60,.3)}.contact-page .submit-button[data-v-7665ea20]:active{transform:translateY(0)}@media(max-width:900px){.contact-page .contact-container[data-v-7665ea20]{grid-template-columns:1fr;margin-top:0;padding-top:2rem}.contact-page .contact-hero[data-v-7665ea20]{padding:3rem 1rem}.contact-page .contact-hero h1[data-v-7665ea20]{font-size:2.2rem}}@media(max-width:480px){.contact-page .contact-form-card[data-v-7665ea20],.contact-page .contact-info-card[data-v-7665ea20]{padding:1.5rem}.contact-page .contact-hero[data-v-7665ea20]{padding:2rem 1rem}.contact-page .contact-hero h1[data-v-7665ea20]{font-size:2rem}}.projects[data-v-3988282b]{padding-top:10rem}.projects .project-header[data-v-3988282b]{position:relative;padding:5rem 2rem;background:linear-gradient(135deg,#d92e1d,#a4443c);color:#fff;text-align:center;margin-bottom:3rem}.projects .project-header .header-content[data-v-3988282b]{max-width:1200px;margin:0 auto;position:relative;z-index:2}.projects .project-header .pre-title[data-v-3988282b]{font-size:1.1rem;letter-spacing:3px;text-transform:uppercase;margin-bottom:1rem;font-weight:600}.projects .project-header .title[data-v-3988282b]{font-size:3.2rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.projects .project-header .header-divider[data-v-3988282b]{width:80px;height:4px;background:#fff;margin:0 auto 1.5rem;border-radius:2px}.projects .project-header .subtitle[data-v-3988282b]{font-size:1.2rem;max-width:700px;margin:0 auto;line-height:1.6;opacity:.9}.projects .list[data-v-3988282b]{width:100%;max-width:1920px;display:flex;flex-wrap:wrap;margin:2rem auto 0}.projects .list .layer[data-v-3988282b]{display:flex;margin-top:2rem;width:100%}.projects .list .layer .sub[data-v-3988282b]{display:flex;flex-wrap:wrap;align-content:space-between;justify-content:space-around;width:50%}.projects .list .layer .sub .project[data-v-3988282b]{width:28rem;height:28rem;cursor:pointer;transition:all .9s ease}.projects .list .layer .sub .project img[data-v-3988282b]{position:absolute;z-index:1;width:28rem;height:28rem;-o-object-fit:cover;object-fit:cover;border-radius:3px}.projects .list .layer .sub .project .info[data-v-3988282b]{z-index:2;position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;font-size:25px;color:#fff;background-color:rgba(0,0,0,.388);opacity:0;transition:all .4s ease;justify-content:center;border-radius:3px}.projects .list .layer .sub .project .info .separator[data-v-3988282b]{display:flex;justify-content:center;margin-top:5px}.projects .list .layer .sub .project .info .separator[data-v-3988282b]:before{content:"";position:absolute;width:50px;height:4px;background-color:hsla(0,0%,100%,.329);border-radius:15px}.projects .list .layer .sub .project .info .location[data-v-3988282b]{margin-top:10px;font-size:20px}.projects .list .layer .sub .normal[data-v-3988282b]{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem}.projects .list .layer .sub .square+.single[data-v-3988282b]{width:97%}.projects .list .layer .sub .horizontal img[data-v-3988282b],.projects .list .layer .sub .horizontal[data-v-3988282b]{width:58rem;height:28rem}.projects .list .layer .sub .vertical img[data-v-3988282b],.projects .list .layer .sub .vertical[data-v-3988282b]{height:58rem}.projects .list .layer .sub .v-single[data-v-3988282b]{margin-right:30rem}.projects .list .layer .sub .square img[data-v-3988282b],.projects .list .layer .sub .square[data-v-3988282b]{width:58rem;height:58rem}.projects .list .layer .sub .square+.normal[data-v-3988282b],.projects .list .layer .sub .vertical+.normal[data-v-3988282b],.projects .list .layer .sub .vertical[data-v-3988282b]{margin-top:2rem}.projects .list .layer .sub .project:hover .info[data-v-3988282b]{opacity:1}.projects .list .layer .vertical+.normal[data-v-3988282b]{flex-direction:column}.projects .grid[data-v-3988282b]{width:91%;margin:2rem auto;flex-wrap:wrap;display:none}.projects .grid .projects_row[data-v-3988282b]{display:flex;width:100%;flex-wrap:wrap;justify-content:space-evenly}.projects .grid .projects_row .project[data-v-3988282b]{width:25rem;height:25rem;cursor:pointer;margin:1rem 0}.projects .grid .projects_row .project img[data-v-3988282b]{position:absolute;z-index:-1;width:25rem;height:25rem;-o-object-fit:cover;object-fit:cover;border-radius:3px}.projects .grid .projects_row .project .info[data-v-3988282b]{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;font-size:25px;color:#fff;background-color:rgba(0,0,0,.388);justify-content:center;border-radius:3px}.projects .grid .projects_row .project .info .separator[data-v-3988282b]{display:flex;justify-content:center;margin-top:5px}.projects .grid .projects_row .project .info .separator[data-v-3988282b]:before{content:"";position:absolute;width:50px;height:4px;background-color:hsla(0,0%,100%,.329);border-radius:15px}.projects .grid .projects_row .project .info .location[data-v-3988282b]{margin-top:10px;font-size:20px}@media only screen and (max-width:1860px){.projects .list[data-v-3988282b]{max-width:1570px!important}.projects .list .square img[data-v-3988282b],.projects .list .square[data-v-3988282b]{width:46rem!important;height:46rem!important}.projects .list .horizontal img[data-v-3988282b],.projects .list .horizontal[data-v-3988282b]{width:47rem!important;height:22rem!important}.projects .list .vertical img[data-v-3988282b],.projects .list .vertical[data-v-3988282b]{height:47rem!important;width:23rem!important}.projects .list .v-single[data-v-3988282b]{margin-right:24rem!important}.projects .list .normal[data-v-3988282b]{gap:3rem!important}.projects .list .normal .project img[data-v-3988282b],.projects .list .normal .project[data-v-3988282b]{width:22rem!important;height:22rem!important}}@media only screen and (max-width:1520px){.projects .list[data-v-3988282b]{max-width:1350px!important}.projects .list .square img[data-v-3988282b],.projects .list .square[data-v-3988282b]{width:39rem!important;height:39rem!important}.projects .list .horizontal img[data-v-3988282b],.projects .list .horizontal[data-v-3988282b]{width:40rem!important;height:18rem!important}.projects .list .vertical img[data-v-3988282b],.projects .list .vertical[data-v-3988282b]{height:40rem!important;width:19rem!important}.projects .list .v-single[data-v-3988282b]{margin-right:21rem!important}.projects .list .normal[data-v-3988282b]{gap:2rem!important}.projects .list .normal .project img[data-v-3988282b],.projects .list .normal .project[data-v-3988282b]{width:19rem!important;height:19rem!important}}@media only screen and (max-width:1280px){.projects .list[data-v-3988282b]{display:none!important}.projects .grid[data-v-3988282b]{display:flex!important}.projects .grid .project img[data-v-3988282b],.projects .grid .project[data-v-3988282b]{width:22rem!important;height:22rem!important}.project-header[data-v-3988282b]{padding:3rem 1rem}.project-header .title[data-v-3988282b]{font-size:2.5rem}.project-header .subtitle[data-v-3988282b]{font-size:1rem}}@media only screen and (max-width:768px){.project-header .title[data-v-3988282b]{font-size:2rem}.project-header .pre-title[data-v-3988282b]{font-size:.9rem}}:root{background-color:#242424}.carousel{--vc-nav-background:hsla(0,0%,100%,.7);--vc-nav-border-radius:100%}img{border-radius:8px;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.gallery-image{border-radius:16px}#thumbnails{margin-top:10px}.thumbnail{height:100%;width:100%;cursor:pointer;opacity:.6;transition:opacity .3s ease-in-out}.thumbnail.is-active,.thumbnail:hover{opacity:1}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;z-index:1000}.lightbox-content{position:relative;max-width:90%;max-height:90%}.lightbox-image{max-width:100%;max-height:80vh;border-radius:8px}.lightbox-close{top:20px;right:20px;background:none;z-index:1001}.lightbox-close,.lightbox-nav{position:absolute;border:none;color:#fff;font-size:2rem;cursor:pointer}.lightbox-nav{top:50%;transform:translateY(-50%);background:rgba(0,0,0,.5);width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center}.lightbox-nav.prev{left:20px}.lightbox-nav.next{right:20px}@media (max-width:600px){#gallery{--vc-carousel-height:400px!important}#thumbnails{--vc-carousel-height:60px!important}.lightbox-nav{width:40px;height:40px;font-size:1.5rem}}.project[data-v-1f7e988a]{padding-top:7rem}.project .header[data-v-1f7e988a]{display:flex;align-items:center;flex-direction:column;justify-content:center}.project .header .title[data-v-1f7e988a]{font-size:35px}.project .header .description[data-v-1f7e988a]{width:65%;margin-top:1rem;font-size:17px}.project .image-slider[data-v-1f7e988a]{width:65%;justify-content:center;margin:2rem auto 0}.project .image-slider img[data-v-1f7e988a]{width:60rem;height:30rem;-o-object-fit:cover;object-fit:cover;-webkit-user-select:none;-moz-user-select:none;user-select:none}.project .info[data-v-1f7e988a]{display:flex;width:80rem;margin:auto;height:23rem;justify-content:center;flex-direction:column;align-items:center}.project .info .separator[data-v-1f7e988a]{margin:2rem 10rem 2rem 0}.project .info .separator[data-v-1f7e988a]:before{content:" ";position:absolute;width:10rem;height:3px;background-color:rgba(99,99,99,.251);border-radius:15px}.project .info .list[data-v-1f7e988a]{width:100%;display:flex;justify-content:center;flex-wrap:wrap;align-content:space-around}.project .info .list .data[data-v-1f7e988a]{width:26%;display:flex;flex-direction:column;align-items:center}.project .info .list .data .title[data-v-1f7e988a]{font-size:18px;margin-bottom:5px}.project .info .list .data .value[data-v-1f7e988a]{color:#3c3c3c}@media only screen and (max-width:1500px){.project .image-slider img[data-v-1f7e988a]{width:50rem!important}}@media only screen and (max-width:1250px){.project .image-slider img[data-v-1f7e988a]{width:40rem!important}}@media only screen and (max-width:750px){.project .image-slider img[data-v-1f7e988a]{width:30rem!important}}@media only screen and (max-width:570px){.project .image-slider img[data-v-1f7e988a]{width:20rem!important}}@media only screen and (max-width:380px){.project .image-slider img[data-v-1f7e988a]{width:15rem!important}}@media only screen and (max-width:1024px){.project .description[data-v-1f7e988a]{width:85%!important;font-size:16px!important;text-align:justify}.project .image-slider[data-v-1f7e988a]{width:85%!important}.project .info[data-v-1f7e988a]{margin:4rem auto;width:90%}.project .info .data[data-v-1f7e988a]{width:50%!important;margin-bottom:2rem}.project .info .data .value[data-v-1f7e988a]{text-align:center}}.services[data-v-063047ad]{padding:8rem 2rem 6rem;max-width:1600px;margin:0 auto}.services .header[data-v-063047ad]{text-align:center;margin-bottom:4rem}.services .header .pre-title[data-v-063047ad]{font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:3px;color:red;margin-bottom:1rem}.services .header .title[data-v-063047ad]{font-size:2.8rem;font-weight:700;line-height:1.2;color:#2c3e50;margin-bottom:1.5rem}@media(min-width:768px){.services .header .title[data-v-063047ad]{font-size:3.5rem}}.services .header .divider[data-v-063047ad]{width:80px;height:4px;background:linear-gradient(90deg,#f11500,#cb4b40);margin:0 auto 1.5rem;border-radius:2px}.services .header .subtitle[data-v-063047ad]{font-size:1.2rem;color:#7f8c8d;max-width:700px;margin:0 auto;line-height:1.6}.services .services-container[data-v-063047ad]{display:flex;flex-direction:column;gap:2rem}@media(min-width:1024px){.services .services-container[data-v-063047ad]{flex-direction:row}}.services .services-grid[data-v-063047ad]{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;flex:2}@media(min-width:768px){.services .services-grid[data-v-063047ad]{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.services .services-grid[data-v-063047ad]{grid-template-columns:repeat(3,1fr)}}.services .service-card[data-v-063047ad]{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 10px 30px rgba(0,0,0,.05);transition:all .3s ease;position:relative;overflow:hidden;z-index:1}.services .service-card[data-v-063047ad]:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.1)}.services .service-card:hover .service-icon[data-v-063047ad]{background:linear-gradient(135deg,#d92e1d,#a4443c)}.services .service-card:hover .service-icon svg[data-v-063047ad]{color:#fff}.services .service-card:hover .learn-more[data-v-063047ad]{opacity:1;transform:translateX(0)}.services .service-card[data-v-063047ad]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(231,76,60,.1),rgba(243,156,18,.1));z-index:-1;opacity:0;transition:opacity .3s ease}.services .service-card[data-v-063047ad]:hover:before{opacity:1}.services .service-icon[data-v-063047ad]{width:60px;height:60px;border-radius:50%;background:#f5f5f5;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease}.services .service-icon svg[data-v-063047ad]{font-size:1.5rem;color:red;transition:all .3s ease}.services .service-title[data-v-063047ad]{font-size:1.4rem;font-weight:700;color:#2c3e50;margin-bottom:1rem}.services .service-description[data-v-063047ad]{color:#7f8c8d;line-height:1.6;margin-bottom:1.5rem}.services .services-image[data-v-063047ad]{flex:1;position:relative;border-radius:12px;overflow:hidden;height:600px;display:none}@media(min-width:1024px){.services .services-image[data-v-063047ad]{display:block}}.services .services-image img[data-v-063047ad]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.services .services-image .image-overlay[data-v-063047ad]{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(44,62,80,.2),rgba(44,62,80,.7))}@media(max-width:768px){.services[data-v-063047ad]{padding:5rem 1.5rem 3rem}.services .header .title[data-v-063047ad]{font-size:2rem}.services .header .subtitle[data-v-063047ad]{font-size:1rem}}.properties[data-v-e99029ce]{display:flex;flex-direction:column;min-height:100vh}.properties .list[data-v-e99029ce]{flex:1;padding:1rem;margin-top:0}.properties .list .filter[data-v-e99029ce]{display:flex;justify-content:center;width:100%;margin:1rem auto}.properties .list .filter .filter-select[data-v-e99029ce]{border:none;padding:8px 12px;border-radius:10px;cursor:pointer;transition:all .5s;color:#000;width:100%;max-width:300px}.properties .list .filter .filter-select[data-v-e99029ce]:focus{border:none;outline:none}.properties .list .properties-list[data-v-e99029ce]{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:1rem;padding:0 0 2rem;max-height:none;overflow-y:visible}.properties .list .properties-list .property[data-v-e99029ce]{position:relative;box-shadow:0 0 10px rgba(0,0,0,.169);border-radius:10px;display:flex;flex-direction:column;transition:all .2s;overflow:hidden}.properties .list .properties-list .property[data-v-e99029ce]:hover{box-shadow:0 0 10px rgba(0,0,0,.51)}.properties .list .properties-list .property img[data-v-e99029ce]{height:200px;width:100%;-o-object-fit:cover;object-fit:cover;border-top-left-radius:10px;border-top-right-radius:10px}.properties .list .properties-list .property .status[data-v-e99029ce]{position:absolute;top:10px;left:10px;padding:8px 12px;border-radius:6px;color:#fff;font-size:14px}.properties .list .properties-list .property .body[data-v-e99029ce]{padding:15px;position:relative}.properties .list .properties-list .property .info div[data-v-e99029ce]:first-child{font-size:16px;font-weight:700;margin-top:unset}.properties .list .properties-list .property .info div[data-v-e99029ce]{font-size:15px;margin-top:10px}.properties .list .properties-list .property .info .divider[data-v-e99029ce]{background-color:rgba(0,0,0,.212);height:1px;margin-top:10px}.properties .list .properties-list .property .button[data-v-e99029ce]{margin-top:10px;color:red;cursor:pointer;display:flex;font-size:15px}.properties .map[data-v-e99029ce]{flex:1;height:400px;width:100%;margin-top:0;order:-1}.properties .map .map-container[data-v-e99029ce]{height:100%;width:100%}.properties .mark-container img[data-v-e99029ce]{width:100%;height:120px;-o-object-fit:cover;object-fit:cover;border-top-left-radius:10px;border-top-right-radius:10px}.properties .mark-container .body[data-v-e99029ce]{padding:10px}.properties .mark-container .body h3[data-v-e99029ce]{margin:0;font-size:14px;color:#333}.properties .mark-container .body p[data-v-e99029ce]{margin:5px 0 0;font-size:12px;color:#666}.leaflet-popup-content-wrapper[data-v-e99029ce]{padding:0;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.2)}.leaflet-popup-content[data-v-e99029ce]{margin:0;width:14rem}.leaflet-popup-close-button[data-v-e99029ce]{background-color:#fff;border-radius:50%;top:8px;right:8px;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.leaflet-popup-close-button span[data-v-e99029ce]{color:red;font-weight:700;font-size:14px}.leaflet-popup[data-v-e99029ce]{left:-95px!important}.leaflet-popup .leaflet-popup-content-wrapper[data-v-e99029ce]{padding:0!important}.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content[data-v-e99029ce]{margin:0!important;width:unset!important}.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content img[data-v-e99029ce]{width:100%!important;height:100px!important}@media screen and (min-width:768px){.properties[data-v-e99029ce]{flex-direction:row;height:100vh}.properties .list[data-v-e99029ce]{margin-top:8vh;padding:0 1rem;overflow-y:auto}.properties .list .filter[data-v-e99029ce]{justify-content:flex-end;width:95%;margin:0 auto}.properties .list .filter .filter-select[data-v-e99029ce]{width:auto;max-width:none}.properties .list .properties-list[data-v-e99029ce]{grid-template-columns:repeat(auto-fill,minmax(22rem,1fr));gap:2.5rem;margin-top:2rem;padding:0 1.5rem 2rem;max-height:85vh}.properties .list .properties-list .property img[data-v-e99029ce]{height:17rem}.properties .list .properties-list .property .status[data-v-e99029ce]{top:15px;left:15px;padding:10px 15px;font-size:15px}.properties .list .properties-list .property .body[data-v-e99029ce]{padding:20px}.properties .list .properties-list .property .info div[data-v-e99029ce]:first-child{font-size:18px}.properties .list .properties-list .property .info div[data-v-e99029ce]{font-size:18px;margin-top:15px}.properties .list .properties-list .property .info .divider[data-v-e99029ce]{margin-top:15px}.properties .list .properties-list .property .button[data-v-e99029ce]{margin-top:15px;font-size:inherit}.properties .map[data-v-e99029ce]{height:auto;order:0;margin-top:8vh}}@media screen and (min-width:1024px){.properties .list .properties-list[data-v-e99029ce]{grid-template-columns:repeat(auto-fill,minmax(25rem,1fr))}}@media screen and (max-width:1024px){.map[data-v-e99029ce]{display:none}}.property[data-v-6ef80887]{padding-top:7rem}.property .header[data-v-6ef80887]{width:75%;margin:auto}.property .header .title[data-v-6ef80887]{font-size:35pt;font-weight:400}.property .header .description[data-v-6ef80887]{margin-top:1rem}.property .header .description .location[data-v-6ef80887]{font-size:14pt;margin-right:1rem}.property .header .description .status[data-v-6ef80887]{font-size:12pt;padding:5px 8px;border-radius:5px;background-color:#1fe80f;color:#fff}.property .header .price[data-v-6ef80887]{margin-top:2rem;font-size:2rem;font-weight:700}.property .image-slider[data-v-6ef80887]{width:75%;margin:3rem auto 0}.property .characteristics-section[data-v-6ef80887]{width:70%;margin:3rem auto 3rem;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.property .characteristics-section .section-header[data-v-6ef80887]{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem;position:relative}.property .characteristics-section .section-header .section-title[data-v-6ef80887]{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#b22222;position:relative;padding-bottom:.75rem}.property .characteristics-section .section-header .section-title[data-v-6ef80887]:after{content:"";position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(90deg,#f44336,#ff5144);border-radius:2px}.property .characteristics-section .characteristics-container[data-v-6ef80887]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.property .characteristics-section .characteristic-item[data-v-6ef80887]{background:#fff;padding:1.75rem;border-radius:16px;border:1px solid rgba(226,232,240,.8);transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.03)}.property .characteristics-section .characteristic-item[data-v-6ef80887]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(244,67,54,.03),rgba(255,81,68,.03));z-index:0}.property .characteristics-section .characteristic-item[data-v-6ef80887]:hover{transform:translateY(-6px);box-shadow:0 12px 24px rgba(244,67,54,.15);border-color:rgba(244,67,54,.4)}.property .characteristics-section .characteristic-item:hover .characteristic-icon[data-v-6ef80887]{transform:scale(1.1) rotate(5deg);background:linear-gradient(135deg,#f44336,#ff5144)}.property .characteristics-section .characteristic-item:hover .characteristic-icon i[data-v-6ef80887]{color:#fff}.property .characteristics-section .characteristic-item .characteristic-icon[data-v-6ef80887]{width:56px;height:56px;background:#fff;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:0 4px 12px rgba(244,67,54,.15);border:1px solid rgba(244,67,54,.1);transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;z-index:1}.property .characteristics-section .characteristic-item .characteristic-icon i[data-v-6ef80887]{color:#f44336;transition:fill .3s ease;font-size:30px}.property .characteristics-section .characteristic-item .characteristic-content[data-v-6ef80887]{position:relative;z-index:1}.property .characteristics-section .characteristic-item .characteristic-content .characteristic-label[data-v-6ef80887]{font-size:.9rem;font-weight:600;color:#718096;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:1px;display:flex;align-items:center}.property .characteristics-section .characteristic-item .characteristic-content .characteristic-label[data-v-6ef80887]:after{content:"";flex:1;height:1px;background:rgba(226,232,240,.8);margin-left:1rem}.property .characteristics-section .characteristic-item .characteristic-content .characteristic-value[data-v-6ef80887]{font-size:1.4rem;font-weight:700;color:#2d3748;margin:0;line-height:1.4;position:relative;display:inline-block}.property .characteristics-section .characteristic-item .characteristic-content .characteristic-value[data-v-6ef80887]:after{content:"";position:absolute;bottom:-4px;left:0;width:40px;height:3px;background:linear-gradient(90deg,#f44336,#ff5144);border-radius:2px;transition:width .3s ease}@media(max-width:1024px){.property .characteristics-section[data-v-6ef80887]{width:95%;padding:2.5rem}.property .characteristics-section .characteristics-container[data-v-6ef80887]{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media(max-width:768px){.property .characteristics-section[data-v-6ef80887]{width:70%;padding:2rem}.property .characteristics-section .section-header[data-v-6ef80887]{flex-direction:column;align-items:flex-start;gap:1rem}.property .characteristics-section .characteristics-container[data-v-6ef80887]{grid-template-columns:1fr}}.property .details-section[data-v-6ef80887]{width:70%;margin:auto auto 3rem;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.property .details-section .section-title[data-v-6ef80887]{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#b22222;position:relative;padding-bottom:.75rem}.property .details-section .section-title[data-v-6ef80887]:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:#f44336;border-radius:3px}.property .details-section .details-grid[data-v-6ef80887]{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.property .details-section .detail-card[data-v-6ef80887]{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#f8f9fa;border-radius:8px;transition:all .3s ease;cursor:pointer;opacity:.5;border:1px solid transparent}.property .details-section .detail-card.active[data-v-6ef80887]{opacity:1;background:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);border-color:#e2e8f0}.property .details-section .detail-card.active[data-v-6ef80887]:hover{transform:translateY(-3px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);border-color:#f28b82}.property .details-section .detail-card .detail-icon[data-v-6ef80887]{width:3rem;height:3rem;border-radius:50%;background:rgba(244,67,54,.1);display:flex;align-items:center;justify-content:center}.property .details-section .detail-card .detail-icon i[data-v-6ef80887]{font-size:1.5rem;color:#f44336}.property .details-section .detail-card .detail-content h3[data-v-6ef80887]{font-size:1rem;font-weight:600;margin:0 0 .25rem;color:#2d3748}.property .details-section .detail-card .detail-content p[data-v-6ef80887]{font-size:.875rem;margin:0;color:#718096}.property .overview-section[data-v-6ef80887]{width:70%;margin:auto auto 3rem;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.property .overview-section .section-title[data-v-6ef80887]{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#b22222;position:relative;padding-bottom:.75rem}.property .overview-section .section-title[data-v-6ef80887]:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:#f44336;border-radius:3px}.property .overview-section .overview-content .overview-textarea[data-v-6ef80887]{width:100%;min-height:150px;padding:1rem;border:1px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:1rem;line-height:1.6;margin-bottom:1.5rem;resize:vertical;transition:all .3s ease}.property .overview-section .overview-content .overview-textarea[data-v-6ef80887]:focus{border-color:#f44336;outline:none;box-shadow:0 0 0 3px rgba(244,67,54,.1)}.property .overview-section .overview-content .overview-text[data-v-6ef80887]{font-size:1rem;line-height:1.8;color:#2d3748;margin-bottom:1.5rem;white-space:pre-wrap}.property .overview-section .overview-content .video-embed[data-v-6ef80887]{width:100%;margin:2rem 0;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.property .overview-section .overview-content .video-embed iframe[data-v-6ef80887]{width:100%;height:500px;border:none;display:block}.property .location-section[data-v-6ef80887]{width:70%;margin:auto auto 3rem;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.property .location-section .section-title[data-v-6ef80887]{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#b22222;position:relative;padding-bottom:.75rem}.property .location-section .section-title[data-v-6ef80887]:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:#f44336;border-radius:3px}.property .location-section .map-wrapper[data-v-6ef80887]{display:flex;flex-direction:column;gap:1.5rem}.property .location-section .map-container[data-v-6ef80887]{height:400px;border-radius:8px;overflow:hidden;flex-grow:1;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.property .contact-form-section[data-v-6ef80887]{width:70%;margin:auto auto 3rem;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.property .contact-form-section .section-title[data-v-6ef80887]{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#b22222;position:relative;padding-bottom:.75rem}.property .contact-form-section .section-title[data-v-6ef80887]:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:#f44336;border-radius:3px}.property .contact-form-section .contact-form[data-v-6ef80887]{display:flex;flex-direction:column;gap:1rem}.property .contact-form-section .contact-form .status[data-v-6ef80887]{color:#f44336;margin-bottom:.5rem}.property .contact-form-section .contact-form .email[data-v-6ef80887],.property .contact-form-section .contact-form .message[data-v-6ef80887],.property .contact-form-section .contact-form .name[data-v-6ef80887],.property .contact-form-section .contact-form .telephone[data-v-6ef80887]{display:flex;flex-direction:column}.property .contact-form-section .contact-form .email span[data-v-6ef80887],.property .contact-form-section .contact-form .message span[data-v-6ef80887],.property .contact-form-section .contact-form .name span[data-v-6ef80887],.property .contact-form-section .contact-form .telephone span[data-v-6ef80887]{font-size:16px}.property .contact-form-section .contact-form .email input[data-v-6ef80887],.property .contact-form-section .contact-form .email textarea[data-v-6ef80887],.property .contact-form-section .contact-form .message input[data-v-6ef80887],.property .contact-form-section .contact-form .message textarea[data-v-6ef80887],.property .contact-form-section .contact-form .name input[data-v-6ef80887],.property .contact-form-section .contact-form .name textarea[data-v-6ef80887],.property .contact-form-section .contact-form .telephone input[data-v-6ef80887],.property .contact-form-section .contact-form .telephone textarea[data-v-6ef80887]{border:none;border-bottom:1px solid #f0584d;background-color:#e7e7e7;border-radius:5px;margin:5px 0 1rem 0}.property .contact-form-section .contact-form .email input[data-v-6ef80887]:focus,.property .contact-form-section .contact-form .email textarea[data-v-6ef80887]:focus,.property .contact-form-section .contact-form .message input[data-v-6ef80887]:focus,.property .contact-form-section .contact-form .message textarea[data-v-6ef80887]:focus,.property .contact-form-section .contact-form .name input[data-v-6ef80887]:focus,.property .contact-form-section .contact-form .name textarea[data-v-6ef80887]:focus,.property .contact-form-section .contact-form .telephone input[data-v-6ef80887]:focus,.property .contact-form-section .contact-form .telephone textarea[data-v-6ef80887]:focus{outline:none}.property .contact-form-section .contact-form .email input[data-v-6ef80887],.property .contact-form-section .contact-form .message input[data-v-6ef80887],.property .contact-form-section .contact-form .name input[data-v-6ef80887],.property .contact-form-section .contact-form .telephone input[data-v-6ef80887]{height:40px;padding:0 10px}.property .contact-form-section .contact-form .email textarea[data-v-6ef80887],.property .contact-form-section .contact-form .message textarea[data-v-6ef80887],.property .contact-form-section .contact-form .name textarea[data-v-6ef80887],.property .contact-form-section .contact-form .telephone textarea[data-v-6ef80887]{resize:none;height:65px;padding:10px}.property .contact-form-section .contact-form .submit-button[data-v-6ef80887]{width:60px;padding:.8rem 1rem;background-color:#fff;color:#f0584d;border:1px solid #f0584d;border-radius:5px;transition:all .4s ease;cursor:pointer;text-align:center}.property .contact-form-section .contact-form .submit-button[data-v-6ef80887]:hover{background-color:#f0584d;color:#fff}