@import url(all.min.css);
@import url(bootstrap.css);
@import url(owl.carousel.min.css);
@import url(owl.theme.default.min.css);
@import url(animate.css);
@import url('../../../../../css2f746.css?family=Alexandria:wght@100..900&amp;family=El+Messiri:wght@400..700&amp;display=swap');
/* Import Andalus */
@font-face {
    font-family: Andalus;
    src: url('../fonts/andalus.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FFShamel Unique';
    src: url('../fonts/FFShamelFamily-UniqueMedium.otf') format('opentype');
    font-weight: 500;
  }
  
  @font-face {
    font-family: 'FFShamel Unique';
    src: url('../fonts/FFShamelFamily-UniqueBold.otf') format('opentype');
    font-weight: 700;
  }
  
  @font-face {
    font-family: 'FFShamel Unique';
    src: url('../fonts/FFShamelFamily-UniqueBook.otf') format('opentype');
    font-weight: 400;
  }
  
  @font-face {
    font-family: 'FFShamel Unique';
    src: url('../fonts/FFShamelFamily-UniqueLight.otf') format('opentype');
    font-weight: 300;
  }
  

@font-face {
    font-family: 'sarsymbol';
    src: url('../fonts/sarsymbol-eot.eot');
    src: url('../fonts/sarsymbol-eot.eot') format('embedded-opentype'),
         url('../fonts/sarsymbol-woff.woff') format('woff'),
         url('../fonts/sarsymbol-ttf.ttf') format('truetype'),
         url('../fonts/sarsymbol-svg.svg') format('svg');
    font-weight: normal;
    font-style: normal;
  }


*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

:root {
    --main-color: #010101;
    --sub-color: #28323C;
    --sec-padding: 80px 0;
}

html {
    scroll-padding-top: 180px;
}

body {
    font-family: 'FFShamel Unique', 'El Messiri', 'Alexandria', sans-serif !important;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'FFShamel Unique', 'El Messiri', 'Alexandria', sans-serif !important;
    font-weight: 700;
    font-style: normal;
    margin: 0;
}

p {
    font-family: 'FFShamel Unique', 'El Messiri', 'Alexandria', sans-serif !important;
    margin: 0;
}

span.elementor-icon-list-text {
    font-family: 'FFShamel Unique', 'El Messiri', 'Alexandria', sans-serif !important;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

img {
    vertical-align: middle;

}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


a,
button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p {
    margin: 0;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none !important;
}

input,
textarea,
a,
button {
    outline: none !important;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.main-wrapper {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}

.menu-toggle .main-wrapper {
    -webkit-transition: -webkit-transform .0s ease;
    transition: -webkit-transform .0s ease;
    transition: transform .0s ease;
    transition: transform .0s ease,
        -webkit-transform .0s ease;
}

.hamburger,
.is-closed {
    width: 25px;
    height: 17px;
    background: transparent;
    display: none;
    flex-direction: column;
    justify-content: center;
    margin-right: 0px;
}

.hamburger span,
.is-closed span {
    width: 25px;
    height: 3px;
    border-radius: 20px;
    background-color: #fff;
    display: block;
    margin-bottom: 4px;
    -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger span:nth-child(1) {
    width: 25px
}

.hamburger span:nth-child(2) {
    width: 21px
}

.hamburger span:nth-child(3) {
    width: 17px;
    margin-bottom: 0
}

.is-closed span:nth-child(1) {
    transform: rotate(45deg);
}

.is-closed span:nth-child(2) {
    display: none;
}

.is-closed span:nth-child(3) {
    transform: rotate(135deg);
    margin-top: -6px;
}

.mobile-menu {
    height: 100vh;
    width: 100%;
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    padding: 20px;
    overflow: auto;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.mobile-menu.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.logo-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-mobile img {
    max-width: 150px;
}

.mmenu {
    padding-top: 40px;
}

/* Style Header */

body #header {
    width: 100%;
    padding: 5px 0;
    top: 0 !important;
    left: 0;
    z-index: 9;
    background: var(--main-color);
    transition: all ease-in-out 0.3s;
}

.transparent-header #header {
    background: transparent;
    position: absolute;
    padding: 20px 0;
}

#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    position: relative;
    z-index: 9;
}

.transparent-header #header.fixed-header,
.transparent-header #header.header-page {
    position: fixed;    background: var(--main-color);
    width: 100%;
    padding: 10px;
    top: 0;
    left: 0;
    z-index: 33;
}

.transparent-header #header.fixed-header .logo-site img,
.transparent-header #header.header-page .logo-site img {
    width: 60px;
}

#header a.as-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #ffffff69;
    height: unset;
    width: 90px;
    text-align: center;
}


.logo-site a {
    display: inline-block;
}

.logo-site img {
    width: 70px;
}

body.home .logo-site img {
    width: 79px;
}

.main_menu {
    display: flex;
    align-items: center;
    gap: 25px;
}

.main_menu > li > a {
    display: block;
    color: #fff;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: bold;
    position: relative;
    padding: 10px;
    border-radius: 10px;
}

@media screen and (max-width: 1366px) {
    .main_menu > li > a {
        display: block;
        color: #fff;
        font-size: 14px;
        text-transform: capitalize;
        font-weight: bold;
        position: relative;
        padding: 10px;
        border-radius: 10px;
        text-align: start;
    }
}

.main_menu > li.active a {
    font-size: 18px;
    font-weight: 700;
}

.end_menu {
    display: flex;
    align-items: center;
    gap: 15px;
}

.end_menu li a {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}


