@import url(https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap);

.light-background,
:root {
    --surface-color: #ffffff;
}

.dark-background,
:root {
    --contrast-color: #ffffff;
}

.header,
.header .dl-top-bar {
    transition: 0.5s;
}

.index-page.scrolled .header,
:root {
    --background-color: #ffffff;
}

.map-overlay,
.scroll-top {
    opacity: 0;
    visibility: hidden;
}

.div2,
.div3,
.div4 {
    grid-column-start: 3;
}

@font-face {
    font-family: Nord-Regular;
    src: url(../fonts/Nord-Regular.ttf) format("truetype");
}

@font-face {
    font-family: Ekstra-Medium;
    src: url(../fonts/Ekstra-Medium.otf) format("truetype");
}

:root {
    --default-font: "Nord-Regular", sans-serif;
    --heading-font: "Cormorant", serif;
    --nav-font: "NORD", sans-serif;
    --para-text: "Ekstra-Medium", sans-serif;
    --swiper-navigation-size: 15px;
    --default-color: var(--dl-black);
    --heading-color: #9e3a22;
    --accent-color: #9e3a22;
    --dl-green: #414e3f;
    --dl-red: #9e3a22;
    --dl-pink: #ebb08c;
    --dl-black: #000000;
    --dl-white: #ffffff;
    --nav-color: #414e3f;
    --nav-hover-color: #9e3a22;
    --nav-mobile-background-color: #ffffff;
    --nav-dropdown-background-color: #ffffff;
    --nav-dropdown-color: #414e3f;
    --nav-dropdown-hover-color: #9e3a22;
    scroll-behavior: smooth;
}

.light-background {
    --background-color: #f9f9f9;
}

.dark-background {
    --background-color: #060606;
    --default-color: #ffffff;
    --heading-color: #ffffff;
    --surface-color: #252525;
}

.header {
    z-index: 997;
}

.scrolled .header .dl-top-bar {
    padding: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    display: none !important;
}

body {
    color: var(--default-color);
    background-color: var(--background-color);
    font-family: var(--default-font);
}

a {
    color: var(--accent-color);
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: color-mix(in srgb, var(--accent-color), transparent 25%);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    font-family: var(--heading-font);
}

.scrolled .header {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}

.dl-navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e0e0e0;
    background-color: var(--dl-white);
}

.dl-navbar-brand img {
    height: auto;
    width: 140px;
}

.dl-top-bar {
    background-color: #fff;
    padding: 0.4rem 0;
    font-size: 0.875rem;
    color: var(--dl-black);
    border-bottom: 1px solid #f0f0f0;
}

.dl-top-bar .nav-link {
    color: var(--dl-green);
    padding: 0.25rem 0.75rem;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 24px;
}

.search-container .btn,
.search-container .custom-dropdown-toggle {
    line-height: 140%;
    font-size: 14px;
    padding: 0.75rem 1rem;
}

.dl-top-bar .nav-link i {
    margin-right: 5px;
    color: var(--dl-green);
}

.dl-navbar-nav .nav-link:hover {
    color: var(--dl-red);
}

.dl-btn-primary-custom {
    background-color: var(--dl-red);
    border-color: var(--dl-red);
    color: var(--dl-white);
    padding: 0.75rem;
    border-radius: 0.25rem;
    font-weight: 600;
    transition: background-color 0.3s;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    overflow: hidden;
}

.dl-btn-primary-custom:hover {
    background-color: var(--dl-white);
    border-color: var(--dl-white);
    border: 1px solid var(--dl-red);
    color: var(--dl-red);
}

.dl-btn-primary-custom::after,
.search-container .btn-primary::after {
    content: "";
    position: absolute;
    height: 350%;
    width: 200%;
    top: 0;
    left: -100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 20;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes ripple {

    100%,
    20% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@keyframes ripple {

    100%,
    20% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

.index-page .header {
    --background-color: rgba(255, 255, 255, 0);
}

.index-page.scrolled .dl-navbar,
.offcanvas-start {
    background-color: hsla(0, 0%, 100%, 0.7) !important;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.footer,
.page-title {
    color: var(--default-color);
}

.search-container .custom-dropdown-toggle,
.search-container .dropdown-toggle {
    background: #fff !important;
    box-shadow:
        0 0 1px #0003,
        0 1px 2px #0000000f,
        0 4px 8px #0000000f !important;
    display: flex;
    -webkit-appearance: none;
}

@media (min-width: 1200px) {
    .navmenu {
        padding: 0;
    }

    .navmenu ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navmenu li {
        position: relative;
    }

    .navmenu a,
    .navmenu a:focus {
        color: var(--dl-green);
        padding: 0 12px;
        font-size: 15px;
        font-family: var(--nav-font);
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: start;
        white-space: nowrap;
        transition: 0.3s;
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        transition: 0.3s;
    }

    .navmenu li:last-child a {
        padding-right: 0;
    }

    .navmenu .active,
    .navmenu .active:focus,
    .navmenu li:hover>a {
        color: var(--nav-hover-color);
    }

    .navmenu .dropdown ul {
        margin: 0;
        padding: 10px 0;
        background: var(--nav-dropdown-background-color);
        display: block;
        position: absolute;
        visibility: hidden;
        left: 14px;
        top: 130%;
        opacity: 0;
        transition: 0.3s;
        border-radius: 4px;
        z-index: 99;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    }

    .navmenu .dropdown ul li {
        min-width: 200px;
    }

    .navmenu .dropdown ul a {
        padding: 7px 15px;
        font-size: 15px;
        text-transform: none;
        color: var(--nav-dropdown-color);
    }

    .navmenu .dropdown ul a i {
        font-size: 12px;
    }

    .navmenu .dropdown ul .active:hover,
    .navmenu .dropdown ul a:hover,
    .navmenu .dropdown ul li:hover>a {
        color: var(--nav-dropdown-hover-color);
        transition: 0.3s;
    }

    .navmenu .dropdown:hover>ul {
        opacity: 1;
        top: 150%;
        visibility: visible;
        transition: 0.3s;
        border-radius: 4px;
    }

    .navmenu .dropdown .dropdown ul {
        top: 0;
        left: -90%;
        visibility: hidden;
    }

    .navmenu .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: -100%;
        visibility: visible;
    }

    .navmenu .listing-dropdown {
        position: static;
    }

    .navmenu .listing-dropdown ul {
        margin: 0 auto;
        padding: 32px;
        background: var(--nav-dropdown-background-color);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 130%;
        left: 0;
        right: 0;
        visibility: hidden;
        opacity: 0;
        visibility: hidden;
        display: flex;
        transition: 0.5s;
        border-radius: 4px;
        z-index: 99;
        width: 50%;
    }

    .navmenu .listing-dropdown ul li {
        flex: auto;
    }

    .navmenu .listing-dropdown ul li a,
    .navmenu .listing-dropdown ul li:hover>a {
        padding: 8px 0;
        color: var(--nav-dropdown-color);
        background-color: var(--nav-dropdown-background-color);
    }

    .navmenu .listing-dropdown ul li .active,
    .navmenu .listing-dropdown ul li .active:hover,
    .navmenu .listing-dropdown ul li a:hover {
        color: var(--nav-dropdown-hover-color);
        background-color: var(--nav-dropdown-background-color);
    }

    .navmenu .listing-dropdown:hover>ul {
        visibility: visible !important;
        opacity: 1;
        top: 80%;
        visibility: visible;
        width: 50%;
        margin: 0 auto;
    }
}

@media (max-width: 1199px) {
    .mobile-nav-toggle {
        color: var(--nav-color);
        font-size: 28px;
        line-height: 0;
        margin-right: 10px;
        cursor: pointer;
        transition: color 0.3s;
    }

    .navmenu {
        padding: 0;
        z-index: 9997;
    }

    .navmenu ul {
        display: none;
        list-style: none;
        position: absolute;
        inset: 60px 20px 20px 20px;
        padding: 10px 0;
        margin: 0;
        border-radius: 6px;
        background-color: var(--nav-mobile-background-color);
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    }

    .navmenu a,
    .navmenu a:focus {
        color: var(--nav-dropdown-color);
        padding: 10px 20px;
        font-family: var(--nav-font);
        font-size: 17px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: 0.3s;
        background-color: color-mix(in srgb,
                var(--accent-color),
                transparent 90%);
    }

    .navmenu a i:hover,
    .navmenu a:focus i:hover {
        background-color: var(--accent-color);
        color: var(--contrast-color);
    }

    .navmenu .active,
    .navmenu .active:focus,
    .navmenu a:hover {
        color: var(--nav-dropdown-hover-color);
    }

    .navmenu .active i,
    .navmenu .active:focus i {
        background-color: var(--accent-color);
        color: var(--contrast-color);
        transform: rotate(180deg);
    }

    .navmenu .dropdown ul {
        position: static;
        display: none;
        z-index: 99;
        padding: 10px 0;
        margin: 10px 20px;
        background-color: var(--nav-dropdown-background-color);
        border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
        box-shadow: none;
        transition: 0.5s ease-in-out;
    }

    .navmenu .dropdown ul ul,
    .navmenu .listing-dropdown ul ul {
        background-color: rgba(33, 37, 41, 0.1);
    }

    .navmenu .dropdown>.dropdown-active,
    .navmenu .listing-dropdown>.dropdown-active {
        display: block;
        background-color: rgba(33, 37, 41, 0.03);
    }

    .mobile-nav-active {
        overflow: hidden;
    }

    .mobile-nav-active .mobile-nav-toggle {
        color: #fff;
        position: absolute;
        font-size: 32px;
        top: 15px;
        right: 15px;
        margin-right: 0;
        z-index: 9999;
    }

    .mobile-nav-active .navmenu {
        position: fixed;
        overflow: hidden;
        inset: 0;
        background: rgba(33, 37, 41, 0.8);
        transition: 0.3s;
    }

    .mobile-nav-active .navmenu>ul {
        display: block;
    }

    .navmenu .listing-dropdown ul {
        position: static;
        display: none;
        z-index: 99;
        background-color: var(--nav-dropdown-background-color);
        border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
        box-shadow: none;
        transition: 0.5s ease-in-out;
    }
}

.herosection {
    background-color: #f4f8fb;
    width: 100%;
    min-height: 100dvh;
    position: relative;
    padding: 120px 0 0;
    display: flex;
    align-items: center;
}

.dl-banner-sec {
    height: 100%;
    position: relative;
    text-align: start;
    padding: 20px 40px;
}

.left-banner-content {
    position: relative;
    z-index: 10;
    max-width: 600px;
    width: 100%;
}

.left-banner-content p {
    font-style: italic;
    font-size: 1.5rem;
    color: var(--dl-green);
    line-height: 1.6;
    font-family: var(--para-text);
}

.dl-banner-sec h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-transform: capitalize;
}

.search-container {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(25px);
    border-radius: 1rem;
    padding: 1.5rem 0;
}

.search-container .nav-tabs {
    border-bottom: none;
    margin-bottom: 1rem;
}

.search-container .nav-tabs .nav-link {
    border: none;
    border-radius: 0.25rem;
    color: var(--dl-green);
    font-weight: 400;
    padding: 0.75rem 1.5rem;
    transition: 0.3s;
}

.search-container .nav-tabs .nav-link.active {
    background-color: var(--accent-color);
    color: #fff;
    border-radius: 0.25rem;
}

.custom-dropdown-toggle .bi-chevron-down {
    transition: transform 0.3s ease-in-out;
}

.custom-dropdown-toggle[aria-expanded="true"] .bi-chevron-down {
    transform: rotate(180deg);
}

.search-container .custom-dropdown-toggle {
    border: 0;
    -webkit-tap-highlight-color: transparent;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px !important;
    position: relative;
    text-align: left !important;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100% !important;
    cursor: pointer;
}

.dropdown-toggle::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    border: none;
    margin-left: 0.5rem;
    color: var(--dl-green);
}

.search-container .dropdown-toggle {
    width: 100%;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px !important;
}

.search-container .btn-primary {
    background-color: var(--dl-green);
    border-color: var(--dl-green);
    border-radius: 0.25rem;
    position: relative;
    overflow: hidden;
}

.search-container .btn-primary:hover {
    background-color: var(--dl-red);
    border-color: var(--dl-red);
}

.custom-dropdown-menu {
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    min-width: 380px;
}

.custom-dropdown-menu .form-label {
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: block;
    font-size: 13px;
}

.contactUs-form-control:focus,
.form-control:focus,
.form-select:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: 1px solid var(--dl-pink);
    outline: 1px solid var(--dl-pink);
    box-shadow: unset;
    border: 0;
}

