.k-lcp-inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.k-lcp-side-bar-wrapper {
    flex: 0 0 300px;
    max-width: 300px;
    background: #25273A;
    border-top: 2px solid #FEE74F;
    padding: 24px 6px 24px 24px;
}

.k-lcp-side-bar-inner {
    position: sticky;
    top: 120px;
    z-index: 100;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

.k-lcp-side-bar-inner::-webkit-scrollbar {
    width: 6px;
}

.k-lcp-side-bar-inner::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.k-lcp-side-bar-inner::-webkit-scrollbar-thumb {
    background: rgba(254, 231, 79, 0.6);
    border-radius: 3px;
    transition: background 0.3s ease;
}

.k-lcp-side-bar-inner::-webkit-scrollbar-thumb:hover {
    background: rgba(254, 231, 79, 0.8);
}

.k-lcp-side-bar-inner {
    padding-right: 16px;
    scrollbar-width: thin;
    scrollbar-color: rgba(254, 231, 79, 0.6) rgba(255, 255, 255, 0.1);
}
.k-lcp-content-wrapper {
    flex: 1 1 0;
    max-width: 100%;
}
.kanos_load_more_btn {
    height: 50px;
    background-color: #25273a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: normal;
    padding: 0 50px;
    min-width: 190px;
    margin: 20px 0 0 0;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.3s ease;
}

.kanos_load_more_btn:hover {
    background-color: #1a1c2e;
    color: #ffffff !important;
    text-decoration: none;
}

.kanos_load_more_btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.k-lcp-property-type-region-link {
    display: block;
    padding: 8px 12px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.k-lcp-property-type-region-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    text-decoration: none;
}

.k-lcp-property-type-region-value {
    display: block;
    font-size: 14px;
    line-height: 1.4;
}

.k-lcp-property-type-region-link.active {
    background-color: rgba(255, 255, 255, 0.2);
    font-weight: 600;
	color: #FEE74F !important;
}
.k-lcp-property-type-region-link.active span {
	color: #FEE74F !important;
}
.k-lcp-side-bar-wrapper {
    color: #fff !important;
}
.k-lcp-sb-price-heading-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    position: relative;
    border-bottom: 2px solid #fff;
    margin-bottom: 12px;
    padding-bottom: 10px;
}
.k-lcp-sb-price-heading-wrapper h3 {
    font-size: 16px;
    line-height: 16px;
    font-family: "Noto Serif", serif;
    margin-bottom: 0 !important;
}
.k-lcp-sb-price-heading-wrapper .k-lcp-sb-price-heading-icon-wrapper {
    margin-right: 12px;
}
.k-lcp-icon-dropdown-wrapper {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
}
.k-lcp-sb-pc-currency-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    margin-bottom: 24px;
}
.k-lcp-sb-pc-currency-label-wrapper {
    margin-right: 6px;
    font-size: 14px;
    line-height: 14px;
    font-family: "Noto Serif", serif;
    color: #FEE74F;
}
.k-lcp-sb-pc-currency-select-wrapper select#k-lcp-currency {
    background: transparent !important;
    background-color: transparent !important;
    color: #fff !important;
    font-family: "Noto Serif", serif;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.k-lcp-sb-pc-currency-select-wrapper select#k-lcp-currency option {
    background: #25273A !important;
    color: #fff !important;
    border: none !important;
}
.k-lcp-sb-pc-pr-item-wrapper {
    margin-bottom: 16px;
}
.k-lcp-sb-pc-pr-item-wrapper span {
    font-size: 14px;
    line-height: 14px;
    font-family: "Noto Serif", serif;
	color: #fff;
}
.k-lcp-sb-pc-price-range-wrapper {
    padding-left: 16px;
}
.k-lcp-sb-pc-pr-item-wrapper {
    cursor: pointer;
    display: flex;
    align-items: center;
}
.k-lcp-sb-pc-pr-item-wrapper:hover {
    color: #FEE74F;
}

.k-lcp-sb-pc-pr-item-active {
    color: #FEE74F !important;
}

.k-lcp-sb-pc-pr-item-active:hover {
    color: #FEE74F !important;
}

.k-lcp-sb-pc-pr-item-active a {
    color: #FEE74F !important;
}

