.container{padding:0 20px}:root{--primary:#0052cc;--secondary:#ff6b35;--accent:#00a8ff;--dark:#2c3e50;--light:#ecf0f1;--success:#27ae60;--warning:#f39c12;--danger:#e74c3c;--gray:#95a5a6;--light-gray:#f8f9fa}.btn{background:#0052cc;background:var(--primary);color:#fff;font-size:14px;padding:12px 24px;transition:all .3s ease}.btn:hover{background:#003d99;transform:translateY(-1px)}.btn-secondary{background:#ff6b35;background:var(--secondary)}.btn-secondary:hover{background:#e55a2b}.btn-outline{border:2px solid #0052cc;border:2px solid var(--primary);color:#0052cc;color:var(--primary)}.btn-outline:hover{background:#0052cc;background:var(--primary)}.text-primary{color:#0052cc;color:var(--primary)}.text-secondary{color:#ff6b35;color:var(--secondary)}.bg-light{background:#f8f9fa;background:var(--light-gray)}.bg-dark{background:#2c3e50;background:var(--dark);color:#fff}.loading{align-items:center;display:flex;height:200px;justify-content:center}.spinner{border:4px solid #f3f3f3;border-top-color:#0052cc;border-top:4px solid var(--primary);height:40px;width:40px}.navbar{background-color:#fff;box-shadow:0 2px 10px #0000001a;padding:.5rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1.5rem}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{text-decoration:none}.logo-image{object-fit:contain}.nav-menu{align-items:center;display:flex;list-style:none;margin:0;padding:0}.nav-link{background:none;border:none;color:#2c3e50;cursor:pointer;display:block;font-size:1rem;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:color .3s}.nav-link:hover{color:#3498db}.nav-link.active{color:#3498db;font-weight:600}.signup-btn{background:linear-gradient(90deg,#3498db,#2980b9);border-radius:4px;color:#fff!important;padding:.5rem 1.5rem;transition:all .3s}.signup-btn:hover{background:linear-gradient(90deg,#2980b9,#3498db);color:#fff;transform:translateY(-2px)}.logout-btn{color:#e74c3c!important;margin:0;padding:.5rem 1rem}.logout-btn:hover{background:none;color:#c0392b!important}.nav-user{align-items:center;display:flex;margin-right:1rem}.user-greeting{color:#7f8c8d;font-size:.9rem;font-weight:500}.menu-toggle{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:2rem;justify-content:space-around;padding:0;width:2rem}.menu-toggle span{background:#2c3e50;border-radius:10px;height:.25rem;position:relative;transform-origin:1px;transition:all .3s linear;width:2rem}@media (max-width:768px){.nav-container{padding:0 1rem}.logo-image{height:40px}.menu-toggle{display:flex;z-index:1001}.nav-menu{background-color:#fff;box-shadow:5px 0 15px #0000001a;flex-direction:column;height:100vh;left:-100%;max-width:300px;overflow-y:auto;padding:5rem 0 2rem;position:fixed;top:0;transition:left .3s ease-in-out;width:80%;z-index:1000}.nav-menu.active{left:0}.nav-link{border-bottom:1px solid #f1f1f1;font-size:1.1rem;padding:1rem 2rem;text-align:left;width:100%}.nav-user{justify-content:flex-start;margin:1rem 0;padding:0 2rem;width:100%}.user-greeting{font-size:1rem}.menu-toggle.active span:first-child{transform:rotate(45deg)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg)}}@media (min-width:769px) and (max-width:1024px){.nav-container{padding:0 1rem}.nav-link{font-size:.9rem;padding:.5rem .8rem}.logo-image{height:45px}}body.menu-open{overflow:hidden}.logo-image{border-radius:4px;height:50px;object-fit:cover;width:auto}.property-card{background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;transition:all .3s ease}.property-card:hover{box-shadow:0 8px 25px #0000001f;transform:translateY(-5px)}.property-image{height:220px;overflow:hidden;position:relative}.property-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.property-card:hover .property-image img{transform:scale(1.05)}.property-badges{gap:8px;left:15px;position:absolute;top:15px;z-index:2}.property-status,.property-type{font-size:.75rem;padding:5px 12px;text-transform:uppercase}.property-type{background:#1e88e5;color:#fff}.property-status{background:#4caf50;color:#fff}.property-price{color:#1e88e5;font-size:14px!important;font-weight:600}.favorite-btn{align-items:center;background:#fffffff2;border:none;border-radius:50%;bottom:15px;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;height:36px;justify-content:center;position:absolute;right:15px;transition:all .3s ease;width:36px;z-index:2}.favorite-btn:hover{background:#fff;transform:scale(1.1)}.favorite-btn.favorited{color:#e53935}.favorite-btn svg{font-size:1.1rem}.property-content{display:flex;flex-direction:column;flex-grow:1;padding:20px}.property-content h3{color:#2c3e50;font-size:1.25rem;line-height:1.3;margin:0 0 10px}.property-location{align-items:center;color:#546e7a;display:flex;font-size:.9rem;margin:0 0 15px}.location-icon{color:#1e88e5;font-size:.9rem;margin-right:8px}.property-meta{border-bottom:1px solid #eaeaea;display:flex;justify-content:space-between;margin-bottom:15px;padding-bottom:15px}.meta-item{align-items:center;color:#546e7a;display:flex;font-size:.85rem}.meta-icon{color:#1e88e5;font-size:.9rem;margin-right:5px}.property-description{color:#546e7a;flex-grow:1;font-size:.9rem;line-height:1.5;margin:0 0 15px}.property-amenities{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.amenity-tag{background:#e3f2fd;border-radius:16px;color:#1e88e5;font-size:.8rem;font-weight:500;padding:5px 12px}.property-footer{justify-content:space-between;margin-top:auto}.agent-info,.property-footer{align-items:center;display:flex}.agent-icon{color:#1e88e5;font-size:.9rem;margin-right:8px}.agent-name{color:#546e7a;font-size:.9rem}.view-details-btn{align-items:center;background:#1e88e5;border-radius:6px;color:#fff;display:flex;font-size:.9rem;font-weight:600;padding:8px 16px;text-decoration:none;transition:all .3s ease}.view-details-btn:hover{background:#1565c0;transform:translateY(-2px)}.arrow-icon{font-size:.8rem;margin-left:6px;transition:transform .3s ease}.view-details-btn:hover .arrow-icon{transform:translateX(3px)}@media (max-width:768px){.property-meta{flex-wrap:wrap;gap:10px}.property-footer{align-items:flex-start;flex-direction:column;gap:15px}.view-details-btn{justify-content:center;width:100%}}@media (max-width:480px){.property-image{height:200px}.property-content{padding:15px}.property-content h3{font-size:1.1rem}}.home{min-height:100vh}.hero-section{background:linear-gradient(135deg,#3498dbcc,#2980b9e6),url(/static/media/house1.f6ae4a1a2b45e24e9a24.jpg) 50%/cover;color:#fff;padding:4rem 1rem;text-align:center}.hero-content h1{font-size:2.5rem;line-height:1.2}.hero-content p{margin-bottom:2rem}.hero-search{display:flex;gap:.5rem;margin:0 auto;max-width:600px}.search-input{flex:1 1;font-size:1rem;outline:none;padding:1rem}.search-btn,.search-input{border:none;border-radius:8px}.search-btn{background:#000;color:#fff;cursor:pointer;font-weight:600;padding:1rem 1.5rem;transition:background .3s}.search-btn:hover{background:#3498db}.advanced-search{background:#f8f9fa;padding:2rem 1rem}.search-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.search-header h3{color:#2c3e50;font-size:1.5rem}.clear-filters{background:none;border:2px solid #3498db;border-radius:6px;color:#000;cursor:pointer;font-weight:600;padding:.5rem 1rem;transition:all .3s}.clear-filters:hover{background:#3498db;color:#fff}.filter-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1.5rem}.filter-group{display:flex;flex-direction:column}.filter-group label{color:#2c3e50;font-weight:600;margin-bottom:.5rem}.filter-group select{background:#fff;border:2px solid #ddd;border-radius:6px;cursor:pointer;font-size:1rem;padding:.75rem}.filter-group select:focus{border-color:#3498db;outline:none}.active-filters{display:flex;flex-wrap:wrap;gap:.5rem}.active-filter{align-items:center;background:#3498db;border-radius:20px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.5rem 1rem}.active-filter:hover{background:#2980b9}.search-results{padding:2rem 1rem}.results-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.results-header h2{color:#2c3e50;font-size:1.8rem}.sort-options{align-items:center;display:flex;gap:.5rem}.sort-options label{color:#2c3e50;font-weight:600}.sort-options select{background:#fff;border:2px solid #ddd;border-radius:6px;cursor:pointer;padding:.5rem}.property-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-bottom:2rem}.no-results{background:#f8f9fa;border-radius:12px;padding:3rem 1rem;text-align:center}.no-results-icon{font-size:4rem;margin-bottom:1rem}.no-results h3{color:#2c3e50;margin-bottom:1rem}.no-results p{color:#7f8c8d;margin-bottom:2rem}.load-more{margin-top:2rem;text-align:center}.btn{font-size:.5rem;padding:1rem 2rem}.quick-categories{background:#f8f9fa;padding:2rem 1rem}.quick-categories h2{color:#2c3e50;font-size:1.8rem;margin-bottom:2rem;text-align:center}.category-tags{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.category-tag{background:#fff;border:2px solid #3498db;border-radius:25px;color:#3498db;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s}.category-tag:hover{background:#3498db;color:#fff;transform:translateY(-2px)}@media (max-width:768px){.hero-section{padding:2rem 1rem}.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.hero-search{flex-direction:column}.search-input{margin-bottom:.5rem}.advanced-search{padding:1.5rem 1rem}.search-header{align-items:flex-start;flex-direction:column}.filter-grid{gap:.75rem;grid-template-columns:1fr}.search-results{padding:1.5rem 1rem}.results-header{align-items:flex-start;flex-direction:column}.sort-options{justify-content:space-between;width:100%}.sort-options select{flex:1 1;margin-left:1rem}.property-grid{gap:1.5rem;grid-template-columns:1fr}.quick-categories{padding:1.5rem 1rem}.category-tags{gap:.5rem}.category-tag{font-size:.9rem;padding:.5rem 1rem}}@media (max-width:480px){.hero-content h1{font-size:1.75rem}.active-filters{justify-content:center}.active-filter{font-size:.8rem;padding:.4rem .8rem}.results-header h2{font-size:1.5rem}.no-results{padding:2rem 1rem}.no-results-icon{font-size:3rem}.btn{font-size:.9rem;padding:.75rem 1.5rem}.quick-categories h2{font-size:1.5rem}.category-tags{align-items:center;flex-direction:column}.category-tag{text-align:center;width:100%}}@media (min-width:769px) and (max-width:1024px){.filter-grid,.property-grid{grid-template-columns:repeat(2,1fr)}}.filter-group select,.search-input,.sort-options select{transition:border-color .3s,box-shadow .3s}.filter-group select:focus,.search-input:focus,.sort-options select:focus{box-shadow:0 0 0 3px #3498db1a}.btn:disabled{cursor:not-allowed;opacity:.7}.btn:focus,.category-tag:focus,.clear-filters:focus{outline:2px solid #3498db;outline-offset:2px}.property-details{max-width:800px;min-height:100vh;padding:2rem 0}.property-details img{border-radius:15px;box-shadow:0 5px 20px #0000001a;height:400px;margin-bottom:2rem;object-fit:cover;width:100%}.property-details h2{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#667eea,#764ba2);-webkit-background-clip:text;color:#2c3e50;font-size:1.5rem;margin-bottom:1rem}.property-details p{font-size:1.1rem;line-height:1.8;margin-bottom:1rem}.property-details b{color:#2c3e50;font-weight:600}.property-details .btn{background:linear-gradient(135deg,#1e88e5,#1e88e5);font-size:1.1rem;margin-top:2rem;padding:15px 30px}@media (max-width:768px){.property-details{padding:1rem}.property-details img{height:300px}.property-details h2{font-size:2rem}}.property-details{margin:0 auto;max-width:1200px;padding:2rem}.property-details-header{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-bottom:3rem}.property-image-container{border-radius:12px;overflow:hidden;position:relative}.property-image-container img{height:400px;object-fit:cover;width:100%}.property-info h1{color:#2c3e50;font-size:2.5rem;margin-bottom:.5rem}.property-location{color:#7f8c8d;font-size:1.2rem;margin-bottom:1rem}.property-price{color:#3498db;font-size:1.8rem;font-weight:700;margin-bottom:1.5rem}.property-badges{display:flex;gap:1rem;margin-bottom:1.5rem}.property-status,.property-type{border-radius:20px;font-size:.9rem;font-weight:600;padding:.5rem 1rem}.property-type{background:#e8f5e8;color:#27ae60}.property-status{background:#e3f2fd;color:#3498db}.property-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);margin-bottom:2rem}.stat{align-items:center;background:#f8f9fa;display:flex;gap:.5rem;padding:.8rem}.stat-icon{font-size:1.2rem}.property-details-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr}.agent-section,.amenities-section,.description-section{margin-bottom:2rem}.agent-section h2,.amenities-section h2,.description-section h2{border-bottom:2px solid #eee;color:#2c3e50;margin-bottom:1rem;padding-bottom:.5rem}.amenities-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.amenity-item{align-items:center;background:#f8f9fa;border-radius:6px;display:flex;gap:.5rem;padding:.5rem}.agent-card{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;padding:1.5rem}.agent-info h3{color:#2c3e50;margin-bottom:.5rem}.contact-btn{font-size:1.1rem;margin-top:1rem;padding:1rem;width:100%}@media (max-width:968px){.property-details-content,.property-details-header{grid-template-columns:1fr}}@media (max-width:768px){.property-details{padding:1rem}.amenities-grid,.property-stats{grid-template-columns:1fr}}.favorite-btn.large{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 2px 10px #0000001a;cursor:pointer;display:flex;font-size:24px;height:50px;justify-content:center;position:absolute;right:20px;top:20px;transition:all .3s ease;width:50px;z-index:10}.favorite-btn.large:hover{background:#fff0f0;transform:scale(1.1)}.favorite-btn.large.favorited{background:#fff0f0;color:#e74c3c}.about-page{min-height:100vh}.about-hero{background:linear-gradient(135deg,#0052cce6,#0042a3e6),url(/static/media/house1.f6ae4a1a2b45e24e9a24.jpg) 50%/cover;color:#fff;padding:6rem 2rem;position:relative;text-align:center}.about-container{margin:0 auto;max-width:1200px;padding:3rem 2rem}.about-section{margin:5rem 0}.about-section h2{color:#2c3e50;font-size:2.5rem;margin-bottom:3rem;position:relative;text-align:center}.about-section h2:after{background:linear-gradient(135deg,#0052cc,#003d99);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.mission-section .section-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.text-content h2{font-size:2.2rem;margin-bottom:1.5rem;text-align:left}.text-content h2:after{left:0;transform:none}.text-content p{color:#555;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.mission-image{border-radius:20px;box-shadow:0 20px 40px #00000026;height:400px;object-fit:cover;transition:transform .3s ease;width:100%}.mission-image:hover{transform:scale(1.02)}.stats-section{background:linear-gradient(135deg,#0052cc,#003d99);border-radius:20px;color:#fff;margin:5rem 0;padding:4rem 2rem}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:1000px}.stat-item{padding:1.5rem;text-align:center}.stat-item h3{-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:.5rem}.stat-item p{font-size:1.1rem;font-weight:500;opacity:.9}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.value-card{background:#fff;border:1px solid #f0f0f0;border-radius:15px;box-shadow:0 10px 30px #00000014;padding:2.5rem 2rem;text-align:center;transition:all .3s ease}.value-card:hover{box-shadow:0 15px 40px #0000001f;transform:translateY(-5px)}.value-icon{background:linear-gradient(135deg,#0052cc,#003d99);border-radius:50%;color:#fff;display:inline-block;font-size:2.5rem;margin-bottom:1.5rem;padding:1rem}.value-card h3{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem}.value-card p{color:#666;line-height:1.6}.team-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.team-member{background:#fff;border-radius:15px;box-shadow:0 10px 30px #00000014;padding:2rem;text-align:center;transition:transform .3s ease}.team-member:hover{transform:translateY(-5px)}.member-image{border:4px solid #f0f0f0;border-radius:50%;height:150px;margin:0 auto 1.5rem;overflow:hidden;width:150px}.member-image img{height:100%;object-fit:cover;width:100%}.team-member h3{color:#2c3e50;font-size:1.4rem;margin-bottom:.5rem}.team-member p{color:#666;font-weight:500;margin-bottom:1rem}.member-bio{color:#777;font-size:.9rem;font-style:italic;line-height:1.6}.about-cta{background:#f8f9fa;border:1px solid #e9ecef;border-radius:20px;margin:5rem 0;padding:4rem 2rem;text-align:center}.about-cta h2{color:#2c3e50;font-size:2.2rem;margin-bottom:1rem}.about-cta p{color:#666;font-size:1.1rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.cta-buttons{gap:1rem;justify-content:center}.btn-primary,.btn-primarys,.btn-secondary{border-radius:8px;display:inline-block;font-size:1rem;font-weight:600;padding:12px 30px;text-decoration:none;transition:all .3s ease}.btn-primary,.btn-primarys{background:#0052cc;border:none}.btn-primarys{color:#fff}.btn-secondarys{background:#0000;border:2px solid #0052cc;border-radius:8px;color:#0052cc;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 30px;transition:all .3s ease}.btn-secondarys:hover{background:#0052cc;color:#fff}.btn-primary:hover{background:#003d99}.btn-secondary{border:2px solid #0052cc;color:#0052cc}.btn-secondary:hover{background:#0052cc;color:#fff}@media (max-width:768px){.about-hero{padding:4rem 1.5rem}.hero-content h1{font-size:2.2rem}.mission-section .section-content{gap:2rem;grid-template-columns:1fr}.text-content h2{text-align:center}.text-content h2:after{left:50%;transform:translateX(-50%)}.stats-grid{grid-template-columns:repeat(2,1fr)}.team-grid,.values-grid{grid-template-columns:1fr}.cta-buttons{align-items:center;flex-direction:column}.btn-primary,.btn-secondary{max-width:250px;text-align:center;width:100%}}@media (max-width:480px){.about-hero{padding:3rem 1rem}.hero-content h1{font-size:1.8rem}.stats-grid{grid-template-columns:1fr}.stat-item h3{font-size:2.5rem}.about-section h2{font-size:2rem}.mission-image{height:300px}}.services{color:#2c3e50;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.services-hero{background:linear-gradient(135deg,#1e88e5,#0d47a1);color:#fff;padding:80px 20px;text-align:center}.hero-content h1{font-size:2.8rem;margin-bottom:16px}.hero-content>p{font-size:1.2rem;margin:0 auto 40px;max-width:700px;opacity:.9}.hero-stats{display:flex;flex-wrap:wrap;gap:60px;justify-content:center;margin-top:40px}.stat-item{align-items:center;display:flex;flex-direction:column}.stat-number{font-size:2.2rem;font-weight:700;margin-bottom:8px}.stat-label{font-size:1rem;opacity:.85}.services-header{padding:60px 20px 40px;text-align:center}.services-header h2{color:#1e88e5;font-size:2.2rem;margin-bottom:16px}.services-header p{color:#546e7a;font-size:1.1rem;margin:0 auto;max-width:700px}.services-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px;padding:20px}.service-card{background:#fff;border:1px solid #e3f2fd;border-radius:12px;box-shadow:0 5px 15px #00000014;cursor:pointer;overflow:hidden;transition:all .3s ease}.service-card:hover{border-color:#bbdefb;box-shadow:0 10px 25px #1e88e526;transform:translateY(-5px)}.service-card.active{border-color:#90caf9;box-shadow:0 10px 25px #1e88e533;transform:translateY(-5px)}.service-card-inner{padding:30px}.service-icon-container{display:flex;justify-content:center;margin-bottom:20px}.service-icon-container .service-icon{color:#1e88e5;font-size:2.5rem}.service-card h3{color:#1565c0;font-size:1.4rem;margin-bottom:15px;text-align:center}.service-description{color:#546e7a;margin-bottom:20px;text-align:center}.service-features{margin:25px 0}.service-features h4{color:#1e88e5;font-size:1.1rem;margin-bottom:12px}.service-features ul{list-style:none;padding:0}.service-features li{align-items:center;color:#455a64;display:flex;margin-bottom:10px}.feature-icon{align-items:center;color:#4caf50;display:flex;margin-right:10px}.service-stats{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;margin:25px 0}.stat{background:#e3f2fd;border-radius:8px;padding:12px;text-align:center}.stat-value{color:#1565c0;font-weight:600}.service-btn{background:#1e88e5;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:12px;transition:background .3s;width:100%}.service-btn:hover{background:#1565c0}.process-section{background:#f5f9ff;padding:80px 20px}.process-container{margin:0 auto;max-width:1000px}.process-header{margin-bottom:60px;text-align:center}.process-header h2{color:#1e88e5;font-size:2.2rem;margin-bottom:16px}.process-header p{color:#546e7a;font-size:1.1rem;margin:0 auto;max-width:600px}.process-steps{display:flex;flex-direction:column;gap:40px}.process-step{align-items:flex-start;display:flex;gap:30px}.step-visual{flex-direction:column;flex-shrink:0}.step-number,.step-visual{align-items:center;display:flex}.step-number{background:#1e88e5;border-radius:50%;color:#fff;font-size:1.2rem;font-weight:700;height:50px;justify-content:center;width:50px}.step-line{background:#bbdefb;height:80px;margin:10px 0;width:2px}.process-step:last-child .step-line{display:none}.step-content h4{color:#1565c0;font-size:1.3rem;margin-bottom:12px}.step-content p{color:#546e7a;line-height:1.6}.services-cta{background:linear-gradient(135deg,#1e88e5,#0d47a1);color:#fff;padding:80px 20px}.cta-container{align-items:center;display:flex;gap:60px;margin:0 auto;max-width:1200px}.cta-content{flex:1 1}.cta-content h2{font-size:2.2rem;margin-bottom:20px}.cta-content>p{font-size:1.1rem;margin-bottom:30px;opacity:.9}.cta-features{display:flex;flex-direction:column;gap:15px;margin-bottom:30px}.cta-feature{align-items:center;display:flex;gap:12px}.cta-feature .feature-icon{color:#ffd54f;font-size:1.2rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:15px}.btn{align-items:center;border-radius:6px;display:flex;gap:8px;padding:14px 28px}.btn-primary{background:#ffd54f;color:#1a237e}.btn-primary:hover{background:#ffc107}.btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.btn-secondary:hover{background:#ffffff1a;transform:translateY(-2px)}.cta-image{flex:1 1}.cta-image,.image-placeholder{display:flex;justify-content:center}.image-placeholder{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border-radius:50%;height:300px;width:300px}.cta-main-icon{color:#ffffffe6;font-size:8rem}.testimonials-section{background:#f8f9fa;padding:80px 20px}.testimonials-container{margin:0 auto;max-width:1200px}.testimonials-container h2{color:#1e88e5;font-size:2.2rem;margin-bottom:50px;text-align:center}.testimonials-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.testimonial-card{background:#fff;border-radius:12px;box-shadow:0 5px 15px #0000000d;padding:30px;position:relative}.quote-icon{color:#e3f2fd;font-size:2rem;position:absolute;right:20px;top:20px}.testimonial-text{color:#455a64;font-style:italic;line-height:1.6;margin-bottom:25px}.testimonial-author{display:flex;flex-direction:column}.author-name{color:#1565c0;font-weight:600}.author-role{color:#78909c;font-size:.9rem}@media (max-width:900px){.cta-container{flex-direction:column;gap:40px;text-align:center}.cta-features{align-items:center}.cta-buttons{justify-content:center}.hero-stats{gap:40px}}@media (max-width:768px){.process-step{align-items:center;flex-direction:column;gap:20px;text-align:center}.step-line{height:40px}.services-grid{grid-template-columns:1fr}.hero-content h1{font-size:2.2rem}.process-header h2,.services-header h2,.testimonials-container h2{font-size:1.8rem}}.contact-page{min-height:100vh}.contact-hero{background:linear-gradient(135deg,#0052cce6,#0042a3e6),url(https://images.unsplash.com/photo-1560448204-e02f11c3d0e2?w=1200&h=600&fit=crop) 50%/cover;color:#fff;padding:6rem 2rem;position:relative;text-align:center}.hero-overlay{margin:0 auto;max-width:1200px}.hero-content h1{font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px #0000004d}.hero-content p{font-size:1.2rem;margin:0 auto;max-width:600px;opacity:.9;text-shadow:1px 1px 2px #0000004d}.contact-container{margin:0 auto;max-width:1200px;padding:3rem 2rem}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:5rem}.contact-info{padding:2rem}.contact-info h2{color:#2c3e50;font-size:2.2rem;margin-bottom:1rem}.info-description{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem}.info-items{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.info-item{align-items:flex-start;display:flex;gap:1rem}.info-icon{background:linear-gradient(135deg,#0052cc,#003d99);border-radius:12px;font-size:1.8rem;min-width:60px;padding:.8rem;text-align:center}.info-details h4{color:#2c3e50;font-size:1.1rem;margin-bottom:.5rem}.info-details p{color:#666;font-size:.95rem;margin-bottom:.3rem}.social-links h4{color:#2c3e50;font-size:1.2rem;margin-bottom:1rem}.social-icons{display:flex;gap:1rem}.social-icon{align-items:center;background:#f8f9fa;border:2px solid #e9ecef;border-radius:50%;display:inline-flex;font-size:1.2rem;height:45px;justify-content:center;text-decoration:none;transition:all .3s ease;width:45px}.social-icon:hover{background:#0052cc;border-color:#0052cc;color:#fff;transform:translateY(-2px)}.contact-form-section{display:flex;flex-direction:column;gap:2rem}.contact-form-card{background:#fff;border:1px solid #e9ecef;border-radius:20px;box-shadow:0 15px 40px #0000001a;padding:2.5rem}.contact-form-card h2{color:#2c3e50;font-size:1.8rem;margin-bottom:2rem;text-align:center}.form-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column}.form-group input,.form-group select,.form-group textarea{background:#fff;border:2px solid #e2e8f0;border-radius:10px;font-size:16px;padding:15px;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#0052cc;box-shadow:0 0 0 3px #0052cc1a;outline:none}.form-group textarea{min-height:120px;resize:vertical}.submit-btn{align-items:center;background:linear-gradient(135deg,#0052cc,#003d99);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:.5rem;justify-content:center;padding:16px;transition:all .3s ease;width:100%}.submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#003d99,#002966);transform:translateY(-2px)}.submit-btn:disabled{cursor:not-allowed;opacity:.7}.submit-btn.submitting{background:#666}.spinner{border:2px solid #0000;border-top-color:#fff;height:20px;width:20px}.alert{border-radius:10px;font-weight:500;margin-bottom:1.5rem;padding:1rem}.alert-success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.alert-error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.emergency-card{background:linear-gradient(135deg,#080f95,#080d91);border-radius:15px;color:#fff;padding:2rem;text-align:center}.emergency-icon{font-size:2.5rem;margin-bottom:1rem}.emergency-content h3{font-size:1.4rem;margin-bottom:1rem}.emergency-phone{font-size:1.3rem;font-weight:700;margin:.5rem 0}.map-section{margin-top:4rem}.map-section h2{color:#2c3e50;font-size:2.2rem;margin-bottom:2rem;text-align:center}.map-container{border:1px solid #e9ecef;border-radius:20px;box-shadow:0 15px 40px #0000001a;display:grid;grid-template-columns:2fr 1fr;overflow:hidden}.google-map{height:400px;position:relative}.map-info{background:#f8f9fa;display:flex;flex-direction:column;justify-content:center;padding:2rem}.map-info h3{color:#2c3e50;font-size:1.4rem;margin-bottom:1rem}.map-info p{color:#666;line-height:1.5;margin-bottom:1rem}.directions-btn{background:#0052cc;border-radius:8px;color:#fff;display:inline-block;font-weight:600;margin-top:1rem;padding:12px 24px;text-align:center;text-decoration:none;transition:all .3s ease}.directions-btn:hover{background:#003d99;transform:translateY(-2px)}@media (max-width:968px){.contact-content{gap:3rem}.contact-content,.form-grid,.map-container{grid-template-columns:1fr}.google-map{height:300px}}@media (max-width:768px){.contact-hero{padding:4rem 1.5rem}.hero-content h1{font-size:2.2rem}.contact-container{padding:2rem 1.5rem}.contact-form-card{padding:2rem}.info-item{flex-direction:column;text-align:center}.info-icon{margin:0 auto}}@media (max-width:480px){.contact-hero{padding:3rem 1rem}.hero-content h1{font-size:1.8rem}.contact-container{padding:1.5rem 1rem}.contact-form-card{padding:1.5rem}.social-icons{justify-content:center}}.auth-container{align-items:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;justify-content:center;min-height:100vh;padding:20px}.auth-form-container{animation:fadeIn .5s ease;background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000026;max-width:450px;padding:40px;width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.auth-header{margin-bottom:30px;text-align:center}.auth-header h2{color:#2c3e50;font-size:28px;font-weight:700;margin-bottom:10px}.auth-header p{color:#7f8c8d;font-size:16px;line-height:1.5}.auth-form,.form-group{margin-bottom:20px}.form-group label{color:#2c3e50;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.form-group input{border:1px solid #ddd;border-radius:8px;box-sizing:border-box;font-size:16px;padding:14px 16px;transition:all .3s;width:100%}.form-group input:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db33;outline:none}.form-group input.error{border-color:#e74c3c}.error-text{color:#e74c3c;display:block;font-size:14px;margin-top:5px}.form-options{font-size:14px;justify-content:space-between;margin-bottom:20px}.form-options,.remember-me{align-items:center;display:flex}.remember-me{color:#7f8c8d}.remember-me input{margin-right:8px;width:auto}.forgot-password{color:#3498db;text-decoration:none;transition:color .3s}.forgot-password:hover{color:#2980b9;text-decoration:underline}.btn{border-radius:8px;font-size:16px;padding:14px 24px;width:100%}.auth-btn{background:linear-gradient(90deg,#3498db,#2980b9);box-shadow:0 4px 10px #3498db4d;color:#fff}.auth-btn:hover{background:linear-gradient(90deg,#2980b9,#3498db);box-shadow:0 6px 15px #3498db66;transform:translateY(-2px)}.auth-footer{color:#7f8c8d;font-size:16px;margin-bottom:20px;text-align:center}.toggle-form-btn{background:none;border:none;color:#3498db;cursor:pointer;font-weight:600;margin-left:5px;padding:0;transition:color .3s}.toggle-form-btn:hover{color:#2980b9;text-decoration:underline}.auth-divider{color:#7f8c8d;font-size:14px;margin:25px 0;position:relative;text-align:center}.auth-divider:before{background-color:#ddd;content:"";height:1px;left:0;position:absolute;right:0;top:50%;z-index:1}.auth-divider span{background:#fff;padding:0 15px;position:relative;z-index:2}.social-auth{display:flex;gap:12px}.social-btn{align-items:center;background:#fff;border:1px solid #ddd;color:#2c3e50;display:flex;flex:1 1;gap:8px;justify-content:center;transition:all .3s}.social-btn:hover{background-color:#f9f9f9;box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.social-icon{font-size:18px;font-weight:700}.google-btn .social-icon{color:#db4437}.facebook-btn .social-icon{color:#4267b2}.welcome-message{padding:30px 0;text-align:center}.welcome-message h2{color:#2c3e50;font-size:28px;margin-bottom:15px}.welcome-message p{color:#7f8c8d;font-size:18px;margin-bottom:30px}@media (max-width:480px){.auth-form-container{padding:25px}.form-options,.social-auth{flex-direction:column}.form-options{align-items:flex-start;gap:10px}.auth-header h2{font-size:24px}}.favorites-page{min-height:70vh;padding:2rem 0}.favorites-page .container{margin:0 auto;max-width:1200px;padding:0 1rem}.favorites-page h1{color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center}.login-prompt{background-color:#f8f9fa;border-radius:12px;margin-top:2rem;padding:3rem;text-align:center}.login-prompt p{color:#6c757d;font-size:1.2rem}.favorites-placeholder{background-color:#f8f9fa;border:2px dashed #dee2e6;border-radius:16px;margin:2rem 0;padding:4rem 2rem;text-align:center}.placeholder-icon{font-size:4rem;margin-bottom:1.5rem}.favorites-placeholder h3{color:#2c3e50;font-size:1.8rem;margin-bottom:1rem}.favorites-placeholder p{color:#6c757d;font-size:1.1rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:500px}.browse-link{background:linear-gradient(90deg,#1e88e5,#1565c0);border-radius:8px;box-shadow:0 4px 15px #1565c033;color:#fff;display:inline-block;font-size:1.1rem;font-weight:600;padding:12px 30px;text-decoration:none;transition:all .3s ease}.browse-link:hover{background:linear-gradient(90deg,#1565c0,#0d47a1);box-shadow:0 6px 18px #1565c04d;transform:translateY(-2px)}.favorites-count{color:#6c757d;font-size:1.2rem;margin-bottom:2rem;text-align:center}.favorites-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:2rem}@media (max-width:768px){.favorites-page h1{font-size:2rem}.favorites-placeholder{padding:3rem 1.5rem}.placeholder-icon{font-size:3rem}.favorites-placeholder h3{font-size:1.5rem}.favorites-grid{gap:1.5rem;grid-template-columns:1fr}}@media (max-width:480px){.favorites-page{padding:1.5rem 0}.favorites-page h1{font-size:1.8rem}.favorites-placeholder{padding:2rem 1rem}.browse-link{font-size:1rem;padding:10px 25px}}.profile-page{min-height:70vh;padding:2rem 0}.profile-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr;margin-top:2rem}.preference-card,.profile-card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:2rem}.preference-card h3,.profile-card h2{border-bottom:1px solid #eee;color:#2c3e50;margin-bottom:1.5rem;padding-bottom:.5rem}.profile-form{display:flex;flex-direction:column;gap:1.5rem}.checkbox-group,.checkbox-group label{align-items:center;display:flex}.checkbox-group label{cursor:pointer;gap:.5rem}.checkbox-group input[type=checkbox]{margin:0;width:auto}.preference-card{display:flex;flex-direction:column;gap:1rem}@media (max-width:968px){.profile-content{grid-template-columns:1fr}}@media (max-width:768px){.profile-page{padding:1rem 0}.preference-card,.profile-card{padding:1.5rem}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f8f9fa;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.main-content{min-height:calc(100vh - 80px)}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.btn{border:none;border-radius:4px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:all .3s}.btn-primary{background:linear-gradient(90deg,#3498db,#2980b9);color:#fff}.btn-primary:hover{background:linear-gradient(90deg,#2980b9,#3498db);box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.btn-outline{background:#0000;border:2px solid #3498db;color:#3498db}.btn-outline:hover{background:#3498db;color:#fff}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-weight:500;margin-bottom:.5rem}.form-input{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.75rem;transition:border-color .3s;width:100%}.form-input:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db33;outline:none}.card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;overflow:hidden;transition:transform .3s,box-shadow .3s}.card:hover{box-shadow:0 5px 15px #00000026;transform:translateY(-5px)}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}@media (max-width:768px){.container{padding:0 .5rem}.btn{font-size:.9rem;padding:.6rem 1.2rem}}.spinner{animation:spin 1s linear infinite;border:4px solid #0000001a;border-left-color:#3498db;border-radius:50%;height:30px;margin:0 auto;width:30px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.177cbf4c.css.map*/