:root {
    --body-bg: #f6f5f4;
    --bg-light: #f2f4ff;
    --title-color: #24211c;
    --body-color: #24211c;
    --black: #000;
    --gray: #b2b2b2;
    --border-color-light: #B2B2B226;
    --border-color-default: #b2b2b2;
    --box-shadow: 0 3px 6px #00000029;
    --border-radius-10: 10px;
    --border-radius-5: 5px;
    --bold-500: 500;
    --bold-600: 600;
    --bold-700: 700;
    --btn-hover-white: #fff;
    --color-white: #fff;
    --bg-color-white: #fff;
    --modal-bg-color: #f3f3f3;
}


body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    background-color: var(--body-bg);
    color: var(--body-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: var(--title-color);
}

h1 {
    /*font-size: 67.34px;*/
    font-size: 61.04px;
}

h2 {
    /*font-size: 50.52px;*/
    font-size: 48.83px;
}

h3 {
    font-size: 37.9px;
}

h4 {
    font-size: 28.43px;
}

h5 {
    font-size: 21.33px;
}

h6 {
    font-size: 18px;
}

.font-16 {
    font-size: 16px;
}

@media (max-width: 376px) {
    .container {
        max-width: 68.5rem;
    }
}

.gap-1 {
    gap: .28rem;
}

.gap-2 {
    gap: .5rem;
}

.gap-3 {
    gap: 1rem;
}

.gap-4 {
    gap: 1.5rem;
}

.gap-5 {
    gap: 2rem;
}

.border {
    border: 1px solid var(--border-color-light) !important;
}

.border-top {
    border-top: 1px solid var(--border-color-light) !important;
}

.border-right {
    border-right: 1px solid var(--border-color-light) !important;
}

.border-bottom {
    border-bottom: 1px solid var(--border-color-light) !important;
}

.border-left {
    border-left: 1px solid var(--border-color-light) !important;
}

p {
    font-weight: 400;
}

.section-space {
    padding: 100px 0px;
}

.section-spacing {
    padding: 200px 16px 100px 16px;
}

.container-fluid {
    padding: 0 32px;
}

.btn {
    border-radius: var(--border-radius-10);
}

.bg-light {
    background-color: var(--bg-light) !important;
}

.bg-light-background {
    background-color: var(--bg-light) !important;
}

.bg-body {
    background-color: var(--body-bg) !important;
}

.line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* Change this line if you want. In this case it trimmed the text to 3 lines. */
    overflow: hidden;
}

.text-bold-500 {
    font-weight: var(--bold-500);
}

text-bold-600 {
    font-weight: var(--bold-600);
}

text-bold-700 {
    font-weight: var(--bold-700);
}

@media (min-width: 767px) {
    .text-md-end {
        text-align: right;
    }

    .text-md-start {
        text-align: left;
    }

    .text-md-center {
        text-align: center;
    }

}

.fw-500 {
    font-weight: 500 !important;
}

@media (max-width: 376px) {
    .justify-mobile-content-center {
        justify-content: center !important;
    }

    .text-mobile-center {
        text-align: center !important;
    }
}

/*===================
form control
=======================*/
.button-style-input {
    padding: .625rem 3.6rem .625rem 2.5rem;
    background-color: var(--white);
    border: 1px solid var(--gray);
    border-radius: var(--border-radius-10);
    outline: none;
}

.form-control,
.form-select {
    background-color: var(--white);
    border: 2px solid var(--gray);
    border-radius: var(--border-radius-10);
    color: var(--body-color);
}

textarea.form-control {
    background-color: var(--white);
}

.form-select {
    width: 100%;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M207 381.5L12.7 187.1c-9.4-9.4-9.4-24.6 0-33.9l22.7-22.7c9.4-9.4 24.5-9.4 33.9 0L224 284.5l154.7-154c9.4-9.3 24.5-9.3 33.9 0l22.7 22.7c9.4 9.4 9.4 24.6 0 33.9L241 381.5c-9.4 9.4-24.6 9.4-33.9 0z"/></svg>');
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: right .9375rem center;
    padding: 0.625rem 0.9375rem;
    appearance: none;
    cursor: pointer;
}

.form-select:focus {
    border-color: var(--primary);
}

.form-select.custom-select {
    padding: .625rem 3.6rem .625rem 2.5rem;
    background-position: right 1rem center;
}

.form-control:focus {
    background-color: var(--white);
}

/*===================
Input Group
=======================*/
.input-group .input-group-prepend .input-group-text,
.input-group .input-group-append .input-group-text {
    border: 2px solid var(--gray);
    background-color: var(--white);
    border-radius: var(--border-radius-10);
}

.input-group .input-group-append .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group .input-group-append .input-group-text svg {
    width: 20px;
}

.input-group .input-group-prepend .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .form-control:focus+.input-group-append .input-group-text,
.input-group:has(.form-control:focus) .input-group-prepend .input-group-text {
    border-color: var(--primary);
}

.input-group:has(.input-group-append) .form-control,
.input-group:has(.input-group-prepend) .input-group-text {
    border-right: none;
}

.input-group .input-group-append .input-group-text,
.input-group .input-group-prepend+.form-control {
    border-left: none;
    padding: 7px 15px;
}

/* grid */


/* slick */
.slick-prev,
.slick-next {
    z-index: 9;
    font-size: 10px;
    background: rgba(255, 255, 255, .5);
    border-radius: 50%;
    color: var(--body-color);
}

.slick-prev {
    left: 10px;
    right: auto;
}

.slick-next {
    right: 10px;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: rgba(255, 255, 255, 1);
    color: var(--body-color);
}

.slick-general .slick-track {
    margin: 0 calc(-1 * var(--spacing));
}

.slick-general .slick-slide {
    padding: 0 var(--spacing);
    height: auto;
}


/* For responive 2 card show  */
@media (min-width: 377px) and (max-width: 821px) {
    /* .slick-slide {
        width: 329px !important;
    } */

    /* .agents-section-alignment .slick-slide {
        width: 345px !important;
    } */
}

@media (min-width: 520px) and (max-width: 767px) and (orientation: portrait) {
    .slick-slide.slick-current.slick-active {
        width: 400px !important;
    }
}

@media (max-width: 376px) and (orientation: portrait) {
    .slick-slide.slick-current.slick-active {
        /* width: 312px !important; */
    }
}

.slick-inner-slider .slick-slide {
    height: auto;
}

.card-has-shadow .slick-track {
    margin: 0;
}

.card-has-shadow .slick-slide {
    padding: var(--spacing);
}


.slick-custom-navigation {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.slick-custom-navigation .slick-prev,
.slick-custom-navigation .slick-next {
    display: inline-block;
    font-size: 1rem;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    position: static;
    transform: none;
    color: var(--black);
    border: 1px solid var(--black);
}

.slick-custom-navigation .slick-prev::before,
.slick-custom-navigation .slick-next::before {
    content: none;
}

.slick-custom-navigation .slick-prev.slick-disabled,
.slick-custom-navigation .slick-next.slick-disabled {
    color: var(--gray);
    border: 1px solid var(--gray);
    pointer-events: none;
}

/*==============================
Header
==================================*/
.header-web .header-web-navbar .container-fluid,
.header-web .header-web-navbar .container {
    display: block;
}

.header-web .container-fluid {
    padding: 0;
}

.header-web .header-web-navbar {
    padding: 0 2rem;
    justify-content: space-between;
}

.header-web .header-web-navbar .navbar-collapse {
    flex-grow: inherit;
}

.header-web .navbar-toggler {
    color: var(--gray);
    border-color: var(--gray);
}

.header-web .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.header-web .navbar-brand {
    margin: 0;
}

/* .header-web .navbar-brand img {
    width: 231px;
} */

.header-web .header-web-navbar .navbar-nav>.nav-item>.nav-link {
    display: inline-block;
    font-size: 18px;
    color: var(--title-color);
    padding: 2rem 2rem 2rem 0;
    position: relative;
}

.header-web .header-web-navbar .navbar-nav .nav-item:has(.sub-nav)>.nav-link::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: .5rem;
}

.header-web .header-web-navbar .navbar-nav>.nav-item.active>.nav-link,
.header-web .header-web-navbar .navbar-nav>.nav-item>.nav-link:hover {
    color: var(--primary);
}

.header-web .header-web-navbar .navbar-nav>.nav-item>.nav-link:hover::after {
    transform: scaleY(-1);
}

.header-web .header-web-navbar .navbar-nav>.nav-item:last-child .nav-link {
    padding-right: 0;
}

.header-web .header-web-navbar .navbar-nav li ul.sub-nav {
    padding: 15px;
    border-radius: 8px;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
}

.header-web .header-web-navbar .navbar-nav li ul.sub-nav .nav-link {
    position: relative;
    color: var(--body-color);
    padding: 0.5rem 1rem;
    font-size: 14px;
    border-radius: 5px;
}

.header-web .header-web-navbar .navbar-nav li ul.sub-nav .nav-item .nav-link:hover,
.header-web .header-web-navbar .navbar-nav li ul.sub-nav .nav-item.active .nav-link {
    background-color: rgba(43, 98, 180, 0.1);
    color: var(--primary);
}

.header-web .header-web-navbar .navbar-nav li ul.sub-nav .nav-item .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 4px;
    top: 13%;
    height: 75%;
    visibility: hidden;
    transition: all .3s ease-in;
}

.header-web .header-web-navbar .navbar-nav li ul.sub-nav .nav-item .nav-link:hover::before,
.header-web .header-web-navbar .navbar-nav li ul.sub-nav .nav-item.active .nav-link::before {
    background-color: var(--primary);
    visibility: visible;
}

.header-web .header-web-navbar>.navbar-logo {
    padding: 1.45rem 0;
}

.btn-list-property:hover span svg path {
    fill: #fff;
}

@keyframes menu-sub-dropdown-animation-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes menu-sub-dropdown-animation-move-up {
    from {
        margin-top: 0.75rem;
    }

    to {
        margin-top: 0;
    }
}

@keyframes menu-sub-dropdown-animation-move-down {
    from {
        margin-bottom: 0.75rem;
    }

    to {
        margin-bottom: 0;
    }
}

/*==============================
Section Title
==================================*/
.section-title {
    margin-bottom: 50px;
}

.section-title .title span {
    color: var(--primary);
}

/*==============================
banner
==================================*/
.realista-banner {
    position: relative;
    padding: 110px 16px 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}

.realista-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--black);
    opacity: .5;
    z-index: -1;
}

.find-home-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 1.5rem;
}

.find-home-radio {
    padding: 0;
}

.find-home-radio .form-check-input {
    display: none;
}

.find-home-radio .form-check-label {
    background-color: var(--white);
    color: var(--title-color);
    border-radius: 8px;
    padding: .65rem 2.3rem;
    font-weight: 700;
    cursor: pointer;
}

.find-home-radio .form-check-input:checked+.form-check-label {
    background-color: var(--primary);
    color: var(--white);
}

.search-home-box {
    padding: 1rem;
    background-color: var(--white);
    border-radius: .5rem;
    margin-top: .675rem;
}

.search-home-box .select-country-wrap .select2-selection__rendered {
    position: absolute;
    background: #fff;
    height: auto;
    max-width: calc(100% + 30px);
    /* left: -16px; */
    width: calc(100% + 30px);
    /* padding: 5px 15px !important; */
    border-radius: 0 0 10px 10px;
    z-index: 9;
    -webkit-box-shadow: 0 10px 15px -20px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 10px 15px -20px rgba(0, 0, 0, 0.75);
    box-shadow: 0 10px 15px -20px rgba(0, 0, 0, 0.75);
}

.selected-search {
    padding: 1rem;
    background-color: var(--bg-light);
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-weight: 700;
    border-radius: 8px;
}

.selected-search .remove_btn {
    cursor: pointer;
    transition: all .3s ease-in;
}

.selected-search .remove_btn:hover {
    color: var(--danger);
}

/*===============================
select2
===================================*/

.select2-container--default .select2-selection {
    border-radius: var(--border-radius-10);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--body-color);
    padding: 0 2rem 0 .9375rem;
}

.select2-container--default .select2-selection--single {
    border: 2px solid var(--gray) !important;
}

.select2-container--default.select2-container--open .select2-selection--single {
    border: 2px solid var(--primary) !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--bg-light);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary);
    color: var(--white);
}

.select2-results {
    box-shadow: 0px 11px 39px -16px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 5px 5px;
}

.search-home-box-item {
    position: relative;
}

.search-home-box-item::after {
    content: "";
    height: 70px;
    width: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: var(--primary);
    transform: translateY(-50%);
}

.search-home-box-item:first-child::after {
    content: none;
}

.select2-container--default .select2-selection--multiple {
    border: none;
}

.searchrequest_step_data_part .select2-container--default .select2-selection--multiple {
    border: 1px solid #aaa;
}

.search-home-box-item .select2 .select2-selection--multiple {
    background-color: transparent;
    border: none;
}

.btn-search {
    line-height: 1;
}

