.body {
    font-family: "IBM Plex Sans", sans-serif;
}

.section-title {
    color: #0B0E21;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
}
.section-description {
    color: #242845;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0.25px;
}
.site-header .bank-logo img {
	width: auto;
    max-height: 64px;
    max-width: fit-content;
}

.sl-overlay {
    background: #000;
}

.sl-wrapper .sl-navigation button,
.sl-wrapper .sl-counter,
.sl-wrapper .sl-close {
    color: #fff;
}

#whatsapp-form-modal {
	--bs-modal-width: 400px;
}

#whatsapp-form-modal .modal-content {
	border: none;
	border-radius: 16px;
}

#whatsapp-form h5 {
    color: #333;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.25px;
}

#whatsapp-form .form-subtitle {
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.25px;
	text-align: left;
}

#whatsapp-form hr {
	background: none;
    border: 0;
    height: 0;
	margin-bottom: 1rem;
}

#whatsapp-form button.close {
    background: none;
    border: none;
    font-size: 32px;
    padding: 0;
	color: #9EA3AE;
	margin-top: -4px;
}

#whatsapp-form label {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
}

#whatsapp-form label span.required-mark {
    color: #D70C24;
}

#whatsapp-form label.error {
    width: 100%;
    font-weight: normal;
    color: #dc3545;
    font-size: smaller;
}

#whatsapp-form .btn-whatsapp {
    background: var(--brand-color-primary-acf);
    border-radius: 100px;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 16px;
}

#whatsapp-form .btn-agency {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--brand-color-primary-acf);
    border-radius: 100px;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 16px;
}

#whatsapp-form .btn-whatsapp:disabled,
#whatsapp-form .btn-whatsapp[disabled] {
    background: #9c9c9c;
}

#whatsapp-form .btn-whatsapp svg {
    margin-right: 6px;
}

#whatsapp-form .select2-container--default .select2-selection--single {
    height: 38px;
    padding: 4px 2px;
}

#whatsapp-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
}

#whatsapp-form .form-group {
	margin-bottom: 1rem;
}

#whatsapp-form .form-group .input-group .input-group-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    background-color: #E7E8EB;
}

#whatsapp-form .form-control,
#whatsapp-form .select2-selection {
    border: 1px solid #CED3D7;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	padding: 8px 16px 8px 16px;
	height: 40px;
}

#whatsapp-form textarea {
	height: auto !important;
}

#whatsapp-form .form-control::placeholder,
#whatsapp-form .select2-selection__placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #B9B9B9 !important;
    opacity: 1; /* Firefox */
}

#whatsapp-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #B9B9B9;
}
  
#whatsapp-form .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #B9B9B9;
}

#whatsapp-form #price_estimation option:first-child {
    color: #B9B9B9;
}

#whatsapp-form .select2-selection__rendered {
    padding: 0 5px;
}

#whatsapp-form .select2-results__option  {
    padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
}

#whatsapp-form .form-control:focus,
#whatsapp-form .select2-container--focus .select2-selection,
#whatsapp-form .select2-dropdown,
#whatsapp-form .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #004183;
    box-shadow: none;
}

#whatsapp-form .select2-container--open .select2-dropdown--below {
    border-top: none;
}

#whatsapp-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 6px;
}

#whatsapp-form .domicile-wrap .select2-selection__rendered {
	/* padding-left: 30px; */
}

#whatsapp-form .domicile-wrap .select2-selection__arrow {
	display: none;
}

#whatsapp-form .select2-container--default .select2-container--focus .select2-selection {
    border: transparent !important;
    box-shadow: 0 0 5px #ccc !important;
    opacity: 1 !important;
    outline: 0 !important;
}

#whatsapp-form .select2-container--default .select2-selection .select2-selection__rendered {
    line-height: 27px;
}

#whatsapp-form .select2-container--default .select2-selection--multiple .select2-selection__rendered, #whatsapp-form .select2-container--default .select2-selection--multiple .select2-selection__rendered li[title] {
    position: absolute;
    top: 5px;
}

