*,
:before,
:after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}

:root {
    --e-global-color-2c98e39-rgb: 255, 255, 255;
}

/*Search*/
.oplah-search-wrapper {
    text-align: center;
}

.oplah-search-title {
    font-size: var(--e-global-typography-bd78058-font-size);
    margin-bottom: 40px;
    color: var(--e-global-color-648f508);
}

.oplah-search-form {
    max-width: 1320px;
    margin: 0 auto;
}

.oplah-search-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.oplah-field {
    background: var(--e-global-color-primary);
    padding: 5px 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    color: var(--e-global-color-2c98e39);
    flex-shrink: 0;
}

.oplah-field select,
.oplah-field input,
.oplah-budget-field,
.oplah-property-type-label {
    background: transparent;
    border: none !important;
    color: var(--e-global-color-2c98e39);
    font-size: 2.2rem;
    outline: none;
}

.oplah-field input {
    padding: 0px !important;
}

.oplah-field select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url('/app/uploads/2025/11/down_arrow.svg');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px;
    padding-right: 32px;
}

.oplah-field select option {
    background-color: #ffffff !important;
    color: #000 !important;
}

.oplah-field input::placeholder,
.oplah-field textarea::placeholder {
    color: var(--e-global-color-2c98e39);
}

.oplah-icon {
    margin-right: 8px;
    display: inline-flex;
}

.oplah-search-btn {
    background: transparent;
    border: 2px solid var(--e-global-color-primary) !important;
    border-radius: 5px !important;
    font-size: 1.25rem !important;
    cursor: pointer !important;
    color: var(--e-global-color-primary) !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    padding: 8px !important;
}

.oplah-search-btn img {
    height: 18px !important;
}

.oplah-search-btn:hover {
    background: var(--e-global-color-secondary) !important;
}

.oplah-redo-btn {
    background: none;
    border: 2px solid var(--e-global-color-primary) !important;
    border-radius: 5px !important;
    font-size: 2.2rem !important;
    cursor: pointer !important;
    color: var(--e-global-color-primary) !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    padding: 8px !important;
    margin-left: 5px;

    &:hover {
        color: var(--e-global-color-648f508) !important;
        border-color: var(--e-global-color-648f508) !important;
        background: none !important;
    }

    &:focus {
        color: var(--e-global-color-648f508) !important;
        border-color: var(--e-global-color-648f508) !important;
        background: none !important;
    }

    &.fa-redo {
        font-size: 2.2rem;
    }
}

.view-toggle-buttons {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--e-global-color-4148364);
    height: 40px;
    border-radius: 5px;
    overflow: hidden;
}

.view-btn {
    display: inline-block;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 100%;
    display: inline-flex;
    align-items: center;
}

.view-btn:hover {
    background-color: var(--e-global-color-secondary);
}

.divider {
    width: 1px;
    height: 100%;
    background-color: var(--e-global-color-4148364);
}

/*Listing*/

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-300 {
    transition-duration: 300ms;
}

.duration-500 {
    transition-duration: 500ms;
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.bg-card {
    background-color: #fff;
}

.rounded {
    border-radius: 0.75rem;
}

.border-border {
    border-color: var(--e-global-color-fffdb19);
}

.border {
    border-width: 1px;
}

.p-6 {
    padding: 2rem;
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.hover:hover {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover:hover .group-hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group-hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition: transform 0.5s ease;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.w-full {
    width: 100%;
}

.h-64 {
    height: 16rem !important;
}

.relative {
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
}

.property-result {
    display: flex;
    color: var(--e-global-color-648f508);
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    flex-direction: column;
}

.property-result h1 {
    font-size: clamp(4.5rem, 4.5rem + 1vw, 4.5rem);
    font-weight: 600;
    color: var(--e-global-color-primary);
}

.property-result h2 {
    font-size: clamp(2.2rem, 2.2rem + 2vw, 2.2rem);
    font-weight: 600;
    color: var(--e-global-color-51e5097);
}

.property-result p {
    font-size: clamp(1.6rem, 1.6rem + 2vw, 1.6rem);
}

.property-result p,
.property-result h2 {
    margin: 0;
}

.property-result p span {
    color: var(--e-global-color-primary);
    font-weight: 600;
}

.oplah-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.5rem;
    row-gap: 5rem;
    margin-top: 10px;
}

.oplah-property-box h3 {
    color: var(--e-global-color-text);
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}

.oplah-property-box .property-details-holder {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: flex-start;
}

.oplah-property-box .property-image-holder {
    border-radius: 0.75rem 0.75rem 0 0;
}

.property-type {
    position: absolute;
    z-index: 5;
    top: 10px;
    right: 0px;
    font-size: 1.6rem;
    background: linear-gradient(to right,
            var(--e-global-color-primary),
            color-mix(in srgb, var(--e-global-color-primary) 40%, transparent));
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;

    padding: 4px 12px;
    display: inline-flex;
    align-items: center;
    min-width: 70px;
    max-width: 120px;
    color: var(--e-global-color-2c98e39);
}

.property-details-holder .property-title {
    width: 60%;
    text-align: left;
}

.property-details-holder .property-title h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    text-overflow: ellipsis;
    min-height: calc(1.3em * 2);
    /* Ensures 2 lines of space (line-height from .oplah-property-box h3) */
}

.property-details-holder .property-price {
    width: 40%;
    text-align: right;
    color: var(--e-global-color-primary);
    font-size: 2.2rem;
}

.oplah-property-box .property-amenities {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    margin-top: 10px;
    justify-items: flex-start;
}

.oplah-property-box .property-amenities .item {
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    color: var(--e-global-color-4148364);
}

.oplah-property-box .property-amenities .item .item-image {
    overflow: hidden;
}

/* Map Popup */

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card.map-card {
    border: none;
    box-shadow: none;
    background: transparent;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-fill {
    flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
}

#oplah-property-map {
    width: 100%;
    min-height: calc(100vh - 350px);
}

#oplah-property-map .img-wrap,
#map_single_property .img-wrap {
    max-height: 185px;
    overflow: hidden;
    border-radius: 26px 26px 0 0;
    position: relative;
}

