.invalid-feedback {
    display: block;
}

form input.error,
form input.error:focus,
form select.error {
    border: 1px solid #EA5455 !important;
}

.form-group input,
.form-group select {
    border: 1px solid #F4F4F4;
}

.form-group .error {
    font-size: 14px;
    color: #EA5455;
}

.form-main-group.first_name {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: stretch;
}

.add_icon {
    position: relative;
}

.form-group .add_icon input {
    padding-right: 50px;
}

.form-group .add_icon input,
.form-group.add_icon input {
    padding-right: 50px;
}

.form-label {
    font-size: 14px;
}

#edit-appartment .form-check {
    margin-top: 0;
}

.position-relative {
    position: relative !important;
}

.form-group textarea {
    height: auto;
}

.last-updated .content img {
    left: 30px;
}

.updated img {
    height: 200px;
    object-fit: cover;
}

.last-updated .wrap-dt {
    background: black;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    font-family: 'Poppins';
}

.last-updated .wrap-dt label {
    color: #fff;
    padding-left: 10px;
    text-align: right;
}

.last-updated .content img {
    position: relative;
    top: 0;
    left: 0;
    width: 18px;
    margin-left: 5px;
}

@media screen and (max-width:1400px) {
    .last-updated .wrap-dt {
        padding: 10px 15px;
        font-size: 14px;
    }
}

@media screen and (max-width:991px) {
    .last-updated .wrap-dt {
        max-width: 195px;
    }
}

@media screen and (max-width:767px) {
    .action-btn.contract{
        font-size: 14px !important;
        line-height: 16px;
    }
    .last-updated .wrap-dt {
        border-radius: 50px;
        padding: 10px 20px;
        margin-top: 6px;
        max-width: 168px;
    }
}

.center-align {
    text-align: center;
}

.contact_form_block form input.form-control.error {
    border: 1px solid #EA5455 !important;
}

.contact_form_block .form-group textarea.error {
    border: 1px solid #EA5455 !important;
}

.pagination .page-item {
    padding-left: 10px;
}

.pagination .page-item .page-link {
    background: #F4F4F4 !important;
    border: 1px solid #b3b3b3;
    border-radius: 10px;
    color: black;
}

.pagination .page-item .page-link:hover {
    background: #EEEEEE !important;
}

.pagination .page-item.active .page-link {
    background: black !important;
    color: white;
    border: none !important;
}

.pagination .page-item.disabled .page-link {
    background: #f9f9f9 !important;
    color: #b3b3b3 !important;
}

.pagination li:first-child,
.pagination li:last-child {
    font-weight: bold;
}


.main-container-blogs {
    margin-top: 5rem !important;
    /* max-width: 1585px; */
    display: flex;
    flex-direction: column;
}

.blog-page-heading h3 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 10%;
    color: #666666;
}

.blogs-heading-partition {
    color: #EE5142;
}

.main-heading-blogs h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 64px;
    line-height: 63.98px;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
    text-transform: inherit
}

.blog-paragraph-text p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: justify;
}

.blog-heading-description {
    color: #666666;
    text-align: center;
}

.blogs-text-container {
    max-width: 740px;
    margin: 0 auto;
    margin-top: 1rem;
}

.search-input {
    width: 100%;
    max-width: 870px;
    padding: 12px 50px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease;
    margin: 5px auto;
}

.search-input::placeholder {
    color: #66666680;
    opacity: 0.5;
    line-height: 100%;
    font-weight: 400;
    font-size: 14px;
    font-family: Poppins;
}

.search-input:focus {
    border-color: #66666680;
    opacity: 0.5;
}

.content-wrapper-blog {
    margin-bottom: 12rem;
    width: 100%;
    margin: 0 auto;
}

.article-card {
    max-width: 1562px;
    margin: 2rem auto;
    background: white;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 200px;
}

.hero-section {
    position: relative;
    height: 631.45px;
}


.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/container-image.svg');
    background-size: cover;
    border-radius: 20px 20px 20px 20px;
}

.content-overlay {
    position: absolute;
    bottom: -10rem;
    right: 20px;
    background: white;
    width: 1132px;
    min-height: 395px;
    max-height: 395px;
    border-radius: 20px 20px 20px 20px;
    padding: 40px;
    z-index: 1;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
}