.custom-dropdown-menu select.form-select {
    border-radius: 0.75rem;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
}

.image-marquee-container {
    height: 100dvh;
    overflow: hidden;
    position: relative;
}

.image-marquee {
    display: flex;
    height: 100%;
    white-space: nowrap;
    animation: 10s linear infinite gallerySlide;
}

.grid-set {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    display: grid;
    gap: 10px;
    padding: 0 5px;
    box-sizing: border-box;
    overflow-y: unset;
    align-content: start;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, minmax(120px, 1fr));
    grid-template-areas: "item1 item1 item2" "item3 item4 item4" "item5 item6 item6";
}

.grid-set .grid-item {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.75rem;
    box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.1);
}

.grid-set .grid-item:first-child {
    grid-area: item1;
}

.grid-set .grid-item:nth-child(2) {
    grid-area: item2;
}

.grid-set .grid-item:nth-child(3) {
    grid-area: item3;
}

.grid-set .grid-item:nth-child(4) {
    grid-area: item4;
}

.grid-set .grid-item:nth-child(5) {
    grid-area: item5;
}

.grid-set .grid-item:nth-child(6) {
    grid-area: item6;
}

@keyframes gallerySlide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.footer {
    font-size: 14px;
    position: relative;
    border-top: 1px solid #dee2e6;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/dl-footer-bg.png) 100% 100% / contain no-repeat #f4f8fb;
    align-items: center;
    opacity: 0.2;
    z-index: -1;
}

.footer .footer-newsletter {
    background-color: color-mix(in srgb, var(--accent-color), transparent 97%);
    border-top: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
    border-bottom: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
    padding: 50px 0;
}

.footer .footer-newsletter h4 {
    font-size: 24px;
}

.footer .footer-newsletter .newsletter-form {
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 6px 8px;
    position: relative;
    background-color: color-mix(in srgb,
            var(--background-color),
            transparent 50%);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    transition: 0.3s;
    border-radius: 4px;
}

.footer .footer-newsletter .newsletter-form:focus-within {
    border-color: var(--accent-color);
}

.footer .copyright,
.page-title .heading {
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .footer-newsletter .newsletter-form input[type="email"] {
    border: 0;
    padding: 4px;
    width: 100%;
    background-color: color-mix(in srgb,
            var(--background-color),
            transparent 50%);
    color: var(--default-color);
}

.footer .footer-newsletter .newsletter-form input[type="email"]:focus-visible {
    outline: 0;
}

.footer .footer-newsletter .newsletter-form input[type="submit"] {
    border: 0;
    font-size: 16px;
    padding: 0 20px;
    margin: -7px -8px -7px 0;
    background: var(--accent-color);
    color: var(--contrast-color);
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
}

.footer .footer-newsletter .newsletter-form input[type="submit"]:hover {
    background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.footer .footer-top {
    padding-top: 50px;
}

.blogs_sec .social-links a,
.footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: color-mix(in srgb, var(--accent-color), transparent 97%);
    border: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
    font-size: 16px;
    color: var(--accent-color);
    margin-right: 10px;
    transition: 0.3s;
}

.footer .social-links a:hover {
    color: var(--contrast-color);
    background-color: var(--accent-color);
}

.footer h4 {
    font-size: 1.5rem;
    font-weight: 700;
    position: relative;
    padding-bottom: 12px;
}

.footer .footer-links,
.location-section,
.popular-searches h2 {
    margin-bottom: 30px;
}

.footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-links ul i {
    margin-right: 3px;
    font-size: 12px;
    line-height: 0;
    color: var(--accent-color);
}

.footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-links ul a {
    display: inline-block;
    color: var(--dl-green);
    line-height: 1;
    font-family: var(--para-text);
}

.ExplorePropertySlider .property-card .card-heart-icon:hover,
.footer .footer-links ul a:hover,
.header-right .map-view,
.popular-searches ul li a:hover {
    color: var(--accent-color);
}

.footer .footer-about a {
    color: var(--heading-color);
    font-size: 24px;
    font-weight: 600;
    font-family: var(--heading-font);
}

.footer .footer-contact p {
    margin-bottom: 5px;
    font-family: var(--para-text);
    color: var(--dl-green);
}

.footer .copyright {
    padding-top: 25px;
    padding-bottom: 25px;
}

#what_next .dre-card-title-custom,
.accordion-body p,
.feature-item,
.footer .copyright p {
    margin-bottom: 0;
}

.footer .credits {
    margin-top: 6px;
    font-size: 13px;
}

.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background-color: var(--accent-color);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: 0.4s;
}

.scroll-top i {
    font-size: 24px;
    color: var(--contrast-color);
    line-height: 0;
}

.scroll-top:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
    color: var(--contrast-color);
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

.dre-card-custom,
.dre-card-custom:hover {
    transition:
        transform 0.3s,
        box-shadow 0.3s;
}

.page-title {
    background-color: var(--background-color);
    position: relative;
}

.page-title .heading {
    padding: 80px 0;
}

.page-title .heading h1 {
    font-size: 38px;
    font-weight: 700;
}

.page-title nav {
    background-color: color-mix(in srgb, var(--default-color), transparent 95%);
    padding: 20px 0;
}

.page-title nav ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.page-title nav ol li+li {
    padding-left: 10px;
}

.page-title nav ol li+li::before {
    content: "/";
    display: inline-block;
    padding-right: 10px;
    color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.dl_spacing {
    padding-top: clamp(2.5rem, calc(1.5rem + 5vw), 6rem);
    padding-bottom: clamp(2.5rem, calc(1.5rem + 5vw), 6rem);
}

.dre-container {
    max-width: 1200px;
}

.dre-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 30px;
    text-align: left;
    text-transform: capitalize;
    max-width: 864px;
}

#property_cards .dre-card-text-custom,
.content-item {
    text-align: center;
}

.dre-card-custom {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
    background-color: #fff;
    overflow: hidden;
}

#what_next,
.custom-swiper-container,
.property_cards {
    background-color: #f4f8fb;
}

.dre-card-custom:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.dre-card-body-custom {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dre-card-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
    color: #414e3f;
}

.dre-card-title-custom {
    font-size: 1.45rem;
    font-weight: 800;
    color: var(--dl-black);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.dre-card-text-custom {
    font-size: 1rem;
    color: var(--dl-green);
    line-height: 1.6;
    margin-bottom: 20px;
    font-family: var(--para-text);
}

.dre-arrow-icon {
    width: 20px;
    height: 20px;
    color: var(--accent-color);
    transition: transform 0.3s;
}

.dre-card-custom:hover .dre-arrow-icon {
    transform: translateX(5px);
}

#property_cards .dre-card-body-custom {
    justify-content: center;
    align-items: center;
}

.custom-swiper-container {
    width: 100%;
    height: auto;
    padding: 2rem 10px;
    position: relative;
    border-radius: 8px;
}

.custom-swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    box-sizing: border-box;
    color: #fff;
}

@media (min-width: 992px) {
    .custom-swiper-slide {
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
    }
}

.slide-image-container {
    flex: 0 0 40%;
    max-width: 40%;
    padding: 1rem;
}

.slide-image-container img {
    width: 100%;
    height: 300px;
    border-radius: 0.5rem;
    object-fit: cover;
}

.roi_box {
    background: var(--dl-green);
    padding: 15px 25px;
}

.slide-content-container {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 1rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slide-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--dl-green);
}

.slide-location {
    font-size: 0.8rem;
    font-weight: 400;
    color: var(--accent-color);
    margin-bottom: 2rem;
    line-height: 16px;
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .marquee-item-img {
        width: 250px;
        height: 170px;
    }

    .content-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.content-item {
    background: var(--dl-white);
    padding: 10px;
    border-radius: 4px;
    box-shadow: var(--bs-box-shadow-sm) !important;
}

.content-item h5 {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--dl-green);
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: Ekstra-Medium;
}

.content-item p,
.description-text,
.handover-date {
    line-height: 1.6;
    font-family: var(--para-text);
}

.content-item p {
    font-size: 1rem;
    color: var(--dl-red);
    font-weight: 900;
    margin-bottom: 0;
}

.description-text {
    margin: 1.5rem 0;
    font-size: 1rem;
    color: var(--dl-green);
}

.handover-date {
    font-size: 1rem;
    color: var(--dl-green);
    margin-bottom: 2rem;
}

.slide-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.slide-button {
    padding: 0.75rem;
    border-radius: 0.25rem;
    font-weight: 600;
    transition: background-color 0.3s;
    font-size: 14px;
    line-height: 18px;
    transition:
        background-color 0.3s,
        color 0.3s;
}

.slide-button.secondary {
    background-color: transparent;
    color: var(--accent-color);
    border: 1px solid var(--accent-color);
}

.slide-button.secondary:hover {
    background-color: var(--dl-black);
    color: var(--dl-white);
}

.custom-swiper-navigation {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 10;
}

#Exclusives_Section .swiper-button-next,
#Exclusives_Section .swiper-button-prev {
    color: var(--dl-black);
    font-size: 1rem;
    cursor: pointer;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    transition: background-color 0.3s;
}

#Exclusives_Section .swiper-button-next:hover,
#Exclusives_Section .swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

#Exclusives_Section .swiper-button-next::after,
#Exclusives_Section .swiper-button-prev::after {
    font-size: 1.5rem;
    content: "";
}

#Exclusives_Section .swiper-slide-count {
    font-size: 1.2rem;
    color: var(--accent-color);
    content: "";
}

.nav-line {
    height: 1px;
    background-color: rgba(0, 0, 0, 0.3);
    flex-grow: 1;
    margin: 0 40px;
}

.ExplorePropertySlider .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding: 0 1.5rem;
}

.ExplorePropertySlider .section-header h2 {
    color: var(--accent-color);
    margin-bottom: 0;
    font-size: 2.5rem;
    font-weight: 700;
}

.ExplorePropertySlider .filter-buttons {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 2rem;
    padding: 0 1.5rem;
    flex-wrap: wrap;
}

.ExplorePropertySlider .filter-buttons .btn {
    border-radius: 0.5rem;
    padding: 0.6rem 1.5rem;
    font-weight: 500;
    font-size: 0.95rem;
    border: 1px solid var(--border-color);
    color: var(--secondary-text-color);
    background-color: #fff;
    transition: 0.3s;
}

.ExplorePropertySlider .filter-buttons .btn.active,
.ExplorePropertySlider .filter-buttons .btn:hover {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: var(--dl-white);
}

.ExplorePropertySlider .property-card-swiper {
    padding: 0 1.5rem 2rem;
}

#what_next .dre-card-custom,
.ExplorePropertySlider .property-card-swiper .swiper-slide {
    height: auto;
}



/* old one changed by hamza */
/* .ExplorePropertySlider .property-card:hover  */
.ExplorePropertySlider .property-card-swiper .property-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
}