#oplah-property-map .img-wrap img,
#map_single_property .img-wrap img {
    width: 100%;
    display: block;
    border-radius: inherit;
}

#oplah-property-map .card-body-custom,
#map_single_property .card-body-custom {
    padding: 0.5rem;
    display: flex;
    justify-content: space-between;
}

#oplah-property-map .card-body,
#map_single_property .card-body {
    padding: 1rem 0.5rem 0;
}

#oplah-property-map .card-body .d-flex,
#map_single_property .card-body .d-flex {
    align-items: flex-start;
}

#oplah-property-map .image__icons,
#map_single_property .image__icons {
    width: 32px;
    height: 32px;
}

#oplah-property-map .card-footer,
#map_single_property .card-footer {
    padding: 0.75rem 0 0.25rem;
    background: transparent;
    border: none;
    display: flex;
    gap: 12px;
}

#oplah-property-map .card-footer .small-text,
#map_single_property .card-footer .small-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: var(--e-global-color-4148364);
    font-size: 14px;
}

#oplah-property-map .card-footer img,
#map_single_property .card-footer img {
    width: 36px;
    height: 36px;
}

#oplah-property-map .gm-style-iw-d,
#map_single_property .gm-style-iw-d {
    overflow: auto !important;
}

#oplah-property-map .gm-style .gm-style-iw-c,
#map_single_property .gm-style .gm-style-iw-c {
    padding: 10px !important;
    border-radius: 20px !important;
    max-width: 330px !important;
    min-height: 320px;
}

#oplah-property-map span.property-price.text-right,
#map_single_property span.property-price.text-right {
    justify-content: flex-end;
}

#oplah-property-map .card-title,
#map_single_property .card-title {
    font-size: 1.8rem;
    margin-bottom: 4px;
    color: var(--e-global-color-primary);
}

#oplah-property-map .light-black-text,
#map_single_property .light-black-text {
    color: #666;
    font-size: 14px;
    line-height: 1.3;
}


/* Spotlight Searchbox*/

.oplah-spotlight-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40vh;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    display: none;
    /* Hidden by default */
    z-index: 9999;
}

.oplah-spotlight-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100vw/2);
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

#oplah-spotlight-input {
    width: 100%;
    padding: 12px 16px;
    font-size: 2rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none;
}

/* Property Details Page*/

.oplah-single-property {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 20px;
}

.oplah-single-property>*:first-child {
    margin-top: 3px;
}

.oplah-single-property .header {
    display: flex;
    /* position: sticky;
    top: 0; */
    z-index: 9;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    /* background-color: rgba( var(--e-global-color-2c98e39-rgb), 1 ); 
    transition: background-color 0.3s ease; */
}

/* .oplah-single-property .header.scrolled {
    background-color: rgba( var(--e-global-color-2c98e39-rgb), 0.85 ); 
} */

.oplah-single-property .header .elementor-button {
    background-color: transparent !important;
}

.oplah-single-property .elementor-button,
.oplah-single-property .elementor-button:visited {
    color: var(--e-global-color-text);
    font-size: clamp(2rem, 2.5vw, 2.2rem) !important;
    font-weight: 500;
    background: transparent;
}

