﻿.property-grid-2-cols {
    display: grid;
    margin: 0 auto;
    max-width: 130rem;
    grid-template-columns: 1fr 1.5fr ;
    column-gap: 3rem;


}


.property-img-box {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 25rem;
    gap: 0.5rem;
}

.propery-img {
    height: 50rem;
    width: 30rem;
}

.property-image {
    height: 50%;
    width: 100%;
   
}

.section-properties {
    padding: 2.6rem 0;
}

.propery-card {
    margin: 2rem;
    border-radius: 9px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    background-color: #fff;
}

.filters {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    justify-self: end;
    margin-top: 1rem;
    border-radius: 9px;
    width: 80%;
    align-self: flex-start;
}

.side-image {
    width: 40%;
    height: 100%;
   
}

.side-img {
    display: flex;
 
 
    flex-direction: column;
  
    row-gap: 4rem;

}

.info-card {
    padding: 2.4rem 2.5rem;
}


.location-heading {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 2rem;
}


.property-price {
    font-size: 2.2rem;
    color: #068fff;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 2rem; 
}

.icon-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.icon-wrapper-item {
    display: flex;
    align-items: center;
}

.icon-wrapper-item p {
    font-size: 1.6rem;
    font-weight: 500;
    margin-left: 1rem;
}

.property-address {
    font-size: 1.5rem;
   
    margin-bottom: 2rem;
}

.badge-avail {
    position: absolute;
    background-color: #FFB000;
    color: #fff;
    max-width: 100%;
    font-size: 1.2rem;
    text-align: center;
    padding: 0.5rem 0;
    text-transform: uppercase;
}

.badge-avail-on {
    position: absolute;
    background-color: #ccc;
    color: #333;
    max-width: 100%;
    font-size: 1.5rem;
    text-align: center;
    padding: 0.7rem;
    text-transform: uppercase;
}

.propery-decription-section .badge-avail {
    position: relative;
    width: 50%;
    font-size: 1.5rem;
}

.propery-decription-section .badge-avail-on {
    position: relative;
    width: 50%;
    font-size: 1.5rem;
}


.secton-search .container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0.4rem 3rem;
}

.form-search {
    display: flex;
}

.form-search input {
    border: none;
    width: 90%;
    padding: 1.2rem;
    font-size: 1.8rem;
    font-family: inherit;
    border-radius: 2px; 
    box-shadow: 0 1px 2px rgb(0, 0, 0, 0.1)
}

.form-search button {
    border: none;
    background-color: #068fff;
    color: #fff;
    width: 70px;
    
}

.secton-search {
    background-color: #ebebeb;
}

.search-btns {
    display: flex;
    gap: 2rem;
}

.container .search-btns .btn--full {
    background-color: #ffffff; 
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    color: #555;
    font-size: 1.3rem;
    padding: 1rem 2rem;
    font-weight: 400;
    border-radius: 2px;
}

.search-heading {
    font-size: 4.3rem;
    color: #333;
    font-weight: 400;
    padding-top: 8rem; 
    margin-bottom: 2rem;
}

.filter-heading-container {
    display: flex;
    justify-content: center;

    color: #555;
    border-radius: 9px;
    padding: 3rem 1rem;
}

.heading-tetiary {
    font-size: 2rem;
}

.price-filter {
    display: flex;
    justify-content: space-around;
    padding: 3rem 3rem;
}


.form-items {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem; 
    gap: 1rem;
}

.form-items label {
    font-size: 1.8rem;
}

.form-items input {
    height: 30px;
}




.price-filter select {
    width: 150px;
}

.type-container {
    padding: 0 3rem;
}