.arb-sar {
    font-family: "sarsymbol" !important;
    font-style: normal;
    font-weight: normal;
    /* Removed unsupported property 'speak' */
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Style Home Slide */

.section_hero_home {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110vh;
    width: 100%;
    background-size: 100% 100% !important;
    background-position: center !important;
    z-index: 1;
}

.section_hero_home:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.section_hero_home .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-txt {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    width: 60%;
    height: 100%;
    margin: 0 auto;
    max-width: 100%;
}

.home-txt h1 {
    color: #F5EBE0;
    text-transform: capitalize;
    font-size: 45px;
    line-height: 1.4;
}

.btn-scroll {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
}

/* Style Stac Site */

.sec_head {
    margin-bottom: 40px;
    position: relative;
}

.sec_head h2 {
    font-family: 'FFShamel Unique', 'El Messiri', 'Alexandria', sans-serif !important;
    color: var(--main-color);
    font-weight: 500;
    font-size: 42px;
    position: relative;
    text-transform: capitalize
}

.sec_head p {
    font-size: 17px;
    color: #808080;
    line-height: 1.7;
    margin-top: 20px;
    text-align: justify;
}

.btn-site {
    height: 50px;
    font-size: 15px;
    padding: 12px 25px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    border-radius: 0;
    justify-content: center;
    background: var(--main-color);
    width: max-content;
    position: relative;
    overflow: hidden;
}
input.btn-site {
    color: #fff;
}
.btn-site:before {
    background: #EBEBEB;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: -10px;
    width: 0%;
    transform: skew(-10deg);
    transition-duration: .6s;
    z-index: 0;
}

.line-register-interest-from .wpcf7-not-valid-tip {
    position: absolute;
}

body .iti__country-list {
    left: 0;
}

.btn-site:hover:before {
    position: absolute;
    content: "";
    top: 0;
    left: -10px;
    width: 120%;
    z-index: 0
}

.txt-project .btn-site:hover {
    border-radius: 0;
}

.btn-site span {
    color: #fff;
    position: relative;
    font-weight: 500;
    text-transform: capitalize;
}

.btn-site:hover span {
    color: var(--main-color);
}

.icon {
    background-size: 100% 100% !important;
    width: 30px;
    height: 30px;
    display: block;
}

.icon-search {
    background: url(../images/icon-search.svg);
}

.icon-lang {
    background: url(../images/icon-lang.svg);
}

.icon-scroll {
    background: url(../images/scroll.svg);
    width: 50px;
    height: 50px;
}

.icon-download {
    background: url(../images/icon-download.svg);
    width: 28px;
    height: 28px;
}

.dyari-icon {
    background-size: 100% 100% !important;
    width: 40px;
    height: 40px;
    display: inline-block;
}
    .dyari-icon.balconies {
        background: url(../images/units/balconies.svg);
    }

    .dyari-icon.master_rooms {
        background: url(../images/units/master_rooms.svg);
    }

    .dyari-icon.storehouse {
        background: url(../images/units/storehouse.svg);
    }

    .dyari-icon.basement_parking {
        background: url(../images/units/basement_parking5e1f.svg?v=2);
    }

    .dyari-icon.special_surface {
        background: url(../images/units/special_surface.svg);
    }

    .dyari-icon.special_yard {
        background: url(../images/units/special_yard.svg);
    }

    .dyari-icon.dressing_rooms {
        background: url(../images/units/dressing_rooms.svg);
    }

    .dyari-icon.front_view {
        background: url(../images/units/front_view.svg);
    }

    .dyari-icon.corner {
        background: url(../images/units/corner.svg);
    }

    .dyari-icon.maid_room {
        background: url(../images/units/maid_room.svg);
    }

    .dyari-icon.private_entrance {
        background: url(../images/units/private_entrance.svg);
    }

    .dyari-icon.external_parking {
        background: url(../images/units/external_parking5e1f.svg?v=2);
    }

    .dyari-icon.furnished {
        background: url(../images/units/furnished.svg);
    }

    .dyari-icon.main_garden_view {
        background: url(../images/units/main_garden_view.svg);
    }

    .dyari-icon.driver_room {
        background: url(../images/units/driver_room.svg);
    }
    .dyari-icon.area {
        background: url(../images/units/area.webp);
    }

    

/* Style About */

.section_about {
    position: relative;
    padding: 80px 0;
}
.dyari-about-container {
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
}

.thumb-about {
    -webkit-mask-image: url("../images/mask.svg");
    mask-image: url("../images/mask.svg");
    background: url("../images/mask.svg") center/cover;
    mask-size: 420px 280px;
    width: 420px;
    height: 280px;
}

@media screen and (max-width: 1366px) {
    .thumb-about {
        mask-size: 360px 240px;
        width: 360px;
        height: 240px;
    }
}

@media screen and (max-width: 800px) {
    .thumb-about {
        mask-size: 300px 200px;
        width: 300px;
        height: 200px;
    }
    
}
.txt-about {
    position: relative;
    padding-right: 50px;
}

.ltr-style .txt-about {
    padding-right: unset;
    padding-left: 50px;
}

.txt-about h2 {
    font-family: 'FFShamel Unique', 'El Messiri', 'Alexandria', sans-serif !important;
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 42px;
}

.txt-about p {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 50px;
}

.txt-about ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.txt-about .btn-site {
    height: 70px;
    border-radius: 12px;
}

.txt-about .btn-site span {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
}

.txt-about .btn-site:hover i {
    filter: brightness(0)
}

.btn-read {
    color: var(--main-color);
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 500;
}

.btn-read:hover {
    color: #000;
}

.btn-read svg {
    transition: .3s;
}

.ltr-style .btn-read svg {
    transform: scale(-1, 1)
}

.btn-read:hover svg {
    transform: translateX(-15px)
}

.ltr-style .btn-read:hover svg {
    transform: translateX(15px) scale(-1, 1)
}


/* Style Projects */

.section_projects {
    position: relative;
    padding: 60px 0 20px 0;
}

.section_projects .sec_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-filter {
    display: flex;
    align-items: center;
    gap: 20px;
}

.project-filter a {
    color: #808080;
    font-weight: 500;
    font-size: 17px;
}

.project-filter a.active {
    font-weight: bold;
    color: #000;
    font-size: 20px;
}

.projects .row {
    justify-content: center;
}

.item-project {
    border: 1px solid #F2F2F2;
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 24px;
}

.item-project figure {
    position: relative;
    height: 240px;
    margin-bottom: 15px !important;
    overflow: hidden;
    border-radius: 16px 16px 4px 4px;
}

.item-project figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

/* .item-project:hover figure img {
    transform: scale(1.1) rotate(3deg)
} */

.item-project figure span {
    position: absolute;
    top: 23px;
    left: -36px;
    background: black;
    color: white;
    font-size: 14px;
    font-weight: bold;
    min-width: 150px;
    text-align: center;
    padding: 5px 35px;
    transform: rotate(-45deg);
}

.txt-project .d-flex {
    margin-bottom: 25px;
    justify-content: space-between;
}

.txt-project h4 {
    font-size: 18px;
    color: #000;
}
.txt-project-inner {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.feat-proj {
    align-items: center;
}
.feat-proj-inner {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
}

.feat-proj .feat-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.feat-proj div i {
    color: #898989;
}

.feat-proj div svg path{
    fill: #898989;
}

.feat-proj div p {
    white-space: nowrap;
    overflow: hidden;
    color: #000;
    font-size: 12px;
    font-weight: 500;
}

.icon-location {
    background: url(../images/icon-location.svg);
    width: 14px;
    height: 14px;
}

.icon-building {
    background: url(../images/icon-building.svg);
    width: 14px;
    height: 14px;
}

.txt-project .btn-site {
    width: 100%;
    height: 50px;
    border-radius: 12px;
}

.txt-project .btn-site span {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 15px;
}

.ltr-style .txt-project .btn-site span svg {
    transform: scale(-1, 1)
}

.view-all {
    position: relative;
    padding-top: 40px;
}

.view-all .btn-site {
    height: 60px;
    border: 2px solid #000;
    border-radius: 16px;
    background: transparent;
    padding: 10px 80px
}

.view-all .btn-site span {
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #000;
    font-weight: 500;
}

.ltr-style .view-all .btn-site span svg {
    transform: scale(-1, 1)
}

/* Style Wyh */

.section_why {
    padding: 40px 0 80px 0;
}

.section_why .sec_head {
    /* width: 50%; */
    margin: 0 0 40px;
}

.item-why {
    position: relative;
    text-align: center;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    gap: 20px;
}

.item-why figure img {
    max-width: 50px;
}

.item-why p {
    color: #808080;
    font-weight: 500;
    font-size: 17px;
}

/* Style Clients */

.section_clients {
    position: relative;
    padding: 80px 0;
}

.section_clients .sec_head {
    text-align: center;
}

.section_clients .owl-stage {
    padding-left: 0 !important;
}

.item-clients {
    padding: 15px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-clients img {
    max-width: 100%;
}

/* Style Testimoilas */

.section_testimonials {
    position: relative;
    padding: 80px 0;
}

.section_testimonials .sec_head {
    text-align: center
}

.item-testimonial {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
}

.item-testimonial figure {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px !important;
}

.item-testimonial figure img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover
}

.txt-testimonial h4 {
    color: #000;
    font-size: 19px;
    margin-bottom: 20px;
    text-align: center;
}

.txt-testimonial p {
    color: #939393;
    font-size: 15px;
    line-height: 1.7;
    min-height: 125px;
}

/* Style News */

.section_news {
    position: relative;
    padding: 80px 0;
}

.item-news {
    position: relative;
    background: white;
    box-shadow: 0 0 15px #0101010d;
    border: solid 1px #01010114;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}

.item-news figure {
    height: 200px;
    overflow: hidden;
}

.item-news figure img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    transition: .3s;
}

.item-news h5 a{
    display: inline-block;
    color: #000;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em;
    min-height: 3em;
    line-height: 1.5em !important;
}

.item-news:hover figure img {
    transform: scale(1.1) rotate(3deg);
}

.txt-news h4,
.txt-news h4 a {
    color: #000;
    font-size: 18px;
    margin-bottom: 15px;
}

.txt-news .opt-news {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #808080;
}

.txt-news .opt-news > div {
    display: flex;
    gap: 6px;
}

.txt-news .opt-news p {
    font-size: 12px;
    color: #7B7B7B;
}

.txt-news p {
    font-size: 15px;
    color: #A9A9A9;
    font-size: 18px;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em;
    line-height: 1.5em !important;
}

.icon-calender {
    background: url(../images/icon-calender.svg);
    width: 14px;
    height: 14px;
}

.icon-user {
    background: url(../images/icon-user.svg);
    width: 14px;
    height: 14px;
}


/* Style Certificates */

.section_certificates {
    position: relative;
    padding: 60px 0;
}

.section_certificates .sec_head span {
    display: block;
    position: relative;
    color: #333;
    font-size: 28px;
    /* padding-right: 25px; */
    margin-bottom: 5px;
}

.ltr-style .section_certificates .sec_head span {
    padding-right: unset;
    padding-left: 25px;
}

/* .section_certificates .sec_head span:before {
    content: "";
    width: 17px;
    height: 3px;
    background: #333;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
} */

.ltr-style .section_certificates .sec_head span:before {
    right: auto;
    left: 0;
}

.item-certificate {
    border: 1px solid #DEE2E6;
    background-color: white;
    border-radius: 16px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.item-certificate figure {
    height: 120px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.item-certificate figure img {
    max-width: 100%;
    max-height: 100%;
}

.txt-certificate p {
    font-size: 28px;
    color: #333333
}

/* Style Fotter */

footer {
    position: relative;
    background: var(--main-color)
}

footer:before {
    content: "";
    background: url(../images/shape-ft.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.top-footer {
    padding: 80px 0 40px;
    text-align: start;
}

.logo-ft {
    margin-bottom: 20px;
    display: block;
}

.logo-ft img {
    width: 100px;
    max-width: 100%;
    margin-bottom: 20px
}

.social-media {
    display: flex;
    align-items: center;
    gap: 25px;
}

.social-media li a {
    color: #fff;
    font-size: 20px;
}

.social-media li a svg {
    transition: .3s;
    width: 17px;
    height: 17px;
}

.social-media li a:hover svg {
    transform: rotate(360deg) scale(1.1);
}

.menu-ft h5 {
    font-family: 'FFShamel Unique', 'El Messiri', 'Alexandria', sans-serif !important;
    color: #fff;
    margin-bottom: 25px;
}

.menu-ft ul li {
    margin-bottom: 10px;
}

.menu-ft ul li a {
    color: #fff;
    font-size: 14px;
}

.li-ft li a:hover {
    opacity: .8;
}

.list-contact li {
    display: block;
    margin-bottom: 10px;
    color: #fff
}

.list-contact li a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.list-contact li a:hover,
.menu_ft li a:hover {
    opacity: .5
}

.bottom-ft {
    padding: 40px 0 20px;
    border-top: 1px solid #fff
}

.cont-bt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyRight {
    color: #fff;
    font-size: 14px;
}

.cont-bt p {
    color: #fff;
    font-size: 14px;
}

.cont-bt p a {
    color: #fff;
}

.menu_ft {
    display: flex;
    align-items: center;
    gap: 25px;
}

.menu_ft li a {
    color: #fff;
    font-size: 14px;
}

.icon-phone {
    background: url(../images/icon-phone.svg);
    width: 14px;
    height: 14px;
}

.icon-email {
    background: url(../images/icon-email.svg);
    width: 14px;
    height: 14px;
}

.icon-map {
    background: url(../images/icon-map.svg);
    width: 14px;
    height: 14px;
}

/* Style Head Page */

.section_hero_about {
    position: relative;
    padding: 40px 0 60px;
}

.section_hero_about .sec_head {
    /* margin: 50px 0 0; */
    margin: 0;
}

.thumbs-about {
    display: flex;
    align-items: center;
    gap: 20px;
}

.thumbs-about > div {
    flex: 0 0 auto;
    width: calc(25% - 20px);
}

.thumbs-about > div:last-child {
    width: 50%;
}

.thumbs-about img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
}

.info-abt {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    margin: 20px 0 100px 0;
}

.info-abt p {
    width: 70%;
    color: #808080;
    font-size: 17px;
    line-height: 1.8;
}

.info-abt .btn-site {
    height: 70px;
    margin: 0 auto 0 0;
    border-radius: 5px;
}

.ltr-style .info-abt .btn-site {
    margin: 0 0 0 auto;
}

.info-abt .btn-site span {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px;
}

.info-abt .btn-site:hover i {
    filter: brightness(0)
}

.cont-vision {
    position: relative;
    display: flex;
    gap: 120px
}

.item-vivsion .d-flex {
    align-items: flex-end;
    gap: 25px;
    margin-bottom: 25px;
}

.item-vivsion figure {
    margin-bottom: 0;
}

.item-vivsion figure img {
    width: 40px;
    height: 40px;

}

.item-vivsion span {
    display: block;
    color: #000;
    font-size: 33px;
    line-height: 1;
}

.item-vivsion p {
    color: #808080;
    font-size: 17px;
    line-height: 1.7;
    text-align: justify;
}

/* Style Values */

.section_values {
    position: relative;
    padding: 80px 0 30px;
}

.section_values .sec_head h2 {
    font-family: 'FFShamel Unique', 'El Messiri', 'Alexandria', sans-serif !important;
    color: #fff;
    margin-bottom: 50px;
}

.item-value {
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
}

.item-value h5 {
    color: #CCCCCC;
    font-size: 24px;
    margin-bottom: 15px;
}

.item-value p {
    color: #808080;
    font-size: 17px;
    line-height: 1.7;
}

/* Breadcrumb */

.section_hero_proj {
    position: relative;
    padding: 120px 0 60px;
}

.breadcrumb-bar {
    width: max-content;
    margin: 0 auto 50px;
    position: relative;
}

.breadcrumb-bar .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    padding: 5px 15px;
}

.breadcrumb-bar .breadcrumb a {
    color: #000;
    padding-left: 10px;
    font-weight: 500;
}

.ltr-style .breadcrumb-bar .breadcrumb a {
    padding-right: 10px;
    padding-left: unset;
}

.breadcrumb-bar .breadcrumb li {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    position: relative;
    padding-left: 10px;
}

.ltr-style .breadcrumb-bar .breadcrumb li {
    padding-right: 10px;
    padding-left: unset;
}

.breadcrumb-bar .breadcrumb li:last-child {
    padding-left: 0;
}

.ltr-style .breadcrumb-bar .breadcrumb li:last-child {
    padding-right: 0;
    padding-left: unset;
}

.breadcrumb > li:not(:last-child):before {
    border: 0;
    content: "/" !important;
    font-size: 24px;
    position: absolute;
    top: -1px;
    left: 7px;
}

.ltr-style .breadcrumb > li:not(:last-child):before {
    left: auto;
    right: 7px;
}

.breadcrumb-bar .breadcrumb a:hover {
    color: #20385D;
}

.cont-advanc_search {
    background: #F8F8F8;
    padding: 60px 0;
}

.cont-advanc_search p {
    text-align: center;
    font-size: 42px;
    color: #000;
    font-weight: 500;
    margin-bottom: 30px;
}

.form-search {
    display: flex;
    gap: 20px;
}

.form-search > div {
    flex: 0 0 auto;
    width: calc(25% - 15px);
}

.form-search > div label {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.form-search > div .form-control {
    height: 70px;
    border: 2px solid #D2D2D2;
    background-color: #FAFAFA;
    border-radius: 4px;
}

.form-select {
    padding: 0.375rem 0.75rem 0.375rem 2.25rem;
    background-position: left 0.75rem center;
}

.ltr-style .form-select {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    background-position: right 0.75rem center;
}

/* Style Rent Page */


.section_hero_page {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110vh;
    width: 100%;
    background-size: 100% 100% !important;
    background-position: center !important;
    z-index: 1;
}

.section_hero_page:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.section_hero_page .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.section_hero_page .container h3 {
    color: #F5EBE0;
    font-size: 58px;
    position: relative;
}

.txt-proj-dtl {
    position: relative;
    display: flex;
    gap: 40px;
}

.section_hero_page .txt-proj-dtl h3 {
    font-size: 38px;
    margin-bottom: 10px;
}

.txt-proj-dtl p {
    font-size: 20px;
    color: #F5EBE0
}

.txt-proj-dtl strong {
    font-size: 130px;
    line-height: 1;
    color: #F5EBE0
}

/* Style Project Details */

.hero_proj_dtl .container {
    align-items: self-end;
    justify-content: start;
    padding-bottom: 70px;
}

.section_gallery {
    position: relative;
    padding: 40px 0;
}

#gallery-slider .item img {
    height: 165px;
    border-radius: 16px;
    object-fit: cover;
    cursor: pointer;
}

.section-gallery .owl-nav {
    width: 102%;
    display: flex !important;
    justify-content: space-between;
    position: absolute;
    top: 0;
    height: 100%;
    align-items: center;
    pointer-events: none;
}

.section-gallery .owl-nav button {
    width: 100px;
    background: #f9f4ef !important;
    height: 100%;
    font-size: 80px !important;
    pointer-events: all;
}

@media screen and (max-width: 800px) {
    .section-gallery .owl-nav button {
        width: 50px;
    }
}


.section_info_project {
    position: relative;
    padding: 20px 0 0 0;
}

.proj-dtsl {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.proj-dtsl > div {
    display: flex;
    width: 46% !important;
    align-items: center;
    gap: 15px;
    border-radius: 16px;
    padding: 0;
    margin-bottom: 8px;
}

.proj-dtsl > div svg {
    width: 50px;
    height: unset;
}

.icon-hous {
    background: url(../images/svg/icon-hous.svg);
    width: 18px;
    height: 18px;
}

.proj-dtsl > div strong {
    font-weight: 500;
    color: #1E1E1E;
    font-size: 18px;
}

.info-proj h5 {
    color: #000;
    font-size: 28px;
    margin-bottom: 15px;
}

.info-proj p {
    color: #808080;
    font-size: 18px;
    line-height: 2;
    margin-bottom: 30px;
    text-align: justify;
}

.info-proj ul {
    display: flex;
    align-items: center;
    gap: 8px;
}

.info-proj ul li {
    width: 24%
}

.info-proj ul li.share {
    width: unset;
    margin-inline-start: 13px;
    margin-bottom: 5px;
    margin-top: -22px;
}

@media screen and (max-width: 800px) {
    .info-proj ul li.share {
        width: unset;
        margin-inline-start: 13px;
        margin-bottom: 0;
        margin-top: 20px;
    }
    .info-proj ul li a {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 18px;
    }
}

.info-proj .btn-site {
    height: 47px;
    border-radius: 13px;
    width: 100%;
    padding: 12px;
}

.info-proj .btn-site span {
    font-size: 15px
}

.info-proj .btn-site.btn-download {
    border: 3px solid #000;
    background: transparent;
}

.info-proj .btn-site.btn-download span {
    display: flex;
    color: #000;
    align-items: center;
    gap: 15px;
    font-size: 18px;
}

.info-proj .btn-site.btn-download i {
    filter: brightness(0)
}

.btn-share {
    color: #000;
    font-size: 36px;
}

.btn-share svg {
    transform: scale(-1, 1);
    transition: .3s;
}

.btn-share:hover {
    color: #000;
    opacity: .8;
}

.head-feat {
    position: relative;
    margin-bottom: 40px;
}

.head-feat h5 {
    font-family: 'FFShamel Unique', 'El Messiri', 'Alexandria', sans-serif !important;
    font-size: 32px;
    color: #000;
    position: relative;
}

.head-feat:before {
    content: "";
    background: #D2D2D2;
    width: calc(100% - 260px);
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

@media screen and (max-width: 800px) {
    .head-feat:before {
        width: calc(100% - 150px);
    }

    .head-feat h5 {
        font-size: 26px;
    }
}

.ltr-style .head-feat:before {
    left: auto;
    right: 0;
}

.item-feat {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
    padding: 10px 0 10px 40px;
}

@media screen and (max-width: 1366px) {
    .item-feat {
        padding: 5px 0;
    }
}

.ltr-style .item-feat {
    padding: 10px 40px 10px 0;
}

.item-feat i,
.item-feat svg {
    font-size: 36px;
    color: #808080;
    fill: #808080;
    width: 50px;
}
.item-feat img {
    width: 60px;
    height: 40px;
    object-fit: contain;
}
.item-feat p {
    color: #010101;
    font-size: 21px;
    line-height: 1.5 !important;
    margin-bottom: unset;
}

.item-feat p.feature-discription {
    font-size: 15px;
    color: #656464;
}

.item-feat figure {
    margin-bottom: 0;
}

.item-feat .icon {
    width: 40px;
    height: 40px;
}

.proj-facilities > div {
    margin-bottom: 30px;
}

.proj-facilities > div span,
.aparment-feat > div span {
    display: block;
    color: #769F60;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 500;
}

.proj-facilities > div p,
.aparment-feat > div p {
    color: #808080;
    font-size: 21px;
    line-height: 1.7;
}

.proj-facilities > div ul {
    padding-right: 60px;
}

.ltr-style .proj-facilities > div ul {
    padding-left: 60px;
    padding-right: unset;
}

.proj-facilities > div ul li {
    position: relative;
}

.proj-facilities > div ul li:before {
    content: "";
    background: #769F60;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    right: -20px;
}

.ltr-style .proj-facilities > div ul li:before {
    right: auto;
    left: -20px;
}

.aparment-feat > div ul li {
    position: relative;
    padding-right: 40px;
}

.ltr-style .aparment-feat > div ul li {
    padding-right: unset;
    padding-left: 40px;
}

.aparment-feat > div ul li:before {
    font: normal normal normal 18px / 1 FontAwesome;
    content: "\f00c";
    position: absolute;
    top: 15px;
    transform: translateY(-50%);
    right: 0px;
    color: #769F60;
}

.ltr-style .aparment-feat > div ul li:before {
    right: auto;
    left: 0px;
}

.register-interest {
    background: #FEFCFB;
    padding: 20px 40px;
    border-radius: 36px;
    border: 1px solid #F9F2EB;
    margin-top: 40px;
}

.register-interest h4 {
    margin-bottom: 20px;
    text-align: center;
    color: #000;
    font-size: 30px;
}

.form-interest .form-group {
    margin-bottom: 15px;
}

.form-interest .form-group label {
    color: #000;
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}

.form-interest .form-group .form-control {
    background: #fff;
    border: 1.5px solid #F6EBE0;
    border-radius: 12px;
    height: 60px;
}

.form-interest .form-group .btn-site {
    width: 100%;
    height: 60px;
    border-radius: 12px;
}

.icon-conditioning {
    background: url(../images/svg/icon-conditioning.svg);
}

.icon-insulation {
    background: url(../images/svg/icon-insulation.svg);
}

.icon-intelligent {
    background: url(../images/svg/icon-intelligent.svg);
}

.icon-services {
    background: url(../images/svg/icon-services.svg);
}

.icon-anodes {
    background: url(../images/svg/icon-anodes.svg);
}

.icon-parken {
    background: url(../images/svg/icon-parken.svg);
}

.icon-parking {
    background: url(../images/svg/icon-parking.svg);
}

.icon-extinguishing {
    background: url(../images/svg/icon-extinguishing.svg);
}

.icon-fire {
    background: url(../images/svg/icon-fire.svg);
}

.section_residential_units {
    position: relative;
    padding: 40px 0 0;
}

.item-residential {
    position: relative;
    border: 2px solid #CCCCCC;
    padding: 16px;
    border-radius: 12px;
    margin-bottom: 24px;
}

.dta-residential {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dta-residential h4 {
    font-size: 12px;
}

.dta-residential h4 b {
    font-size: 20px;
}

.dta-residential span {
    background: #F1F7EE;
    border-radius: 6px;
    padding: 10px 30px;
    color: #80B365;
    font-weight: 500;
    font-size: 14px;
}

.feat-residential {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
    margin: 10px 0;
    border-top: 1px dashed #1E1E1E;
    border-bottom: 1px dashed #1E1E1E;
}

.feat-residential > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.feat-residential > div figure {
    /*    background: #1E1E1E;*/
    width: 24px;
    height: 24px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.feat-residential > div p {
    font-weight: 500;
    color: #1E1E1E;
    font-size: 14px;
}

.icon-bedrooms {
    background: url(../images/svg/icon-bedrooms.svg);
}

.icon-floor {
    background: url(../images/svg/icon-floor.svg);
}

.icon-area {
    background: url(../images/svg/icon-area.svg);
}

.prc-units p {
    font-size: 12px;
    color: #000;
}

.prc-units h4 {
    font-size: 20px;
    color: #000;
}

.prc-units h4 span {
    font-size: 12px;
    color: #999999;
}

.prc-units ul {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.prc-units ul li {
    flex: 0 0 auto;
    width: calc(50% - 7.5px);
}

.prc-units ul li a {
    width: 100%;
}

.prc-units ul li a.btn-site {
    height: 42px;
    border-radius: 12px;
}

.prc-units ul li a.btn-compare {
    border: 1px solid #000;
    background: transparent;
}

.prc-units ul li a.btn-compare span {
    color: #000;
    font-weight: 500;
}

/*  Style Contact */

.section_contact {
    position: relative;
    padding: 80px 0;
}

.ph-contact h5 {
    color: #000;
    margin-bottom: 15px;
    font-size: 21px;
}

.ph-contact p {
    color: #808080;
    font-size: 17px;
    line-height: 1.7;
}

.phone-contact {
    position: relative;
    margin: 30px 0;
}

.phone-contact h2 {
    font-family: 'FFShamel Unique', 'El Messiri', 'Alexandria', sans-serif !important;
    color: #000;
    font-size: 34px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.phone-contact h2 .icon {
    width: 50px;
    height: 50px;
    filter: brightness(0);
}

i.icon.icon-phone.phone-contact-icon {
    width: 50px;
    height: 50px;
    filter: brightness(0);
}

.locat-contact h3 {
    margin-bottom: 15px;
    font-size: 24px;
}

.locat-contact p {
    color: #808080;
    display: flex;
    align-items: center;
    gap: 10px;
}

.locat-contact p .icon {
    filter: brightness(0);
    width: 21px;
    height: 21px;
}

.icon-clock {
    background: url(../images/icon-clock.svg);
    width: 18px;
    height: 18px;
}

.cont-contact {
    margin-bottom: 30px;
}

.cont-contact > div {
    margin-bottom: 30px;
}

.cont-contact > div .d-flex {
    gap: 10px;
}

.cont-contact > div h4 {
    color: #000;
    font-size: 21px;
    margin-bottom: 10px;
}

.cont-contact > div p {
    color: #808080;
    font-size: 16px;
}

.cont-contact > div p span {
    color: #769F60;
    font-weight: 500;
}

.cont-contact .social-media li a {
    color: #000;
}

.form-contact .d-flex {
    gap: 15px;
}

.form-contact .d-flex .form-group {
    flex: 0 0 auto;
    width: calc(50% - 7.5px);
}

.form-contact .form-group {
    position: relative;
    margin-bottom: 15px;
}

.form-contact .form-group svg,
.form-contact .form-group i {
    color: #878787;
    position: absolute;
    top: 15px;
    right: 10px;
}

.ltr-style .form-contact .form-group svg,
.ltr-style .form-contact .form-group i {
    right: auto;
    left: 10px;
}

.form-contact .form-control {
    background: #fff;
    border: 1px solid #878787;
    padding-right: 35px;
    height: 50px;
    border-radius: 4px;
}

.ltr-style .form-contact .form-control {
    padding-right: unset;
    padding-left: 35px;
}

.form-contact .form-control::placeholder {
    color: #ccc;
}

body.rtl .wpcf7 input[type="url"]::placeholder,
body.rtl .wpcf7 input[type="email"]::placeholder,
body.rtl .wpcf7 input[type="tel"]::placeholder {
    text-align: right;
}


.form-contact textarea.form-control {
    height: 240px;
    padding-right: 10px;
}

.ltr-style .form-contact textarea.form-control {
    padding-right: unset;
    padding-left: 10px;
}

/* .form-contact .input-location {
    padding-top: 35px;
    margin-top: 20px;
    border-top: 1px solid rgb(0 0 0 / 15%);
} */

.form-contact .input-location .form-control {
    padding-right: 10px;
}

.ltr-style .form-contact .input-location .form-control {
    padding-left: 10px;
    padding-right: unset;
}

.form-contact .btn-site {
    height: 65px;
    width: 100%;
    border-radius: 4px;
    margin-top: 25px;
}

/* Maintenance */

.hero_maintenance:after {
    content: "";
    background: rgb(0 0 0 / 53%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.icon-edit {
    background: url(../images/icon-edit.svg);
    width: 17px;
    height: 17px;
}

.flex-proj .form-group:first-child {
    width: 70%;
}

.flex-proj .form-group:last-child {
    width: calc(30% - 15px);
}

@media screen and (max-width: 768px) {
    .flex-proj {
        flex-wrap: wrap;
    }

    .flex-proj .form-group {
        width: 100%;
    }
    
    .form-contact .d-flex {
        gap: 0 15px;
    }

    .flex-proj .form-group:first-child,
    .flex-proj .form-group:last-child {
        width: 100%;
    }

    
    
}



/* Style Project Details */

.section_project_details {
    position: relative;
    padding: 60px 0;
    min-height: 650px;
    background-size: cover !important;
    display: flex;
    align-items: end;
  }
  .section_project_details:before {
    content: "";
    background: linear-gradient(0deg, #01010100, #010101d1);
    background-size: 100% 100%;
    width: 100%;
    height: 50vh;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .section_project_details:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100vh;
    background: linear-gradient(0deg, #010101, #01010100);
    bottom: 0;
  }
  
  .dta-proj-container {
    z-index: 100;
  }
  
  .dta-proj {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    text-align: start;
  }

  @media screen and (max-width: 768px) {
    .dta-proj {
      display: block;
    }
    
    .dta-project .project-logo {
        text-align: center;
    }
  }

  .dta-project {
    margin-bottom: -55px;
    margin-top: 45px;
}

  .dta-project .project-logo img {
        width: 150px;
        height: auto;
        margin: 10px 0 45px 0;
    }

  .name-proj h3 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 10px;
  }
  .name-proj p {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    display: flex;
    align-items: center;
  }
  .name-proj .icon {
    margin-left: 10px;
    margin-right: 0;
  }
  .ltr-style .name-proj .icon {
    margin-right: 10px;
    margin-left: 0;
  }
  .act-proj .btn-site {
    height: 50px;
    font-size: 15px;
    padding: 12px 15px;
  }
  .act-proj .btn-site span {
    display: flex;
    align-items: center;
    gap: 7px;
  }
  .act-proj .btn-site span i {
    margin: 0;
  }
  .downl-proj {
    margin-left: 10px;
  }
  .ltr-style .downl-proj {
    margin-right: 10px;
    margin-left: unset;
  }
  .icon-downl {
    background: url(../images/icon-down.html);
  }
  .icon-downl {
    margin-left: 8px;
    margin-right: 0;
  }
  .icon-share {
    background: url(../images/icon-share.html);
  }
  
  .icon-location {
    background: url(../images/icon-location-white.html);
  }
  
  .act-proj .btn-site:before {
    background: #7e7e7e;
  }
  .act-proj .btn-site:hover span {
    color: #fff;
  }
  



  
  /****************************************************************************/
  /** apartments
  /****************************************************************************/

  .apartments {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
  }
  
  .apartments .apartment {
    width: 33%;
    padding: 10px;
  }
  
  .apartments .apartment .apartment-inner {
    width: 100%;
    position: relative;
    background-color: #ffffff;
    border: solid 2px #bdbdbd;
    border-radius: 20px;
    /* border-bottom: 0; */
    display: inline-block;
    padding: 0;
    transition: all ease-in-out 0.2s;
    cursor: pointer;
  }
  .apartments .apartment .apartment-inner .apartment-image {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 250px;
    background-color: #3d3d3d;
    margin-bottom: 20px;
  }
  .apartments .apartment .apartment-inner .apartment-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.5s;
  }
  .apartments .apartment .apartment-inner .apartment-image-overlay i {
    scale: 0;
    color: transparent;
    transition: all ease-in-out 0.5s;
  }
  
  .apartments .apartment:hover .apartment-inner .apartment-image-overlay i {
    color: white;
    scale: 1;
  }
  
  .apartments .apartment:hover .apartment-inner .apartment-image-overlay {
    display: flex;
    background-color: #01010185;
  }
  
  .apartments .apartment .apartment-inner a.edit-apartment-btn {
    display: none;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 35px;
    height: 35px;
    border-radius: 7px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    padding: 0;
    background-color: #ffffff;
    border: solid 1px #7376c32b;
    color: #302b70;
    transition: all ease-in-out 0.2s;
  }
  
  .apartments .apartment .apartment-inner:hover a.edit-apartment-btn {
    display: block;
  }
  
  .apartments .apartment .apartment-inner a.edit-apartment-btn:hover {
    background-color: #f5f5f5;
  }
  
  .apartments .apartment .apartment-inner:hover {
    /* box-shadow: 1px 6px 7px #01010145;
      transform: translateX(-1px) translateY(-3px); */
    /* border: solid 1px #a5a5a5; */
    box-shadow: 0 0 15px #0101010a;
  }
  
  .apartments .apartment .apartment-inner .apartment-content {
    padding: 20px;
    /* background: #f0f1f1; */
  }
  
  .apartments .apartment .apartment-inner .project-title {
    display: block;
    color: #000;
    font-weight: normal;
    font-size: 30px;
    letter-spacing: 0;
  }
  
  .apartments .apartment.no-image .apartment-inner .project-title {
    font-size: 20px;
  }
  
  .apartments .apartment .apartment-inner .apartment-image-overlay svg {
    opacity: 0;
    color: white;
    transition: all ease-in-out 0.5s;
  }
  
  
  .apartments .apartment.no-image .apartment-inner .apartment-image-overlay svg {
    display: none;
  }
  .apartments .apartment:hover .apartment-inner .apartment-image-overlay svg {
    opacity: 1;
  }
  .apartments .apartment .apartment-inner table.apartment-table {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #717171;
  }
  
  .apartments .apartment .apartment-inner table.apartment-table tr td {
    border: solid 4px white;
    text-align: center;
    padding: 10px 0;
  }
  
  .modal-body .apartment-table .apartment-inner .apartment-image {
    display: none;
  }
  
  .apartments
    .apartment
    .apartment-inner
    table.apartment-table
    tr
    td
    .apartment-description {
    height: 90px;
    overflow: auto;
    font-weight: normal;
    font-size: 15px;
    padding: 0 10px;
    text-align: start;
  }
  
  .apartments .apartment .apartment-footer {
    position: relative;
    height: 60px;
  }
  
  .apartments .apartment.sale .apartment-footer {
    color: #009344;
  }
  
  .apartments .apartment.sale2 .apartment-footer {
    color: #00b63d;
  }
  
  .apartments .apartment.booked .apartment-footer {
    color: #f7931d;
  }
  
  .apartments .apartment.sold .apartment-footer {
    color: #be1e2d;
  }
  
  .apartments .apartment .apartment-footer .apartment-status {
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    width: 100px;
    height: 45px;
    background-color: gray;
    color: white;
    bottom: 0;
  }
  
  .apartments .apartment.sale .apartment-footer .apartment-status {
    background-color: #009344;
  }

.apartments .apartment.sale2 .apartment-footer .apartment-status {
    background-color: #00b63d;
}
  
  .apartments .apartment.booked .apartment-footer .apartment-status {
    background-color: #f7931d;
  }
  
  .apartments .apartment.sold .apartment-footer .apartment-status {
    background-color: #be1e2d;
  }
  
  .apartments .apartment .apartment-footer .apartment-price {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
  }
  
  .apartments .apartment .apartment-footer .apartment-price span {
    font-size: 28px;
    font-weight: bold;
  }
  
  .apartments .apartment a.new-apartment-btn {
    display: flex;
    width: 100%;
    height: calc(100% - 20px);
    margin: 10px 0;
    min-height: 270px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 40px;
    color: #e3e3e7;
    border: dotted 4px;
  }
  
  @media screen and (max-width: 800px) {
    .apartments .apartment {
      width: 100%;
      padding: 10px 0;
    }
  
    .apartments .apartment .apartment-inner {
      padding: 10px 10px 0;
    }
  
    .spp-title-stat {
      margin: 60px 0;
    }
  
    .apartments .apartment .apartment-inner .apartment-content {
      padding: 0;
    }
  }
  
  p.response {
    margin: 0;
  }
  p.response:empty {
    display: none;
  }

  p.error_msg {
    margin: 0;
    color: red;
    font-size: 14px;
    line-height: 20px;
  }
    p.error_msg:empty {
        display: none;
    }

  #filters-sidebar {
    background: #f0f1f1;
    padding: 20px;
    margin-bottom: 30px;
  }
  
  #filters-sidebar #content {
    flex: 1;
    padding: 20px;
  }
  
  #filters-sidebar h2 {
    font-family: 'FFShamel Unique', 'El Messiri', 'Alexandria', sans-serif !important;
    margin-top: 15px;
    color: #333;
    margin-bottom: 20px;
    font-size: 1.5em;
    border-bottom: solid 1px #01010126;
    padding-bottom: 20px;
    text-align: center;
  }
  
  #filters-sidebar .filter-group {
    margin-bottom: 25px;
  }
  
  #filters-sidebar h3 {
    color: #555;
    font-size: 1.2em;
    margin-bottom: 15px;
  }
  
  #filters-sidebar label {
    color: black !important;
    font-size: 15px;
    background-color: white;
    margin-bottom: 10px;
    padding: 5px;
  }
  
  #filters-sidebar input[type="checkbox"] {
    margin: 0 5px 0 10px;
  }
  
  #filters-sidebar .input-label,
  #filters-sidebar .checkbox-label {
    display: flex;
    align-items: center;
    color: #555;
    cursor: pointer;
  }
  
  #filters-sidebar input {
    padding: 5px;
    margin: 0;
    width: 100%;
    border: none;
    outline: none;
    background: white;
  }
  
  #filters-sidebar input:focus {
    outline: none;
    border: none;
  }
  
  #filters-sidebar .checkbox-custom {
    width: 18px;
    height: 18px;
    border: 2px solid #555;
    border-radius: 3px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    transition: background-color 0.3s, border-color 0.3s;
  }
  
  #filters-sidebar .checkbox-custom:checked {
    background-color: #4caf50;
    border-color: #4caf50;
  }
  
  /* Add unique styles for each filter group */
  #filters-sidebar .price-group label {
    display: inline-flex;
    width: 47%;
    align-items: center;
    margin: 0;
  }
  
  #filters-sidebar .status-group label {
    color: #673ab7;
    display: inline-flex;
    width: 31%;
    margin: 0;
    align-items: center;
  }
  
  #filters-sidebar .floor-group label {
    color: #ffc107;
    display: inline-flex;
    width: 47%;
    align-items: center;
    margin: 2px 0;
  }
  
  #filters-sidebar .rooms-group label {
    color: #2196f3;
    display: inline-flex;
    width: 47%;
    align-items: center;
    margin: 2px 0;
  }
  
  #filters-sidebar .close {
    display: none;
    position: absolute;
    padding: 5px 10px;
    background-color: gainsboro;
    left: 20px;
    top: 15px;
  }
  
  .apartments-filter-btn {
    display: none !important;
  }
  
  @media screen and (max-width: 800px) {
    #filters-sidebar {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 9999999;
      overflow: auto;
    }
  
    #filters-sidebar .close {
      display: block;
    }
  
    .apartments-filter-btn {
      display: inline-block !important;
    }
  }
  
  /****************************************************************************/
  /** unit details */
  /****************************************************************************/
  
  .unit-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px dashed #1E1E1E;
    border-left: 0;
    border-right: 0;
    padding: 20px 0;
    margin: 16px 0;
  }

  .unit-details .item {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .unit-details .item span.dyari-icon {
    width: 37px;
    height: 20px;
    background-size: contain !important;
    background-repeat: no-repeat;
    display: inline-block;
}

  .apartment-info .unit-details {
    gap: 50px 0;
    justify-content: flex-start;
  }
  
  .apartment-info .unit-details div {
    display: flex;
    align-items: center;
    gap: 0 15px;
    width: 30%;
    white-space: nowrap;
  }

  @media screen and (max-width: 800px) {
    .apartment-info .unit-details div {
        gap: 0 10px;
        width: 50%;
        white-space: normal;
    }
    .apartment-info .unit-details .unit-price {
        display: block;
        width: 100%;
    }
  }
  
  .unit-details i,
  .unit-details svg {
    color: #000;
    font-size: 21px;
    padding: 0 6px;
  }
  
  button.unit-view-btn {
    display: block;
    color: white;
    text-align: center;
    padding: 5px 0;
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
    height: unset;
  }
  
  #bookApartmentModal button.unit-view-btn {
    display: none;
  }
  
  span.unit-status {
    position: absolute;
    top: 15px;
    left: 10px;
    font-size: 14px;
    display: block;
    background-color: #b7b7b7;
    color: white;
    line-height: 34px;
    width: 75px;
    text-align: center;
    padding-top: 2px;
    border-radius: 7px;
  }
  
  span.unit-status.sale {
    background-color: #caffad;
    color: #00000082;
  }