.oplah-single-property .header .elementor-button,
.oplah-single-property .header .elementor-button:visited {
    padding: 0px;
}

.oplah-single-property .elementor-button:hover,
.oplah-single-property .elementor-button:focus {
    color: var(--e-global-color-primary);
}

.oplah-single-property .elementor-button .elementor-button-text {
    line-height: 1;
}

.oplah-single-property .elementor-button-content-wrapper {
    gap: 8px;
}

.contact .elementor-button .elementor-button-text {
    font-weight: 600;
    color: #642238;
}

/*Carousel*/
.content-carousel {
    width: 100%;
    display: block;
    margin: 0 auto 100px;
    position: relative;
}

.content-carousel .owl-item>div {
    height: 580px;
    position: relative;
}

.content-carousel .owl-item>div .photo_count_like_wrap {
    position: absolute;
    z-index: 999999999;
    left: 0;
    bottom: 5px;
}

.content-carousel .owl-item>div .photo_count_like_wrap span.photo_counter {
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 4px;
    margin: 0 10px;
    min-width: 50px;
    text-align: center;
    color: white;
    font-size: 1.6rem;
}

.content-carousel .owl-item>div .photo_count_like_wrap span.like-property {
    margin: 0 10px;
}

.content-carousel .owl-item>div .photo_count_like_wrap span.like-property i {
    font-size: 26px;
}

.content-carousel .owl-carousel {
    width: 100%;
}

.content-carousel .owl-carousel .owl-item img {
    height: 100%;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

/* .content-carousel .owl-carousel div {
    width: 100%;
} */

.content-carousel .owl-carousel .owl-controls .owl-dot {
    background-size: cover;
    margin-top: 10px;
}

.content-carousel .owl-carousel .owl-dots {
    position: absolute;
    bottom: -115px;
    right: 0;
    width: 100%;
    height: 100px;
    overflow-x: auto;
    display: flex;
}

.content-carousel .owl-carousel .owl-dots>div {
    position: relative;
}

.content-carousel .owl-carousel .owl-dots>div::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #bc2663;
    opacity: 0.4;
}

.content-carousel .owl-carousel .owl-dots>div.active:before {
    opacity: 0;
}

.content-carousel .owl-carousel .owl-dots .owl-dot {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0;
    min-height: 100px;
    width: 100px;
    min-width: 100px;
}

.content-carousel .owl-carousel .owl-dots .owl-dot:last-child {
    margin-bottom: 0;
}

.content-carousel .button-wrap {
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    gap: 10px;
    height: 100px;
    padding-bottom: 5px;
}