#whatsapp-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-left: -5px;
}

#whatsapp-form .select2-container--default .select2-selection .select2-selection__rendered li {
    margin: -2px 5px -1px -5px !important;
}

#whatsapp-form .select2-container--default .select2-selection--multiple .select2-selection__rendered li[title]{
    margin: -2px 12px -1px 4px !important;
}

#whatsapp-form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    width: 360px;
    z-index: 999;
    position: absolute;
    left: -10px;
}

#whatsapp-form .select2-container--default .select2-selection .select2-selection__choice {
    padding: 0 1px !important;
    background: transparent !important;
    border: transparent !important;
}

#whatsapp-form .select2-container--focus .select2-selection--multiple .select2-selection__rendered {
    caret-color: transparent;
}

#whatsapp-form .select2-container--open .select2-selection--multiple .select2-selection__rendered {
    caret-color: inherit;
}

#whatsapp-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
    height: 38px;
    top: 50%;
    right: 0px;
    width: 50px;
    margin-top: -15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease-in-out;
}

#whatsapp-form .select2-container--open .select2-selection--single .select2-selection__arrow b {
    display: none !important;
    transform: rotate(180deg) !important;
}

#whatsapp-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none !important;
    background-image: url('../../img/dropdown_icon.svg');
    background-color: transparent;
    background-size: contain;
    border: none !important;
    height: 15px !important;
    width: 15px !important;
    margin: auto !important;
    top: auto !important;
    left: auto !important;
    background-repeat: no-repeat;
    background-position: center;
}


#whatsapp-form .domicile-wrap .select2-results__message {
    display: none !important;
}

#whatsapp-form .select2-container.error {
    border: 1px solid;
    border-radius: 4px;
    height: 41px;
}

#whatsapp-form .select2-results__option {
    /* color: #333; */
}

#whatsapp-form .select2-container--default .select2-search--inline .select2-search__field {
    opacity: 0.5;
}

#whatsapp-form .footer {
	margin: 1rem 0 0.5rem 0;
}

#whatsapp-form .message p {
	font-size: 14px;
    margin: 0;
}

#whatsapp-form .btn-whatsapp .icon-whatsapp {
	width: 16px;
	margin-right: 6px;
	margin-top: -2px;
}

#whatsapp-form .error-message {
  display: none !important;
}

.animate-bottom {
	position: relative;
	animation: animatebottom 0.4s;
}
@keyframes animatebottom {
	from {
		bottom: -400px;
		opacity: 0;
	}

	to {
		bottom: 0;
		opacity: 1;
	}
}
@media screen and (max-width: 575px) {
	.modal.show .modal-dialog {
		align-items: flex-end;
		margin: 0;
		height: 100%;
	}
	#whatsapp-form-modal .modal-content {
		border-radius: 16px 16px 0 0;
	}
}

.post, .page {
    margin: 0;
}

header .flex-row{
	height: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

@media only screen and  (max-width: 549px) {
    .header .flex-row{
		height: 100%;
	}
}

/* .header-inner{
	max-width: 1169px;
} */

header.site-header{
    height: 83px;
    position: sticky;
    top: 0;
    z-index: 1050;
	background: #ffffff;
    box-shadow: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
    overflow: visible !important;
}

@media only screen and (min-width: 1181px) {
    header.site-header {
        overflow: visible !important;
    }
    
    header.site-header .header-inner {
        overflow: visible !important;
        position: relative !important;
    }
}

.property-cards-container,
.tab-result.property-section-tab-result {
    position: relative;
    z-index: 0;
}

.search-box-wrapper {
    position: relative;
    z-index: 20;
}

header .flex-col .btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    background: var(--brand-color-primary-acf);
    border-radius: 8px;
}

header .flex-col .btn p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin: 0;
    white-space: nowrap;
}

header .logo-r123{
	padding-left: 40px;
}