.k-lcp-sb-pc-pr-item a:hover {
    color: #FEE74F !important;
}
.k-lcp-sb-pc-pr-item-active a span {
    color: #FEE74F !important;
}
.k-lcp-sb-pc-pr-item-active span {
    color: #FEE74F !important;
}
.k-lcp-sb-pc-pr-item-wrapper span:hover {
	color: #FEE74F !important;
}

.k-lcp-sb-pc-pr-item-active a span:hover {
    color: #FEE74F !important;
}

.k-lcp-sb-pc-pr-item-link {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    flex: 1;
}

.k-lcp-sb-pc-pr-item-link:hover {
    color: inherit;
    text-decoration: none;
}

.k-lcp-sb-pc-pr-item-child {
    padding-left: 8px;
}

/* Region Expand/Collapse Styles */
.k-lcp-region-parent {
    font-weight: bold !important;
}

.k-lcp-region-expandable {
    position: relative;
}

.k-lcp-region-expand-icon {
    display: inline-block;
    margin-right: 8px;
    font-size: 12px;
    color: #FEE74F;
    cursor: pointer;
    transition: transform 0.3s ease;
    user-select: none;
}

.k-lcp-region-expandable.expanded .k-lcp-region-expand-icon {
    transform: rotate(90deg);
}

.k-lcp-region-children {
    transition: all 0.3s ease;
}
.k-lcp-sb-price-wrapper {
    margin-bottom: 24px;
}


.k-lcp-size-unit-radio-group {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 12px;
}

.k-lcp-size-unit-radio-item {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.k-lcp-size-unit-radio-item input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    position: relative;
}

.k-lcp-size-unit-radio-item input[type="radio"]:checked {
    background: transparent;
}

.k-lcp-size-unit-radio-item input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FEE74F;
}

.k-lcp-size-unit-label {
    color: #FEE74F;
    font-family: "Noto Serif", serif;
    font-size: 14px;
    cursor: pointer;
}


.k-lcp-size-slider-container {
    width: 100%;
}

.k-lcp-size-slider-values {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #fff;
    font-family: "Noto Serif", serif;
}

.k-lcp-size-slider-controls {
    position: relative;
    height: 40px;
    margin: 5px 0;
    display: flex;
    align-items: center;
}

.k-lcp-size-slider-controls input[type="range"] {
    position: absolute;
    width: 100%;
    height: 40px;
    background: transparent;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
}

.k-lcp-size-slider-controls .k-lcp-size-slider-min {
    z-index: 3;
}

.k-lcp-size-slider-controls .k-lcp-size-slider-max {
    z-index: 2;
}

.k-lcp-size-slider-controls input[type="range"]::-webkit-slider-track {
    height: 6px;
    background: transparent;
}

.k-lcp-size-slider-controls input[type="range"]::-moz-range-track {
    height: 6px;
    background: transparent;
    border: none;
}

.k-lcp-size-slider-controls input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #FEE74F;
    cursor: grab;
    border: 2px solid #25273A;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    position: relative;
    -webkit-tap-highlight-color: transparent;
    pointer-events: all !important;
}

.k-lcp-size-slider-controls input[type="range"]::-webkit-slider-thumb:active {
    cursor: grabbing;
}

.k-lcp-size-slider-controls input[type="range"]::-moz-range-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #FEE74F;
    cursor: grab;
    border: 2px solid #25273A;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    position: relative;
    -moz-appearance: none;
    pointer-events: all !important;
}

.k-lcp-size-slider-controls input[type="range"]::-moz-range-thumb:active {
    cursor: grabbing;
}

.k-lcp-size-slider-track {
    position: absolute;
    width: 100%;
    height: 6px;
    background: #444;
    border-radius: 3px;
    top: 50%;
    transform: translateY(-50%);
}

.k-lcp-size-slider-range {
    position: absolute;
    height: 6px;
    background: #FEE74F;
    border-radius: 3px;
    top: 50%;
    transform: translateY(-50%);
    left: 0%;
    right: 0%;
}

.k-lcp-size-slider-inputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    gap: 8px;
}


.k-lcp-size-slider-input {
    width: 80px;
    padding: 8px 12px;
    background: transparent;
    border: 1px solid #444;
    border-radius: 4px;
    color: #fff;
    font-family: "Noto Serif", serif;
    font-size: 14px;
    text-align: center;
}

