:root {
    --primary-color: #55A0DA;
    --secondary-color: #014478;
    --color-white: #fff;
    --color-black: #000;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
}

body {
    padding-top: 80px;
    font-family: "Outfit", sans-serif;
    overflow-x: hidden;
}

/* Custom Styles */


.hero-gradient {
    background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);
}

.property-card {
    transition: transform 0.3s ease;
}

.property-card:hover {
    transform: translateY(-5px);
}

.nav-link {
    transition: color 0.3s ease;
    min-width: max-content;
}

.btn-primary {
    background: #3B82F6;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background: #2563EB;
}




.estimate-section {
    background: linear-gradient(135deg, #EFF6FF 0%, #DBEAFE 100%);
}

#logo {
    width: 150px;
}

.navbar-brand {
    display: flex;
    justify-content: center;
    justify-self: center;
    width: fit-content;
}

/* Custom Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.animate-fade-in {
    animation: fadeIn 0.5s ease-in;
}

header {
    width: 100vw;
}

header .navbar .container-fluid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    margin: 0 auto;
    padding: 0 1rem;
}

button.navbar-toggler {
    display: none;
}

.navbar-nav {
    flex-direction: row !important;
    justify-content: flex-end;
    width: 100%;
}

.navbar-nav .nav-item {
    margin-right: 10px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--primary-color);
    font-weight: 500;
}



.banner_sec {
    height: 751px;
}

.banner_sec .banner_left_pannel {
    background-color: var(--primary-color);
    border-radius: 40px;

}

.banner_sec .banner_left_pannel h1 {
    line-height: 142.857%;
    letter-spacing: 3.5px;
}

.banner_sec .banner_right_pannel {
    border-radius: 40px;
    overflow: hidden;
}

.banner_sec .banner_right_pannel img.building_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 20%;
}

.banner_sec .elena_parker_sec {
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    height: 250px;
    display: flex;
    align-items: flex-end;
    border-radius: 15px;
    overflow: hidden;
    border: .5rem solid #fff;
}

.elena_parker_sec_content {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 2;
}

.elena_parker_sec_content p {
    font-size: 11px;
    font-weight: 600;
    font-style: italic;
    color: var(--secondary-color);
}

.elena_parker_sec_content h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--secondary-color);
    display: flex;
    align-items: flex-start;
    gap: 3px;
}

.elena_parker_sec_content h4 svg {
    min-width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
}

.estimate_sec {
    width: 250px;
    height: 220px;
    border-radius: 25px;
    bottom: 20px;
    right: 20px;
    background-color: var(--color-white);
    background-image: url(../images/estimate_img.png);
    background-size: 70%;
    background-position: right bottom;
    background-repeat: no-repeat;
    display: flex;
}

.estimate_sec_content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.user-photo {
    width: 250px;
    height: 250px;
}

.user-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.estimate_sec p {
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.estimate_sec a {
    background-color: var(--secondary-color) !important;
    color: var(--color-white) !important;
    padding: 10px 20px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 700;
    width: 100%;
    min-height: 56px;
    border: 0 !important;
}

.discover_properties_sec h2 {
    font-size: 40px;
    font-weight: 700;
    color: var(--color-black);
}

.city-card {
    height: 698px;
    overflow: hidden;
}

.city-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.city-card1,
.city-card3 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    padding: 0 20px;
}

.city-card1 .top-image {
    height: 195px;
    overflow: hidden;
}

.city-card1 .bottom-image {
    height: calc(698px - 215px);
}

.city-card2 {
    height: 698px;
}

.city-card3 .top-image {
    height: 275px;
    overflow: hidden;
}

.city-card3 .bottom-image {
    height: calc(698px - 295px);
}

.free-estimate-sec {
    background-image: url(../images/free_estimate.png);
    background-size: 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 795px;
}

.free-estimate-sec_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    position: relative;
    top: 30%;
}

.free-estimate-sec_content .custonm-btn {
    background-color: var(--secondary-color);
    color: var(--color-white);
    padding: 10px 70px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 700;
}

.app-download-sec_content h2 {
    font-size: 50px;
    font-weight: 700;
    color: var(--color-black);
    line-height: normal;
    letter-spacing: 3.5px;
}

.app-download-sec_content h2 span {
    color: #707070;
    font-size: 40px;
}

.app-download-sec_content h4 {
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
    color: var(--color-black);
}

.app-download-sec_content p span.font-bold {
    font-size: 30px;
    font-weight: 600;
    line-height: 30.929px;
    color: var(--color-black);
}

.footer_grid_item:first-child {
    padding-right: 38%;
}

.footer_grid_item h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--secondary-color);
    line-height: 120%;
}

.footer_grid {
    grid-template-columns: 2fr 1fr 1fr;
    border-radius: 30px 30px 0 0;
    background: #E3EFFF;
    padding: 50px;
}

.copyright_sec {
    border-radius: 0px 0px 30px 30px;
    background: #E3EFFF;
}

.banner-top-arrow-item {
    width: 50px;
    height: 50px;
    background-color: #cae2f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* transform: rotate(-45deg); */
    cursor: pointer;
    position: relative;
    top: -7px;
    animation: pulse 2s infinite;
}

.banner-top-arrow-item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(202, 226, 244, 0.7);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(202, 226, 244, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(202, 226, 244, 0);
    }
}

.banner-top-arrow {
    /* background-color: var(--color-white); */
    padding: 15px;
    border-radius: 0 40px;
    top: -2px;
    right: -2px;
}

.banner-top-arrow::before {
    content: '';
    position: absolute;
    width: 112px;
    height: 119px;
    background-image: url(../images/reversecurver5.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 40px;
    top: -10px;
    right: 0px;
    z-index: -1;
}

.search-sec {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--color-white);
    border-radius: 50px;
    padding: 10px;
}