.select2-container--default:not(.select2-container--focus, .select2-container--open) .select2-selection--multiple .select2-search--inline .select2-search__field {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search--inline:only-child .select2-search__field,
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear+li.select2-search--inline .select2-search__field {
    width: 100% !important;
    margin: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    position: relative;
    padding: 8px 35px 8px 14px;
    line-height: normal;
    max-height: inherit;
    background-color: var(--bg-light);
    border: none;
    text-wrap: inherit;
    font-size: 12px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: absolute;
    top: 50%;
    left: auto;
    margin: 0;
    right: 14px;
    border: none;
    color: var(--white);
    background: var(--gray);
    border-radius: 50%;
    transform: translateY(-50%);
    height: 16px;
    width: 16px;
    text-align: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: var(--white);
    background: var(--black);
}

.select-style-dropdown .select2-container .select2-selection {
    border: none !important;
}

.select-style-dropdown .select2-container .select2-selection__rendered {
    padding: 0;
}

.select-style-dropdown .select2-container .select2-selection__arrow {
    display: none;
}

.select-style-dropdown .select2-container .select2-selection--single {
    height: inherit !important;
    min-height: inherit !important;
}

.select-style-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal !important;
}

/*.select2-container--default .select2-selection--single .select2-selection__arrow {*/
/*    height: 60px !important;*/
/*    right: 10px;*/
/*}*/

.select-home .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    font-weight: 700;
    color: var(--title-color);
}

.select2-dropdown {
    border: none;
}

.select2-results__option {
    border-radius: 4px;
}

.select2-search--dropdown {
    padding: 10px;
}

.select2-container--default .dropdown-select-open .select2-results>.select2-results__options {
    height: 190px;
    max-height: 190px;
}

.dropdown-with-selectopen .dropdown-menu {
    min-width: 400px;
    padding: 15px;
    animation: none;
    height: auto;
}

.dropdown-with-selectopen .dropdown-menu:has(.select2-container--open) {
    height: 260px;
}

.dropdown-with-selectopen .dropdown-menu.show {
    min-height: auto;
    animation: none;
}

.dropdown-with-selectopen .dropdown-menu.menu-right {
    right: 0;
    left: auto;
}

/*select*/
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: relative;
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: 6px;
    right: 0;
    left: auto;
    z-index: 9;
    background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2213.337%22 height=%227.626%22 viewBox=%220 0 13.337 7.626%22%3E%3Cpath id=%22Icon_ionic-ios-arrow-down%22 data-name=%22Icon ionic-ios-arrow-down%22 d=%22M12.859,16.573,17.9,11.526a.949.949,0,0,1,1.346,0,.961.961,0,0,1,0,1.35l-5.714,5.718a.951.951,0,0,1-1.314.028L6.465,12.88a.953.953,0,1,1,1.346-1.35Z%22 transform=%22translate(-6.188 -11.246)%22/%3E%3C/svg%3E');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    transform: rotate(0deg);
    transition: all .5s ease-in-out;
}

.select2-container--default .select2-selection--single[aria-expanded="true"] .select2-selection__arrow b::before {
    transform: rotate(180deg);
    bottom: 10px;
}

/*==============================
Home Card
==================================*/
.home-card {
    box-shadow: var(--box-shadow);
    /*border: 3px solid var(--border-color-light);*/
    background: var(--white);
    border-radius: 15px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-card .image-part {
    margin-bottom: 16px;
}

.home-card .image-part img {
    border-radius: 15px 15px 0 0;
}

.home-card .detail-part {
    padding: 15px 15px 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*.home-card .detail-part p {*/
/*    font-size: 18px;*/
/*    font-weight: 500;*/
/*    margin: 32px 0 0;*/
/*    color: var(--primary);*/
/*}*/

.header-web .navbar-toggler.menu-toggler {
    height: 32px;
    width: 32px;
    text-align: center;
    background-color: var(--primary);
    color: var(--white);
    padding: 0;
    border-radius: 50%;
    font-size: 16px;
}

body.overlay {
    position: relative;
}

body.overlay::after {
    content: "";
    background-color: var(--dark);
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
}

/*==============================
city card
==================================*/
.city-card {
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    border-radius: var(--border-radius-10);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.city-card .image-part .agentlist-image-view {
    height: 139px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.city-card .image-part .agentlist-image-view-grid {
    height: 200px !important;
}

.city-card .detail-part.agent-detail-part {
    padding: 8px;
}

.city-card .image-part img {
    width: 100%;
    /* height: 104px; */
    /* margin-top: 15px; */
    background-color: #eeeff0;
    /* object-fit: contain; */
}

.city-card .image-part .city-image-view {
    object-fit: cover !important;
}

.city-card .detail-part {
    padding: 16px 16px 34px;
    height: 100%;
}

.city-card .detail-part .title {
    font-weight: 500;
    letter-spacing: -.17px;
    line-height: 25px;
    font-size: 18px;
}

.city-card .detail-part .number-code {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -.13px;
    margin-top: 5px;
}

.city-card .detail-part .number-code span {
    color: var(--primary);
}

.city-card .detail-part .desc {
    color: var(--primary);
    margin-bottom: 0;
}

/*==============================
Categories card
==================================*/
.categories-card {
    position: relative;
}

.categories-card .image-part img {
    background-color: #EEEEF0;
    width: 100%;
    border-radius: var(--border-radius-10);
    object-fit: cover;
}

.categories-card:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tab-buttons-toggle .nav {
    flex-wrap: unset !important;
}


.category-image {
    height: 290px;
}

.categories-card .detail-part {
    position: absolute;
    top: auto;
    /* left: 16px; */
    /* right: 16px; */
    width: 100%;
    text-align: center;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.3), transparent);
    bottom: 16px;
}

.categories-card .detail-part .title {
    color: var(--white);
}

/*==============================
qr-section
==================================*/



.qrcode-section-wrapper {
    background-color: var(--body-bg);
    padding: 150px 16px 100px;
}

.qr-section {
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    border-radius: var(--border-radius-10);

}

@media (min-width: 1023px) {
    .qr-section {
        height: 356px;
    }
}

.qr-section-textpart {
    padding: 43px 55px;
}

.qrcard {
    box-shadow: var(--box-shadow);
    border-radius: var(--border-radius-10);
    height: 150px;
    width: 150px;
    margin: 25px;
    padding: 5px;
}


@media only screen and (max-width: 767px) and (orientation: landscape) {}

.cta-banner-info {
    font-size: 22px;
}

.sharebutton {
    background-color: transparent;
    border: 2px #fff solid;
    border-radius: var(--border-radius-10);
}

/* search-card */
.search-card {
    background: var(--white);
    box-shadow: 0 3px 6px #00000029;
    border-radius: var(--border-radius-10);
}

.search-card .detail-part {
    padding: 16px;
}

.search-card .detail-part .number-code {
    margin: 5px 0 0;
}

.search-card .detail-part .number-code span {
    color: var(--primary)
}

/* recently-card */
.recently-card {
    /* height: 289px; */
    background: var(--white);
    box-shadow: 0 3px 6px #00000029;
    border-radius: var(--border-radius-10);
}

.recently-card .recently-img {
    border-radius: 16px;
    /* height: 290px !important; */
    object-fit: cover;
}

.recently-card.property-list-card {
    border-radius: 16px;
}

/* on hover css for filter page card  */
/* Hidden initially */
.hover-ui-section {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
}

/* Show on hover with smooth bottom-to-top effect */
.custom-card:hover .hover-ui-section {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* Apply animation to the select2 dropdown */
.select2-dropdown.dropdown-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
}

.select2-dropdown.dropdown-animate.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}


.message-icon {
    white-space: nowrap;
}

@media (max-width: 520px) {
    .recently-card .recently-img {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        /* height: 17vh; */
    }
}

.after-two {
    color: #666;
    font-style: italic;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 150px;
    /* Adjust as needed */
}


.custom-search-margin-bottom {
    margin-bottom: 120px !important;
}

.recently-card .slick-slide {
    padding: 0;
}

.recently-card .image-part {
    position: relative;
}

.recently-card .image-part .degree-box {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--white);
    border-radius: var(--border-radius-10);
    font-size: 14px;
    line-height: 14px;
    padding: 5px 10px;
}

.recently-card .image-part .btn-wishlist {
    position: absolute;
    top: 10px;
    left: auto;
    right: 10px;
    padding: 0;
    color: var(--white);
    font-size: 25px;
}


.property-card .image-part .degree-box {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--white);
    border-radius: var(--border-radius-10);
    font-size: 14px;
    line-height: 14px;
    padding: 5px 10px;
}

.property-card .image-part .btn-wishlist {
    position: absolute;
    top: 10px;
    left: auto;
    right: 10px;
    padding: 0;
    color: var(--white);
    font-size: 25px;
}

.property-card .card-list-data li {
    position: relative;
    font-weight: 600;
    padding-right: 16px;
}

.property-card .card-list-data li:last-child {
    padding-right: 0;
}

.property-card .card-list-data li:last-child::before {
    content: none;
}

.property-card .card-list-data li::before {
    content: "";
    background-color: var(--title-color);
    height: 13px;
    width: 1.5px;
    position: absolute;
    top: 46%;
    right: 8px;
    transform: translateY(-50%);
}

@media (max-width: 999px) {
    .property-card .card-list-data li::before {
        right: 8px;
    }
}

.property-card .card-list-data li span {
    color: var(--primary);
}

.recently-card .detail-part {
    padding-right: 16px;
    padding-left: 16px;
}

.recently-card .detail-part .meta {
    color: var(--primary);
    font-size: 14px;
}

.recently-card .detail-part .title {
    margin: 7px 0;
    font-weight: 500;
}

.recently-card .detail-part .number-code {
    margin-bottom: 0;
    font-size: 14px;
}

.recently-card .detail-part .price {
    color: var(--primary);
    /* margin: 10px 0; */
}

.recently-card .detail-part .card-list-data li {
    font-weight: 500;
}

.recently-card .detail-part .card-list-data li {
    color: var(--primary)
}

.recently-card .detail-part .desc {
    color: #b3b3b3;
    font-size: 11px;
    margin: 0;
}

/*card css*/
.recently-card .detail-part .card-list-data li,
.product-details-modal .card-list-data li {
    position: relative;
    padding-right: 10px;
}

.recently-card .detail-part .card-list-data li::before,
.product-details-modal .card-list-data li::before {
    content: "•";
    color: #000;
    position: absolute;
    top: 0;
    right: 0;
}

.recently-card .detail-part .card-list-data li:last-child,
.product-details-modal .card-list-data li:last-child {
    padding-right: 0;
}

.recently-card .detail-part .card-list-data li:last-child::before,
.product-details-modal .card-list-data li:last-child::before {
    content: none;
}

.recently-card .detail-part .badge-category {
    font-size: 15px;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 5px;
    padding: 5px;
}

.recently-card.recent-active {
    border: 2px solid var(--primary);
    box-shadow: 0 15px 37px -21px rgba(0, 48, 255, 1);
}

/* agent-card */
.agent-card {
    background: var(--white);
    border-radius: var(--border-radius-10);
}

/*=====================
filter list
=========================*/
.filter-list li {
    flex-grow: 1;
}

.filter-list li:last-child {
    flex-grow: 0;
}

/*=====================
Auth Screen
=========================*/
.auth-modal .modal-content {
    border-radius: var(--border-radius-10);
    background: var(--modal-bg-color);
}

.auth-modal .modal-body {
    padding: 2rem;
}

.auth-modal .modal-content .nav {
    border-bottom: 1px solid var(--gray);
}

.auth-modal .modal-content .nav .nav-item {
    padding: 0 16px;
}

.auth-modal .modal-content .nav .nav-item:first-child {
    padding-left: 0;
}

.auth-modal .modal-content .nav .nav-link {
    background: transparent;
    border: none;
    position: relative;
    padding: 5px 0;
}

.auth-modal .modal-content .nav .nav-link::before {
    position: absolute;
    content: "";
    left: 0;
    top: auto;
    bottom: 0;
    background: var(--primary);
    height: 1px;
    width: 0;
    transition: all .45s ease 0s;
}

.auth-modal .modal-content .nav li .nav-link.active::before,
.auth-modal .modal-content .nav .nav-link:hover::before {
    width: 100%;
}

.auth-modal .modal-content .form-control {
    border-color: transparent;
    background: var(--white);
}

@media (max-width: 376px) {
    #saveSearchModal .modal-content {
        width: 360px;
    }
}

.auth-modal .divider {
    text-align: center;
    position: relative;
    margin: 20px 0;
}

.auth-modal .divider::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 50%;
    background: #acacac;
    height: 1px;
    transform: translateY(-50%);
    z-index: 0;
}

.auth-modal .divider span {
    display: inline-block;
    background: var(--modal-bg-color);
    color: #acacac;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

/*.auth-modal .btn {*/
/*    padding: 1.2rem 0.9375rem;*/
/*}*/

.social-buttons .btn {
    color: var(--body-color);
    transition: all .45s ease 0s;
}

.social-buttons .btn:hover {
    color: var(--primary);
    background: transparent;
}

.text-detail p {
    font-size: 14px;
}

/* .row-space-topbottom {
    margin-top: -2rem;
} */

.row-space-topbottom>* {
    margin-bottom: 1.5rem;
}

/* product-details-modal */
.product-details-modal .page-logo {
    width: 100px;
}

.product-details-modal .main-title {
    margin: 16px 0;
}

.product-details-modal .card-list-data {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 8px 0 16px;
    gap: .5em;
}

.product-details-modal .card-list-data li {
    font-weight: 500;
}

.product-details-modal .card-list-data span {
    color: var(--primary)
}

.product-details-modal .list-details {
    list-style: none;
    padding: 0;
    margin: 0;
    column-count: 3;
}

.product-details-modal .logo-icon {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 16px;
}

.product-details-modal .logo-icon li {
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}

.product-details-modal .navbar-brand img {
    width: 150px;
}

.product-details-modal .product-details iframe {
    border-radius: var(--border-radius-10);
}

.description .description-collapse {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.description .description-collapse::after {
    content: "";
    position: absolute;
    height: 2.5rem;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .498) 50%, var(--white) 100%);
    pointer-events: none;
    touch-action: none;
    width: 100%;
}