.content-carousel .button-wrap a {
    display: inline-flex;
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 4px;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-carousel .button-wrap a:hover {
    background: rgba(0, 0, 0, 0.55);
}

.content-carousel .button-wrap a span.icon-img {
    display: inline-flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
}

.content-carousel .button-wrap a span.icon-img img {
    width: 100%;
}

.property-details {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    column-gap: 50px;
    row-gap: 20px;
    padding: 20px 0px;
}

.property-details .left {
    width: 75%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.property-details .right {
    width: 25%;
}

.property-details .property-detail-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.property-details .details-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding-bottom: 15px;
}

.bg-border-bottom {
    border-bottom: 0.45px solid rgba(225, 224, 224, 0.5);
}

.h-1 {
    height: 1px;
}

.property-details .details-container .title {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.property-details .details-container .title-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
}

.property-details .details-container .title .title-address-text {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.property-details .details-container .title .title-address-text p {
    color: var(--e-global-color-f05019f);
}

.property-details .title-price-text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.property-details .title-price-text h1 {
    width: 70%;
}

.property-details .pricing-container {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.property-details .pricing-container .property-price {
    font-size: 4rem;
    color: var(--e-global-color-primary);
}

.property-details .details-container h1 {
    color: var(--e-global-color-primary);
    font-weight: 600;
    font-size: 3.2rem;
    margin: 0;
}

.property-details .details-container a,
.property-details .details-container a:hover {
    color: var(--e-global-color-primary);
}

.property-details .details-container .title p {
    color: var(--e-global-color-0d629c6);
    font-size: clamp(1.6rem, 2rem, 2.2rem);
    margin: 0;
    display: flex;
    gap: 5px;
    justify-content: flex-start;
    align-items: center;
}

.property-details .details-container .title .summary {
    font-size: clamp(2rem, 2.3rem, 2.5rem);
}

.property-details .property-amenities {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.property-details .property-amenities .item {
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    align-items: center;
    font-size: clamp(1.4rem, 1.6rem, 1.8rem);
    color: var(--e-global-color-f05019f);
    font-weight: 400;
}

.property-details .property-amenities .item .item-image {
    overflow: hidden;
}

.property-details .detail-container {
    display: flex;
    padding: 0px;
}

.property-details .property-description {
    width: 100%;
    font-size: clamp(1.8rem, 2.2rem, 2.5rem);
    color: var(--e-global-color-0d629c6);
}

.property-details .property-description:only-child {
    width: 100%;
}

.border-bottom-dashed-half {
    border-bottom: 0.5px dashed #E2E0E0;
}

.property-details .property-feature:only-child {
    width: 100%;
}

.property-details .property-feature {
    background: #FDFDFD;
    margin-top: 50px;
}

.property-details .property-feature ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.property-details .property-feature h3 {
    font-weight: 700;
    color: var(--e-global-color-primary);
    font-size: clamp(2rem, 2.5rem, 3rem);
    margin-bottom: 18px;
}

.property-details .property-feature ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    line-height: 1.5;
    font-weight: 600;
    font-size: 2rem;
}

.property-details .property-feature ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background: url('/app/uploads/2025/11/tick.svg') center/contain no-repeat;
}

.property-details .detail-container h3,
.property-certificate h3 {
    font-size: clamp(2.2rem, 3.5rem, 4rem);
    font-weight: 600;
    color: var(--e-global-color-primary);
    margin-bottom: 11px;
}

.contact a.btn {
    width: 100%;
    background-color: var(--e-global-color-primary) !important;
    padding: 12px 45px !important;
    font-size: 1.6rem !important;
    font-weight: 600 !important;
    color: var(--e-global-color-2c98e39) !important;
    border-radius: 8px;
    text-transform: uppercase;
    margin-top: 22px;
}

.contact a.btn:hover {
    background-color: var(--e-global-color-text) !important;
}

.mt-2 {
    margin-top: 20px;
}

.contact {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: flex-start;
}

.oplah-shadow-box {
    box-shadow: 0px 0px 14px 0px #D6729314;
    border-radius: 8px;
}

.contact h5 {
    font-size: clamp(2.2rem, 2.2rem, 2.5rem);
    color: var(--e-global-color-primary);
    font-weight: 700;
    margin-bottom: 18px;
}

.contact a {
    padding: 0 !important;
}

.contact a:hover {
    color: var(--e-global-color-primary);
}


.property-details .right {
    position: sticky;
    top: 11rem;
    z-index: 9;
}

#map_single_property {
    width: 100%;
    min-height: 400px;
}

.oplah-similar-properties .owl-carousel {
    position: relative;
}

.oplah-similar-properties {
    padding: 20px;
    width: 100%;
    max-width: 1320px;
}

.oplah-similar-properties .hover:hover {
    box-shadow: none;
}

.oplah-similar-properties .owl-prev,
.oplah-similar-properties .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.oplah-similar-properties .owl-prev {
    left: -52px;
}

.oplah-similar-properties .owl-next {
    right: -52px;
}

.content-carousel .property-type {
    top: 10px;
    z-index: 9;
}

.property-certificate.bg-border-bottom {
    border-width: 0;
}

/* Popup Animations */
@keyframes slideInFromTop {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

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

@keyframes slideOutToTop {
    from {
        transform: translateY(0);
        opacity: 1;
    }

    to {
        transform: translateY(-100%);
        opacity: 0;
    }
}

@keyframes slideOutToBottom {
    from {
        transform: translateY(0);
        opacity: 1;
    }

    to {
        transform: translateY(100%);
        opacity: 0;
    }
}

.viewing-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--e-global-color-primary);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    padding: 20px;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.viewing-popup-overlay.popup-opening {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.viewing-popup-overlay.popup-closing {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.viewing-popup-container {
    position: relative;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    border-radius: 0;
    overflow-y: auto;
    box-shadow: none;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.viewing-popup-container.popup-opening {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.viewing-popup-container.popup-closing {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.viewing-popup-close {
    position: fixed;
    top: 38px;
    right: 20px;
    width: 32px;
    height: 32px;
    background: transparent;
    color: var(--e-global-color-2c98e39) !important;
    border: none;
    border-radius: 0;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    z-index: 1000000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    font-weight: 300;
}

.viewing-popup-close svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.viewing-popup-close:hover {
    opacity: 0.7;
}

/* Prevent body scroll when modal is open */
body.viewing-popup-open {
    overflow: hidden;
}

.viewing-popup-content .elementor-2064 .elementor-element.elementor-element-488625f2:not(.elementor-motion-effects-element-type-background),
.elementor-2064 .elementor-element.elementor-element-488625f2>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: transparent;
}

.viewing-popup-content .elementor-element-7ec791e,
.viewing-popup-content .elementor-element-22fc0b6d {
    display: none;
}

.viewing-popup-content .elementor-2064 .elementor-element.elementor-element-215e8a7 {
    min-width: 600px;
}

.viewing-popup-content .elementor-2064 .elementor-element.elementor-element-33174377 {
    max-width: 450px !important;
}



.viewing-popup-content .elementor-2064 .elementor-element.elementor-element-4c506e58 {
    /* --width: 100%; */
    min-width: auto;
}

.viewing-popup-content .elementor-2064 .elementor-element.elementor-element-913828b {
    width: 100%;
}

.viewing-popup-content .elementor-2064 .elementor-element.elementor-element-740329ac .elementor-field-group>label,
.viewing-popup-content .elementor-2064 .elementor-element.elementor-element-740329ac .elementor-field-subgroup label,
.viewing-popup-content #contactUsForm .elementor-field-group label.elementor-field-label {
    color: var(--e-global-color-2c98e39);
}

.viewing-popup-content #contactUsForm .elementor-field-group label.elementor-field-label {
    background-color: var(--e-global-color-primary) !important;
}

.viewing-popup-content .elementor-2064 .elementor-element.elementor-element-488625f2 {
    border: 0px;
    padding: 0px;
}

.viewing-popup-content .elementor-element-33174377 .e-con-inner {
    margin: 0;
    max-width: 100%;
}

/* Share Popup Styles */
.share-popup-container {
    max-width: 400px;
}

.share-popup-content {
    padding: 60px 40px;
    text-align: center;
}

.share-popup-content h3 {
    font-size: 2.5rem;
    font-weight: 400;
    color: var(--e-global-color-2c98e39);
    margin: 0 0 30px 0;
}

.share-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: 2rem;
}

.share-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
    font-size: 20px;
}

.share-icon:hover {
    transform: scale(1.1);
    opacity: 0.8;
}

.share-icon i {
    color: #fff;
    font-size: 2rem;
}

/* Pagination Styles */
.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 40px 0 20px;
    flex-wrap: wrap;
}