span.unit-status.sale2 {
    background-color: #afa5e5;
    color: #ffffff;
}
  
  span.unit-status.sold {
    background-color: #cbcbcb;
    color: #ffffff;
  }
  
  span.unit-status.booked {
    background-color: #ffff68;
    color: #797979;
  }
  
  span.unit-status2 {
    position: absolute;
    left: 25px;
    top: -25px;
    padding: 5px 25px 0 25px;
    height: 23px;
    border-radius: 15px 15px 0 0;
    background: #717171;
    color: white;
    font-size: 12px;
}


/****************************************************************************/
/** loader
/****************************************************************************/

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1c1c1c80;
    color: white;
    font-size: 50px;
    z-index: 999999999;
  }
  
  /****************************************************************************/
  /** Image Viewer
  /****************************************************************************/
  
  #imageViewer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    z-index: 999999999;
  }
  
  #imageViewer #fullImage {
      width: 100%;
      height: 100%;
      object-fit: contain;
  }
  
  #imageViewer .close-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
  }
  
  img.imgviewer {
    cursor: pointer;
  }
  
  /****************************************************************************/
  /** notifications
  /****************************************************************************/
  
  .notification {
    position: fixed;
    left: 30px;
    bottom: -90px;
    font-size: 14px;
    padding: 10px 2px;
    border-radius: 5px;
    box-shadow: 0 0 50px #010101;
    width: 300px;
    text-align: center;
    z-index: 999999999;
    transition: all 1s ease-in-out;
    border-right: solid 3px;
    color: black;
    background: #96b0d6;
    border-color: #005680;
  }
  
  .notification.default {
    background: #96b0d6;
    border-color: #005680;
  }
  
  .notification.success {
    background: #96d696;
    border-color: green;
  }
  
  .notification.warning {
    background: #e6d287;
    border-color: #8c7213;
  }
  
  .notification.error {
    background: #ffbcbc;
    border-color: #b70000;
  }
  
  .notification.show_up {
    bottom: 40px;
  }
  
  .danger {
    background-color: red !important;
  }
  
  .success {
    background-color: #a5d6a7 !important;
  }
  
  
  /****************************************************************************/

  
  