.description .description-collapse.open {
    overflow: visible;
    text-overflow: inherit;
    display: inherit;
    -webkit-box-orient: inherit;
    -webkit-line-clamp: inherit;
}

.description .description-collapse.open::after {
    content: none;
}

/*=====================
Footer
=========================*/
.footer {
    padding: 0 16px 52px;
}

.footer .navbar-brand img {
    width: 150px;
}

.footer-tabs .footer-tab {
    gap: 2rem;
    border-bottom: 2px solid var(--border-color-light);
    margin-bottom: 1rem;
}

.footer-tabs .footer-tab .nav-link {
    position: relative;
    padding: 0 0 10px;
    background-color: transparent;
    border: none;
    font-size: 20px;
    color: var(--body-color);
}

.footer-tabs .footer-tab.tab-inner {
    margin-bottom: 2rem;
}

.footer-tabs .footer-tab.tab-inner .nav-link {
    padding: 0 0 1rem;
    font-size: 16px;
}

.footer-tabs .footer-tab .nav-link.active {
    color: var(--primary);
}

.footer-tabs .footer-tab .nav-link::after {
    content: "";
    background-color: var(--primary);
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 0;
    transition: all .3s ease-in;
}

.footer-tabs .footer-tab .nav-link.active::after {
    width: 100%;
}

.footer .footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .footer-list li {
    margin-bottom: 5px;
}

.footer .footer-list li:last-child {
    margin-bottom: 0;
}

.footer .footer-list li .list-item {
    color: var(--body-color);
    transition: all .3s ease-in;
}

.footer .footer-list li .list-item:hover,
.footer .footer-list li .list-item .list-item-num {
    color: var(--primary);
}

.footer .footer-bottom {
    margin: 41px 0px;
}

/*==============================
Pagination
==================================*/
.pagination-wrapper .pagination {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.pagination-wrapper .pagination .page-item .page-link {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    padding: 0;
    background-color: transparent;
    color: var(--body-color);
    border: 1px solid transparent;
    transition: all .3s ease-in;
}

.pagination-wrapper .pagination .page-item.active .page-link,
.pagination-wrapper .pagination .page-item .page-link:hover {
    background-color: #dde1f6;
    border-color: var(--primary);
    color: var(--title-color);
}

.pagination-wrapper .pagination .page-item.disabled .page-link {
    color: var(--gray);
}

.pagination-wrapper .pagination .page-item .page-link i {
    line-height: inherit;
}

/*==============================
news section
==================================*/
.section-space.news-section {
    background-color: var(--white);
    padding-bottom: 0;
}

.news-section .news-section-cards {
    margin-bottom: -50px;
    position: relative;
    z-index: 1;
}

/*==============================
Sidebar Menu
==================================*/
.sidebar-menu-wrapper {
    position: sticky;
    /* top: 100px; */
    bottom: 0;
    left: 0;
}

@media (max-width: 999px) {
    .sidebar-menu-wrapper {
        top: 20px;
    }
}

.sidebar-position-align.mini .sidebar-menu-wrapper .sidebar-menu {
    padding: unset;
}

.sidebar-menu-wrapper .sidebar-menu {
    padding: 1.5rem;
    background-color: var(--white);
    border-radius: 4px;
}

.sidebar-menu-wrapper .menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-position-align.mini .sidebar-menu-wrapper .menu .menu-item .menu-link {
    padding: 0.8rem 0.2rem;
}

.sidebar-position-align.mini .sidebar-menu-wrapper .menu .menu-item .menu-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-menu-wrapper .menu .menu-item .menu-link {
    display: inline-block;
    width: 100%;
    padding: .5rem 1rem;
    color: var(--body-color);
    background-color: transparent;
    border-radius: 4px;
    transition: all .3s ease-in;
}

.sidebar-menu-wrapper .menu .menu-item .menu-link:hover,
.sidebar-menu-wrapper .menu .menu-item.active .menu-link {
    background-color: rgba(43, 98, 180, 0.1);
    color: var(--primary);
}

/*==============================
searchlist empty
==================================*/
.searchlist-empty .empty-search-image {
    /* height: 60%; */
    width: 30%;
    border-radius: 50%;
    object-fit: cover;
}

@media (max-width: 520px) {
    .searchlist-empty .empty-search-image {
        height: 56%;
        width: 100%;
    }
}

@media (min-width:521px) and (max-width: 999px) {
    .searchlist-empty .empty-search-image {
        height: 56%;
        width: 52%;
    }
}

@media (min-width: 999px) {
    .searchlist-empty .notes-search-image {
        height: 78%;
        width: 34%;
        border-radius: 50%;
        object-fit: cover;
    }
}

@media (max-width: 520px) {
    .searchlist-empty .notes-search-image {
        height: 70%;
        width: 100%;
    }
}

@media (min-width:521px) and (max-width: 999px) {
    .searchlist-empty .notes-search-image {
        height: 70%;
        width: 50%;
    }

}

/*==============================
Favorites Tab
==================================*/
.favorites-tab .nav-link {
    padding: 1rem;
    color: var(--body-color);
    border: 1px solid var(--border-color-default);
}

.favorites-tab .nav-item:first-child .nav-link {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.favorites-tab .nav-item:last-child .nav-link {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.favorites-tab .nav-link:hover,
.favorites-tab .nav-link.active {
    background-color: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

/*==============================
Process Steps
==================================*/
.process-steps {
    margin: 0 -16px;
    display: flex;
}

.process-steps .process {
    padding: 32px 16px;
    flex: 1;
}

.process-steps .process-card {
    position: relative;
    padding: 16px;
    background-color: var(--white);
    border-radius: 8px;
    text-align: center;
    height: 100%;
}

.process-steps .process-card::before {
    content: "";
    height: 12px;
    width: 12px;
    background-color: var(--primary);
    border-radius: 50%;
    box-shadow: 0 0 8px 2px var(--primary);
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.process-steps .process-card::after {
    content: "";
    width: calc(100% - 10px);
    height: 2px;
    background-color: var(--primary);
    display: inline-block;
    position: absolute;
    top: -25px;
    left: calc(50% + 20px);
}

.process-steps .process:last-child .process-card::after {
    content: none;
}

.process-steps .process-card .step-count {
    display: block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    font-weight: 500;
    margin: 0 auto 24px;
    background-color: var(--bg-light);
    color: var(--primary);
}

.process-steps .process-card .process-desc {
    font-size: 14px;
}

/*==============================
Listing Card
==================================*/
.listing-card {
    position: relative;
    z-index: 1;
}

.listing-card .icon {
    display: inline-block;
    font-size: 45px;
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    color: var(--primary);
    opacity: .5;
    z-index: -1;
}

.listing-card .icon img,
.listing-card .icon svg {
    height: 45px;
    width: 45px;
}

/*==============================
Responsive
==================================*/
.product-details-modal .modal-dialog {
    max-width: 70%;
}

@media (max-width: 1350px) {
    .product-details-modal .modal-dialog {
        max-width: 80%;
    }
}

@media(min-width: 991.98px) {
    .header-web .header-web-navbar .navbar-nav li ul.sub-nav {
        display: none;
        position: absolute;
        height: auto !important;
        top: 100%;
        width: 100%;
        max-width: 17.75em;
        z-index: 999;
        margin: 0;
        animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
    }

    .header-web .header-web-navbar .navbar-nav li:hover>ul.sub-nav {
        display: block;
    }
}

@media (min-width: 576px) {
    .auth-modal .modal-dialog {
        max-width: 400px;
    }
}

@media(max-width: 1399.98px) {
    /* .header-web .navbar-brand img {
        width: 150px;
    } */

    .header-web .header-web-navbar .navbar-nav .nav-item>.nav-link {
        padding: 2rem 1rem 2rem 0;
    }
}

@media (max-width: 1199.98px) {
    .footer .footer-bottom {
        margin-top: 100px;
    }

    /* .qr-section {
        padding: 70px 50px;
    } */

    .section-space {
        padding: 70px 16px;
    }

    .qrcode-section-wrapper {
        padding: 120px 16px 70px;
    }

    /*
    .footer {
        padding: 0 16px 52px;
    } */

    .filter-list-wrapper {
        background-color: var(--white);
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        z-index: 1000;
        width: 400px;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-100%);
        transition: all 0.3s ease-in-out;
    }

    .filter-list-wrapper.active {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    .filter-list-wrapper .filter-list-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 2rem;
    }

    .filter-list-wrapper .filter-list-body {
        flex-grow: 1;
        padding: 1rem 1rem;
        overflow-y: auto;
    }
}

@media(max-width: 991.98px) {
    h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 35px;
    }

    .header-web .header-right-panel .navbar-collapse {
        z-index: 1;
        padding: 1rem;
    }

    .header-web .header-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 99;
        left: 0;
        width: 50%;
        padding: 0;
        background-color: var(--white);
        opacity: 0;
        visibility: hidden;
        transform: translateX(-100%);
        transition: all .3s ease-in;
    }

    .header-web .header-menu.active {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    .header-web .header-menu .header-menu-inner {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .header-web .header-menu .header-menu-inner .sidebar-header,
    .header-web .header-menu .header-menu-inner .navbar-nav {
        padding: 1rem 2rem;
    }

    .header-web .header-menu .header-menu-inner .navbar-nav {
        width: 100%;
        flex-grow: 1;
        overflow-y: auto;
    }

    .header-web .header-web-navbar .navbar-nav .nav-item>.nav-link {
        padding: 0;
    }

    .header-web .header-web-navbar .navbar-nav>.nav-item {
        margin-bottom: 1rem;
    }

    .header-web .header-web-navbar .navbar-nav>.nav-item:last-child {
        margin-bottom: 0;
    }

    .header-web .header-web-navbar .navbar-nav li ul.sub-nav {
        margin-top: 1rem;
    }

    .product-details-modal .list-details {
        column-count: 2;
    }

}

@media(max-width: 767.98px) {
    .section-space {
        padding: 50px 0;
    }

    .qrcode-section-wrapper {
        padding: 100px 0 50px;
    }

    .container-fluid {
        padding: 0 16px;
    }

    /* .footer {
        padding: 0 0 50px;
    } */

    .footer .footer-bottom {
        margin-top: 50px;
    }

    .realista-banner {
        padding: 50px 0;
    }

    .header-web .header-web-navbar {
        padding: 1rem;
    }

    /* .header-web .navbar-brand img {
        width: 130px;
    } */

    /* .qr-section {
        padding: 60px 30px;
    } */

    .footer-tabs .footer-tab.tab-inner {
        gap: 1rem;
    }

    .dropdown-with-selectopen .dropdown-menu {
        min-width: 250px;
    }

    .dropdown-select-open {
        width: 100px !important;
    }

    .search-home-box-item:nth-child(2)::after {
        content: none;
    }

    .product-details-modal .list-details {
        column-count: 1;
    }

    .search-home-box .select-country-wrap .select2-selection__rendered {
        position: relative;
        box-shadow: unset;
    }
}

@media(max-width: 767.98px) and (min-width: 575.98px) {
    .search-home-box-item-wrapper .submit-button {
        order: 2;
    }

    .search-home-box-item-wrapper .property-type {
        order: 3;
    }

    .search-home-box-item-wrapper .price {
        order: 4;
    }

    .search-home-box-item-wrapper .surface {
        order: 5;
    }


}

@media (max-width: 575.98px) {
    .footer-tabs .footer-tab.tab-inner .nav-link {
        padding: 0 0 .3rem;
    }

    .header-web .header-menu,
    .filter-list-wrapper {
        width: 100%;
    }

    .header-web .btn-list-property {
        font-size: .75rem;
    }

    .dropdown-with-selectopen .dropdown-menu.menu-right {
        right: auto;
        left: 0 !important;
    }

    .search-home-box-item::after {
        content: none;
    }

    .process-steps {
        flex-direction: column;
    }

    .process-steps .process-card::before {
        top: -36px;
    }

    .process-steps .process-card::after {
        height: calc(100% + 30px);
        width: 2px;
        left: 50%;
        top: -14px;
        z-index: -1;
    }

    .product-details-modal .modal-dialog {
        max-width: 90%;
        margin: .5em auto;
    }
}

.icon_home {
    height: 30px;
    width: 30px;
}

.city-image-view {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-width: 100%;
    height: 210px;
    object-fit: scale-down;
}

/* .slick-slide {
    width: unset !important;
} */

.recentsearch-image-view {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-width: 100%;
    height: 150px;
}


.agentlist-image-view.has-image {
    object-fit: initial !important;
}

.agentlist-image-view.no-image {
    object-fit: none !important;
}


.agent-card {
    height: 150px !important;
}

.agent-image-part {
    /* height: 100px; */
    /* padding: 12px; */
}

.loginmsg {
    font-size: 14px;
    ;
}

/*Property add css*/


/*Property add css*/

.page_inner {
    display: flex;
    align-items: start;
    gap: 40px;
    flex-wrap: wrap;
}

.property_nav {
    background-color: white;
    border-radius: var(--border-radius-10);
    border: unset;
}

.avatar-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    margin: 0 1rem;
    border: none;
    background: conic-gradient(var(--border-color-default) 43deg 10deg, var(--border-color-light) 0deg 241deg);
    cursor: pointer;
}

.avatar-container .avatar {
    display: block;
    margin: 5px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    overflow: hidden;
    z-index: 100;
    flex-shrink: 0;

}

.avatar img {
    width: 100%;
    height: auto;
}

.status-message-box {
    color: var(--primary);
}


.sidebar_top {
    display: flex;
    align-items: center;
    padding: 30px;
    border-bottom: 1px solid var(--border-color-light);
}

@media (max-width: 999px) {
    .sidebar_top {
        padding: 12px;
    }

}

.status-icon-wrap {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;
}

.status-icon-wrap svg {
    width: 20px;
}

.steps-buttons {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

.step-btn-list {
    list-style: none;
    padding: 15px;
    position: relative;
}

progress {
    width: 100%;
    height: 5px;
    border-radius: 0;
    background-color: var(--border-color-light);
}

progress::-webkit-progress-bar {
    background-color: var(--border-color-light);
}

progress::-moz-progress-bar {
    background-color: var(--border-color-default);
}

progress::-webkit-progress-value {
    background-color: var(--border-color-default);
}

.counter-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid var(--border-color-default);
    padding: 5px 10px;
    width: 40%;
}

.counter-btn {
    background-color: transparent;
    border: none;
}

.counter-btn:disabled {
    color: #ccc;
    cursor: not-allowed;
}

.content-counter-value {
    margin: 0 10px;
}

.content-counter-value svg {
    margin-right: 5px;
}

.feature-section {
    margin: 20px;
}

.info-section {
    display: inline-flex;
    align-items: center;
    background: #ebebeb;
    padding: 10px;
    margin-bottom: 10px;

}

.info-section info-icon {
    margin-right: 8px;
}

.info-section label {
    margin-right: 15px;
    cursor: pointer;
}

.info-section input[type="radio"] {
    margin-right: 5px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    margin: 10px 0;
}

.feature-list input[type="checkbox"] {
    display: none;
}

.feature-list label {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    padding-left: 35px;
}

.feature-list label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid var(--gray);
    border-radius: 4px;
    background: #fff;
}

.feature-list input[type="checkbox"]:checked+label:after {
    content: '✓';
    position: absolute;
    left: 4px;
    top: 1px;
}

.verify-checked {
    background-color: #dff0d8;
}

.mapView {
    /* position: unset !important; */
    overflow: hidden;
    position: sticky;
    /* margin-top: 7%; */
    margin-bottom: 1%;
    height: 771px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.5);
    border-radius: var(--border-radius-10);
}

@media (max-width:512px) {
    .mapView {
        height: 300px;
    }
}

@media (max-width:1024px) {
    .mapView {
        height: 350px;
    }
}

.custom-map-control-button {
    background-color: #fff;
    border: none;
    outline: none;
    width: 80px;
    /* padding: 2px; */
    height: 40px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    margin-top: 10px;
    border: 2px solid var(--primary);
    border-radius: 10px;
}

/*Property add css*/

.image-view {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-width: 100%;
    height: 250px;
}

.propertyImage {
    border-radius: 10px;
}

.newsTitle {

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 50px;
    -webkit-box-orient: vertical;

}

/*Property add css*/


/*select 2 css*/
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}