.search-sec::before {
    content: '';
    position: absolute;
    top: 11px;
    left: -15px;
    width: 675px;
    height: 100%;
    background-image: url(../images/reversecurve4.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

/* .search-sec::before {
    content: '';
    position: absolute;
    top: 8px;
    left: -36px;
    width: 100px;
    height: 100px;
    background-image: url(../images/reversecurve3.png);
    background-size: 72px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50px;
    padding: 10px;
    z-index: -1;
}

.search-sec::after {
    content: '';
    position: absolute;
    top: 8px;
    right: -45px;
    width: 100px;
    height: 100px;
    background-image: url(../images/reversecurve3.png);
    background-size: 72px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50px;
    padding: 10px;
    z-index: -1;
} */

.main-wrapper {
    min-height: calc(100vh - 476px);
}

.search-sec_content {
    width: 625px;
}

.search-sec_content .search_btn {
    top: 50%;
    transform: translateY(-50%);

}

.search-sec_content input {
    border-radius: 50px;
    background: #F5F5F5;
    box-shadow: 5px 3px 10px 0px rgba(0, 0, 0, 0.15) inset;
    width: 100%;
    height: 64px;
    padding: 10px 30px 10px 60px;
    outline: 0;
}

/* Font Weight Classes */
.font-light {
    font-weight: 300;
}

.font-regular {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}



/* Responsive Adjustments */
@media (max-width: 768px) {
    .hero-text {
        text-align: center;
    }

    .app-section {
        flex-direction: column;
        text-align: center;
    }
}

/* Slick Slider Custom Styles */
.property-slider {
    margin: 0 -15px;
}

.property-slider .slick-slide {
    padding: 0 15px;
}

.property-slider .slick-prev,
.property-slider .slick-next {
    display: none !important;
}

.property-slider .slick-track {
    display: flex;
    align-items: stretch;
}

.property-slider .slick-slide {
    height: auto;
}

.property-slider .slick-slide img {
    height: 256px;
    border-radius: 20px;
}

.property-card-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
}

.property-card-content h3 {
    text-align: left;
    margin-right: auto;
}

.discover_properties_sec_heading h4 {
    font-size: 40px;
}

/* Slider Navigation Buttons */
.prev-btn,
.next-btn {
    transition: all 0.3s ease;
}

.prev-btn:hover,
.next-btn:hover {
    transform: scale(1.1);
}

/* Slider Item Hover Effect */
.property-slider .slick-slide>div {
    transition: transform 0.3s ease;
}

.property-slider .slick-slide>div:hover {
    transform: translateY(-5px);
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .property-slider {
        margin: 0 -10px;
    }

    .property-slider .slick-slide {
        padding: 0 10px;
    }
}

@media (max-width: 640px) {
    .property-slider {
        margin: 0 -5px;
    }

    .property-slider .slick-slide {
        padding: 0 5px;
    }
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 1);
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    transition: all 0.3s ease;
    padding: .5rem 0;
}

header.scrolled {
    padding: 0.5rem 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.language-selector svg {
    width: 20px;
    height: 20px;
}

.language-selector .current-language {
    padding: 5px;
    border: 0px solid #ccc;
    border-radius: 5px;
    color: var(--color-black);
    display: flex;
    align-items: center;
    grid-gap: 10px;
    min-width: 120px;
}

.language-selector .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 1;
    width: 100%;
    min-width: 77px;
}

.language-selector .dropdown a {
    color: #000;
    justify-content: center;
    border-bottom: 1px solid #ccc;
    display: block;
    width: 100%;
    padding: 10px;
}

.language-selector .dropdown a:last-child {
    border-bottom: 0;
}

.copyright_sec p {
    font-size: 14px;
}

.details-slider {
    display: flex;
    padding-top: 20px;
}

.details-slider .f-carousel {
    width: 70%;
}

.details-slider .f-thumbs {
    width: 30%;
}

.details-slider img {
    width: 100%;
    height: 80vh;
    border-radius: 30px;
    object-fit: cover;
}

.content-holder {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 30px;
    justify-content: space-between;
    margin-top: 30px;
}

.content-holder .content-left {
    padding: 20px;
    border-radius: 15px;
}