/****************************************************************************/
/** Single.php *
/****************************************************************************/

.site-content {
    background-color: white;
  }
  
  .site-content-inner {
    padding: 10px;
  }
  
  .single p {
    font-size: 18px;
    line-height: 35px;
  }
  
  .site-content.single-page h1 {
    text-align: center;
    padding: 35px 0;
  }

/****************************************************************************/
/** single post
/****************************************************************************/

.single-post .site-content-inner {
    /* padding: 10px; */
    padding-top: 50px;
  }
  
  .single-post h1 {
    font-size: 40px;
    line-height: 50px;
    padding: 0 15px;
    margin-bottom: 25px;
  }
  
  .single-post article {
    padding: 0 15px;
  }
  
  .single-post .single-post-content .thumbnail figure img {
    max-width: 100%;
    width: 100%;
    height: 400px;
    border-radius: 15px;
    object-fit: cover;
  }
  
  @media screen and (max-width: 800px) {

    .single-post h1 {
      padding: 0;
      font-size: 25px;
      line-height: 34px;
      margin-top: 20px;
    }
  
    .single-post article {
      padding: 0;
    }
  
    .single-post .single-post-content .thumbnail figure img {
      height: 250px;
    }
  }

/****************************************************************************/
/***  Single Page
/****************************************************************************/

