.properties-section{margin-top:2rem;width:100%}.properties-section .properties-title{font-size:1.8rem;margin-bottom:1.5rem;color:#1a3a4a;font-weight:600}.listings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-bottom:2rem}.property-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.property-card:hover{transform:translateY(-3px);box-shadow:0 4px 16px rgba(0,168,204,.2)}.property-card .property-image-container{width:100%;height:180px;background:linear-gradient(135deg,#00A8CC 0%,#40E0D0 100%);position:relative;display:flex;align-items:center;justify-content:center}.property-card .property-image-container .badge{position:absolute!important;top:10px!important;right:10px!important;--bs-badge-padding-x:0.65em !important;--bs-badge-padding-y:0.35em !important;--bs-badge-font-size:0.75em !important;--bs-badge-font-weight:700 !important;--bs-badge-color:#fff !important;--bs-badge-border-radius:var(--bs-border-radius) !important;display:inline-block!important;padding:var(--bs-badge-padding-y)var(--bs-badge-padding-x)!important;font-size:var(--bs-badge-font-size)!important;font-weight:var(--bs-badge-font-weight)!important;line-height:1!important;color:var(--bs-badge-color)!important;text-align:center!important;white-space:nowrap!important;vertical-align:baseline!important;border-radius:var(--bs-badge-border-radius)!important}.property-card .card-content{padding:1rem}.property-card .card-content h3{margin:0 0 .5rem;font-size:1.1rem;color:#2c3e50;font-weight:600}.property-card .card-content .location{color:#666;margin-bottom:.5rem;font-size:.9rem}.property-card .card-content .price{font-size:1.25rem;font-weight:700;color:#00a8cc;margin-bottom:.75rem}.property-card .card-content .details{display:flex;justify-content:space-between;padding:.75rem 0;border-top:1px solid #eee;border-bottom:1px solid #eee;margin:.75rem 0;font-size:.9rem;color:#555}.property-card .card-content .details span{display:flex;align-items:center}.property-card .card-content .description{color:#666;font-size:.9rem;line-height:1.4;margin-bottom:1rem}.property-card .card-content .cta-button{display:block;width:100%;padding:.75rem;background:linear-gradient(135deg,#00A8CC 0%,#40E0D0 100%);color:#fff;border:none;border-radius:6px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.property-card .card-content .cta-button:hover{background:linear-gradient(135deg,#007e99 0%,#21ccbb 100%);transform:translateY(-2px)}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);justify-content:center;align-items:center;animation:fadeIn .3s ease}.modal .modal-content{background-color:#fff;padding:2rem;border-radius:12px;width:90%;max-width:500px;position:relative;animation:slideUp .3s ease}.modal .modal-content h2{margin-top:0;color:#2c3e50}.modal .modal-content .close-button{position:absolute;right:1rem;top:1rem;font-size:1.5rem;font-weight:700;cursor:pointer;color:#666;transition:color .3s ease}.modal .modal-content .close-button:hover{color:#000}#appointment-form label{display:block;margin-top:1rem;margin-bottom:.25rem;color:#555;font-weight:500}#appointment-form input,#appointment-form textarea{width:100%;padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .3s ease}#appointment-form input:focus,#appointment-form textarea:focus{outline:none;border-color:#00a8cc;box-shadow:0 0 0 .2rem rgba(0,168,204,.25)}#appointment-form button{width:100%;padding:.75rem;margin-top:1.5rem;background:linear-gradient(135deg,#00A8CC 0%,#40E0D0 100%);color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}#appointment-form button:hover{background:linear-gradient(135deg,#007e99 0%,#21ccbb 100%);transform:translateY(-2px)}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideUp{from{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:768px){.listings-grid{grid-template-columns:1fr}.properties-title{font-size:1.5rem}}.hero-area{background:linear-gradient(135deg,#00A8CC 0%,#40E0D0 100%)!important}.site-hero-content h1{color:#fff;text-shadow:#000 0 0 1px;-webkit-font-smoothing:antialiased}.site-project-item:hover{box-shadow:none}.site-project-item:hover .site-project-item-content{padding-bottom:45px}.site-project-item .site-project-item-content{background:linear-gradient(135deg,rgba(0,168,204,.95) 0%,rgba(64,224,208,.95) 50%)!important;position:relative;cursor:pointer;transition:none}.site-project-item .site-project-item-content span{font-size:1.3rem;color:#fff!important}.site-blog-post{background:#fff;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.1);overflow:hidden;transition:all .3s ease;margin-bottom:30px;height:100%;display:flex;flex-direction:column}.site-blog-post:hover{transform:translateY(-5px);box-shadow:0 8px 32px rgba(0,168,204,.15)}.site-blog-post .site-blog-post-thumb{height:250px;overflow:hidden;background:linear-gradient(135deg,#00A8CC 0%,#40E0D0 100%)}.site-blog-post .site-blog-post-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.site-blog-post .site-blog-post-thumb:hover img{transform:scale(1.05)}.site-blog-post .site-blog-post-content{position:relative!important;background:#fff!important;width:auto!important;padding:25px!important;bottom:auto!important;transition:none!important;border-radius:0;border-top:none;flex-grow:1;display:flex;flex-direction:column}.site-blog-post .site-blog-post-content .blog-meta{margin-bottom:15px;font-size:14px;color:#6b7c8a}.site-blog-post .site-blog-post-content .blog-meta .blog-date{margin-right:15px;color:#00a8cc;font-weight:500}.site-blog-post .site-blog-post-content .blog-meta .blog-author{color:#6b7c8a;font-style:italic}.site-blog-post .site-blog-post-content span{font-size:14px!important;color:#00a8cc!important;font-weight:500;margin-bottom:10px;display:block}.site-blog-post .site-blog-post-content h3{margin-bottom:15px;font-size:1.4rem;line-height:1.3}.site-blog-post .site-blog-post-content h3 a{color:#1a3a4a;text-decoration:none;transition:color .3s ease}.site-blog-post .site-blog-post-content h3 a:hover{color:#00a8cc;text-decoration:none}.site-blog-post .site-blog-post-content p{color:#6b7c8a;line-height:1.6;margin-bottom:20px;flex-grow:1}.site-blog-post .site-blog-post-content .read-more{color:#00a8cc;font-weight:600;text-decoration:none;transition:all .3s ease;position:relative;opacity:1;transform:none;display:inline-block;padding:8px 20px;border:2px solid #00a8cc;border-radius:25px;text-transform:uppercase;font-size:12px;letter-spacing:1px;margin-top:auto}.site-blog-post .site-blog-post-content .read-more:hover{background:#00a8cc;color:#fff;text-decoration:none;transform:translateY(-2px)}.site-navigation{position:relative!important;padding:0!important;margin:0!important;top:auto!important;width:100%!important}.site-navigation .navbar-brand{padding:5px}.site-navigation .navbar-nav .nav-link:hover,.site-navigation .navbar-nav .nav-link.active{color:#00a8cc!important}.btn-primary{background-color:#00a8cc!important;border-color:#00a8cc!important}.btn-primary:hover{background-color:#007e99!important;border-color:#007e99!important}.btn-secondary{background-color:#40e0d0!important;border-color:#40e0d0!important;color:#1a3a4a!important}.btn-secondary:hover{background-color:#21ccbb!important;border-color:#21ccbb!important}.site-cta{background:linear-gradient(135deg,#00A8CC 0%,#40E0D0 100%)!important}.site-footer{background:linear-gradient(135deg,#1A3A4A 0%,#275870 100%)!important}.badge.badge-sale{background-color:#00a8cc!important}.badge.badge-rent{background-color:#40e0d0!important}.badge.badge-sold{background-color:coral!important}.badge.badge-reserved{background-color:#f4a460!important}.text-ocean{color:#00a8cc!important}.text-turquoise{color:#40e0d0!important}.text-sand{color:#f4a460!important}.text-palm{color:#228b22!important}.bg-ocean{background-color:#00a8cc!important}.bg-turquoise{background-color:#40e0d0!important}.site-project-single-section{padding:100px 0!important}.property-hero{position:relative;height:60vh;min-height:400px;display:flex;align-items:center;margin-top:-80px;padding-top:80px;overflow:hidden}.property-hero .hero-carousel{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.property-hero .hero-carousel .hero-slide{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:50%;background-repeat:no-repeat;opacity:0;transition:opacity 1s ease-in-out}.property-hero .hero-carousel .hero-slide.active{opacity:1}.property-hero .hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,168,204,.7) 0%,rgba(64,224,208,.5) 100%);z-index:2}.property-hero .hero-content{position:relative;z-index:3;color:#fff;padding:40px 0}.property-hero .hero-content .property-title{font-size:3rem;font-weight:700;margin-bottom:15px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.property-hero .hero-content .property-location{font-size:1.25rem;margin-bottom:10px;opacity:.95;color:#fff}.property-hero .hero-content .property-location i{margin-right:8px}.property-hero .hero-content .property-price{font-size:2rem;font-weight:600;margin-bottom:20px;color:#fff}.property-hero .hero-content .property-status{display:inline-block;padding:8px 20px;font-size:.9rem;border-radius:25px;background:#fff;color:#00a8cc;font-weight:600;text-transform:uppercase}.property-hero .hero-content .property-status.badge-for-sale{background:#00a8cc;color:#fff}.property-hero .hero-content .property-status.badge-for-rent{background:#40e0d0;color:#fff}.property-hero .hero-content .property-status.badge-reserved{background:#f4a460;color:#1a3a4a}.property-quick-info{background:#fff;padding:30px;margin:0 0 30px;position:relative;z-index:3;border-radius:8px;box-shadow:0 5px 30px rgba(0,0,0,.1)}.property-quick-info .info-item{text-align:center;padding:20px 10px;border-right:1px solid #e0e0e0}.property-quick-info .info-item:last-child{border-right:none}.property-quick-info .info-item i{font-size:2rem;color:#00a8cc;margin-bottom:10px;display:block}.property-quick-info .info-item strong{display:block;font-size:1.5rem;color:#1a3a4a;margin-bottom:5px}.property-quick-info .info-item span{color:#6b7c8a;font-size:.9rem;text-transform:uppercase}.property-sidebar{position:sticky;top:130px}.property-sidebar .contact-card{background:#fff;padding:30px;border-radius:8px;box-shadow:0 5px 30px rgba(0,0,0,.1);margin-bottom:30px}.property-sidebar .contact-card h4{color:#1a3a4a;margin-bottom:15px}.property-sidebar .contact-card p{color:#6b7c8a;margin-bottom:20px}.property-sidebar .contact-card .btn{margin-bottom:10px;padding:12px 20px;font-weight:600}.property-sidebar .contact-card .btn i{margin-right:8px}.property-sidebar .contact-card .btn-primary{background:linear-gradient(135deg,#00A8CC 0%,#007e99 100%);border:none}.property-sidebar .contact-card .btn-primary:hover{background:linear-gradient(135deg,#0093b3 0%,#006980 100%)}.property-sidebar .contact-card .btn-secondary{background:#40e0d0;border:none;color:#fff}.property-sidebar .contact-card .btn-secondary:hover{background:#21ccbb}.property-sidebar .property-features{background:#fff;padding:30px;border-radius:8px;box-shadow:0 5px 30px rgba(0,0,0,.1)}.property-sidebar .property-features h4{color:#1a3a4a;margin-bottom:20px;font-size:1.25rem}.property-sidebar .property-features ul{list-style:none;padding:0;margin:0}.property-sidebar .property-features ul li{padding:10px 0;color:#6b7c8a;border-bottom:1px solid #f0f0f0}.property-sidebar .property-features ul li:last-child{border-bottom:none}.property-sidebar .property-features ul li i{color:#40e0d0;margin-right:10px}.property-navigation{margin-top:60px;padding-top:40px;border-top:1px solid #e0e0e0}.property-navigation .nav-link{display:block;padding:20px;background:#f8f9fa;border-radius:8px;text-decoration:none;transition:all .3s;color:#1a3a4a}.property-navigation .nav-link:hover{background:linear-gradient(135deg,rgba(0,168,204,.1) 0%,rgba(64,224,208,.1) 100%);transform:translateX(5px)}.property-navigation .nav-link:hover.prev{transform:translateX(-5px)}.property-navigation .nav-link span{display:block;font-size:.9rem;color:#6b7c8a;margin-bottom:5px}.property-navigation .nav-link strong{display:block;font-size:1.1rem;color:#1a3a4a}.property-navigation .nav-link i{color:#00a8cc;font-size:1.2rem;vertical-align:middle;margin:0 10px}@media(max-width:992px){.property-sidebar{position:static;margin-top:40px}.property-quick-info{margin:-30px 15px 30px}.property-quick-info .info-item{border-right:none;border-bottom:1px solid #e0e0e0;padding:15px 10px}.property-quick-info .info-item:last-child{border-bottom:none}}@media(max-width:768px){.property-hero{height:50vh;min-height:300px}.property-hero .hero-content .property-title{font-size:2rem}.property-hero .hero-content .property-price{font-size:1.5rem}.property-quick-info{padding:20px}.property-quick-info .row{display:grid;grid-template-columns:repeat(2,1fr)}}.property-card{background:#fff;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.1);overflow:hidden;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.property-card:hover{transform:translateY(-8px);box-shadow:0 8px 32px rgba(0,168,204,.15)}.property-card .property-image-container{position:relative;height:250px;overflow:hidden}.property-card .property-image-container .property-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.property-card .property-image-container:hover .property-image{transform:scale(1.05)}.property-card .property-image-container .property-status-badge{position:absolute;top:15px;left:15px;padding:6px 12px;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;z-index:2}.property-card .property-image-container .property-status-badge.badge-for-sale{background:#00a8cc;color:#fff}.property-card .property-image-container .property-status-badge.badge-for-rent{background:#40e0d0;color:#fff}.property-card .property-image-container .property-status-badge.badge-sold{background:coral;color:#fff}.property-card .property-image-container .property-status-badge.badge-reserved{background:#f4a460;color:#1a3a4a}.property-card .property-image-container .property-price-overlay{position:absolute;bottom:15px;right:15px;background:rgba(0,0,0,.8);color:#fff;padding:8px 16px;border-radius:25px;font-size:1.1rem;font-weight:600;backdrop-filter:blur(10px)}.property-card .property-card-content{padding:20px;flex-grow:1;display:flex;flex-direction:column;cursor:pointer}.property-card .property-card-content .property-header{margin-bottom:15px}.property-card .property-card-content .property-header .property-category{color:#00a8cc;font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;display:block}.property-card .property-card-content .property-header .property-title{font-size:1.3rem;font-weight:600;color:#1a3a4a;margin:0 0 8px;line-height:1.4}.property-card .property-card-content .property-header .property-location{color:#6b7c8a;margin:0;font-size:.95rem}.property-card .property-card-content .property-header .property-location i{color:#40e0d0;margin-right:6px}.property-card .property-card-content .property-details{flex-grow:1}.property-card .property-card-content .property-details .property-specs{display:flex;gap:15px;margin-bottom:15px;flex-wrap:wrap}.property-card .property-card-content .property-details .property-specs .spec-item{display:flex;align-items:center;color:#6b7c8a;font-size:.9rem}.property-card .property-card-content .property-details .property-specs .spec-item i{color:#40e0d0;margin-right:6px;font-size:1rem}.property-card .property-card-content .property-details .property-specs .spec-item span{font-weight:500}.property-card .property-card-content .property-details .property-amenities{margin-bottom:15px}.property-card .property-card-content .property-details .property-amenities .amenity-tag{display:inline-block;background:rgba(64,224,208,.1);color:#00a8cc;padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:500;margin:0 4px 4px 0}.property-card .property-card-content .property-details .property-amenities .amenity-more{color:#6b7c8a;font-size:.75rem;font-style:italic}.property-card .property-card-content .property-card-footer{margin-top:auto;padding-top:15px;border-top:1px solid #f0f0f0}.property-card .property-card-content .property-card-footer .btn{width:100%;padding:12px;font-weight:500;border-radius:8px;transition:all .3s ease}.property-card .property-card-content .property-card-footer .btn.btn-outline-primary{border-color:#00a8cc;background:#00a8cc;color:#fff}@media(max-width:1200px){.property-card .property-card-content .property-details .property-specs{gap:12px}}@media(max-width:768px){.property-card{margin-bottom:20px}.property-card .property-image-container{height:200px}.property-card .property-card-content{padding:15px}.property-card .property-card-content .property-header .property-title{font-size:1.2rem}.property-card .property-card-content .property-details .property-specs{justify-content:space-between;gap:8px}.property-card .property-card-content .property-details .property-specs .spec-item{font-size:.85rem}}@media(max-width:480px){.property-hero{height:40vh}.property-hero .hero-content .property-title{font-size:1.5rem}.property-hero .hero-content .property-location{font-size:1rem}.property-hero .hero-content .property-price{font-size:1.25rem}}.site-contact-qr{margin-top:20px}.site-contact-qr h4{font-weight:300;text-transform:uppercase;margin-bottom:30px;letter-spacing:3px}@media(max-width:768px){.site-contact-qr h4{font-size:20px}}.site-contact-qr p{margin-bottom:40px;color:#1a3a4a;font-size:16px;line-height:1.6}.qr-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:20px}@media(max-width:768px){.qr-links-grid{grid-template-columns:1fr;gap:25px}}.qr-link-item{display:flex;align-items:center;background:#fff;border-radius:10px;padding:20px;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.qr-link-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.15)}@media(max-width:768px){.qr-link-item{flex-direction:column;text-align:center;padding:25px 15px}}.qr-code-container{flex-shrink:0;margin-right:20px}@media(max-width:768px){.qr-code-container{margin-right:0;margin-bottom:15px}}.qr-code-container canvas,.qr-code-container img{border-radius:8px;display:block}.qr-code-container .qr-error{width:120px;height:120px;background:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#6c757d;text-align:center}.qr-link-info{flex:1}.qr-link-info h5{font-size:26px;font-weight:600;margin-bottom:8px;color:#1a3a4a}.qr-link-info h5 i{margin-right:10px;color:#00a8cc;width:20px}.qr-link-info p{font-size:20px;color:#6b7c8a;margin-bottom:15px;line-height:1.4}.qr-link-info .btn{font-size:13px;padding:8px 16px;border-radius:20px;text-transform:uppercase;letter-spacing:1px;font-weight:500;background-color:#007bff;border-color:#007bff}.property-form-container{min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center;padding:0}.property-form-container::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,168,204,.7) 0%,rgba(64,224,208,.5) 100%);z-index:1}.property-form-container>*{position:relative;z-index:2}.loading-spinner{text-align:center;padding:2rem;color:#fff;font-size:1.2rem}.hero-form-wrapper{width:100%;padding:40px 20px}.hero-form-wrapper .max-w-2xl{max-width:42rem}.hero-welcome,.hero-main{padding:60px 20px}@media(max-width:768px){.hero-welcome,.hero-main{padding:40px 15px}}.hero-welcome .site-hero-content-buttons,.hero-main .site-hero-content-buttons{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem;max-width:500px;margin:0 auto}@media(min-width:768px){.hero-welcome .site-hero-content-buttons,.hero-main .site-hero-content-buttons{flex-direction:row;flex-wrap:wrap;justify-content:center}.hero-welcome .site-hero-content-buttons li,.hero-main .site-hero-content-buttons li{flex:0 0 48%}}.hero-welcome .site-hero-content-buttons li,.hero-main .site-hero-content-buttons li{margin:0;margin-bottom:10px}.hero-welcome .site-hero-content-buttons .btn,.hero-main .site-hero-content-buttons .btn{width:100%;font-weight:600}.hero-tagline{text-shadow:0 2px 4px rgba(0,0,0,.3);letter-spacing:2px}.hero-heading{line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.4);margin-bottom:40px}@media(max-width:768px){.hero-heading{font-size:2rem!important}}.hero-subheading{text-shadow:0 1px 4px rgba(0,0,0,.3)}@media(max-width:768px){.hero-subheading{font-size:1.1rem!important}}#property-form-root .btn .btn-area{display:block;overflow:hidden}#property-form-root .btn .btn-area span{position:relative;display:inline-block;padding:2px 0;transition:none;transform:none!important;transform-origin:left center}#property-form-root .btn .btn-area span::after{display:none}#property-form-root .btn:hover .btn-area span{transform:none!important}.form-card{background:rgba(255,255,255,.95)!important;backdrop-filter:blur(10px);box-shadow:0 8px 32px rgba(0,0,0,.2)!important}.property-form-container button{cursor:pointer}.property-form-container input,.property-form-container select{width:80%;margin:15px auto}.option-btn{width:100%;background-color:#fff;border:2px solid #e5e7eb;color:#1a3a4a;padding:.75rem 1rem;border-radius:.5rem;transition:all .3s ease;display:flex;align-items:center;gap:.75rem}.option-btn:hover{border-color:#00a8cc;background:linear-gradient(135deg,rgba(0,168,204,5%) 0%,rgba(64,224,208,5%) 100%);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,168,204,.15)}.property-form-container input,.property-form-container select{border-radius:.5rem;padding:.5rem 1rem;border:1px solid #e5e7eb;transition:all .3s ease}.property-form-container input:focus,.property-form-container select:focus{outline:none!important;border-color:#00a8cc!important;box-shadow:0 0 0 3px rgba(0,168,204,.1)!important}.property-form-container .bg-blue-600{background:linear-gradient(135deg,#00A8CC 0%,#40E0D0 100%)!important;border:none}.property-form-container .bg-blue-600:hover{background:linear-gradient(135deg,#008aa8 0%,#35c9ba 100%)!important;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,168,204,.3)}.property-form-container .bg-green-600{background:linear-gradient(135deg,#228B22 0%,#2db22d 100%)!important}.property-form-container .bg-green-600:hover{background:linear-gradient(135deg,#1f7a1f 0%,#27a027 100%)!important;transform:translateY(-2px);box-shadow:0 4px 12px rgba(34,139,34,.3)}.property-form-container .bg-blue-600.h-2{background:linear-gradient(90deg,#00A8CC 0%,#40E0D0 100%)!important}.property-form-container .bg-white{box-shadow:0 5px 30px rgba(0,0,0,.1);border-radius:12px}.property-form-container .text-gray-800{color:#1a3a4a!important}.property-form-container svg{color:#40e0d0}.property-form-container .bg-gradient-to-br{background:0 0!important}.property-form-container .text-gray-500{color:#6b7c8a!important}.property-form-container .border-gray-200{border-color:rgba(0,168,204,.15)!important}.property-form-container .border-gray-300{border-color:rgba(0,168,204,.2)!important}.property-form-container .text-sm{color:#6b7c8a}.hero-form-content .border-t .text-xs{color:#fff!important;font-size:.9rem!important;font-weight:500;text-shadow:0 1px 3px rgba(0,0,0,.3)}.hero-form-content .grid.gap-3{gap:1rem!important}.hero-form-content .grid.gap-3 button{margin-bottom:0!important}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}