.content-holder .content-left h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.content-holder .content-left p {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.content-holder .content-left p svg {
    width: 15px;
    height: 15px;
}

.summary-features {
    border: 1px solid #e0e0e0;
    border-radius: 14px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    overflow: hidden;
    margin-top: 20px;
}

.feature {
    align-items: center;
    border-right: 1px solid #e0e0e0;
    display: flex;
    gap: 12px;
    padding: 20px;
}

.feature:last-child {
    border-right: 0;
}

.property-details-holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.property-details h4 {
    margin-bottom: 15px;
    color: var(--secondary-color);
}

.property-details small {
    color: var(--secondary-color);
}

.property-items p {
    color: var(--secondary-color);
    font-weight: 500;
}

.content-right {
    padding: 20px;
    border-radius: 20px;
    background: #E3EFFF;
}

.remarks {
    margin-top: 15px;
}

.remarks h4 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.cta-btn-holder {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 20px;
}

.cta-btn-holder a.cta-btn {
    background-color: var(--secondary-color);
    padding: 10px 30px;
    color: #fff;
    border-radius: 40px;
    margin: 0 auto;
    min-width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 56px;
}

.cta-btn-holder a.cta-btn svg {
    margin-right: 5px;
}

.listing-section-holder {
    display: grid;
    grid-template-columns: 350px 3fr;
    grid-gap: 50px;
    align-items: flex-start;
    margin-top: 40px;
}

.filter-items input,
.search-label input {
    padding: 12px;
    border-radius: 20px;
    background: #E3EFFF;
    border: 0;
    color: var(--secondary-color);
    font-size: 14px;
    min-height: 64px;
    font-weight: 500;
}

.search-label {
    position: relative;
    margin-bottom: 20px;
}

.search-label svg {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

/* .search-label input {
    padding-left: 30px;

} */

.search-label label {
    position: absolute;
    width: 100%;
}


.filter-items {
    margin-bottom: 20px;
}

.filter-items input,
.filter-items input::placeholder {
    color: var(--secondary-color);
}

.search-label svg path {
    fill: #ccc;
}

/* the code below is for the dropdown heading */
.setting-description {
    background-color: #1c2028;
    border-radius: 15px 15px 0px 0px;

    min-width: 231.5px;
    width: 100% !important;
    max-width: 483px;
}

h10 {
    font-size: 12px;
    margin-left: 5px !important;
    letter-spacing: 0.8px;
    font-family: Arial !important;
}

.setting-description-text {
    padding-top: 18px !important;
    color: #81828b;
    font-family: Gilroy-Regular !important;
}

/* the code below is for the dropdown menu */
.wrapper-dropdown,
.wrapper-dropdown_bbb .dropdown-toggle {
    position: relative;
    display: inline-block;
    min-width: 231.5px;
    width: 100%;
    max-width: 483px;
    padding: 20px 15px;
    min-height: 44px;
    border-radius: 20px;
    background: #E3EFFF;
    text-align: left;
    color: var(--secondary-color);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
}


.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.arrow {
    margin-left: 10px;
    margin-right: 10px;
    float: right;
    rotate: 180deg;
}

svg {
    transition: all 0.3s;
}

.wrapper-dropdown::before {
    position: absolute;
    top: 50%;
    right: 16px;

    margin-top: -2px;

    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #fff transparent;
}

.rotated {
    transform: rotate(-180deg);
}

.wrapper-dropdown .dropdown {
    transition: 0.3s;

    position: absolute;
    top: 120%;
    right: 0;
    left: 0;

    margin: 0;
    padding: 0;

    list-style: none;

    z-index: 99;

    border-radius: 15px;
    box-shadow: inherit;
    background: inherit;

    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    opacity: 0;
    visibility: hidden;
}

.wrapper-dropdown .dropdown li {
    padding: 0 15px;
    line-height: 45px;
    overflow: hidden;
    border-bottom: 2px solid #e2e2e2;
    color: var(--secondary-color);
}

.wrapper-dropdown .dropdown li:last-child {
    border-bottom: none;
}

.dropdown {
    padding: 0.5rem !important;
}



/* .wrapper-dropdown .dropdown li:hover {
    background-color: rgb(35, 40, 49);
    border-radius: 10px;
} */

.wrapper-dropdown.active .dropdown {
    opacity: 1;
    visibility: visible;

    border-radius: 15px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}


.wrapper-dropdown_bbb .dropdown.bootstrap-select {
    padding: 0 !important;
}

/* .wrapper-dropdown_bbb .dropdown-toggle {
    display: none;
} */

.wrapper-dropdown_bbb .dropdown.bootstrap-select select.selectpicker {
    display: none;
}

/* .wrapper-dropdown_bbb .dropdown.bootstrap-select select.selectpicker::option {
    background-color: var(--secondary-color);
} */

.wrapper-dropdown_bbb .dropdown-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    outline: 0 !important;
    min-height: 64px;
    color: var(--secondary-color) !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: 0 !important;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: #E3EFFF;
    color: var(--secondary-color);
}

.dropdown-menu {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background-color: transparent;
    min-height: max-content !important;
    top: 180%;
}

.dropdown-menu.open {
    display: block;
}

.dropdown-menu .dropdown-menu {
    position: relative;
    display: block;
    padding: 0.5rem;
    background-color: #E3EFFF;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #E3EFFF;
}

.dropdown-menu .dropdown-menu li {
    padding: 0;
    line-height: 45px;
    overflow: hidden;
    border-bottom: 2px solid #e2e2e2;
    color: var(--secondary-color);
}

.dropdown-menu .dropdown-menu li.active a {
    background-color: var(--secondary-color);
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    display: none;
}

.search-result-header {
    margin-bottom: 20px;
}

.result-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    align-items: flex-start;
    padding-bottom: 50px;
}


.property-card {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* background-color: #fff;
    box-shadow: 0 2px 8px #0000001a; */
    color: inherit;
    display: block;
    overflow: hidden;
    text-decoration: none;
    transform: translateZ(0);
    transform-origin: center center;
    transition: all 1s;
    will-change: transform;
}

.property-image {
    height: 250px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.property-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.favorite-btn {
    align-items: center;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: #ffffffe6;
    background: #0003;
    border: none;
    border-radius: 50%;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    height: 50px;
    justify-content: center;
    padding: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all .3s ease;
    width: 50px;
}

.favorite-btn.active svg path {
    fill: red;
}

.status {
    align-items: center;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background: #0003;
    border-radius: 10px;
    bottom: 10px;
    display: flex;
    gap: 8px;
    left: 15px;
    margin-bottom: 10px;
    padding: 10px;
    position: absolute;
}

.status-dot {
    background-color: #1e2125;
    border-radius: 50%;
    height: 8px;
    width: 8px;
}

.status span {
    color: #f1f1f1;
    font-size: 12px;
    font-weight: 500;
}

.status-dot.active {
    background-color: #4caf50;
}

.property-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px 10px;
    position: relative;
}