.single-page h2,
.single-page h3,
.single-page h4,
.single-page h5,
.single-page h6 {
    font-family: 'FFShamel Unique', 'El Messiri', 'Alexandria', sans-serif !important;
    margin: 20px 0;
}

.single-page p {
    margin: 20px 0;
}


.single-page h2 {
    font-family: 'FFShamel Unique', 'El Messiri', 'Alexandria', sans-serif !important;
    font-size: 20px;
    color: #475846;
    background-color: #47584612;
    margin-bottom: 20px;
    padding: 10px;
    padding-inline-start: 10px;
}


.single-page h3,
.single-page h4,
.single-page h5,
.single-page h6 {
    color: #475846;
    margin-bottom: 20px;
}

.single-page h3 {
    font-size: 20px;
}

.single-page h4 {
    font-size: 18px;
}

.single-page h5 {
    font-size: 16px;
}

.single-page h6 {
    font-size: 14px;
}

.single-page p {
    font-size: 16px;
    margin-bottom: 20px;
}

.single-page strong {
    color: #475846;
}

.single-page ol, .single-page ul {
    margin-bottom: 20px;
    padding-left: 20px;
    margin-inline-start: 20px;
}

.single-page li {
    margin-bottom: 10px;
}

.single-page li ul {
    margin-top: 10px;
}