.k-lcp-size-slider-input:focus {
    outline: none;
    border-color: #FEE74F;
}

.k-lcp-size-slider-input::placeholder {
    color: #FEE74F;
    font-style: italic;
    opacity: 0.8;
}

.k-lcp-size-slider-input::-webkit-input-placeholder {
    color: #FEE74F;
    font-style: italic;
    opacity: 0.8;
}

.k-lcp-size-slider-input::-moz-placeholder {
    color: #FEE74F;
    font-style: italic;
    opacity: 0.8;
}

.k-lcp-size-slider-input:-ms-input-placeholder {
    color: #FEE74F;
    font-style: italic;
    opacity: 0.8;
}

.k-lcp-size-slider-inputs span {
    color: #fff;
    font-family: "Noto Serif", serif;
    font-size: 14px;
}

.k-lcp-search-button-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding: 8px 12px;
}

.k-lcp-search-button {
    background: #FEE74F;
    color: #25273A;
    border: none;
    padding: 8px 24px;
    font-family: "Noto Serif", serif;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.k-lcp-search-button:hover {
    background: #E6D047;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(254, 231, 79, 0.3);
}

.k-lcp-search-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(254, 231, 79, 0.3);
}
.kanos-location-page-wrapper h1 {
    text-align: center;
    margin-top: 48px;
    font-weight: 700;
    font-family: "Noto Serif", serif;
}

.k-lcp-sb-price-heading-wrapper {
    cursor: pointer;
    transition: all 0.3s ease;
}

.k-lcp-sb-arrow-icon {
    transition: transform 0.3s ease;
}

.k-lcp-sb-price-content-wrapper {
    display: none; 
    overflow: hidden;
}

.k-lcp-sb-price-content-wrapper.show {
    display: block;
}
.k-lcp-clear-filters-wrapper {
    padding: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 48px;
}

.k-lcp-clear-filters-btn {
    width: 100%;
    padding: 12px 24px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.k-lcp-clear-filters-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-1px);
}

.k-lcp-clear-filters-btn:active {
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.05);
}
.k-lcp-box-content-inner {
    max-width: 1200px;
    margin: 80px auto;
}
.kanos-single-post-banner {
    position: relative;
    height: 0;
    padding-top: 525px;
    width: 100%;
}
.kanos-single-post-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kanos-single-post-banner .slogan {
    margin-bottom: 12px;
}

.social-share-buttons {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    flex: 1;
    min-width: 45px;
    height: 45px;
    cursor: pointer;
}

.share-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.share-facebook {
    background-color: #1877F2;
    color: white;
    cursor: pointer;
}

.share-facebook:hover {
    background-color: #166FE5;
    color: white;
}

.share-twitter {
    background-color: #000000;
    color: white;
    cursor: pointer;
}

.share-twitter:hover {
    background-color: #333333;
    color: white;
}

.share-btn svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.share-copy {
    background-color: #6c757d;
    color: white;
    cursor: pointer;
}

.share-copy:hover {
    background-color: #5a6268;
    color: white;
}

.kanos-single-post-tof-wrapper {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-top: 30px;
    border-left: 4px solid #FEE74F;
    position: sticky;
    top: 100px;
    z-index: 10;
}

.k-spt-inner h4 {
    margin: 0 0 15px 0;
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.k-spt-toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.k-spt-toc-item {
    margin: 5px 0;
}

.kanos-single-post-tof-wrapper .k-spt-toc-link {
    color: #121212;
    text-decoration: none !important;
    display: block;
    padding: 3px 0;
    transition: none !important;
    border-radius: 4px;
    font-size: 14px;
    line-height: 120%;
	font-weight: bold;
}

.kanos-single-post-tof-wrapper .k-spt-toc-link:hover {
    font-weight: 700;
}

.k-spt-toc-level-1 {
    padding-left: 0;
}
.k-spt-toc-level-2 {
    padding-left: 8px;
}
.k-spt-toc-level-3 {
    padding-left: 16px;
}
.k-spt-toc-level-4 {
    padding-left: 24px;
}
.k-spt-toc-level-5 {
    padding-left: 32px;
}
.k-spt-toc-level-6 {
    padding-left: 40px;
}

.k-spt-toc-sublist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tax-tax-locations #CRsearch_property_form, .tax-tax-property-type #CRsearch_property_form, .tax-tax-locations #CRsearch_property, .tax-tax-property-type #CRsearch_property {
    display: none !important;
}

