﻿:root{--primary-color: #3daf52;--primary-color-light: #5bc46e;--primary-color-dark: #218032;--secondary-color: #e72e2e;--button-color: #272727;--button-color-light: #4e4e4e;--text-color: #0c0c0c;--phone-color: #007bff;--phone-color-dark: #0056b3;--gray: #393939;--green: #419768;--gold: #A49749;--white: #ffffff;--bg-primary: #f9f9f9;--bg-secondary: #eee;--cover: rgba(0, 0, 0, 0.3);--font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;--font-size-base: 16px;--font-family-display: 'Noto Sans JP', Georgia, serif;--font-family-montserrat: 'Montserrat', sans-serif;--font-family-allura: 'Allura', cursive;--fa: "Font Awesome 5 Free";--spacing-xs: 0.25rem;--spacing-sm: 0.5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--spacing-3xl: 4rem;--spacing-4xl: 6rem;--spacing-5xl: 8rem;--container-max-width: 1280px;--border-radius: 12px;--border-radius-lg: 20px;--border-radius-xl: 30px;--border-radius-full: 50%;--transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);--transition-fast: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);--transition-slow: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);--transition-bounce: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-family);font-size:var(--font-size-base);line-height:1.7;color:var(--text-color);background:var(--white);position:relative;font-weight:500;line-height:2;font-size:16px}body.hidden{overflow:hidden}@media screen and (max-width: 991px){body{font-size:16px;line-height:1.4}}@media screen and (max-width: 575px){body{font-size:13px}}img{max-width:100%;height:auto;display:block}img.border{border:1px solid #ccc}img.border-purple{border:1px solid #6b4ca5}iframe{width:100%;height:450px}a{text-decoration:none;color:inherit;transition:var(--transition)}ul,ol{list-style:none}button{background:none;border:none;cursor:pointer;font-family:inherit}h2,h3,h4,h5,h6{font-weight:600;font-family:var(--font-family)}p{margin-bottom:1rem}address{font-style:normal}.container{width:90%;max-width:var(--container-max-width);margin:0 auto;padding:120px 0}@media screen and (max-width: 991px){.container{padding:50px 0}}.primary-heading{margin-bottom:50px}.primary-heading__title{font-size:clamp(20px,3vw,30px);font-weight:700;letter-spacing:.05em;margin-bottom:20px;border-bottom:2px solid var(--primary-color);padding-bottom:20px;margin-bottom:20px}.table-list{display:grid;grid-template-columns:200px 1fr}@media screen and (max-width: 991px){.table-list{grid-template-columns:150px 1fr}}.table-list dt{border-bottom:1px solid #eee;padding:20px 0}.table-list dd{padding:20px 0;border-bottom:1px solid #eee}.site-header{height:80px;display:flex;align-items:center;border-bottom:1px solid #eee;background:#fff;position:sticky;top:0;z-index:100;overflow:visible}.site-header__inner{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0 50px}.site-header .logo-text{font-size:24px;font-weight:700;letter-spacing:.05em}.site-header .site-logo{width:260px}.site-header .site-nav{display:flex;align-items:center;gap:30px;overflow:visible}.site-header .site-nav .mobile-menu-header{display:none}.site-header .site-nav ul{display:flex;gap:30px;list-style:none;margin:0;padding:0}.site-header .site-nav ul li a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease}.site-header .site-nav ul li a:hover{color:var(--primary-color)}.site-header .site-nav ul li.menu-item-has-children{position:relative}.site-header .site-nav ul li.menu-item-has-children>a{display:inline-flex;align-items:center;gap:6px;position:relative;z-index:121}.site-header .site-nav ul li.menu-item-has-children>a::after{content:"";font-family:"Font Awesome 6 Free";font-weight:900;font-size:12px;color:#999;transition:transform .2s ease}.site-header .site-nav ul li.menu-item-has-children:hover>a::after,.site-header .site-nav ul li.menu-item-has-children:focus-within>a::after{transform:rotate(180deg);color:var(--primary-color)}.site-header .site-nav ul li.menu-item-has-children>.sub-menu{position:absolute;top:100%;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;gap:0;width:240px;min-width:240px;max-height:70vh;overflow-y:auto;margin:0;padding:12px 0 10px;list-style:none;background:#fff;border:1px solid #e8e8e8;border-radius:10px;box-shadow:0 12px 32px rgba(0,0,0,.12);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease;z-index:120;scrollbar-width:thin;scrollbar-color:var(--primary-color) #f0f0f0}.site-header .site-nav ul li.menu-item-has-children>.sub-menu::-webkit-scrollbar{width:6px}.site-header .site-nav ul li.menu-item-has-children>.sub-menu::-webkit-scrollbar-track{background:#f0f0f0;border-radius:3px}.site-header .site-nav ul li.menu-item-has-children>.sub-menu::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:3px}.site-header .site-nav ul li.menu-item-has-children>.sub-menu::-webkit-scrollbar-thumb:hover{background:var(--primary-color-dark)}.site-header .site-nav ul li.menu-item-has-children>.sub-menu::before{content:"";position:absolute;top:0;left:0;width:100%;height:12px}.site-header .site-nav ul li.menu-item-has-children>.sub-menu>li{width:100%}.site-header .site-nav ul li.menu-item-has-children>.sub-menu>li>a{display:block;width:100%;box-sizing:border-box}.site-header .site-nav ul li.menu-item-has-children:hover>.sub-menu,.site-header .site-nav ul li.menu-item-has-children:focus-within>.sub-menu{opacity:1;visibility:visible;pointer-events:auto}.site-header .site-nav ul li.property-type-group-label>a{display:block;width:100%;box-sizing:border-box;pointer-events:none;cursor:default;font-size:12px;font-weight:700;color:#888;padding:10px 18px 4px;letter-spacing:.04em}.site-header .site-nav ul li.property-type-group-label>a::after{display:none}.site-header .site-nav ul li.property-type-group-label>a:hover{color:#888;background:rgba(0,0,0,0)}.site-header .site-nav ul li.property-type-child>a{display:block;width:100%;box-sizing:border-box;padding:8px 18px;font-size:14px;white-space:nowrap}.site-header .site-nav ul li.property-type-child>a::after{display:none}.site-header .site-nav ul li.property-type-child>a:hover{background:#f5faf6;color:var(--primary-color)}.site-header .site-nav ul li.contact a{background-color:var(--primary-color);color:#fff;padding:10px 20px;border-radius:60px;font-weight:500;transition:all .3s ease}.site-header .site-nav ul li.contact a:hover{background-color:var(--primary-color-dark)}.site-header .mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;z-index:102}.site-header .mobile-menu-toggle .hamburger-icon{display:flex;flex-direction:column;gap:5px;width:28px}.site-header .mobile-menu-toggle .hamburger-icon .line{display:block;height:3px;background:#333;border-radius:2px;transition:all .3s ease}.site-header .mobile-menu-toggle.is-active .line:nth-child(1){transform:translateY(8px) rotate(45deg)}.site-header .mobile-menu-toggle.is-active .line:nth-child(2){opacity:0}.site-header .mobile-menu-toggle.is-active .line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-menu-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:98;opacity:0;transition:opacity .3s ease}.mobile-menu-overlay.is-active{display:block;opacity:1}@media(max-width: 992px){.site-header__inner{padding:0 20px}.site-header .mobile-menu-toggle{display:block}.site-header .site-nav{display:block;flex-direction:column;position:fixed;top:0;right:-100%;width:85%;max-width:360px;height:100vh;background:#fff;z-index:101;padding:0;overflow-y:auto;box-shadow:-4px 0 16px rgba(0,0,0,.15);transition:right .4s cubic-bezier(0.25, 0.8, 0.25, 1)}.site-header .site-nav.is-active{right:0}.site-header .site-nav .mobile-menu-header{display:block;padding:20px;background:linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color-dark) 100%);color:#fff;text-align:center;border-radius:6px;margin-bottom:20px}.site-header .site-nav .mobile-menu-header .mobile-logo{font-size:16px;font-weight:600;letter-spacing:.05em;margin-bottom:10px}.site-header .site-nav .mobile-menu-header .mobile-tel{display:inline-flex;align-items:center;gap:6px;color:#fff;text-decoration:none;font-size:16px;font-weight:600;padding:8px 12px;background:hsla(0,0%,100%,.15);border-radius:6px;transition:all .3s ease}.site-header .site-nav .mobile-menu-header .mobile-tel i{font-size:14px}.site-header .site-nav .mobile-menu-header .mobile-tel:hover{background:hsla(0,0%,100%,.25)}.site-header .site-nav ul{flex-direction:column;gap:0;width:100%;padding:0;margin:0}.site-header .site-nav ul li{border-bottom:1px solid #f0f0f0;transition:background .3s ease}.site-header .site-nav ul li:last-child{border-bottom:none}.site-header .site-nav ul li:hover{background:#f8f9fa}.site-header .site-nav ul li a{display:flex;align-items:center;gap:12px;padding:16px 20px;color:#333;font-size:15px;position:relative;transition:all .3s ease}.site-header .site-nav ul li a:before{font-family:"Font Awesome 6 Free";font-weight:900;font-size:16px;color:var(--primary-color);width:20px;text-align:center}.site-header .site-nav ul li a:after{content:"";font-family:"Font Awesome 6 Free";font-weight:900;font-size:10px;color:#ccc;margin-left:auto}.site-header .site-nav ul li a:hover{padding-left:24px;color:var(--primary-color)}.site-header .site-nav ul li.menu-item-home a:before,.site-header .site-nav ul li:nth-child(1):not(.menu-item-home) a:before{content:""}.site-header .site-nav ul li:nth-child(2) a:before,.site-header .site-nav ul li.menu-item:has(a[href*=property]) a:before{content:""}.site-header .site-nav ul li:nth-child(3) a:before,.site-header .site-nav ul li.menu-item:has(a[href*=news]) a:before{content:""}.site-header .site-nav ul li:nth-child(4) a:before,.site-header .site-nav ul li.menu-item:has(a[href*=company]) a:before,.site-header .site-nav ul li.menu-item:has(a[href*=about]) a:before{content:""}.site-header .site-nav ul li.contact{margin-top:20px}.site-header .site-nav ul li.contact:hover{background:rgba(0,0,0,0)}.site-header .site-nav ul li.contact a{background:linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color-dark) 100%);color:#fff;padding:16px 20px;text-align:center;display:flex;justify-content:center;align-items:center;font-weight:600;gap:10px}.site-header .site-nav ul li.contact a:before{content:"";color:#fff;font-size:16px}.site-header .site-nav ul li.contact a:after{display:none}.site-header .site-nav ul li.contact a:hover{padding-left:20px;background:linear-gradient(135deg, var(--primary-color-dark) 0%, var(--primary-color-dark) 100%)}.site-header .site-nav ul li.menu-item-has-children>a,.site-header .site-nav ul li.menu-item-property-archive>a{display:flex;width:100%;gap:12px}.site-header .site-nav ul li.menu-item-has-children>a::after,.site-header .site-nav ul li.menu-item-property-archive>a::after{content:"";margin-left:auto;font-size:10px;color:#ccc;transform:none}.site-header .site-nav ul li.menu-item-has-children.is-submenu-open>a::after,.site-header .site-nav ul li.menu-item-property-archive.is-submenu-open>a::after{content:"";transform:rotate(180deg)}.site-header .site-nav ul li.menu-item-property-archive>.sub-menu{position:static;transform:none;display:none;opacity:1;visibility:visible;pointer-events:auto;min-width:0;max-height:none;margin:0;padding:0;border:none;border-radius:0;box-shadow:none;background:#f8f9fa}.site-header .site-nav ul li.menu-item-property-archive>.sub-menu::before{display:none}.site-header .site-nav ul li.menu-item-property-archive.is-submenu-open>.sub-menu{display:block}.site-header .site-nav ul li.property-type-group-label>a{padding:14px 20px 6px 28px;font-size:12px;font-weight:700;color:#888;pointer-events:none}.site-header .site-nav ul li.property-type-group-label>a::before,.site-header .site-nav ul li.property-type-group-label>a::after{display:none}.site-header .site-nav ul li.property-type-child>a{padding:12px 20px 12px 28px;font-size:14px}.site-header .site-nav ul li.property-type-child>a::before,.site-header .site-nav ul li.property-type-child>a::after{display:none}}@media(max-width: 640px){.site-header{height:70px}.site-header__inner{padding:0 16px}.site-header .site-logo{width:160px}.site-header .site-logo .logo-text{font-size:18px}.site-header .site-logo img{max-height:50px}.site-header .site-nav{width:280px;padding:80px 20px 20px}}.nav-menu{list-style:none;display:flex;gap:20px;margin:0;padding:0}.nav-menu li a{font-weight:500;font-size:15px}.btn-header-contact{background:#333;color:#fff;padding:10px 20px;border-radius:4px;font-size:14px}.btn-header-contact:hover{background:#555}.mobile-menu-toggle{display:none;font-size:24px;cursor:pointer}.hero-section{position:relative;height:70vh;min-height:600px;overflow:hidden}.hero-section .hero-swiper{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1}.hero-section .hero-swiper .swiper-slide{background-size:cover;background-position:center;background-repeat:no-repeat}.hero-section .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:2}.hero-section .hero-content{position:relative;z-index:3;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff;padding:20px;width:100%;max-width:1000px;margin:0 auto;overflow:visible}.hero-section .hero-title{font-size:clamp(28px,4vw,48px);font-weight:700;margin-bottom:20px;line-height:1.4}.hero-section .hero-subtitle{font-size:clamp(16px,2vw,18px);margin-bottom:40px;opacity:.9}@media(max-width: 768px){.hero-section{height:auto;min-height:100svh}.hero-section .hero-content{height:auto;min-height:100svh;justify-content:center;padding:96px 16px 40px}.hero-section .hero-title{margin-bottom:12px}.hero-section .hero-subtitle{margin-bottom:20px;font-size:15px;line-height:1.6}}.hero-search-form{background:hsla(0,0%,100%,.9);padding:20px;border-radius:8px;margin-top:30px;width:min(96vw,1000px);max-width:1000px;margin-left:auto;margin-right:auto;overflow:visible;position:relative;z-index:5}@media screen and (max-width: 991px){.hero-search-form{max-width:100%;width:100%}}.hero-search-form .hero-form-row{display:flex;gap:10px;align-items:stretch;overflow:visible}.hero-search-form .hero-select,.hero-search-form .search-input{padding:12px;border:1px solid #ccc;border-radius:4px;font-size:16px;height:50px;line-height:1.4}.hero-search-form .hero-select{flex:1 1 180px;min-width:160px;max-width:100%}.hero-search-form .hero-select[name=search_area]{flex:1 1 170px;min-width:150px}.hero-search-form .hero-select[name=search_type]{flex:1.6 1 280px;min-width:280px}.hero-search-form .search-input{flex:1 1 260px;min-width:220px}.hero-search-form .search-submit{background:#333;color:#fff;border:none;padding:0 25px;border-radius:4px;cursor:pointer;font-size:18px}.hero-search-form option.level-city{font-weight:bold;background-color:#f0f0f0;color:#333}@media(max-width: 768px){.hero-search-form{padding:16px}.hero-search-form .hero-form-row{flex-direction:column;align-items:stretch}.hero-search-form .hero-select,.hero-search-form .search-input,.hero-search-form .hero-select[name=search_area],.hero-search-form .hero-select[name=search_type]{flex:0 0 auto;width:100%;min-width:0;max-width:100%;height:50px}.hero-search-form .search-input{min-width:0}.hero-search-form .search-submit{flex:0 0 auto;width:100%;height:50px;padding:0 15px}}.section-property-list{padding:80px 20px}.section-property-list .section-header{text-align:center;margin-bottom:50px}.section-property-list .section-title{font-size:32px;margin:0;letter-spacing:.1em}.section-property-list .section-desc{color:#888;margin-top:10px;font-size:14px}.property-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(320px, 1fr));gap:30px}.property-card{background:#fff;border:1px solid #eee;border-radius:8px;overflow:hidden;transition:transform .3s,box-shadow .3s}.property-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.05)}.property-card:hover .property-thumb img{transform:scale(1.05)}.property-card .property-thumb{height:200px;position:relative;overflow:hidden}.property-card .property-thumb img{width:100%;height:100%;object-fit:cover;transition:.5s}.property-card .property-tag{position:absolute;top:10px;left:10px;color:#fff;padding:5px 10px;font-size:12px;border-radius:2px}.property-card .property-body{padding:20px}.property-card .property-location{font-size:13px;color:#888;margin-bottom:5px}.property-card .property-title{font-size:18px;margin:0 0 10px;line-height:1.4}.property-card .property-price{font-size:22px;font-weight:bold;color:#333;margin-bottom:15px}.property-card .property-price .unit{font-size:14px;font-weight:normal;margin-left:2px}.property-card .property-price .sold-status{color:#e74c3c;font-size:18px;background:#ffe5e5;padding:5px 15px;border-radius:4px;display:inline-block}.property-card .property-specs{display:flex;gap:15px;border-top:1px solid #f0f0f0;padding-top:15px;font-size:14px}.view-more-container{text-align:center;margin-top:50px}.view-more-container .btn-outline{display:inline-block;border:1px solid #333;padding:12px 40px;font-weight:500}.view-more-container .btn-outline:hover{background:#333;color:#fff}.site-footer{background:var(--bg-primary);border-top:1px solid var(--bg-secondary);padding-top:60px}.site-footer .footer-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:40px;margin-bottom:60px;padding:0}.site-footer .footer-title{margin:0 0 20px;font-size:18px}.site-footer .footer-links{list-style:none;padding:0;margin:0}.site-footer .footer-links li{margin-bottom:10px;color:#666}.site-footer .footer-links li a:hover{color:#000}.site-footer .footer-social a{font-size:20px;margin-right:15px;color:#333}.site-footer .footer-bottom{border-top:1px solid #eee;padding:20px 0;text-align:center;font-size:12px;color:#888}.site-footer .footer-bottom .container{padding:0}.site-footer .footer-bottom p{margin:0}.site-footer .footer-organization{font-size:14px}.property-header-section{background:#f9f9f9;padding:30px 0;border-bottom:1px solid #eee;margin-bottom:40px}.property-header-section .container{padding:0}.property-breadcrumb{font-size:13px;color:#888;margin-bottom:15px}.property-breadcrumb a:hover{text-decoration:underline}.single-property-title{font-size:32px;margin:0 0 10px}.single-property-address{color:#666;font-size:15px;margin:0}.property-layout-container{display:flex;gap:50px;padding-bottom:80px}.property-main{flex:1;min-width:0}.property-sidebar{width:320px;flex-shrink:0}.property-gallery{margin-bottom:40px;border-radius:8px;overflow:hidden}.property-gallery img{width:100%;height:auto}.detail-heading{font-size:20px;border-bottom:2px solid #333;padding-bottom:10px;margin:40px 0 20px}.feature-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:10px}.feature-list li{background:#f0f8ff;color:#0056b3;padding:8px 15px;border-radius:20px;font-size:14px;font-weight:500}.feature-list li i{margin-right:5px}.specs-table{width:100%;border-collapse:collapse;border-top:1px solid #ddd}.specs-table th,.specs-table td{padding:15px;border-bottom:1px solid #ddd;text-align:left}.specs-table th{width:30%;background:#f9f9f9;font-weight:normal;color:#666}.specs-grid{border-top:1px solid #ddd}.specs-row{display:flex;border-bottom:1px solid #ddd}.specs-row--half .specs-cell{flex:1;display:flex;min-width:0}.specs-row--half .specs-cell:first-child{border-right:1px solid #ddd}.specs-row--full .specs-cell{flex:1;display:flex;min-width:0}.specs-cell .specs-label{width:30%;min-width:120px;padding:15px;background:#f9f9f9;font-weight:normal;color:#666;font-size:14px;line-height:1.6}.specs-cell .specs-value{flex:1;padding:15px;font-size:14px;line-height:1.7;word-break:break-word}.specs-cell.price-cell .specs-value{font-weight:bold;color:#d00;font-size:18px}@media(max-width: 768px){.specs-row--half{flex-direction:column}.specs-row--half .specs-cell:first-child{border-right:none;border-bottom:1px solid #ddd}.specs-cell{flex-direction:column}.specs-cell .specs-label{width:100%;min-width:0;font-weight:bold;background:#eee}}.price-cell{font-weight:bold;color:#d00;font-size:18px}.price-cell .sold-status{color:#e74c3c;font-size:16px;background:#ffe5e5;padding:5px 15px;border-radius:4px;display:inline-block}.map-placeholder{background:#eee;position:relative}.map-placeholder .map-note{text-align:center;font-size:12px;color:#888;padding:10px}.sticky-widget{position:sticky;top:100px}.summary-box{background:#fff;border:1px solid #ddd;padding:30px;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,.05)}.summary-box .label{font-size:13px;color:#888;margin:0 0 5px;text-align:center}.sidebar-price{font-size:36px;font-weight:bold;color:#333;text-align:center;margin:0 0 20px;line-height:1}.sidebar-price .unit{font-size:16px;font-weight:normal;margin-left:5px}.sidebar-price .sold-status{color:#e74c3c;font-size:24px;background:#ffe5e5;padding:8px 20px;border-radius:4px;display:inline-block}.sidebar-specs{display:flex;flex-wrap:wrap;border-top:1px solid #eee;border-bottom:1px solid #eee;padding:15px 0;margin-bottom:25px}.sidebar-specs dt{width:30%;color:#888;font-weight:normal}.sidebar-specs dd{width:70%;font-weight:bold;margin:0 0 5px}.btn-contact{display:block;width:100%;background:#d32f2f;color:#fff;text-align:center;padding:15px;border-radius:4px;font-weight:bold;margin-bottom:15px;box-sizing:border-box}.btn-contact:hover{background:#b71c1c;color:#fff}.tel-info{text-align:center;font-size:20px;font-weight:bold;line-height:1.4;margin:0}.tel-info .hours{font-size:12px;font-weight:normal;color:#888;display:block}@media(max-width: 768px){.property-layout-container{flex-direction:column}.property-sidebar{width:100%}.sticky-widget{position:static}}.property-slider-wrapper{margin-bottom:40px}.mySwiper2{height:450px;width:100%;margin-bottom:10px;border-radius:4px;background:#f0f0f0}.mySwiper2 .swiper-slide img{display:block;width:100%;height:100%;object-fit:contain;background:#000}.mySwiper{height:80px;box-sizing:border-box;padding:0}.mySwiper .swiper-slide{box-sizing:border-box;width:25%;height:100%;opacity:.4;cursor:pointer;border-radius:4px;overflow:hidden}.mySwiper .swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}.mySwiper .swiper-slide-thumb-active{opacity:1;border:2px solid #333}@media(max-width: 768px){.mySwiper2{height:300px}}.property-search-box{background:#f5f5f5;padding:20px;border-radius:8px;margin-bottom:40px}.search-row{margin-bottom:15px}.search-row label{display:block;font-weight:bold;margin-bottom:5px;font-size:14px}.search-row input[type=text]{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px}.search-row select{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px}option.level-city{font-weight:bold;color:#333;background-color:#f0f0f0}.range-inputs{display:flex;align-items:center;gap:10px}.features-list{display:flex;flex-wrap:wrap;gap:10px;max-height:200px;overflow-y:auto;background:rgba(0,0,0,0);padding:5px 0;border:none;border-radius:0}.post-type-archive .features-list{gap:5px}.feature-checkbox{font-weight:bold !important;font-size:14px !important;display:flex !important;align-items:center;justify-content:center;cursor:pointer;background:#fdfdfd;border:1px solid #e0e0e0;border-radius:50px;padding:10px 20px;transition:all .2s ease;user-select:none;color:#666;box-shadow:0 2px 5px rgba(0,0,0,.05)}.feature-checkbox input{display:none}.feature-checkbox:has(:checked){background:#3daf52;color:#fff;border-color:#3daf52;box-shadow:0 4px 12px rgba(61,175,82,.4);transform:translateY(-1px)}.feature-checkbox:hover{border-color:#3daf52;background:#fff;color:#3daf52;box-shadow:0 4px 8px rgba(0,0,0,.1)}.feature-checkbox:has(:checked):hover{color:#fff;background:#44c25a}.post-type-archive .feature-checkbox{padding:4px 8px}.btn-search{width:100%;background:#3daf52;background:linear-gradient(135deg, #3daf52 0%, #218032 100%);color:#fff;border:none;padding:16px;font-size:18px;font-weight:bold;cursor:pointer;border-radius:50px;transition:.3s;box-shadow:0 4px 15px rgba(33,128,50,.3)}.btn-search:hover{background:linear-gradient(135deg, #44c25a 0%, #258f38 100%);transform:scale(1.02);box-shadow:0 6px 20px rgba(33,128,50,.4)}.btn-search i{margin-right:8px}.property-type-badge{position:absolute;top:10px;left:10px;z-index:10;background-color:var(--primary-color);color:#fff;font-size:12px;font-weight:bold;padding:5px 10px;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.3)}.property-tag{right:10px;left:auto}.type-badge{display:inline-block;padding:5px 12px;border-radius:4px;color:#fff;font-size:14px;font-weight:bold;margin-right:10px;vertical-align:middle;background:#555}.type-rent{background-color:#0073aa}.type-sale{background-color:#d63638}.status-badge{background:#999;color:#fff;font-size:.6em;padding:4px 8px;border-radius:3px;vertical-align:middle}.property-note-box{background:#fff3cd;padding:15px;border-radius:4px;margin-top:20px;border:1px solid #ffeeba}.property-note-area{margin:32px 0 40px}.property-note-area .property-note-box{margin-top:0}.specs-table th{width:15%;background:#f7f7f7;font-size:13px}.specs-table td{width:35%;font-size:14px}@media(max-width: 768px){.specs-table th,.specs-table td{display:block;width:100%;box-sizing:border-box}.specs-table th{background:#eee;font-weight:bold}}.map-placeholder{position:relative;background:#eee;height:400px}.search-modal-trigger-wrapper{margin-top:15px}.hero-search-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.hero-search-modal-overlay.is-active{opacity:1;visibility:visible}.hero-search-modal-overlay.is-active .search-modal-content{transform:translateY(0);opacity:1}.search-modal-content{background:#fff;width:90%;max-width:800px;max-height:90vh;overflow-y:auto;border-radius:8px;padding:30px;position:relative;box-shadow:0 10px 25px rgba(0,0,0,.2);transform:translateY(20px);opacity:0;transition:transform .4s cubic-bezier(0.22, 1, 0.36, 1),opacity .4s ease}.search-modal-content .property-search-box{margin-bottom:0;box-shadow:none;padding:0;background:rgba(0,0,0,0)}.modal-close-btn{position:absolute;top:15px;right:15px;background:#eee;color:#333;border:none;width:36px;height:36px;border-radius:50%;font-size:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s;z-index:10}.modal-close-btn:hover{background:#ddd}.btn-open-search-modal{display:inline-block;background:#3daf52;color:#fff;padding:15px 40px;border-radius:50px;font-size:18px;font-weight:bold;border:none;cursor:pointer;box-shadow:0 4px 10px rgba(61,175,82,.3);transition:.3s;text-align:center;width:100%;max-width:400px;margin:0 auto}.btn-open-search-modal:hover{background:#218032;transform:translateY(-2px);box-shadow:0 6px 15px rgba(61,175,82,.4)}.btn-open-search-modal i{margin-right:8px}.page-header{background:url(../images/common/bg.webp) no-repeat center center/cover;margin-bottom:40px;border-bottom:1px solid #eee;text-align:center;position:relative}.page-header::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.page-header .page-title{margin:0;font-size:28px;position:relative;z-index:1;color:var(--white)}.search-layout .container{display:flex;align-items:flex-start;gap:40px}@media screen and (max-width: 1199px){.search-layout .container{flex-direction:column}}.search-layout .search-sidebar{width:300px;flex-shrink:0;position:sticky;top:100px}@media screen and (max-width: 1199px){.search-layout .search-sidebar{width:100%;position:static}}.search-layout .search-results{flex:1}@media screen and (max-width: 1199px){.search-layout .search-results{width:100%}}.results-meta{margin-bottom:20px;font-size:16px;border-bottom:1px solid #eee;padding-bottom:10px}.results-meta .search-conditions-display{background:#f0f7ff;padding:12px 15px;border-radius:5px;margin-bottom:15px;font-size:14px;color:#333;border-left:4px solid var(--primary-color);line-height:1.6}.results-meta .search-conditions-display strong{color:var(--primary-color);margin-right:8px}.property-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:30px}.property-card{border:1px solid #eee;border-radius:8px;overflow:hidden;background:#fff;transition:box-shadow .3s}.property-card:hover{box-shadow:0 5px 15px rgba(0,0,0,.1)}.property-link{text-decoration:none;color:inherit;display:block}.property-thumb{position:relative;height:200px;overflow:hidden}.property-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.property-card:hover .property-thumb img{transform:scale(1.05)}.card-badges{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:5px;align-items:flex-start}.badge-type{font-size:12px;color:#fff;padding:3px 8px;border-radius:4px;font-weight:bold;background:#555}.badge-type.type-rent{background:#0073aa}.badge-type.type-sale{background:#d63638}.badge-status{font-size:11px;background:#333;color:#fff;padding:2px 6px;border-radius:3px}.property-body{padding:15px}.property-location{font-size:13px;color:#666;margin-bottom:5px}.property-title{font-size:18px;margin:0 0 10px;line-height:1.4;font-weight:bold}.property-price{font-size:20px;font-weight:bold;color:#d00;margin-bottom:10px}.property-price .sold-status{color:#e74c3c;font-size:16px;background:#ffe5e5;padding:4px 12px;border-radius:4px;display:inline-block}.property-price .unit{font-size:14px;color:#333;margin-left:2px}.property-specs{display:flex;gap:10px;font-size:14px;color:#555}.property-specs span{background:#f0f0f0;padding:2px 8px;border-radius:3px}@media(max-width: 768px){.search-layout{flex-direction:column}.search-sidebar{width:100%}}.pagination{margin-top:40px;text-align:center}.pagination .page-numbers{display:inline-block;padding:10px 15px;border:1px solid #ddd;margin:0 5px;border-radius:4px;text-decoration:none;color:#333}.pagination .current{background:#333;color:#fff;border-color:#333}.news-layout{display:grid;grid-template-columns:1fr 320px;gap:40px;margin-top:40px}@media screen and (max-width: 1199px){.news-layout{grid-template-columns:1fr}}.news-list{display:flex;flex-direction:column;gap:30px}.news-item{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.news-item:hover{transform:translateY(-4px);box-shadow:0 4px 16px rgba(0,0,0,.12)}.news-link{display:grid;grid-template-columns:280px 1fr;gap:24px;text-decoration:none;color:inherit}.news-thumbnail{width:280px;height:200px;overflow:hidden;background:#f5f5f5}.news-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.news-item:hover .news-thumbnail img{transform:scale(1.05)}.news-content{padding:20px 20px 20px 0;display:flex;flex-direction:column}.news-meta{display:flex;align-items:center;gap:16px;font-size:14px;color:#666;margin-bottom:12px}.news-meta i{margin-right:4px}.news-date{color:#666}.news-category{color:var(--primary-color);font-weight:500}.news-title{font-size:20px;font-weight:600;margin-bottom:12px;line-height:1.5;color:#333}.news-excerpt{font-size:14px;color:#666;line-height:1.7}.news-sidebar .sidebar-widget{background:#fff;padding:24px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08);margin-bottom:24px}.news-sidebar .sidebar-widget .widget-title{font-size:18px;font-weight:600;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid var(--primary-color)}.news-sidebar .sidebar-widget ul{list-style:none;padding:0;margin:0}.news-sidebar .sidebar-widget ul li{border-bottom:1px solid #eee}.news-sidebar .sidebar-widget ul li:last-child{border-bottom:none}.news-sidebar .sidebar-widget ul li a{display:block;padding:10px 0;color:#333;text-decoration:none;transition:color .3s ease}.news-sidebar .sidebar-widget ul li a:hover{color:var(--primary-color)}.news-sidebar .sidebar-widget ul li a .count{color:#999;font-size:14px;float:right}.news-sidebar .tag-cloud{display:flex;flex-wrap:wrap;gap:8px}.news-sidebar .tag-cloud .tag-item{display:inline-block;padding:6px 12px;background:#f5f5f5;border-radius:4px;font-size:13px;color:#666;text-decoration:none;transition:all .3s ease}.news-sidebar .tag-cloud .tag-item:hover{background:var(--primary-color);color:#fff}.single-post{background:#fff}.post-header{background:#f8f9fa;padding:40px 0;border-bottom:1px solid #e9ecef}.container-narrow{max-width:1200px;margin:0 auto;padding:0 20px}.post-meta-top{display:flex;align-items:center;gap:16px;font-size:14px;margin-bottom:16px}.post-meta-top .post-date{color:#666}.post-meta-top .post-category a{color:var(--primary-color);text-decoration:none;font-weight:500}.post-meta-top .post-category a:hover{text-decoration:underline}.post-meta-top i{margin-right:4px}.post-title{font-size:32px;font-weight:700;line-height:1.4;color:#333;margin-bottom:24px}.post-thumbnail{margin-top:24px;border-radius:8px;overflow:hidden}.post-thumbnail img{width:100%;height:auto;display:block}.post-content-wrapper{padding:60px 0}.post-content{font-size:16px;line-height:1.8;color:#333}.post-content h2{font-size:28px;font-weight:700;margin:48px 0 24px;padding:16px 20px;background:linear-gradient(to right, var(--primary-color) 0%, var(--primary-color) 4px, #f0f7ff 4px, #f0f7ff 100%);border-radius:4px;color:#333;position:relative}.post-content h2:first-child{margin-top:0}.post-content h3{font-size:22px;font-weight:600;margin:36px 0 16px;padding-left:16px;border-left:4px solid var(--primary-color);color:#333}.post-content h4{font-size:18px;font-weight:600;margin:28px 0 12px;color:var(--primary-color)}.post-content h5{font-size:16px;font-weight:600;margin:24px 0 12px;color:#333}.post-content p{margin-bottom:20px}.post-content ul,.post-content ol{margin-bottom:20px;padding-left:24px}.post-content ul li,.post-content ol li{margin-bottom:8px}.post-content img{max-width:100%;height:auto;border-radius:4px;margin:24px 0}.post-content blockquote{margin:24px 0;padding:20px 24px;background:#f8f9fa;border-left:4px solid var(--primary-color);font-style:italic;color:#555;position:relative}.post-content blockquote:before{content:"";font-family:"Font Awesome 6 Free";font-weight:900;position:absolute;top:10px;left:-12px;background:var(--primary-color);color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px}.post-content a:not(.btn):not(.tag-link){color:var(--primary-color);text-decoration:underline;transition:color .3s ease}.post-content a:not(.btn):not(.tag-link):hover{color:var(--primary-color-dark)}.post-content strong,.post-content b{font-weight:700;color:#333}.post-content em,.post-content i{font-style:italic}.post-content hr{margin:40px 0;border:none;border-top:2px solid #e9ecef}.post-content code{background:#f5f5f5;padding:2px 6px;border-radius:3px;font-family:"Courier New",monospace;font-size:14px}.post-content pre{background:#2d2d2d;color:#f8f8f2;padding:16px;border-radius:4px;overflow-x:auto;margin:24px 0}.post-content pre code{background:none;color:inherit;padding:0}.post-share{margin-top:48px;padding:32px;background:#f8f9fa;border-radius:12px;border:2px solid #e9ecef}.post-share .share-title{font-size:16px;font-weight:600;color:#333;margin-bottom:20px;text-align:center}.post-share .share-buttons{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.post-share .share-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;border-radius:8px;text-decoration:none;color:#fff;font-size:14px;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 2px 4px rgba(0,0,0,.1)}.post-share .share-btn i{font-size:16px}.post-share .share-btn:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.2)}.post-share .share-twitter{background:#000}.post-share .share-twitter:hover{background:#333}.post-share .share-facebook{background:#1877f2}.post-share .share-facebook:hover{background:#166fe5}.post-share .share-line{background:#06c755}.post-share .share-line:hover{background:#05b54c}.post-share .share-hatena{background:#00a4de}.post-share .share-hatena:hover{background:#0093c9}.post-share .share-pocket{background:#ef4056}.post-share .share-pocket:hover{background:#e6354a}.post-share .share-copy{background:#6c757d}.post-share .share-copy:hover{background:#5a6268}@media(max-width: 640px){.post-share{padding:24px 16px}.post-share .share-buttons{gap:8px}.post-share .share-btn{padding:10px 16px;font-size:13px}.post-share .share-btn span{display:none}.post-share .share-btn i{font-size:18px}}.post-tags{margin-top:40px;padding-top:24px;border-top:1px solid #eee;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.post-tags i{color:#666;margin-right:8px}.post-tags .tag-link{display:inline-block;padding:6px 12px;background:#f5f5f5;border-radius:4px;color:#666;text-decoration:none;font-size:14px;transition:all .3s ease}.post-tags .tag-link:hover{background:var(--primary-color);color:#fff}.post-navigation{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:60px;padding-top:40px;border-top:2px solid #eee}.post-navigation .nav-link{display:flex;flex-direction:column;padding:20px;background:#f8f9fa;border-radius:8px;text-decoration:none;color:inherit;transition:background .3s ease}.post-navigation .nav-link:hover{background:#e9ecef}.post-navigation .nav-link .nav-label{font-size:14px;color:#666;margin-bottom:8px}.post-navigation .nav-link .nav-label i{margin:0 4px}.post-navigation .nav-link .nav-title{font-weight:600;color:#333;line-height:1.4}.post-navigation .nav-next{text-align:right}.post-navigation .nav-next .nav-link{align-items:flex-end}.related-posts{margin-top:60px;padding-top:40px;border-top:2px solid #eee}.related-posts .section-title{font-size:24px;font-weight:600;margin-bottom:24px}.related-posts-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px}.related-post-item{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.related-post-item:hover{transform:translateY(-4px);box-shadow:0 4px 16px rgba(0,0,0,.12)}.related-post-item a{text-decoration:none;color:inherit;display:block}.related-post-thumbnail{width:100%;height:180px;overflow:hidden;background:#f5f5f5}.related-post-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.related-post-item:hover .related-post-thumbnail img{transform:scale(1.05)}.related-post-content{padding:16px}.related-post-date{font-size:12px;color:#999;display:block;margin-bottom:8px}.related-post-title{font-size:14px;font-weight:600;line-height:1.5;color:#333}.back-to-archive{text-align:center;margin-top:60px}.back-to-archive .btn-outline i{margin-right:8px}.news-section{padding:80px 0;background:#f8f9fa}.news-section .section-header{text-align:center;margin-bottom:48px}.news-section .section-header .section-title{font-size:36px;font-weight:700;margin-bottom:8px}.news-section .section-header .section-desc{color:#666;font-size:16px}.news-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:30px;margin-bottom:40px}.news-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.news-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.news-card-link{display:block;text-decoration:none;color:inherit}.news-card-thumbnail{width:100%;height:220px;overflow:hidden;background:#f5f5f5}.news-card-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.news-card:hover .news-card-thumbnail img{transform:scale(1.1)}.news-card-thumbnail--noimage{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color-dark) 100%)}.news-card-thumbnail--noimage i{font-size:48px;color:hsla(0,0%,100%,.5)}.news-card-content{padding:24px}.news-card-meta{display:flex;align-items:center;gap:12px;font-size:13px;margin-bottom:12px}.news-card-date{color:#999}.news-card-date i{margin-right:4px}.news-card-category{padding:4px 10px;background:var(--primary-color);color:#fff;border-radius:3px;font-size:12px;font-weight:500}.news-card-title{font-size:18px;font-weight:600;line-height:1.5;margin-bottom:12px;color:#333;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-card-excerpt{font-size:14px;line-height:1.7;color:#666;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(max-width: 992px){.news-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 640px){.news-section{padding:60px 0}.news-grid{grid-template-columns:1fr}}.news-link{grid-template-columns:1fr}.news-thumbnail{width:100%;height:220px}.news-content{padding:20px}.post-title{font-size:24px}.page-content{padding:60px 0;background:#fff}.page-content .container{max-width:1200px}.page-content h2{font-size:28px;font-weight:600;margin:40px 0 20px;padding-bottom:12px;border-bottom:2px solid var(--primary-color)}.page-content h3{font-size:22px;font-weight:600;margin:32px 0 16px}.page-content p{margin-bottom:20px;line-height:1.8}.page-content ul,.page-content ol{margin-bottom:20px;padding-left:24px}.page-content ul li,.page-content ol li{margin-bottom:8px;line-height:1.7}.page-content img{max-width:100%;height:auto;border-radius:4px;margin:24px 0}.page-content table{width:100%;border-collapse:collapse;margin:24px 0}.page-content table th,.page-content table td{padding:12px;border:1px solid #ddd;text-align:left}.page-content table th{background:#f8f9fa;font-weight:600}.page-content .page-links{margin-top:40px;padding-top:20px;border-top:1px solid #eee;font-weight:600}.page-content .page-links a{display:inline-block;padding:6px 12px;margin:0 4px;background:#f5f5f5;border-radius:4px;text-decoration:none;color:#333}.page-content .page-links a:hover{background:var(--primary-color);color:#fff}.privacy-policy{padding:60px 0 80px;background:var(--white)}@media screen and (max-width: 991px){.privacy-policy{padding:40px 0 60px}}@media screen and (max-width: 767px){.privacy-policy{padding:32px 0 48px}}.privacy-policy .container{max-width:900px}.privacy-policy .container>p:first-of-type{font-size:15px;line-height:2;margin-bottom:32px;padding:24px;background:var(--bg-primary);border-left:4px solid var(--primary-color);border-radius:0 var(--border-radius) var(--border-radius) 0}@media screen and (max-width: 767px){.privacy-policy .container>p:first-of-type{padding:16px;font-size:14px}}.privacy-policy h2{font-size:22px;font-weight:600;margin:48px 0 20px;padding-bottom:12px;border-bottom:2px solid var(--primary-color);line-height:1.5}.privacy-policy h2:first-of-type{margin-top:0}@media screen and (max-width: 767px){.privacy-policy h2{font-size:18px;margin-top:36px}}.privacy-policy p{margin-bottom:20px;line-height:1.9;font-size:15px}@media screen and (max-width: 767px){.privacy-policy p{font-size:14px}}.privacy-policy ul,.privacy-policy ol{margin-bottom:24px;padding-left:1.5em}.privacy-policy ul li,.privacy-policy ol li{margin-bottom:10px;line-height:1.8;font-size:15px}@media screen and (max-width: 767px){.privacy-policy ul li,.privacy-policy ol li{font-size:14px}}.privacy-policy ul li:last-child,.privacy-policy ol li:last-child{margin-bottom:0}.privacy-policy ul{list-style:disc}.privacy-policy ol{list-style:decimal}.privacy-policy table{width:100%;border-collapse:collapse;margin:24px 0 32px;font-size:15px}.privacy-policy table th,.privacy-policy table td{padding:14px 16px;border:1px solid #e0e0e0;text-align:left;vertical-align:top;line-height:1.7}.privacy-policy table th{width:28%;min-width:120px;background:var(--bg-primary);font-weight:600;white-space:nowrap}.privacy-policy table td{background:var(--white)}@media screen and (max-width: 767px){.privacy-policy table{display:block;border:none}.privacy-policy table tbody,.privacy-policy table tr,.privacy-policy table th,.privacy-policy table td{display:block;width:100%}.privacy-policy table tr{margin-bottom:16px;border:1px solid #e0e0e0;border-radius:var(--border-radius);overflow:hidden}.privacy-policy table th,.privacy-policy table td{border:none;border-bottom:1px solid #eee;white-space:normal}.privacy-policy table th{border-bottom:1px solid #e0e0e0}.privacy-policy table tr td:last-child{border-bottom:none}}.privacy-policy-date{margin-top:48px;padding-top:24px;border-top:1px solid #eee;text-align:right;font-size:14px;color:var(--gray);line-height:1.8}@media screen and (max-width: 767px){.privacy-policy-date{margin-top:36px;text-align:left;font-size:13px}}.related-properties-section{padding:80px 0;background:#f8f9fa;border-top:1px solid #e0e0e0}.related-properties-section .section-title{font-size:32px;font-weight:700;text-align:center;margin-bottom:48px;position:relative}.related-properties-section .section-title:after{content:"";display:block;width:60px;height:3px;background:var(--primary-color);margin:16px auto 0}.related-properties-section .property-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:30px;margin-bottom:40px}.related-properties-section .view-more-container{text-align:center;margin-top:40px}@media(max-width: 992px){.related-properties-section .property-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 640px){.related-properties-section{padding:60px 0}.related-properties-section .property-grid{grid-template-columns:1fr}}.staff-section__content__item{display:flex;gap:80px}@media screen and (max-width: 991px){.staff-section__content__item{flex-direction:column}}.staff-section__content__item:not(:last-child){border-bottom:1px solid #eee;padding-bottom:80px;margin-bottom:80px}.staff-section__content__item__image{width:400px}@media screen and (max-width: 991px){.staff-section__content__item__image{width:100%}}.staff-section__content__item__image img{width:100%;border-radius:10px}.staff-section__content__item__body{flex:1}.contact-form-wrapper{max-width:1000px;margin:0 auto;padding:40px 20px}.contact-form-wrapper .form-section{margin-bottom:24px}.contact-form-wrapper .form-section label{display:block;font-weight:600;margin-bottom:8px;color:#333}.contact-form-wrapper .form-section label .required{color:#e74c3c;font-size:12px;margin-left:4px}.contact-form-wrapper .form-section label .optional{color:#999;font-size:12px;margin-left:4px}.contact-form-wrapper .form-section input[type=text],.contact-form-wrapper .form-section input[type=email],.contact-form-wrapper .form-section input[type=tel],.contact-form-wrapper .form-section textarea{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:4px;font-size:15px;transition:border-color .3s ease}.contact-form-wrapper .form-section input[type=text]:focus,.contact-form-wrapper .form-section input[type=email]:focus,.contact-form-wrapper .form-section input[type=tel]:focus,.contact-form-wrapper .form-section textarea:focus{outline:none;border-color:#2271b1}.contact-form-wrapper .form-section textarea{min-height:150px;resize:vertical}.contact-form-wrapper .form-section .wpcf7-acceptance{display:inline-flex;align-items:center;gap:8px}.contact-form-wrapper .form-section .wpcf7-acceptance input[type=checkbox]{width:auto}.contact-form-wrapper .form-section .wpcf7-acceptance a{color:#2271b1;text-decoration:underline}.contact-form-wrapper .form-section .wpcf7-acceptance a:hover{color:#1557a0}.contact-form-wrapper .form-section .check-style{display:flex;flex-wrap:wrap;gap:10px}.contact-form-wrapper .form-section .check-style .wpcf7-list-item{margin:0}.contact-form-wrapper .form-section .check-style .wpcf7-list-item span{background-color:#fff;border:1px solid #05b54c;padding:10px 20px;border-radius:50px;display:flex;align-items:center;cursor:pointer;font-size:14px}.contact-form-wrapper .form-section .check-style .wpcf7-list-item label{margin:0}.contact-form-wrapper .form-section .check-style .wpcf7-list-item input{display:none}.contact-form-wrapper .form-section .check-style .wpcf7-list-item input:checked+span{background-color:#05b54c;color:#fff}.contact-form-wrapper .form-section .form-note{margin:8px 0 0;font-size:13px;color:#666;line-height:1.6}.contact-form-wrapper .form-section.form-section--contact>label{margin-bottom:16px}.contact-form-wrapper .form-section .contact-fields{display:flex;flex-direction:column;gap:20px}.contact-form-wrapper .form-section .contact-field label{font-size:14px;font-weight:600;margin-bottom:8px}.contact-form-wrapper .form-section .tel-inputs{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.contact-form-wrapper .form-section .tel-inputs .tel-part{width:auto;min-width:60px;text-align:center}.contact-form-wrapper .form-row{display:flex;gap:20px}.contact-form-wrapper .form-row .form-section.half{flex:1;margin-bottom:24px}@media(max-width: 640px){.contact-form-wrapper .form-row{flex-direction:column;gap:0}}.contact-form-wrapper .form-submit{text-align:center;margin-top:32px}.contact-form-wrapper .form-submit input[type=submit]{background:linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color-dark) 100%);color:#fff;padding:16px 48px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(34,113,177,.3)}.contact-form-wrapper .form-submit input[type=submit]:hover{background:linear-gradient(135deg, var(--primary-color-dark) 0%, var(--primary-color-dark) 100%);transform:translateY(-2px);box-shadow:0 6px 16px rgba(34,113,177,.4)}.contact-form-wrapper .wpcf7-spinner{margin-left:10px}.contact-form-wrapper .wpcf7-response-output{margin-top:20px;padding:16px;border-radius:4px;border:2px solid}.contact-form-wrapper .wpcf7-response-output.wpcf7-validation-errors{border-color:#e74c3c;background:#ffebee;color:#c62828}.contact-form-wrapper .wpcf7-response-output.wpcf7-mail-sent-ok{border-color:#27ae60;background:#e8f5e9;color:#1b5e20}.mobile-search-trigger{display:none;width:100%;padding:16px;background:linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color-dark) 100%);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;margin-bottom:24px;box-shadow:0 4px 12px rgba(34,113,177,.3);transition:all .3s ease}.mobile-search-trigger i{margin-right:8px}.mobile-search-trigger:hover{background:linear-gradient(135deg, var(--primary-color-dark) 0%, #0d4275 100%);transform:translateY(-2px);box-shadow:0 6px 16px rgba(34,113,177,.4)}@media(max-width: 992px){.mobile-search-trigger{display:block}}.search-modal-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:1000;opacity:0;transition:opacity .3s ease}.search-modal-overlay.is-active{display:block;opacity:1}.search-modal-overlay.is-active .search-modal{transform:translateX(0)}@media(min-width: 993px){.search-modal-overlay{display:none !important}}.search-modal{position:fixed;top:0;right:0;width:90%;max-width:400px;height:100%;background:#fff;box-shadow:-4px 0 20px rgba(0,0,0,.2);overflow-y:auto;transform:translateX(100%);transition:transform .3s cubic-bezier(0.25, 0.8, 0.25, 1)}.search-modal .search-modal-header{position:sticky;top:0;background:var(--primary-color);color:#fff;padding:20px;display:flex;justify-content:space-between;align-items:center;z-index:10;box-shadow:0 2px 8px rgba(0,0,0,.1)}.search-modal .search-modal-header h3{margin:0;font-size:18px;font-weight:600}.search-modal .search-modal-header .close-search-modal{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .3s ease}.search-modal .search-modal-header .close-search-modal:hover{background:hsla(0,0%,100%,.2)}.search-modal .search-modal-body{padding:20px}.search-modal .search-modal-body .property-search-form .form-group{margin-bottom:20px}.search-modal .search-modal-body .property-search-form .form-group label{display:block;font-weight:600;margin-bottom:8px;color:#333;font-size:14px}.search-modal .search-modal-body .property-search-form .form-group input[type=text],.search-modal .search-modal-body .property-search-form .form-group input[type=number],.search-modal .search-modal-body .property-search-form .form-group select{width:100%;padding:12px;border:1px solid #ddd;border-radius:6px;font-size:15px;transition:border-color .3s ease}.search-modal .search-modal-body .property-search-form .form-group input[type=text]:focus,.search-modal .search-modal-body .property-search-form .form-group input[type=number]:focus,.search-modal .search-modal-body .property-search-form .form-group select:focus{outline:none;border-color:var(--primary-color)}.search-modal .search-modal-body .property-search-form .price-range,.search-modal .search-modal-body .property-search-form .size-range{display:flex;gap:10px;align-items:center}.search-modal .search-modal-body .property-search-form .price-range input,.search-modal .search-modal-body .property-search-form .size-range input{flex:1}.search-modal .search-modal-body .property-search-form .price-range span,.search-modal .search-modal-body .property-search-form .size-range span{color:#666;font-size:14px}.search-modal .search-modal-body .property-search-form .features-checkboxes{display:grid;grid-template-columns:1fr;gap:10px}.search-modal .search-modal-body .property-search-form .features-checkboxes label{display:flex;align-items:center;gap:8px;font-weight:normal;cursor:pointer;padding:8px;border-radius:4px;transition:background .2s ease}.search-modal .search-modal-body .property-search-form .features-checkboxes label:hover{background:#f5f5f5}.search-modal .search-modal-body .property-search-form .features-checkboxes label input[type=checkbox]{width:auto;margin:0}.search-modal .search-modal-body .property-search-form .search-button{width:100%;padding:16px;background:linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color-dark) 100%);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(34,113,177,.3)}.search-modal .search-modal-body .property-search-form .search-button:hover{background:linear-gradient(135deg, var(--primary-color-dark) 0%, #0d4275 100%);transform:translateY(-2px);box-shadow:0 6px 16px rgba(34,113,177,.4)}@media(max-width: 992px){.search-sidebar{display:none}}.company-overview-section__content{display:flex;gap:40px}@media screen and (max-width: 991px){.company-overview-section__content{flex-direction:column}}.company-overview-section__content .image{width:40%;order:2}.company-overview-section__content .image img{border-radius:10px}@media screen and (max-width: 991px){.company-overview-section__content .image{width:100%;order:1}}.company-overview-section__content .body{flex:1;order:1}@media screen and (max-width: 991px){.company-overview-section__content .body{order:2}}.banner-link{display:block;max-width:900px;margin:80px auto;width:90%;transition:opacity .3s ease;border:1px solid #01226b}.banner-link:hover{opacity:.8}/*# sourceMappingURL=styles.min.css.map */