.tags {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.tag {
    padding: 6px 0px;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    letter-spacing: 0%;
    color: #999999;
}

.tag.date {
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0%;

}

.tag.featured {
    color: #EE5142;
}

.tag.planning {
    color: #333333;
}

.title {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.3;
    margin-bottom: 20px;
}

.description {
    color: #666;
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background: transparent;
    border: 1px solid #333333;
    color: #333333;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    min-width: 158px;
    height: 65px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

}

.read-more-btn:hover {
    color: black;
    background-color: rgba(153, 153, 153, 0.1);
    transform: translateY(-2px);
}


.recents-heading-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 92px;
}

.read-more-btn.viewAll {
    width: 152px;
    height: 63px;
    border-radius: 8px;
    background-color: #EE5142;
    color: white;
    border: none
}

.read-more-btn.viewAll:hover {
    background: white;
    color: black;
    border: 1px solid #666666;
}

.main-heading-blogs.recentsHeading {
    font-family: Poppins;
    font-weight: 700;
    font-size: 48px;
    text-transform: capitalize;
    line-height: 50px;
    letter-spacing: -0.88px;
}



.recents-blogs-post-container {
    display: flex;
    overflow: hidden;
    width: 100%;
    margin: 20px auto;
}

.blog-post-post {
    width: 895px;
    height: 573px;
    position: relative;
    border-radius: 20px;
}

.recent-blog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 20px;
}

.blog-post-content {
    flex: 1;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tag.category {
    color: #333333;
}

.tag.date {
    color: #6b7280;
}

.blog-post-title {
    margin-bottom: 12px;
}

.blog-post-title h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    letter-spacing: -1px;
}

.blog-post-excerpt {
    margin-top: 20px;
    margin-bottom: 20px;
    flex: 1;
}

.blog-post-excerpt p {
    margin: 0;
    color: #6b7280;
    font-size: 16px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.read-more {
    align-self: flex-start;
}

.read-more-btn {
    background: transparent;
    border: 1px solid #d1d5db;
    color: #374151;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.read-more-btn:hover {
    background-color: #f9fafb;
    border-color: #9ca3af;
    transform: translateY(-1px);
}

.wrapper-sample-blogs {
    margin: 3.5rem auto;
}

.sample-blogs-container {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    margin: 10px auto;
}

.sample-blog-post-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.read-more-text {
    font-family: Poppins;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    color: #EE5142;
    border: none;
    background-color: transparent;
    cursor: pointer;
    transition: color 0.3s ease;
}

.read-more-text:hover {
    color: #c94336;
}


.read-more-text:active {
    color: #a9362b;
}

.sample-blog-post-title h3 {
    margin-bottom: 12px;
}

.sample-blog-post-title h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
}

.header-bg {
      background-color: #f4978e;
      height: 150px;
      border-radius: 8px;
    }
    .profile-img {
      width: 130px;
      height: 130px;
      object-fit: cover;
      border-radius: 50%;
      background-color: #d6d6d6;
      position: absolute;
      top: 7rem;
      left: 90px;
      border: 4px solid white;
    }
    .edit-btn {
      position: absolute;
      top: 180px;
      right: 30px;
	}

    .profile-info{
		margin-left: 13.6rem;
	}
	.informaiton-section{
		padding-left: 5rem;
		padding-right: 5rem;
		padding-top: 5rem;
		padding-bottom: 2rem;
	}
	.lifestyle-questions-section{
		padding-left: 5rem;
		padding-right: 5rem;
	}
	.form-section-title{
		font-family: 'Poppins';
font-weight: 700;
font-style: Bold;
font-size: 24px;
line-height: 31.99px;
letter-spacing: 0%;
text-transform: capitalize;


	}
	.lifstyle-info{
        color: #66666680;
		font-family: 'Poppins';
		font-weight: 300;
		font-size: 18px;
	}
	.profile-contract-input{
		width: 100%;
    padding: 20px 22px;
    border: 1px solid #E0E5F2;
    border-radius: 16px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease;
    margin: 5px auto;
	}
	.profile-label {
		font-family: Poppins;
font-weight: 500;
font-style: Medium;
font-size: 14px;
line-height: 100%;
letter-spacing: -2%;
    margin-bottom: 10px;

	}

.life-questions-inputs{
    display: flex; 
    flex-wrap: wrap; 
    gap: 30px; 
    margin-top:2rem;
}
.profile_page_content{
    padding-bottom: 15rem;;
}