.k-lcp-readmore-link {
    color: #007cba;
    cursor: pointer;
    text-decoration: underline;
}

.k-lcp-readmore-link:hover {
    color: #005a87;
}

h2, h3, h4, h5, h5 {
    margin-bottom: 8px !important;
}
p {
    margin-bottom: 16px !important;
}



#fixed-header .main_menu .sub-menu {
    z-index: 1001;
}

.main_menu .sub-menu .current-menu-item > a,
.main_menu .sub-menu .current-menu-ancestor > a,
.main_menu .sub-menu .current_page_item > a {
    color: #fff !important;
    background-color: transparent !important;
}

.main_menu .sub-menu .current-menu-item > a:hover,
.main_menu .sub-menu .current-menu-ancestor > a:hover,
.main_menu .sub-menu .current_page_item > a:hover {
    background-color: #FEE74F !important;
    color: #25273a !important;
}
.k-lcp-side-bar-inner::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.k-lcp-side-bar-inner::-webkit-scrollbar-thumb {
    background: rgba(254, 231, 79, 0.6);
    border-radius: 3px;
    transition: background 0.3s ease;
}

.k-lcp-side-bar-inner::-webkit-scrollbar-thumb:hover {
    background: rgba(254, 231, 79, 0.8);
}

.k-lcp-side-bar-inner {
    padding-right: 16px;
    scrollbar-width: thin;
    scrollbar-color: rgba(254, 231, 79, 0.6) rgba(255, 255, 255, 0.1);
}
.k-lcp-content-wrapper {
    flex: 1 1 0;
    max-width: 100%;
}
.kanos_load_more_btn {
    height: 50px;
    background-color: #25273a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: normal;
    padding: 0 50px;
    min-width: 190px;
    margin: 20px 0 0 0;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.3s ease;
}

.kanos_load_more_btn:hover {
    background-color: #1a1c2e;
    color: #ffffff !important;
    text-decoration: none;
}

.kanos_load_more_btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.k-lcp-property-type-region-link {
    display: block;
    padding: 8px 12px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.k-lcp-property-type-region-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    text-decoration: none;
}

.k-lcp-property-type-region-value {
    display: block;
    font-size: 14px;
    line-height: 1.4;
}

.k-lcp-property-type-region-link.active {
    background-color: rgba(255, 255, 255, 0.2);
    font-weight: 600;
	color: #FEE74F !important;
}
.k-lcp-property-type-region-link.active span {
	color: #FEE74F !important;
}
.k-lcp-side-bar-wrapper {
    color: #fff !important;
}
.k-lcp-sb-price-heading-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    position: relative;
    border-bottom: 2px solid #fff;
    margin-bottom: 12px;
    padding-bottom: 10px;
}
.k-lcp-sb-price-heading-wrapper h3 {
    font-size: 16px;
    line-height: 16px;
    font-family: "Noto Serif", serif;
    margin-bottom: 0 !important;
}
.k-lcp-sb-price-heading-wrapper .k-lcp-sb-price-heading-icon-wrapper {
    margin-right: 12px;
}
.k-lcp-icon-dropdown-wrapper {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
}
.k-lcp-sb-pc-currency-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    margin-bottom: 24px;
}
.k-lcp-sb-pc-currency-label-wrapper {
    margin-right: 6px;
    font-size: 14px;
    line-height: 14px;
    font-family: "Noto Serif", serif;
    color: #FEE74F;
}
.k-lcp-sb-pc-currency-select-wrapper select#k-lcp-currency {
    background: transparent !important;
    background-color: transparent !important;
    color: #fff !important;
    font-family: "Noto Serif", serif;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.k-lcp-sb-pc-currency-select-wrapper select#k-lcp-currency option {
    background: #25273A !important;
    color: #fff !important;
    border: none !important;
}
.k-lcp-sb-pc-pr-item-wrapper {
    margin-bottom: 16px;
}
.k-lcp-sb-pc-pr-item-wrapper span {
    font-size: 14px;
    line-height: 14px;
    font-family: "Noto Serif", serif;
	color: #fff;
}
.k-lcp-sb-pc-price-range-wrapper {
    padding-left: 16px;
}
.k-lcp-sb-pc-pr-item-wrapper {
    cursor: pointer;
    display: flex;
    align-items: center;
}
.k-lcp-sb-pc-pr-item-wrapper:hover {
    color: #FEE74F;
}