.select2-container {
    /* padding-top: 4px !important; */
    /*border-radius: 15px;*/
}

.filter-search {
    background-color: #fff;
    border: 2px solid var(--border-color-default);
    border-radius: var(--border-radius-10);
    padding: 0 15px 0 10px;
}

.filter-search .select2-container {
    padding: 0 !important;
    position: relative;
}

.filter-search .select2-search {
    position: absolute;
    width: 100%;
    top: 2px;
    z-index: 9;
}

.filter-search .select2-search .select2-search__field {
    padding: 0 10px !important;
}


.filter-search .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    position: absolute;
    margin-bottom: -1px;
    display: inline-flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    top: 2px;
    z-index: 9;
    padding: 40px 0 0 0;
    width: 90%;
}

.select-country-wrap .filter-search .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 5px;
    width: -webkit-fill-available !important;
}

.filter-search .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 5px;
    width: -webkit-fill-available;
}

.filter-page-section-section .filter-search .select2-container--default .select2-selection--multiple .select2-selection__choice {
    width: unset !important;
}


.filter-search .select2-selection__rendered:has(.select2-selection__choice) .select2-search {
    top: -45px;
}

.filter-search .select2-selection__rendered:has(.select2-selection__choice) {
    /* overflow-y: scroll; */
    overflow-x: auto !important;
    padding: 10px;
    background-color: var(--color-white);
    /* margin: 48px 0 0 0; */
    padding: 0 !important;
}

.filter-search .select2-container--default .select2-selection--multiple {
    background: transparent;
    border-radius: 0;
    width: 230px;
}

.filter-search .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
}

.select2-container--below .select2-dropdown--below {
    border-radius: 15px !important;
}

.btn-model-filter {
    border: 2px solid var(--border-color-default);
    background-color: var(--bg-color-white);
    padding: 10px 20px;
    border-radius: var(--border-radius-10);
    text-align: center;
}

/*model css*/
.filter-modal-container .select2-container {
    min-width: 175px !important;
}

.filter-modal-container .clear-btn {
    background: transparent;
    border: none;
    color: #6f7178;
    font-weight: 700;
    transition: all .2s ease;
}

.filter-modal-container .clear-btn:hover {
    color: #252628;
}

.filter-modal-container .modal-filters-seperator {
    display: inline-block;
    width: 6px;
    height: 1px;
    background-color: var(--title-color);
    margin: 0 7px;
    flex-shrink: 0;
}

.filter-modal-container .select2-dropdown {
    box-shadow: var(--box-shadow);
}

/*check box*/
.input-tag {
    position: relative;
}

.input-tag input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.input-tag label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0 8px;
    border: thin solid rgba(185, 189, 209, .5);
    background-color: #fff;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.43;
    font-weight: 500;
    letter-spacing: -.28px;
    color: #6f7178;
    transition: all .2s ease;
}

.input-tag input[type="checkbox"]:checked+label {
    border-color: #4a90e2;
    /* Change border color */
    background-color: #e6f7ff;
    /* Change background color */
    color: #4a90e2;
    /* Change text color */
    font-weight: 600;
    /* Make text bold */
    box-shadow: 0 0 8px rgba(74, 144, 226, 0.3);
    /* Add a shadow */
    transition: all .2s ease;
    /* Smooth transition */
}


.property_img_view {
    width: 100%;
    height: 260px;
}

.input-tag-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.input-tag-wrap .input-tag {
    flex: 0 0 auto;
    width: 23.5%;
}

@media (max-width: 999px) {
    .input-tag-wrap .input-tag {
        width: unset;
    }
}

.furnished-listings-wrap {
    display: flex;
}

.furnished-listings-input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.furnished-listings-label {
    display: inline-block;
    padding: 12px 24px;
    margin-right: 10px;
    border-radius: var(--border-radius-10);
    border: 1px solid var(--border-color-default);
}

.furnished-listings-input:checked+.furnished-listings-label {
    background: #dde1f6;
    border-color: var(--primary);
}


/* General Styling */
.listings-filter {
    font-family: 'Roboto', sans-serif;
    padding: 20px;
    background-color: #fff;
}

.filter-options,
.filter-date-options {
    display: flex;
    align-items: center;
}

/* Checkbox and Radio Styles */
/* .filter-section {
    display: inline-flex;
    gap: 30px;
} */

@media (min-width: 1181px) {
    .md-wrap-section {
        flex-wrap: nowrap !important;
    }

    .flex-gap-4 {
        display: flex;
        gap: 16px;
    }
}

.filter-section .styled-checkbox,
.filter-section .styled-radio {
    display: none;
}

.filter-section .checkbox-option,
.filter-section .radio-option {
    cursor: pointer;
    text-align: center;
}

.filter-section .checkbox-option .list-icon {
    padding: 20px;
    border-radius: var(--border-radius-10);
    border: 1px solid var(--border-color-default);
}

.filter-date-options .radio-option {
    border: 1px solid var(--border-color-default);
    /* border-right: 0; */
}

.filter-date-options .radio-option:last-child {
    border-right: 1px solid var(--border-color-default);
    border-radius: 0 5px 5px 0;
}

.filter-date-options .radio-option:first-child {
    border-radius: 5px 0 0 5px;
}

.filter-section .radio-option label {
    margin: 0;
    padding: 10px;
}

.filter-section .styled-checkbox:checked+label,
.filter-section .styled-radio:checked+label {
    color: var(--primary);
    border-color: var(--primary);
    background-color: #dde1f6;
}

.property-card1 {
    width: 200px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
}

.property-details1 {
    padding: 15px;
}

.property-price1 {
    font-size: 24px;
    color: var(--primary);
    font-weight: bold;
}

.property-location1 {
    font-size: 14px;
    color: #6c757d;
}

