.imageHeaderContainer {
    display: flex;
    gap: 2rem;
    height: 53rem;
    padding: 1rem;
}
.headingTitle {
    color: #1c1c1c;
    font-family: Archivo;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 5.6rem ;
    letter-spacing: -0.04rem;
}

.imageHeaderContainer .leftImageCont {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    overflow: auto;
    gap: 1rem;

    flex: 1.3;
}
.imageHeaderContainer .rightImageContainer {
    flex: 3;
   
    border-radius: 1rem;
    overflow: hidden;
}
.imageHeaderContainer .rightImageContainer a img {
    width: 100%;
    object-fit: cover;
}
.imageHeaderContainer .leftImageCont .leftImageBoxes {
  
    height: 25rem;
    border-radius: 1rem;
    padding: 1rem;


}

.imageElment {
    width: 100%;
    border-radius: 0.6rem;
    height: 100%;
    object-fit: cover;
}
.overiewText {
    color: #1c1c1c;

    font-family: Archivo;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

.ownerComponent {
    width: 100%;
    border-radius: 0.8rem;
    border: 0.15rem solid #fff;
    background: #f5f4f8;
    display: flex;
    justify-content: space-between;
    padding: 2.4rem 2rem;
}
.ownerComponentLeft {
    display: flex;
    gap: 2rem;
}
.LogoBox {
    width: 5rem;
    height: 5rem;
    border-radius: 25rem;
    overflow: hidden;
}
.ownerProfile {
    /* padding: 0.2rem 0; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ownerProfile .ownerProfile_name {
    color: #1c1c1c;
    font-feature-settings: "ss04" on, "ss06" on, "liga" off;
    font-family: Archivo;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; 
}
.ownerProfile .ownerProfile_post {
    color: #1c1c1c;
    font-family: Archivo;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    opacity: 0.5;
}

.askaQuestionBtn {
    background-color: white;
    display: flex;
    padding: 0.8rem 2.4rem;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    border-radius: 0.8rem;

    color: #4c8f38;
    text-align: center;

    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 2.4rem */
}

.RentalFeaturesHeading {
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.5rem;

    align-items: center;
    position: relative;
    z-index: 99;
    background-color: white;
}

.RentalFeaturesContainer {
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
   
    
}

.RentalFeaturesContainer .accordian__icon__down{
    transform: rotate(180deg);
    transition: all 0.5s ease-in-out;

}
.RentalFeaturesContainer .accordian__icon__up{
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;

}

.RentalFeaturesContainer .RentalFeatures {
    position: relative;
    padding: 1rem 1.5rem;
    display: grid;

    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem 8rem;
  
}
.hide__feature {
    /* top: -10rem; */
    /* transition: all 0.5s ease-out; */
    min-height: 0rem !important;
    height: 6rem;
}
.show__feature{
    /* transition: all 0.5s ease-out; */
    min-height: 40vh !important;
    height:  60rem;

}
.RentalFeaturesHeading .title {
    color: #1c1c1c;
    font-family: Archivo;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; 
    letter-spacing: -0.024rem;
 
   
}

.FormContainer {
    display: flex;

    /* flex: 1; */
    /* width: 120; */
    width: 35rem;
    height: 2.4rem;
}
.FromItem {
    flex: 1;
}
.locationTags {
    display: flex !important;

    padding: 1.82rem 2.6rem;

    align-items: center;
    gap: 1.04rem;
    border-radius: 2.6rem;
    background: #f5f4f8;
    width: 16.0rem;
}
.locationTags .tagName {
    color: #535353;
    font-family: Archivo;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.0312rem;
}
.addressTag {
    color: #535353;
    font-family: Archivo;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.08rem; /* 148.571% */
    letter-spacing: 0.042rem;
}

.label {
    color: #1c1c1c;
    font-family: Archivo;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 2.4rem */
    opacity: 0.5;
    flex: 0.8 !important;
}
.label2 {
    color: #1c1c1c;
    text-align: right;
    font-family: Archivo;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 145%; 
    letter-spacing: -0.009rem;
}
.propertyInfoCont {
    display: flex;
    flex-wrap: wrap;

    border-radius: 1rem;
    width: 100%;
    padding: 2.4rem 2.2rem;
    justify-content: space-between;
}

.propertyInfoCont .item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.propertyInfoCont .item .status {
    display: flex;
    align-items: flex-end;

    gap: 0.8rem;
}
.propertyInfoCont .item .heading {
    color: #1c1c1c;
    font-family: Archivo;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 2.4rem */
    opacity: 0.5;
}
.propertyInfoCont .item .status .text {
    color: #1c1c1c;

    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;

    letter-spacing: -0.009rem;
}

@media only screen and (max-width: 600px) {
    .RentalFeatures {
        grid-template-columns: 1fr;
    }
}
/* For tablet screens */
@media only screen and (min-width: 600px) and (max-width: 1024px) {
    /* CSS rules for tablet screens go here */
    .imageHeaderContainer .rightImageContainer {
        flex: 2;
    }
}

/* For mobile screens */
@media only screen and (max-width: 600px) {
    /* CSS rules for mobile screens go here */
    .imageHeaderContainer {
        flex-direction: col;
    }
}