.k-lcp-sb-pc-pr-item-active {
    color: #FEE74F !important;
}

.k-lcp-sb-pc-pr-item-active:hover {
    color: #FEE74F !important;
}

.k-lcp-sb-pc-pr-item-active a {
    color: #FEE74F !important;
}

.k-lcp-sb-pc-pr-item a:hover {
    color: #FEE74F !important;
}
.k-lcp-sb-pc-pr-item-active a span {
    color: #FEE74F !important;
}
.k-lcp-sb-pc-pr-item-active span {
    color: #FEE74F !important;
}
.k-lcp-sb-pc-pr-item-wrapper span:hover {
	color: #FEE74F !important;
}

.k-lcp-sb-pc-pr-item-active a span:hover {
    color: #FEE74F !important;
}

.k-lcp-sb-pc-pr-item-link {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    flex: 1;
}

.k-lcp-sb-pc-pr-item-link:hover {
    color: inherit;
    text-decoration: none;
}

.k-lcp-sb-pc-pr-item-child {
    padding-left: 8px;
}

.k-lcp-region-parent {
    font-weight: bold !important;
}

.k-lcp-region-expandable {
    position: relative;
}

.k-lcp-region-expand-icon {
    display: inline-block;
    margin-right: 8px;
    font-size: 12px;
    color: #FEE74F;
    cursor: pointer;
    transition: transform 0.3s ease;
    user-select: none;
}

.k-lcp-region-expandable.expanded .k-lcp-region-expand-icon {
    transform: rotate(90deg);
}

.k-lcp-region-children {
    transition: all 0.3s ease;
}
.k-lcp-sb-price-wrapper {
    margin-bottom: 24px;
}


.k-lcp-size-unit-radio-group {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 12px;
}

.k-lcp-size-unit-radio-item {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.k-lcp-size-unit-radio-item input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    position: relative;
}

.k-lcp-size-unit-radio-item input[type="radio"]:checked {
    background: transparent;
}

.k-lcp-size-unit-radio-item input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FEE74F;
}

.k-lcp-size-unit-label {
    color: #FEE74F;
    font-family: "Noto Serif", serif;
    font-size: 14px;
    cursor: pointer;
}


.k-lcp-size-slider-container {
    width: 100%;
}

.k-lcp-size-slider-values {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #fff;
    font-family: "Noto Serif", serif;
}

.k-lcp-size-slider-controls {
    position: relative;
    height: 40px;
    margin: 5px 0;
    display: flex;
    align-items: center;
}

.k-lcp-size-slider-controls input[type="range"] {
    position: absolute;
    width: 100%;
    height: 40px;
    background: transparent;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
}

.k-lcp-size-slider-controls .k-lcp-size-slider-min {
    z-index: 3;
}

.k-lcp-size-slider-controls .k-lcp-size-slider-max {
    z-index: 2;
}

.k-lcp-size-slider-controls input[type="range"]::-webkit-slider-track {
    height: 6px;
    background: transparent;
}

.k-lcp-size-slider-controls input[type="range"]::-moz-range-track {
    height: 6px;
    background: transparent;
    border: none;
}

.k-lcp-size-slider-controls input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #FEE74F;
    cursor: grab;
    border: 2px solid #25273A;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    position: relative;
    -webkit-tap-highlight-color: transparent;
    pointer-events: all !important;
}

.k-lcp-size-slider-controls input[type="range"]::-webkit-slider-thumb:active {
    cursor: grabbing;
}

.k-lcp-size-slider-controls input[type="range"]::-moz-range-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #FEE74F;
    cursor: grab;
    border: 2px solid #25273A;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    position: relative;
    -moz-appearance: none;
    pointer-events: all !important;
}

