.property-list {
    margin: 0;
    padding: 0;
}

.property-item {
    border-radius: 15px;
    background: #FFFFFF;
    padding: 5px;
    box-shadow: 0px 0px 15px 0px #43486326;
    transition: 0.3s ease-in-out;
}

.property-item figure {
    margin: 0;
    padding: 0;
}

.property-item article {
    margin: 0;
    padding: 10px;
}

.property-item figure img {
    width: 100%;
    height: 260px !important;
    object-fit: cover;
    border-radius: 15px !important;
}

.property-item h2 {
    font-family: "aktivgrotesk-bold", Sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #110C30;
    min-height: 44px;
}

.property-item h2 a {
    font-weight: 700 !important;
    color: #110C30 !important;
}

.type {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1%;
    color: #444156;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.type img {
    width: 20px !important;
    height: 20px !important;
    border-radius: 0 !important;
}

.property-item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1%;
    color: #444156;
}

.greybox {
    margin-bottom: 1rem;
    padding: 10px 15px;
    background-color: #D6EFD6;
    border-radius: 10px;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: #BFD3BF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.greybox p {
    margin: 0;
}

.greybox h6 {
    font-family: "aktivgrotesk-bold", Sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #110C30;
    margin: 0;
    padding: 0;
}

.greybox ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.greybox ul li {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #444156;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.email-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.email-contact .email {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #444156;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.email-contact .email img {
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
}

.email-contact .email a {
    color: #444156;
}

.email-contact .btn a {
    margin: 0;
    padding: 10px 15px;
    width: auto;
    height: 36px;
    background-color: #FFFFFF;
    border: 1px solid #242527;
    border-radius: 50px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #444156;
    transition: .5s;
}

.email-contact .btn a:hover {
    background-color: #242527;
    color: #FFFFFF;
    transition: .5s;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}

.owl-carousel .owl-nav button {
    background: #000 !important;
    color: #fff !important;
    padding: 10px 15px !important;
    border-radius: 50%;
}

.owl-dots {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    width: 30px !important;
    height: 5px !important;
    background-color: #D9D9D9 !important;
    padding: 0 !important;
}

.owl-carousel button.owl-dot.active {
    background-color: #04350B !important;
}

.property-card {
    padding: 15px;
}

.property-single {
    margin: 0 auto;
    padding: 50px 15px;
    width: 100%;
    max-width: 1200px;
}

.property-single h1 {
    font-size: 2rem;
}

.property-wrapper {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
}

.property-wrapper .property-details,
.property-wrapper .property-description {
    width: 50%;
}

.property-image img {
    width: 100%;
    height: 500px !important;
    object-fit: cover;
    border-radius: 15px;
}

.form-section {
    padding: 50px;
    background-color: #EAF7EA;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: #CDD7CD;
    border-radius: 15px;
}

.form-section input[type="date"],
.form-section input[type="email"],
.form-section input[type="number"],
.form-section input[type="password"],
.form-section input[type="search"],
.form-section input[type="tel"],
.form-section input[type="text"],
.form-section input[type="url"],
.form-section select,
.form-section textarea {
    margin: 0px 0px 15px 0px;
    padding: 15px 15px 15px 15px;
    width: 100%;
    height: 50px;
    background-color: #FFFFFF;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ACABA2;
    font-family: "aktivgrotesk-bold", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #7D7B86;
}

.form-section textarea {
    overflow: auto;
    resize: none;
    height: 150px;
}

@media only screen and (max-width:460px) {
    .property-item .email-contact {
        flex-wrap: wrap;
        gap: 15px;
    }

    .property-single {
        padding: 30px 15px;
    }

    .property-single h1 {
        font-size: 1.5rem;
    }

    .property-wrapper {
        padding: 15px 0;
        flex-wrap: wrap;
        gap: 15px;
    }

    .property-wrapper .property-description,
    .property-wrapper .property-details {
        width: 100%;
    }

    .property-image img {
        border-radius: 15px;
        height: 260px !important;
    }

    .form-section {
        padding: 20px;
    }
}