/* @media (min-width: 1200px) {
    .sample-blog-post-content {
        width: 403px;
    }
} */


@media (max-width: 768px) {
    .recents-heading-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .content-wrapper-blog .hero-section{
        height: 300px !important;
        min-height: auto !important;
    }
    .content-wrapper-blog .wrapper-sample-blogs{
        margin-top: 0;
    }
    .content-wrapper-blog .tags{
        margin-top: 78px !important;
    }
    .content-wrapper-blog #hero-bg{
        height: 300px !important;
    }
    .blog-post-image {
        height: 300px;
    }
    .blog-post-image img {
        height: 100%;
    }
    .sample-blog-image-container{
        height: 300px !important;
    }
     .sample-blog-image-container img{
       height: 100%;
    }
    .main-heading-blogs.recentsHeading {
        font-size: 32px;
        line-height: 40px;
    }

    .read-more-btn.viewAll {
        width: 100%;
        height: 50px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .main-heading-blogs h1 {
        font-size: 30px;
        line-height: 28px;
    }
    .blog-page-heading{
        padding-top: 0;
    }
    form{
        margin: 10px 0 !important;
    }
    .article-card{
        margin-bottom: 50px;
    }
    .blog-page-heading h3 {
        font-size: 14px;
        letter-spacing: 2%;
    }

    .blog-page-heading {
        padding-top: 2rem;
    }

    .blogs-text-container {
        padding: 0 1rem;
    }

    .search-input {
        width: 100%;
        max-width: 100%;
        margin: 1rem;
        padding: 0.75rem 1rem;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 8px;
    }

    .lifestyle-questions-section{
        padding: 2rem;
    }
    .informaiton-section{
        padding: 2rem;
}
.page_content {
    padding: 0px !important;
    padding-bottom: 3rem !important;
}
.profile-img {
    width: 100px;
    height: 100px;
    top: 7rem;
    left: 48px;
}
.profile-info {
    margin-left: 4.6rem;
    margin-top: -8rem;
}
.profile-info h6{
    font-size: 14px;
}
.profile-info small {
    font-size: 12px;
    margin-top: -8px;
}
.form-section-title {
font-size: 16px;
}
.profile-label{
    font-size: 12px;
}
.lifstyle-info{
    font-size: 12px;
}
.bnt_primary {
    padding: 13px 20px;
    min-width: 125px;
}
}


@media (max-width: 1150px) {
    .content-overlay {
        width: 100%;
        max-width: 100%;
        min-height: auto;
        height: auto;
        padding: 24px;
        position: static;
        margin: -100px auto 0 auto;
        transform: none;
        background-color: transparent;
    }

    .hero-section {
        height: auto;
    }
}