.k-lcp-size-slider-controls input[type="range"]::-moz-range-thumb:active {
    cursor: grabbing;
}

.k-lcp-size-slider-track {
    position: absolute;
    width: 100%;
    height: 6px;
    background: #444;
    border-radius: 3px;
    top: 50%;
    transform: translateY(-50%);
}

.k-lcp-size-slider-range {
    position: absolute;
    height: 6px;
    background: #FEE74F;
    border-radius: 3px;
    top: 50%;
    transform: translateY(-50%);
    left: 0%;
    right: 0%;
}

.k-lcp-size-slider-inputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    gap: 8px;
}


.k-lcp-size-slider-input {
    width: 80px;
    padding: 8px 12px;
    background: transparent;
    border: 1px solid #444;
    border-radius: 4px;
    color: #fff;
    font-family: "Noto Serif", serif;
    font-size: 14px;
    text-align: center;
}

.k-lcp-size-slider-input:focus {
    outline: none;
    border-color: #FEE74F;
}

.k-lcp-size-slider-input::placeholder {
    color: #FEE74F;
    font-style: italic;
    opacity: 0.8;
}

.k-lcp-size-slider-input::-webkit-input-placeholder {
    color: #FEE74F;
    font-style: italic;
    opacity: 0.8;
}

.k-lcp-size-slider-input::-moz-placeholder {
    color: #FEE74F;
    font-style: italic;
    opacity: 0.8;
}

.k-lcp-size-slider-input:-ms-input-placeholder {
    color: #FEE74F;
    font-style: italic;
    opacity: 0.8;
}

.k-lcp-size-slider-inputs span {
    color: #fff;
    font-family: "Noto Serif", serif;
    font-size: 14px;
}

.k-lcp-search-button-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding: 8px 12px;
}

.k-lcp-search-button {
    background: #FEE74F;
    color: #25273A;
    border: none;
    padding: 8px 24px;
    font-family: "Noto Serif", serif;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.k-lcp-search-button:hover {
    background: #E6D047;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(254, 231, 79, 0.3);
}

.k-lcp-search-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(254, 231, 79, 0.3);
}
.kanos-location-page-wrapper h1 {
    text-align: center;
    margin-top: 48px;
    font-weight: 700;
    font-family: "Noto Serif", serif;
}

.k-lcp-sb-price-heading-wrapper {
    cursor: pointer;
    transition: all 0.3s ease;
}

.k-lcp-sb-arrow-icon {
    transition: transform 0.3s ease;
}

.k-lcp-sb-price-content-wrapper {
    display: none; 
    overflow: hidden;
}

.k-lcp-sb-price-content-wrapper.show {
    display: block;
}
.k-lcp-clear-filters-wrapper {
    padding: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 48px;
}

.k-lcp-clear-filters-btn {
    width: 100%;
    padding: 12px 24px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.k-lcp-clear-filters-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-1px);
}

.k-lcp-clear-filters-btn:active {
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.05);
}
.k-lcp-box-content-inner {
    max-width: 1200px;
    margin: 80px auto;
}
.kanos-single-post-banner {
    position: relative;
    height: 0;
    padding-top: 525px;
    width: 100%;
}
.kanos-single-post-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kanos-single-post-banner .slogan {
    margin-bottom: 12px;
}

.social-share-buttons {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    flex: 1;
    min-width: 45px;
    height: 45px;
    cursor: pointer;
}

.share-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.share-facebook {
    background-color: #1877F2;
    color: white;
    cursor: pointer;
}

.share-facebook:hover {
    background-color: #166FE5;
    color: white;
}

.share-twitter {
    background-color: #000000;
    color: white;
    cursor: pointer;
}

.share-twitter:hover {
    background-color: #333333;
    color: white;
}

.share-btn svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.share-copy {
    background-color: #6c757d;
    color: white;
    cursor: pointer;
}

.share-copy:hover {
    background-color: #5a6268;
    color: white;
}

.kanos-single-post-tof-wrapper {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-top: 30px;
    border-left: 4px solid #FEE74F;
    position: sticky;
    top: 100px;
    z-index: 10;
}