.property-title {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.location {
    align-items: flex-start;
    display: flex;
    gap: 6px;
    margin: 0;
}

.location span {
    color: #666;
    font-size: 14px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.property-details {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0px;
    justify-content: flex-start;
    margin-top: auto;
    position: static;
}

.detail-row {
    display: contents;
}

.detail-item {
    align-items: center;
    display: flex;
    gap: 6px;
}

.detail-item span {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.price-type {
    align-items: baseline;
    display: flex;
    gap: 10px;
    margin-bottom: 0;
}

.price {
    color: #333;
    font-size: 18px;
    font-weight: 700;
}

.mobile-filter-btn {
    display: none;
}

#nav-icon2 {
    width: 30px;
    height: 25px;
    position: relative;
    margin: 0px 10px 0px 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon2 svg {
    width: 100%;
    height: 100%;
}

#nav-icon2 svg path {
    fill: var(--secondary-color);
}


#nav-icon2 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    background: var(--secondary-color);
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon2.open span {
    width: 100%;
}

#nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
    top: 0px;
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
    top: 5px;
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
    top: 10px;
}

#nav-icon2.open span:nth-child(5),
#nav-icon2.open span:nth-child(6) {
    display: none;
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
    left: 5px;
    top: 7px;
}

#nav-icon2.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
}

#nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
    left: 5px;
    top: 29px;
}

#nav-icon2.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 29px;
}

