.lang-select select {
    background: transparent;
    color: #fff;
    border: none;
    outline: none;
}

.lang-select select option {
    background: transparent;
    color: #000;
}

.mobile-nav-wrap .logo-mobile {
    max-width: 80px;
}

.editable {
    border: 1px dashed red;
    cursor: text;
    display: inline-flex;
    border-radius: 5px;
    outline: none;
    margin: 2px;
}

.editable:hover {
    cursor: pointer;
}


.populated-item .text {
    height: 180px;
}

.footer.style-2 .footer-top .right {
    max-width: 400px;
}

.section-services.h-1 .image-item.item-1 {
    max-width: 300px;
    bottom: 0;
}

.menu-item.current-menu-item > a {
    color: var(--primary) !important;
}

nav.main-menu {
    margin: initial !important;
    flex-grow: 1;
}

.menu-primary-menu .menu-item {
    cursor: pointer;
    padding-bottom: initial !important;
}

.header.style-1 .header-bottom .header-right {
    padding-bottom: initial !important;
    display: flex !important;
    align-items: center !important;
}

.header.style-1 .menu-primary-menu .item-link {
    padding: initial;
}

.header.style-1 .menu-primary-menu {
    padding: initial;
}

.header-bottom {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px;
}

.header .header-bottom .header-content {
    max-width: initial !important;
}

.header .header-bottom .nav-search {
    margin-top: initial !important;
}

.header .header-bottom .nav-btn {
    margin-top: initial !important;
}

.menu-primary-menu .menu-item.menu-item-has-children .item-link::before {
    top: 54%;
    right: -18px;
}

.sub-menu {
    width: max-content;
}

.header .header-top {
    padding-top: 20px;
    padding-bottom: 20px;
}

.logo-header img {
    max-width: 145px;
    width: 100%;
}

.services-item .icon-services img {
    height: 100%;
    object-fit: cover;
}

.services-item {
    height: 365px;
}

.services-item .name-services {
    height: 60px;
}

.services-item .desc {
    height: 104px;
}

.menu-primary-menu .menu-item.menu-item-has-children {
    padding-right: 15px;
}

.section-why-us.h-1 .image-item.item-2 {
    max-height: 350px;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-why-us.h-1 .list-box-icon {
    justify-content: center;
}

.clamp-lines-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.clamp-lines-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.clamp-lines-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.clamp-lines-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.clamp-lines-5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.w-choose-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
}

.w-choose-card {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    height: 100%;
}

.w-choose-icon {
    margin-bottom: 0.5rem;
}

.w-choose-title {
    font-weight: bold;
    height: 3em;
    line-height: 1.2em;
    overflow: hidden;
}

.w-choose-text {
    flex-grow: 1;
    height: 9em; /* e.g. 3 lines */
    line-height: 1.5em;
    overflow: hidden;
}

.w-choose-icon img {
    filter: invert(44%) sepia(97%) saturate(4633%) hue-rotate(181deg) brightness(98%) contrast(101%);
}


.box-icon .title-box {
    margin-bottom: initial !important;
}

.box-icon .icon {
    margin-bottom: 15px;
}

.list-project .swiper-slide-active .project-item .project-content {
    right: 28px !important;
}

.project-item .project-content {
    max-width: 330px;
    right: 48px !important;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
}

.project-item .project-content .sub-title {
    color: #fff;
}

.project-item .project-content .desc {
    color: #fff;
}

.project-item .project-content .desc {
    border-top: 2px solid #000;
}

.btn-readmore {
    width: 50px;
    height: 50px;
}

.team-item .top-item .post-social {
    bottom: 14px;

}

.project-item .project-content .title {
    color: #FFF;
}

.form-contact-us textarea {
    margin-bottom: 19px;
}

.form-contact-us select {
    background-color: var(--white);
    border-radius: 4px;
    padding: 16px 23px 17px;
    counter-reset: var(--secondary);
    font-family: "Barlow", sans-serif;
    border: 1px solid var(--line-4);
    line-height: 28px;
}

.section-contact-home.h-1 .section-contact-inner {
    align-items: flex-start;
}

.admin-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.admin-section img {
    height: 200px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
}

.gallery-item .image img {
    height: 300px;
}

@media (max-width: 768px) {
    .arrow-btn {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 35px !important;
        height: 35px !important;
    }

    .arrow-btn.arrow-next {
        right: 20px !important;
    }

    .arrow-btn.arrow-prev {
        left: 20px !important;
    }
}


.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    border: 4px solid #ccc;
    border-top: 4px solid #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 10;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {
    .header-bottom {
        background-color: initial;
        padding: initial;
    }

    .section-about-right {
        width: 100% !important;
    }


}

@media (max-width: 1650px) {
    .text.lsp-0.tf-animate-2.w-50.active-animate {
        width: 100% !important;
    }
}



.filter-section {
    background: #fff;
    padding: 20px 30px;
    margin: 5px 0 20px;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-section .filter-item select {
    padding: 8px 16px;
    border: 1px solid #ddd;
    outline: none;
    color: #777;
    min-width: 150px;
}

.filter-section .filter-items {
    display: flex;
    gap: 30px;
    align-items: center;
}


.filter-section .filter-item label {
    color: #777;
    margin-bottom: initial;
    display: flex;
    align-items: center;
    gap: 8px;
}

.filter-section .filter-item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
}

.filter-section .filter-items .range-slider {
    width: 200px;
}



.house-info {
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
}

.house-info .house-info-item {
    align-items: center;
    display: flex;
    gap: 10px;
}