.hero{position:relative;container:center;margin:0 auto;width:100%;height:430px;display:flex;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;align-items:center;justify-content:center;color:#fff;background-size:cover;background-position:center;overflow:visible}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000000d;z-index:1}.hero-content{position:relative;z-index:2;text-align:left;width:100%;max-width:1200px;padding:0 2rem}.hero-title{font-size:4.5rem;font-weight:700;width:60%;margin-bottom:2rem;line-height:1.2}.hero-title span{display:inline-block;margin-right:1rem}.hero .search-container{position:relative;width:100%;max-width:600px}.hero .search-container .search-form{display:flex;align-items:center;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0000001a}.hero .search-container .search-form .search-input{flex:1;padding:21px 20px;border:none;outline:none;font-size:16px;background:transparent}.hero .search-container .search-form .search-input::placeholder{color:#999}.hero .search-container .search-form .search-input:disabled{opacity:.6;cursor:not-allowed}.hero .search-container .search-form .search-button{width:70px;height:100%;background-color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s;border-radius:0 1rem 1rem 0}.hero .search-container .search-form .search-button svg{color:#333}.hero .search-container .search-form .search-button:disabled{opacity:.6;cursor:not-allowed}.hero .search-container .search-form .search-button .loading-spinner{width:20px;height:20px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.hero .search-container .dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 4px 20px #0000001a;z-index:9999;max-height:200px;overflow-y:auto;animation:dropdownFadeIn .15s ease-out;scrollbar-width:none;-ms-overflow-style:none}.hero .search-container .dropdown-menu::-webkit-scrollbar{display:none}.hero .search-container .dropdown-menu .dropdown-option{padding:12px 20px;font-size:14px;color:#333;cursor:pointer;transition:all .2s ease}.hero .search-container .dropdown-menu .dropdown-option:first-child{border-radius:12px 12px 0 0}.hero .search-container .dropdown-menu .dropdown-option:last-child{border-radius:0 0 12px 12px}.hero .search-container .dropdown-menu .dropdown-option:only-child{border-radius:12px}.hero .search-container .dropdown-menu .dropdown-option:hover{background:#f5f5f5}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.hero .suggestions-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border-radius:1rem;box-shadow:0 10px 30px #0003;z-index:1000;max-height:300px;overflow-y:auto;border:1px solid #e0e0e0}.hero .suggestion-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;cursor:pointer;transition:background-color .2s;border-bottom:1px solid #f0f0f0}.hero .suggestion-item:last-child{border-bottom:none}.hero .suggestion-item:hover{background-color:#f8f9fa}.hero .suggestion-item:first-child{border-radius:1rem 1rem 0 0}.hero .suggestion-item:last-child{border-radius:0 0 1rem 1rem}.hero .suggestion-item:only-child{border-radius:1rem}.hero .suggestion-content{display:flex;flex-direction:column;flex:1}.hero .suggestion-name{font-weight:600;color:#333;font-size:1rem;margin-bottom:.25rem}.hero .suggestion-country{font-size:.875rem;color:#666}.hero .suggestion-type{font-size:1.25rem;opacity:.7}.hero .suggestion-type.country{opacity:.8}.hero .suggestion-type.city{opacity:.7}.hero-recent{margin-top:2rem;font-size:1rem;opacity:.9}@media (max-width: 1200px){.hero-title{font-size:4rem}}@media (max-width: 900px){.hero{height:500px}.hero-title{font-size:3.5rem}}@media (max-width: 768px){.hero-title{font-size:3rem}}@media (max-width: 576px){.hero{height:450px}.hero-content{text-align:center}.hero-title{font-size:2.5rem;width:100%;margin-bottom:1.5rem}.hero-title span{margin-right:.5rem}.hero .search-container{max-width:100%;height:50px}.hero .search-input{font-size:.9rem;padding:0 1rem}.hero .search-button{width:50px}.hero .suggestions-dropdown{max-height:250px}.hero .suggestion-item{padding:.75rem 1rem}.hero .suggestion-name{font-size:.9rem}.hero .suggestion-country{font-size:.8rem}.hero-recent{margin-top:1.5rem;font-size:.9rem}}@media (max-width: 299px){.hero .search-button svg{margin-left:-25px}}.services-container{max-width:1200px;margin:0 auto;padding:4rem 1.5rem}.services-container .services-subtitle{font-size:1rem;color:#0f0f0f;text-align:center;margin-bottom:1rem;font-weight:400}.services-container .services-title{font-size:52px;font-weight:500;font-family:jost,sans-serif;color:#000;text-align:center;margin-bottom:3rem}.services-container .services-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.services-container .services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.services-container .services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{background:#fff;border-radius:.75rem;padding:2rem;text-align:center;transition:all .3s ease;cursor:pointer}.service-card:hover{transform:translateY(-4px)}.service-card .service-icon{display:flex;justify-content:center;margin-bottom:1.5rem}.service-card .service-icon .icon-image{width:140px;height:auto;object-fit:contain}.service-card .service-title{font-size:1.5rem;font-weight:600;color:#000;margin-bottom:1rem}.service-card .service-description{color:#6b7280;font-size:.95rem;line-height:1.6;margin-bottom:2rem;text-align:center}.service-card .service-button{display:inline-flex;text-transform:capitalize;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:2px solid #24ADD1;border-radius:2rem;background:transparent;color:#24add1;font-weight:500;text-decoration:none;transition:all .3s ease;cursor:pointer;gap:.5rem}.service-card .service-button.btn-primary{border-color:#24add1;color:#24add1}.service-card .service-button.btn-primary:hover{background:#24add1;color:#fff}.service-card .service-button .button-arrow{font-size:1.2rem;transition:all .3s ease}.service-card .service-button:hover .button-arrow{transform:translate(4px)}.service-button.btn-secondary{border-color:#f59e0b;color:#f59e0b}.service-button.btn-secondary:hover{background:#f59e0b;color:#fff}.service-button.btn-tertiary{border-color:#10b981;color:#10b981}.service-button.btn-tertiary:hover{background:#10b981;color:#fff}@media (max-width: 767px){.services-container{padding:2rem 1rem}.services-container .services-subtitle{font-size:.9rem}.services-container .services-title{font-size:2rem}.service-card{padding:1.5rem}.service-card .service-title{font-size:1.25rem}.service-card .service-description{font-size:.9rem}}.asset-building-container{max-width:1400px;margin:0 auto;padding:4rem 2rem}@media (min-width: 768px){.asset-building-container{padding:4rem}}.asset-building-container .content-wrapper{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media (min-width: 768px){.asset-building-container .content-wrapper{grid-template-columns:1fr 1.2fr;gap:3rem}}@media (min-width: 1024px){.asset-building-container .content-wrapper{gap:4.5rem}}.text-content .main-heading{font-size:2rem;font-weight:500;color:#000;font-family:Jost,sans-serif;line-height:1.2;width:100%;margin-bottom:1.5rem}@media (min-width: 480px){.text-content .main-heading{font-size:2.5rem;width:90%}}@media (min-width: 768px){.text-content .main-heading{font-size:3rem;width:85%;line-height:1.1}}@media (min-width: 1024px){.text-content .main-heading{font-size:3.5rem;width:75%}}@media (min-width: 1200px){.text-content .main-heading{font-size:4rem;width:65%}}.text-content .description-text{font-size:1rem;color:#6b7280;width:100%;line-height:1.6;margin-bottom:0;font-family:Arial,sans-serif}@media (min-width: 480px){.text-content .description-text{font-size:1.0625rem;width:95%}}@media (min-width: 768px){.text-content .description-text{font-size:1.125rem;width:90%}}@media (min-width: 1024px){.text-content .description-text{font-size:1.25rem;width:85%}}@media (min-width: 1200px){.text-content .description-text{width:80%}}.image-content{height:300px}@media (min-width: 480px){.image-content{height:350px}}@media (min-width: 768px){.image-content{height:400px}}@media (min-width: 1024px){.image-content{height:450px}}.image-content .image-container{position:relative;height:100%;border-radius:1.5rem;overflow:hidden}.image-content .image-container .hero-image{width:100%;height:100%;object-fit:cover;display:block;border-radius:1.5rem}.image-content .image-container .play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.image-content .image-container .play-button .play-btn{width:60px;height:60px;border-radius:50%;background:#fff;border:none;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px #00000026;cursor:pointer;transition:all .3s ease}@media (min-width: 768px){.image-content .image-container .play-button .play-btn{width:70px;height:70px}}.image-content .image-container .play-button .play-btn:hover{transform:scale(1.1);box-shadow:0 12px 30px #0003}.image-content .image-container .play-button .play-btn .play-icon{font-size:1.25rem;color:#1f2937;margin-left:3px}@media (min-width: 768px){.image-content .image-container .play-button .play-btn .play-icon{font-size:1.5rem}}.video-container{position:relative;width:100%;height:100%}.video-container .hero-video{width:100%;height:100%;object-fit:cover}@media (max-width: 767px){.asset-building-container{padding:2rem 1rem}.asset-building-container .content-wrapper{gap:2rem}.text-content{text-align:center;padding:0 1rem;order:1}.text-content .main-heading{margin-bottom:1rem}.text-content .description-text{margin-bottom:1.5rem}.image-content{order:2}}@media (max-width: 480px){.asset-building-container{padding:1.5rem .75rem}.text-content .main-heading{font-size:1.75rem;margin-bottom:1rem}.text-content .description-text{font-size:.9375rem}.image-content{height:250px}.image-content .image-container .play-button .play-btn{width:50px;height:50px}.image-content .image-container .play-button .play-btn .play-icon{font-size:1rem;margin-left:2px}}@media (min-width: 768px){.asset-building-container.reverse-layout .content-wrapper{grid-template-columns:1.2fr 1fr}}.asset-building-container.centered-layout{text-align:center}.asset-building-container.centered-layout .content-wrapper{grid-template-columns:1fr;max-width:800px;margin:0 auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.text-content{animation:fadeInUp .8s ease-out}.image-content{animation:fadeInUp .8s ease-out .2s both}.agents-section{width:100%;margin:0 auto;padding:4rem 15rem}.agents-section .section-header{text-align:center;margin-bottom:3rem}.agents-section .section-header .section-title{font-size:2.25rem;font-weight:600;color:#000;margin-bottom:1rem}.agents-section .section-header .section-subtitle{font-size:1rem;color:#6b7280;line-height:1.6;max-width:700px;margin:0 auto}.agents-section .agents-grid{display:grid;grid-template-columns:repeat(2,1fr);row-gap:4rem;column-gap:13.5rem;margin:0 auto 5rem;max-width:1000px;justify-content:center;justify-items:center;width:100%}@media (max-width: 1024px) and (min-width: 769px){.agents-section .agents-grid{column-gap:6rem;max-width:800px}}@media (max-width: 768px){.agents-section .agents-grid{grid-template-columns:1fr;max-width:500px}}.agents-section .agent-card{position:relative;width:100%;max-width:470px}.agents-section .agent-card .agent-content{display:flex;align-items:flex-start;position:relative}.agents-section .agent-card .agent-image-container{width:120px;height:120px;flex-shrink:0;margin-right:1.5rem}.agents-section .agent-card .agent-image-container .agent-image{width:100%;height:100%;border-radius:50%;object-fit:cover}.agents-section .agent-card .agent-grid__card-content{flex:1;min-width:0;overflow:hidden}.agents-section .agent-card .agent-grid__card-name{font-size:.9rem;font-weight:700;text-transform:capitalize;margin-bottom:.125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.2;color:#374151}@media (min-width: 576px){.agents-section .agent-card .agent-grid__card-name{font-size:1rem}}@media (min-width: 768px){.agents-section .agent-card .agent-grid__card-name{font-size:1.125rem}}.agents-section .agent-card .agent-grid__card-company{color:#9ca3af;margin-bottom:.4rem;font-size:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.3}@media (min-width: 576px){.agents-section .agent-card .agent-grid__card-company{font-size:.8rem;margin-bottom:.45rem}}@media (min-width: 768px){.agents-section .agent-card .agent-grid__card-company{font-size:.875rem;margin-bottom:.5rem}}.agents-section .agent-card .agent-grid__card-stat{margin-bottom:.2rem;font-size:.75rem;overflow:hidden;line-height:1.3}@media (min-width: 576px){.agents-section .agent-card .agent-grid__card-stat{font-size:.8rem;margin-bottom:.225rem}}@media (min-width: 768px){.agents-section .agent-card .agent-grid__card-stat{font-size:.875rem;margin-bottom:.25rem}}.agents-section .agent-card .agent-grid__card-stat-value{font-weight:500;word-wrap:break-word;overflow-wrap:break-word;display:inline}.agents-section .agent-card .agent-grid__card-stat-value--clickable{text-decoration:none;color:inherit;cursor:pointer}.agents-section .agent-card .agent-grid__card-stat-value--clickable:hover{cursor:pointer}.agents-section .agent-card .agent-grid__card-stat-label{color:#9ca3af;font-size:.7rem;margin-right:.25rem}@media (min-width: 576px){.agents-section .agent-card .agent-grid__card-stat-label{font-size:.75rem}}@media (min-width: 768px){.agents-section .agent-card .agent-grid__card-stat-label{font-size:.875rem}}.agents-section .agent-card .agent-grid__card-experience{font-size:.85rem;margin-bottom:.4rem}.agents-section .agent-card .agent-grid__card-experience .agent-grid__card-experience-label{color:#9ca3af;margin-right:.2rem}.agents-section .agent-card .agent-grid__card-experience .agent-grid__card-experience-number{color:#374151;font-weight:600;margin-right:.2rem}.agents-section .agent-card .rating-container{position:absolute;top:0;right:0;display:flex;align-items:center;gap:.25rem}.agents-section .agent-card .rating-container .rating-value{font-weight:600;font-size:.875rem}.agents-section .agent-card .rating-container .rating-star{color:#fbbf24;font-size:1rem}.agents-section .agent-card .rating-container .rating-count{color:#9ca3af;font-size:.75rem}.agents-section .section-footer{text-align:center}.agents-section .section-footer .find-agent-btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.5rem;background-color:#22d3ee;color:#fff;border:none;border-radius:2rem;font-weight:500;font-size:1rem;cursor:pointer;transition:all .2s ease}.agents-section .section-footer .find-agent-btn .button-arrow{margin-left:.5rem}.agents-section .section-footer .find-agent-btn:hover{background-color:#12c9e5}.agents-section .agent-phone-number{margin-right:.5rem;transition:color .2s}.agents-section .agent-grid__card-stat-value--whatsapp:hover .agent-phone-number{color:#4caf50}@media (max-width: 940px){.agents-section{padding:3rem 2rem}.agents-section .agent-card .agent-image-container{width:100px;height:100px;margin-right:1.25rem}.agents-section .agent-card .agent-info .agent-name{font-size:1.25rem}}@media (max-width: 768px){.agents-section{padding:2rem 1rem}.agents-section .section-header{margin-bottom:2rem}.agents-section .section-header .section-title{font-size:1.75rem}.agents-section .agents-grid{gap:2rem;display:flex;flex-direction:column;align-items:center}.agents-section .agent-card{width:90%;max-width:350px}.agents-section .agent-card .agent-content{align-items:flex-start;position:relative;gap:20px;padding-right:2rem}.agents-section .agent-card .agent-image-container{width:90px;height:90px;margin-right:1rem;flex-shrink:0}.agents-section .agent-card .agent-info{flex-grow:1;min-width:0}.agents-section .agent-card .agent-info .agent-name{font-size:1rem;line-height:1.3;margin-bottom:.125rem}.agents-section .agent-card .agent-info .agent-company{font-size:.75rem;margin-bottom:.5rem}.agents-section .agent-card .agent-info .team-badge{font-size:.65rem;padding:.15rem .35rem;margin-bottom:.375rem}.agents-section .agent-card .agent-info .agent-metrics{gap:.375rem}.agents-section .agent-card .agent-info .agent-metrics .price-range .metric-value,.agents-section .agent-card .agent-info .agent-metrics .sales-count .metric-value{font-size:.8rem}.agents-section .agent-card .agent-info .agent-metrics .price-range .metric-label,.agents-section .agent-card .agent-info .agent-metrics .sales-count .metric-label{font-size:.65rem}.agents-section .agent-card .rating-container{top:0;right:0;position:absolute}.agents-section .agent-card .rating-container .rating-value{font-size:.75rem}.agents-section .agent-card .rating-container .rating-star{font-size:.8rem}.agents-section .agent-card .rating-container .rating-count{font-size:.65rem}}