.ExplorePropertySlider .property-card .card-image-slider {
    position: relative;
    height: 220px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.ExplorePropertySlider .property-card .card-image-slider img {
    width: 500px;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ExplorePropertySlider .property-card .card-image-slider .swiper-pagination {
    bottom: 10px;
    text-align: right;
    padding-right: 10px;
}

.ExplorePropertySlider .property-card .card-image-slider .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.7;
    width: 8px;
    height: 8px;
    margin: 0 4px;
}

.ExplorePropertySlider .property-card .card-image-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

/* changed by hamza */

/* .ExplorePropertySlider .property-card .card-image-slider .diamond-tag,
.ExplorePropertySlider .property-card .card-image-slider .image-count {
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    padding: .25rem .75rem;
    border-radius: .3rem;
    font-size: .8rem;
    z-index: 10;
    bottom: 10px
}

.ExplorePropertySlider .property-card .card-image-slider .diamond-tag {
    left: 10px
}

.ExplorePropertySlider .property-card .card-image-slider .image-count {
    right: 10px
} */

/* changed by hamza */
.ExplorePropertySlider .property-card .card-image-slider .diamond-tag {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 0.25rem 0.75rem;
    border-radius: 0.3rem;
    font-size: 0.8rem;
    z-index: 10;
    bottom: 10px;
    left: 10px;
}

/* changed by hamza */
.ExplorePropertySlider .property-card .card-image-slider .image-count {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 0.25rem 0.75rem;
    border-radius: 0.3rem;
    font-size: 0.8rem;
    z-index: 10;
    top: 10px;
    right: 10px;
}

.ExplorePropertySlider .property-card .card-body {
    padding: 1.25rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.ExplorePropertySlider .property-card .card-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.ExplorePropertySlider .property-card .card-price {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--dl-black);
}

.ExplorePropertySlider .property-card .card-heart-icon {
    color: var(--secondary-text-color);
    cursor: pointer;
    font-size: 1.2rem;
    transition: color 0.2s;
}

.ExplorePropertySlider .property-card .card-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--heading-color);
    max-width: 310px;
}

.ExplorePropertySlider .property-card .card-description {
    margin-bottom: 1rem;
    font-size: 1rem;
    color: var(--dl-green);
    line-height: 1.6;
    font-family: var(--para-text);
}

.ExplorePropertySlider .property-card .card-features {
    display: flex;
    gap: 1rem;
    margin-top: auto;
    margin-bottom: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
}

.ExplorePropertySlider .property-card .card-feature-item {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: var(--secondary-text-color);
}

.ExplorePropertySlider .property-card .card-feature-item i {
    margin-right: 0.4rem;
    color: #414e3f;
}

.ExplorePropertySlider .property-card .card-actions {
    display: flex;
    justify-content: space-around;
    padding: 0.75rem;
    background-color: var(--bg-light);
    border-top: 1px solid var(--border-color);
}

.ExplorePropertySlider .property-card .card-actions .btn {
    flex: 1;
    margin: 0 0.25rem;
    border-radius: 0.5rem;
    font-size: 0.85rem;
    font-weight: 500;
    padding: 0.6rem 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: 0.2s;
}

.header-right .sort-option .dropdown-toggle::after,
.per-annum,
.read-more-btn {
    margin-left: 5px;
}

.ExplorePropertySlider .property-card .card-actions .btn-call,
.ExplorePropertySlider .property-card .card-actions .btn-email,
.ExplorePropertySlider .property-card .card-actions .btn-whatsapp {
    background-color: #fff;
    color: #414e3f;
    border: 1px solid var(--dl-green);
}

.hero-image,
.hero-section {
    border-radius: 15px;
    overflow: hidden;
}

.ExplorePropertySlider .property-card .card-actions .btn-call:hover,
.ExplorePropertySlider .property-card .card-actions .btn-email:hover,
.ExplorePropertySlider .property-card .card-actions .btn-whatsapp:hover,
.mission-section {
    background-color: #fff;
}

.ExplorePropertySlider .property-card .card-actions .btn-call i {
    color: #8ccdf7;
}

.card-actions .btn-whatsapp i {
    font-size: 1.3rem;
    color: #25d366;
}

.btn-email,
.card-actions .btn-call {
    font-size: 1.3rem;
}

.ExplorePropertySlider .swiper-button-next,
.ExplorePropertySlider .swiper-button-prev {
    color: var(--dl-black);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    top: 45%;
}

/* .ExplorePropertySlider .swiper-button-next:hover,
.ExplorePropertySlider .swiper-button-prev:hover {
    background-color: #e9f5ff;
    transform: scale(1.05)
} */

.ExplorePropertySlider .swiper-button-next::after,
.ExplorePropertySlider .swiper-button-prev::after {
    font-size: 1rem;
    font-weight: 700;
}

@media (max-width: 768px) {
    .ExplorePropertySlider .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .ExplorePropertySlider .section-header h2 {
        font-size: 2rem;
    }

    .ExplorePropertySlider .filter-buttons {
        justify-content: center;
        gap: 0.5rem;
    }

    .ExplorePropertySlider .filter-buttons .btn {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }

    .ExplorePropertySlider .property-card-swiper {
        padding: 0 1rem 1.5rem;
    }

    .ExplorePropertySlider .swiper-button-next,
    .ExplorePropertySlider .swiper-button-prev {
        /* display: none */
    }

    .ExplorePropertySlider .property-card .card-body {
        padding: 1rem;
    }

    .ExplorePropertySlider .property-card .card-price {
        font-size: 1.2rem;
    }

    .ExplorePropertySlider .property-card .card-title {
        font-size: 1rem;
    }

    .ExplorePropertySlider .property-card .card-description {
        font-size: 0.85rem;
    }

    .ExplorePropertySlider .property-card .card-features {
        flex-wrap: wrap;
        gap: 0.75rem;
    }

    .ExplorePropertySlider .property-card .card-actions .btn {
        font-size: 0.75rem;
        padding: 0.5rem 0.25rem;
    }
}

.hero-section {
    max-width: 1200px;
}

.hero-content {
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #f4f8fb;
    box-shadow: 0 4px 10px #00000040;
}

.hero-text {
    flex: 1;
    min-width: 300px;
    max-width: 50%;
    padding-right: 30px;
}

.hero-text h1 {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--dl-red);
    margin-bottom: 15px;
}

.hero-text h2 {
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--dl-black);
    margin-bottom: 20px;
}

.google-reviews-slider .swiper-slide .card p,
.hero-text p {
    color: var(--dl-green);
    font-family: var(--para-text);
    line-height: 1.6;
}

.google-reviews-slider .swiper-slide .card {
    font-family: "Google Sans",
        Roboto,
        Arial,
        sans-serif !important;
    color: #1f1f1f;
}

.hero-text p {
    margin-bottom: 30px;
    font-size: 1rem;
}

.lead-form h2,
.lead-form p.subtitle {
    color: var(--dl-white);
    text-align: center;
}

.buy-search-input-with-icon,
.google-reviews-slider .testimonial-slider-container,
.grid-view-card .image-container,
.property-section {
    position: relative;
}

.google-reviews-slider .star-filled {
    color: #ffbb29;
}

.google-reviews-slider .star-empty {
    color: #e3e3e3;
}

.google-reviews-slider .swiper-slide .card .authur {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.00625rem;
    line-height: 1.25rem;

}

.google-reviews-slider .swiper-button-next,
.google-reviews-slider .swiper-button-prev {
    background-color: #fff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    transition:
        background-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    color: #6c757d;
    position: absolute;
    top: 0;
    transform: translateY(0);
    z-index: 10;
}

.google-reviews-slider .swiper-button-next:hover,
.google-reviews-slider .swiper-button-prev:hover {
    background-color: #f8f9fa;
}

.google-reviews-slider .swiper-button-next:focus,
.google-reviews-slider .swiper-button-prev:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.google-reviews-slider .swiper-button-next.swiper-button-disabled,
.google-reviews-slider .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
    cursor: default;
}

.google-reviews-slider .swiper-button-next::after,
.google-reviews-slider .swiper-button-prev::after {
    font-size: 1.25rem;
}

.google-reviews-slider .swiper-button-prev {
    right: 58px;
    left: auto;
}

.google-reviews-slider .swiper-button-next {
    right: 0;
    left: auto;
}

.google-reviews-slider .swiper-pagination-bullet {
    background-color: #ccc;
    opacity: 0.7;
}

.google-reviews-slider .swiper-pagination-bullet-active {
    background-color: var(--accent-color);
    opacity: 1;
}

.google-reviews-slider .container.swiper-container-padding {
    padding-left: 15px;
    padding-right: 15px;
}

.google-reviews-slider .swiper-slide .card {
    margin: 0 0.5rem;
    min-height: 300px !important;
}

.google-reviews-slider .swiper-slide .card p {
    font-size: 1rem;
}

.popular-searches {
    font-family: Inter, sans-serif;
    padding: 40px 20px;
    background-color: #fff;
    border-radius: 8px;
}

.popular-searches .category-heading {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-family: var(--heading-font);
    color: var(--dl-black);
}

.popular-searches .category-heading .dropdown-icon {
    margin-left: 8px;
    font-size: 1rem;
    color: #666;
}

.popular-searches ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.popular-searches ul li {
    margin-bottom: 8px;
}

.popular-searches ul li a {
    font-family: var(--para-text);
    color: var(--dl-black);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease-in-out;
}

#about-page .sell-page-hero-subtitle,
#areas_page .sell-page-hero-subtitle,
#career-page .sell-page-hero-subtitle,
#developer_detailed_page .sell-page-hero-subtitle,
#developer_page .sell-page-hero-subtitle,
#services_page .sell-page-hero-subtitle,
#why-dl .sell-page-hero-subtitle,
.dl-green {
    color: var(--dl-green) !important;
}

.dl-red {
    color: var(--dl-red) !important;
}

.dl-black {
    color: var(--dl-black) !important;
}

.underline:after {
    content: "";
    position: absolute;
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    left: 50%;
    bottom: 45px;
    width: 100%;
    height: 0.6em;
    transform: translateX(-35%);
    background-image: url(../img/under-line.svg);
}

#Exclusives_Section .underline:after,
#about-page .underline:after {
    bottom: -18px;
    transform: translateX(-50%);
}

.ExplorePropertySlider .underline:after {
    left: 50%;
    bottom: -20px;
}

#offering_sec .underline:after {
    bottom: -18px;
    transform: translateX(-60%);
}

#google_reviews .underline:after {
    bottom: -20px;
    transform: translateX(-30%);
}

#popular-searches .underline:after {
    bottom: -20px;
    transform: translateX(-60%);
}

#about .underline:after {
    bottom: 30px;
}

.dl-offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    display: none;
}

.buy-search-filter-container,
.lead-form {
    background-color: rgba(255, 255, 255, 0.25);
    width: 100%;
}

.dl-offcanvas-backdrop.show {
    display: block;
}

#lead_form {
    background:
        linear-gradient(270deg, rgba(65, 78, 63, 0.3), rgba(158, 58, 34, 0.4)) center/cover,
        url(../img/dubai-building.jpg) center/cover no-repeat;
    align-items: center;
}

.lead-form {
    padding: 40px;
    border-radius: 10px;
    transform: translate(0, 15%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.lead-form h2 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
}

.lead-form p.subtitle {
    font-size: 1rem;
    margin-bottom: 30px;
}

.lead-form .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--dl-white);
    border-radius: 0;
    color: var(--dl-black);
    padding: 10px 0;
    margin-bottom: 0;
    transition: border-color 0.3s ease-in-out;
}

.lead-form .form-control:focus {
    background-color: transparent;
    border-color: var(--dl-green);
    box-shadow: none;
    color: var(--dl-black);
    outline: 0;
}

.lead-form .form-control::placeholder {
    color: var(--dl-white);
}

.lead-form .whatsapp-contact {
    text-align: center;
    margin-top: 30px;
    font-size: 0.95rem;
    color: var(--dl-white);
    font-family: var(--para-text);
}

.lead-form .whatsapp-contact a {
    color: var(--dl-white);
    text-decoration: none;
    margin-left: 8px;
    transition: color 0.3s ease-in-out;
}

.lead-form .whatsapp-contact a:hover {
    color: #0ec244;
}

#about-page,
#buy-page,
#career-page,
#rent-page,
#sell-page,
#why-dl {
    padding-top: 120px;
    padding-bottom: 20px;
}

#offplan-page {
    padding-top: 120px;
}

#single-offplan,
#single-property {
    padding-top: 140px;
    padding-bottom: 20px;
}

.filter-search {
    align-items: center;
    background-size: cover;
    background-position: center;
    padding: 15px;
    z-index: 99;
    position: relative;
}

.recent-searches {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
}

.header-left h1 {
    font-size: 1.5rem;
    color: var(--accent-color);
    margin: 0;
    display: inline-block;
}

