body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{background:#0f0f0f;color:#fff;min-height:100vh;text-align:left}.main-content{padding-top:0}.hero-section{background:linear-gradient(135deg,#1a1a1a,#2d2d2d 50%,#1a1a1a);justify-content:center;min-height:70vh;padding:80px 20px}.hero-section:before{background:radial-gradient(circle at 20% 80%,#ff8c001a 0,#0000 50%),radial-gradient(circle at 80% 20%,#ffd7001a 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.hero-content{max-width:800px;position:relative;text-align:center;z-index:2}.hero-content h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,gold,#ff8c00);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:20px}.hero-content p{color:#ccc;font-size:1.4rem;font-weight:300;margin-bottom:40px}.hero-stats{display:flex;gap:60px;justify-content:center;margin-top:50px}.stat{text-align:center}.stat h3{color:gold;font-size:2.5rem;font-weight:700;margin-bottom:8px}.stat p{color:#ccc;font-size:1rem;font-weight:400}.section{border-bottom:1px solid #ffffff1a;margin:0 auto;max-width:1200px;padding:80px 20px}.section:last-child{border-bottom:none}.section h2{color:#fff;font-size:2.5rem;font-weight:600;margin-bottom:30px;position:relative;text-align:center}.section h2:after{background:linear-gradient(135deg,#ff8c00,gold);border-radius:2px;bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.section p{color:#ccc;font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:600px;text-align:center}@media (max-width:768px){.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.2rem}.hero-stats{flex-direction:column;gap:30px}.stat h3{font-size:2rem}.section{padding:60px 20px}.section h2{font-size:2rem}.section p{font-size:1rem}}@media (max-width:480px){.hero-section{padding:60px 15px}.hero-content h1{font-size:2rem}.hero-content p{font-size:1.1rem}.hero-stats{gap:20px}.stat h3{font-size:1.8rem}.section{padding:40px 15px}.section h2{font-size:1.8rem}}*{box-sizing:border-box;margin:0;padding:0}.navbar{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);box-shadow:0 4px 20px #0000004d;left:0;position:fixed;right:0;top:0;z-index:1000}.navbar .top-bar{background:linear-gradient(135deg,#0f0f0f,#1a1a1a);border-bottom:2px solid #ff8c00;padding:8px 0}.navbar .container{margin:0 auto;max-width:1200px;padding:0 20px}.navbar .contact-info{align-items:center;display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.navbar .contact-item{align-items:center;color:#fff;display:flex;font-size:14px;font-weight:500;gap:8px;transition:color .3s ease}.navbar .contact-item:hover{color:gold}.navbar .main-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a1af2;padding:15px 0}.navbar .nav-content{align-items:center;display:flex;gap:20px;justify-content:space-between}.navbar .logo-section{align-items:center;color:inherit;display:flex;gap:15px;text-decoration:none}.navbar .logo{align-items:center;background:linear-gradient(135deg,#ff8c00,gold);border-radius:12px;box-shadow:0 4px 15px #ff8c004d;display:flex;height:50px;justify-content:center;width:50px}.navbar .logo-icon{color:#1a1a1a;font-size:24px}.navbar .company-info{display:flex;flex-direction:column;gap:2px}.navbar .company-name{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,gold,#ff8c00);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:24px;font-weight:700;line-height:1.2}.navbar .company-tagline{color:#ccc;font-size:12px;font-weight:400;line-height:1.2}.navbar .nav-links{align-items:center;display:flex;gap:30px}.navbar .nav-link{color:#fff;font-size:16px;font-weight:500;padding:10px 0;position:relative;text-decoration:none;transition:all .3s ease}.navbar .nav-link:hover{color:gold;transform:translateY(-2px)}.navbar .nav-link:after{background:linear-gradient(135deg,#ff8c00,gold);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.navbar .nav-link:hover:after{width:100%}.navbar .nav-dropdown{display:inline-block;position:relative}.navbar .dropdown-toggle{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:500;gap:8px;padding:10px 0;position:relative;text-decoration:none;transition:all .3s ease}.navbar .dropdown-toggle:hover{color:gold;transform:translateY(-2px)}.navbar .dropdown-toggle.active{color:gold}.navbar .dropdown-toggle:after{background:linear-gradient(135deg,#ff8c00,gold);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.navbar .dropdown-toggle.active:after,.navbar .dropdown-toggle:hover:after{width:100%}.navbar .dropdown-icon{font-size:14px;transition:transform .3s ease}.navbar .dropdown-icon.open{transform:rotate(180deg)}.navbar .dropdown-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:1px solid #ff8c0033;border-radius:12px;box-shadow:0 10px 30px #0000004d;left:0;min-width:200px;opacity:0;position:absolute;top:100%;transform:translateY(-10px);transition:all .3s ease;visibility:hidden;z-index:1000}.navbar .dropdown-menu.show{opacity:1;transform:translateY(0);visibility:visible}.navbar .dropdown-menu:before{border-bottom:8px solid #ff8c0033;border-left:8px solid #0000;border-right:8px solid #0000;content:"";height:0;left:20px;position:absolute;top:-8px;width:0}.navbar .dropdown-link{align-items:center;border-bottom:1px solid #ffffff1a;color:#fff;display:flex;font-size:14px;font-weight:500;gap:12px;padding:12px 20px;text-decoration:none;transition:all .3s ease}.navbar .dropdown-link:last-child{border-bottom:none;border-radius:0 0 12px 12px}.navbar .dropdown-link:first-child{border-radius:12px 12px 0 0}.navbar .dropdown-link:hover{background:linear-gradient(135deg,#ff8c001a,#ffd7001a);color:gold;transform:translateX(5px)}.navbar .dropdown-link .dropdown-icon{font-size:16px;opacity:.8}.navbar .cta-section{align-items:center;display:flex}.navbar .cta-button{background:linear-gradient(135deg,#ff8c00,gold);border:none;border-radius:25px;box-shadow:0 4px 15px #ff8c004d;color:#1a1a1a;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:all .3s ease}.navbar .cta-button:hover{background:linear-gradient(135deg,gold,#ff8c00);box-shadow:0 6px 20px #ff8c0066;transform:translateY(-2px)}.navbar .mobile-menu-toggle{cursor:pointer;display:none;flex-direction:column;z-index:1001}.navbar .hamburger{display:flex;flex-direction:column;gap:4px;transition:all .3s ease}.navbar .hamburger span{background:#fff;border-radius:2px;height:3px;transition:all .3s ease;width:25px}.navbar .hamburger.active span:first-child{background:gold;transform:rotate(45deg) translate(6px,6px)}.navbar .hamburger.active span:nth-child(2){opacity:0}.navbar .hamburger.active span:nth-child(3){background:gold;transform:rotate(-45deg) translate(6px,-6px)}@media (max-width:1024px){.navbar .contact-info{gap:20px}.navbar .contact-item{font-size:13px}.navbar .nav-links{gap:20px}.navbar .company-name{font-size:20px}}@media (max-width:768px){.navbar .top-bar{padding:6px 0}.navbar .contact-info{gap:15px;justify-content:center;overflow-x:auto;padding:0 10px}.navbar .contact-item{font-size:12px;white-space:nowrap}.navbar .main-nav{padding:12px 0}.navbar .mobile-menu-toggle{display:flex}.navbar .nav-links{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a1afa;border-top:2px solid #ff8c00;flex-direction:column;gap:5px;left:0;opacity:0;position:fixed;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.navbar .nav-links.active{opacity:1;transform:translateY(0);visibility:visible}.navbar .nav-link{border-bottom:1px solid #ffffff1a;font-size:18px;padding:15px 0;text-align:center}.navbar .nav-link:last-child{border-bottom:none}.navbar .nav-dropdown{width:100%}.navbar .dropdown-toggle{border-bottom:1px solid #ffffff1a;font-size:18px;justify-content:center;padding:15px 0;text-align:center;width:100%}.navbar .dropdown-menu{background:#0f0f0fe6;border:none;border-radius:0;box-shadow:none;max-height:0;min-width:auto;opacity:1;overflow:hidden;position:static;transform:none;transition:max-height .3s ease;visibility:visible;width:100%}.navbar .dropdown-menu.show{max-height:300px}.navbar .dropdown-menu:before{display:none}.navbar .dropdown-link{border-bottom:1px solid #ffffff0d;font-size:16px;justify-content:center;padding:12px 20px;text-align:center}.navbar .dropdown-link:hover{background:#ff8c001a;transform:none}.navbar .dropdown-link:first-child,.navbar .dropdown-link:last-child{border-radius:0}.navbar .cta-button{font-size:14px;padding:10px 20px}.navbar .company-name{font-size:18px}.navbar .company-tagline{font-size:11px}.navbar .logo{height:40px;width:40px}.navbar .logo-icon{font-size:20px}}@media (max-width:480px){.navbar .container{padding:0 15px}.navbar .logo-section{gap:10px}.navbar .company-name{font-size:16px}.navbar .company-tagline{font-size:10px}.navbar .contact-info{gap:10px}.navbar .contact-item{font-size:11px}.navbar .cta-button{font-size:13px;padding:8px 16px}}body{margin-top:120px}.mobile-hidden{display:flex!important}.mobile-only{display:none!important}.desktop-only{display:flex!important}.mobile-cta{border-bottom:2px solid #ff8c00;border-top:1px solid #333;display:flex;justify-content:center;padding-bottom:20px;padding-top:20px;width:100%}@media (max-width:768px){body{margin-top:100px}.mobile-hidden{display:none!important}.mobile-only{display:block!important}.desktop-only{display:none!important}}.footer-section{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);color:#fff;overflow:hidden;padding:60px 0 0;position:relative}.footer-section:before{background:radial-gradient(circle at 30% 20%,#ff8c001a 0,#0000 50%),radial-gradient(circle at 70% 80%,#ffd7001a 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.footer-container{margin:0 auto;max-width:1200px;padding:0 20px;position:relative;z-index:1}.footer-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 1fr 1fr 1fr;margin-bottom:50px}.footer-column{display:flex;flex-direction:column}.footer-logo{color:inherit;margin-bottom:20px;text-decoration:none}.company-name{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff8c00,gold);-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:700;margin:0 0 5px;text-shadow:0 2px 10px #ff8c004d}.company-tagline{color:#ccc;font-size:1.1rem;font-weight:500;margin:0}.footer-description{color:#ccc;font-size:.95rem;line-height:1.6;margin-bottom:20px}.footer-ceo{background:#ff8c001a;border-left:3px solid #ff8c00;border-radius:5px;padding:15px}.footer-ceo p{color:#fff;font-size:.95rem;margin:0}.footer-ceo strong{color:gold}.footer-title{color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:20px;padding-bottom:10px;position:relative}.footer-title:after{background:linear-gradient(135deg,#ff8c00,gold);border-radius:1px;bottom:0;content:"";height:2px;left:0;position:absolute;width:40px}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:12px}.footer-links a{color:#ccc;font-size:.95rem;padding-left:15px;position:relative;text-decoration:none;transition:all .3s ease}.footer-links a:before{color:#ff8c00;content:"▶";font-size:.7rem;left:0;position:absolute;transition:all .3s ease}.footer-links a:hover{color:gold;padding-left:20px}.footer-links a:hover:before{color:gold;transform:translateX(3px)}.footer-contact{display:flex;flex-direction:column;gap:20px}.contact-item{align-items:flex-start;display:flex;gap:12px}.contact-icon{align-items:center;background:linear-gradient(135deg,#ff8c00,gold);border-radius:8px;color:#fff;display:flex;flex-shrink:0;height:35px;justify-content:center;margin-top:2px;width:35px}.contact-text p{color:#ccc;font-size:.9rem;line-height:1.5;margin:0}.footer-bottom{border-top:1px solid #ff8c0033;flex-wrap:wrap;gap:30px;justify-content:space-between;padding:30px 0}.footer-bottom,.footer-social{align-items:center;display:flex}.footer-social{gap:20px}.social-title{color:#fff;font-size:1.1rem;font-weight:600;margin:0}.social-links{display:flex;gap:15px}.social-link{align-items:center;background:#ff8c001a;border:1px solid #ff8c004d;border-radius:10px;color:#ccc;display:flex;height:45px;justify-content:center;text-decoration:none;transition:all .3s ease;width:45px}.social-link:hover{background:linear-gradient(135deg,#ff8c00,gold);box-shadow:0 8px 25px #ff8c004d;color:#fff;transform:translateY(-3px)}.footer-copyright{align-items:flex-end;display:flex;flex-direction:column;text-align:right}.copyright-text p{color:#ccc;font-size:.9rem;margin:0 0 5px}.copyright-text p:first-child{color:#fff;font-weight:500}.footer-links-bottom{align-items:center;display:flex;gap:15px;margin-top:10px}.footer-links-bottom a{color:#ccc;font-size:.85rem;text-decoration:none;transition:color .3s ease}.footer-links-bottom a:hover{color:gold}.separator{color:#666;font-size:.8rem}@media (max-width:968px){.footer-content{gap:30px;grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;gap:20px;text-align:center}.footer-social{flex-direction:column;gap:15px}.footer-copyright{align-items:center;text-align:center}}@media (max-width:768px){.footer-section{padding:40px 0 0}.footer-content{gap:30px;grid-template-columns:1fr}.company-name{font-size:1.6rem}.footer-title{font-size:1.2rem}.footer-links-bottom,.social-links{justify-content:center}.footer-links-bottom{flex-wrap:wrap}}@media (max-width:480px){.footer-container{padding:0 15px}.company-name{font-size:1.4rem}.footer-description{font-size:.9rem}.social-link{height:40px;width:40px}.social-links{gap:10px}.footer-links-bottom{flex-direction:column;gap:10px}.separator{display:none}}.footer-column{transition:transform .3s ease}.footer-column:hover{transform:translateY(-2px)}.social-link:focus-visible{outline:2px solid #ff8c00;outline-offset:2px}.footer-links a:focus-visible{border-radius:3px;outline:2px solid #ff8c00;outline-offset:2px}html{scroll-behavior:smooth}.footer-column{animation:fadeInUp .6s ease-out forwards}.footer-column:first-child{animation-delay:.1s}.footer-column:nth-child(2){animation-delay:.2s}.footer-column:nth-child(3){animation-delay:.3s}.footer-column:nth-child(4){animation-delay:.4s}.whatsapp-float{align-items:center;animation:float 3s ease-in-out infinite;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:50%;bottom:30px;box-shadow:0 4px 20px #25d36666;cursor:pointer;display:flex;height:60px;justify-content:center;left:30px;position:fixed;transition:all .3s ease;width:60px;z-index:1000}.whatsapp-float:hover{box-shadow:0 6px 25px #25d36699;transform:scale(1.1)}.whatsapp-icon{align-items:center;color:#fff;display:flex;justify-content:center;position:relative;z-index:2}.whatsapp-pulse,.whatsapp-pulse-2{animation:pulse 2s ease-out infinite;border:2px solid #25d366;border-radius:50%;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.whatsapp-pulse-2{animation-delay:1s;border-color:#25d36699}@keyframes pulse{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.8)}}.whatsapp-float:hover,.whatsapp-float:hover .whatsapp-pulse,.whatsapp-float:hover .whatsapp-pulse-2{animation-play-state:paused}@media (max-width:768px){.whatsapp-float{bottom:20px;height:55px;right:20px;width:55px}.whatsapp-icon svg{height:24px;width:24px}}@media (max-width:480px){.whatsapp-float{bottom:15px;height:50px;right:15px;width:50px}.whatsapp-icon svg{height:22px;width:22px}}.whatsapp-float:focus{outline:3px solid #25d36680;outline-offset:2px}.whatsapp-float:active{transform:scale(.95)}.whatsapp-float:active .whatsapp-pulse,.whatsapp-float:active .whatsapp-pulse-2{animation:quickPulse .3s ease-out}@keyframes quickPulse{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}.consultation-section{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);overflow:hidden;padding:80px 0;position:relative}.consultation-section:before{background:radial-gradient(circle at 20% 30%,#ff8c001a 0,#0000 50%),radial-gradient(circle at 80% 70%,#ffd7001a 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.consultation-section .consultation-container{margin:0 auto;max-width:1400px;padding:0 20px;position:relative;z-index:1}.consultation-section .consultation-header{margin-bottom:60px;text-align:center}.consultation-section .consultation-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff8c00,gold);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700;margin-bottom:20px;text-shadow:0 4px 20px #ff8c004d}.consultation-section .consultation-subtitle{color:#ccc;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:700px}.consultation-section .consultation-content{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:1fr 2fr}.consultation-section .consultation-info{display:flex;flex-direction:column;gap:25px}.consultation-section .info-card{align-items:flex-start;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:1px solid #ff8c0033;border-radius:15px;display:flex;gap:20px;overflow:hidden;padding:25px;position:relative;transition:all .3s ease}.consultation-section .info-card:before{background:linear-gradient(135deg,#ff8c00,gold,#ff8c00);border-radius:17px;bottom:-2px;content:"";left:-2px;opacity:0;position:absolute;right:-2px;top:-2px;transition:opacity .3s ease;z-index:-1}.consultation-section .info-card:hover:before{opacity:1}.consultation-section .info-card:hover{box-shadow:0 15px 35px #ff8c0033;transform:translateY(-5px)}.consultation-section .info-icon{align-items:center;background:linear-gradient(135deg,#ff8c00,gold);border-radius:12px;box-shadow:0 4px 15px #ff8c004d;color:#fff;display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.consultation-section .info-content h3{color:#fff;font-size:1.3rem;font-weight:600;margin:0 0 10px}.consultation-section .info-content p{color:#ccc;font-size:.95rem;line-height:1.5;margin:0}.consultation-section .consultation-form-wrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fffffff2,#f8f9faf2);border:1px solid #ff8c001a;border-radius:20px;box-shadow:0 20px 60px #0000001a;padding:40px}.consultation-section .form-section{border-bottom:1px solid #ff8c001a;margin-bottom:40px;padding-bottom:30px}.consultation-section .form-section:last-of-type{border-bottom:none;margin-bottom:30px}.consultation-section .section-title{color:#333;font-size:1.5rem;font-weight:600;margin-bottom:25px;padding-left:20px;position:relative}.consultation-section .section-title:before{background:linear-gradient(135deg,#ff8c00,gold);border-radius:2px;content:"";height:25px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:4px}.consultation-section .form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:20px}.consultation-section .form-group{display:flex;flex-direction:column;margin-bottom:20px}.consultation-section .form-label{color:#333;font-size:1rem;font-weight:600;margin-bottom:8px}.consultation-section .form-input,.consultation-section .form-select,.consultation-section .form-textarea{background:#fff;border:2px solid #e0e0e0;border-radius:12px;box-sizing:border-box;color:#333;font-family:inherit;font-size:1rem;padding:15px 20px;transition:all .3s ease;width:100%}.consultation-section .form-input:focus,.consultation-section .form-select:focus,.consultation-section .form-textarea:focus{border-color:#ff8c00;box-shadow:0 0 0 3px #ff8c001a;outline:none;transform:translateY(-2px)}.consultation-section .form-input::placeholder,.consultation-section .form-textarea::placeholder{color:#999}.consultation-section .form-select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;cursor:pointer;padding-right:45px}.consultation-section .form-textarea{line-height:1.6;min-height:120px;resize:vertical}.consultation-section .form-input.error,.consultation-section .form-select.error,.consultation-section .form-textarea.error{border-color:#dc3545;box-shadow:0 0 0 3px #dc35451a}.consultation-section .error-message{color:#dc3545;display:block;font-size:.875rem;font-weight:500;margin-top:5px}.consultation-section .submit-button{align-items:center;background:linear-gradient(135deg,#ff8c00,gold);border:none;border-radius:15px;box-shadow:0 6px 25px #ff8c004d;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;font-weight:600;gap:10px;justify-content:center;letter-spacing:.5px;margin-top:20px;padding:20px 30px;text-transform:uppercase;transition:all .3s ease;width:100%}.consultation-section .submit-button:hover:not(:disabled){box-shadow:0 10px 35px #ff8c0066;transform:translateY(-3px)}.consultation-section .submit-button:active{transform:translateY(-1px)}.consultation-section .submit-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.consultation-section .submit-button.submitting{background:linear-gradient(135deg,#cc7000,#ca0)}.consultation-section .spinner{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;width:20px}.consultation-section .status-message{align-items:center;animation:slideIn .3s ease-out;border-radius:12px;display:flex;font-size:.95rem;font-weight:500;gap:12px;margin-top:20px;padding:18px 25px}.consultation-section .status-message.success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.consultation-section .status-message.error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}@media (max-width:1200px){.consultation-section .consultation-content{gap:40px;grid-template-columns:1fr}.consultation-section .consultation-info{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.consultation-section{padding:60px 0}.consultation-section .consultation-title{font-size:2.5rem}.consultation-section .consultation-subtitle{font-size:1.1rem}.consultation-section .consultation-form-wrapper{padding:30px 25px}.consultation-section .form-row{gap:0;grid-template-columns:1fr}.consultation-section .section-title{font-size:1.3rem}.consultation-section .consultation-info{grid-template-columns:1fr}.consultation-section .info-card{padding:20px}.consultation-section .info-icon{height:45px;width:45px}.consultation-section .info-content h3{font-size:1.2rem}}@media (max-width:480px){.consultation-section .consultation-container{padding:0 15px}.consultation-section .consultation-title{font-size:2rem}.consultation-section .consultation-form-wrapper{padding:25px 20px}.consultation-section .form-input,.consultation-section .form-select,.consultation-section .form-textarea{padding:12px 15px}.consultation-section .submit-button{font-size:1.1rem;padding:18px 25px}.consultation-section .info-card{align-items:center;flex-direction:column;text-align:center}.consultation-section .info-content{text-align:center}}.consultation-section .form-input:focus-visible,.consultation-section .form-select:focus-visible,.consultation-section .form-textarea:focus-visible,.consultation-section .submit-button:focus-visible{outline:2px solid #ff8c00;outline-offset:2px}.consultation-section .form-input[type=date]{position:relative}.consultation-section .form-input[type=date]::-webkit-calendar-picker-indicator{background-color:#ff8c00;border-radius:3px;cursor:pointer}.form-section{animation:fadeInUp .6s ease-out forwards}.form-section:first-child{animation-delay:.1s}.form-section:nth-child(2){animation-delay:.2s}.form-section:nth-child(3){animation-delay:.3s}.form-section:nth-child(4){animation-delay:.4s}.consultation-section .info-card{animation:fadeInUp .6s ease-out forwards}.consultation-section .info-card:first-child{animation-delay:.1s}.consultation-section .info-card:nth-child(2){animation-delay:.2s}.consultation-section .info-card:nth-child(3){animation-delay:.3s}.consultation-section .info-card:nth-child(4){animation-delay:.4s}.hero-section{align-items:center;display:flex;min-height:100vh;overflow:hidden;padding:60px 0;position:relative}.hero-section .hero-background{z-index:1}.hero-section .background-slider,.hero-section .bg-slide,.hero-section .hero-background{bottom:0;left:0;position:absolute;right:0;top:0}.hero-section .bg-slide{background-position:50%;background-repeat:no-repeat;background-size:cover;opacity:0;transition:opacity 1.5s ease-in-out}.hero-section .bg-slide.active{opacity:1}.hero-section .bg-overlay{background:linear-gradient(135deg,#0f0f0fd9,#1a1a1abf 50%,#2d2d2dd9);bottom:0;left:0;position:absolute;right:0;top:0;z-index:2}.hero-section .bg-pattern{animation:backgroundPulse 8s ease-in-out infinite;background:radial-gradient(circle at 20% 80%,#ff8c001a 0,#0000 50%),radial-gradient(circle at 80% 20%,#ffd7001a 0,#0000 50%),radial-gradient(circle at 40% 40%,#ff8c000d 0,#0000 50%);bottom:0;left:0;position:absolute;right:0;top:0;z-index:3}@keyframes backgroundPulse{0%,to{opacity:1}50%{opacity:.7}}.hero-section .floating-elements{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:4}.hero-section .floating-icon{animation:float 6s ease-in-out infinite;font-size:2rem;opacity:.1;position:absolute}.hero-section .floating-icon:first-child{animation-delay:0s;left:10%;top:20%}.hero-section .floating-icon:nth-child(2){animation-delay:2s;right:15%;top:60%}.hero-section .floating-icon:nth-child(3){animation-delay:4s;bottom:30%;left:20%}.hero-section .floating-icon:nth-child(4){animation-delay:1s;right:30%;top:40%}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(5deg)}}.hero-section .hero-container{margin:0 auto;max-width:1400px;padding:0 20px;position:relative;width:100%;z-index:5}.hero-section .hero-content{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin-bottom:80px;min-width:100%}.hero-section .hero-text{max-width:600px;text-align:left}.hero-section .hero-images{align-items:center;display:flex;justify-content:center}.hero-section .images-container{grid-gap:20px;display:grid;gap:20px;grid-template-columns:2fr 1fr;height:600px;width:100%}.hero-section .main-image-wrapper{background:linear-gradient(135deg,#ff8c00,gold) border-box;background-clip:padding-box,border-box;border:3px solid #0000;border-radius:25px;box-shadow:0 20px 40px #ff8c0033,0 0 0 1px #ff8c004d,inset 0 0 0 1px #ffd7001a;overflow:hidden;position:relative;transition:all .3s ease}.hero-section .main-image-wrapper:before{background:linear-gradient(135deg,#ff8c004d,#ffd70033 50%,#ff8c0066);border-radius:22px;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:all .3s ease;z-index:2}.hero-section .main-image-wrapper:hover:before{background:linear-gradient(135deg,#ff8c0033,#ffd7001a 50%,#ff8c004d)}.hero-section .main-image-wrapper:hover{box-shadow:0 30px 60px #ff8c004d,0 0 0 1px #ff8c0080,inset 0 0 0 1px #ffd70033;transform:translateY(-10px)}.hero-section .main-image{border-radius:22px;height:100%;object-fit:cover;position:relative;width:100%;z-index:1}.hero-section .main-image-overlay{background:linear-gradient(#0000,#000000b3,#ff8c001a);border-radius:0 0 22px 22px;bottom:0;left:0;padding:25px;position:absolute;right:0;z-index:3}.hero-section .main-image-overlay .overlay-content h3{color:gold;font-size:1.4rem;font-weight:600;margin-bottom:8px}.hero-section .main-image-overlay .overlay-content p{color:#fff;font-size:.95rem;opacity:.9}.hero-section .side-images{display:flex;flex-direction:column;gap:20px;height:100%}.hero-section .circular-image-wrapper{background:linear-gradient(135deg,#ff8c00,gold) border-box;background-clip:padding-box,border-box;border:3px solid #0000;border-radius:50%;box-shadow:0 15px 30px #ff8c0033,0 0 0 1px #ff8c004d;height:48%;overflow:hidden;position:relative;transition:all .3s ease}.hero-section .circular-image-wrapper:before{background:linear-gradient(135deg,#ff8c0033,#ffd7001a 50%,#ff8c004d);border-radius:50%;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:all .3s ease;z-index:2}.hero-section .circular-image-wrapper:hover:before{background:linear-gradient(135deg,#ff8c001a,#ffd7000d 50%,#ff8c0033)}.hero-section .circular-image-wrapper:hover{box-shadow:0 20px 40px #ff8c004d,0 0 0 1px #ff8c0080;transform:translateY(-8px) scale(1.05)}.hero-section .circular-image{border-radius:50%;height:100%;object-fit:cover;position:relative;width:100%;z-index:1}.hero-section .circular-overlay{background:linear-gradient(#0000,#000c);border-radius:0 0 50% 50%;bottom:0;left:0;padding:15px;position:absolute;right:0;text-align:center;z-index:3}.hero-section .circular-content h4{color:gold;font-size:1rem;font-weight:600;margin-bottom:4px}.hero-section .circular-content p{color:#fff;font-size:.85rem;opacity:.9}.hero-section .rect-image-wrapper{background:linear-gradient(135deg,#ff8c00,gold) border-box;background-clip:padding-box,border-box;border:3px solid #0000;border-radius:20px;box-shadow:0 15px 30px #ff8c0033,0 0 0 1px #ff8c004d;height:48%;overflow:hidden;position:relative;transition:all .3s ease}.hero-section .rect-image-wrapper:before{background:linear-gradient(135deg,#ff8c0033,#ffd7001a 50%,#ff8c004d);border-radius:17px;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:all .3s ease;z-index:2}.hero-section .rect-image-wrapper:hover:before{background:linear-gradient(135deg,#ff8c001a,#ffd7000d 50%,#ff8c0033)}.hero-section .rect-image-wrapper:hover{box-shadow:0 20px 40px #ff8c004d,0 0 0 1px #ff8c0080;transform:translateY(-8px)}.hero-section .rect-image{border-radius:17px;height:100%;object-fit:cover;position:relative;width:100%;z-index:1}.hero-section .rect-overlay{background:linear-gradient(#0000,#000000b3);border-radius:0 0 17px 17px;bottom:0;left:0;padding:15px;position:absolute;right:0;text-align:center;z-index:3}.hero-section .rect-content h4{color:gold;font-size:1rem;font-weight:600;margin-bottom:4px}.hero-section .rect-content p{color:#fff;font-size:.85rem;opacity:.9}.hero-section .hero-badge{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ff8c001a;border:1px solid #ff8c004d;border-radius:25px;color:gold;display:inline-flex;font-size:14px;font-weight:500;gap:8px;margin-bottom:20px;padding:8px 16px}.hero-section .badge-icon{animation:sparkle 2s ease-in-out infinite}@keyframes sparkle{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.hero-section .hero-title{display:flex;flex-direction:column;font-size:4rem;font-weight:800;gap:5px;line-height:1.1;margin-bottom:20px}.hero-section .title-main{-webkit-text-fill-color:#0000;animation:titleGlow 3s ease-in-out infinite;background:linear-gradient(135deg,gold,#ff8c00);-webkit-background-clip:text;background-clip:text}.hero-section .title-sub{color:#fff;font-size:.8em;font-weight:600}@keyframes titleGlow{0%,to{filter:brightness(1)}50%{filter:brightness(1.2)}}.hero-section .hero-subtitle{color:#ccc;font-size:1.4rem;font-weight:300;line-height:1.4;margin-bottom:25px}.hero-section .hero-description{margin-bottom:35px}.hero-section .hero-description p{color:#b3b3b3;font-size:1.1rem;line-height:1.6}.hero-section .hero-description strong{color:gold;font-weight:600}.hero-section .hero-cta{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:50px}.hero-section .cta-primary{align-items:center;background:linear-gradient(135deg,#ff8c00,gold);border:none;border-radius:30px;box-shadow:0 6px 20px #ff8c004d;color:#1a1a1a;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:10px;padding:15px 30px;transition:all .3s ease}.hero-section .cta-primary:hover{background:linear-gradient(135deg,gold,#ff8c00);box-shadow:0 8px 25px #ff8c0066;transform:translateY(-3px)}.hero-section .cta-secondary{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000;border:2px solid #ffffff4d;border-radius:30px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:500;gap:10px;padding:13px 28px;transition:all .3s ease}.hero-section .cta-secondary:hover{border-color:gold;box-shadow:0 6px 20px #ffd70033;color:gold;transform:translateY(-3px)}.hero-section .hero-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.hero-section .stat-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ff8c0033;border-radius:15px;padding:20px;text-align:center;transition:all .3s ease}.hero-section .stat-item:hover{border-color:#ff8c0080;box-shadow:0 10px 30px #ff8c001a;transform:translateY(-5px)}.hero-section .stat-number{color:gold;font-size:2.2rem;font-weight:700;line-height:1;margin-bottom:8px}.hero-section .stat-label{color:#ccc;font-size:.9rem;font-weight:400}.hero-section .property-types{margin-bottom:60px}.hero-section .property-types-title{color:#fff;font-size:2.5rem;font-weight:600;margin-bottom:40px;position:relative;text-align:center}.hero-section .property-types-title:after{background:linear-gradient(135deg,#ff8c00,gold);border-radius:2px;bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.hero-section .property-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.hero-section .property-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ff8c0033;border-radius:20px;padding:30px;text-align:center;transition:all .3s ease}.hero-section .property-card:hover{border-color:#ff8c0080;box-shadow:0 15px 40px #ff8c001a;transform:translateY(-10px)}.hero-section .property-icon{font-size:3rem;margin-bottom:20px}.hero-section .property-size{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:10px}.hero-section .property-price{color:gold;font-size:1.1rem;font-weight:500;margin-bottom:20px}.hero-section .property-btn{background:linear-gradient(135deg,#ff8c00,gold);border:none;border-radius:25px;color:#1a1a1a;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 24px;transition:all .3s ease;width:100%}.hero-section .property-btn:hover{box-shadow:0 6px 20px #ff8c004d;transform:translateY(-2px)}.hero-section .hero-contact{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.hero-section .contact-card{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ff8c0033;border-radius:15px;cursor:pointer;display:flex;gap:20px;padding:25px;transition:all .3s ease}.hero-section .contact-card:hover{border-color:#ff8c0080;box-shadow:0 10px 30px #ff8c001a;transform:translateY(-5px)}.hero-section .contact-icon{align-items:center;background:#ff8c001a;border-radius:50%;display:flex;flex-shrink:0;font-size:2.5rem;height:60px;justify-content:center;width:60px}.hero-section .contact-info h4{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:5px}.hero-section .contact-info p{color:gold;font-size:1rem;font-weight:500}@media (max-width:1200px){.hero-section .hero-content{gap:40px}.hero-section .hero-title{font-size:3.5rem}.hero-section .images-container{height:500px}}@media (max-width:968px){.hero-section .hero-content{gap:50px;grid-template-columns:1fr}.hero-section .hero-text{max-width:100%;text-align:center}.hero-section .hero-title{font-size:3rem}.hero-section .hero-stats{gap:15px;grid-template-columns:repeat(4,1fr)}.hero-section .stat-number{font-size:2rem}.hero-section .images-container{gap:15px;grid-template-columns:1fr;height:auto}.hero-section .main-image-wrapper{height:300px}.hero-section .side-images{flex-direction:row;height:200px}.hero-section .circular-image-wrapper,.hero-section .rect-image-wrapper{height:100%;width:48%}.hero-section .hero-contact,.hero-section .property-grid{gap:20px;grid-template-columns:1fr}}@media (max-width:768px){.hero-section{padding:40px 0}.hero-section .hero-container{padding:0 15px}.hero-section .hero-title{font-size:2.5rem}.hero-section .hero-subtitle{font-size:1.2rem}.hero-section .hero-description p{font-size:1rem}.hero-section .hero-cta{flex-direction:column;gap:15px}.hero-section .cta-primary,.hero-section .cta-secondary{justify-content:center;width:100%}.hero-section .hero-stats{gap:15px;grid-template-columns:repeat(2,1fr)}.hero-section .main-image-wrapper{height:250px}.hero-section .side-images{height:180px}}@media (max-width:480px){.hero-section .hero-title{font-size:2rem}.hero-section .hero-subtitle{font-size:1.1rem}.hero-section .hero-description p{font-size:.95rem}.hero-section .hero-stats{gap:15px;grid-template-columns:1fr}.hero-section .stat-number{font-size:1.8rem}.hero-section .property-types-title{font-size:2rem}.hero-section .contact-card{flex-direction:column;gap:15px;text-align:center}.hero-section .main-image-wrapper{height:200px}.hero-section .side-images{flex-direction:column;gap:10px;height:300px}.hero-section .circular-image-wrapper,.hero-section .rect-image-wrapper{height:48%;width:100%}}.about-section{background:#fff;min-height:100vh;padding:80px 0}.about-section .container{margin:0 auto;max-width:1200px;padding:0 20px}.about-section .about-header{margin-bottom:60px;text-align:center}.about-section .section-title{color:#1a1a1a;font-size:3rem;font-weight:700;margin-bottom:15px;position:relative}.about-section .section-title:after{background:linear-gradient(90deg,#ff8c00,gold);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.about-section .section-subtitle{color:#666;font-size:1.2rem;font-weight:400;margin-top:20px}.about-section .about-content{grid-gap:50px;display:grid;gap:50px;grid-template-columns:1fr 1fr;margin-bottom:60px}.about-section .about-ceo,.about-section .about-company{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:2px solid #333;border-radius:15px;box-shadow:0 10px 30px #0000004d;overflow:hidden;padding:40px;position:relative;transition:all .3s ease}.about-section .about-ceo:before,.about-section .about-company:before{background:linear-gradient(90deg,#ff8c00,gold);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.about-section .about-ceo:hover:before,.about-section .about-company:hover:before{transform:scaleX(1)}.about-section .about-ceo:hover,.about-section .about-company:hover{border-color:#ff8c00;box-shadow:0 15px 40px #ff8c0066;transform:translateY(-5px)}.about-section .ceo-image-wrapper,.about-section .company-image-wrapper{border-radius:15px;box-shadow:0 8px 25px #0000001a;height:400px;margin-bottom:25px;overflow:hidden;position:relative}.about-section .ceo-image,.about-section .company-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.about-section .ceo-image-wrapper:hover .ceo-image,.about-section .company-image-wrapper:hover .company-image{transform:scale(1.05)}.about-section .image-overlay{background:linear-gradient(0deg,#1a1a1ae6,#0000);bottom:0;left:0;padding:15px;position:absolute;right:0;transform:translateY(100%);transition:transform .3s ease}.about-section .ceo-image-wrapper:hover .image-overlay,.about-section .company-image-wrapper:hover .image-overlay{transform:translateY(0)}.about-section .overlay-text{color:gold;font-size:1.1rem;font-weight:600}.about-section .subsection-title{color:#fff;font-size:2rem;font-weight:600;margin-bottom:25px;padding-bottom:15px;position:relative}.about-section .subsection-title:after{background:linear-gradient(90deg,#ff8c00,gold);border-radius:2px;bottom:0;content:"";height:3px;left:0;position:absolute;width:50px}.about-section .company-name{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff8c00,gold);-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:700;margin-bottom:10px}.about-section .company-tagline{color:#ff8c00;font-size:1.1rem;font-style:italic;font-weight:600;margin-bottom:25px}.about-section .company-description{color:#ccc;font-size:1rem;line-height:1.7;margin-bottom:20px;text-align:justify}.about-section .contact-info{border-top:2px solid #444;margin-top:35px;padding-top:25px}.about-section .contact-title{color:#fff;font-size:1.4rem;font-weight:600;margin-bottom:20px}.about-section .contact-details{display:flex;flex-direction:column;gap:15px}.about-section .contact-item{align-items:flex-start;background:linear-gradient(135deg,#333,#404040);border-left:4px solid #ff8c00;border-radius:10px;display:flex;gap:12px;padding:12px;transition:all .3s ease}.about-section .contact-item:hover{box-shadow:0 5px 15px #ff8c001a;transform:translateX(5px)}.about-section .contact-icon{font-size:1.2rem;margin-top:2px}.about-section .contact-text{flex:1 1}.about-section .contact-label{color:#fff;display:block;font-weight:600;margin-bottom:2px}.about-section .contact-value{color:#ccc;font-size:.95rem}.about-section .ceo-name{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff8c00,gold);-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:700;margin-bottom:8px}.about-section .ceo-title{color:#ff8c00;font-size:1.1rem;font-style:italic;font-weight:600;margin-bottom:25px}.about-section .ceo-description{color:#ccc;font-size:1rem;line-height:1.7;margin-bottom:20px;text-align:justify}@media (max-width:768px){.about-section{padding:60px 0}.about-section .container{padding:0 15px}.about-section .section-title{font-size:2.5rem}.about-section .about-content{gap:30px;grid-template-columns:1fr}.about-section .about-ceo,.about-section .about-company{padding:30px}.about-section .subsection-title{font-size:1.7rem}.about-section .ceo-name,.about-section .company-name{font-size:1.5rem}.about-section .ceo-image-wrapper,.about-section .company-image-wrapper{height:320px}}@media (max-width:480px){.about-section .section-title{font-size:2rem}.about-section .about-ceo,.about-section .about-company{padding:25px}.about-section .contact-item{align-items:flex-start;flex-direction:column;gap:8px}.about-section .contact-icon{align-self:flex-start}.about-section .ceo-image-wrapper,.about-section .company-image-wrapper{height:260px}}.property-card{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:1px solid #ff8c0033;border-radius:20px;box-shadow:0 10px 30px #0000004d;overflow:hidden;position:relative;transition:all .3s ease}.property-card:before{background:linear-gradient(135deg,#ff8c000d,#ffd7000d);bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;z-index:1}.property-card:hover:before{opacity:1}.property-card:hover{border-color:#ff8c0066;box-shadow:0 20px 50px #ff8c0033;transform:translateY(-10px)}.property-card .property-image-wrapper{height:250px;overflow:hidden;position:relative}.property-card .property-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.property-card:hover .property-card .property-image{transform:scale(1.1)}.property-card .property-overlay{background:linear-gradient(180deg,#0000 0,#000c);bottom:0;display:flex;flex-direction:column;justify-content:space-between;left:0;opacity:0;padding:20px;position:absolute;right:0;top:0;transition:opacity .3s ease}.property-card:hover .property-card .property-overlay{opacity:1}.property-card .property-status{align-self:flex-start}.property-card .status-badge{border-radius:25px;font-size:.85rem;font-weight:600;letter-spacing:.5px;padding:8px 16px;text-transform:uppercase}.property-card .status-badge.available{background:linear-gradient(135deg,#28a745,#20c997);color:#fff}.property-card .status-badge.sold{background:linear-gradient(135deg,#dc3545,#fd7e14);color:#fff}.property-card .property-actions{align-self:flex-end;display:flex;gap:10px}.property-card .action-btn{background:linear-gradient(135deg,#ff8c00,gold);border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:10px 20px;transition:all .3s ease}.property-card .action-btn:hover{box-shadow:0 5px 15px #ff8c0066;transform:translateY(-2px)}.property-card .property-content{padding:25px;position:relative;z-index:2}.property-card .property-header{align-items:flex-start;display:flex;gap:15px;justify-content:space-between;margin-bottom:15px}.property-card .property-title{color:#fff;flex:1 1;font-size:1.4rem;font-weight:700;line-height:1.3;margin:0}.property-card .property-price{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff8c00,gold);-webkit-background-clip:text;background-clip:text;font-size:1.2rem;font-weight:700;white-space:nowrap}.property-card .property-location{align-items:center;color:#ccc;display:flex;font-size:1rem;gap:8px;margin-bottom:20px}.property-card .location-icon{font-size:1.1rem}.property-card .property-details{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:20px}.property-card .detail-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:15px;color:#ccc;display:flex;font-size:.9rem;gap:6px;padding:6px 12px}.property-card .detail-icon{font-size:1rem}.property-card .property-features{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:25px}.property-card .feature-tag{background:linear-gradient(135deg,#ff8c0033,#ffd70033);border:1px solid #ff8c004d;border-radius:15px;color:gold;font-size:.8rem;font-weight:500;padding:6px 12px}.property-card .feature-more{background:#ff8c001a;border:1px solid #ff8c0033;border-radius:15px;color:#ff8c00;font-size:.8rem;font-weight:600;padding:6px 12px}.property-card .property-card-actions{display:flex;gap:12px}.property-card .card-action-btn{align-items:center;border:none;border-radius:25px;cursor:pointer;display:flex;flex:1 1;font-size:.95rem;font-weight:600;gap:8px;justify-content:center;overflow:hidden;padding:12px 20px;position:relative;transition:all .3s ease}.property-card .card-action-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.property-card .card-action-btn:hover:before{left:100%}.property-card .view-details{background:linear-gradient(135deg,#ff8c00,gold);border:1px solid #ff8c004d;color:#1a1a1a;font-weight:700}.property-card .view-details:hover{background:linear-gradient(135deg,gold,#ff8c00);box-shadow:0 8px 20px #ff8c0066;transform:translateY(-2px)}.property-card .whatsapp-btn{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff}.property-card .whatsapp-btn:hover{background:linear-gradient(135deg,#128c7e,#0d6e5d);box-shadow:0 8px 20px #25d36666;transform:translateY(-2px)}.property-card .btn-icon{font-size:1rem}@media (max-width:768px){.property-card{margin-bottom:20px}.property-card .property-content{padding:20px}.property-card .property-header{flex-direction:column;gap:10px}.property-card .property-title{font-size:1.2rem}.property-card .property-price{align-self:flex-start;font-size:1.1rem}.property-card .property-details{gap:10px}.property-card .detail-item{font-size:.85rem;padding:5px 10px}.property-card .card-action-btn{font-size:.9rem;padding:10px 16px}.property-card .property-actions{flex-direction:column;gap:8px}.property-card .action-btn{font-size:.85rem;padding:8px 16px}}@media (max-width:480px){.property-card .property-image-wrapper{height:200px}.property-card .property-content{padding:15px}.property-card .property-title{font-size:1.1rem}.property-card .property-details{flex-direction:column;gap:8px}.property-card .card-action-btn{font-size:.85rem;padding:8px 12px}}.properties-section{background:#fff;min-height:100vh;padding:80px 0}.properties-section .container{margin:0 auto;max-width:1400px;padding:0 20px}.properties-section .properties-header{margin-bottom:60px;text-align:center}.properties-section .section-title{color:#1a1a1a;font-size:3rem;font-weight:700;margin-bottom:15px;position:relative}.properties-section .section-title:after{background:linear-gradient(90deg,#ff8c00,gold);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.properties-section .section-subtitle{color:#666;font-size:1.2rem;font-weight:400;margin-top:20px}.properties-section .property-stats{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:60px}.properties-section .stat-card{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:2px solid #333;border-radius:15px;overflow:hidden;padding:30px;position:relative;text-align:center;transition:all .3s ease}.properties-section .stat-card:before{background:linear-gradient(90deg,#ff8c00,gold);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.properties-section .stat-card:hover:before{transform:scaleX(1)}.properties-section .stat-card:hover{border-color:#ff8c00;box-shadow:0 15px 40px #ff8c004d;transform:translateY(-5px)}.properties-section .stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff8c00,gold);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:10px}.properties-section .stat-label{color:#ccc;font-size:1rem;font-weight:500}.properties-section .filter-buttons{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-bottom:50px}.properties-section .filter-btn{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:2px solid #333;border-radius:25px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;overflow:hidden;padding:12px 24px;position:relative;transition:all .3s ease}.properties-section .filter-btn:before{background:linear-gradient(135deg,#ff8c00,gold);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease;z-index:-1}.properties-section .filter-btn.active:before,.properties-section .filter-btn:hover:before{opacity:1}.properties-section .filter-btn.active,.properties-section .filter-btn:hover{border-color:#ff8c00;box-shadow:0 8px 25px #ff8c004d;color:#1a1a1a!important;font-weight:700;transform:translateY(-2px)}.properties-section .properties-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-bottom:60px}.properties-section .property-card{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:2px solid #333;border-radius:20px;overflow:hidden;position:relative;transition:all .3s ease}.properties-section .property-card:before{background:linear-gradient(90deg,#ff8c00,gold);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.properties-section .property-card:hover:before{transform:scaleX(1)}.properties-section .property-card:hover{border-color:#ff8c00;box-shadow:0 20px 50px #ff8c0033;transform:translateY(-10px)}.properties-section .property-image-wrapper{height:250px;overflow:hidden;position:relative}.properties-section .property-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.properties-section .property-card:hover .property-image{transform:scale(1.05)}.properties-section .property-overlay{background:linear-gradient(180deg,#0000004d,#000000b3);bottom:0;display:flex;flex-direction:column;justify-content:space-between;left:0;opacity:0;padding:20px;position:absolute;right:0;top:0;transition:opacity .3s ease}.properties-section .property-card:hover .property-overlay{opacity:1}.properties-section .property-status{align-self:flex-start}.properties-section .status-badge{border-radius:20px;font-size:.85rem;font-weight:600;padding:6px 12px;text-transform:uppercase}.properties-section .status-badge.available{background:linear-gradient(135deg,#28a745,#20c997);color:#fff}.properties-section .status-badge.sold{background:linear-gradient(135deg,#dc3545,#e74c3c);color:#fff}.properties-section .property-actions{display:flex;gap:10px}.properties-section .action-btn{background:linear-gradient(135deg,#ff8c00,gold);border:none;border-radius:20px;color:#1a1a1a;cursor:pointer;font-size:.9rem;font-weight:600;padding:8px 16px;transition:all .3s ease}.properties-section .action-btn:hover{box-shadow:0 5px 15px #ff8c0066;transform:translateY(-2px)}.properties-section .property-content{padding:25px}.properties-section .property-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:15px}.properties-section .property-title{color:#fff;font-size:1.4rem;font-weight:600;margin:0}.properties-section .property-price{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff8c00,gold);-webkit-background-clip:text;background-clip:text;font-size:1.3rem;font-weight:700}.properties-section .property-location{align-items:center;color:#ccc;display:flex;font-size:.95rem;gap:8px;margin-bottom:15px}.properties-section .location-icon{font-size:1rem}.properties-section .property-details{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:15px}.properties-section .detail-item{align-items:center;color:#ccc;display:flex;font-size:.9rem;gap:5px}.properties-section .detail-icon{font-size:1rem}.properties-section .property-features{display:flex;flex-wrap:wrap;gap:8px}.properties-section .feature-tag{background:linear-gradient(135deg,#333,#404040);border:1px solid #555;border-radius:12px;color:#fff;font-size:.8rem;padding:4px 8px}.properties-section .feature-more{background:linear-gradient(135deg,#ff8c00,gold);border-radius:12px;color:#1a1a1a;font-size:.8rem;font-weight:600;padding:4px 8px}.properties-section .property-card-actions{border-top:1px solid #444;display:flex;gap:10px;margin-top:20px;padding-top:20px}.properties-section .card-action-btn{align-items:center;border:none;border-radius:25px;cursor:pointer;display:flex;flex:1 1;font-size:.95rem;font-weight:600;gap:8px;justify-content:center;padding:12px 16px;text-decoration:none;transition:all .3s ease}.properties-section .view-details{background:linear-gradient(135deg,#ff8c00,gold);border:2px solid #555;color:#212121}.properties-section .view-details:hover{background:linear-gradient(135deg,#404040,#555);border-color:#ff8c00;box-shadow:0 5px 15px #ffffff1a;transform:translateY(-2px)}.properties-section .whatsapp-btn{background:linear-gradient(135deg,#25d366,#128c7e);border:2px solid #25d366;color:#fff}.properties-section .whatsapp-btn:hover{background:linear-gradient(135deg,#128c7e,#075e54);border-color:#25d366;box-shadow:0 5px 15px #25d3664d;transform:translateY(-2px)}.properties-section .btn-icon{font-size:1.1rem}.properties-section .view-all-section{margin-top:50px;text-align:center}.properties-section .view-all-btn{align-items:center;background:linear-gradient(135deg,#ff8c00,gold);border:none;border-radius:30px;color:#1a1a1a;cursor:pointer;display:inline-flex;font-size:1.2rem;font-weight:700;gap:12px;overflow:hidden;padding:18px 40px;position:relative;transition:all .3s ease}.properties-section .view-all-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.properties-section .view-all-btn:hover:before{left:100%}.properties-section .view-all-btn:hover{box-shadow:0 10px 30px #ff8c0066;transform:translateY(-3px)}.properties-section .btn-text{position:relative;z-index:2}.properties-section .btn-arrow{font-size:1.3rem;position:relative;transition:transform .3s ease;z-index:2}.properties-section .view-all-btn:hover .btn-arrow{transform:translateX(5px)}.properties-section .properties-cta{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:2px solid #333;border-radius:20px;overflow:hidden;padding:50px;position:relative;text-align:center}.properties-section .properties-cta:before{background:linear-gradient(90deg,#ff8c00,gold);content:"";height:4px;left:0;position:absolute;right:0;top:0}.properties-section .cta-content h3{color:#fff;font-size:2rem;font-weight:600;margin-bottom:15px}.properties-section .cta-content p{color:#ccc;font-size:1.1rem;margin-bottom:30px}.properties-section .cta-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.properties-section .cta-primary{background:linear-gradient(135deg,#ff8c00,gold);border:none;border-radius:25px;color:#1a1a1a;cursor:pointer;font-size:1.1rem;font-weight:600;padding:15px 30px;transition:all .3s ease}.properties-section .cta-primary:hover{box-shadow:0 8px 25px #ff8c0066;transform:translateY(-2px)}.properties-section .cta-secondary{background:#0000;border:2px solid #ff8c00;border-radius:25px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:15px 30px;transition:all .3s ease}.properties-section .cta-secondary:hover{background:linear-gradient(135deg,#ff8c00,gold);box-shadow:0 8px 25px #ff8c0066;color:#1a1a1a;transform:translateY(-2px)}@media (max-width:768px){.properties-section{padding:60px 0}.properties-section .container{padding:0 15px}.properties-section .section-title{font-size:2.5rem}.properties-section .property-stats{gap:20px;grid-template-columns:repeat(2,1fr)}.properties-section .stat-card{padding:20px}.properties-section .stat-number{font-size:2rem}.properties-section .filter-buttons{gap:10px}.properties-section .filter-btn{font-size:.9rem;padding:10px 20px}.properties-section .properties-grid{gap:20px;grid-template-columns:1fr}.properties-section .property-header{flex-direction:column;gap:10px}.properties-section .property-details{gap:15px}.properties-section .property-card-actions{flex-direction:column;gap:12px}.properties-section .card-action-btn{font-size:.9rem;padding:10px 14px}.properties-section .view-all-btn{font-size:1.1rem;padding:15px 30px}}@media (max-width:480px){.properties-section .section-title{font-size:2rem}.properties-section .property-stats{grid-template-columns:1fr}.properties-section .property-content{padding:20px}.properties-section .property-image-wrapper{height:200px}.properties-section .view-all-btn{font-size:1rem;padding:12px 25px}}.project-card{animation:fadeInUp .6s ease-out forwards;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:1px solid #ff8c0033;border-radius:20px;box-shadow:0 10px 30px #0000004d;overflow:hidden;position:relative;transition:all .3s ease}.project-card:before{background:linear-gradient(135deg,#ff8c000d,#ffd7000d);bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;z-index:1}.project-card:hover:before{opacity:1}.project-card:hover{border-color:#ff8c0066;box-shadow:0 20px 50px #ff8c0033;transform:translateY(-10px)}.project-card .card-header{padding:25px 25px 0;position:relative;z-index:2}.project-card .project-badges{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:15px}.project-card .status-badge{align-items:center;border-radius:25px;display:flex;font-size:.85rem;font-weight:600;gap:6px;letter-spacing:.5px;padding:8px 16px;text-transform:uppercase}.project-card .status-badge.completed{background:linear-gradient(135deg,#28a745,#20c997);color:#fff}.project-card .status-badge.ongoing{background:linear-gradient(135deg,#ff8c00,gold);color:#fff}.project-card .status-badge.planning{background:linear-gradient(135deg,#6c757d,#495057);color:#fff}.project-card .category-badge{align-items:center;background:linear-gradient(135deg,#ff8c0033,#ffd70033);border:1px solid #ff8c004d;border-radius:25px;color:gold;display:flex;font-size:.85rem;font-weight:600;gap:6px;padding:8px 16px}.project-card .project-title{color:#fff;font-size:1.6rem;font-weight:700;line-height:1.3;margin:0}.project-card .card-body{padding:0 25px 25px;position:relative;z-index:2}.project-card .project-image-wrapper{border-radius:15px;height:250px;margin:20px 0;overflow:hidden;position:relative}.project-card .project-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.project-card:hover .project-image{transform:scale(1.1)}.project-card .image-gradient{background:linear-gradient(180deg,#0000 0,#0009);bottom:0;left:0;position:absolute;right:0;top:0}.project-card .project-number{align-items:center;background:linear-gradient(135deg,#ff8c00,gold);border-radius:50%;box-shadow:0 4px 15px #ff8c004d;color:#1a1a1a;display:flex;font-size:1.2rem;font-weight:700;height:50px;justify-content:center;position:absolute;right:20px;top:20px;width:50px}.project-card .project-info{color:#fff}.project-card .project-meta-row{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:20px}.project-card .meta-group{display:flex;flex-direction:column;gap:5px}.project-card .meta-label{color:#ccc;font-size:.8rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.project-card .meta-value{align-items:center;color:#fff;display:flex;font-size:.9rem;font-weight:600;gap:6px}.project-card .project-description{margin-bottom:25px}.project-card .project-description p{color:#ccc;font-size:.95rem;line-height:1.6;margin:0}.project-card .features-section{margin-bottom:30px}.project-card .features-title{align-items:center;color:#fff;display:flex;font-size:1.1rem;font-weight:600;gap:8px;margin-bottom:15px}.project-card .features-title:before{content:"⭐";font-size:1rem}.project-card .features-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.project-card .feature-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ff8c0033;border-radius:10px;display:flex;gap:10px;padding:8px 12px;transition:all .3s ease}.project-card .feature-item:hover{background:#ff8c001a;border-color:#ff8c0066;transform:translateX(5px)}.project-card .feature-icon{color:#28a745;font-size:.9rem;font-weight:700}.project-card .feature-text{color:#ccc;font-size:.85rem;font-weight:500}.project-card .card-actions{display:flex;flex-wrap:wrap;gap:15px}.project-card .btn-primary,.project-card .btn-secondary{align-items:center;border:none;border-radius:25px;cursor:pointer;display:flex;flex:1 1;font-size:.95rem;font-weight:600;gap:8px;justify-content:center;min-width:180px;overflow:hidden;padding:12px 20px;position:relative;transition:all .3s ease}.project-card .btn-primary:before,.project-card .btn-secondary:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.project-card .btn-primary:hover:before,.project-card .btn-secondary:hover:before{left:100%}.project-card .btn-primary{background:linear-gradient(135deg,#ff8c00,gold);color:#1a1a1a}.project-card .btn-primary:hover{background:linear-gradient(135deg,gold,#ff8c00);box-shadow:0 10px 25px #ff8c0066;transform:translateY(-3px)}.project-card .btn-secondary{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff}.project-card .btn-secondary:hover{background:linear-gradient(135deg,#128c7e,#0d6e5d);box-shadow:0 10px 25px #25d36666;transform:translateY(-3px)}.project-card .btn-icon{font-size:1rem}.project-card .btn-arrow{font-size:1rem;transition:transform .3s ease}.project-card .btn-primary:hover .btn-arrow{transform:translateX(5px)}.project-card:first-child{animation-delay:.1s}.project-card:nth-child(2){animation-delay:.2s}.project-card:nth-child(3){animation-delay:.3s}.project-card:nth-child(4){animation-delay:.4s}.project-card:nth-child(5){animation-delay:.5s}.project-card:nth-child(6){animation-delay:.6s}@media (max-width:768px){.project-card .card-header{padding:20px 20px 0}.project-card .card-body{padding:0 20px 20px}.project-card .project-title{font-size:1.4rem}.project-card .project-image-wrapper{height:200px;margin:15px 0}.project-card .project-meta-row{gap:12px;grid-template-columns:1fr}.project-card .features-grid{gap:10px;grid-template-columns:1fr}.project-card .card-actions{flex-direction:column;gap:12px}.project-card .btn-primary,.project-card .btn-secondary{min-width:auto;padding:10px 16px}.project-card .project-number{font-size:1rem;height:40px;right:15px;top:15px;width:40px}}@media (max-width:480px){.project-card .card-header{padding:15px 15px 0}.project-card .card-body{padding:0 15px 15px}.project-card .project-title{font-size:1.2rem}.project-card .project-badges{gap:8px}.project-card .category-badge,.project-card .status-badge{font-size:.8rem;padding:6px 12px}.project-card .project-description p{font-size:.9rem}.project-card .feature-item{padding:6px 10px}.project-card .feature-text{font-size:.8rem}}.projects-section{background:linear-gradient(135deg,#0f0f0f,#1a1a1a 50%,#0f0f0f);min-height:100vh;padding:80px 0;position:relative}.projects-section:before{background:radial-gradient(circle at 20% 30%,#ff8c000d 0,#0000 50%),radial-gradient(circle at 80% 70%,#ffd7000d 0,#0000 50%),radial-gradient(circle at 40% 80%,#ff8c0008 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.projects-section .container{margin:0 auto;max-width:1400px;padding:0 20px;position:relative;z-index:1}.projects-section .projects-header{margin-bottom:60px;text-align:center}.projects-section .section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700;margin-bottom:15px;position:relative}.projects-section .section-title:after{background:linear-gradient(90deg,#ff8c00,gold);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.projects-section .section-subtitle{color:#b0b0b0;font-size:1.2rem;font-weight:400;margin-top:20px}.projects-section .category-filter{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-bottom:50px}.projects-section .category-btn{background:linear-gradient(135deg,#2a2a2a,#3d3d3d);border:2px solid #555;border-radius:25px;box-shadow:0 4px 15px #0003;color:#e0e0e0;cursor:pointer;font-size:1rem;font-weight:600;overflow:hidden;padding:12px 24px;position:relative;transition:all .3s ease}.projects-section .category-btn:before{background:linear-gradient(135deg,#ff8c00,gold);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease;z-index:-1}.projects-section .category-btn.active:before,.projects-section .category-btn:hover:before{opacity:1}.projects-section .category-btn.active,.projects-section .category-btn:hover{border-color:#ff8c00;box-shadow:0 8px 25px #ff8c0066;color:#1a1a1a;font-weight:700;transform:translateY(-2px)}.projects-section .projects-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(2,1fr);margin-bottom:60px}.projects-section .large-featured-card{background:linear-gradient(135deg,#2a2a2a,#3d3d3d);border:3px solid #444;border-radius:25px;box-shadow:0 10px 30px #0000004d;overflow:hidden;position:relative;transition:all .4s ease}.projects-section .large-featured-card:before{background:linear-gradient(90deg,#ff8c00,gold);content:"";height:6px;left:0;position:absolute;right:0;top:0;z-index:1}.projects-section .large-featured-card:hover{background:linear-gradient(135deg,#3d3d3d,#4a4a4a);border-color:#ff8c00;box-shadow:0 25px 60px #ff8c0066;transform:translateY(-10px)}.projects-section .large-featured-card .card-header{background:linear-gradient(135deg,#ff8c000d,#0000);border-bottom:1px solid #555;padding:30px 30px 20px}.projects-section .large-featured-card .project-badges{display:flex;gap:10px;margin-bottom:15px}.projects-section .large-featured-card .status-badge.completed{background:linear-gradient(135deg,#28a745,#20c997);border-radius:20px;box-shadow:0 2px 8px #28a7454d;color:#fff;font-size:.8rem;font-weight:600;padding:6px 12px}.projects-section .large-featured-card .status-badge.ongoing{background:linear-gradient(135deg,#ffc107,#fd7e14);border-radius:20px;box-shadow:0 2px 8px #ffc1074d;color:#1a1a1a;font-size:.8rem;font-weight:600;padding:6px 12px}.projects-section .large-featured-card .category-badge{background:linear-gradient(135deg,#ff8c00,gold);border-radius:15px;box-shadow:0 2px 8px #ff8c004d;color:#1a1a1a;font-size:.8rem;font-weight:600;padding:6px 12px}.projects-section .large-featured-card .project-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:700;line-height:1.3;margin:0;text-shadow:0 2px 4px #0000004d}.projects-section .large-featured-card .card-body{grid-gap:30px;background:linear-gradient(135deg,#ff8c0005,#0000);display:grid;gap:30px;grid-template-columns:1fr 1fr;padding:30px}.projects-section .large-featured-card .project-image-wrapper{border-radius:15px;box-shadow:0 8px 25px #0006;height:350px;overflow:hidden;position:relative}.projects-section .large-featured-card .project-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.projects-section .large-featured-card:hover .project-image{transform:scale(1.05)}.projects-section .large-featured-card .image-gradient{background:linear-gradient(0deg,#ff8c0066,#0000);bottom:0;height:50%;left:0;position:absolute;right:0}.projects-section .large-featured-card .project-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff8c00,gold);-webkit-background-clip:text;background-clip:text;filter:drop-shadow(0 2px 4px rgba(255,140,0,.3));font-size:3rem;font-weight:900;position:absolute;right:20px;text-shadow:2px 2px 8px #000c;top:20px;z-index:2}.projects-section .large-featured-card .project-meta-row{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(3,1fr);margin-bottom:20px}.projects-section .large-featured-card .meta-group{background:linear-gradient(135deg,#ff8c001a,#ffd7000d);border:1px solid #ff8c0033;border-radius:10px;display:flex;flex-direction:column;gap:5px;padding:12px}.projects-section .large-featured-card .meta-label{color:#ff8c00;font-size:.8rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.projects-section .large-featured-card .meta-value{color:#f0f0f0;font-size:.9rem;font-weight:600}.projects-section .large-featured-card .project-description{background:linear-gradient(135deg,#ff8c000d,#0000);border-left:3px solid #ff8c00;border-radius:10px;color:#d0d0d0;font-size:.95rem;line-height:1.6;margin-bottom:25px;padding:15px}.projects-section .large-featured-card .features-section{margin-bottom:25px}.projects-section .large-featured-card .features-title{align-items:center;color:#f0f0f0;display:flex;font-size:1.1rem;font-weight:600;gap:8px;margin-bottom:15px}.projects-section .large-featured-card .features-title:before{background:linear-gradient(135deg,#ff8c00,gold);border-radius:2px;content:"";height:20px;width:4px}.projects-section .large-featured-card .features-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.projects-section .large-featured-card .feature-item{align-items:center;background:linear-gradient(135deg,#ff8c001a,#ffd7000d);border:1px solid #ff8c0033;border-radius:8px;display:flex;font-size:.9rem;gap:10px;padding:8px 12px;transition:all .3s ease}.projects-section .large-featured-card .feature-item:hover{background:linear-gradient(135deg,#ff8c0026,#ffd7001a);border-color:#ff8c0066;transform:translateY(-2px)}.projects-section .large-featured-card .feature-icon{align-items:center;background:linear-gradient(135deg,#ff8c00,gold);border-radius:50%;box-shadow:0 2px 4px #ff8c004d;color:#ff8c00;color:#1a1a1a;display:flex;flex-shrink:0;font-size:.9rem;font-weight:700;height:18px;justify-content:center;width:18px}.projects-section .large-featured-card .feature-text{color:#e0e0e0;font-weight:500}.projects-section .large-featured-card .card-actions{display:flex;flex-wrap:wrap;gap:15px}.projects-section .large-featured-card .btn-primary{align-items:center;background:linear-gradient(135deg,#ff8c00,gold);border:none;border-radius:25px;box-shadow:0 4px 15px #ff8c004d;color:#1a1a1a;cursor:pointer;display:flex;flex:1 1;font-size:.95rem;font-weight:700;gap:8px;justify-content:center;min-width:180px;padding:15px 25px;transition:all .3s ease}.projects-section .large-featured-card .btn-primary:hover{background:linear-gradient(135deg,gold,#ff8c00);box-shadow:0 8px 25px #ff8c0080;transform:translateY(-2px)}.projects-section .large-featured-card .btn-secondary{align-items:center;background:linear-gradient(135deg,#ff8c001a,#ffd7001a);border:2px solid #ff8c00;border-radius:25px;color:#f0f0f0;cursor:pointer;display:flex;flex:1 1;font-size:.95rem;font-weight:600;gap:8px;justify-content:center;min-width:140px;padding:15px 25px;transition:all .3s ease}.projects-section .large-featured-card .btn-secondary:hover{background:linear-gradient(135deg,#ff8c00,gold);box-shadow:0 4px 15px #ff8c0066;color:#1a1a1a;transform:translateY(-2px)}.projects-section .large-featured-card .btn-icon{font-size:1rem}.projects-section .large-featured-card .btn-arrow{font-size:1.1rem;transition:transform .3s ease}.projects-section .large-featured-card .btn-primary:hover .btn-arrow{transform:translateX(5px)}.projects-section .project-stats{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:60px}.projects-section .stat-item{background:linear-gradient(135deg,#2a2a2a,#3d3d3d);border:2px solid #555;border-radius:15px;box-shadow:0 8px 25px #0000004d;overflow:hidden;padding:30px;position:relative;text-align:center;transition:all .3s ease}.projects-section .stat-item:before{background:linear-gradient(90deg,#ff8c00,gold);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.projects-section .stat-item:hover:before{transform:scaleX(1)}.projects-section .stat-item:hover{background:linear-gradient(135deg,#3d3d3d,#4a4a4a);border-color:#ff8c00;box-shadow:0 15px 40px #ff8c0066;transform:translateY(-5px)}.projects-section .stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff8c00,gold);-webkit-background-clip:text;background-clip:text;filter:drop-shadow(0 2px 4px rgba(255,140,0,.3));font-size:2.5rem;font-weight:700;margin-bottom:10px}.projects-section .stat-label{color:#e0e0e0;font-size:1rem;font-weight:500}.projects-section .projects-cta{background:linear-gradient(135deg,#2a2a2a,#3d3d3d);border:2px solid #555;border-radius:20px;box-shadow:0 10px 30px #0006;overflow:hidden;padding:50px;position:relative;text-align:center}.projects-section .projects-cta:before{background:linear-gradient(90deg,#ff8c00,gold);content:"";height:4px;left:0;position:absolute;right:0;top:0}.projects-section .projects-cta:after{background:radial-gradient(circle at 30% 20%,#ff8c001a 0,#0000 50%),radial-gradient(circle at 70% 80%,#ffd7001a 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.projects-section .projects-cta h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:600;margin-bottom:15px;position:relative;z-index:1}.projects-section .projects-cta p{color:#d0d0d0;font-size:1.1rem;margin-bottom:30px;position:relative;z-index:1}.projects-section .cta-btn{align-items:center;background:linear-gradient(135deg,#ff8c00,gold);border:none;border-radius:30px;box-shadow:0 6px 20px #ff8c0066;color:#1a1a1a;cursor:pointer;display:inline-flex;font-size:1.2rem;font-weight:700;gap:12px;overflow:hidden;padding:18px 40px;position:relative;transition:all .3s ease;z-index:1}.projects-section .cta-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.projects-section .cta-btn:hover:before{left:100%}.projects-section .cta-btn:hover{background:linear-gradient(135deg,gold,#ff8c00);box-shadow:0 10px 30px #ff8c0099;transform:translateY(-3px)}.projects-section .btn-text{position:relative;z-index:2}.projects-section .btn-arrow{font-size:1.3rem;position:relative;transition:transform .3s ease;z-index:2}.projects-section .cta-btn:hover .btn-arrow{transform:translateX(5px)}@media (max-width:1200px){.projects-section .projects-grid{gap:30px;grid-template-columns:repeat(2,1fr)}.projects-section .large-featured-card .card-body{gap:25px}.projects-section .large-featured-card .project-image-wrapper{height:300px}.projects-section .large-featured-card .project-number{font-size:2.5rem}}@media (max-width:768px){.projects-section{padding:60px 0}.projects-section .container{padding:0 15px}.projects-section .section-title{font-size:2.5rem}.projects-section .projects-grid{gap:25px;grid-template-columns:1fr}.projects-section .large-featured-card .card-body{gap:20px;grid-template-columns:1fr}.projects-section .large-featured-card .project-meta-row{gap:10px;grid-template-columns:1fr}.projects-section .large-featured-card .features-grid{grid-template-columns:1fr}.projects-section .large-featured-card .card-actions{flex-direction:column;gap:12px}.projects-section .large-featured-card .btn-primary,.projects-section .large-featured-card .btn-secondary{min-width:auto;width:100%}.projects-section .category-filter{gap:10px}.projects-section .category-btn{font-size:.9rem;padding:10px 20px}.projects-section .project-stats{gap:20px;grid-template-columns:repeat(2,1fr)}.projects-section .stat-item{padding:20px}.projects-section .stat-number{font-size:2rem}.projects-section .projects-cta{padding:30px}.projects-section .projects-cta h3{font-size:1.5rem}.projects-section .cta-btn{font-size:1.1rem;padding:15px 30px}}@media (max-width:480px){.projects-section .section-title{font-size:2rem}.projects-section .large-featured-card .card-body,.projects-section .large-featured-card .card-header{padding:20px}.projects-section .large-featured-card .project-image-wrapper{height:250px}.projects-section .large-featured-card .project-title{font-size:1.5rem}.projects-section .large-featured-card .project-number{font-size:2rem;right:15px;top:15px}.projects-section .large-featured-card .features-title{font-size:1rem}.projects-section .project-stats{grid-template-columns:1fr}.projects-section .projects-cta{padding:25px}.projects-section .cta-btn{font-size:1rem;padding:12px 25px}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.testimonials-section{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);overflow:hidden;padding:80px 0;position:relative}.testimonials-section:before{background:radial-gradient(circle at 20% 20%,#ff8c001a 0,#0000 50%),radial-gradient(circle at 80% 80%,#ffd7001a 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.testimonials-section .testimonials-container{margin:0 auto;max-width:1200px;padding:0 20px;position:relative;z-index:1}.testimonials-section .testimonials-header{margin-bottom:60px;text-align:center}.testimonials-section .testimonials-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff8c00,gold);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700;margin-bottom:20px;text-shadow:0 4px 20px #ff8c004d}.testimonials-section .testimonials-subtitle{color:#ccc;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px}.testimonials-section .testimonials-carousel{margin-bottom:60px;position:relative}.testimonials-section .testimonials-swiper{overflow:visible;padding:20px 0 60px}.testimonials-section .testimonial-card{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:1px solid #ff8c0033;border-radius:20px;box-shadow:0 10px 30px #0000004d;display:flex;flex-direction:column;height:100%;padding:30px;position:relative;transition:all .3s ease}.testimonials-section .testimonial-card:before{background:linear-gradient(135deg,#ff8c00,gold,#ff8c00);border-radius:22px;bottom:-2px;content:"";left:-2px;opacity:0;position:absolute;right:-2px;top:-2px;transition:opacity .3s ease;z-index:-1}.testimonials-section .testimonial-card:hover:before{opacity:1}.testimonials-section .testimonial-card:hover{box-shadow:0 20px 40px #ff8c0033;transform:translateY(-10px)}.testimonials-section .testimonial-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:25px}.testimonials-section .client-info{align-items:center;display:flex;gap:15px}.testimonials-section .client-avatar{border:3px solid;border-image:linear-gradient(135deg,#ff8c00,gold) 1;border-radius:50%;height:60px;overflow:hidden;position:relative;width:60px}.testimonials-section .client-avatar:before{background:linear-gradient(135deg,#ff8c00,gold);border-radius:50%;bottom:-3px;content:"";left:-3px;position:absolute;right:-3px;top:-3px;z-index:-1}.testimonials-section .client-avatar img{border-radius:50%;height:100%;object-fit:cover;width:100%}.testimonials-section .client-details{flex:1 1}.testimonials-section .client-name{color:#fff;font-size:1.3rem;font-weight:600;margin:0 0 5px}.testimonials-section .client-role{color:#ff8c00;font-size:.95rem;font-weight:500;margin:0 0 3px}.testimonials-section .client-location{color:#999;font-size:.85rem;margin:0}.testimonials-section .testimonial-rating{display:flex;gap:3px}.testimonials-section .star{color:#666;font-size:1.2rem;transition:color .2s ease}.testimonials-section .star.filled{color:gold;text-shadow:0 0 10px #ffd70080}.testimonials-section .testimonial-content{flex:1 1;margin-bottom:25px}.testimonials-section .testimonial-text{color:#ccc;font-size:1.1rem;font-style:italic;line-height:1.7;margin:0;position:relative}.testimonials-section .testimonial-text:before{color:#ff8c004d;content:'"';font-family:serif;font-size:4rem;left:-15px;line-height:1;position:absolute;top:-20px}.testimonials-section .testimonial-footer{border-top:1px solid #ff8c0033;padding-top:20px}.testimonials-section .property-info{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.testimonials-section .property-name{color:#ff8c00;font-size:.95rem;font-weight:500}.testimonials-section .testimonial-date{color:#999;font-size:.85rem}.testimonials-section .testimonials-navigation{display:flex;gap:20px;justify-content:center;margin-top:30px}.testimonials-section .nav-button{align-items:center;background:linear-gradient(135deg,#ff8c00,gold);border:none;border-radius:50%;box-shadow:0 4px 15px #ff8c004d;color:#fff;cursor:pointer;display:flex;height:50px;justify-content:center;transition:all .3s ease;width:50px}.testimonials-section .nav-button:hover{box-shadow:0 8px 25px #ff8c0066;transform:translateY(-3px)}.testimonials-section .nav-button:active{transform:translateY(-1px)}.testimonials-section .nav-button.swiper-button-disabled{cursor:not-allowed;opacity:.5;transform:none}.testimonials-section .testimonials-pagination{display:flex;gap:10px;justify-content:center;margin-top:30px}.testimonials-section .testimonials-bullet{background:#ff8c004d;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.testimonials-section .testimonials-bullet-active{background:linear-gradient(135deg,#ff8c00,gold);box-shadow:0 0 15px #ff8c0080;transform:scale(1.2)}.testimonials-section .testimonials-stats{grid-gap:30px;border-top:1px solid #ff8c0033;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:60px;padding-top:60px}.testimonials-section .stat-item{background:linear-gradient(135deg,#ff8c001a,#ffd7001a);border:1px solid #ff8c0033;border-radius:15px;padding:30px 20px;text-align:center;transition:all .3s ease}.testimonials-section .stat-item:hover{box-shadow:0 15px 35px #ff8c0033;transform:translateY(-5px)}.testimonials-section .stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff8c00,gold);-webkit-background-clip:text;background-clip:text;display:block;font-size:3rem;font-weight:700;margin-bottom:10px}.testimonials-section .stat-label{color:#ccc;font-size:1.1rem;font-weight:500}@media (max-width:768px){.testimonials-section{padding:60px 0}.testimonials-section .testimonials-title{font-size:2.5rem}.testimonials-section .testimonials-subtitle{font-size:1.1rem}.testimonials-section .testimonial-card{margin:0 10px;padding:25px}.testimonials-section .testimonial-header{align-items:flex-start;flex-direction:column;gap:15px}.testimonials-section .client-info{width:100%}.testimonials-section .testimonial-rating{align-self:flex-end}.testimonials-section .testimonials-stats{gap:20px;grid-template-columns:repeat(2,1fr)}.testimonials-section .stat-number{font-size:2.5rem}.testimonials-section .nav-button{height:45px;width:45px}}@media (max-width:480px){.testimonials-section .testimonials-container{padding:0 15px}.testimonials-section .testimonials-title{font-size:2rem}.testimonials-section .testimonial-card{padding:20px}.testimonials-section .client-avatar{height:50px;width:50px}.testimonials-section .client-name{font-size:1.2rem}.testimonials-section .testimonial-text{font-size:1rem}.testimonials-section .testimonials-stats{grid-template-columns:1fr}.testimonials-section .property-info{align-items:flex-start;flex-direction:column}}.testimonials-section .testimonials-swiper .swiper-slide{display:flex;height:auto}.testimonials-section .testimonials-swiper .swiper-slide-active .testimonial-card{transform:scale(1.02)}.testimonials-section .testimonials-swiper .swiper-wrapper{align-items:stretch}@keyframes countUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.testimonials-section .stat-item{animation:countUp .6s ease-out forwards}.testimonials-section .stat-item:first-child{animation-delay:.1s}.testimonials-section .stat-item:nth-child(2){animation-delay:.2s}.testimonials-section .stat-item:nth-child(3){animation-delay:.3s}.testimonials-section .stat-item:nth-child(4){animation-delay:.4s}.faq-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:100px 0;position:relative}.faq-section:before{background:radial-gradient(circle at 20% 80%,#ff8c0008 0,#0000 50%),radial-gradient(circle at 80% 20%,#ffd70008 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.faq-section .faq-container{margin:0 auto;max-width:1000px;padding:0 20px;position:relative;z-index:1}.faq-section .faq-header{margin-bottom:60px;text-align:center}.faq-section .faq-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff8c00,gold);-webkit-background-clip:text;background-clip:text;color:#2c3e50;font-size:3rem;font-weight:700;margin-bottom:20px;text-shadow:0 4px 8px #0000001a}.faq-section .faq-subtitle{color:#6c757d;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px}.faq-section .faq-list{display:flex;flex-direction:column;gap:20px;margin-bottom:60px}.faq-section .faq-item{background:#fff;border:1px solid #ff8c001a;border-radius:15px;box-shadow:0 5px 20px #00000014;overflow:hidden;position:relative;transition:all .3s ease}.faq-section .faq-item:before{background:linear-gradient(135deg,#ff8c00,gold);content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.faq-section .faq-item.active:before,.faq-section .faq-item:hover:before{transform:scaleX(1)}.faq-section .faq-item:hover{box-shadow:0 15px 35px #ff8c0026;transform:translateY(-5px)}.faq-section .faq-item.active{border-color:#ff8c004d;box-shadow:0 10px 30px #ff8c001a}.faq-section .faq-question{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:space-between;padding:25px 30px;position:relative;text-align:left;transition:all .3s ease;width:100%}.faq-section .faq-question:hover{background:linear-gradient(135deg,#ff8c000d,#ffd7000d)}.faq-section .question-text{color:#2c3e50;flex:1 1;font-size:1.2rem;font-weight:600;line-height:1.5;margin-right:20px}.faq-section .faq-icon{align-items:center;background:linear-gradient(135deg,#ff8c001a,#ffd7001a);border-radius:50%;color:#ff8c00;display:flex;flex-shrink:0;font-size:1.5rem;font-weight:700;height:40px;justify-content:center;transition:all .3s ease;width:40px}.faq-section .faq-item.active .faq-icon{background:linear-gradient(135deg,#ff8c00,gold);color:#fff;transform:rotate(180deg)}.faq-section .faq-answer{background:linear-gradient(135deg,#f8f9facc,#e9ecefcc);max-height:0;overflow:hidden;transition:all .3s ease}.faq-section .faq-answer.expanded{max-height:300px}.faq-section .answer-content{border-top:1px solid #ff8c001a;padding:0 30px 25px}.faq-section .answer-content p{animation:fadeInUp .3s ease;color:#495057;font-size:1rem;line-height:1.7;margin:20px 0 0}.faq-section .faq-contact{background:#fff;border:1px solid #ff8c001a;border-radius:20px;box-shadow:0 10px 30px #00000014;overflow:hidden;padding:40px;position:relative;text-align:center}.faq-section .faq-contact:before{background:linear-gradient(135deg,#ff8c0005,#ffd70005);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.faq-section .faq-contact p{color:#2c3e50;font-size:1.2rem;margin-bottom:25px;position:relative;z-index:1}.faq-section .contact-options{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;position:relative;z-index:1}.faq-section .contact-btn{align-items:center;background:linear-gradient(135deg,#ff8c00,gold);border-radius:50px;box-shadow:0 5px 15px #ff8c004d;color:#fff;display:inline-flex;font-size:1rem;font-weight:600;gap:10px;overflow:hidden;padding:15px 30px;position:relative;text-decoration:none;transition:all .3s ease}.faq-section .contact-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.faq-section .contact-btn:hover:before{left:100%}.faq-section .contact-btn:hover{box-shadow:0 10px 25px #ff8c0066;transform:translateY(-3px)}.faq-section .contact-btn.whatsapp{background:linear-gradient(135deg,#25d366,#128c7e);box-shadow:0 5px 15px #25d3664d}.faq-section .contact-btn.whatsapp:hover{box-shadow:0 10px 25px #25d36666}.faq-section .faq-item{animation:fadeInUp .6s ease-out forwards}.faq-section .faq-item:first-child{animation-delay:.1s}.faq-section .faq-item:nth-child(2){animation-delay:.2s}.faq-section .faq-item:nth-child(3){animation-delay:.3s}@media (max-width:768px){.faq-section{padding:80px 0}.faq-section .faq-container{padding:0 15px}.faq-section .faq-title{font-size:2.5rem}.faq-section .faq-subtitle{font-size:1.1rem}.faq-section .faq-question{padding:20px 25px}.faq-section .question-text{font-size:1.1rem;margin-right:15px}.faq-section .faq-icon{font-size:1.3rem;height:35px;width:35px}.faq-section .answer-content{padding:0 25px 20px}.faq-section .answer-content p{font-size:.95rem}.faq-section .faq-contact{padding:30px 25px}.faq-section .contact-options{align-items:center;flex-direction:column}.faq-section .contact-btn{justify-content:center;max-width:250px;width:100%}}@media (max-width:480px){.faq-section .faq-title{font-size:2rem}.faq-section .faq-question{padding:18px 20px}.faq-section .question-text{font-size:1rem}.faq-section .faq-icon{font-size:1.2rem;height:30px;width:30px}.faq-section .answer-content{padding:0 20px 18px}.faq-section .faq-contact{padding:25px 20px}.faq-section .faq-contact p{font-size:1.1rem}.faq-section .contact-btn{font-size:.95rem;padding:12px 25px}}.faq-section .faq-question:focus-visible{outline:2px solid #ff8c00;outline-offset:2px}.faq-section .contact-btn:focus-visible{outline:2px solid #ff8c00;outline-offset:2px}.contact-section{background:linear-gradient(135deg,#f8f9fa,#fff 50%,#f1f3f4);overflow:hidden;padding:80px 0;position:relative}.contact-section:before{background:radial-gradient(circle at 20% 20%,#ff8c000d 0,#0000 50%),radial-gradient(circle at 80% 80%,#ffd7000d 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.contact-section .contact-container{margin:0 auto;max-width:1200px;padding:0 20px;position:relative;z-index:1}.contact-section .contact-content{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:1fr 1fr}.contact-section .contact-info{padding-right:20px}.contact-section .contact-header{margin-bottom:40px}.contact-section .contact-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff8c00,gold);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700;margin-bottom:20px;text-shadow:0 2px 10px #ff8c0033}.contact-section .contact-subtitle{color:#555;font-size:1.2rem;line-height:1.6;margin:0}.contact-section .contact-details{display:flex;flex-direction:column;gap:30px}.contact-section .contact-item{align-items:flex-start;background:#fffc;border:1px solid #ff8c001a;border-radius:15px;box-shadow:0 5px 20px #0000001a;display:flex;gap:20px;padding:25px;transition:all .3s ease}.contact-section .contact-item:hover{border-color:#ff8c004d;box-shadow:0 10px 30px #ff8c0026;transform:translateY(-5px)}.contact-section .contact-icon{align-items:center;background:linear-gradient(135deg,#ff8c00,gold);border-radius:12px;box-shadow:0 4px 15px #ff8c004d;color:#fff;display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.contact-section .contact-text h4{color:#333;font-size:1.3rem;font-weight:600;margin:0 0 8px}.contact-section .contact-text p{color:#666;font-size:1rem;line-height:1.5;margin:0}.contact-section .contact-form-wrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #ff8c001a;border-radius:20px;box-shadow:0 10px 40px #0000001a;padding:40px}.contact-section .form-title{color:#333;font-size:2rem;font-weight:600;margin-bottom:30px;position:relative;text-align:center}.contact-section .form-title:after{background:linear-gradient(135deg,#ff8c00,gold);border-radius:2px;bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.contact-section .form-group{margin-bottom:25px}.contact-section .form-label{color:#333;display:block;font-size:1rem;font-weight:600;margin-bottom:8px}.contact-section .form-input,.contact-section .form-textarea{background:#fff;border:2px solid #e0e0e0;border-radius:12px;box-sizing:border-box;color:#333;font-family:inherit;font-size:1rem;padding:15px 20px;transition:all .3s ease;width:100%}.contact-section .form-input:focus,.contact-section .form-textarea:focus{border-color:#ff8c00;box-shadow:0 0 0 3px #ff8c001a;outline:none;transform:translateY(-2px)}.contact-section .form-input::placeholder,.contact-section .form-textarea::placeholder{color:#999}.contact-section .form-textarea{line-height:1.6;min-height:120px;resize:vertical}.contact-section .form-input.error,.contact-section .form-textarea.error{border-color:#dc3545;box-shadow:0 0 0 3px #dc35451a}.contact-section .error-message{color:#dc3545;display:block;font-size:.875rem;font-weight:500;margin-top:5px}.contact-section .submit-button{align-items:center;background:linear-gradient(135deg,#ff8c00,gold);border:none;border-radius:12px;box-shadow:0 4px 20px #ff8c004d;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:10px;justify-content:center;letter-spacing:.5px;padding:18px 30px;text-transform:uppercase;transition:all .3s ease;width:100%}.contact-section .submit-button:hover:not(:disabled){box-shadow:0 8px 30px #ff8c0066;transform:translateY(-3px)}.contact-section .submit-button:active{transform:translateY(-1px)}.contact-section .submit-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.contact-section .submit-button.submitting{background:linear-gradient(135deg,#cc7000,#ca0)}.contact-section .spinner{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;width:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.contact-section .status-message{align-items:center;animation:slideIn .3s ease-out;border-radius:10px;display:flex;font-weight:500;gap:10px;margin-top:20px;padding:15px 20px}.contact-section .status-message.success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.contact-section .status-message.error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:968px){.contact-section .contact-content{gap:40px;grid-template-columns:1fr}.contact-section .contact-info{padding-right:0}.contact-section .contact-title{font-size:2.5rem}}@media (max-width:768px){.contact-section{padding:60px 0}.contact-section .contact-title{font-size:2.2rem}.contact-section .contact-subtitle{font-size:1.1rem}.contact-section .contact-form-wrapper{padding:30px 25px}.contact-section .form-title{font-size:1.8rem}.contact-section .contact-item{padding:20px}.contact-section .contact-icon{height:45px;width:45px}.contact-section .contact-text h4{font-size:1.2rem}}@media (max-width:480px){.contact-section .contact-container{padding:0 15px}.contact-section .contact-title{font-size:2rem}.contact-section .contact-form-wrapper{padding:25px 20px}.contact-section .form-title{font-size:1.6rem}.contact-section .form-input,.contact-section .form-textarea{padding:12px 15px}.contact-section .submit-button{font-size:1rem;padding:15px 25px}.contact-section .contact-item{align-items:center;flex-direction:column;text-align:center}.contact-section .contact-text{text-align:center}}.contact-section .form-input:focus-visible,.contact-section .form-textarea:focus-visible,.contact-section .submit-button:focus-visible{outline:2px solid #ff8c00;outline-offset:2px}*{transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.properties-page{background:#fff;min-height:100vh}.properties-page .properties-hero{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);overflow:hidden;padding:120px 0 80px;position:relative}.properties-page .properties-hero:before{background:radial-gradient(circle at 20% 80%,#ff8c001a 0,#0000 50%),radial-gradient(circle at 80% 20%,#ffd7001a 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.properties-page .hero-content{margin:0 auto;max-width:1200px;padding:0 20px;position:relative;text-align:center;z-index:1}.properties-page .hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff8c00,gold);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:3.5rem;font-weight:700;margin-bottom:20px}.properties-page .hero-subtitle{color:#ccc;font-size:1.3rem;line-height:1.6;margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:600px}.properties-page .hero-stats{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;margin-top:40px}.properties-page .stat-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ff8c0033;border-radius:15px;padding:20px 30px;text-align:center;transition:all .3s ease}.properties-page .stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff8c00,gold);-webkit-background-clip:text;background-clip:text;display:block;font-size:2.5rem;font-weight:700;margin-bottom:5px}.properties-page .stat-label{color:#ccc;font-size:.9rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.properties-page .properties-container{margin:0 auto;max-width:1400px;padding:80px 20px}.properties-page .properties-header{margin-bottom:60px;text-align:center}.properties-page .section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff8c00,gold);-webkit-background-clip:text;background-clip:text;color:#2c3e50;font-size:3rem;font-weight:700;margin-bottom:20px}.properties-page .section-subtitle{color:#6c757d;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px}.properties-page .filter-buttons{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-bottom:50px}.properties-page .filter-btn{background:#fff;border:2px solid #e9ecef;border-radius:50px;color:#6c757d;cursor:pointer;font-size:1rem;font-weight:600;overflow:hidden;padding:12px 25px;position:relative;transition:all .3s ease}.properties-page .filter-btn.active{background:linear-gradient(135deg,#ff8c00,gold);border-color:#ff8c00;box-shadow:0 8px 25px #ff8c004d;color:#fff;transform:translateY(-2px)}.properties-page .properties-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:60px}.properties-page .no-properties{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:1px solid #ff8c001a;border-radius:20px;padding:60px 20px;text-align:center}.properties-page .no-properties h3{color:#2c3e50;font-size:1.8rem;font-weight:600;margin-bottom:15px}.properties-page .no-properties p{color:#6c757d;font-size:1.1rem;margin:0}@media (max-width:768px){.properties-page .properties-hero{padding:100px 0 60px}.properties-page .hero-title{font-size:2.8rem}.properties-page .hero-subtitle{font-size:1.1rem}.properties-page .hero-stats{align-items:center;flex-direction:column;gap:20px}.properties-page .stat-item{max-width:250px;padding:15px 20px;width:100%}.properties-page .properties-container{padding:60px 15px}.properties-page .section-title{font-size:2.5rem}.properties-page .filter-buttons{gap:10px}.properties-page .filter-btn{font-size:.9rem;padding:10px 20px}.properties-page .properties-grid{gap:20px;grid-template-columns:1fr}}@media (max-width:480px){.properties-page .hero-title{font-size:2.2rem}.properties-page .properties-container{padding:40px 15px}.properties-page .section-title{font-size:2rem}.properties-page .filter-buttons{align-items:center;flex-direction:column}.properties-page .filter-btn{max-width:280px;width:100%}}.projects-page{background:linear-gradient(135deg,#0f0f0f,#1a1a1a);color:#fff;min-height:100vh;padding-top:80px}.projects-page .projects-hero{background:linear-gradient(135deg,#1a1a1a,#2d2d2d 50%,#1a1a1a);overflow:hidden;padding:80px 0;position:relative;text-align:center}.projects-page .projects-hero:before{background:linear-gradient(135deg,#ff8c001a,#ffd7000d);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.projects-page .hero-content{margin:0 auto;max-width:1200px;padding:0 20px;position:relative;z-index:2}.projects-page .hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff8c00,gold);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;margin-bottom:20px;text-align:center}.projects-page .hero-subtitle{color:#ccc;font-size:1.3rem;line-height:1.6;margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:800px}.projects-page .hero-stats{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin:0 auto;max-width:600px}.projects-page .stat-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ff8c0033;border-radius:15px;padding:20px;text-align:center;transition:all .3s ease}.projects-page .stat-item:hover{background:#ff8c001a;border-color:#ff8c0066;transform:translateY(-5px)}.projects-page .stat-number{color:gold;display:block;font-size:2.5rem;font-weight:700;margin-bottom:5px}.projects-page .stat-label{color:#ccc;font-size:.9rem;letter-spacing:.5px;text-transform:uppercase}.projects-page .commercial-hero{background:linear-gradient(135deg,#1a1a1a,#2d2d2d 50%,#1a1a1a),linear-gradient(45deg,#ff8c001a,#0000 50%)}.projects-page .residential-hero{background:linear-gradient(135deg,#1a1a1a,#2d2d2d 50%,#1a1a1a),linear-gradient(45deg,#228b221a,#0000 50%)}.projects-page .community-hero{background:linear-gradient(135deg,#1a1a1a,#2d2d2d 50%,#1a1a1a),linear-gradient(45deg,#8a2be21a,#0000 50%)}.projects-page .projects-container{margin:0 auto;max-width:1400px;padding:80px 20px}.projects-page .projects-header{margin-bottom:60px;text-align:center}.projects-page .section-title{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:20px}.projects-page .section-subtitle{color:#ccc;font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:600px}.projects-page .filter-buttons{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-bottom:50px}.projects-page .filter-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ff8c004d;border-radius:25px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:12px 24px;transition:all .3s ease}.projects-page .filter-btn:hover{background:#ff8c0033;border-color:#ff8c0080;transform:translateY(-2px)}.projects-page .filter-btn.active{background:linear-gradient(135deg,#ff8c00,gold);border-color:gold;color:#1a1a1a;font-weight:700}.projects-page .projects-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:60px}.projects-page .no-projects{background:#ffffff0d;border:1px solid #ff8c0033;border-radius:20px;padding:80px 20px;text-align:center}.projects-page .no-projects h3{color:#fff;font-size:1.5rem;margin-bottom:15px}.projects-page .no-projects p{color:#ccc;font-size:1rem}@media (max-width:1200px){.projects-page .projects-grid{gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}}@media (max-width:768px){.projects-page{padding-top:70px}.projects-page .projects-hero{padding:60px 0}.projects-page .hero-title{font-size:2.5rem}.projects-page .hero-subtitle{font-size:1.1rem;margin-bottom:30px}.projects-page .hero-stats{gap:20px;grid-template-columns:repeat(2,1fr)}.projects-page .stat-item{padding:15px}.projects-page .stat-number{font-size:2rem}.projects-page .projects-container{padding:60px 15px}.projects-page .section-title{font-size:2rem}.projects-page .section-subtitle{font-size:1rem}.projects-page .projects-grid{gap:25px;grid-template-columns:1fr}.projects-page .filter-buttons{gap:10px}.projects-page .filter-btn{font-size:.85rem;padding:10px 16px}}@media (max-width:480px){.projects-page .hero-title{font-size:2rem}.projects-page .hero-subtitle{font-size:1rem}.projects-page .hero-stats{gap:15px;grid-template-columns:1fr}.projects-page .stat-item{padding:12px}.projects-page .section-title,.projects-page .stat-number{font-size:1.8rem}.projects-page .filter-buttons{align-items:center;flex-direction:column}.projects-page .filter-btn{max-width:250px;width:100%}.projects-page .no-projects{padding:40px 15px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.projects-page .projects-grid>*{animation:fadeInUp .6s ease-out forwards}.projects-page .projects-grid>:first-child{animation-delay:.1s}.projects-page .projects-grid>:nth-child(2){animation-delay:.2s}.projects-page .projects-grid>:nth-child(3){animation-delay:.3s}.projects-page .projects-grid>:nth-child(4){animation-delay:.4s}.projects-page .projects-grid>:nth-child(5){animation-delay:.5s}.projects-page .projects-grid>:nth-child(6){animation-delay:.6s}.project-detail-page{background:linear-gradient(135deg,#0f0f0f,#1a1a1a);color:#fff;min-height:100vh;padding-top:80px}.project-detail-page .project-hero{align-items:center;display:flex;height:60vh;min-height:500px;overflow:hidden;position:relative}.project-detail-page .hero-background{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.project-detail-page .hero-background img{height:100%;object-fit:cover;width:100%}.project-detail-page .hero-overlay{background:linear-gradient(135deg,#000000b3,#00000080 50%,#000c);bottom:0;left:0;position:absolute;right:0;top:0;z-index:2}.project-detail-page .hero-content{position:relative;width:100%;z-index:3}.project-detail-page .container{margin:0 auto;max-width:1200px;padding:0 20px}.project-detail-page .breadcrumb{align-items:center;display:flex;gap:10px;margin-bottom:20px}.project-detail-page .breadcrumb-link{background:none;border:none;color:#ccc;cursor:pointer;font-size:.9rem;transition:color .3s ease}.project-detail-page .breadcrumb-link:hover{color:gold}.project-detail-page .breadcrumb-separator{color:#666;font-size:1.2rem}.project-detail-page .breadcrumb-current{color:gold;font-size:.9rem;font-weight:600}.project-detail-page .hero-badges{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:20px}.project-detail-page .status-badge{align-items:center;border-radius:25px;display:flex;font-size:.9rem;font-weight:600;gap:8px;letter-spacing:.5px;padding:10px 20px;text-transform:uppercase}.project-detail-page .status-badge.completed{background:linear-gradient(135deg,#28a745,#20c997);color:#fff}.project-detail-page .status-badge.ongoing{background:linear-gradient(135deg,#ff8c00,gold);color:#fff}.project-detail-page .status-badge.planning{background:linear-gradient(135deg,#6c757d,#495057);color:#fff}.project-detail-page .category-badge{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ff8c0033,#ffd70033);border:1px solid #ff8c004d;border-radius:25px;color:gold;display:flex;font-size:.9rem;font-weight:600;gap:8px;padding:10px 20px}.project-detail-page .project-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff8c00,gold);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:15px}.project-detail-page .project-location{align-items:center;color:#ccc;display:flex;font-size:1.2rem;gap:8px;margin-bottom:30px}.project-detail-page .hero-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));max-width:600px}.project-detail-page .stat-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ff8c0033;border-radius:15px;padding:15px;text-align:center}.project-detail-page .stat-label{color:#ccc;display:block;font-size:.8rem;letter-spacing:.5px;margin-bottom:5px;text-transform:uppercase}.project-detail-page .stat-value{color:gold;display:block;font-size:1.1rem;font-weight:700}.project-detail-page .project-content{padding:80px 0}.project-detail-page .content-grid{grid-gap:60px;display:grid;gap:60px;grid-template-columns:2fr 1fr}.project-detail-page .project-details{color:#fff}.project-detail-page .detail-section{margin-bottom:50px}.project-detail-page .section-title{color:#fff;font-size:2rem;font-weight:700;margin-bottom:25px;padding-bottom:15px;position:relative}.project-detail-page .section-title:after{background:linear-gradient(135deg,#ff8c00,gold);border-radius:2px;bottom:0;content:"";height:3px;left:0;position:absolute;width:60px}.project-detail-page .project-description{color:#ccc;font-size:1.1rem;line-height:1.8;margin:0}.project-detail-page .features-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.project-detail-page .feature-item{align-items:center;background:#ffffff0d;border:1px solid #ff8c0033;border-radius:12px;display:flex;gap:12px;padding:15px;transition:all .3s ease}.project-detail-page .feature-item:hover{background:#ff8c001a;border-color:#ff8c0066;transform:translateX(5px)}.project-detail-page .feature-icon{color:#28a745;font-size:1rem;font-weight:700;min-width:20px}.project-detail-page .feature-text{color:#ccc;font-size:.95rem;font-weight:500}.project-detail-page .info-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.project-detail-page .info-item{background:#ffffff0d;border:1px solid #ff8c0033;border-radius:12px;display:flex;flex-direction:column;gap:8px;padding:20px}.project-detail-page .info-label{color:#999;font-size:.85rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.project-detail-page .info-value{color:#fff;font-size:1rem;font-weight:600}.project-detail-page .project-sidebar{display:flex;flex-direction:column;gap:40px}.project-detail-page .gallery-section{background:#ffffff0d;border:1px solid #ff8c0033;border-radius:20px;padding:30px}.project-detail-page .gallery-section .section-title{font-size:1.4rem;margin-bottom:20px}.project-detail-page .main-image{border-radius:15px;height:250px;margin-bottom:15px;overflow:hidden;width:100%}.project-detail-page .main-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.project-detail-page .image-thumbnails{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,1fr)}.project-detail-page .thumbnail{border:2px solid #0000;border-radius:8px;cursor:pointer;height:60px;overflow:hidden;transition:all .3s ease;width:100%}.project-detail-page .thumbnail.active{border-color:gold}.project-detail-page .thumbnail:hover{transform:scale(1.05)}.project-detail-page .thumbnail img{height:100%;object-fit:cover;width:100%}.project-detail-page .contact-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ff8c001a,#ffd7000d);border:1px solid #ff8c004d;border-radius:20px;padding:30px}.project-detail-page .card-title{color:#fff;font-size:1.4rem;font-weight:700;margin-bottom:10px}.project-detail-page .card-subtitle{color:#ccc;font-size:.95rem;line-height:1.5;margin-bottom:25px}.project-detail-page .contact-info{margin-bottom:25px}.project-detail-page .contact-item{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;gap:15px;padding:12px 0}.project-detail-page .contact-item:last-child{border-bottom:none}.project-detail-page .contact-icon{font-size:1.2rem;min-width:25px}.project-detail-page .contact-details{display:flex;flex-direction:column;gap:3px}.project-detail-page .contact-label{color:#999;font-size:.8rem;letter-spacing:.5px;text-transform:uppercase}.project-detail-page .contact-value{color:#fff;font-size:.95rem;font-weight:600}.project-detail-page .contact-actions{display:flex;flex-direction:column;gap:12px}.project-detail-page .btn-primary,.project-detail-page .btn-secondary{align-items:center;border:none;border-radius:25px;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:8px;justify-content:center;overflow:hidden;padding:12px 20px;position:relative;transition:all .3s ease}.project-detail-page .btn-primary{background:linear-gradient(135deg,#ff8c00,gold);color:#1a1a1a}.project-detail-page .btn-primary:hover{box-shadow:0 8px 20px #ff8c0066;transform:translateY(-2px)}.project-detail-page .btn-secondary{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff}.project-detail-page .btn-secondary:hover{box-shadow:0 8px 20px #25d36666;transform:translateY(-2px)}.project-detail-page .related-projects{background:#ffffff05;padding:80px 0}.project-detail-page .related-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:40px}.project-detail-page .related-card{background:#ffffff0d;border:1px solid #ff8c0033;border-radius:15px;cursor:pointer;overflow:hidden;transition:all .3s ease}.project-detail-page .related-card:hover{border-color:#ff8c0066;box-shadow:0 15px 35px #ff8c0033;transform:translateY(-5px)}.project-detail-page .related-image{height:200px;overflow:hidden;position:relative}.project-detail-page .related-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.project-detail-page .related-card:hover .related-image img{transform:scale(1.1)}.project-detail-page .related-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.project-detail-page .related-card:hover .related-overlay{opacity:1}.project-detail-page .view-project{color:gold;font-size:1rem;font-weight:600}.project-detail-page .related-info{padding:20px}.project-detail-page .related-title{color:#fff;font-size:1.1rem;font-weight:600;line-height:1.3;margin-bottom:8px}.project-detail-page .related-location{color:#ccc;font-size:.9rem;margin-bottom:12px}.project-detail-page .related-status{align-items:center;border-radius:15px;display:inline-flex;font-size:.8rem;font-weight:600;gap:5px;padding:6px 12px}.project-detail-page .related-status.completed{background:linear-gradient(135deg,#28a745,#20c997);color:#fff}.project-detail-page .related-status.ongoing{background:linear-gradient(135deg,#ff8c00,gold);color:#fff}.project-detail-page .related-status.planning{background:linear-gradient(135deg,#6c757d,#495057);color:#fff}.project-detail-page .not-found{padding:100px 20px;text-align:center}.project-detail-page .not-found h2{color:#fff;font-size:2rem;margin-bottom:15px}.project-detail-page .not-found p{color:#ccc;font-size:1.1rem;margin-bottom:30px}@media (max-width:1024px){.project-detail-page .content-grid{gap:40px;grid-template-columns:1fr}.project-detail-page .project-sidebar{order:-1}}@media (max-width:768px){.project-detail-page{padding-top:70px}.project-detail-page .project-hero{height:50vh;min-height:400px}.project-detail-page .project-title{font-size:2.5rem}.project-detail-page .hero-stats{gap:15px;grid-template-columns:repeat(2,1fr)}.project-detail-page .project-content{padding:60px 0}.project-detail-page .section-title{font-size:1.6rem}.project-detail-page .features-grid,.project-detail-page .info-grid,.project-detail-page .related-grid{grid-template-columns:1fr}}@media (max-width:480px){.project-detail-page .project-title{font-size:2rem}.project-detail-page .hero-stats{grid-template-columns:1fr}.project-detail-page .contact-card,.project-detail-page .gallery-section{padding:20px}.project-detail-page .image-thumbnails{grid-template-columns:repeat(2,1fr)}.project-detail-page .hero-badges{align-items:flex-start;flex-direction:column}}.property-detail-page{background:linear-gradient(135deg,#0f0f0f,#1a1a1a);color:#fff;min-height:100vh;padding-top:80px}.property-detail-page .property-hero{align-items:center;display:flex;height:60vh;min-height:500px;overflow:hidden;position:relative}.property-detail-page .hero-background{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.property-detail-page .hero-background img{height:100%;object-fit:cover;width:100%}.property-detail-page .hero-overlay{background:linear-gradient(135deg,#000000b3,#00000080 50%,#000c);bottom:0;left:0;position:absolute;right:0;top:0;z-index:2}.property-detail-page .hero-content{position:relative;width:100%;z-index:3}.property-detail-page .container{margin:0 auto;max-width:1200px;padding:0 20px}.property-detail-page .breadcrumb{align-items:center;display:flex;gap:10px;margin-bottom:20px}.property-detail-page .breadcrumb-link{background:none;border:none;color:#ccc;cursor:pointer;font-size:.9rem;transition:color .3s ease}.property-detail-page .breadcrumb-link:hover{color:gold}.property-detail-page .breadcrumb-separator{color:#666;font-size:1.2rem}.property-detail-page .breadcrumb-current{color:gold;font-size:.9rem;font-weight:600}.property-detail-page .hero-badges{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:20px}.property-detail-page .status-badge{align-items:center;border-radius:25px;display:flex;font-size:.9rem;font-weight:600;gap:8px;letter-spacing:.5px;padding:10px 20px;text-transform:uppercase}.property-detail-page .status-badge.available{background:linear-gradient(135deg,#28a745,#20c997);color:#fff}.property-detail-page .status-badge.sold{background:linear-gradient(135deg,#dc3545,#c82333);color:#fff}.property-detail-page .type-badge{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ff8c0033,#ffd70033);border:1px solid #ff8c004d;border-radius:25px;color:gold;display:flex;font-size:.9rem;font-weight:600;gap:8px;padding:10px 20px}.property-detail-page .property-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff8c00,gold);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:15px}.property-detail-page .property-location{align-items:center;color:#ccc;display:flex;font-size:1.2rem;gap:8px;margin-bottom:15px}.property-detail-page .property-price{color:#28a745;font-size:2.5rem;font-weight:700;margin-bottom:30px;text-shadow:0 2px 10px #28a7454d}.property-detail-page .hero-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));max-width:600px}.property-detail-page .stat-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ff8c0033;border-radius:15px;padding:15px;text-align:center}.property-detail-page .stat-label{color:#ccc;display:block;font-size:.8rem;letter-spacing:.5px;margin-bottom:5px;text-transform:uppercase}.property-detail-page .stat-value{color:gold;display:block;font-size:1.1rem;font-weight:700}.property-detail-page .property-content{padding:80px 0}.property-detail-page .content-grid{grid-gap:60px;display:grid;gap:60px;grid-template-columns:2fr 1fr}.property-detail-page .property-details{color:#fff}.property-detail-page .detail-section{margin-bottom:50px}.property-detail-page .section-title{color:#fff;font-size:2rem;font-weight:700;margin-bottom:25px;padding-bottom:15px;position:relative}.property-detail-page .section-title:after{background:linear-gradient(135deg,#ff8c00,gold);border-radius:2px;bottom:0;content:"";height:3px;left:0;position:absolute;width:60px}.property-detail-page .property-description{color:#ccc;font-size:1.1rem;line-height:1.8;margin:0}.property-detail-page .features-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.property-detail-page .feature-item{align-items:center;background:#ffffff0d;border:1px solid #ff8c0033;border-radius:12px;display:flex;gap:12px;padding:15px;transition:all .3s ease}.property-detail-page .feature-item:hover{background:#ff8c001a;border-color:#ff8c0066;transform:translateX(5px)}.property-detail-page .feature-icon{color:#28a745;font-size:1rem;font-weight:700;min-width:20px}.property-detail-page .feature-text{color:#ccc;font-size:.95rem;font-weight:500}.property-detail-page .info-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.property-detail-page .info-item{background:#ffffff0d;border:1px solid #ff8c0033;border-radius:12px;display:flex;flex-direction:column;gap:8px;padding:20px}.property-detail-page .info-label{color:#999;font-size:.85rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.property-detail-page .info-value{color:#fff;font-size:1rem;font-weight:600}.property-detail-page .highlights-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.property-detail-page .highlight-item{background:#ffffff0d;border:1px solid #ff8c0033;border-radius:15px;display:flex;gap:20px;padding:25px;transition:all .3s ease}.property-detail-page .highlight-item:hover{background:#ff8c001a;border-color:#ff8c0066;transform:translateY(-5px)}.property-detail-page .highlight-icon{align-items:center;display:flex;font-size:2rem;justify-content:center;min-width:50px}.property-detail-page .highlight-content h4{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:8px}.property-detail-page .highlight-content p{color:#ccc;font-size:.9rem;line-height:1.5;margin:0}.property-detail-page .property-sidebar{display:flex;flex-direction:column;gap:30px}.property-detail-page .gallery-section{background:#ffffff0d;border:1px solid #ff8c0033;border-radius:20px;padding:30px}.property-detail-page .gallery-section .section-title{font-size:1.4rem;margin-bottom:20px}.property-detail-page .main-image{border-radius:15px;height:250px;margin-bottom:15px;overflow:hidden;width:100%}.property-detail-page .main-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.property-detail-page .image-thumbnails{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,1fr)}.property-detail-page .thumbnail{border:2px solid #0000;border-radius:8px;cursor:pointer;height:60px;overflow:hidden;transition:all .3s ease;width:100%}.property-detail-page .thumbnail.active{border-color:gold}.property-detail-page .thumbnail:hover{transform:scale(1.05)}.property-detail-page .thumbnail img{height:100%;object-fit:cover;width:100%}.property-detail-page .price-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#28a7451a,#20c9970d);border:1px solid #28a7454d;border-radius:20px;margin-bottom:20px;padding:30px}.property-detail-page .price-header{border-bottom:1px solid #ffffff1a;margin-bottom:20px;padding-bottom:20px;text-align:center}.property-detail-page .price-main{color:#28a745;font-size:2.2rem;font-weight:700;margin-bottom:5px}.property-detail-page .price-per-unit{color:#ccc;font-size:.9rem;letter-spacing:.5px;text-transform:uppercase}.property-detail-page .price-details{display:flex;flex-direction:column;gap:12px}.property-detail-page .price-item{align-items:center;display:flex;justify-content:space-between;padding:8px 0}.property-detail-page .price-label{color:#ccc;font-size:.9rem;font-weight:500}.property-detail-page .price-value{color:#fff;font-size:.95rem;font-weight:600}.property-detail-page .price-value.status-available{color:#28a745}.property-detail-page .price-value.status-sold{color:#dc3545}.property-detail-page .contact-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ff8c001a,#ffd7000d);border:1px solid #ff8c004d;border-radius:20px;padding:30px}.property-detail-page .card-title{color:#fff;font-size:1.4rem;font-weight:700;margin-bottom:10px}.property-detail-page .card-subtitle{color:#ccc;font-size:.95rem;line-height:1.5;margin-bottom:25px}.property-detail-page .contact-info{margin-bottom:25px}.property-detail-page .contact-item{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;gap:15px;padding:12px 0}.property-detail-page .contact-item:last-child{border-bottom:none}.property-detail-page .contact-icon{font-size:1.2rem;min-width:25px}.property-detail-page .contact-details{display:flex;flex-direction:column;gap:3px}.property-detail-page .contact-label{color:#999;font-size:.8rem;letter-spacing:.5px;text-transform:uppercase}.property-detail-page .contact-value{color:#fff;font-size:.95rem;font-weight:600}.property-detail-page .contact-actions{display:flex;flex-direction:column;gap:12px}.property-detail-page .btn-primary,.property-detail-page .btn-secondary,.property-detail-page .btn-tertiary{align-items:center;border:none;border-radius:25px;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:8px;justify-content:center;overflow:hidden;padding:12px 20px;position:relative;transition:all .3s ease}.property-detail-page .btn-primary{background:linear-gradient(135deg,#ff8c00,gold);color:#1a1a1a}.property-detail-page .btn-primary:hover{box-shadow:0 8px 20px #ff8c0066;transform:translateY(-2px)}.property-detail-page .btn-secondary{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff}.property-detail-page .btn-secondary:hover{box-shadow:0 8px 20px #25d36666;transform:translateY(-2px)}.property-detail-page .btn-tertiary{background:linear-gradient(135deg,#28a745,#20c997);color:#fff}.property-detail-page .btn-tertiary:hover{box-shadow:0 8px 20px #28a74566;transform:translateY(-2px)}.property-detail-page .related-properties{background:#ffffff05;padding:80px 0}.property-detail-page .related-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:40px}.property-detail-page .related-card{background:#ffffff0d;border:1px solid #ff8c0033;border-radius:15px;cursor:pointer;overflow:hidden;transition:all .3s ease}.property-detail-page .related-card:hover{border-color:#ff8c0066;box-shadow:0 15px 35px #ff8c0033;transform:translateY(-5px)}.property-detail-page .related-image{height:200px;overflow:hidden;position:relative}.property-detail-page .related-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.property-detail-page .related-card:hover .related-image img{transform:scale(1.1)}.property-detail-page .related-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.property-detail-page .related-card:hover .related-overlay{opacity:1}.property-detail-page .view-property{color:gold;font-size:1rem;font-weight:600}.property-detail-page .related-info{padding:20px}.property-detail-page .related-title{color:#fff;font-size:1.1rem;font-weight:600;line-height:1.3;margin-bottom:8px}.property-detail-page .related-location{color:#ccc;font-size:.9rem;margin-bottom:8px}.property-detail-page .related-price{color:#28a745;font-size:1.1rem;font-weight:700;margin-bottom:12px}.property-detail-page .related-status{align-items:center;border-radius:15px;display:inline-flex;font-size:.8rem;font-weight:600;gap:5px;padding:6px 12px}.property-detail-page .related-status.available{background:linear-gradient(135deg,#28a745,#20c997);color:#fff}.property-detail-page .related-status.sold{background:linear-gradient(135deg,#dc3545,#c82333);color:#fff}.property-detail-page .not-found{padding:100px 20px;text-align:center}.property-detail-page .not-found h2{color:#fff;font-size:2rem;margin-bottom:15px}.property-detail-page .not-found p{color:#ccc;font-size:1.1rem;margin-bottom:30px}@media (max-width:1024px){.property-detail-page .content-grid{gap:40px;grid-template-columns:1fr}.property-detail-page .property-sidebar{order:-1}}@media (max-width:768px){.property-detail-page{padding-top:70px}.property-detail-page .property-hero{height:50vh;min-height:400px}.property-detail-page .property-title{font-size:2.5rem}.property-detail-page .property-price{font-size:2rem}.property-detail-page .hero-stats{gap:15px;grid-template-columns:repeat(2,1fr)}.property-detail-page .property-content{padding:60px 0}.property-detail-page .section-title{font-size:1.6rem}.property-detail-page .features-grid,.property-detail-page .highlights-grid,.property-detail-page .info-grid,.property-detail-page .related-grid{grid-template-columns:1fr}}@media (max-width:480px){.property-detail-page .property-title{font-size:2rem}.property-detail-page .property-price{font-size:1.8rem}.property-detail-page .hero-stats{grid-template-columns:1fr}.property-detail-page .contact-card,.property-detail-page .gallery-section,.property-detail-page .price-card{padding:20px}.property-detail-page .image-thumbnails{grid-template-columns:repeat(2,1fr)}.property-detail-page .hero-badges{align-items:flex-start;flex-direction:column}.property-detail-page .price-main{font-size:1.8rem}}
/*# sourceMappingURL=main.0bd19f16.css.map*/