header .logo-r123 img{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	padding: 0px;
	gap: 4px;
	width: 145.93px;
	height: 42px;
}

footer.site-footer{
    background-color: var(--brand-color-primary-acf);
    padding: 0;
    /* border-top: 1px solid #E7E8EB; */
}

.main-footer {
    border-top: 2px solid #E7E8EC;
}
.main-footer .container {
    padding: 24px 0;
}
.main-footer .row {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    gap: 1rem;
}
.footer-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    padding: 0 16px;
    flex-grow: 1;
}
.footer-logo-menu {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 80px;
    flex-grow: 1;

    @media only screen and (max-width: 1024px) {
        display: block;
    }
}
.footer-logo img {
    width: auto;
    max-height: 64px;
    max-width: fit-content;
}
.footer-menu {
    display: flex;
    justify-content: flex-end;
    gap: 32px;
    flex-grow: 1;

    @media only screen and (max-width: 1024px) {
        justify-content: unset;
        padding-top: 32px;
    }
}
.footer-right {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    gap: 1rem;
    flex-direction: column;
    flex-grow: 1;
}
.footer-agency-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    flex-grow: 1;
    width: 50%;

    @media only screen and (max-width: 1024px) {
        width: 100%;
    }
}
.footer-agency-info .agency-name {
    color: #FFFFFF;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5em;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.footer-agency-info .agency-address {
    color: #FFFFFF;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.71em;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.footer-social-media {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-grow: 1;
}
.footer-social-media a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0px 8px 16px 0px rgba(96, 97, 112, 0.16), 0px 2px 4px 0px rgba(40, 41, 61, 0.04);
}

footer .internal-links {
    padding-bottom: 24px;
    color: #fff;

    a {
        color: #fff;
        margin-bottom: 8px;
    }
    
    p {
        font-weight: 700;
    }

    .toggle-more {
        background: none;
        border: none;
        text-align: left;
        color: #fff;
        bottom: -3vh;
        padding: 0;
        text-decoration: underline;
        font-weight: 500;
    }

    button {
        background: none;
        border: none;

        &.active {
            svg {
                transform: rotate(180deg);
            }
        }
    }
}

footer .internal-links .tabs {
    display: flex;
    gap: 40px;

    button {
        height: 34px;
        background: none;
        border: none;
        padding: 0;
        color: #fff;

        &.active {
            border-bottom: 2px solid #fff;
            border-radius: 0;
            font-weight: 600;
        }
    }
}

footer .internal-links.internal-links-primary {
    min-height: 140px;
    padding: 24px 0;
}

footer .internal-links.internal-links-primary .pt-4 {
    padding-top: 0 !important;
    gap: 40px !important;
}

footer .internal-links.internal-links-primary .tabs button {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

footer .internal-links.internal-links-primary .tabs button.active {
    font-weight: 600;
}

footer .internal-links.internal-links-primary .internal-links-primary-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
}