.contact-buttons .btn i,
.feature-item i {
    font-size: 1.1rem;
}

.header-left .results-count {
    font-size: 1rem;
    color: var(--dl-green);
    margin-left: 10px;
    font-weight: 700;
    display: inline-block;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-right .map-view,
.header-right .sort-option {
    display: flex;
    align-items: center;
    color: var(--dl-green);
    font-size: 1rem;
    cursor: pointer;
}

.header-right .sort-option strong {
    color: #333;
    margin-right: 5px;
}

.header-right .map-view svg {
    margin-right: 5px;
}

.buy-search-filter-container {
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    border-radius: 10px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.buy-search-filter-item {
    flex-grow: 1;
    min-width: auto;
}

.buy-search-filter-item .dropdown-toggle,
.buy-search-filter-item .form-control {
    border: 1px solid #e1e8ed;
    padding: 10px 15px;
    font-size: 1rem;
    height: auto;
    color: var(--dl-green);
    background: 0 0;
    border-radius: 6px;
    -webkit-appearance: none;
    font-family: var(--para-text);
}

.buy-search-filter-item .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.buy-search-filter-item .dropdown-toggle::after {
    margin-left: 8px;
}

.buy-search-filter-item .input-group-text {
    background-color: var(--dl-white);
    border: none;
}

.buy-search-filter-item .dropdown-toggle:focus,
.buy-search-filter-item .form-control:focus,
.mortgage-input-field:focus {
    box-shadow: unset;
    border-color: var(--accent-color);
}

.buy-search-filter-item .btn-outline-secondary {
    color: var(--dl-green);
    background: #fff;
    border: 1px solid #e1e8ed;
    border-radius: 6px;
    -webkit-appearance: none;
    font-family: var(--para-text);
}

.btn.show:hover {
    background-color: #fff !important;
    color: var(--dl-black);
}

.buy-search-filter-item .btn-outline-secondary:hover {
    background-color: transparent;
}

.buy-search-more-filters-btn {
    border: 1px solid #e1e8ed;
    padding: 10px 15px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: var(--dl-black);
    background: #fff;
    border-radius: 6px;
    -webkit-appearance: none;
    font-family: var(--para-text);
}

.buy-search-modal-filter-btn:hover,
.buy-search-more-filters-btn:hover {
    background-color: #903724 !important;
    border-color: #903724 !important;
    color: #fff !important;
}

.buy-search-modal-filter-btn.active,
.modal-footer .btn-primary {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.modal-content {
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.modal-header {
    border-bottom: 1px solid #e9ecef;
    padding: 15px 20px;
    font-weight: 900;
}

.modal-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--accent-color);
}

.modal-body {
    padding: 20px;
}

.modal-footer {
    border-top: 1px solid #e9ecef;
    padding: 15px 20px;
    justify-content: space-between;
}

.buy-search-modal-section-title {
    font-weight: 600;
    color: var(--dl-black);
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: 1rem;
}

.buy-search-modal-filter-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.buy-search-modal-filter-btn {
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 8px 15px;
    background-color: #f8f9fa;
    color: #495057;
    font-size: 0.95rem;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    font-family: var(--para-text);
}

.buy-search-modal-filter-btn.active {
    background-color: var(--accent-color);
    color: #fff;
    border-color: var(--accent-color);

}

.modal-footer .btn {
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 500;
}

.modal-footer .btn-outline-primary {
    border-color: var(--accent-color);
    color: var(--accent-color);
}

.modal-footer .btn-outline-primary:hover {
    background-color: var(--accent-color);
    color: #fff;
}

.modal-footer .btn-primary:hover {
    background-color: var(--dl-black);
    border-color: var(--dl-black);
}

.dropdown-menu {
    width: 100%;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.buy-search-input-with-icon .input-group-text {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background-color: transparent;
    border: none;
    padding: 0;
    color: var(--dl-green);
}

.main-image-container,
.main-image-container img {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.filter-properties .image-count,
.filter-properties .image-map {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    gap: 5px;
    font-size: 0.85rem;
    position: absolute;
    top: 15px;
    z-index: 10;
    display: flex;
    cursor: pointer;
}

.buy-search-input-with-icon .form-control {
    padding-left: 40px;
}

.buy-search-input-with-icon .form-control::placeholder {
    color: var(--dl-green);
}

.property-card {
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.image-gallery {
    display: flex;
    max-height: 450px;
}

.main-image-container {
    position: relative;
    flex: 2;
    overflow: hidden;
    cursor: pointer;
}

.main-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.filter-properties .image-count {
    left: 15px;
    color: #fff;
    padding: 5px 10px;
    align-items: center;
}

.filter-properties .image-map {
    left: 80px;
    color: #fff;
    padding: 5px 10px;
    align-items: center;
}

.thumbnail-images {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 10px;
}

.thumbnail-images img {
    width: 100%;
    height: calc((100% - 10px) / 3);
    object-fit: cover;
    cursor: pointer;
}

#single-property .thumbnail-images img,
#single-offplan .thumbnail-images img {
    height: calc((100% - 10px) / 2) !important;
}

.property-details {
    padding: 25px;
}

.price {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--dl-red);
    font-family: Ekstra-Medium;
}

.VisualImpact-card-text,
.agent-card-info p,
.amenity-label,
.exp_text,
.full-description,
.headlinetitle,
.per-annum,
.property-location,
.read-more-btn,
.short-description {
    font-family: var(--para-text);
}

.per-annum {
    font-size: 0.9rem;
    color: var(--dl-green);
}

.property-title {
    color: var(--dl-black);
    margin-top: 10px;
}

.property-location {
    font-size: 0.95rem;
    color: var(--dl-black);
    margin-top: 5px;
}

.property-features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--dl-black);
    font-size: 0.9rem;
}

.feature-item i {
    color: var(--accent-color);
}

.agent-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
}

.agent-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: contain;
    border: 2px solid var(--dl-green);
    padding: 5px;
}

.agent-name,
.feature-heading {
    font-weight: 600;
    color: var(--dl-black);
}

.contact-buttons {
    display: flex;
    gap: 15px;
    margin-top: 68px;
    justify-content: start;
}

.contact-buttons .btn {
    border-radius: 0.5rem;
    font-size: 0.85rem;
    font-weight: 500;
    padding: 0.6rem 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: 0.3s;
    gap: 8px;
    color: #414e3f;
    border: 1px solid var(--dl-green);
}

.contact-buttons .btn-outline-primary,
.contact-buttons .btn-success {
    color: #414e3f;
    padding: 0.75rem;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}

.contact-buttons .btn-outline-primary {
    background-color: #f0f8ff;
    border: 1px solid var(--dl-green);
    border-radius: 0.25rem;
}

.contact-buttons .btn-outline-primary:hover {
    background-color: var(--dl-black);
    color: var(--background-color);
}

.contact-buttons .btn-success {
    background-color: #fff;
    border: 1px solid var(--dl-green);
    border-radius: 0.25rem;
}

.contact-buttons .btn-success:hover {
    background-color: #d9ffda;
    border-color: #d9ffda;
}

#filter-properties .modal-content {
    background-color: rgba(0, 0, 0, 0.8);
    border: none;
}

#filter-properties .modal-header {
    border-bottom: none;
    padding: 1rem;
}

#filter-properties .modal-title {
    color: #fff;
}

#filter-properties .modal-header .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

#filter-properties .carousel-item img {
    max-height: 600px;
    width: auto;
    margin: auto;
    display: block;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: invert(1);
}

.map-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    transition:
        opacity 0.3s,
        visibility 0.3s;
}

.map-overlay.active {
    opacity: 1;
    visibility: visible;
}

.map-container {
    position: relative;
    width: 90%;
    /*90%*/
    /* max-width: 1200px; */
    height: 90vh;
    /* 80vh*/
    background-color: #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #555;
    font-size: 1.5rem;
}

.map-iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
}

#mapOverlay .dl-btn-primary-custom {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 600;
}

.custom-pagination-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    flex-wrap: wrap;
    gap: 15px;
}

#moreFiltersModal .btn:hover {
    color: var(--dl-green);
    background-color: var(--dl-white);
    border-color: var(--dl-green);
}

.custom-pagination-section .page-info {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 1rem;
    color: var(--dl-green);
    white-space: nowrap;
}

.custom-pagination-section .page-info .form-select {
    width: 70px;
    padding: 5px 10px;
    border-radius: 8px;
    border: 1px solid #ced4da;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}

.sell-page-hero-banner {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url("../img/dubai-building.jpg");
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 120px 0;
    text-align: center;
    overflow: hidden;
}

.sell-page-hero-banner .sell-page-hero-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}

.sell-page-hero-banner .sell-page-hero-subtitle {
    font-size: 1rem;
    color: var(--dl-white);
    margin-bottom: 30px;
    text-align: center;
    opacity: 0.9;
    font-family: var(--para-text);
}

.sell-page-hero-banner .sell-page-hero-btn {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 0.75rem;
    border-radius: 0.25rem;
    font-weight: 600;
    transition: background-color 0.3s;
    font-size: 14px;
    line-height: 18px;
    transition:
        background-color 0.3s,
        color 0.3s;
    text-decoration: none;
    display: inline-block;
    box-shadow: none;
}

.agent-card-share a:hover,
.contactUs-info-text a:hover,
.my-app-back-to-search:hover,
.my-app-breadcrumb-item a:hover,
.read-more-btn:hover {
    text-decoration: underline;
}

.sell-page-hero-banner .sell-page-hero-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: none;
    color: #fff;
}

#sell-page .underline:after {
    left: 40%;
    bottom: -18px;
}

.headlinetitle {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--dl-red);
}

.VisualImpact-card {
    background-color: #f4f8fb;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.VisualImpact-card-image-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}

.VisualImpact-card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

.VisualImpact-card-content {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.VisualImpact-card-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--dl-green);
    margin-bottom: 0.75rem;
}

.VisualImpact-card-text {
    font-size: 1rem;
    color: var(--dl-green);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.VisualImpact-card-link,
.read-more-btn {
    color: var(--dl-red);
    text-decoration: none;
}

.VisualImpact-card-link {
    font-weight: 500;
    transition: color 0.3s;
    align-self: flex-start;
}

.VisualImpact-card-link:hover {
    color: var(--dl-green);
    text-decoration: underline;
}

.read-more-btn {
    font-size: 0.9em;
    cursor: pointer;
    background: 0 0;
    border: none;
    padding: 0;
}

.read-more-btn:hover {
    color: var(--dl-black);
}

#single-property .property-details {
    padding: 10px;
}

.agent-card-container {
    margin-top: 20px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 20px;
    max-width: 80%;
    position: sticky;
    top: 100px;
    z-index: 99;
    width: 100%;
    float: inline-end;
}

.amenities-section,
.property-cards {
    box-shadow:
        0 0 1px #0003,
        0 1px 1px #0000000f,
        0 2px 6px #0000000f;
}

.agent-card-buttons .btn {
    border-radius: 25px;
    padding: 10px 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-grow: 1;
}

.agent-card-buttons .btn-primary {
    background-color: var(--dl-white);
    color: var(--dl-green);
    border-color: var(--dl-green);
    padding: 0.75rem;
    border-radius: 0.25rem;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}

.agent-card-buttons .btn-primary:hover {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: var(--dl-white) !important;
}

.agent-card-profile {
    display: flex;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 20px;
}

.agent-card-profile img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: contain;
    margin-right: 15px;
    border: 2px solid #e0e0e0;
}

.agent-card-info h5 {
    font-weight: 700;
    margin-bottom: 2px;
    color: var(--dl-green);
}

.agent-card-info p {
    margin-bottom: 0;
    color: var(--dl-green);
    font-size: 0.95rem;
}

.agent-card-share {
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    text-align: left;
}