@media (max-width: 790px) {
    .content-wrapper-blog {
        width: 95%;
    }

    .hero-section {
        height: 300px;
    }

    .content-overlay {
        padding: 20px;
        margin: -80px auto 0 auto;
    }

    .tags {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .title {
        font-size: 22px;
        line-height: 1.4;
    }

    .description {
        font-size: 14px;
        line-height: 1.6;
    }

    .read-more-btn {
        width: 100%;
        height: 50px;
        font-size: 14px;
        min-width: auto;
    }
}

@media (max-width: 480px) {
    .hero-section {
        height: 250px;
    }

    .title {
        font-size: 18px;
    }

    .read-more-btn {
        padding: 10px;
        height: 45px;
    }

    .content-overlay {
        padding: 16px;
    }

    .description {
        font-size: 13px;
    }
}

@media (max-width: 1199px) {
    .recents-blogs-post-container {
        flex-direction: column;
    }

    .blog-post-post {
        width: 100%;
        height: auto;
        margin-bottom: 1rem;
    }

    .recent-blog-image {
        height: auto;
    }

    .blog-post-content {
        padding: 16px;
    }

    .blog-post-title h3 {
        font-size: 24px;
        line-height: 1.4;
    }

    .blog-post-excerpt p {
        font-size: 13px;
        line-height: 1.6;
        -webkit-line-clamp: 4;
        line-clamp: 4;
    }

    .read-more-btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .blog-post-title h3 {
        font-size: 20px;
    }

    .read-more-btn {
        font-size: 13px;
        padding: 8px 12px;
    }

    .blog-post-content {
        padding: 12px;
    }
}


.main-container-blog-details {
    margin-top: 5rem !important;
    /* max-width: 1585px; */
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.image-blog-details-wrapper {
    height: 631.45px;
}

.font-roboto-blog-details {
    font-family: 'Roboto', sans-serif;
}

.font-raleway-italic {
    font-family: 'Raleway', sans-serif;
    font-style: italic;
}

.letter-spacing-0 {
    letter-spacing: 0;
}

.blog-image {
    width: 100%;
    max-width: 1062px;
    height: auto;
    border-radius: 16px;
}

.blockquote-custom-wrapper {
    max-width: 1197px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}

.blockquote-custom {
    padding: 1.5rem;
    border-left: 0.3rem solid rgba(238, 81, 66, 1);
}

.writer-name-styles {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    padding-left: 1.5rem;
    color: rgba(51, 51, 51, 1)
}

.blockquote-custom p {
    font-size: 24px;
    line-height: 40px;
}

.blog-details-text-styles {
    color: rgba(102, 102, 102, 1);
}

.widht-wrapper-blog-details-content {
    max-width: 1332px;
    margin: 0rem auto;
}

/* Tablet */
@media (max-width: 992px) {
    .main-container-blog-details {
        margin-top: 3rem !important;
    }

    .widht-wrapper-blog-details-content {
        margin: 2rem auto;
    }

    .blockquote-custom p {
        font-size: 20px;
        line-height: 36px;
    }

    .writer-name-styles {
        font-size: 15px;
        padding-left: 1rem;
    }

    .image-blog-details-wrapper {
        height: auto;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .main-container-blog-details {
        margin-top: 2rem !important;
    }

    .widht-wrapper-blog-details-content {
        margin: 1rem auto;
    }

    .blockquote-custom {
        padding: 1rem;
    }

    .blockquote-custom p {
        font-size: 18px;
        line-height: 32px;
    }

    .writer-name-styles {
        font-size: 14px;
        padding-left: 0.75rem;
    }
}


.rental-contract-page-wrapper {
    margin-top: 5rem !important;
    max-width: 1585px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.rental-contract-page-heading h3 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 10%;
    color: #EE5142;
}

.main-heading-rental-contract h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 50px !important;
    line-height: 63.98px;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
    text-transform: inherit
}

.rental-contract-heading-description {
    color: #666666;
    text-align: center;
}

.rental-contract-text-container {
    max-width: 467px;
    margin: 0 auto;
    margin-top: 1rem;
}

.rental-contract-box {

    box-shadow: 0px 4px 20px 0px rgba(105, 105, 105, 0.5) !important;

    background: #fff;
    border-radius: 20px;
    padding: 2rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0%;
}

.rental-contract-form {
    max-width: 1439px;
    margin-left: auto;
    margin-right: auto;
}

.rental-contract-form-row {
    display: flex;
    gap: 24px;
    margin-bottom: 18px;
}

.rental-contract-form-row .form-group {
    flex: 1 1 0;
}

@media (max-width: 767px) {

    .info-value{
        font-size: 20px !important;
    }
    .rent-value {
     font-size: 20px !important;
    }
    .info-label {
     line-height: 27px !important;
    }
    .location-value {
        font-size: 20px;
    }
    .nj-ap-end-date{
        font-size: 16px;
    }
    .recents-heading-container {
            flex-direction: column;
            align-items: flex-start;
        }
    
        .tags {
            flex-direction: row !important;
            margin-top: 17px;
            margin-bottom: 0px;
        }
    
        .blog-post-excerpt {
            margin-top: 0px;
            margin-bottom: 14px;
        }
    
        .content-wrapper-blog .tags {
            margin-top: 80px !important;
        }

        .blogs-details-heading{
            font-size: 18px;
        }
        
    
        .recents-heading-container {
            margin-top: 15px !important;
            margin-bottom: 37px;
        }
    
        .main-heading-blogs.recentsHeading {
            font-size: 25px;
            line-height: 16px;
        }
    
        .sample-blog-post-title h3 {
            font-size: 18px;
            line-height: 26px;
        }
    
        .main-container-blogs {
            margin-top: 2rem !important;
            display: flex;
            flex-direction: column;
            margin-bottom: -4rem;
            }
            
            .read-more-btn.viewAll {
                width: 29%;
                font-size: 16px;
            }
            
            .sample-blog-post-content {
                padding: 12px;
            }
            
            .read-more-text {
                font-size: 14px;
                line-height: 0px;
            }
.main-heading-blogs h1 {
    margin-bottom: 0px;
    font-size: 30px;
}

.blog-page-heading {
    padding-top: 2rem;
}

.rental-contract-form-row {
    flex-direction: column;
    gap: 0;
}

.profile-info {
    margin-top: 0rem;
    margin-left: 0px;
}

/* Arabic override (RTL) */
html[lang="ar"] .profile-info {
    margin-right: 0px !important;
}

html[lang="ar"] .profile-img {
    right: 22px !important;
}

.lifestyle-questions-section {
    padding: 0px;
}

.informaiton-section {
    padding: 0px;
}

.life-questions-inputs {
    display: block;
}

.profile-img {
    width: 100px;
    height: 100px;
    top: 7rem;
    left: 26px;
}

.profile-info h6 {
    font-size: 12px;
}

.profile-info small {
    font-size: 12px;
}

.form-section-title {
    font-size: 16px;
    margin-top: 2rem;
}

.lifstyle-info {
    font-size: 12px;
    line-height: 20px;
}

.profile-label {
    font-size: 12px;
}

.profile_page_content {
    padding-bottom: 3rem !important;
}
}

.rental-contract-input {
    width: 100%;
    padding: 20px 22px;
    border: 1px solid #E0E5F2;
    border-radius: 16px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease;
    margin: 5px auto;
}

.rental-contract-input.custom-padding {
    padding: 10px 15px;
}

.rental-contract-input-select {
    width: 100%;
    padding: 16px 22px;

    padding-right: 48px;
    border: 1px solid #E0E5F2;
    border-radius: 16px;
    font-size: 14px;
    font-family: inherit;
    color: rgba(153, 153, 153, 1);

    background-color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M8.97681 0.572418C9.07103 0.473938 9.22661 0.476282 9.32303 0.577108L9.99356 1.2782C10.09 1.37902 10.0922 1.54316 9.99794 1.64164L5.3371 6.42967C5.28889 6.48125 5.22315 6.5047 5.15961 6.50001C5.09387 6.50236 5.03032 6.47891 4.98211 6.42967L0.321273 1.64164C0.227049 1.54316 0.22924 1.37902 0.325656 1.2782L0.996186 0.577108C1.0926 0.476282 1.24818 0.473938 1.34241 0.572418L5.15961 4.49288L8.97681 0.572418Z' fill='%23666666' fill-opacity='0.5'/></svg>");

    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 18px;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    margin: 5px auto;
    box-sizing: border-box;
}

.radio-button-text-color {
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
}


.rental-contract-input::placeholder {
    color: #999999;
    opacity: 0.5;
    line-height: 100%;
    font-weight: 400;
    font-size: 14px;
    font-family: Poppins;
}

.rental-contract-input:focus {
    border-color: rgba(204, 204, 204, 0.7);
}

.input-required-steric {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -2%;
    color: #EE5142
}

.label-instructions-rental-contract {
    color: #999999;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -2%;
}

.list-element-styles-rental-contracts {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #333333;
}

.custom-radio-wrap {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    /* Keeps label from wrapping */
    padding: 8px 12px;
    border: 1px solid #ddd;
    /* Optional: for visibility */
    border-radius: 6px;
    background-color: #f9f9f9;
    margin-bottom: 8px;
    /* Vertical spacing when wrapping */
}

.contract-box-responsive {
    flex: 1 1 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .contract-box-responsive {
        flex: 0 0 48%;
        /* 2 in a row with a gap */
        max-width: 48%;
    }
}

.rental-contract-boxes-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rental-contract-box-aletred {
    flex: 1 1 100%;
    max-width: 100%;
    box-shadow: 0px 4px 20px 0px rgba(105, 105, 105, 0.5) !important;

    background: #fff;
    border-radius: 20px;
    padding: 2rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0%;
}

@media (min-width: 768px) {
    .rental-contract-box-aletred {
        flex: 1 1 49%;
        max-width: 49%;
    }
}


.rental-contract-buttons-wrapper {
    display: flex;
    gap: 32px;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .rental-contract-buttons-wrapper {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }
}


.rental-contract-submit-btn {
    width: 100%;
    max-width: 420px;
    min-width: 280px;
    padding: 18px 0;
    background: #F05545;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
    text-align: center;
}

.rental-contract-submit-btn:hover {
    background: #d94436;
}

.rental-contract-cancel-btn {
    width: 100%;
    max-width: 420px;
    min-width: 280px;
    padding: 18px 0;
    background: #fff;
    color: #222;
    border: 1.5px solid #222;
    border-radius: 8px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    text-align: center;
}

.rental-contract-cancel-btn:hover {
    background: #f5f5f5;
    color: #F05545;
    border-color: #F05545;
}

.custom-checkbox-radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.custom-radio-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    user-select: none;
}

/* Hide default checkbox */
.custom-radio-input {
    display: none;
}
.rental-contract-textarea{
    width: 100% !important;
    padding: 20px 22px !important;
    border: 1px solid #E0E5F2 !important;
    border-radius: 16px !important;
    font-size: 14px !important;
    outline: none !important;
    transition: border-color 0.3s ease !important;
    margin: 5px auto !important;
}
/* Outer circle */
.custom-radio-circle {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 2px solid #666;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
}

/* Inner filled dot when checked */
.custom-radio-input:checked+.custom-radio-circle::after {
    content: "";
    width: 9px;
    height: 9px;
    background-color: #666;
    border-radius: 50%;
    display: block;
}

.rental-contract-input-text-area {
    width: 100%;
    padding: 16px 22px;
    border: 1px solid #E0E5F2;
    border-radius: 16px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease;
    margin: 5px auto;
    height: 215px;
    resize: none;
}

.flex-class-apartment {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.life-style-heading-styles {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    line-height: 31.99px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: rgba(238, 81, 66, 1);
}

.life-style-heading-description-styles {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 22px;
    line-height: 31.99px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: rgba(51, 51, 51, 1);
}

.lifestyle-form-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.lifestyle-question {
    flex: 1 1 calc(33.33% - 20px);
}

@media (max-width: 768px) {
    .lifestyle-question {
        flex: 1 1 100%;
    }

    .bottom_link {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .bnt_primary {
        width: 100%;
    }

    .life-style-heading-description-styles {
        font-size: 12px;
        line-height: 24px;
    }
}

.error {
    color: #dc3545;
    font-size: 0.875rem;
    font-weight: 500;
    margin-top: 4px;
    display: block;
}

@media (max-width: 768px) {
    .error {
        font-size: 0.8rem;
    }
}


.apartment-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.apartment-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.card-content {
    display: flex;
    align-items: center;
    padding: 20px;
    gap: 20px;
}
.card-content.override-padding {
    padding: 0 !important;
}

.apartment-image {
    width: 147px;
    height: 123px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.apartment-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    padding-left: 4rem;
    padding-right: 4rem;
}

.info-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.info-label {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 18px;
    line-height: 31.99px;
    letter-spacing: 0%;
    text-transform: capitalize;
}

.info-value {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 24px;
    line-height: 31.99px;
    letter-spacing: 0%;
    text-transform: capitalize;
}

.rent-value {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 24px;
    line-height: 31.99px;
    letter-spacing: 0%;
    text-transform: capitalize;
}

.date-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.date-icon {
    width: 16px;
    height: 16px;
    color: #666;
}

.location-value {
    color: #e74c3c;
    text-decoration: none;
    cursor: pointer;
}

.location-value:hover {
    text-decoration: underline;
}

.action-buttons {
    display: flex;
    gap: 8px;
    align-items: center;
}

.action-btn {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 6px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    cursor: pointer;
}

.action-btn:hover {
    color: #333;
    transform: scale(1.05);
}

.action-btn.view {
    color: #333;
}

.action-btn.edit {
    color: #333;
}

.action-btn.delete {
    color: #333;
}

.action-btn.contract {
    color: #ffffff;
    background-color: #EE5142;
    font-size: 18px;
    width: 195px;
    height: 40px;
    font-weight: 500;
}

.action-btn.share {
    color: #333;
}

.no-apartments {
    text-align: center;
    padding: 40px;
    color: #666;
    font-style: italic;
}

@media (max-width: 768px) {
    .card-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .apartment-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        width: 100%;
    }

    .apartment-image {
        width: 100%;
        height: 200px;
    }

    .action-buttons {
        width: 100%;
        justify-content: center;
    }
}

.previous-listing-styles {
    font-family: "Poppins";
    font-weight: 700;
    font-size: 24px;
    line-height: 31.99px;
    letter-spacing: 0%;
    text-transform: capitalize;
}