.single-page li ul li {
    margin-bottom: 5px;
}

.single-page a {
    color: #475846;
    text-decoration: none;
}

.single-page a:hover {
    text-decoration: underline;
}

.single-page blockquote {
    padding: 15px;
    margin: 20px 0;
    background: #f8f9fa;
    border-left: 5px solid #475846;
    font-style: italic;
}

.single-page img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .single-page .container {
        padding: 15px;
    }

    .single-page h4 {
        font-size: 20px;
    }

    .single-page p {
        font-size: 14px;
    }
}



/****************************************************************************/
/** breadcrumbs
/****************************************************************************/

.breadcrumbs {
    padding: 25px 25px;
    background-color: #1313131f;
    font-size: 17px;
  }
  
  .breadcrumbs ul {
    margin: 0;
  }
  
  .breadcrumbs ul li a{
    color: #000;
  }
  
  .breadcrumbs-1 span.breadcrumb-delimiter {
    padding: 10px;
    color: #000;
  }
  
  .breadcrumbs-1 .breadcrumbs-item {
    display: inline-block;
  }
  
  @media screen and (max-width: 800px) {
    .breadcrumbs {
      padding: 20px 15px;
      font-size: 18px;
    }
    .breadcrumbs ul {
      padding: 0;
    }
  }

  