.agent-card-share a {
    color: var(--accent-color);
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.agent-card-buttons .btn-successs {
    background-color: #2ecc71;
    border-color: #2ecc71;
    color: #fff;
    padding: 0.75rem;
    border-radius: 0.25rem;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-grow: 1;
}

.agent-card-buttons .btn-successs:hover {
    background-color: #218838;
    border-color: #1e7e34;
}

.amenities-section {
    margin-bottom: 30px;
    border-radius: 4px;
    background-color: #fefefe;
    padding: 10px;
}

.amenity-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.amenity-label {
    font-weight: 500;
    color: var(--dl-green);
}

.amenity-value {
    color: #777;
}

.map-card {
    background-color: #f0f4f7;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("https://i.pinimg.com/564x/fd/28/b3/fd28b3be85addbdedebca92649cc3dc0.jpg");
    background-size: cover;
    background-position: center;
}

.map-card .map-overlays {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.map-location-text {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--dl-green);
    display: flex;
    align-items: center;
}

.map-location-text svg {
    margin-right: 8px;
    color: var(--accent-color);
}

.similar-properties-section {
    padding-top: 20px;
}

.property-cards {
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 15px;
    transition: transform 0.2s;
}

.property-cards:hover {
    transform: translateY(-3px);
}

.property-date {
    font-size: 0.85rem;
    color: var(--dl-green);
    margin-bottom: 10px;
}

.property-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--dl-black);
    margin-bottom: 5px;
    font-family: Ekstra-Medium;
}

.container-map .property-details {
    font-size: 0.9rem;
    color: var(--dl-green);
    margin-bottom: 10px;
    font-family: var(--para-text);
    padding-left: 0 !important;
}

.property-meta {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: #555;
    margin-top: 10px;
}

.property-meta svg {
    margin-right: 5px;
    color: #888;
}

.property-meta span {
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.property-price-group {
    text-align: right;
}

.property-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--accent-color);
}

.property-price-sqft {
    font-size: 0.85rem;
    color: var(--dl-black);
    margin-top: 5px;
    font-family: var(--para-text);
}

.regulatory-card {
    background-color: #fff;
    padding: 30px;
    margin-top: 20px;
    border: 1px solid #e9ecef;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.regulatory-title {
    color: #004085;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 25px;
}

.regulatory-label,
.regulatory-value {
    margin-bottom: 10px;
    font-weight: 400;
    font-family: var(--para-text);
}

.regulatory-label {
    color: var(--dl-black);
}

.regulatory-value {
    color: var(--accent-color);
}

.regulatory-qr-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.regulatory-qr-code {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.regulatory-qr-overlay {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border: 2px solid red;
}

.nice-select,
.nice-select .list {
    -webkit-tap-highlight-color: transparent;
    background: #fff !important;
    border-radius: 4px !important;
    box-shadow:
        0 0 1px #0003,
        0 1px 2px #0000000f,
        0 4px 8px #0000000f !important;
    -webkit-appearance: none;
}

.regulatory-palm-icon {
    width: 30px;
    height: 30px;
}

.my-app-breadcrumb {
    --bs-breadcrumb-divider: ">";
    font-size: 0.9rem;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.my-app-breadcrumb-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.my-app-breadcrumb-item+.my-app-breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    color: #6c757d;
}

.contactUs-info-text a,
.my-app-breadcrumb-item a {
    color: var(--accent-color);
    text-decoration: none;
    font-weight: 400;
    font-family: var(--para-text);
}

.my-app-breadcrumb-item.active {
    color: var(--dl-green);
    font-family: var(--para-text);
    font-weight: 400;
}

.my-app-back-to-search {
    color: var(--accent-color);
    text-decoration: none;
    font-weight: 500;
    padding-right: 1rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.my-app-back-to-search .my-app-arrow-left {
    margin-right: 0.25rem;
    font-size: 1rem;
}

.nice-select {
    font-size: 14px;
    line-height: 140%;
    padding: 0.75rem 1rem;
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-align: left !important;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    cursor: pointer;
    font-family: var(--para-text);
}

#filter-search .nice-select {
    font-size: 12px !important;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: var(--dl-green);
}

.nice-select:after {
    border-bottom: 1px solid var(--dl-green);
    border-right: 1px solid var(--dl-green);
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    width: 5px;
    opacity: 0.8;
}

.beds-section .input-group {
    position: relative;
    display: block;
    flex-wrap: wrap;
    align-items: stretch;
    width: 95%;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #ccc;
}

.iti,
.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

/* changed by hamza */
.nice-select .list {
    font-size: 14px;
    line-height: 140%;
    padding: 0;
    text-align: left;
    margin-top: 4px;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition:
        0.2s cubic-bezier(0.5, 0, 0, 1.25),
        opacity 0.15s ease-out;
    transition:
        0.2s cubic-bezier(0.5, 0, 0, 1.25),
        opacity 0.15s ease-out;
    z-index: 9;
    width: 100%;
}

/* changed by hamza */
.nice-select.open .list {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    max-height: 350px;
    overflow-y: auto;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f5f8fb;
    color: var(--dl-green);
}

.nice-select .option.selected {
    font-weight: 700;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.ceo_sec {
    border: 1px solid #e1e8ed;
    border-radius: 8px;
    padding: 32px 0 0 32px;
    background: #f5f2ed;
    margin-bottom: 30px;
}

#about-page .sell-page-hero-banner,
#career-page .sell-page-hero-banner,
#why-dl .sell-page-hero-banner {
    background-image: unset;
    background-color: #f4f8fb;
    color: #fff;
    padding: 120px 0;
    text-align: center;
    overflow: hidden;
}

.sell-page-hero-banner .dre-section-title {
    color: var(--dl-black) !important;
    font-size: 4rem !important;
}

.ceo_message_text {
    padding-top: 15px;
}

.goc_slider_container,
.mission-container {
    max-width: 1300px;
}

.mission-section hr,
.trusted_dlp_section hr {
    color: #e0e0e0;
    opacity: 1;
    margin: 3rem 0;
}

.diamond-card {
    border: 1px solid #e1e8ed;
    border-radius: 8px;
    transition:
        transform 0.3s,
        box-shadow 0.3s;
}

.diamond-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15) !important;
}

.diamond-card-content .icon {
    width: 4rem;
    height: 4rem;
    margin-bottom: 1.5rem;
}

.diamond-stats {
    padding: 80px 0;
    text-align: center;
    background: #f4f8fb;
}

.diamond-stats .stat-number {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
    color: var(--dl-black);
    font-family: var(--para-text);
}

.diamond-stats .stat-description {
    font-size: 1rem;
    font-weight: 400;
    opacity: 0.8;
    font-family: var(--para-text);
    max-width: 200px;
    margin: 0 auto;
}

.marquee-wrapper {
    overflow: hidden;
}

.marquee-container {
    display: flex;
    width: fit-content;
    animation: 60s linear infinite marquee-animation;
    margin-bottom: 10px;
}

.marquee-container-reverse {
    animation-direction: reverse;
}

.marquee-container:hover {
    animation-play-state: paused;
}

.goc_slider,
.vision-section {
    padding-bottom: 80px;
}

.marquee-item-img {
    flex-shrink: 0;
    width: 300px;
    height: 200px;
    margin: 0 0.5rem;
    border-radius: 0.75rem;
    object-fit: cover;
}

@keyframes marquee-animation {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.swiper-container-logos {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-container-logos::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, #fff, transparent);
    z-index: 10;
}

.swiper-slide-logo {
    width: 250px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: transform 0.3s;
}

.swiper-slide-logo:hover {
    transform: scale(1.05);
}

.swiper-slide-logo img {
    max-width: 80%;
    max-height: 80%;
}

.swiper-navigation {
    position: absolute;
    top: 2.5rem;
    right: 1.5rem;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.swiper-pagination-fraction {
    color: var(--accent-color);
    font-size: 1.25rem;
    font-weight: 600;
    position: absolute;
    bottom: 10px;
}

.swiper-button {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
}

.hero-text-content {
    padding: 2rem 0;
}

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.filter-header h2 {
    font-weight: 600;
}

.view-options .btn {
    border-radius: 0.5rem;
    border: 1px solid #a74d37;
    color: #a74d37;
    background-color: #fff;
    font-family: var(--para-text);
}

.view-options .active {
    background-color: #a74d37;
    color: #fff;
    border: 1px solid #fff;
}

/* .view-options .btn.active {
    background-color: #e9ecef;
    color: #000;
    border-color: #ced4da;
} */

.sort-options .dropdown-toggle {
    border-radius: 0.5rem;
}

.property-card {
    border: 1px solid #eee;
    border-radius: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition:
        transform 0.3s,
        box-shadow 0.3s;
    overflow: hidden;
    background-color: #fff;
}

.property-card .card-body {
    padding: 1.5rem;
}

.property-card .card-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--dl-black);
    margin-bottom: 5px;
}

.ppt_text {
    font-weight: 800;
    color: var(--dl-black);
}

.property-card .card-text {
    font-size: 0.9rem;
    color: var(--dl-green);
    line-height: 1.6;
    margin-bottom: 20px;
    font-family: var(--para-text);
}

.property-card .badge {
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.5em 0.8em;
    border-radius: 0.5rem;
    text-transform: uppercase;
}

.badge.bg-dark,
.badge.bg-secondary {
    background-color: var(--dl-green) !important;
    color: #fff;
}

.property-card .price {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--dl-red);
}

.property-card .price small {
    font-weight: 400;
    color: #6c757d;
}

.property-card .property-info {
    font-size: 0.85rem;
    color: #6c757d;
}

.grid-view-card .card-img-top {
    border-radius: 1rem 1rem 0 0;
    height: 250px;
    object-fit: cover;
}

.grid-view-card .badge-container {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: flex;
    gap: 0.5rem;
}