.property-location {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* .property-card .slick-list {
    height: 190px !important;
} */

.property-info1 {
    font-size: 12px;
    margin-top: 10px;
}

.property-modal-image {
    height: 130px;
    width: 100%;
}

.heart-icon1 {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #fff;
}

.custom-marker {
    background: white;
    border: 2px solid #0C8392;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    cursor: pointer;
}

.custom-marker img {
    width: 50px;
    /* Image size */
    height: auto;
    display: block;
    margin: 0 auto;
}

.from-to-design {
    background-color: var(--white);
    color: var(--title-color);
    border-radius: 11px;
    padding: -0.1rem 0.1rem !important;
    font-weight: 700;
    cursor: pointer;
    height: 44px;
    display: flex;
    padding: 9px 36px 6px 17px;
    border: 2px solid var(--gray);
    justify-content: center;
    align-items: center;
}

.dropdown-price {
    color: var(--body-color);
    font-weight: 400;
    font-size: initial;
}

.dropdownactive {
    color: var(--primary) !important;
    background: rgba(0, 48, 255, 0.1);
}

.dropdownactive::before {
    transition: all 200ms ease-in-out;
    background-color: var(--primary);
}



.range-slider-container {
    width: 100%;
}

.range-slider-container .input-values {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.range-slider-container .input-values .from,
.range-slider-container .input-values .to {
    width: 48%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.irs--round .irs-bar {
    background-color: var(--primary);
}

.irs--round .irs-handle {
    background-color: var(--primary);
    border-color: var(--primary);
    width: 16px;
    height: 16px;
    top: 29px;
    /* Adjust handle position */
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background-color: var(--primary);
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background-color: transparent;
    color: var(--border-color-default);
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before,
.irs--round .irs-min,
.irs--round .irs-max {
    display: none;
}

.ranger-value {
    border: none;
    width: 38px;
    padding: 0;
}

.custom-button1 {
    /* background-color: #0C8392; */
    /* color: white; */
    /* padding: 10px 20px; */
    /* border-radius: 5px; */
    cursor: pointer;
    /* margin: 10px; */
    /* box-shadow: 0 2px 5px rgba(0,0,0,0.3); */
    position: absolute;
    top: 8%;
    right: calc(75% - 0px);
    z-index: 1;
    /* height: 155px; */
}

@media (min-width: 820px) and (max-width: 1181px) {
    .custom-button1 {
        left: calc(50% - 20px);
    }

    .mapView {
        margin-top: 17%;
    }

}

.image-container {
    position: relative;
    display: inline-block;
}

.main-image {
    display: block;
    width: 100%;
    height: auto;
    filter: blur(1px);
}

.icon-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(255 255 255 / 70%);
    padding: 10px;
    border-radius: 50%;
}

.icon-overlay img {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.viewbutton360 {
    cursor: pointer;
}

/* .news_image{
    border-radius: 10px;
    margin: 5px;
} */

.news-container {
    width: 900px;
    margin: 0 auto;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.footer-list li {
    cursor: pointer;
}

.news-header {
    padding: 20px;
    /* background-color: #333; */
    color: #fff;
}

.news-header h1 {
    font-size: 28px;
}

.news-date {
    font-size: 14px;
    color: #ccc;
    margin-top: 5px;
}


.news-tags {
    display: flex;
    gap: 10px;
    padding: 10px 20px;
    background-color: #f7f7f7;
}

.tag-btn {
    background-color: #00010363;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.tag-btn:hover {
    background-color: var(--primary);
}



.news-image img {
    width: 100%;
    height: auto;
    display: block;
}

.news-content {
    padding: 20px;
}

.news-content p {
    line-height: 1.6;
    color: #333;
    margin-bottom: 15px;
}

.nav-property-category .form-check:not(:last-child) {
    margin-bottom: 16px;
    padding-left: 0;
}

.form-check:not(:last-child) {
    /* margin-bottom: 16px; */
    /* padding-left: 1.5rem; */
}

.form-check .form-check-input {
    margin-top: 0.05rem;
    margin-left: 0;
    margin-right: 5px;
    position: relative;
    vertical-align: text-top;
    flex-shrink: 0;
    height: 16px;
    width: 16px;
    accent-color: var(--primary);
}

.form-check {
    padding-left: 0;
}

input[type="date"] {
    width: 100%;
    height: 46px;
    padding: 16px;
    border-radius: 10px;
    border: 2px solid var(--gray);
}

.form__input,
.counter-container,
.address-wrap {
    border-radius: var(--border-radius-10);
    border: 2px solid var(--gray);
    height: 46px;
}

.info-section .border {
    border-color: var(--gray) !important;
    width: 20px;
    height: 20px;
    background-color: white;
    display: inline-block;
    text-align: center;
}

.payment__recipient {
    background: #F9F9F9;
    border-radius: 4px;
    color: #666;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    gap: 10px;
    padding: 8px 16px;
}

.details img {
    width: 100px;
    height: 100px;
}

.details {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.free-service {
    border-left: 1px solid var(--gray);
}

.payment-method-wrap {
    border-top: 1px solid var(--gray);
}

.code-payment,
.card-payment {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    border: 1px solid var(--gray);
    position: relative;
}

.card-payment-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #F9F9F9;
    border-radius: 4px;
    color: #666;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    padding: 8px 16px;
}

.card-payment-note {
    display: flex;
    gap: 10px;
}

.card-info {
    display: flex;
    justify-content: space-between;
}

/*--------------- agent page css start -------------*/


.agent-page-banner {
    /* background-image: url("/images/agent-banner-overlay.webp"), url("/images/agent-banner.webp"); */
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--bg-color-white);
}

.agent-page-banner .banner-logo {
    width: auto;
    max-height: 100px;
    object-fit: contain;
    /* box-shadow: 0px 3px 6px #ffffff29; */
    box-shadow: 0px 3px 6px #00000029;
    background: var(--bg-color-white);
    border-radius: var(--border-radius-10);
}

.agent-page-banner .banner-heading {
    font-size: 38px;
    color: var(--bg-color-white);
    margin: 28px 0;
}

.banner-button-wrap .btn {
    color: var(--bg-color-white);
    font-size: 16px;
    line-height: 22px;
    width: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn .btn-icon {
    display: block;
    width: 20px;
    height: 20px;
}

.btn .btn-icon :is(svg, i) {
    vertical-align: middle;
    transform: translatey(-2px);
}

.banner-button-wrap .phone-btn {
    border: 2px solid var(--bg-color-white);
    /* margin-right: 20px; */
}

.banner-button-wrap .massage-btn {
    background: var(--primary);
    border: 2px solid var(--primary);
}

.agent-socials ul {
    gap: 15px;
}

.agent-socials ul>li>a {
    width: 26px;
    display: block;
    height: 26px;
}

.agent-meta {
    margin-top: 28px;
    margin-bottom: 40px;
}

.agent-meta ul>li:not(:last-child) {
    margin-bottom: 10px;
}

.agent-meta ul>li {
    display: inline-flex;
    width: 100%;
    align-items: center;
    gap: 8px;
    font-size: 21px;
    line-height: 32px;
}

.agent-meta ul>li .meta-icon {
    vertical-align: middle;
}

.property-number-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.number-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 20px;
}

.property-number {
    display: inline-flex;
    align-items: center;
    width: 240px;
    color: var(--bg-color-white);
    padding: 15px;
    padding-left: 20px;
    border: 2px solid var(--bg-color-white);
    border-radius: var(--border-radius-10);
}

.property-number .property-sale-number {
    color: var(--bg-color-white);
}

.number-details {
    padding: 0;
    width: 35px;
    background-color: transparent;
    margin-left: auto;
}

.breadcrum-container ul li a {
    color: var(--body-color);
}

.slider-controls span {
    display: inline-block;
    width: 35px;
    height: 35px;
}

.property-card {

    box-shadow: 0px 3px 6px #00000029;
    border-radius: var(--border-radius-10);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.property-image {
    position: relative;
}

.property-card .image-part {
    position: relative;

}

@media (max-width: 999px) {
    /* .property-card {
        width: 355.55px;
    } */

    .property-card .image-part {
        height: 200px !important;
    }
}


@media only screen and (max-width: 767px) and (orientation: portrait) {
    .favorites-section-cards .property-card {
        width: 400px !important;
    }
}

@media (max-width: 375px) {
    .favorites-section-cards .property-card {
        width: 342px !important;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .row.galleryPropertyViewList .property-card {
        border-bottom-right-radius: 10px;
    }
}

.modal-top-margin {
    margin-top: 120px;
}

.property-card .image-part .recently-img {
    /* aspect-ratio: 3/2; */
    height: 200px;
    object-fit: cover;
    border-top-left-radius: var(--border-radius-10);
    border-top-right-radius: var(--border-radius-10);
}

.row.galleryPropertyViewList .property-card .image-part .recently-img.fit-cover {
    object-fit: cover;
}

.row.galleryPropertyViewList .property-card .image-part .recently-img.fit-none {
    object-fit: none;
    width: 100%;
}



.compare-button {
    border: 1px solid #254ae5;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 0px 10px;
}

.compare-button:hover {
    border: 2px solid var(--primary);
}

.property-card-footer {
    padding: 0.75rem 1.25rem;
    /* border-bottom-left-radius: var(--border-radius-10);
    border-bottom-right-radius: var(--border-radius-10); */
}

.property-image img {
    width: 100%;
    height: 160px;
    object-fit: scale-down;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.property-image .btn-wishlist {
    position: absolute;
    top: 10px;
    left: auto;
    right: 10px;
    padding: 0;
    color: var(--white);
    font-size: 20px;
    border: none;
    background: transparent;
}

.property-value {
    color: var(--primary);
    font-size: 24px;
    font-weight: 600;
}

.property-details {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
}

.portfolio-number .property-number .property-sale-number {
    color: var(--primary);
}

.portfolio-number .property-number {
    color: var(--body-color);
    border: 2px solid var(--body-color);
}

.portfolio-number .property-number-wrap {
    justify-content: flex-start;
}

.agent-details .agent-logo {
    width: auto;
    max-height: 100px;
    object-fit: contain;
    box-shadow: 0px 3px 6px #00000029;
    /* background: var(--bg-color-white); */
    border-radius: var(--border-radius-10);
}

.agent-button-wrap .btn {
    padding: 20px 20px;
    color: var(--bg-color-white);
    font-size: 18px;
    line-height: 22px;
    width: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.agent-button-wrap .phone-btn {
    border: 2px solid var(--primary);
    /* margin-right: 20px; */
    color: var(--primary);
}

.agent-button-wrap .massage-btn {
    background: var(--primary);
    border: 2px solid var(--primary);
}

.agent-details .agent-heading {
    font-size: 38px;
    margin: 28px 0;
}

.agent-details .agent-meta ul>li {
    color: var(--primary);
}

@media(max-width:1024px) {
    .property-number-wrap {
        justify-content: flex-start;
    }

    .agent-button-wrap .btn,
    .banner-button-wrap .btn {
        width: auto;
    }

    .agent-meta {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media(max-width:767px) {

    .agent-details .agent-logo,
    .agent-page-banner .banner-logo {
        width: 100%;
    }

    .property-number {
        width: 100%;
    }

    .agent-details .agent-heading,
    .agent-page-banner .banner-heading {
        margin: 20px 0 0 0;
    }

}

.clearPolygonButton {
    /* position: absolute; */
    /* top: 10px; */
    /* left: calc(50% - 50px); */
    z-index: 5;
    background-color: #fff;
    border: 1.5px solid var(--primary);
    border-radius: 7px;
    height: 40px;
}



.shimmer-container {
    display: none;
}

.shimmer-container.active {
    display: block;
}

.shimmer-card {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
    display: flex;
    gap: 20px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.shimmer-image {
    width: 300px;
    height: 240px;
    background: linear-gradient(90deg,
            #f0f0f0 0%,
            #f8f8f8 50%,
            #f0f0f0 100%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

.shimmer-image1 {
    margin: 15px;
    height: calc(100% - 30px);
    width: 100%;
    border-radius: 8px;
}

.shimmer-content {
    flex: 1;
    padding: 10px;
}

.shimmer-title {
    height: 24px;
    width: 60%;
    margin-bottom: 15px;
    background: linear-gradient(90deg,
            #f0f0f0 0%,
            #f8f8f8 50%,
            #f0f0f0 100%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

.shimmer-text {
    height: 16px;
    width: 100%;
    margin-bottom: 10px;
    background: linear-gradient(90deg,
            #f0f0f0 0%,
            #f8f8f8 50%,
            #f0f0f0 100%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

.shimmer-meta {
    height: 16px;
    width: 40%;
    background: linear-gradient(90deg,
            #f0f0f0 0%,
            #f8f8f8 50%,
            #f0f0f0 100%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

.simmer-resultcount {
    height: 16px;
    width: 20%;
    background: linear-gradient(50deg, #7e91e14f 0%, var(--primary)03 50%, #d0d1d47a 100%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

/* Hide original content while loading */
.row-space-topbottom.loading {
    display: none;
}

.custom_nav {
    /* display: inline-flex; */
    /* justify-content: center; */
    background-color: transparent;
    border-radius: 7px;
    /* overflow: hidden; */
    box-shadow: none;
    margin-bottom: 0;
    width: fit-content;
    margin: 0;
    /* position: absolute; */
    /* top: 0; */
    /* right: 15px; */
    z-index: 1;
}

.custom_nav-item {
    flex: 1;
}

.custom_nav-item .custom_nav-link {
    text-align: center;
    padding: 15px 35px;
    background-color: var(--bg-color-white);
    color: var(--black);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.custom_nav-item .custom_nav-link .svg-bottom-space {
    margin-bottom: 8px;
}

.custom_nav-item .custom_nav-link.active {
    background-color: var(--bg-color-white);
    color: var(--primary);
    box-shadow: inset 0px 2px 2px 1px rgba(0, 0, 0, 0.1);

}

/* .custom_tab-content {
    margin-top: 20px;
} */

/* .hide-first-col .col-lg-6:first-of-type {
    display: none !important;
} */

.custom-columns-design .hide-col {
    display: none;
}

.map-text-box label {
    white-space: nowrap !important;
}

/* .col-lg-6.first-col.d-none {
    flex: 0 0 100% !important;
    max-width: 100% !important;
} */

.full-width {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

/* Agent Rgister */

.agent-register {
    position: relative;
}


.agent-register-form {
    padding: 30px;
    border-radius: var(--border-radius-10);
    background-color: var(--bg-color-white);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
}

.agent-register-form .input-wrap {
    padding: 10px 15px;
    border-radius: var(--border-radius-10);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    position: relative;
}

.agent-register-form .select2 {
    padding: 0 !important;
}

.agent-register-form .input-wrap input {
    border: none !important;
}

.agent-register-form .select2-container--default .select2-selection--single {
    border: none !important;
}

.agent-register-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
}


/* .agent-register-form .input-wrap .select2-container--default .select2-selection--single {

}

.agent-register-form .input-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
}

.agent-register-form .input-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    right: -15px;
} */

.wrap-title-box {
    margin-bottom: 50px;
}

.agent-register .banner-bg-img {
    width: 100vw;
    height: 460px;
    object-fit: cover;
}

.agent-register .overlay-bg {
    position: relative;
}

.agent-register .ag-banner-wrap {
    position: absolute;
    top: 0;
}

.agent-register .overlay-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    /* Adjust opacity and color as needed */
    pointer-events: none;
    /* Makes the overlay non-interactive */
}

.agent-register .ads-text {
    font-size: 18px;
}

.agent-register .rg-dic {
    font-size: 20px;
}

.login-btn:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.login-btn {
    padding: 15px 30px;
    font-weight: 500;
    font-size: 16px;
    border: 2px solid #fff;
    color: #fff;
}

.agent-ch {
    font-size: 12px;
}

.agent-register small {
    color: rgb(175, 175, 175);
}

.agent-register .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    right: -12px;
    top: -3px;
}

.titleproperty {
    height: 130px;
}

.has-error1 {
    border: 1px solid red;
}

.has-error1 small {
    color: red;
}

.btn {
    font-family: "Roboto", sans-serif;
}


.propertybtn-icon {
    font-size: 1.2rem;
    border: none;
    background: none;
    color: #333;
    cursor: pointer;
    transition: color 0.3s ease;
}

.propertybtn-icon:hover {
    color: var(--primary);
}



/* General Styles */
.savesearch-label {
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

.savesearch-input {
    border-radius: var(--border-radius-10);
    border: 1px solid var(--primary);
    padding: 10px;
    font-size: 14px;
}

.savesearch-input:focus {
    border-radius: var(--border-radius-10);
    border: 1px solid var(--primary);
    background-color: transparent;
    box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    padding: 10px;
    font-size: 14px;
}

.savesearch-map-preview {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
}

.savesearch-map-image {
    border-radius: 8px;
    /* max-height: 150px; */
    object-fit: cover;
}

/* Radio Buttons */
.savesearch-radio-group {
    display: flex;
    gap: 10px;
}

.savesearch-radio {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.savesearch-radio-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.savesearch-radio-label {
    display: inline-block;
    padding: 8px 10px;
    /* background-color: #f1f1f1; */
    border: 1px solid var(--primary);
    border-radius: var(--border-radius-10);
    font-size: 14px;
    color: var(--primary);
    transition: all 0.3s ease;
}

.savesearch-radio-input:checked+.savesearch-radio-label {
    background-color: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

/* Toggle Switch */
.savesearch-switch {
    position: relative;
    width: 50px;
    height: 24px;
}

.savesearch-switch-input {
    opacity: 0;
    width: 0;
    height: 0;
}

.savesearch-switch-label {
    position: absolute;
    cursor: pointer;
    background-color: #ddd;
    border-radius: 12px;
    width: 50px;
    height: 24px;
    transition: background-color 0.3s ease;
}

.savesearch-switch-label::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    background-color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.savesearch-switch-input:checked+.savesearch-switch-label {
    background-color: var(--primary);
}

.savesearch-switch-input:checked+.savesearch-switch-label::after {
    transform: translateX(26px);
}

/* Modal Buttons */
.savesearch-close-btn,
.savesearch-save-btn {
    border-radius: 6px;
    font-size: 14px;
}

.searchcard-footer {
    padding: 0.75rem 1.25rem;
    /* background-color: #fff; */
    border-top: 1px solid #dfe7ff;
}

.searchcontent {
    /* background: #f0f3f8; */
    padding: 30px;
    /* border-radius: var(--border-radius-10); */
}

.mapImageView {
    border-top-left-radius: var(--border-radius-10);
    border-top-right-radius: var(--border-radius-10);
}

.recentsearchtitle {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    max-width: 100%;
    /* Adjust max-width as needed */
    transition: all 0.3s ease-in-out;
    position: relative;
}

.searchcard_view {
    /* background-color: rgba(240, 243, 248, .5); */
    /* padding: 10px; */
    border-radius: var(--border-radius-10);
    margin-top: 15px;
}

.user_info_name {
    margin-left: 10px;
}

.searchcard_footer {
    /* background-color: rgba(240, 243, 248, .5); */
}

.bar__title {
    /* font-size: 24px; */
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -.18px;
    /* text-align: center; */
    color: #252628;
    padding: 0px !important;
    flex-grow: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 2px;
}

.modal-content {
    border-radius: var(--border-radius-10);
}

.add_note_div {
    cursor: pointer;
}

.add_note_div:hover {
    box-shadow: 0 -0.3rem 0.6rem rgba(0, 0, 0, 0.1);
}

.add_note_div:hover .note-menu span i {
    display: block;
}

.add_note_div:hover .note-menu p {
    font-weight: 600;
}

.note-menu {
    width: 100%;
    display: flex;
    justify-content: space-between !important;
    overflow: hidden;
}

.note-menu.editNote .note-icon {
    padding-left: 8px;
}


.editNote span i {
    display: block !important;
}

.note-menu p {
    font-weight: 400;
}

.propertynote-modal-header {
    border-bottom: none;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
}

.propertynote-modal-title {
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.propertynote-modal-body img {
    max-width: 200px;
    max-height: 120px;
    object-fit: contain;
}

.propertynote-details {
    margin-top: 10px;
}

.propertynote-title {
    font-weight: bold;
}

.propertynote-meta {
    font-size: 0.9rem;
    color: #6c757d;
}

.propertynote-price {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
}

.propertynote-note-section textarea {
    resize: none;
}

.propertynote-modal-footer {
    justify-content: space-between;
}

.propertynote-save-btn {
    background-color: #254ae5;
    color: white;
}

.propertynote-save-btn:hover {
    background-color: #254ae9;
    color: white;
}

.propertynote-meta span {
    cursor: pointer;
}


.shim-shimmer-skeleton {
    background-color: #fff;
    border-radius: 10px;
    /* padding: 16px; */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 10px;
    width: 100%;
    height: 430px;

}

.shim-content {
    padding: 16px;
}

/* Placeholders for Various Sections */
.shim-image-placeholder {
    animation: shimmer 2s infinite linear;
    background: linear-gradient(90deg,
            #f0f0f0 0%,
            #e6e6e6 50%,
            #f0f0f0 100%);
    background-size: 200% 100%;
    width: 100%;
    height: 220px;
    border-radius: 8px;
    margin-bottom: 12px;
}

.shim-badge-placeholder {
    animation: shimmer 2s infinite linear;
    background: linear-gradient(90deg,
            #f0f0f0 0%,
            #e6e6e6 50%,
            #f0f0f0 100%);
    background-size: 200% 100%;
    width: 100px;
    height: 20px;
    margin: 2px 0 10px 0;
    border-radius: 10px;
}

.shim-title-placeholder {
    animation: shimmer 2s infinite linear;
    background: linear-gradient(90deg,
            #f0f0f0 0%,
            #e6e6e6 50%,
            #f0f0f0 100%);
    background-size: 200% 100%;
    width: 80%;
    height: 20px;
    border-radius: 4px;
    margin-bottom: 8px;
}

.shim-location-placeholder {
    animation: shimmer 2s infinite linear;
    background: linear-gradient(90deg,
            #f0f0f0 0%,
            #e6e6e6 50%,
            #f0f0f0 100%);
    background-size: 200% 100%;
    width: 60%;
    height: 15px;
    border-radius: 4px;
    margin-bottom: 8px;
}

.shim-price-placeholder {
    animation: shimmer 2s infinite linear;
    background: linear-gradient(90deg,
            #f0f0f0 0%,
            #e6e6e6 50%,
            #f0f0f0 100%);
    background-size: 200% 100%;
    width: 50%;
    height: 25px;
    border-radius: 4px;
    margin-bottom: 12px;
}

.shim-features-placeholder {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    /* gap: 10px; */
    margin-bottom: 8px;
}

.shim-features-placeholder>div {
    animation: shimmer 2s infinite linear;
    background: linear-gradient(90deg,
            #f0f0f0 0%,
            #e6e6e6 50%,
            #f0f0f0 100%);
    background-size: 200% 100%;
    width: 30%;
    height: 15px;
    border-radius: 4px;
}

.shim-agent-placeholder {
    animation: shimmer 2s infinite linear;
    background: linear-gradient(90deg,
            #f0f0f0 0%,
            #e6e6e6 50%,
            #f0f0f0 100%);
    background-size: 200% 100%;
    width: 100%;
    height: 15px;
    border-radius: 4px;
    margin-top: 8px;
}

.savesearch-modal-body {
    background-color: #a8adb324;
}

.savesearch-modal-footer {
    border-bottom: none;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1);
}

.searchrequest-modal .modal-header {
    border-bottom: none;
}

.searchrequest-modal .modal-body {
    font-family: Arial, sans-serif;
}

.searchrequest-steps {
    list-style: none;
    padding: 0;
    margin: 0;
}

.searchrequest-steps li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 1rem;
}

.searchrequest-steps li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    background-color: #17a2b8;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
}

.searchrequest-info-box {
    background: #f8f9fa;
    padding: 10px;
    border-radius: 25px;
    font-size: 0.9rem;
    text-align: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.searchrequest-info-box img {
    width: 50%;
    /* margin-right: 10px; */
}

.searchrequest-results-list {
    padding: 0;
    margin: 0;
}

.searchrequest-results-list .list-group-item {
    border: none;
    padding: 5px 0;
}

.searchrequest-input-group {
    margin-top: 10%;
    align-items: center;
    margin-bottom: 20px;
    max-height: 200px;
    /* Maximum height set karna */
    overflow: auto;
    /* Scroll enable karna */
}

.selected-cities {
    max-height: 200px;
    /* Adjust as needed */
    overflow-y: auto;
    /* Vertical scroll enable */
    padding-right: 10px;
    /* Scrollbar ke liye space */
}

.searchrequest-input-group input {
    width: 100%;
}

.searchrequest-next-btn {
    width: 90%;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

/* .searchrequest-next-btn {
    width: 100%;
    top: 355px;
    position: relative;
} */


.searchrequest_step_part .select2-selection.select2-selection--multiple {
    border-radius: 2rem !important;
}

.searchrequest_step_part {
    background-color: #f0f3f8;
    /* width: 60%; */
    padding: 20px;
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.search-request-modal {
    width: 50%;
}

.searchrequest_step_data_part {
    /* width: 90%; */
    padding: 20px;
    height: 100% !important;
    background-color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    /* position: relative; */
    /* Change from absolute */
    /* left: 36%; */
    /* transform: translateX(-50%); */
}

.select2-search.select2-search--inline {
    width: 100% !important;
}


.searchrequest-step-process {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin: 0;
}

.searchrequest-step-process li {
    list-style: none;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}

.searchrequest-step-process li .searchrequest-step-circle {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e0f7fa;
    border-radius: 50%;
    border: 1px solid var(--primary);
    color: var(--primary);
    font-weight: bold;
    z-index: 1;
}

.searchrequest-step-process li.active .searchrequest-step-circle {
    background-color: var(--primary);
    color: white;
}

.searchrequest-step-process li .searchrequest-step-text {
    margin-left: 15px;
    font-size: 14px;
    font-weight: normal;
}

.searchrequest-step-process li.active .searchrequest-step-text {
    font-weight: bold;
}

/* Line connecting steps */
.searchrequest-step-process li:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 4.8%;
    transform: translateX(-50%);
    width: 2px;
    height: 80%;
    background-color: var(--primary);
    z-index: 0;
}

@media (max-width: 999px) {
    .searchrequest-step-process li:before {
        left: 8.5%;
    }
}

.searchrequest-step-process li:last-child:before {
    display: none;
}

.searchrequest-step-process-container {
    max-width: 350px;
    margin: 0 auto;
}

/* Horizontal line for the step process in larger screens */
@media (min-width: 768px) {
    /* .searchrequest-step-process {
      flex-direction: row;
      align-items: center;
    }

    .searchrequest-step-process li {
      margin-bottom: 0;
    }

    .searchrequest-step-process li:before {
      width: 50%;
      height: 2px;
      top: 50%;
      transform: translateY(-50%);
    }

    .searchrequest-step-process li.active:before {
      background-color: #00796b;
    } */
}

.searchrequeststep2-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0px 20px 20px 0px;
}

.searchrequeststep2-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;

    gap: 10px;
}

@media (max-width: 990px) {
    .searchrequeststep2-row {
        flex-wrap: wrap;
    }
}

.searchrequeststep2-col {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
}

.searchrequeststep2-radio-label,
.searchrequeststep2-checkbox-label {
    display: inline-flex;
    align-items: center;
    margin: 5px;
    cursor: pointer;
}

.searchrequeststep2-radio-input,
.searchrequeststep2-checkbox-input {
    display: none;
}

.searchrequeststep2-radio-custom,
.searchrequeststep2-checkbox-custom {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 8px;
    display: inline-block;
    position: relative;
}

.searchrequeststep2-radio-input:checked+.searchrequeststep2-radio-custom::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: var(--primary);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.searchrequeststep2-checkbox-input:checked+.searchrequeststep2-checkbox-custom {
    background-color: var(--primary);
    border-color: var(--primary);
}

.searchrequeststep2-checkbox-input:checked+.searchrequeststep2-checkbox-custom::before {
    content: "\2713";
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.searchrequeststep2-btn-primary {
    background-color: var(--primary);
    border: none;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    cursor: pointer;
    border-radius: 4px;
}

.searchrequest_property_details {
    height: 420px;
    overflow-y: scroll;
    /* Ensure vertical scrolling */
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}

.searchrequest_property_details::-webkit-scrollbar {
    display: none;
    /* For Chrome, Safari, and Opera */
}


.propertyListClass {
    height: 790px;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.propertyListClass::-webkit-scrollbar {
    display: none;
    /* For Chrome, Safari, and Opera */
}


.scroll_property_type {
    height: 150px;
    overflow-y: scroll;
    /* Ensure vertical scrolling */
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}

.scroll_property_type::-webkit-scrollbar {
    display: none;
    /* For Chrome, Safari, and Opera */
}




.searchrequestsuccess-modal {
    background-color: #2233800d;
    border-radius: 10px;
    padding: 20px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    text-align: center;
    width: 100%;
}

.searchrequestsuccess-success-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.searchrequestsuccess-success-icon svg {
    width: 30px;
    height: 30px;
    fill: #6bcf73;
}

.searchrequestsuccess-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.searchrequestsuccess-message {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.searchrequestsuccess-dropdown {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
}

.searchrequestsuccess-send-btn {
    display: inline-block;
    padding: 10px 20px;
    /* background: none !important; */
    color: var(--primary);
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border: none;
}

.searchrequestsuccess-send-btn:hover {
    background-color: var(--primary);
}

.searcherq {
    border-radius: 10px;
    padding: 5px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}


.city-card:hover {
    transform: translateY(-5px);
    /* Lift on hover */
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
    /* Enhanced shadow on hover */
}

.home-card:hover {
    transform: translateY(-5px);
    /* Lift on hover */
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
    /* Enhanced shadow on hover */
}

.city-card:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    /* Start off-screen for the animation */
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: shine 1.5s;
    /* Starts the animation when hovered */
    pointer-events: none;
    /* Prevents interactions */
}


.categories-card:hover {
    /* border: 3px solid var(--primary); */
    /* border-radius: var(--border-radius-10); */
    border-radius: 12px;
    /* transform: translateY(-5px); Lift on hover */
    /* box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2); Enhanced shadow on hover */
}

.categories-card:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    /* Start off-screen for the animation */
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);

    animation: shine 1.5s;
    /* Starts the animation when hovered */
    pointer-events: none;
    /* Prevents interactions */
}


.property-card:hover {
    transform: translateY(-5px);
    /* Lift on hover */
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.5);
    /* Enhanced shadow on hover */
}



.recently-card:hover {
    box-shadow: 3px 3px 10px #0030FF;
}


.image-part-loader {
    height: 100%;
    /* Match the height of the image part */
    /* Light background */
    min-height: 250px;
    /* Adjust as needed to match your design */
}


@keyframes shine {
    0% {
        left: -50%;
    }

    50% {
        left: 30%;
    }

    100% {
        left: 50%;
    }
}



#modalproductdetails {
    z-index: 1200;
}

.recent_remove {
    background-color: white;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    font-size: 20px;
    position: absolute;
    top: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    margin: 10px;
    z-index: 100;
}


.map-text-box {
    left: 32%;
    top: 11%;
    /* transform: translateX(-50%); */
    background: white;
    border: 1px solid #ccc;
    border-radius: 10px;
    /* position: absolute; */
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    display: flex;
    z-index: 5;
    font-size: 15px;
    align-items: center;
}

.map-text-box input[type="checkbox"] {
    margin-right: 8px;
}

.map-text-box label {
    margin: 0px;
}

.card-title,
.property-title {
    cursor: pointer;
}

.card-title {
    cursor: pointer;
}

@media (max-width: 1025px) {
    .custom_nav {
        top: -30px;
    }

    .map-text-box {
        left: 22%;
        top: 12%;
    }

    .custom-button1 {
        top: 12.5%;
        left: calc(100% - 72%);
    }
}

@media (max-width: 768px) {
    .custom_nav {
        top: -30px;
    }

    .map-text-box {
        left: 5%;
        top: 16%;
    }

    .custom-button1 {
        top: 5.5%;
        left: calc(50% - 115px);
    }
}

@media (max-width: 425px) {
    .custom_nav {
        top: -32px;
    }

    .map-text-box {
        left: 27%;
        top: 13%;
    }

    .custom-button1 {
        top: 6%;
        left: calc(50% - -25px);
    }
}

@media (max-width: 376px) {
    .custom_nav {
        top: -35px;
    }

    .map-text-box {
        left: 30%;
        top: 13%;
    }

    .custom-button1 {
        top: 8%;
        left: 8%;
    }
}

@media (max-width: 320px) {
    .custom_nav {
        top: -35px;
    }

    .custom_nav-item .custom_nav-link {
        padding: 10px;
    }

    .map-text-box {
        left: 34%;
        top: 13%;
        FONT-SIZE: small;
    }

    .custom-button1 {
        top: 13%;
        left: 62%;
    }

    .savesearch-radio-group {
        display: block;
    }
}


/* Written by Harsh Chudasama */
/* .filter-container label {
    margin-bottom: 0rem !important;
} */

.text-decoration-underline {
    text-decoration: underline;
}

/* Reset Bootstrap Default Icon */
.navbar-toggler .navbar-toggler-icon {
    background-image: none !important;
    /* Remove Bootstrap's default icon */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.8em;
    height: 1.8em;
    position: relative;
    transition: all 0.3s ease-in-out;
    /* Smooth transition */
}

/* Default hamburger icon */
.navbar-toggler .navbar-toggler-icon::before {
    content: "\2630";
    /* Unicode for hamburger icon */
    font-size: 1.8em;
    transition: opacity 0.3s ease-in-out;
    /* Smooth fading */
    position: absolute;
}

/* Close icon when expanded */
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
    content: "\2716";
    /* Unicode for "X" close icon */
    font-size: 1.8em;
    opacity: 1;
}

/* Smoothly hide the hamburger icon when expanded */
.navbar-toggler.collapsed .navbar-toggler-icon::before {
    opacity: 1;
}

/* Smooth icon rotation effect */
.navbar-toggler .navbar-toggler-icon {
    transform: rotate(0deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    transform: rotate(180deg);
    /* Rotate when expanded */
    transition: transform 0.3s ease-in-out;
}


@media (max-width: 1200px) {
    .modal-backdrop {
        z-index: 10 !important;
    }

    /* .modal {
        left: 350px !important;
    } */
}

@media (width: 820px) {
    .map-text-box {
        top: 9% !important;
        left: 41% !important;
    }

    .custom-button1 {
        top: 9% !important;
        left: calc(50% - -21px) !important;
    }
}

.custom-border-bottom:not(.active) {
    border-bottom: 4px solid rgba(0, 0, 0, 0.1) !important;
}

.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius);
    border-top-left-radius: var(--bs-border-radius);
}

.rounded-end {
    border-bottom-right-radius: var(--bs-border-radius);
    border-top-right-radius: var(--bs-border-radius);
}

.dropdown-with-selectopen .dropdown-toggle::after {
    display: none !important;
}

#filter-sidebar #from_surface::before,
#filter-sidebar #from_price::before {
    content: "";
    display: inline-block;
    left: 118%;
    width: 13px;
    height: 13px;
    position: absolute;
    bottom: 12px;
    /* right: 0; */
    z-index: 9;
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.337' height='7.626' viewBox='0 0 13.337 7.626'%3E%3Cpath id='Icon_ionic-ios-arrow-down' data-name='Icon ionic-ios-arrow-down' d='M12.859,16.573,17.9,11.526a.949.949,0,0,1,1.346,0,.961.961,0,0,1,0,1.35l-5.714,5.718a.951.951,0,0,1-1.314.028L6.465,12.88a.953.953,0,1,1,1.346-1.35Z' transform='translate(-6.188 -11.246)'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
}

#filter-sidebar .dropdown-with-selectopen.show #from_surface::before,
#filter-sidebar .dropdown-with-selectopen.show #from_price::before {
    transform: rotate(180deg);
    bottom: 20px;
}

.dropdown-with-selectopen.show {
    border: var(--primary) !important;

}

.map-icon-align {
    height: 16px;
    width: 16px;
    margin-right: 5px;
}

.categories-card .detail-part {
    background: unset;
}

.profile-sidebar-wrapper {
    width: 280px;
    min-height: calc(100vh - 150px);
    transition: transform 0.3s ease;
}

.profile-sidebar-wrapper.open {
    transform: translateX(0);
}

@media (max-width: 992px) {
    .profile-sidebar-wrapper {
        transform: translateX(-100%);
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        z-index: 1050;
    }

    #sidebarToggle {
        position: fixed;
        height: 42px;
        top: 245px;
        left: 20px;
        z-index: 100;
    }
}

@media (max-width: 376px) {
    #sidebarToggle {
        top: 335px;
    }
}

.profile-sidebar-wrapper.open+#sidebarToggle {
    display: none !important;
}

.close-icon-position {
    right: 0 !important;
}

.sidebar-position-align {
    height: calc(100vh - 80px);
}

.search-home-box .select-country-wrap .select2-selection__rendered {
    display: flex !important;
    overflow-x: auto !important;
    flex-wrap: inherit !important;
}

.wrap-location .select2-selection__choice {
    text-wrap: initial !important;
}

.select2-selection__choice {
    width: 100% !important;
    overflow: visible;
}

.select-country-wrap .select2-selection__choice {
    width: 100% !important;
    overflow: visible;
}

.filter-page-section-section .select2-selection__choice {
    width: unset !important;
}

.select-country-wrap .select2-container--open .select2-search.select2-search--inline {
    width: 100%;
    border: 1px solid;
    border-color: white;
}

.realista-banner~.select2-container.select2-container--open:has(#select2-city-results) .select2-dropdown.select2-dropdown--below {
    left: -1px !important;
}

@media (max-width: 520px) {
    .realista-banner~.select2-container.select2-container--open:has(#select2-city-results) .select2-dropdown.select2-dropdown--below {
        width: 318px !important;
    }
}

@media (min-width: 521px) and (max-width: 768px) {
    .realista-banner~.select2-container.select2-container--open:has(#select2-city-results) .select2-dropdown.select2-dropdown--below {
        width: 172px !important;
    }
}

@media (width: 820px) and (height: 1180px) {

    .realista-banner~.select2-container.select2-container--open:has(#select2-city-results) .select2-dropdown.select2-dropdown--below {
        width: 172px !important;
    }
}

@media (min-width: 999px) {
    .realista-banner~.select2-container.select2-container--open:has(#select2-city-results) {
        width: 18.5% !important;
    }
}

@media (min-width: 577px) and (max-width: 767px) {
    .realista-banner~.select2-container.select2-container--open:has(#select2-city-results) .select2-dropdown.select2-dropdown--below {
        width: 240px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.25px) {
    .realista-banner~.select2-container.select2-container--open:has(#select2-city-results) .select2-dropdown.select2-dropdown--below {
        width: 172px !important;
    }
}

@media (min-width: 991.26px) and (max-width: 1199px) {
    .realista-banner~.select2-container.select2-container--open:has(#select2-city-results) .select2-dropdown.select2-dropdown--below {
        width: 230px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .realista-banner~.select2-container.select2-container--open:has(#select2-city-results) .select2-dropdown.select2-dropdown--below {
        width: 277px !important;
    }
}

@media (min-width: 1400px) {
    .realista-banner~.select2-container.select2-container--open:has(#select2-city-results) .select2-dropdown.select2-dropdown--below {
        width: 318px !important;
    }
}

/* @media (min-width: 1801px) {
      .realista-banner ~ .select2-container.select2-container--open:has(#select2-city-results) .select2-dropdown.select2-dropdown--below {
        width: 277px !important;
    }
} */

/* @media (max-width : 676.5px) {

    .realista-banner ~ .select2-container.select2-container--open:has(#select2-city-results) .select2-dropdown.select2-dropdown--below{
        width: 100% !important;
    }
} */

/* .select2-container {
    width: 100% !important;
}

.select2-dropdown {
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: auto !important;
    min-width: 100% !important;
} */


.filter-pages~.select2-container.select2-container--default.select2-container--open:has(#select2-city-results) {
    left: 49px !important;
}

.filter-pages~.select2-container.select2-container--open:has(#select2-city-results) .select2-dropdown.select2-dropdown--below {
    width: 260px !important;
}

.filter-pages~.select2-container.select2-container--open:has(#select2-city-results) {
    top: 178px !important;
}

.filter-pages~.select2-container.select2-container--open:has(#select2-city-results) .select2-dropdown.select2-dropdown--below {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.favorites-tab .nav-item:first-child .nav-link {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.favorites-tab .nav-item.second-child .nav-link {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.favorites-tab .nav-item:last-child .nav-link {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.select2-results__options {
    box-shadow: 0px 11px 39px -16px rgba(0, 0, 0, 0.5) !important;
    width: 100% !important;
}

.select-price-wrap .dropdown-menu.show,
.select-surface-wrap .dropdown-menu.show {
    box-shadow: 0px 11px 39px -16px rgba(0, 0, 0, 0.5) !important;
}

.select-price-wrap {
    position: relative;
    font-family: 'Arial', sans-serif;
}

.dropdown-toggle-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: unset !important;
    border: none !important;
    padding: 0px 0px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dropdown-toggle-btn:hover {
    background-color: #e9ecef;
    border-color: #adb5bd;
}

.dropdown-menu {
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 15px;
    margin-top: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.custom-dropdown-menu {
    width: 100%;
    max-width: 400px;
}

.select2jsopen {
    width: 100%;
    font-size: 14px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 5px;
}

.select2jsopen:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

#price-dropdown {
    border: none !important;
}

@media (max-width: 376px) {
    .submit-property-btn {
        width: 100%;
    }
}

.nav-lang {
    position: relative;
    font-family: Arial, sans-serif;
}

.nav-lang ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-lang>ul>li {
    position: relative;
}

.nav-lang>ul>li>.dropdown-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

.nav-lang>ul>li>.dropdown-toggle svg {
    transition: transform 0.2s ease;
}

.nav-lang>ul>li:hover>.dropdown-toggle svg {
    transform: rotate(180deg);
}

.nav-lang>ul>li>.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    /* width: 25% !important; */
    background: #fff;
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    padding: 5px 0;
}

.nav-lang>ul>li:hover>.dropdown-menu {
    display: block;
}

.nav-lang>ul>li>.dropdown-menu>li {
    margin: 0;
}

.nav-lang>ul>li>.dropdown-menu>li>.dropdown-item {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.nav-lang>ul>li>.dropdown-menu>li>.dropdown-item:hover,
.nav-lang>ul>li>.dropdown-menu>li>.dropdown-item.active {
    background-color: #f0f3f8;
    color: var(--primary);
    /* width: 25% ; */
}

.nav-lang .dropdown-menu {
    min-width: 5rem !important;
}

.nav-lang .dropdown-toggle::after {
    margin-left: unset !important;
}

.flag-size {
    height: 14px !important;
    width: 20px !important;
}

#propertyListData .slick-list.draggable,
.slick-track,
.slick-slide {
    height: 100% !important;
}

#propertyListData .slick-current.slick-active div {
    height: 100% !important;
}



/* Arrow Icon */
.arrow-icon {
    width: 12px;
    height: 12px;
    border: solid #495057;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

/* Dropdown Menu */
.dropdown-menu {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.select2jsopen {
    width: 100%;
    font-size: 14px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    padding: 0.375rem;
}

.select2jsopen:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* .select2-search__field {
    margin-top: 2px !important;
} */

/* .select2-selection__rendered {
    display: flex !important;
    flex-direction: row !important;
    overflow: auto !important;
} */

.custom-transform {
    transform: translate3d(-68px, 46px, 0px) !important;
}

.select2-results__options {
    /* transform: translate(0px, 8px) !important; */
}

/* .cities-section .slick-slide div {
    height: 100% !important;
}

.cities-section .slick-slide.slick-active div {
    height: 100% !important;
} */

.section-space.bg-light .titleproperty .title {
    font-size: 37.89px !important;
}

.categories-section .slick-general .slick-slide div {
    position: relative !important;
}

.categories-section .slick-general .slick-slide .category-names {
    position: absolute !important;
    bottom: 0 !important;
}

.categories-section .image-part:hover {
    filter: brightness(0.7);
}

.from-to_text-size,
.select2-selection__placeholder {
    font-size: 16px !important;
}

.select-country-wrap .select2-selection__rendered {
    box-shadow: unset !important;
}

.select-country-wrap,
.filter-content.filter-search {

    .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search--inline:only-child .select2-search__field,
    .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear+li.select2-search--inline .select2-search__field {
        width: 205.99px !important;
    }
}

.logo-size {
    height: 14px;
    width: 14px;
}

.badge-position {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    border-radius: 0.8rem;
}


.dropdown-grid .select2-selection__rendered {
    display: flex !important;
    flex-direction: row !important;
}

.slider-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 15px;
    color: #6c757d;
}

.new-input-tag {
    position: relative;
}

.input-tag__input {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.input-tag__label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0 8px;
    border: thin solid rgba(185, 189, 209, .5);
    background-color: #fff;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.43;
    font-weight: 600;
    letter-spacing: -.28px;
    color: #6f7178;
    transition: all .2s ease;
}

.development-icon-size {
    height: 18px;
    width: 18px;
}

.dropdown-surface {
    color: var(--body-color);
    font-weight: 400;
    font-size: initial;
}

.select-country-wrap .select2-search.select2-search--inline {
    margin-top: 4px !important;
}

.meter-square {
    font-size: 16px;
}

.filter-heading {
    color: #24211c;
}

.select2-selection__placeholder {
    color: #24211c !important;
}

.logo-img-size {
    height: 25px;
    width: 100%;
}

.custom-container {
    padding: 0 15px !important;
}

.select-country-wrap .d-block.filter-heading {
    transform: translate(14px, 7px);
}

.wrap-location.city-search-dropdown .select-country-wrap .select2-search__field {
    position: relative;
    left: 1px;
}

.realista-banner~.select2-container.select2-container--open:has(#select2-city-results) .select2-results__option.select2-results__message {
    position: relative;
    left: 9px;
}

.custom-object-fit {
    object-fit: cover !important;
}

.custom-object-fit-none {
    object-fit: none !important;
}

.fit-none {
    object-fit: none !important;
}

.fit-cover {
    object-fit: cover !important;
}

.fit-contain {
    object-fit: contain !important;
}


.search-home-box .select-country-wrap .select2-selection__rendered {
    transform: translate(0px, 3px);
    /* padding: 0px 15px !important; */
}

.pagination-custom-space {
    margin-top: 87px;
    margin-bottom: 33px;
}

.hammer-icon-position {
    margin-bottom: 1rem;
    margin-right: 1rem;
}


.custom-border-color {
    background: #dde1f6;
    border-color: var(--primary);
}

.favorites-tab.no-wrapTab button.bg-white:hover,
button.bg-white:focus {
    color: unset !important;
    background-color: #dde1f6 !important;
    border-color: var(--primary);
}

.note-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limit to one line */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.note-text.expanded {
    -webkit-line-clamp: unset;
    /* Remove line clamp when expanded */
    white-space: normal;
}

.filter-search:has(.select2-container--open) {
    border: 2px solid var(--primary);
}

.double-dropdown-border .filter-content:focus-within {
    border: 2px solid var(--primary);
}

/* Custom styles for the slider */
.range-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    /* Set a visible height */
    border-radius: 5px;
    background: var(--primary) !important;
    outline: none;
    opacity: 0.9;
    transition: opacity 0.2s;
}

.range-slider:hover {
    opacity: 1;
}

/* Track styling */
.range-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    background: var(--primary) !important;
    border-radius: 5px;
}

/* Thumb styling for Webkit browsers */
.range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background: var(--primary) !important;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -6px;
}

/* Thumb styling for Firefox */
.range-slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: var(--primary) !important;
    border-radius: 50%;
    cursor: pointer;
}

/* Hide default slider styling */
#energy-slider {
    height: 6px !important;
    /* Ensure it's visible */
}


.new-input-tag:hover {
    background-color: transparent !important;
}

.select2-container.select2-container--default.wide {
    display: none !important;
}

.mobile-view-image {
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

@media (min-width: 1181px) {
    .mobile-view-image {
        height: 356px;
        position: relative;
        right: -63px;
    }
}

@media (max-width: 821px) {
    .mobile-view-image {
        object-fit: cover;
        aspect-ratio: 2 / 1.2;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .qr-section-textpart {
        padding: 30px 20px;
    }

    .qrcard {
        height: unset !important;
        margin: 0;
    }
}

#property_description {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.85) 30%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.1) 85%, rgba(0, 0, 0, 0) 100%) !important;
    color: black !important;
    display: inline-block !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

#property_description.expanded {
    background: none !important;
    color: black !important;
    -webkit-text-fill-color: initial !important;
    background-clip: initial !important;
}


#property_description p {
    margin-bottom: 0rem !important;
}

.cross-icon {
    padding: 0.65rem 0.75rem !important;
}


.title.custom-descriptions {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Limit to 4 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    /* Prevents long words from breaking layout */
}

.section-bottom-spacing {
    margin-bottom: 92px;
}

/* .select2-selection__choice {
    background-image: linear-gradient(to right, var(--primary) 0%, #aeb7e1 51%, #d9dce5 100%);
}
.select2-selection__choice {
   margin: 10px;
   padding: 15px 45px;
   text-align: center;
   text-transform: uppercase;
   transition: 0.5s;
   background-size: 200% auto;
   color: white;
   box-shadow: 0 0 20px #eee;
   border-radius: 10px;
   display: block;
 }

 .select2-selection__choice:hover {
   background-position: right center;
   color: #fff;
   text-decoration: none;
 } */


.animation-class:hover::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: shine 1.5s;
}

.animation-class {
    position: relative;
    overflow: hidden;
}

.onhover-no-ellipsis {
    overflow: visible;
}

.modal-header .close .bg-primary {
    padding: 1rem 1rem !important;
}

.searchrequest_property_details .form-check-input {
    margin-left: unset !important;
}

.searchrequest_property_details .form-check-label {
    margin-left: 1.25rem !important;
}

.image-position {
    position: relative;
    right: -2%;
}

.fs-heightbox {
    height: 100% !important;
    background-color: #eeeff0;
    object-fit: cover;
    aspect-ratio: 5/3.5;
}

.mini-footer {
    padding: 38px 0px 49px 0px;
}

.find-home-radio .form-check-label:hover {
    background-color: #254ae5;
}

@media (max-width: 520px) {
    .savesearch-alert-settings .animation-class {
        overflow: unset;
    }
}


/* css for scroll property images */
.image-scroll-container {
    position: relative;
    /* height: 1000px; */
    /* Set a fixed height */
    overflow-y: auto;
    scroll-behavior: smooth;
    border-radius: 10px;
    padding: 10px;
    background: #f8f9fa;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Hide default scrollbar */
.image-scroll-container::-webkit-scrollbar {
    width: 6px;
}

.image-scroll-container::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 10px;
}

.image-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 205px;
}

.image-box {
    position: relative;
    transition: transform 0.3s ease-in-out;
}

.image-box img {
    width: 100%;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out, opacity 0.3s;
}

.image-box:hover img {
    transform: scale(1.05);
    opacity: 0.9;
}

/* 360 View Icon Overlay */
.icon-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-overlay img {
    width: 25px;
    height: 25px;
}

/* Scroll Buttons */
.scroll-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    cursor: pointer;
    padding: 8px 15px;
    font-size: 18px;
    border-radius: 50%;
    transition: 0.3s;
}

.top-btn {
    top: 5px;
}

.bottom-btn {
    bottom: 5px;
}

.scroll-btn:hover {
    background: black;
}


/* favourite icon on property on google map css */
.btn-wishlist {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    padding: 8px 12px;
    font-size: 20px;
    z-index: 10;
}

.comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
}

.comparison-table th,
.comparison-table td {
    padding: 12px 15px;
    text-align: center;
    border: 1px solid #e0e0e0;
}

.comparison-table thead th {
    background-color: #c1d2e6;
    color: #060606;
    font-weight: bold;
}

.comparison-table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.comparison-table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.comparison-table td img {
    border-radius: 8px;
    width: 100px;
    height: auto;
}

.highlight {
    background-color: #e3f2fd;
    font-weight: bold;
    color: #5d5d64;
}

.step-1 {
    display: flex;
    flex-direction: column;
    height: 100%;
    /* Ensure it takes full height */
}

.searchrequest-input-group {
    flex-grow: 1;
    /* Allows the dropdown to take available space */
}

.searchrequest-next-btn {
    width: 100%;
    position: relative;
    /* No need for absolute positioning */
    margin-top: auto;
    /* Pushes the button to the bottom */
}

.searchrequeststep2-col.checkbox-position {
    display: flex;
    flex-wrap: nowrap !important;
}

.searchrequeststep2-col.checkbox-position {
    display: flex;
    flex-wrap: nowrap !important;
}

.image-scroll-container {
    max-height: 890px;
    /* Adjust height as needed */
    overflow-y: auto;
    padding-right: 10px;
    /* Prevents content from being cut off */
}

/* Styling for the image itself */
.cross-cancel-icon {
    display: block;
    width: 50px;
    /* Adjust size as needed */
    height: 50px;
    /* Adjust size as needed */
    color: inherit;
    /* Ensure the icon inherits the color from its parent */
}

/* Styling for the image itself */
.cross-cancel-icon {
    display: block;
    width: 50px;
    /* Adjust size as needed */
    height: 50px;
    /* Adjust size as needed */
    fill: inherit;
    /* Ensure the icon's fill color inherits from the parent */
}

.close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    /* Adjust size */
    height: 40px;
    border: none;
    border-radius: 8px;
    /* Rounded corners */
    font-size: 20px;
    /* Adjust icon size */
    cursor: pointer;
    transition: background 0.3s ease-in-out, fill 0.3s ease-in-out;
    /* Added fill transition */
}

/* Hover effect */
.close-btn:hover {
    background-color: #e02b3d;
}

.close-btn:hover .cross-cancel-icon {
    fill: white;
    /* Change the fill color of the SVG icon to white on hover */
}

@media (max-width: 520px) {
    .responsive-wrap-direction {
        flex-wrap: wrap;
        flex-direction: column;
    }
}

/* select2 design start */
.select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 16px;
    line-height: 1.5;
    background: #FFFFFF;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19'><path fill='%23838D99' d='M13.98 12.57a2 2 0 0 1 1.93.52l2.5 2.5a2 2 0 0 1-2.82 2.82l-2.5-2.5a2 2 0 0 1-.52-1.93l-1.38-1.37a7 7 0 1 1 1.42-1.42l1.37 1.38zm-3.37-2.03a5 5 0 1 0-7.08-7.08 5 5 0 0 0 7.08 7.08z'></path></svg>");
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 20px 20px;
    border: 1px solid #C5CBD5;
    box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.20);
    border-radius: 8px;
    padding: 0.5em 1em 0.5em 2.5em;
    width: 100% !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
    color: #838D99;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none;
    border: 1px solid #84A2FA;
}

/* select2 design end */


.badge-spacer {
    height: 30px;
}


/* Your existing featured badge with improvements */
/* Featured badge - Gold/Yellow theme */
.featured-badge {
    position: absolute;
    top: -7px;
    left: 1px;
    background-color:  #ffda2a;
    /* Brighter gold */
    color: #FFFFFF;
    font-weight: 800;
    /* Bolder text */
    font-size: 12px;
    padding: 5px 15px 5px 10px;
    /* More padding */
    border-left: 4px solid #f4c200;
    /* Darker gold border */
    border-bottom-right-radius: 6px;
    z-index: 1;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px !important;
}

/* VIP badge - Premium purple/pink gradient */
.vip-badge {
    position: absolute;
    top: -7px;
    left: 106px;
    /* Adjusted spacing */
    background-color: rgb(187, 165, 61);
    /* Brighter gold */
    color: #FFFFFF !important;
    /* White text for better contrast */
    font-weight: 800;
    font-size: 12px;
    padding: 5px 15px 5px 10px;
    border-left: 4px solid rgb(219, 199, 107);
    border-bottom-right-radius: 6px;
    z-index: 1;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px !important;
}

/* Icon colors */
.featured-badge i {
    color: #FFFFFF;
    margin-right: 6px;
}

.vip-badge i {
    color: #FFFFFF;
    margin-right: 6px;
}

select.no-caret {
    -webkit-appearance: none !important;
    /* Chrome, Safari */
    -moz-appearance: none !important;
    /* Firefox */
    appearance: none !important;
    /* Standard */
    background-image: none !important;
    background-color: white !important;
    border: 1px solid #ccc !important;
    padding-right: 1rem !important;
}


/* Base styles - hide text by default */
.clear-text {
    display: none;
    white-space: nowrap;
    /* Prevent text from breaking into multiple lines */
    margin-left: 8px;
    /* Space between icon and text */
}

/* Show text on mobile and iPad */
@media screen and (max-width: 768px) {
    .clear-text {
        display: inline-block;
    }
}

/* Button styling */
.close-btn {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
}

.hover-primary-color:hover {
    color: var(--primary) !important;
}


/* auth modals animation  */

.floating-label-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.floating-label-group input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: transparent;
    transition: border-color 0.4s ease;
}

.floating-label-group label {
    position: absolute;
    top: 12px;
    left: 12px;
    color: #aaa;
    pointer-events: none;
    transition: 0.2s ease all;
    background: white;
    padding: 0 4px;
}

/* Float label when focused */
.floating-label-group input:focus+label {
    top: -8px;
    left: 10px;
    font-size: 12px;
    color: #254ae5;
}

/* Black border on focus before typing */
.floating-label-group input:focus:not(.typing) {
    border-color: black;
}

/* Fade out border after typing */
.floating-label-group input.typing {
    border-color: transparent !important;
}

/* Hide label if field is filled */
.floating-label-group input.filled+label {
    opacity: 0;
    visibility: hidden;
}

.animation-class-no-overflow {
  position: relative;
}

/* Make left column sticky */
@media (min-width: 1181px) {
    .sticky-left {
        position: sticky;
        top: 0;
        height: 100vh;
    }
}


@media (min-width: 376px) and (max-width: 999px) {
    .agent-section-width .slick-track {
        width: 100% !important;
    }
}