/****************************************************************************/
/** Sidebar
/****************************************************************************/

.search-from-widget {
    position: relative;
  }

.search-from-widget input {
    padding: 15px 20px;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    background-color: whitesmoke;
    border: solid 1px #f5f5f5;
    box-shadow: 0 0 1px #01010114;
}
  .search-from-widget button {
    position: absolute;
    right: 10px;
    top: 6px;
    border: 0;
    background: none;
    height: 45px;
    width: 45px;
    font-size: 20px;
    border-radius: 50%;
    color: var(--secondary-black);
  }
  
  body.ar .search-from-widget button {
    right: unset;
    left: 10px;
  }
  
  .recent-posts-widget {
    margin-bottom: 60px;
  }
  .recent-posts-widget ul {
    padding: 0;
  }
  .recent-posts-widget ul li {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
  }
  
  .recent-posts-widget ul li .thumbnail {
    width: 160px;
    padding: 5px 10px;
  }
  
  .recent-posts-widget ul li .thumbnail figure {
    margin: 0;
  }
  
  .recent-posts-widget ul li .thumbnail figure img {
    border-radius: 15px;
    width: 100%;
    height: 90px;
    object-fit: cover;
  }
  
  .single-ictc-product .recent-posts-widget ul li .thumbnail figure img {
    border-radius: 15px;
    width: 100%;
    height: 110px;
    padding: 7px;
    object-fit: contain;
    border: solid 1px #0101010d;
    box-shadow: 0 0 32px #0101010f;
  }

  .recent-posts-widget ul li .content {
    flex: 1;
  }
  
  .recent-posts-widget ul li .content .title {
    font-weight: 900;
    font-size: 16px;
    line-height: 25px;
  }
  
  .recent-posts-widget ul li .content .title a {
    color: var(--primary-black);
  }
  
  .recent-posts-widget ul li .content .date {
    color: var(--secondary-black);
    font-size: 14px;
  }
  
  /* links-list-widget */
  
  .links-list-widget {
    margin-bottom: 60px;
  }
  
  .links-list-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .links-list-widget ul li {
    font-size: 18px;
  }
  
  .links-list-widget ul li a {
    color: #979797;
    display: block;
    padding: 8px 5px;
    transition: all ease-in-out 0.2s;
  }
  
  .links-list-widget ul li a:hover {
    color: var(--primary-black);
  }
  
  @media screen and (max-width: 800px) {
    .recent-posts-widget ul li .thumbnail {
      width: 120px;
    }
  
    .recent-posts-widget ul li .thumbnail figure img {
      height: 70px;
    }
  }
  
  
 
