input,
.input,
select,
.select,
textarea {
    outline: none;
}

input:focus-within,
select:focus-within,
.select:focus-within,
textarea:focus-within {
    border: 1px solid #5a5444;
}

input[type="search"]:focus-within,
input[type="range"]:focus-within {
    border: none !important;
}

select,
.select {
    appearance: none;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWNoZXZyb24tZG93bi1pY29uIGx1Y2lkZS1jaGV2cm9uLWRvd24iPjxwYXRoIGQ9Im02IDkgNiA2IDYtNiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 15px 15px; /* 👈 Increase icon size here */
    padding-right: 2.5rem; /* 👈 Add more space if needed */
}

.offplan-card-gallery-swiper .swiper-pagination-bullet-active {
    background: white;
    opacity: 2 !important;
}

.offplan-card-gallery-swiper .swiper-pagination-bullet {
    background: white;
    opacity: 0.75;
}

.offplan-card-gallery-swiper > .swiper-horizontal > .swiper-pagination-bullets,
.offplan-card-gallery-swiper
    > .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 20px);
}

.offplan-card-gallery-swiper .swiper-button-next::after,
.offplan-card-gallery-swiper .swiper-button-prev::after,
.popular-areas-swiper .swiper-button-next::after,
.popular-areas-swiper .swiper-button-prev::after,
.testimonials-swiper-button-prev::after,
.testimonials-swiper-button-next::after,
.awards-swiper-button-prev::after,
.awards-swiper-button-next::after {
    display: none;
}

.offplan-card-gallery-swiper .swiper-button-next,
.offplan-card-gallery-swiper .swiper-button-prev {
    color: white;
}

.featured-swiper-button-prev::after,
.featured-swiper-button-next::after {
    display: none;
}

.featured-swiper-button-prev,
.featured-swiper-button-next {
    color: #5a5444;
}

/* .testimonials-swiper-scrollbar {
    position: static !important;
    top: 0%;
    right: 0%;
} */

.scdcdcdc {
    width: 100%;
}

.testimonials-swiper-scrollbar {
    width: 70% !important;
    transform: translate(20%);
    border-radius: 0%;
}

.testimonials-swiper-button-prev {
    height: max-content;
    color: #5a5444;
    margin-top: -20px;
}

.testimonials-swiper-button-next {
    height: max-content;
    color: #5a5444;
    margin-top: -20px;
}

.swiper-scrollbar-drag {
    border-radius: 0%;
}

.filter-tabs::before {
    display: none;
    border: none !important;
    outline: none !important;
}

.text-center-justified {
    text-align: justify; /* Justifies the main body of text */
    text-align-last: center; /* Centers the last line */
}