.freeestimate-sec {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.freeestimate-sec .row {
    justify-content: center;
}

.form-group {
    margin-bottom: 1rem;
}

.form_grid {
    border-radius: 20px;
}

.freeestimate-sec .btn-sec,
.contact-sec .btn-sec {
    text-align: right;
}

.freeestimate-sec .btn-sec .btn.btn-thm,
.contact-sec .btn-sec .btn.btn-thm {
    background-color: var(--secondary-color);
    color: #fff;
    border-radius: 40px;
    font-size: 16px;
    padding: 10px 30px;
    min-height: 56px;
}

.main-title h2 {
    color: #484848;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 30px;
    font-weight: 700;
}

.about_content h4 {
    font-weight: 700;
    font-size: 22px;
    display: flex;
    align-items: center;
    position: relative;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.about_content p {
    font-size: 14px;
    color: #787878;
    line-height: 1.714;
    margin-bottom: 40px;
}

.contact-sec .row {
    justify-content: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.form_grid h4 {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
    color: var(--secondary-color);
}



.about-sec-header .main-title {
    width: 60%;
    margin: 70px auto 0;
}



.faq-container {

    width: 100%;
    margin: 50px auto 0;
}

.faq {
    margin: 20px 0;
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid #CFCFCF;
}

.faq:hover {
    transform: translateY(-5px);
}

.faq.active {
    border-radius: 20px;
    border: 1.5px solid #55A0DA;
    color: #878787;
}

.faq-title {
    margin: 0 35px 0 0;
    font-size: 20px;
    transition: color 0.3s ease;
    color: var(--secondary-color);
    font-weight: 700;
}

.faq.active .faq-title {
    color: var(--secondary-color);
}

.faq-text {
    display: none;
    margin: 30px 0 0;
    font-size: 1.1rem;
    line-height: 1.5;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq.active .faq-text {
    display: block;
}

.faq-toggle {
    background-color: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    padding: 0;
    position: absolute;
    top: 30px;
    right: 30px;
    height: 30px;
    width: 30px;
    color: #000;
    transition: all 0.3s ease;
}

.faq.active .faq-toggle {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}

.faq-toggle:hover {
    transform: scale(1.1);
}

.faq-toggle .fa-chevron-down {
    display: none;
}

.faq .faq-toggle .fas {
    color: var(--secondary-color);
}

.faq.active .faq-toggle .fas {
    display: block;
    color: var(--secondary-color);
}

.faq.active .faq-toggle .fa-chevron-up {
    display: none;
}

.faq-toggle:focus {
    outline: 0;
}

.property-card-content p {
    text-align: right;
}

.freeestimate-sec-holder {
    display: flex;
    align-items: center;
    gap: 30px;
}

.freeestimate-sec-holder .freeestimate-left {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}

.freeestimate-sec-holder .freeestimate-right {
    width: 100%;
}

.contact-holder {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-top: 20px;
}

.contact-holder .contact-left {
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
}

.home_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home_grid .home_grid_parent {
    display: flex;
    width: 100%;
}

.home_grid .home_grid_child {
    padding: 10px;
    width: 30%;
    /* height: 320px; */
    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer;
}

.home_grid .home_grid_parent.odd_row .home_grid_child:last-child,
.home_grid .home_grid_parent.even_row .home_grid_child:first-child {
    width: 69.7%;
}

.properti_city {
    margin-bottom: 30px;
    position: relative;
}

.home_grid_child .properti_city {
    margin-bottom: 0px;
    height: 100%;
}

.properti_city .thumb {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 320px;
}

.properti_city .thumb img {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.properti_city .overlay {
    /* background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0.01) 0%, rgba(79, 79, 79, 73%) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.01)), color-stop(100%, rgba(79, 79, 79, 73%)));
    background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.01) 0%, rgba(79, 79, 79, 73%) 100%);
    background: -o-linear-gradient(270deg, rgba(255, 255, 255, 0.01) 0%, rgba(79, 79, 79, 73%) 100%);
    background: -ms-linear-gradient(270deg, rgba(255, 255, 255, 0.01) 0%, rgba(79, 79, 79, 73%) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.01) 0%, rgba(79, 79, 79, 73%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#1d293e', GradientType=0); */
    /* border-radius: 0px 0px 10px 10px; */
    /* bottom: 0;
    height: 100%;
    left: 0;
    position: relative;
    right: 0;
    text-align: center; */
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    transition: all 1s;
    padding: 30px 50px;
    background-color: #ffffff6b;
    border-radius: 15px;
    border: 1px solid #fff;
    backdrop-filter: blur(2px);
}


.properti_city .overlay .details {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.properti_city .overlay .details h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    min-width: max-content;
}

.properti_city .overlay .details p {
    min-width: max-content;
}

.search_option_button button#search_button {
    width: 100%;
    background-color: var(--secondary-color);
    color: var(--color-white);
    min-height: 64px;
    border-radius: 20px;
    padding: 12px;
}

.close-filter {
    display: none;
    transition: all 1s;
}

.filter-holder.open-filter .close-filter {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -38px;
    background-color: #fff;
    width: 40px;
    height: 40px;
    z-index: 9;
    background-color: var(--color-white);
    box-shadow: -1px 0 4px #ccc;
    border-radius: 10px 0 0 10px;
}

.filter-holder.open-filter .close-filter svg {
    width: 20px;
    height: 20px;
}

.filter-holder.open-filter .close-filter svg path {
    fill: var(--secondary-color);
}

.more-btn {
    display: flex;
    justify-content: center;
    justify-self: center;
    align-items: center;
    background-color: var(--secondary-color);
    color: var(--color-white);
    padding: 10px 40px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 700;
    margin-top: 5px;
    min-width: fit-content;
    max-width: min-content;
    margin: 5px auto 0;
    min-height: 56px;
}

.more-btn a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#back-to-top {
    display: inline-block;
    /* background-color: var(--secondary-color); */
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

/* #back-to-top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
} 

#back-to-top:hover {
    cursor: pointer;
    background-color: #333;
}

#back-to-top:active {
    background-color: #555;
}*/

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.liquidGlass-wrapper {
    box-shadow: 0 6px 6px #0003, 0 0 20px #0000001a;
    color: #000;
    cursor: pointer;
    display: flex;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    transition: all .4s cubic-bezier(.175, .885, .32, 2.2);
}

.liquidGlass-effect {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    filter: url(#glass-distortion) saturate(100%) brightness(1.15);
    inset: 0;
    isolation: isolate;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.liquidGlass-shine {
    box-shadow: inset 2px 2px 1px 0 #ffffff80, inset -1px -1px 1px 1px #ffffff80;
    inset: 0;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

#back-to-top span {
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.custonm-btn {
    background-color: var(--secondary-color);
    color: var(--color-white);
    padding: 10px 70px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 700;
}



.btn-sec-content .custonm-btn i {
    margin-left: 10px;
}

.discover_header_sec .arrow-btn {
    transition: all 1s;
}

.discover_header_sec .arrow-btn:hover {
    background-color: #000;
}

.discover_header_sec .arrow-btn:hover svg path {
    stroke: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link svg {
    display: none;
}

.dropdown-menu .dropdown-menu li:last-child {
    border-bottom: 0;
}

.f-thumbs__viewport {
    justify-content: center;
}


.details-slider {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

#myCarousel {
    grid-column: 1 / 3;
    width: 100%;
}

.f-thumbs.is-classic {
    grid-row: 2;
    width: 100%;
}

.content-right {
    grid-column: 3;
}

.content-holder {
    grid-template-columns: 1fr;
}

.f-thumbs__viewport {
    justify-content: flex-start;
}

.content-right.mobile-only {
    display: none;
}

@media (max-width:1440px) and (min-width:1281px) {
    .banner_sec .banner_left_pannel h1 {
        padding-right: 20%;
    }


}


@media (max-width:1440px) and (min-width:993px) {
    .free-estimate-sec {
        background-size: cover;
    }


}

@media (max-width:1280px) and (min-width:993px) {
    .about-sec .banner_sec {
        height: 50vh;
    }

    .content-holder {
        grid-template-columns: 2fr 1fr;
    }

    .feature {
        padding: 10px;
    }

    .property-details-holder {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }

    .cta-btn-holder a.cta-btn {
        padding: 10px 15px;
    }

    .freeestimate-sec-holder {
        align-items: center;
    }

    .estimate_sec {
        bottom: 100px;
    }

    .banner_sec .banner_left_pannel h1 {
        padding-right: 25%;
    }

    .banner_sec .elena_parker_sec {
        bottom: 280px;
    }

    .language-selector {
        margin-left: 10px;
    }

    .navbar-nav {
        padding-right: 0 !important;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .content-holder {
        grid-template-columns: 1fr;
    }
}

@media (max-width:992px) and (min-width:768px) {
    .banner_sec .elena_parker_sec {
        bottom: 51%;
    }

    .banner_sec {
        height: 100vh;
    }

    .estimate_sec {
        bottom: 120px;
    }

    .cities-sec-row .col-md-4 {
        width: 50%;
    }

    .cities-sec-row .col-md-4:nth-child(3) {
        width: 100%;
    }

    /* .city-card.city-card3 {
        flex-direction: row-reverse;
        margin-top: 20px;
    }

    .city-card.city-card3 .top-image {
        height: 100%;
        width: 50%;
    }

    .city-card.city-card3 .bottom-image {
        width: 50%;
    } 

    .city-card3 .bottom-image {
        height: 100%;
    }*/

    .free-estimate-sec {
        background-size: cover;
    }

    .app-download-sec-row {
        flex-direction: column;
    }

    .app-download-sec-row .relative.w-1\/3 {
        width: 50%;
    }

    .app-download-sec-row .app-download-sec_content {
        width: 100%;
        text-align: center;
    }

    .app-download-sec_content .btn-sec-content {
        justify-content: center;
    }

    button.navbar-toggler {
        display: flex;
        width: fit-content;
        margin-left: auto;
    }


    .navbar-nav {
        flex-direction: column !important;
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        color: var(--secondary-color);
    }

    .nav-link {
        /* color: var(--color-white); */
        color: #000;
    }

    .result-list {
        grid-template-columns: 1fr;
    }

    .about-sec .banner_sec {
        height: 70vh;
    }

    .about-sec .banner_sec .banner_left_pannel {
        height: 30vh;
    }

    .listing-section-holder {
        grid-template-columns: 1fr;
        margin-top: 0;
        grid-gap: 20px;
    }

    .mobile-filter-btn {
        display: flex;
        align-items: center;
        font-size: 14px;
    }

    .filter-holder {
        /* visibility: hidden; */
        position: absolute;
        transition: transform 0.5s;
        z-index: 9999;
        background-color: #fff;
        top: 0;
        height: auto;
        width: 100%;
        padding: 20px;
        display: none;
    }

    .filter-holder.open-filter {
        display: flex;
        position: absolute;
        z-index: 99;
        top: 40px;
        background-color: #fff;
        width: 100%;
        right: 0;
        padding: 20px;
        height: auto;
        box-shadow: 0px 2px 12px 2px #00000057;
        transition: transform 0.5s;
        border-radius: 10px;
    }

    .filter-holder.open-filter form {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }


    .filter-holder.open-filter form .search-label {
        width: 100%;
    }

    .filter-holder.open-filter form .drop-section-holder.property_type {
        width: 100%;
    }

    .filter-holder.open-filter form .filter-items {
        width: calc(50% - 8px);
    }

    .filter-holder.open-filter form .drop-section-holder {
        width: calc(50% - 8px);
    }

    .wrapper-dropdown,
    .wrapper-dropdown_bbb .dropdown-toggle {
        min-width: 100%;
    }

    .filter-holder.open-filter form .search_option_button {
        width: 100%;
    }

    .result-list {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 10px;
    }

    .left-filter-sec {
        position: relative;
    }

}

@media (max-width: 767px) {
    button.navbar-toggler {
        display: flex;
        justify-content: flex-end;
        width: fit-content;
        margin-left: auto;
    }

    .search-sec_content {
        width: 100%;
    }

    .banner_sec {
        height: auto;
    }

    .banner_sec .banner_left_pannel h1 {
        margin-top: -20%;
        margin-left: 10px;
        font-size: 2rem;
    }

    .banner_sec .banner_left_pannel {
        height: 42vh;
    }

    .banner_sec .banner_right_pannel {
        height: 42vh;
    }

    .banner_sec .elena_parker_sec {
        bottom: auto;
        top: 41%;
        transform: translate(-50%, -50%);
    }

    .estimate_sec {
        bottom: 20px;
        left: 50%;
        right: 50%;
        transform: translateX(-50%);
        height: 200px;
    }

    .search-sec::before {
        width: 120%;
        left: -35px;
        top: 27px;
    }

    .discover_header_sec {
        flex-direction: column;
    }

    .cities-sec-row {
        grid-gap: 20px;
    }

    .property-cities .title_holder {
        flex-direction: column;
        align-items: center;
    }

    .property-cities .title_holder .discover_properties_sec_heading {
        margin-bottom: 10px;
        text-align: center;
    }

    .free-estimate-sec {
        background-size: cover;
        background-position: bottom;
        padding: 3rem 1.5rem !important;
        height: 550px;
    }

    .free-estimate-sec_content {
        top: 0;
    }

    .free-estimate-sec_content button.custonm-btn {
        letter-spacing: 1px;
    }

    .free-estimate-sec_content h2 {
        font-size: 1.5rem;
        text-align: center;
    }

    .free-estimate-sec_content p {
        text-align: center;
    }

    .btn-sec {
        flex-direction: column;
    }

    .btn-sec button {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 20px;
    }

    .app-download-sec-row {
        flex-direction: column;
    }

    .app-download-sec-row div {
        width: 100%;
    }

    .footer_grid {
        grid-template-columns: 1fr;
    }

    .footer_grid_item:first-child {
        padding-right: 0;
    }

    .navbar-nav {
        flex-direction: column !important;
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        color: var(--secondary-color);
    }

    .nav-link {
        /* color: var(--color-white); */
        color: #000;
    }

    .app-download-sec_content h2 {
        font-size: 1.5rem;
    }

    .app-download-sec_content h2 span {
        font-size: 1.5rem;
    }

    .app-download-sec_content h4 {
        font-size: 1.5rem;
    }

    .app-download-sec_content p span {
        font-size: 1.5rem;
    }

    .app-download-sec_content p span#home_activation_text {
        font-size: .8rem;
    }

    .app-download-sec_content p {
        background-color: #fff;

        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: .8rem;
        border-radius: 10px;
        position: relative;
    }

    /* .app-download-sec_content p::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: #2563EB;
        background: linear-gradient(90deg, rgba(37, 99, 235, 1) 0%, rgba(1, 68, 120, 1) 100%);
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        display: flex;
        z-index: -1;
    } */

    .offcanvas {
        max-width: 80%;
        height: 100dvh;
    }

    header nav a.navbar-brand {
        display: none;
    }

    header .navbar .container-fluid {
        grid-template-columns: 1fr 1fr;
    }

    header nav .offcanvas-header a.navbar-brand {
        display: block;
    }

    .search-sec {
        position: relative;
        padding: 10px 0;
    }

    .search-sec::before {
        display: none;
    }
}

@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        height: 100vh;
        background-color: var(--color-white);
        padding: 2rem;
        transition: right 0.3s ease;
        z-index: 1050;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
        visibility: hidden;
    }

    .navbar-collapse.show {
        right: 0;
        visibility: visible;
    }

    .navbar-collapse .navbar-nav {
        flex-direction: column !important;
        align-items: flex-start;
        margin-top: 2rem;
    }

    /* Cross button inside navbar-collapse */
    .side_close_btn.close-btn {
        position: absolute;
        top: 1rem;
        right: 1rem;
        font-size: 2rem;
        background: none;
        border: none;
        cursor: pointer;
        color: var(--secondary-color);
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: all 0.3s ease;
    }

    .side_close_btn.close-btn:hover {
        background-color: rgba(0, 0, 0, 0.05);
        transform: rotate(90deg);
    }

    /* Overlay when sidebar is open */
    .sidebar-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1040;
        display: none;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .sidebar-overlay.show {
        display: block;
        opacity: 1;
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        color: var(--secondary-color);
    }

    .nav-link {
        /* color: var(--color-white); */
        color: #000;
    }

    .language-selector .current-language {
        color: var(--color-black);
    }

    .language-selector svg path {
        fill: var(--color-black);
    }

    header .navbar .container-fluid {
        padding: 0;
    }

    .details-slider {
        flex-direction: column;
    }

    .details-slider .f-carousel {
        width: 100%;

    }

    .details-slider .f-thumbs {
        width: 100%;
    }

    .image-slider-holder .container {
        padding-left: 0;
        padding-right: 0;
    }

    .details-content .container {
        padding-left: 0;
        padding-right: 0;
    }

    .summary-features {
        grid-template-columns: repeat(5, 1fr);
    }

    .content-holder {
        grid-template-columns: 1fr;
    }

    .feature {
        padding: 10px;
    }

    .cta-btn-holder {
        position: relative;
        bottom: 0;
    }

    .freeestimate-sec .container {
        padding: 0;
    }

    .freeestimate-sec-holder {
        flex-direction: column;
    }

    .contact-sec .container {
        padding: 0;
    }

    .contact-holder {
        flex-direction: column;
        padding-top: 0;
    }

    .properti_city .overlay {
        padding: 15px 30px;
    }

    .form_grid h4 {
        margin-bottom: 0;
    }

    /* .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        border-bottom: 1px solid #ccc;
    } */

    section.about {
        margin-top: -50%;
    }

    section.about .faq-container {
        margin-top: 25%;
    }

    .about-sec-header .main-title {
        font-weight: 500;
        background-color: #ffffff5c;
        border-radius: 30px;
        padding: 20px;
        backdrop-filter: blur(5px);
        border: 1px solid #fff;
        width: 80%;
    }

    .about-sec-header .main-title h2 {
        font-size: 24px;
        font-weight: 500;
    }

    .freeestimate-sec .btn-sec,
    .contact-sec .btn-sec {
        text-align: center;
    }

    .content-right.desktop-only {
        display: none;
    }

    .details-slider .f-thumbs {
        grid-column: 1 / 3;
    }

    .content-right.mobile-only {
        display: flex;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .navbar-brand {
        font-size: 1.2rem;
    }

    .navbar-toggler {
        padding: 0.25rem 0.5rem;
    }

    .listing-section-holder {
        grid-template-columns: 1fr;
        margin-top: 0;
        grid-gap: 20px;
    }

    .result-list {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 10px;
    }

    .property-image {
        height: 200px;
    }

    .property-content {
        padding: 10px;
        gap: 8px;
    }

    .property-title {
        font-size: 16px;
        display: flex;
        flex-direction: column;
    }

    .property-title span.type {
        margin-left: 0;
    }

    .location svg {
        min-width: 10px;
    }

    .property-details {
        gap: 5px;
    }

    .price {
        font-size: 16px;
    }

    .mobile-filter-btn {
        display: flex;
        align-items: center;
        font-size: 14px;
    }

    /* .filter-holder {
        position: absolute;
        transform: translate3d(120%, 0, 0);
        perspective: 1000px;
        transition: transform 0.5s;
        z-index: 9999;
        background-color: #fff;
        top: 0;
        height: 100vh;
        width: 85%;
        padding: 20px;
    }

    .filter-holder.open-filter {
        display: flex;
        flex-direction: column;
        position: fixed;
        z-index: 9999;
        top: 0;
        background-color: #fff;
        width: 85%;
        right: 0;
        padding: 20px;
        height: 100vh;
        box-shadow: -2px 0 12px #00000057;
        visibility: visible;
        transform: translate3d(0, 0, 0);
        transition: transform 0.5s;
    } */

    .left-filter-sec {
        position: relative;
    }

    .filter-holder {
        /* visibility: hidden; */
        position: absolute;
        transition: transform 0.5s;
        z-index: 9999;
        background-color: #fff;
        top: 0;
        height: auto;
        width: 100%;
        padding: 20px;
        display: none;
    }

    .filter-holder.open-filter {
        display: flex;
        position: absolute;
        z-index: 99;
        top: 40px;
        background-color: #fff;
        width: 100%;
        right: 0;
        padding: 20px;
        height: auto;
        box-shadow: 0px 2px 12px 2px #00000057;
        transition: transform 0.5s;
        border-radius: 10px;
    }

    .filter-holder.open-filter form {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }


    .filter-holder.open-filter form .search-label {
        width: 100%;
    }

    .filter-holder.open-filter form .drop-section-holder.property_type {
        width: 100%;
    }

    .filter-holder.open-filter form .filter-items {
        width: calc(50% - 8px);
    }

    .filter-holder.open-filter form .drop-section-holder {
        width: calc(50% - 8px);
    }

    .wrapper-dropdown,
    .wrapper-dropdown_bbb .dropdown-toggle {
        min-width: auto;
    }

    .filter-holder.open-filter form .search_option_button {
        width: 100%;
    }

    .content-holder {
        grid-template-columns: 1fr;
        margin-top: 0;
    }

    .summary-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .summary-features .feature {
        padding: 10px;
    }

    .feature-label {
        font-size: 12px;
        color: #525961;
    }

    .feature-value {
        font-size: 12px;
        color: #000;
    }

    .feature:last-child {
        border-right: 1px solid #e0e0e0;
    }

    .property-card-content {
        grid-template-columns: 1fr;
    }

    p.text-2xl.font-bold {
        font-size: 1rem;
    }

    .about-sec.py-12 {
        padding-top: 0;
    }

    .about-sec .banner_sec .banner_left_pannel {
        height: 30vh;
    }

    .about-sec .banner_sec .banner_left_pannel h1 {
        margin-top: 0;
    }

    .about-sec-header .main-title {
        width: 100%;
        margin: 30px auto 0;
    }

    .about-sec-header .main-title h2 {
        font-size: 22px;
    }

    .faq-title {
        font-size: 18px;
    }

    .faq-text {
        font-size: .875rem;
    }

    .faq-toggle {
        top: 25px;
    }

    .copyright_sec {
        padding: 0 50px 1.5rem;
    }

    .property-card-content p {
        text-align: left;
    }

    .listing-section.px-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .content-holder .content-left {
        padding: 20px 0;
    }

    .details-slider {
        flex-direction: column;
    }

    .details-slider .f-carousel {
        width: 100%;

    }

    .details-slider .f-thumbs {
        width: 100%;
    }

    .image-slider-holder .container {
        padding-left: 0;
        padding-right: 0;
    }

    .details-content .container {
        padding-left: 0;
        padding-right: 0;
    }

    .cta-btn-holder {
        position: relative;
        bottom: 0;
    }

    .freeestimate-sec .container {
        padding: 0;
    }

    .freeestimate-sec-holder {
        flex-direction: column;
    }

    .home_grid .home_grid_parent {
        flex-direction: column;
    }

    .home_grid .home_grid_child {
        width: 100%;
    }

    .home_grid .home_grid_parent.odd_row .home_grid_child:last-child,
    .home_grid .home_grid_parent.even_row .home_grid_child:first-child {
        width: 100%;
    }

    .app-download-sec_content p span.font-bold br {
        display: none;
    }

    .property-card-content h3 {
        font-size: 12px;
        text-transform: uppercase;
    }

    .property-card-content p.text-2xl.font-bold {
        font-size: 12px;
    }

    .location {
        gap: 3px;
    }

    .location span {
        font-size: 12px;
    }

    .wrapper-dropdown_bbb .dropdown-toggle {
        padding: 12px;
        min-height: auto;
    }

    .filter-items input,
    .search-label input {
        min-height: auto;
    }

    .search_option_button button#search_button {
        min-height: auto;
    }

    .top-banner-holder {
        padding-top: 0 !important;
    }

    .btn-sec-content .custonm-btn {
        width: 100%;
        text-align: center;
    }

    section.about {
        margin-top: -65%;
    }

    section.about .faq-container {
        margin-top: 20%;
    }

    .about-sec-header .main-title h2 {
        color: #000;
        font-weight: 500;
        /* background-color: #ffffff5c;
        border-radius: 30px;
        padding: 20px;
        backdrop-filter: blur(5px);
        border: 1px solid #fff; */
        font-size: 18px;
    }

    section.freeestimate-sec {
        padding-top: 0;
    }

    /* .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        border-bottom: 1px solid #ccc;
    } */

    .discover_properties_sec_heading {
        text-align: center;
        margin-bottom: 20px;
    }

    .contact-holder .contact-left {
        height: 192px;
    }

    section.discover-sec,
    section.property-cities {
        padding-top: 0;
    }

    section.free-estimate-sec-home {
        padding-top: 0;
    }

    /* section.container.free-estimate-sec-about {
        padding-left: 0;
        padding-right: 0;
    } */


    .navbar-expand-lg .navbar-nav .nav-link svg {
        width: 20px;
        height: 22px;
        display: flex;
    }

    .navbar-nav .nav-link {
        display: flex;
        gap: 10px;
    }

    .language-selector .current-language {
        padding-left: 0;
    }

    .navbar-nav .nav-link.active svg path {
        stroke: var(--secondary-color);
        fill: var(--secondary-color);
    }

    p.empty-property {
        grid-column: 1 / 3;
        text-align: center;
        margin-top: 50px;
    }

    .f-thumbs.is-modern .f-thumbs__slide {
        transform: unset !important;
    }

    .f-thumbs.is-modern .f-thumbs__viewport {
        display: flex;
        justify-content: left;
        overflow-y: auto;
    }

    /* .f-thumbs.is-classic {
        display: grid;
        justify-content: flex-start;
        min-height: 96px;
    }

    .f-thumbs__viewport {
        justify-items: flex-start;
    } */
    .content-right.desktop-only {
        display: none;
    }

    .details-slider .f-thumbs {
        grid-column: 1 / 3;
    }

    .content-right.mobile-only {
        display: flex;
        margin-top: 30px;
    }
}

@media (max-width:410px) {
    .banner_sec .elena_parker_sec {
        width: 210px;
        height: 210px;
    }

    .banner_sec .banner_left_pannel h1 {
        font-size: 1.7rem;
    }

    .elena_parker_sec_content h4 {
        font-size: 1rem;
    }

    .estimate_sec p {
        font-size: 1rem;
    }

    .user-photo {
        width: 210px;
        height: 210px;
    }

    .estimate_sec {
        height: 160px;
    }

    .estimate_sec p {
        margin-bottom: 0;
    }
}