.pagination-btn {
    min-width: 40px;
    height: 40px;
    padding: 8px 16px;
    background-color: #fff;
    border: 1px solid var(--e-global-color-fffdb19);
    color: var(--e-global-color-text);
    font-size: 2.4rem;
    font-weight: 500;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-btn:hover {
    background-color: var(--e-global-color-primary);
    color: #fff;
    border-color: var(--e-global-color-primary);
}

.pagination-btn.active {
    background-color: var(--e-global-color-primary);
    color: #fff;
    border-color: var(--e-global-color-primary);
    font-weight: 600;
}

.pagination-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

#oplah-pagination {
    width: 100%;
}

.pagination-ellipsis {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    color: var(--e-global-color-text);
    font-weight: 500;
    user-select: none;
}

/* Budget Price Slider Styles */
.oplah-budget-field {
    position: relative;
    /* min-width: 200px; */
    padding: 0px;
}

.oplah-budget-header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 11px 27px;
    background: var(--e-global-color-primary);
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 2.2rem;
    font-weight: 500;
    gap: 10px;
    /* min-width: 175px; */
}

.oplah-budget-toggle {
    font-size: 0;
    /* Hide the text content */
    transition: transform 0.3s ease;
    color: #fff;
    background-image: url('/app/uploads/2025/11/down_arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    display: inline-flex;
    width: 20px;
    height: 20px;
}

.oplah-budget-toggle.opened {
    background-image: url('/app/uploads/2025/12/up-arrow.svg');
}

.oplah-budget-toggle.closed {
    background-image: url('/app/uploads/2025/11/down_arrow.svg');
}



.oplah-budget-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 400px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 24px;
    z-index: 100;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.oplah-price-labels {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.oplah-price-label {
    flex: 1;
    text-align: center;
}

.oplah-price-label label {
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 10px;
    color: #666;
}

.oplah-price-label input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    background: #f9f9f9;
    color: var(--e-global-color-text);
}

#price-slider {
    margin: 24px 0 16px;
    height: 8px;
}

/* noUiSlider customization */
.noUi-target {
    background: #e0e0e0;
    border-radius: 4px;
    border: none;
    box-shadow: none;
}

.noUi-connect {
    background: var(--e-global-color-primary);
}


.noUi-horizontal .noUi-handle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--e-global-color-primary);
    border: 4px solid #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    transition: transform 0.2s ease;
}

.noUi-handle:before,
.noUi-handle:after {
    display: none;
}

.noUi-handle:hover {
    transform: scale(1.15);
}

.noUi-handle:active {
    transform: scale(1.05);
}