.list-view-card {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.list-view-card .image-container {
    flex-shrink: 0;
    display: flex;
    position: relative;
    width: 100%;
    gap: 5px;
    height: 100%;
    border-radius: 1rem 0 0 1rem;
    overflow: hidden;
}

.list-view-card .main-img {
    width: 60%;
    height: 100%;
    object-fit: cover;
}

.list-view-card .side-images {
    display: flex;
    flex-direction: column;
    width: 40%;
    gap: 5px;
}

.div1 img,
.list-view-card .side-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-view-card .badge-container-top-left {
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.list-view-card .badge-container-bottom-right {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}

.list-view-card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
}

.list-view-card .contact-buttons {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-top: auto;
}

#areas_page,
#developer_detailed_page,
#developer_page,
#flybeforeyoubuy,
#services_page,
.contact_sec {
    padding-top: 10rem;
    background-color: #f4f8fb;
}

.contactUs-section {
    padding: 50px 0;
}

.contactUs-left-panel {
    padding: 40px;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contactUs-right-panel {
    background-color: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.contactUs-heading {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--dl-black);
    margin-bottom: 20px;
}

.contactUs-subheading {
    font-size: 1.1rem;
    color: var(--dl-green);
    font-family: var(--para-text);
    line-height: 1.6;
    margin-bottom: 30px;
}

.contactUs-info-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.contactUs-icon-circle {
    background-color: #fff;
    box-shadow:
        0 1px 2px 0 rgba(0, 0, 0, 0.08),
        0 0 2px 0 rgba(0, 0, 0, 0.16);
    height: 56px;
    width: 56px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    color: var(--accent-color);
    font-size: 1.2rem;
}

.contactUs-info-text strong {
    display: block;
    font-weight: 500;
    color: #555;
    margin-bottom: 5px;
}

.contactUs-form-title {
    font-family: var(--heading-font);
    font-style: italic;
    font-size: 2rem;
    color: var(--dl-green);
    margin-bottom: 10px;
}

.contactUs-right-panel button:hover {
    background-color: var(--dl-green);
    color: #fff;
}

.contactUs-form-group {
    margin-bottom: 20px;
}

.contactUs-form-control {
    border-radius: 8px;
    padding: 12px 15px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    font-family: var(--para-text);
    font-size: 1rem;
}

.contactUs-form-control::placeholder {
    color: var(--dl-green);
}

.iti__flag-container,
.iti__selected-flag {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.iti__country-list {
    border-radius: 8px;
}

.contactUs-form-group .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.contactUs-form-group .invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.Project-Features-section {
    border: 1px solid #d1d1d1;
    border-radius: 12px;
    background-color: #fefefe;
    padding: 10px;
}

.offplan_contact_form {
    padding: 20px 0;
}

.Project-Features-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.Project-Features-icon {
    font-size: 1.5rem;
    color: #6c757d;
    margin-right: 1rem;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Project-Features-text {
    font-size: 1rem;
    color: var(--dl-green);
    line-height: 1.6;
    font-family: var(--para-text);
}

.Project-Features-container {
    max-width: 960px;
}

#guides_pages .contactUs-right-panel,
#single-offplan .contactUs-right-panel {
    height: auto;
    top: 120px;
    z-index: 99;
}

.dlp-service-card {
    border: none;
    overflow: hidden;
    transition:
        transform 0.3s ease-in-out,
        box-shadow 0.3s ease-in-out;
    border-radius: 8px;
    box-shadow:
        0 1px 2px 0 rgba(0, 0, 0, 0.08),
        0 0 2px 0 rgba(0, 0, 0, 0.16),
        0 -12px 24px 0 rgba(0, 0, 0, 0.03);
    height: 100%;
}

.dlp-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}

.dlp-card-image {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

#areas_page .sell-page-hero-banner,
#developer_page .sell-page-hero-banner,
#flybeforeyoubuy .sell-page-hero-banner,
#services_page .sell-page-hero-banner {
    background-image: unset;
    background-color: #f4f8fb;
    color: #fff;
    padding: 80px 0;
    text-align: center;
    overflow: hidden;
}

.contact-section label {
    font-size: 12px;
    font-weight: 500;
    line-height: 160%;
}

.list-unstyled {
    color: var(--dl-green);
    font-family: Ekstra-Medium;
}

#flybeforeyoubuy .text-success,
.best_dlp .text-success {
    color: rgb(158 58 34) !important;
}

.card-title-custom {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 160%;
    font-family: var(--heading-font);
    color: var(--dl-black);
    margin-bottom: 0;
}

.accordion-button:not(.collapsed),
.card-text {
    font-family: var(--para-text);
    font-family: var(--para-text);
}

.card-text {
    font-size: 0.9rem;
    line-height: 160%;
    color: var(--dl-green);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: 0.5s;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    filter: invert(1);
}

.accordion-button:not(.collapsed) {
    background-color: #9e3a22;
    color: #fff;
}

.accordion-item {
    color: #000;
    background-color: var(--bs-accordion-bg);
    border: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--dl-green);
    border-radius: 0;
}

.accordion-body,
.accordion-button {
    background-color: #fff;
    font-family: var(--para-text);
}

.accordion-body {
    color: var(--dl-green);
}

.accordion-button:focus {
    box-shadow: none;
    border-color: var(--dl-green);
}

.parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.dlp-banner-section {
    padding-top: 10rem;
    padding-bottom: 50px;
}

.div1 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
}

.div3 {
    grid-row-start: 2;
}

.div4 {
    grid-row-start: 3;
}

.dl-luxury-section {
    background-color: #f4f8fb;
    padding: 60px 20px;
    font-family: var(--para-text);
}

#propertyGallerySlider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

.slider_text {
    z-index: 100;
    position: relative;
}

.content_heading {
    top: 300px;
    bottom: 0;
    left: 40px;
    max-width: 400px;
}

.content_heading2 {
    top: 330px;
    bottom: 0;
    right: 90px;
    max-width: 400px;
}

#dl_premier .dl-search-box .form-control {
    border-radius: 8px 0 0 8px;
    border: 1px solid var(--dl-green);
    padding: 10px 15px;
}

.dl-search-box button {
    border-radius: 0 8px 8px 0;
    padding: 10px 20px;
    background-color: var(--accent-color);
    color: #fff;
    border: none;
    font-weight: 500;
}

.dl-search-box button:hover {
    background-color: var(--dl-green);
}

.modern-card {
    border-radius: 1rem;
    overflow: hidden;
}

.agent-img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    border: 4px solid #ddd;
    padding: 10px;
}

.property-section img {
    height: 100%;
    object-fit: cover;
}

.property-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
}

.cv-form-card .form-control,
.cv-form-subtitle {
    color: var(--dl-green);
    font-family: var(--para-text);
}

.cv-form-section {
    background: var(--dl-white);
    padding: 50px 0;
}

.cv-form-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 30px;
}

.cv-form-title {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 10px;
}

.cv-form-subtitle {
    margin-bottom: 20px;
}

.cv-form-card .form-control {
    padding: 0.75rem 1rem;
}

.cv-animation {
    max-width: 500px;
    margin: auto;
}

#offplanDropdown .dropdown:hover>.dropdown-menu {
    max-width: max-content;
    width: max-content;
}

#header .dropdown-item.active,
#header .dropdown-item:active,
#header .dropdown-item:hover {
    color: var(--dl-red);
    background: #fff;
}

#header .dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

#header .dropdown-toggle::after {
    font-size: 12px;
}

.two-row-list {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-auto-flow: column;
    gap: 5px;
}

#header .navbar-nav .dropdown-menu {
    width: auto;
    font-family: var(--para-text);
    font-size: 14px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    animation-name: fadeIn;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    opacity: 0;
}

#header,
body {
    padding: 0 !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.carousel-fade .carousel-item.active {
    z-index: unset;
}

.mortgage-container {
    max-width: 600px;
    padding: 2rem;
    box-shadow:
        0 0 1px #0003,
        0 1px 1px #0000000f,
        0 2px 6px #0000000f;
    border-radius: 4px;
}

.mortgage-label {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--dl-black);
    margin-bottom: 0.5rem;
    font-family: var(--para-text);
}

.mortgage-input-group {
    margin-bottom: 0.4rem;
}

.mortgage-input-field {
    border: 1px solid #f4f8fb;
    border-radius: 4px;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    color: #2d3748;
    background-color: #f4f8fb;
}

.mortgage-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    background: #e2e8f0;
    border-radius: 5px;
    outline: 0;
    opacity: 0.7;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
}

.mortgage-slider:hover {
    opacity: 1;
}

.mortgage-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #9e3a22;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.mortgage-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #9e3a22;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.mortgage-range-labels {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    color: var(--dl-green);
    margin-top: 0.5rem;
}

.mortgage-repayment {
    padding-top: 5px;
    border-top: 1px solid #e2e8f0;
}

.category-dropdown li a,
.mortgage-repayment-label {
    font-size: 1rem;
    color: var(--dl-black);
    font-weight: 500;
    font-family: var(--para-text);
    margin-bottom: 0;
}

.mortgage-repayment-amount {
    font-size: 2rem;
    font-weight: 700;
    color: var(--dl-red);
    margin-bottom: 0;
    font-family: var(--para-text);
}

#flybeforeyoubuy .sell-page-hero-banner .dre-section-title {
    font-size: 3rem !important;
}

.offplan_image img {
    max-height: 230px;
    height: 230px;
    object-fit: cover;
    border-radius: 4px;
}

.bi-check-circle-fill::before {
    content: "\f26a";
    color: #9e3a22;
}

.dl-nav-link.btn,
.dl-nav-link.btn.show:hover {
    color: var(--dl-green);
}

.more-text {
    display: none;
}

.key_info {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 5px;
}

@media (max-width: 600px) {
    .key_info {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }
}

@media (max-width: 400px) {
    .key_info {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
}

.dl-header-section {
    padding-top: 10rem;
    padding-bottom: 2rem;
    text-align: center;
    background-color: #f4f8fb;
    margin-bottom: 1rem;
}

.dl-btn-right-arrow,
.dl-nav-link.btn,
.dl-navbar-custom {
    background-color: transparent;
}

.dl-header-section h1 {
    color: var(--dl-black);
    font-size: 4rem;
    color: var(--dl-green);
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.dl-navbar-custom {
    border-bottom: none;
}

.dl-nav-link.btn {
    border: 1px solid var(--dl-green);
    border-radius: 25px;
    padding: 0.5rem 1.25rem;
    margin: 0 0.5rem;
    transition: background-color 0.3s;
    font-family: var(--para-text);
}

.dl-nav-link.btn.active,
.dl-nav-link.btn.show:hover {
    border: 2px solid var(--accent-color);
    background-color: var(--accent-color);
}

.dl-nav-link.btn.active {
    color: #fff;
}

.dl-search-box {
    position: relative;
    margin-left: 1rem;
}

#insights_page .dropdown-item.active,
#insights_page .dropdown-item:active {
    background-color: var(--accent-color);
    color: var(--dl-white);
}

#insights_page .dropdown-item:hover {
    background-color: var(--accent-color);
    color: var(--dl-white) !important;
}

.dl-search-box .form-control {
    border: 1px solid #e1e8ed;
    border-radius: 6px;
    padding-right: 3rem;
    padding-left: 2.5rem;
    box-shadow: none;
    font-family: var(--para-text);
    background: 0 0 !important;
}

.dl-search-box .btn-search {
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    background: 0 0;
    border: none;
    color: #414e3f;
    pointer-events: none;
}

.category-dropdown {
    --bs-dropdown-min-width: 13rem;
}

.dl-btn-right-arrow {
    color: #414e3f;
    border: 1px solid #414e3f;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    margin-left: 0.5rem;
}

.dl-btn-right-arrow:hover {
    background-color: #414e3f;
    color: #fff;
}

.dl-card-custom {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transition:
        transform 0.3s,
        box-shadow 0.3s;
    cursor: pointer;
    background-color: #fff;
}

.dl-card-image {
    height: 300px;
    object-fit: cover;
}

#cards-container .col-md-3 .dl-card-custom .dl-card-image {
    height: 210px;
    object-fit: cover;
}

.property-card-swiper .swiper-slide {
    display: block !important;
}

.property-card-swiper.filter-for-rent>.swiper-wrapper>.swiper-slide[data-category]:not([data-category="for-rent"]),
.property-card-swiper.filter-for-sale>.swiper-wrapper>.swiper-slide[data-category]:not([data-category="for-sale"]),
.property-card-swiper.filter-off-plan>.swiper-wrapper>.swiper-slide[data-category]:not([data-category="off-plan"]) {
    display: none !important;
}

.dl-card-title-custom {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--dl-black);
    margin-bottom: 0.5rem;
    font-family: var(--nav-font);
}

.dl-card-subtitle-custom {
    color: var(--dl-green);
    font-size: 0.9rem;
    margin-bottom: 0;
}

#blogs_page .sell-page-hero-banner,
#guides_pages .sell-page-hero-banner {
    background-image: unset;
    background-color: #f4f8fb;
    color: #fff;
    padding: 220px 0 50px;
    text-align: center;
    overflow: hidden;
}

.step-text {
    margin-bottom: 0;
    font-family: Ekstra-Medium;
}

.step-item {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 1.4rem;
    align-items: center;
    margin-bottom: 2rem;
    overflow: hidden;
}

.step-icon {
    text-align: center;
    border: 2px solid #9e3a22;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
}

.step-item:hover {
    transition: transform 0.3s;
}

.step-content {
    padding: 1rem;
    border-left: 5px solid var(--dl-green);
    transition: background 0.3s;
    border-radius: 12px;
    background-color: #f4f8fb;
}

.step-content:hover {
    background: rgba(255, 255, 255, 0.15);
}

.payplan_tetx {
    border: 1px solid #d1d1d1;
    border-radius: 12px;
    background-color: #fefefe;
    padding: 24px 32px;
    text-align: center;
}

.dl-newsletter-card {
    background-color: #f4f8fb;
    border-radius: 1rem;
    padding: 2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    text-align: start;
}

.dl-newsletter-content {
    flex-grow: 1;
}

.blogs_contents img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
}

#blogs_detailed_page .sell-page-hero-banner {
    background-image: unset;
    background-color: #f4f8fb;
    color: #fff;
    padding: 140px 0 50px;
    text-align: center;
    overflow: hidden;
}

#areas_page .dl-card-image,
#blogs_detailed_page .dl-card-image,
#developer_page .dl-card-image {
    height: 180px;
    object-fit: cover;
}