.btn-section {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

.btn-section a {
    width: 100%;
}

.pagination {
  
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 12px;
    padding: 2rem 0; 
    margin-top: 4rem;
}

.p-btn {
    border: 1px solid #068fff;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background: none;
    cursor: pointer;
}

.btn:hover {
    background-color: #1f9aff;
}

.btn:hover .btn-icon {
    stroke: #fff;
}

.btn-icon {
    height: 24px;
    width: 24px;
    stroke: #068fff;
}

.page-link:link,
.page-link:visited {
    font-size: 18px;
    color: #068fff;
    text-decoration: none;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-link:hover,
.page-link:active,
.page-link.page-link--current {
    background-color: #1f9aff;
    color: #fff;
}

.dots {
    color: #868e96;
}


.breadcrumbs a {
    color: #068fff;
    font-size: 1.4rem;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
   
}

.breadcrumbs {
    margin-bottom: 3rem; 
}


.about-property {
    display: grid;
    max-width: 110rem;
    margin: 0 auto;
    grid-template-columns: 2fr 1fr;
    column-gap: 1rem;
    margin-bottom: 3.8rem;
    padding: 1rem;
}


.landlord-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 9px;
    padding: 2rem 3rem;
}

.landlord-image-box {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem; 
}

.landlord-img {
   
    width: 50%;
}

.name-section p {
    font-size: 1.8rem;
    font-weight: 600;
}

.l-text {
    font-size: 1.5rem;
    font-weight: 500;
}

.verified-badge {
    padding: 1rem 0;
    display: flex;
    align-items: center;
}

.verified-icon {
    color: #ffb000;
    font-size: 1.8rem;
}

.verified-badge p {
    margin-top: 10px; 
    font-size: 1.5rem;
}

.contact-form {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;

    padding: 3rem;
}


.contact-form-inner {
    display: flex;
    flex-direction: column;
    margin-top: 1rem; 
}

.message {
    font-size: 1.5rem;
}



.apply-section {
    color: #555;
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: #1E1E1E;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    margin-top: 1rem;
    border-radius: 9px;
}

.filters .apply-section {
    margin-top: 2rem; 
}

    .filters .apply-section h3 {
        font-size: 2.4rem;
        color: #A0A0A0
}




.svg-icon {
    width: 30%;
    height: 30%;
}

.svg-box {
    display: flex;
    padding: 2rem 0;
    justify-content: center;
}

.propery-decription-section {
    margin: 1rem 0 0 0;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 9px;
    padding: 3rem;
}

.description {
    border-top: 1px solid #ccc;
    padding: 2rem 3rem 0 0;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 3rem;
    
}

.price-section h3 {
    color: #555;
}

.property-features {
    padding: 3rem 0;
    border-top: 1px solid #ccc;
}

    .property-features .icon-wrapper {
        margin-top: 3rem; 
        justify-content: start;
        
    }

        .property-features .icon-wrapper .icon-wrapper-item {
            margin-right: 5rem;
        }

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 5px;
    row-gap: 10px;
}

.gallery-grid img {
    width: 100%;
    height: 100%;
    border-radius: 9px;
}

.gallery-section {
    border-radius: 9px;
    padding: 2rem;
    max-width: 110rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    margin-bottom: 5rem; 
}


.features {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    gap: 2rem;
}

.item-feature {
    background-color: #cccccc;
    width: 100%;
    color: #333;
    justify-content: center;
    padding: 1rem;
    font-size: 1.8rem;
}

.forget-section {
    text-align: center;
    margin-top: 2rem;
}

.forget-section a {
    font-size: 1.5rem;
}

.form-check {
    justify-content: center;
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem; 
}

.form-check label {
    font-size: 1.9rem;
    margin-top: 10px; 
}

.login-form .form-check input {
    display: block;
    width: 15px;
    height: 15px;
    margin-left: 1px; 
}

.carousel-icon {
    font-size: 3rem;
    color: #fff;
}

.logout-icon {
   
    font-size: 2.4rem;
}

small {
    font-size: 1.4rem;
    color: #555;
}

.not-found {
    width: 100%;
    padding: 4rem 0;
    text-align: center;
    border-radius: 9px;
    border: 1px solid #ddd;
    background: #000;
    color: #fff;
    position: relative;
    top: -50px; 
    animation: slideIn 1.5s ease forwards; 
}

@keyframes slideIn {
    0% {
        top: -50px;
    }
    /* Start position */
    100% {
        top: 0;
    }
    /* End position */
}


.not-found h6 {
    font-size: 1.8rem;
    font-weight: 500;
}


.secondary-search {
    display: none;
}


.close {
    margin: 2rem 0 0 2rem;
    font-size: 2.4rem;
}


.pop-up {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: linear-gradient(to right, #ffffff, #f0f0f0);
    transition: opacity 0.3s ease; /* Smooth transition for opacity */
}

.pop-up.active {
    display: block; /* Display the pop-up when active */
    opacity: 1; /* Show the pop-up with full opacity */
}


.pop-up .filters {
    margin: 6rem 0 0 3rem;
}


.sort-by {
    display: flex;
    gap: 1rem;
    align-items: center;
    font-size: 1.7rem;
    margin: 1.5rem 0 2rem 2rem;
}


.sort-by p {
    padding-top: 0.5rem; 
}

.sort-btn {
    outline: none;
    padding: 0.5rem 3rem;
    border-radius: 3px;
    text-decoration: none;
    border: 1px solid #ccc;
    color: #555;
    cursor: pointer;
}




.results {
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0 0 3rem 2rem;
}

.badge-success-new {
    position: absolute;
    background-color: yellowgreen;
    color: #ffffff;
    padding: 5px;
    padding: 1rem;
    z-index: 10;
}

.new-b {
    display: flex;
    justify-content: end;
}

.media-icons {
    font-size: 30px;
    padding: 1rem;
    border-left: 1px solid #cccccc;
}

.share-wrapper {
    margin: 1rem 0;
    display: flex;
    gap: 1rem;
    align-items: center;
}