.noUi-horizontal .noUi-handle {
    top: -10px;
}

/* Progressive Image Loading Styles */
.image-wrapper {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    background-color: #f5f5f5;
}

/* Skeleton loader with shimmer animation */
.image-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            #f0f0f0 0%,
            #e0e0e0 20%,
            #f0f0f0 40%,
            #f0f0f0 100%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    z-index: 3;
    transition: opacity 0.3s ease;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

/* Blurred placeholder image */
.property-image-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(20px);
    transform: scale(1.1);
    z-index: 2;
    transition: opacity 0.4s ease;
}

/* Full resolution image */
.property-image-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    z-index: 4;
    transition: opacity 0.4s ease, transform 0.5s ease;
}

.owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.property-image-full.loaded {
    opacity: 1;
}

/* Hover effect on full image */
.oplah-property-box:hover .property-image-full.loaded {
    transform: scale(1.05);
}

.owl-nav {
    font-size: 1.6rem;
}

.oplah-similar-properties .owl-stage-outer {
    padding-bottom: 24px;
}

.no-results {
    grid-column: 1 / -1;
    /* Span all columns in the grid */
    text-align: center;
    color: var(--e-global-color-primary);
    padding: 24px;
    height: calc(100vh - 200px);
    position: relative;
    width: 100%;
    /* margin-top: 5rem; */
}

.no-results-icon {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
}

#oplah-property-list .no-results p.no-results-text,
.oplah-single-property .no-results p.no-results-text {
    font-size: var(--e-global-typography-50e57fa-font-size);
}

/* animation dots */
.dot {
    opacity: 0.25;
    transform-origin: center;
    display: none;
}

/* .dot1 {
    animation: pulse 1.2s infinite;
    animation-delay: 0s;
}

.dot2 {
    animation: pulse 1.2s infinite;
    animation-delay: 0.15s;
}

.dot3 {
    animation: pulse 1.2s infinite;
    animation-delay: 0.3s;
} */

.img-width-45 {
    width: 45px !important;
}

.oplah-location-field {
    flex-grow: 1;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.25;
    }

    50% {
        transform: scale(1.6);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0.25;
    }
}

.gm-style-mtc-bbw {
    gap: 10px;
}

#menu-2-fe8b54d .elementor-item-active {
    color: var(--e-global-color-2c98e39);
}

.mobile-enabled {
    display: none;
}

.property_detailed_slider .owl-prev,
.property_detailed_slider .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    color: var(--e-global-color-primary);
}

.property_detailed_slider .owl-prev {
    left: -52px;
}

.property_detailed_slider .owl-next {
    right: -52px;
}

body.page-id-12 .menu-item-6253 {
    display: none !important;
}

@media (max-width: 767px) {
    .elementor-24 .elementor-element.elementor-element-fe8b54d.elementor-element {
        --align-self: center;
    }
}

@media (max-width: 1024px) {
    /* .oplah-budget-header {
        padding: 5px 20px;
    } */

    .oplah-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .oplah-property-box .property-amenities {
        margin-top: 12px;
    }

    .property-details .detail-container {
        flex-direction: column-reverse
    }

    .property-details .property-description,
    .property-details .property-feature {
        width: 100%;
        color: var(--e-global-color-648f508);
    }

    .property-type {
        width: 75px;
    }

    .image-wrapper {
        height: 208px;
    }

    .content-carousel .owl-item>div .photo_count_like_wrap {
        top: 5px;
        bottom: unset;
    }

    .oplah-similar-properties .owl-prev,
    .property_detailed_slider .owl-prev {
        left: -20px;
    }

    .oplah-similar-properties .owl-next,
    .property_detailed_slider .owl-next {
        right: -20px;
    }
}