.logo-bg {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #ffffff8c;
    width: 180px;
    height: 74px;
    top: 21px;
    left: 19px;
    border-radius: 6px;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-card {
    border: 1px solid #e0e3e2;
    border-radius: 8px;
}

.logo-card img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 10px 0;
    width: auto;
}

.all_developers {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    display: grid;
    gap: 10px;
}

@media (max-width: 991.98px) {

    .slide-content-container,
    .slide-image-container {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 1rem;
    }

    .header-content {
        padding-right: 1rem;
        padding-bottom: 2rem;
    }

    .swiper-navigation {
        position: static;
        justify-content: center;
        margin-top: 2rem;
    }

    .mission-heading {
        font-size: 2rem;
    }

    .mission-text {
        font-size: 1rem;
    }

    .feature-heading {
        font-size: 1.25rem;
    }

    .property-section img {
        height: 300px;
    }

    .list-view-card {
        flex-direction: column;
    }

    .list-view-card .card-body,
    .list-view-card .image-container {
        width: 100%;
    }

    .list-view-card .image-container {
        flex-direction: row;
        height: 300px;
        border-radius: 1rem 1rem 0 0;
    }

    .list-view-card .main-img {
        width: 70%;
    }

    .list-view-card .side-images {
        width: 30%;
    }

    .list-view-card .badge-container-top-left {
        top: 0.5rem;
        left: 0.5rem;
    }

    .list-view-card .badge-container-bottom-right {
        bottom: 0.5rem;
        right: 0.5rem;
    }

    .list-view-card .card-body {
        padding: 1.5rem;
    }

    .list-view-card .contact-buttons {
        margin-top: 1rem;
        justify-content: center;
    }

    .dl-top-bar,
    .underline:after {
        display: none;
    }

    .hero-content {
        flex-direction: column;
        padding: 40px;
    }

    .hero-image,
    .hero-text {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .hero-image img {
        margin-left: 0;
        transform: none;
    }

    .dl-navbar-collapse {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        max-width: 300px;
        height: 100%;
        background-color: #fff;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
        transition: left 0.3s ease-in-out;
        z-index: 1050;
        overflow-y: auto;
    }

    .dl-navbar-collapse.show {
        left: 0;
    }

    .dl-navbar-toggler {
        border: 0;
        font-size: 2rem;
    }

    .dl-navbar-toggler:focus {
        box-shadow: none;
    }

    .dl-offcanvas-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem;
        border-bottom: 1px solid var(--dl-green);
    }

    .dl-offcanvas-title {
        font-size: 1.25rem;
        font-weight: 700;
    }

    .dl-offcanvas-body {
        padding: 1rem;
    }

    .dl-offcanvas-body .nav-link {
        padding: 0.75rem 0;
        border-bottom: 1px solid #eee;
        color: var(--dl-green);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .dl-offcanvas-body .nav-link:last-child {
        border-bottom: none;
    }

    .dl-offcanvas-body .nav-link i.fa-chevron-right {
        font-size: 0.8rem;
        color: var(--dl-green);
        transition: transform 0.3s;
    }

    .dl-offcanvas-body .nav-link[aria-expanded="true"] i.fa-chevron-right {
        transform: rotate(90deg);
    }

    .dl-offcanvas-body .dl-btn-primary-custom {
        width: 100%;
        margin-top: 1rem;
    }

    .dl-nested-menu .nav-link {
        padding-left: 1.5rem;
        font-size: 0.9rem;
        color: var(--dl-black);
    }
}

@media (max-width: 767.98px) {
    .all_developers {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        display: grid;
        gap: 5px;
    }

    .dl-search-box {
        margin-left: 0;
    }

    .dl-search-box .form-control {
        padding: 0.75rem 2rem;
    }

    .mobile_view {
        width: 100%;
    }

    dl-newsletter-card {
        flex-direction: column;
        text-align: left;
    }

    .ceo_img img {
        margin-bottom: 20px;
    }

    .VisualImpact-heading {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }

    .VisualImpact-card-title,
    .hero-text h2 {
        font-size: 1.5rem;
    }

    .VisualImpact-card-text,
    .lead-form p.subtitle {
        font-size: 0.9rem;
    }

    .VisualImpact-card {
        margin-bottom: 1.5rem;
    }

    .sell-page-hero-banner {
        padding: 80px 0;
    }

    .guide_img {
        display: none;
    }

    .step-item {
        display: flex;
        flex-direction: column;
    }

    .sell-page-hero-banner .dre-section-title {
        font-size: 2rem !important;
        text-align: center !important;
    }

    .sell-page-hero-banner .sell-page-hero-title {
        font-size: 2.5rem;
    }

    .sell-page-hero-banner .sell-page-hero-subtitle {
        font-size: 1.2rem;
    }

    .sell-page-hero-banner .sell-page-hero-btn {
        padding: 12px 25px;
        font-size: 1rem;
    }

    .map-container {
        width: 95%;
        height: 70vh;
    }

    #about-page,
    #buy-page,
    #rent-page,
    #sell-page,
    #single-offplan,
    #single-property {
        padding-top: 90px;
        padding-bottom: 0;
    }

    .image-gallery {
        flex-direction: column;
        height: auto;
    }

    .main-image-container,
    .thumbnail-images {
        flex: none;
        width: 100%;
        padding-left: 0;
        border-radius: 0;
    }

    .main-image-container img {
        border-radius: 15px 15px 0 0;
    }

    .thumbnail-images {
        flex-direction: row;
        overflow-x: auto;
        padding: 10px 0;
        gap: 5px;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }

    .thumbnail-images img {
        min-width: 100px;
        height: 80px;
    }

    .property-card {
        border-radius: 15px;
        margin-bottom: 0;
    }

    .recent-searches {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-right {
        margin-top: 15px;
        width: 100%;
        justify-content: space-between;
    }

    .buy-search-filter-item {
        min-width: auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: auto;
    }

    .lead-form {
        padding: 25px;
        transform: translate(0, 5%);
    }

    .filter-search {
        background-color: #f4f8fb;
        padding: 5px 0;
    }

    .lead-form h2 {
        font-size: 1.8rem;
    }

    .lead-form .btn-send {
        padding: 10px 30px;
        font-size: 1rem;
    }

    .popular-searches h2 {
        font-size: 1.8rem;
        text-align: center;
    }

    .popular-searches .col-md-2,
    .popular-searches .col-md-3 {
        margin-bottom: 30px;
    }

    .hero-text h1 {
        font-size: 2rem;
    }

    .hero-content {
        padding: 30px;
    }

    .dre-card-body-custom svg {
        margin-bottom: 10px;
    }

    .dre-card-body-custom {
        padding: 15px;
        text-align: center;
        align-items: center;
    }

    .dl-banner-sec h1 {
        font-size: 2rem;
        text-align: center;
    }

    .search-container {
        padding: 0.75rem;
    }

    .search-container .nav-tabs .nav-link {
        padding: 0.4rem 0.8rem;
        font-size: 0.8rem;
    }

    .search-container .btn,
    .search-container .form-control {
        padding: 0.6rem 0.8rem;
        font-size: 0.9rem;
        width: 100%;
    }

    .grid-set {
        padding: 0 5px;
        gap: 12px;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-template-areas: "item1" "item2" "item3" "item4" "item5" "item6";
    }

    .image-marquee {
        animation-duration: 15s;
    }

    .dl-banner-sec {
        padding: 10px 20px;
    }
}

@media (max-width: 576px) {
    .content_heading2 {
        top: 400px;
        bottom: 0;
        right: 120px;
        max-width: 400px;
    }

    .parent {
        display: flex;
        gap: 13px;
        flex-direction: column;
    }

    .contactUs-right-panel {
        padding: 20px 15px;
    }

    .list-view-card .image-container {
        flex-direction: column;
        height: auto;
    }

    .list-view-card .main-img {
        width: 100%;
        height: 200px;
    }

    .list-view-card .side-images {
        width: 100%;
        flex-direction: row;
        height: auto;
    }

    .list-view-card .side-image {
        height: 100px;
    }

    .agent-card-buttons .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .agent-card-buttons {
        flex-direction: column;
    }

    .sell-page-hero-banner {
        padding: 60px 0;
        margin: 10px;
    }

    .sell-page-hero-banner .sell-page-hero-title {
        font-size: 2rem;
    }

    .sell-page-hero-banner .sell-page-hero-subtitle {
        font-size: 1rem;
        margin-bottom: 10px;
    }

    #developer_detailed_page .sell-page-hero-subtitle {
        text-align: center !important;
    }

    .sell-page-hero-banner .sell-page-hero-btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    #about {
        text-align: center;
    }

    #blogs_detailed_page .breadcrumb {
        flex-direction: row;
        gap: 5px;
        justify-content: center;
    }

    .custom-pagination-section {
        flex-direction: column;
        gap: 10px;
    }

    .contact-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .contact-buttons .btn {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .dl-btn-primary-custom,
    .slide-button.secondary {
        width: 90%;
        text-align: center;
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }

    .buy-search-filter-item .dropdown-toggle,
    .buy-search-filter-item .form-control {
        background: #fff !important;
    }

    .google-reviews-slider .swiper-slide .card {
        margin: 25px 0.5rem;
        min-height: 300px !important;
    }

    .lead-form .col-md-4 {
        margin-bottom: 15px;
    }

    .lead-form .btn-send {
        width: auto;
        display: block;
        margin: 0 auto;
    }

    .ExplorePropertySlider .filter-buttons,
    .ExplorePropertySlider .section-header {
        padding: 0 1rem;
    }

    .ExplorePropertySlider .property-card .card-image-slider {
        height: 180px;
    }

    .hero-text h1 {
        font-size: 1.8rem;
    }

    .hero-text p {
        font-size: 0.9rem;
    }

    .hero-content {
        padding: 20px;
    }
}

#developer_detailed_page .sell-page-hero-banner {
    background-image: unset;
    background-color: #f4f8fb;
    color: #fff;
    padding: 0;
    text-align: center;
    overflow: hidden;
}

.developer_form_section {
    padding: 40px 0;
}

#what_next .underline:after {
    bottom: -20px;
    transform: translateX(-80%);
}

#what_next .dre-card-body-custom {
    gap: 10px;
}

.region-card,
.region-card-large {
    height: 350px;
    transition:
        transform 0.3s,
        box-shadow 0.3s;
}

.region-card:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.region-overlay,
.region-overlay-large {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0 0 8px 8px;
    color: #fff;
    text-align: left;
}

.bi-whatsapp {
    color: #41d779;
}

@media (max-width: 640px) {
    .roi_box_title {
        font-size: 0.8rem !important;
    }

    .contactUs-left-panel,
    .map-card,
    .roi_box {
        padding: 10px;
    }

    .diamond-stats {
        padding: 30px 0;
    }

    .ceo_sec {
        padding: 20px;
    }

    #about-page .sell-page-hero-banner,
    #career-page .sell-page-hero-banner,
    #why-dl .sell-page-hero-banner {
        padding: 60px 0;
    }

    #flybeforeyoubuy .sell-page-hero-banner,
    #services_page .sell-page-hero-banner,
    .contactUs-section,
    .dl-luxury-section {
        padding: 0;
    }

    #blogs_page .sell-page-hero-banner,
    #guides_pages .sell-page-hero-banner {
        padding: 140px 0 50px;
    }

    .diamond-card {
        text-align: center;
    }

    .regulatory-qr-container {
        margin-top: 20px;
    }

    .regulatory-qr-container img {
        width: 200px;
    }

    .bi-list {
        color: var(--dl-black);
    }

    #herosection .input-group {
        flex-wrap: unset;
        width: 100%;
    }

    #flybeforeyoubuy .sell-page-hero-banner .dre-section-title {
        font-size: 2.5rem !important;
    }

    .agent-info,
    .contact-buttons {
        margin-top: 25px;
    }

    .agent-card-container {
        margin-top: 10px;
        max-width: 100%;
    }

    .property-features {
        padding-bottom: 0;
    }

    .property-details {
        padding: 20px 10px;
    }

    .slide-buttons {
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .dre-section-title,
    .slide-title {
        font-size: 2rem;
        margin-bottom: 20px;
        text-align: center;
    }

    .dl-header-section h1 {
        font-size: 2.4rem;
        max-width: 385px;
    }

    .custom-swiper-container {
        padding-top: 0;
    }

    .herosection {
        padding: 70px 0 0;
    }

    .mobile_hide {
        display: none !important;
    }

    .image-marquee-container {
        height: 50dvh;
    }

    #offplan-page {
        padding-top: 100px;
    }

    .developer_form_section {
        padding: 0 0 40px;
    }

    .dl-newsletter-card {
        padding: 1rem;
        flex-direction: column;
        gap: 10px;
    }

    .sort .nice-select {
        min-width: auto;
    }
}

#preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow: hidden;
    background-color: var(--background-color);
    transition: 0.6s ease-out;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new_dl_banner .underline:after {
    left: 0;
    bottom: -30px;
    width: 100%;
}

.mb_48 {
    margin-bottom: 3rem;
}

.unique--properties .gallery .gallery--image img {
    height: 100%;
    max-height: 100%;
    object-position: center;
    aspect-ratio: 3/2;
}

.unique--properties .gallery .gallery--image .gallery--content {
    bottom: 15px;
    z-index: 100;
}

.unique--properties .gallery .gallery--image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(70%, rgba(255, 255, 255, 0)),
            to(black));
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0) 70%,
            #000 100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.unique--properties .gallery .gallery--image {
    position: relative;
    display: block;
    height: 300px;
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 41, 0.3);
    box-shadow: 10px 10px 30px #0000294d;
}

.premier_pp_sec .underline:after {
    bottom: -25px;
}

.mission-section .underline:after {
    bottom: 30px !important;
    transform: translateX(-50%);
}

.green {
    color: var(--dl-green);
}

.goc_slider .underline:after {
    bottom: -13px !important;
    transform: translateX(-70%) !important;
}

#about-page .explore-properties-section .underline:after {
    bottom: 30px !important;
    transform: translateX(-40%) !important;
}

#client_reviews .underline:after {
    bottom: 0 !important;
}

.submit_complaaint .underline:after {
    bottom: -15px !important;
    transform: translateX(-40%) !important;
}

/*--------------------------------------------------------------
/* media query DL website Hamza css start from Here
--------------------------------------------------------------*/

.card-image-slider {
    position: relative;
    /* container must be relative */
}

/* Reset both arrows */
.card-image-slider .swiper-button-next,
.card-image-slider .swiper-button-prev {
    top: auto !important;
    /* cancel default vertical centering */
    bottom: 10px !important;
    /* place at bottom */
    left: auto !important;
    /* cancel default left */
    right: 10px;
    /* anchor to right */
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.2s ease;
    z-index: 10;
}

#google_reviews div.swiper-button-prev,
#google_reviews div.swiper-button-next {
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    transition: background 0.2s ease;
    z-index: 10;
    width: 36px;
    height: 36px;
}

/* changed by hamza */
/* Hover state: use CSS variables */
.card-image-slider .swiper-button-next:hover,
.card-image-slider .swiper-button-prev:hover,
.image-count:hover,
.diamond-tag:hover,
#google_reviews div.swiper-button-prev:hover,
#google_reviews div.swiper-button-next:hover,
.ExplorePropertySlider .swiper-button-next:hover,
.ExplorePropertySlider .swiper-button-prev:hover {
    background: var(--dl-red) !important;
    color: var(--dl-white) !important;
}

/* Adjust their horizontal offset so they sit side-by-side */
.card-image-slider .swiper-button-prev {
    right: 50px;
    /* move prev button left of next */
}

.card-image-slider .swiper-button-next::after,
.card-image-slider .swiper-button-prev::after {
    font-size: 14px;
    /* smaller arrow icons */
}

.card-image-slider .swiper-button-next:hover,
.card-image-slider .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.75);
}

.iti__country-list {
    z-index: 1050 !important;
}

.iti__country-name,
.iti__selected-dial-code {
    color: #000 !important;
}

svg {
    color: rgb(65, 78, 63) !important;
}






/* buy/rent Page */
.nice-select {
    padding: .75rem .5rem !important;
}

.transaction_type .nice-select {
    min-width: 75px !important;
}

.sort .nice-select {
    min-width: 180px !important;
}


.btn-check:checked+.buy-search-modal-filter-btn {
    background-color: var(--accent-color);
    color: #fff;
    border-color: var(--accent-color);
}

.btn-check:checked+.buy-search-modal-filter-btn svg,
.buy-search-modal-filter-btn:hover svg {
    color: #fff !important;
}

.amenitiescehckbox .buy-search-modal-filter-btn {
    font-size: 12px !important;
}

#map {
    height: 88vh;
    width: 98%;
}

.custom-pagination-section .btn.dl-btn-primary-custom {
    min-width: 115px !important;
}

.dev_area_or_community {
    border: 0.8px solid #dee2e6;
    border-radius: 4px !important;
    background-color: #fff;
    box-shadow: 0 0 1px #0003, 0 1px 2px #0000000f, 0 4px 8px #0000000f !important;
    font-size: 12px !important;
    height: 42.4px !important;

}

.buy-search-filter-item .btn.btn-light.w-100.p-2,
.btn.btn-light.w-100.p-2.resetFiltersBtn,
.map-view #viewMapBtn,
.sort .nice-select.form-select.form-select-custom {
    height: 42.4px !important;
    font-size: 14px !important;
    color: var(--bs-body-color) !important;
    box-shadow: 0 0 1px #0003, 0 1px 2px #0000000f, 0 4px 8px #0000000f !important;
}

/* .sort .nice-select.form-select.form-select-custom {} */

.resetbtn .resetFiltersBtn,
.searchbtn .btn.dl-btn-primary-custom {
    width: 100px !important;
    height: 42.4px !important;
}




/* _filter.blade.php file's css rules START HERE; */
.autocomplete-wrapper {
    position: relative;
    width: 100%;
}

.autocomplete-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
    max-height: 300px;
    /* Increased for multi-line */
    overflow-y: auto;
    z-index: 1000;
    display: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    min-width: 100%;
    width: auto;
    max-width: 150%;
    font-family: var(--para-text) !important;
    /* Max 150% of input width */
}

.autocomplete-item {
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* Changed to flex-start for multi-line */
    gap: 10px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    /* Allow text to wrap */
    line-height: 1.4;
}

#autocomplete-results .autocomplete-item span {
    font-size: 10px;
}

#autocomplete-results .autocomplete-item span.suggestion-category {
    font-size: 8px !important;
}

.autocomplete-item:hover,
.autocomplete-item.active {
    background-color: #f8f9fa;
}

.autocomplete-item:last-child {
    border-bottom: none;
}

/* Suggestion value - will wrap to multiple lines */
.suggestion-value {
    flex: 1;
    min-width: 0;
    /* Important for text wrapping */
    word-break: break-word;
    overflow-wrap: break-word;
}

.suggestion-category {
    font-size: 8px;
    padding: 2px 8px;
    border-radius: 12px;
    background: #e9ecef;
    color: #495057;
    font-weight: 500;
    white-space: nowrap;
    /* Keep category on one line */
    flex-shrink: 0;
    /* Prevent category from shrinking */
    align-self: flex-start;
    /* Align to top */
    margin-top: 2px;
    /* Small top margin for better alignment */
}

/* Category colors */
.suggestion-category.developer {
    background: #d4edda;
    color: #155724;
}

.suggestion-category.community {
    background: #d1ecf1;
    color: #0c5460;
}

.suggestion-category.area {
    background: #fff3cd;
    color: #856404;
}

.suggestion-category.property {
    background: #e2e3e5;
    color: #383d41;
}

.suggestion-category.subcommunity {
    background: #e8f5e8;
    color: #2d5016;
}

.suggestion-category.location {
    background: #e2e3e5;
    color: #383d41;
}

.suggestion-category.property-title {
    background: #f8d7da;
    color: #721c24;
}

/* Responsive behavior */
@media (max-width: 768px) {
    .autocomplete-results {
        max-width: 100%;
        /* Full width on mobile */
    }

    .autocomplete-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .suggestion-category {
        align-self: flex-start;
    }

}

/* _filter.blade.php file's css rules ENDs HERE; */

span.currency_span {
    margin-right: 5px !important;
}


.settingsselectors .nice-select {
    padding: 4px !important;
    margin: 3px !important;

}

.settingsselectors .nice-select,
.settingsselectors .nice-select .list,
#navbarNav .nice-select,
#navbarNav .nice-select .list {
    font-size: 12px;
    border: 1px solid #000 !important;
}

.settingsselectors .nice-select.currency-converter .list,
#header .nice-select .list,
#offcanvasNavbar .nice-select .list {
    z-index: 10000 !important;
}

.currency-converter.nice-select .list {
    max-height: 150px !important;
}


.settingsselectors .nice-select.size-converter .option {
    line-height: 15px !important;
    min-height: 15px !important;
    padding: 10px !important;
}

.settingsselectors .nice-select .option {
    line-height: 15px !important;
    min-height: 15px !important;
    padding: 10px 10px 10px 32px !important;
}


.nav-item.settingsselectors .nice-select {
    width: 90px !important;
}


.nice-select.currency-converter,
.nice-select.size-converter {
    background-color: #9e3a2233 !important;

}

.settingsselectors .nice-select.currency-converter .current,
#offcanvasNavbar .nice-select.currency-converter .current {
    padding-left: 29px !important;
}

#offcanvasNavbar .offcanvas-body ul li.option {
    padding-left: 32px;
}

.currency-converter .current,
.currency-converter .option {
    position: relative;
}

#offcanvasNavbar .currency-converter .option::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 22px;
    width: 18px;
    height: 12px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
}

.currency-converter .option::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 20px;
    width: 18px;
    height: 12px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
}

.currency-converter .current::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 9px;
    width: 22px;
    height: 12px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
}

/* AED */
.currency-converter .option[data-value="AED"]::before,
.currency-converter .current[data-value="AED"]::before {
    background-image: url('/assets/admin/img/settings/currencies/aed.png');
}

/* USD */
.currency-converter .option[data-value="USD"]::before,
.currency-converter .current[data-value="USD"]::before {
    background-image: url('/assets/admin/img/settings/currencies/usd.png');
}

/* GBP */
.currency-converter .option[data-value="GBP"]::before,
.currency-converter .current[data-value="GBP"]::before {
    background-image: url('/assets/admin/img/settings/currencies/gbp.png');
}

/* EUR */
.currency-converter .option[data-value="EUR"]::before,
.currency-converter .current[data-value="EUR"]::before {
    background-image: url('/assets/admin/img/settings/currencies/eur.png');
}

/* INR */
.currency-converter .option[data-value="INR"]::before,
.currency-converter .current[data-value="INR"]::before {
    background-image: url('/assets/admin/img/settings/currencies/inr.png');
}

/* PKR */
.currency-converter .option[data-value="PKR"]::before,
.currency-converter .current[data-value="PKR"]::before {
    background-image: url('/assets/admin/img/settings/currencies/pkr.png');
}



/* homepage 1st section searchform */
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.nav-radio:checked+.nav-link {
    background-color: #9e3a2233;
    color: white;
}

.nav-item .nav-link:hover {
    cursor: pointer;
}


.contactForm .compulsory {
    color: red;
    font-weight: bold;
}

.contactForm #formMessage {
    font-family: none !important;
}


#propertySearchForm ul.list {
    max-height: 165px !important;
}

/* homepage 1st section searchform */


@media (max-width: 767.98px) {
    .header-right {
        margin-top: 15px;
        width: 100%;
        justify-content: stretch;
        display: grid;
        gap: 10px;
    }

    .header-right .map-view,
    .header-right .sort-option {
        display: grid;
        align-items: center;
        color: var(--dl-green);
        font-size: 15px;
        cursor: pointer;
        gap: 10px;
    }

    .sort .nice-select {
        min-width: auto;
    }

    .resetbtn .resetFiltersBtn,
    .searchbtn .btn.dl-btn-primary-custom {
        width: 100% !important;
    }
}





/*--------------------------------------------------------------
/* media query DL website Hamza css EDNs Here
--------------------------------------------------------------*/