/****************************************************************************/
/** post card
/****************************************************************************/

  .post-card {
    margin-bottom: 30px;
    text-align: start;
    border: solid 1px #0101011c;
    border-radius: 15px;
    padding: 7px;
}

.post-card .thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.post-card .thumbnail img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    object-fit: cover;
    transition: transform 0.5s;
}


.col-md-4 .post-card .thumbnail img {
    min-height: 250px;
}

.col-md-6 .post-card .thumbnail img {
    min-height: 250px;
}

.post-card .thumbnail img:hover {
    transform: scale(1.1);
}

.post-card .thumbnail figcaption {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 1.2rem;
    line-height: 22px;
    max-height: 58px;
    overflow: hidden;
    text-align: center;
}

.post-card .title {
    padding: 0 5px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
}

.post-card .title a{
    color: black;
}
.post-card .excerpt {
    padding: 0 5px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 25px;
    max-height: 75px;
    overflow: hidden;
    color: #636363;
}

.post-card .read-more {
    padding: 0 5px;
    margin: 10px 0;
    font-size: 1rem;
}

.post-card .read-more a{
    color: var(--primary-color);
}

.post-card .read-more a i{
    margin-inline-start: 0;
    transition: margin ease-in-out 0.3s;
}

.post-card .read-more a:hover i{
    margin-inline-start: 5px;
}

@media screen and (max-width: 768px) {
    .col-md-4 .post-card .thumbnail img,
    .col-md-6 .post-card .thumbnail img,
    .post-card .thumbnail img {
        min-height: 200px;
    }

}

/****************************************************************************/
/** Pagination
/****************************************************************************/

.pagination {
    border: none;
    display: block;
}

.pagination .pagination-inner {
    direction: rtl;
    float: left;
    margin: 50px;
}

.pagination a {
    display: inline-block;
    color: #00017c;
    margin: 5px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    transition: 0.5s all;
}

.pagination a:hover {
    display: inline-block;
    color: #7647E2;
    background-color: white;
    margin: 5px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.2), 0 0px 3px 0 rgba(0, 0, 0, 0.19);
}

.pagination span.current {
    display: inline-block;
    color: white;
    background-color: #00017c;
    margin: 5px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.pagination span.dots {
    display: inline-block;
    margin: 5px;
}


/****************************************************************************/
/** Contact form 7
/****************************************************************************/

span.wpcf7-spinner {
    position: absolute;
    left: 0;
    top: 10px;
}

  /***************************************************************************/


  
  .job-form {
    font-family: 'Nunito', sans-serif;
    direction: rtl;
  }
  .job-form * {
    box-sizing: border-box;
  }
  .job-form .form-wrapper {
    padding: 10px 30px;
    position: relative;
  }
  .job-form .form-header {
    position: absolute;
    top: 0;
    left: 0;
    height: 300px;
    width: 100%;
    background-color: #03a9f4;
  }
  .job-form .form-container {
    max-width: 800px;
    margin: 120px auto 50px;
    position: relative;
  }
  .job-form .form-box {
    background: #fff;
    padding: 50px 40px;
    box-shadow: rgba(0, 0, 0, 0.05) 0 4px 20px 7px;
    border-radius: 6px;
    text-align: center;
  }
  .job-form .form-title {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 40px;
  }
  .job-form .form-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
  .job-form .form-col {
    flex: 0 0 48%;
    min-width: 200px;
  }
  .job-form .form-col-full {
    flex: 0 0 100%;
  }
  .job-form .field-label {
    font-size: 14px;
    color: #9c9c9c;
    margin-bottom: 5px;
    text-align: start;
  }
  .job-form .form-input,
  .job-form .form-textarea {
    width: 100%;
    border: 2px solid #eee;
    border-radius: 4px;
    font-size: 16px;
    padding: 10px 15px;
  }
  .job-form .form-input {
    height: 50px;
  }
  .job-form .form-textarea {
    min-height: 150px;
    padding-top: 20px;
  }
  @media (max-width: 768px) {
    .job-form .form-col {
      flex: 0 0 100%;
    }
    .job-form .form-title {
      font-size: 30px;
      line-height: 40px;
    }
  }
  @media (max-width: 500px) {
    .job-form .form-box {
      padding: 50px 15px;
    }
    .job-form .form-title {
      font-size: 26px;
      line-height: 34px;
    }
    .job-form .form-input {
      height: 45px;
    }
    .job-form .field-label {
      font-size: 12px;
    }
  }



    /****************************************************************************/
    /** unit filter
    /****************************************************************************/


  .unit-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    direction: rtl;
  }

  .unit-filter .filter-group {
    flex: 1 1 110px;
    position: relative;
  }
  
  .unit-filter .filter-group.filter-group-150 {
    flex: 1 1 150px;
  }

  .unit-filter label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .unit-filter input,
  .unit-filter select,
  .unit-filter .dropdown-toggle {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
    box-sizing: border-box;
    cursor: pointer;
  }

  .unit-filter button {
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    margin-top: 25px;
    cursor: pointer;
    font-size: 15px;
  }

  .unit-filter .dropdown {
    position: relative;
  }

  .unit-filter .dropdown-menu {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    top: 100%;
    right: 0;
    width: 100%;
    min-width: 500px;
    text-align: start;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 99;
  }

  body.rtl .unit-filter .dropdown-menu {
    right: unset;
    left: 0;
  }

  .unit-filter .dropdown:hover .dropdown-menu {
    display: block;
  }

  .unit-filter .dropdown-menu label {
    display: inline-block;
    width: 30%;
    white-space: nowrap;
    margin: 5px 0;
    padding: 10px 15px;
    font-weight: normal;
    font-size: 13px;
  }

  
  .unit-filter .dropdown-menu label input {
    width: unset;
  }





  @media screen and (max-width: 800px) {
    .unit-filter .dropdown:hover .dropdown-menu {
        display: block;
        min-width: 90%;
        width: calc(90% - 50px);
        left: 20px;
        top: unset;
    }

    .unit-filter .dropdown {
        position: unset;
    }

    .unit-filter .dropdown-menu label {
        width: 48%;
    }
  }
  
    /****************************************************************************/
    /** Careers Option Widget
    /****************************************************************************/


  .careers-option-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff17;
    backdrop-filter: blur(3px);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 15px;
    padding: 12px 15px;
    width: 400px;
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
  }

  .careers-option-wrapper.active {
    background: #ffffff4f;
    backdrop-filter: blur(0px);
    border: 1px solid rgb(255 255 255 / 75%);
  }

  .careers-option-wrapper .left-content {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .careers-option-wrapper .left-content .icon {
    background: #f9f4ef;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
}

  .careers-option-wrapper .left-content .icon svg {
    width: 24px;
    height: 24px;
    stroke: white;
  }

  .careers-option-wrapper .left-content .text {
    color: white;
    font-size: 18px;
    font-weight: 500;
  }

  .careers-option-wrapper input[type="radio"] {
    width: 20px;
    height: 20px;
    accent-color: white;
    cursor: pointer;
  }

  /****************************************************************************/