@media (max-width: 575px) {

    .mobile-hidden {
        display: none;
    }

    .mobile-enabled {
        display: block;
    }

    .viewing-popup-content .elementor-2064 .elementor-element.elementor-element-215e8a7 {
        max-width: 350px;
        min-width: 350px;
    }

    .property-details {
        flex-direction: column;
    }

    .property-details .property-feature {
        margin-top: 0px !important;
    }

    .property-certificate.bg-border-bottom {
        border-width: 1px;
    }

    .property-details .left,
    .property-details .right {
        width: 100%;
    }

    .property-details .right {
        position: unset;
        top: unset;
    }

    .oplah-single-property {
        gap: 10px;
    }

    .owl-carousel .owl-item {
        max-height: 430px;
    }

    .oplah-single-property .header {
        padding: 0 10px;
    }

    .oplah-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .oplah-search-row {
        flex-direction: column;
        gap: 5px;
    }

    .oplah-search-btn {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .oplah-budget-header {
        width: 100%;
        justify-content: space-between;
        padding: 3px 13px 3px 10px;
    }

    .oplah-budget-toggle {
        font-size: 3rem;
    }

    .oplah-budget-field {
        padding: 0px;
    }

    /* .property-details .property-feature {
        border: 1px solid var(--e-global-color-fffdb19);
    } */

    .header {
        .elementor-button {
            padding: 10px 6px;
        }
    }

    .property-details .property-detail-header {
        flex-direction: column-reverse;
        gap: 10px;
    }

    /* .property-details .details-container,
    .property-details .pricing-container {
        width: 100%;
    } */

    .property-details .details-container {
        width: 100%;
    }

    .property-details .pricing-container {
        align-items: flex-end;
    }

    .property-details .details-container .title,
    .property-details .details-container .title div {
        gap: 15px;
    }

    .property-details .details-container .title div {
        display: flex;
        flex-direction: row;
    }

    .property-details .details-container .title p {
        font-size: 2rem;
    }

    .property-details .details-container .title div p {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 7px;
    }

    .property-details .property-amenities {
        justify-content: flex-start;
        gap: 20px;
        margin-top: 15px;
    }

    .property_detailed_slider .owl-prev {
        left: -24px;
    }

    .property_detailed_slider .owl-next {
        right: -24px;
    }

    .oplah-location-field {
        padding: 5px 10px !important;
    }

    .oplah-budget-field {
        padding: 0px !important;
    }

    .oplah-search-title {
        margin: 0px;
        font-size: 4rem;
    }

    .oplah-field:first-child {
        padding: 5px 7px;
    }

    .oplah-field:first-child img {
        height: 18px;
    }

    .oplah-search-row.secondary-row .oplah-field:first-child {
        padding: 0px;
    }

    .oplah-icon img {
        height: 22px !important;
    }

    .oplah-budget-dropdown {
        min-width: 360px;
    }

}

.gmnoprint button div {
    width: 20px;
    aspect-ratio: 1 / 1;
    transform: translate(-50%) !important;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next i.fas,
.owl-carousel .owl-nav .owl-prev i.fas {
    font-size: 3rem;
}

@media (max-width: 1151px) {
    .oplah-redo-btn {
        font-size: 3.2rem !important;
    }

    .oplah-single-property {
        gap: 15px;
    }

    .property-details .right {
        top: 15rem;
    }

    .property-details {
        padding: 20px 0;

        &.elementor-button {
            padding: 12px;
        }
    }

    .header {
        &.elementor-button {
            font-size: 18px;
        }
    }
}

@media (max-width: 767px) {
    .oplah-field {
        padding: 0px 4px;
    }

    .oplah-search-row {
        gap: 10px;
        margin-bottom: 10px;
    }
}

@media (min-width: 599px) and (max-width: 699px) {
    .property-details {
        gap: 10px;
        padding: 20px 0px;
    }

    .contact {
        padding: 0px;
    }

    .oplah-single-property .elementor-button,
    .oplah-single-property .elementor-button:visited {
        font-size: 15px !important;
    }

    body:not(.rtl) .elementor-16 .elementor-element.elementor-element-5ec7d42 {
        transform: translate(-50%, -50%);
    }
}

/* Default styles (Desktop/Tablet) - Hide mobile drawer elements */
.oplah-mobile-filter-toggle,
.oplah-drawer-header,
.oplah-drawer-footer,
.oplah-search-drawer-overlay {
    display: none !important;
}

.oplah-search-btn-mobile {
    display: none !important;
}

/* Mobile Search Drawer Styles */
@media (max-width: 767px) {

    /* Reset visibility for mobile */

    .oplah-search-btn-mobile {
        display: unset !important;
    }

    .oplah-search-header {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }

    .oplah-action {
        display: flex;
        gap: 7px;
    }

    .oplah-budget-header {
        justify-content: space-between;
    }

    .oplah-mobile-filter-toggle,
    .oplah-search-btn {
        display: inline-flex !important;
        /* ... existing styles ... */
        align-items: center;
        gap: 8px;
        background: var(--e-global-color-primary);
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 4px;
        font-size: 16px !important;
        cursor: pointer;
        padding: 5px 8px !important;
    }

    .oplah-search-btn {
        border-width: 1px !important;
        margin: 0px !important;
    }

    .oplah-drawer-header,
    .oplah-drawer-footer {
        display: flex !important;
        /* or block depending on element */
    }

    .oplah-search-drawer-overlay {
        /* display managed by JS class, but base style needed */
        display: none;
    }

    .oplah-search-drawer-overlay.is-visible {
        display: block !important;
    }

    .oplah-noscroll {
        overflow: hidden !important;
        height: 100% !important;
    }

    .oplah-mobile-filter-toggle .oplah-filter-icon img {
        height: 16px;
        width: auto;
    }

    /* ... rest of mobile styles ... */

    .oplah-search-drawer-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9998;
        /* display: none; -> handled by default rule + JS toggle */
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    /* Override the !important from desktop rule when visible */
    .oplah-search-drawer-overlay.is-visible {
        display: block !important;
        opacity: 1;
    }

    .oplah-search-drawer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 9999;
        border-radius: 15px 15px 0 0;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        transform: translateY(100%);
        transition: transform 0.3s ease-in-out;
        max-height: 90vh;
        display: flex;
        flex-direction: column;
    }

    .oplah-search-drawer.is-open {
        transform: translateY(0);
    }

    .oplah-property-type-label {
        padding: 4px !important;
    }

    .oplah-drawer-header {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        border-bottom: 1px solid #eee;
        flex-shrink: 0;
        /* Prevent header from shrinking */
    }

    .oplah-drawer-header h3 {
        margin: 0;
        font-size: 18px;
        color: var(--e-global-color-primary);
    }

    .oplah-drawer-close {
        background: none;
        border: none;
        font-size: 18px !important;
        cursor: pointer;
        color: #333;
        padding: 0 5px !important;
    }

    .oplah-drawer-content {
        padding: 20px;
        overflow-y: auto;
        flex-grow: 1;
        /* Take remaining space */
        min-height: 0;
        /* Crucial for flex child scrolling! */
        overscroll-behavior: contain;
        /* Prevent body scroll chaining */
        -webkit-overflow-scrolling: touch;
        /* Smooth scrolling on iOS */
    }

    .oplah-drawer-content .oplah-search-row {
        flex-direction: column;
        gap: 15px;
    }

    .oplah-drawer-content .oplah-field {
        width: 100%;
        box-sizing: border-box;
    }

    .oplah-drawer-content .oplah-budget-field {
        padding: 0px;
    }

    .oplah-drawer-content .oplah-budget-field .oplah-budget-header {
        width: 100%;
        padding: .5rem 1.7rem .5rem 1.4rem;
    }

    .oplah-drawer-footer {
        display: block !important;
        padding: 15px 20px;
        border-top: 1px solid #eee;
        background: #fff;
        flex-shrink: 0;
        /* Prevent footer from shrinking */
    }

    .oplah-show-results-btn {
        width: 100%;
        background: var(--e-global-color-secondary);
        color: #fff;
        border: none;
        padding: 12px;
        border-radius: 4px;
        font-size: 16px !important;
        cursor: pointer;
        font-weight: 600;
    }

    /* Hide the original search button in drawer as we have Show Results */
    .oplah-drawer-content .oplah-search-btn {
        display: none !important;
    }
}


.elementor-2008 .elementor-element.elementor-element-f9bdc53 .elementor-field-group .elementor-field:not(.elementor-select-wrapper) {
    border-radius: 0px;
}


.oplah-search-bar {

    .oplah-search-form {
        max-width: 90%;
    }

    .oplah-search-row {
        justify-content: space-between;
        gap: 10px;
    }

    .oplah-location-field {
        padding: 0 20px !important;
    }

    .oplah-search-btn {
        font-size: 1.8rem !important;
        text-transform: capitalize;
        padding: 10px 15px !important
    }

    .oplah-field {
        padding: 0 10px;
    }

    .oplah-field select {
        min-width: 10rem;
    }

    .oplah-search-btn img {
        margin-right: 10px;
    }
}

.search-bar {
    display: none !important;
}

.elementor-2008 .elementor-element.elementor-element-f9bdc53 .elementor-field-group .elementor-select-wrapper select {
    border-radius: 0px !important;
}

body.search-bar-open {

    .elementor-24 .elementor-element.elementor-element-437d021 .elementor-nav-menu--main .elementor-item,
    .elementor-menu-toggle svg,
    .elementor-menu-toggle svg path {
        color: var(--e-global-color-primary) !important;
        fill: var(--e-global-color-primary) !important;
        stroke: var(--e-global-color-primary) !important;
    }

    .elementor-24 .elementor-element.elementor-element-437d021 .elementor-nav-menu--main .elementor-item.elementor-item-active {
        text-decoration: underline;
    }

    .elementor-24 .elementor-element.elementor-element-437d021 .elementor-nav-menu--main .elementor-item.elementor-item-active:hover {
        text-decoration: none !important;
    }

    .search-bar {
        display: unset !important;
        box-shadow: 0px 0 10px rgba(182, 7, 111, 0.5);
    }
}