.k-spt-inner h4 {
    margin: 0 0 15px 0;
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.k-spt-toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.k-spt-toc-item {
    margin: 5px 0;
}

.kanos-single-post-tof-wrapper .k-spt-toc-link {
    color: #121212;
    text-decoration: none !important;
    display: block;
    padding: 3px 0;
    transition: none !important;
    border-radius: 4px;
    font-size: 14px;
    line-height: 120%;
	font-weight: bold;
}

.kanos-single-post-tof-wrapper .k-spt-toc-link:hover {
    font-weight: 700;
}

.k-spt-toc-level-1 {
    padding-left: 0;
}
.k-spt-toc-level-2 {
    padding-left: 8px;
}
.k-spt-toc-level-3 {
    padding-left: 16px;
}
.k-spt-toc-level-4 {
    padding-left: 24px;
}
.k-spt-toc-level-5 {
    padding-left: 32px;
}
.k-spt-toc-level-6 {
    padding-left: 40px;
}

.k-spt-toc-sublist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tax-tax-locations #CRsearch_property_form, .tax-tax-property-type #CRsearch_property_form, .tax-tax-locations #CRsearch_property, .tax-tax-property-type #CRsearch_property {
    display: none !important;
}

.k-lcp-readmore-link {
    color: #007cba;
    cursor: pointer;
    text-decoration: underline;
}

.k-lcp-readmore-link:hover {
    color: #005a87;
}

h2, h3, h4, h5, h5 {
    margin-bottom: 8px !important;
}
p {
    margin-bottom: 16px !important;
}



.wrap-menu {
    overflow: visible;
}

.main_menu,
.main-navigation .main_menu,
.CRmain_mndes.main-navigation .main_menu {
    position: relative;
    z-index: 1000;
}

.main_menu li,
.main-navigation .main_menu li {
    position: relative;
}

.main_menu .menu-item-has-children > a::after {
    content: ' ▼';
    font-size: 10px;
    margin-left: 5px;
}

.main_menu .sub-menu {
    position: absolute;
    top: 50px;
    left: 0;
    min-width: 220px;
    background-color: #25273a;
    display: none;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    padding: 25px 0 10px 0;
    margin-top: -25px;
    text-align: left;
}

.main_menu .menu-item-has-children::after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    height: 25px;
    z-index: 999;
    pointer-events: auto;
}

.main_menu .menu-item-has-children:hover > .sub-menu,
.main_menu .menu-item-has-children:hover::after,
.main_menu .menu-item-has-children:focus-within > .sub-menu,
.main_menu .sub-menu:hover {
    display: block;
}


.main_menu .sub-menu li {
    display: block;
    padding: 0;
    width: 100%;
}

.main_menu .sub-menu li a {
    display: block;
    padding: 10px 20px;
    color: #fff !important;
    transition: all 0.3s ease;
}

.main_menu .sub-menu li a:hover {
    background-color: #FEE74F !important;
    color: #25273a !important;
}

.main_menu .sub-menu .menu-item-has-children > a::after {
    content: ' ▶';
    font-size: 10px;
    margin-left: 5px;
    float: right;
}

.main_menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    margin-left: 5px;
    margin-top: -10px;
    padding-top: 10px;
    text-align: left;
}

.main_menu .sub-menu .menu-item-has-children::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: 100%;
    z-index: 999;
    pointer-events: auto;
}

.main_menu .sub-menu .menu-item-has-children:hover > .sub-menu,
.main_menu .sub-menu .menu-item-has-children:hover::after,
.main_menu .sub-menu .menu-item-has-children:focus-within > .sub-menu,
.main_menu .sub-menu .sub-menu:hover {
    display: block;
}

#fixed-header .main_menu .sub-menu {
    z-index: 1001;
}

.main_menu .sub-menu .current-menu-item > a,
.main_menu .sub-menu .current-menu-ancestor > a,
.main_menu .sub-menu .current_page_item > a {
    color: #fff !important;
    background-color: transparent !important;
}

.main_menu .sub-menu .current-menu-item > a:hover,
.main_menu .sub-menu .current-menu-ancestor > a:hover,
.main_menu .sub-menu .current_page_item > a:hover {
    background-color: #FEE74F !important;
    color: #25273a !important;
}

.main_menu .sub-menu .current-menu-ancestor a,
.main_menu .sub-menu .current-menu-parent a,
.main_menu .sub-menu .current_page_parent a {
    color: #fff !important;
    background-color: transparent !important;
}