footer .internal-links.internal-links-primary .internal-links-primary-list a {
    color: #fff;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.25px;
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    footer .internal-links.internal-links-primary {
        min-height: auto;
        padding: 24px 16px;
    }

    footer .internal-links.internal-links-primary .pt-4 {
        gap: 24px !important;
    }

    footer .internal-links.internal-links-primary .internal-links-primary-list {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

footer .site-info {
    background: var(--brand-color-secondary-acf);
    padding: 8px;
    text-align: center;
}

footer .site-info span{
	width: 456px;
    height: 22px;
    font-family: "IBM Plex Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.25px;
    color: var(--white);
    text-align: center;
}
.sticky-footer .footer-cta {
    position: fixed;
    max-height: 120px;
    bottom: 0;
    transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.sticky-footer .footer-cta.closed {
    max-height: 0;
    bottom: -300px;
}
.footer-cta{
    box-shadow: 0px -4px 8px rgba(96, 97, 112, 0.16);
    background-color: #fff;
    padding: 15px 15px;
    bottom: 0;
    z-index: 800;
	width: 100%;
}
.footer-cta .relative{
	position: relative;
}

.footer-cta .wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer-cta .desc{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer-cta .desc img{
    padding: 0px 12px;
    width: 200px;
}
.footer-cta span{
    font-weight: 500;
    font-size: 18px;
    color: #41454C;
}
.footer-cta span.m-text{
    font-size: 10px;
}
.footer-cta span.d-text {
    display: block;
}
.footer-cta span.m-text {
    display: none;
}
.footer-cta .desc {
    width: 78%;
}
.footer-cta .btn-cta {
    width: 22%;
}
.footer-cta .btn-cta .button{
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    padding: 12px 15px 12px 40px;
    box-shadow: none;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    background: linear-gradient(267.02deg, var(--secondary-bg) 2.48%, var(--brand-color-primary-acf) 101.69%);
    white-space: nowrap;
}
.footer-cta .btn-cta .fab {
    color: #ffffff;
    position: absolute;
    right: 160px;
    font-size: 33px;
    font-weight: 400;
    width: 60px;
    height: 60px;
    background: linear-gradient(267.02deg, var(--secondary-bg) 2.48%, var(--brand-color-primary-acf) 101.69%);
    box-shadow: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}
.footer-cta .btn-cta .fab svg {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1023px) {
    .footer-cta {
        padding: 15px 0;
    }
    .footer-cta span.d-text {
        display: none;
    }
    .footer-cta span.m-text {
        display: block;
    }
    .footer-cta .desc {
        flex-direction: column;
        gap: 8px;
        width: 50%;
        align-items: normal;
        padding-left: 2%;
    }
    .footer-cta .desc img {
        padding: 0px 12px 0 0;
    }
    .footer-cta .btn-cta {
        width: 50%;
    }
    .footer-cta .btn-cta .fab {
        right: 120px;
        width: 50px;
        height: 50px;
    }
    .footer-cta .btn-cta .button {
        font-size: 9px;
    }
    .footer-cta .btn-cta .fab svg {
        width: 22px;
        height: 22px;
    }
    .footer-cta .desc img {
        width: 150px;
    }

    footer.site-footer{
        border-top: none;
    }
}

footer .logo-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2vh;
    color: var(--neutral-90);
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}
footer .logo-wrapper{
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
footer .logo-section .img-ojk img{
    padding: 5px 10px;
}
footer .logo-section span{
    display: block;
    margin-top: 12px;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #3D485D;
}
@media only screen and (min-width: 1025px) {
    header .main-navigation li.menu-item-has-children {
        position: relative !important;
    }

    header .main-navigation ul.menu > li.menu-item-has-children {
        position: relative !important;
    }

    header .main-navigation {
        overflow-x: auto !important;
        overflow-y: hidden !important;
        position: relative !important;
    }
    
    header .main-navigation .menu-menu-1-container {
        overflow: visible !important;
        position: relative !important;
        z-index: 10 !important;
        height: auto !important;
        display: flex;
        justify-content: center;
    }
    
    header .main-navigation .menu-menu-1-container > ul,
    header .main-navigation .menu-menu-1-container ul.menu,
    header .main-navigation ul.menu {
        overflow: visible !important;
        position: relative !important;
    }
    
    header .main-navigation ul li {
        overflow: visible !important;
    }

    header .main-navigation ul.sub-menu {
        width: 259px;
        flex-direction: column;
        background: #fff;
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
        border-radius: 8px;
        padding: 10px 20px 20px 20px;
        height: auto;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        z-index: 99999 !important;
        list-style: none;
        margin: 0;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
        display: flex !important;
        float: none !important;
        overflow: visible !important;
    }

    header .main-navigation ul.menu > li.menu-item-has-children > ul.sub-menu,
    header .main-navigation li.menu-item-has-children > ul.sub-menu {
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        margin-top: 0 !important;
    }

    header .main-navigation ul.sub-menu::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 0;
        background: transparent;
        z-index: 1;
    }

    header .main-navigation ul.sub-menu a {
        color: #000;
        font-size: 16px;
        font-weight: 400 !important;
        justify-content: left;
        min-height: 0;
        padding: 10px 0;
        width: auto;
        white-space: nowrap;
    }

    header .main-navigation ul.sub-menu li.current-menu-item a {
        color: var(--brand-color-primary-acf);
        border-bottom: 1px solid var(--brand-color-primary-acf);
    }

    header .main-navigation ul.sub-menu li.current_page_item a::after {
        content: none;
    }

    header .main-navigation li.menu-item-has-children > a::after {
        content: url('../img/menu/arrow-down.svg');
        padding: 0px 8px;
        transition: transform 0.3s ease;
    }

    header .main-navigation li.menu-item-has-children:hover > a::after {
        transform: rotate(180deg);
    }

    header .main-navigation li.menu-item-has-children:hover > ul.sub-menu,
    header .main-navigation ul li.menu-item-has-children:hover > ul.sub-menu,
    header .main-navigation ul.menu > li.menu-item-has-children:hover > ul.sub-menu,
    header .main-navigation ul.menu li.menu-item-has-children:hover > ul.sub-menu {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
        display: flex !important;
        position: fixed !important;
        left: auto !important;
        top: 83px !important;
        float: none !important;
        z-index: 99999 !important;
        margin-top: 0 !important;
        will-change: top, left !important;
        box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08) !important;
    }

    header .main-navigation li.menu-item-has-children.focus > a::after {
        transform: rotate(180deg);
        padding: 0px 8px !important;
    }

    header .main-navigation li.menu-item-has-children.focus > ul.sub-menu,
    header .main-navigation ul li.menu-item-has-children.focus > ul.sub-menu,
    header .main-navigation ul.menu li.menu-item-has-children.focus > ul.sub-menu {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
        display: flex !important;
        left: 0 !important;
        position: absolute !important;
        top: 100% !important;
        float: none !important;
        z-index: 99999 !important;
    }
}

@media only screen and  (max-width: 1180px) {
    .main-navigation ul.menu > li.current_page_item,
    .main-navigation ul.menu > li.current-menu-parent {
        border-bottom: 1px solid #D8D8D8;
    }
    header .main-navigation ul.sub-menu {
        width: 100%;
        border: none;
        box-shadow: none;
        padding: 0;
        top: 10vh;
        position: relative;
        opacity: 1;
        visibility: visible;
        transform: none;
    }
    header .main-navigation ul.sub-menu li.current-menu-item a {
        border-bottom: 1px solid #d9d9d9;
    }
    header .main-navigation li.menu-item-has-children > a::after {
        content: url('../img/menu/arrow-down-blue.svg');
        padding-left: 0;
        position: absolute;
        right: 0;
        transition: transform 0.3s ease;
    }
    header .main-navigation li.menu-item-has-children.current-menu-parent > a::after {
        content: url('../img/menu/arrow-down-light-blue.svg');
    }
}
.card-whole-list .project-col .card-project-container,
.card-whole-list .project-col .agent-card {
    margin-bottom: 24px;
}
.page-template-page-articles .relative-footer,
.page-template-page-articles .sticky-footer,
.page-template-page-articles-by-api .relative-footer,
.page-template-page-articles-by-api .sticky-footer,
.page-template-page-article-detail .relative-footer,
.page-template-page-article-detail .sticky-footer {
    display: none;
}

.breadcrumbs span {
    color: var(--secondary-text);
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.breadcrumbs span a {
    color: var(--neutral-2);
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.breadcrumbs span:not(:last-child):after {
    padding: 0 8px;
    color: var(--neutral-2);
}
.breadcrumbs .breadcrumbs-wrapper {
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media only screen and  (max-width: 345px) {
    .site-header .bank-logo img {
		margin-left: 1rem;
	}
}
@media only screen and  (max-width: 767px) {
    .card-whole-list .project-col {
        gap: 2%;
        justify-content: center;
    }
}
@media only screen and  (min-width: 767px) {
    .card-whole-list .project-col {
        gap: 2%;
        justify-content: start;
    }
}
@media only screen and  (max-width: 768px) {
    .breadcrumbs .breadcrumbs-wrapper {
        max-width: 100%;
    }
    .site-header .bank-logo img {
		width: auto;
        max-height: 48px;
	}
}
#whatsapp-form #message {
	min-height: 80px;
}
.modal-blur {
    backdrop-filter: blur(8px);
}
.footer-menu .footer-navigation-menu {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;

    @media only screen and (max-width: 1024px) {
        width: 100%;
        flex-direction: column;
        justify-content: unset;
        align-items: unset;
        gap: 1rem;
        padding-right: 1rem;
    }
}

.footer-menu .footer-navigation-menu > li {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    justify-content: flex-end;
}

.footer-menu .footer-navigation-menu > li > a {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5em;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
}

.footer-menu .footer-navigation-menu li.menu-item-has-children > a::after {
    content: url('../img/menu/arrow-down-white.svg');
    width: auto;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 4px;
    transition: transform 0.3s ease;
}

.footer-menu .footer-navigation-menu ul.sub-menu {
    position: absolute;
    bottom: 100%;
    width: 259px;
    flex-direction: column;
    background: #fff;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 10px 20px 20px 20px;
    height: auto;
    left: 0;
    border: 1px solid rgba(255,255,255,0.1);
    min-width: 200px;
    z-index: 1000;
    list-style: none;
    margin: 0;
    margin-bottom: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    display: block;

    @media only screen and (max-width: 1024px) {
        display: none;
    }
}

@media only screen and (min-width: 769px) {
    .site-footer .footer-menu .footer-navigation-menu li.menu-item-has-children:hover > ul.sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .site-footer .footer-menu .footer-navigation-menu li.menu-item-has-children:hover > a::after {
        transform: rotate(180deg);
    }
}

.site-footer .footer-menu .footer-navigation-menu ul.sub-menu li {
    margin: 0;
    padding: 0;
}

.site-footer .footer-menu .footer-navigation-menu ul.sub-menu a {
    display: block;
    line-height: 1.5em;
    text-decoration: none;
    transition: background-color 0.2s;
    color: #000;
    font-size: 16px;
    font-weight: 400 !important;
    justify-content: left;
    min-height: 0;
    padding: 10px 0;
    width: auto;
    white-space: nowrap;
}

.site-footer .footer-menu .footer-navigation-menu ul.sub-menu a:hover {
    background-color: rgba(255,255,255,0.1);
}

@media only screen and (max-width: 768px) {
    .site-footer .footer-menu .footer-navigation-menu > li > a::after {
        transform: none;
        position: absolute;
        right: 0;
        margin-left: 0;
    }
    .site-footer .footer-menu .footer-navigation-menu > li.focus > ul.sub-menu {
        display: block;
        position: relative;
        bottom: auto;
        top: auto;
        left: auto;
        width: auto;
        background: transparent;
        box-shadow: none;
        border: none;
        padding: 0;
        margin: 8px 0 0 0;
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: none;
    }
    
    .site-footer .footer-menu .footer-navigation-menu > li.focus > ul.sub-menu li {
        margin: 4px 0;
        padding: 0;
    }
    
    .site-footer .footer-menu .footer-navigation-menu > li.focus > ul.sub-menu a {
        color: #fff;
        font-size: 14px;
        padding: 4px 0;
        text-decoration: none;
        background: none;
        min-height: auto;
        white-space: normal;
    }
    
    .site-footer .footer-menu .footer-navigation-menu > li.focus > ul.sub-menu a:hover {
        text-decoration: underline;
        background: none;
    }
    
    .site-footer .footer-menu .footer-navigation-menu > li.focus > a::after {
        transform: rotate(180deg);
    }
}

@media only screen and (min-width: 769px) {
    .site-footer .footer-menu .footer-navigation-menu > li.focus > ul.sub-menu {
        display: none !important;
    }
    
    .site-footer .footer-menu .footer-navigation-menu > li:hover > ul.sub-menu {
        display: block !important;
    }
}
.container-area-label {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: inline-flex;
    padding-top: 40px;
    padding-bottom: 40px;
}
.area-label {
    align-self: stretch;
    color: #0B0E21;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
}
.total-listing-label {
    align-self: stretch;
    color: #3C4268;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.25px;
    word-wrap: break-word;
}
footer .internal-links.dynamic-internal-links {
    min-height: auto !important;
}
.flex-item a {
    color: var(--Text-White, #FFF);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.25px;
}
.tabs button {
    color: var(--Text-White, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background: transparent;
    border: none;
    padding: 10px;
    cursor: pointer;
}
.tabs button.active {
    font-weight: 600;
}
footer .internal-links.internal-links-dynamic {
    min-height: 15rem;
}
.col.tabs.internal-links-dynamic {
    text-wrap: nowrap;
    overflow: auto;
    padding-inline: 0px;
}
::-webkit-scrollbar { 
    display: none; 
}
.flex-item {
    flex: 0 0 auto;
}
@media (max-width: 768px) {
    .flex-container {
        flex-direction: column;
        gap: 8px;
    }
    .flex-item {
        width: 100%;
        max-width: 100%;
    }
    .container-internal-links-dynamic {
        padding-inline: 16px;
        padding-bottom: 1rem;
    }
}
[x-show="sale_tab"], [x-show="rent_tab"] {
    padding-inline: 0px;
}
.grid-container {
    display: grid;
    gap: 16px;
}
@media (min-width: 769px) {
    .grid-container {
        grid-template-columns: repeat(5, 1fr);
    }
    .grid-item {
        min-width: 0;
    }
}
@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
    .grid-item {
        width: 100%;
    }
}
.grid-item a {
    color: var(--Text-White, #FFF);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none;
}
#overlay-search-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    pointer-events: none;
}
#search-container.active {
    position: relative;
    z-index: 9999;
}

section.header-banner .swiper .swiper-button-prev,
section.header-banner .swiper .swiper-button-next {
    width: 32px;
    height: 32px;
    top: 51%;
    border-radius: 100px;
    background-color: #fff;
}
section.header-banner .swiper .swiper-button-prev::after,
section.header-banner .swiper .swiper-button-next::after {
    font-size: 16px;
    font-weight: bold;
    color: #3C9EE2;
}
@media (max-width: 600px) {
    section.header-banner .swiper .swiper-button-prev,
    section.header-banner .swiper .swiper-button-next {
        display: none !important;
    }
}
section.header-banner .swiper .swiper-button-prev {
    left: 10vw;
}
section.header-banner .swiper .swiper-button-next {
    right: 10vw;
}
section.header-banner .swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    border: 1px solid #fff;
    background: transparent;
}
section.header-banner .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}
section.header-banner .swiper .swiper-button-next {
    right: 12px;
}
section.header-banner .swiper .swiper-button-prev {
    left: 12px;
}
section.header-banner .swiper .swiper-button-prev::after, section.header-banner .swiper .swiper-button-next::after {
    color: var(--brand-color-primary-acf);
}
.swiper-slide.clickable {
    cursor: pointer;
}

.btn-filter-counter {
    min-width: 124px;
    height: 32px;
    padding: 4px 12px;
    border-radius: 8px;
    background-color: white;
    border: 1px solid #CFD0DA;
    color: #0B0E21;
    font-weight: 600;
    font-size: 14px;

    &.mobile {
        width: 100%;
    }

    .filter-count {
        font-size: 12px;
        padding: 4px 8px;
        border-radius: 4px;
        background-color: var(--brand-color-primary-acf);
        color: #fff;
    }
}