.main_menu .sub-menu .current-menu-ancestor a:hover,
.main_menu .sub-menu .current-menu-parent a:hover,
.main_menu .sub-menu .current_page_parent a:hover {
    background-color: #FEE74F !important;
    color: #25273a !important;
}
.k-lcp-sb-toggle-wrapper {
	display: none;
}
.kanos-mm-panel {
	display: none;
}
@media (max-width: 1370px) {
	.k-lcp-side-bar-wrapper {
		position: fixed;
		top: 0;
		left: 0;
		width: 300px;
		max-width: 85%;
		height: 100vh;
		background: #25273A;
		transform: translateX(-100%);
		transition: transform 0.3s ease;
		z-index: 2000;
		box-shadow: 0 0 20px rgba(0,0,0,0.4);
	}
	.k-lcp-side-bar-inner {
		position: sticky;
		top: 120px;
		max-height: 100vh;
		overflow-y: auto;
	}
	.k-lcp-side-bar-wrapper.active {
		transform: translateX(0);
	}
	.k-lcp-sb-toggle-wrapper {
		display: block;
		position: fixed;
		left: 16px;
		bottom: 16px;
		z-index: 2100;
	}
	.k-lcp-sb-toggle-icon-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 56px;
		height: 56px;
		border-radius: 50%;
		background: #25273A;
		box-shadow: 0 8px 20px rgba(0,0,0,0.25);
        border: 1px solid #FEE74F;
		cursor: pointer;
	}
	.k-lcp-sb-toggle-icon-wrapper svg,
	.k-lcp-sb-toggle-icon-inner svg {
		width: 40px;
		height: 40px;
		display: block;
	}
	.k-lcp-sb-toggle-icon-wrapper svg path,
	.k-lcp-sb-toggle-icon-inner svg path {
		stroke: #FEE74F;
	}
}


@media (max-width: 1199px) {
	ul.main_menu {
		display: none;
	}
	.kanos-mm-wrapper {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: 999999;
		pointer-events: none;
	}
	.kanos-mm-wrapper.active {
		pointer-events: auto;
	}
	.kanos-mm-overlay {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0,0,0,0.4);
		opacity: 0;
		transition: opacity 0.3s ease;
	}
	.kanos-mm-wrapper.active .kanos-mm-overlay {
		opacity: 1;
	}
	.kanos-mm-panel {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 80%;
		max-width: 360px;
		height: 100vh;
		overflow: auto;
		background: #25273A;
		transform: translateX(100%);
		transition: transform 0.3s ease;
		padding: 16px;
		box-shadow: 0 0 20px rgba(0,0,0,0.4);
		z-index: 10000;
	}
	.kanos-mm-wrapper.active .kanos-mm-panel {
		transform: translateX(0);
	}
	.kanos-mm-close {
		position: absolute;
		top: 10px;
		right: 12px;
		background: transparent;
		border: 0;
		color: #fff;
		font-size: 24px;
		line-height: 1;
		cursor: pointer;
	}
	.kanos-mm-menu {
		list-style: none;
		margin: 40px 0 0 0;
		padding: 0;
	}
	.kanos-mm-menu li {
		border-bottom: 1px solid rgba(255,255,255,0.08);
	}
	.kanos-mm-menu li a {
		display: block;
		color: #fff;
		padding: 14px 8px;
		text-decoration: none;
		font-size: 16px !important;
	}
	.kanos-mm-menu .menu-item-has-children > a {
		position: relative;
		padding-right: 36px;
	}
	.kanos-mm-menu .menu-item-has-children > a:after {
		content: '\25BC';
		position: absolute;
		right: 8px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 10px;
	}
	.kanos-mm-menu .sub-menu {
		display: none;
		padding-left: 12px;
	}
	.kanos-mm-menu .menu-item-has-children.active_line > .sub-menu {
		display: block;
	}
	#CRgrmobile_ico_kanos {
		text-align: right;
	}
	#CRgrmobile_ico_kanos img {
		filter: brightness(0) invert(1);
	}
	.k-lcp-content-inner #CRgr_list_property {
		padding: 40px 0 !important;
	}
}