@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

body{
    font-family: "Mulish", sans-serif;
}

.pld-error {
    border: 2px solid red !important;
}

.pld-valid {
    border: 1px solid #ccc !important;
}

.pld-form .pld-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.pld-form .pld-2col {
    grid-column: span 2 / span 2;
}
.pld-form input[type="text"],
.pld-form input[type="number"],
.pld-form input[type="email"],
.pld-form input[type="url"],
.pld-form input[type="time"],
.pld-form textarea {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 8px;
}
.pld-btn {
    display: inline-block;
    padding: 2px 46px !important;
    height: 45px !important;
    border-radius: 5px;
    background: #1fb68d;
    color: #fff;
    border: none;
    cursor: pointer;
	
}
.adert152 button{
	line-height: 20px !important; 
}

.pld-btn:hover {
    background: #1fb68d;
}
.pld-errors {
    background: #fee;
    border: 1px solid #fbb;
    padding: 0.8rem;
    border-radius: 8px;
    margin: 0.5rem 0;
}
.pld-success {
    background: #e8f8ee;
    border: 1px solid #a6e4bf;
    padding: 0.8rem;
    border-radius: 8px;
    margin: 0.5rem 0;
}
.pld-card-title a {
    font-family: "Mulish", mulish;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #000000;
    text-decoration: none !important;
}
.pld-directory .pld-search {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}
.pld-directory .pld-search input {
    padding: 0.5rem;
    border: 1px solid #bfbfbf !important;
    border-radius: 8px;
    width: 41%;
    height: 45px !important;
}
.pld-grid-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    margin-top: 30px;
}
.pld-card {
    border: 1px solid #eee;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0px 0px 10px #e4e4e4;
    background: #fff;
}
.pld-card .pld-thumb {
    display: block;
    aspect-ratio: 16/9;
    background: #f4f4f4;
}
.pld-card .pld-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.pld-card-body {
    padding: 28px 20px 33px 20px;
}
.pld-card-title {
    margin: 0 0 0.25rem;
}
.pld-meta {
    display: flex;
    gap: 10px;
    font-size: 16px;
    color: #98988c;
    margin-bottom: 0.25rem;
    font-family: "Mulish", mulish;
}
.pld-address {
    font-family: "Mulish", mulish;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.6px;
    color: #000000;
    margin-bottom: 19px;
	height:70px;
	overflow:hidden;
}
.pld-view {
    display: inline-block;
    padding: 0.4rem 0.7rem;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-decoration: none;
}
.pld-card-body .pld-view {
    background-color: #1fb68d;
    border-radius: 5px;
    color: #fff;
    text-decoration: none !important;
    font-weight: 600;
    padding: 9px 22px;
    border: solid 1px #1fb68d;
    font-size: 16.5px;
    font-family: "Mulish", mulish;
}
.pld-sections {
    margin-top: 1.25rem;
}
.pld-section {
    padding: 1rem;
    border: 1px solid #eee;
    border-radius: 14px;
    background: #fff;
    margin-bottom: 12px;
}
.pld-section h3 {
    margin-top: 0;
    margin-bottom: 0px !important;
    font-size: 20px;
    font-weight: 700;
	color: #1FB68D;
    padding-bottom: 8px !important;
}
.site-content{
    background:#fff;
}
.pld_property.type-pld_property{
    padding:0px !important;
    max-width:100% !important;
}
.pld-list {
    list-style: disc;
    padding-left: 1.2rem;
	margin-top:0px !important;}
}

.pld-list li{
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 4px;}

.pld-list li strong{
	font-weight:400 !important;
	font-size:15.5px;}

.pld-list li a{
	color: #000 !important;
    font-weight: 600;}

.pld-list.columns {
    columns: 2;
}
.pld-gallery img {
	width: 19%;
    height: auto;
    margin-right: 1%;
    margin-bottom: 8px;
    border-radius: 8px;
    display: inline-block;
}
.pld-gallery img + img {
    margin-left: 0;
}

#pld-single-map{
	border:solid 6px #f3f3f3;}

.add_kh15{
	width:100%;
	display:block;
	padding-left:5px !important;}

#primary{
	margin-top: 30px !important;
    margin-bottom: 30px !important;}

.add_kh15 li{
    width: 25%;
    display: inline-block;
    margin: 0px 0px 10px 0px;
    font-size: 16px;}

.add_kh15 li i{
	margin-right:8px;}
	
@media (max-width: 900px) {
    .pld_property.type-pld_property{
        padding:15px !important;
    }
    .ast-separate-container .entry-header{
        margin-bottom:30px !important;
    }
    .pld-grid-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .pld-form .pld-grid {
        grid-template-columns: 1fr;
    }
    .pld-list.columns {
        columns: 1;
    }
    .pld-gallery img {
        max-width: 100%;
    }
}
@media (max-width: 600px) {
    .pld-grid-cards {
        grid-template-columns: 1fr;
    }
}

.pld-required:focus {
    outline: none;
    border-color: #0073aa; /* WP Blue */
}

#pld-map {
    box-shadow: 0px 0px 20px -5px #adadad;
    border-radius: 6px;
    overflow: hidden;
}
.entry-meta{
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 6px #dfdfdf;
    display: inline;
    padding: 10px 15px;
    position: relative;
    top: 10px;
    font-size:14px;
}
.ast-post-format-.single-layout-1 .entry-content .pld-sections .pld-section{
	border: none !important;
	padding:0px;
}
.nav-previous a{
        width: 150px !important;
    border: 1px solid #1fb68d;
    border-radius: 5px;
    padding: 5px 10px;
}
.nav-previous a:hover{
background-color: #1fb68d ;
color:#FFFFFF !important;
}
.nav-previous a p{
    margin-bottom:0px !important;
    line-height: normal;
    margin: 5px 0px 0px !important;
}
.nav-next a{
        width: 150px !important;
    border: 1px solid #1fb68d;
    border-radius: 5px;
    padding: 5px 10px;
}
.nav-next a:hover{
background-color: #1fb68d ;
color:#FFFFFF !important;
}
.nav-next a p{
    margin-bottom:0px !important;
    line-height: normal;
    margin: 5px 0px 0px !important;
}

.navigation.post-navigation{
    display:none ;
}

.ast-article-single {
    max-width: 1140px;
    margin: 0px auto;
}
form h3 {
    font-size: 27px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    line-height: 22px;
    border-bottom: 1px solid #ccc;
    color: #1FB68D !important;
    text-transform: none;
    padding-bottom: 5px;
}
.adert152 input {
    margin-top: 10px;
}
.adert152 input {
    height: 45px !important;
    border: 1px solid #bfbfbf !important;
}
.adert152 button {
    background-color: #1FB68D;
    padding: 13px 42px 16px 42px !important;
    font-size: 19px;
    font-weight: 600;
    line-height: 28px;
    color: #fff;
    border-radius: 5px;
    letter-spacing: .5px;
    width: 249px;
    margin: 10px 0px 0px 0px;
}
.adert152 button:hover {
    background-color: #1FB68D !important;
}
.pld-latlng {
    background-color: #fff;
    display: flex;
    max-width: 96%;
    gap: 8px;
    margin-top: -36px;
    z-index: 999;
    position: relative;
    padding: 2px 12px 12px 12px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ccc;
    margin-bottom: 25px;
}
.adert152 label {
    color: #111827;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.adert152 svg {
    top: 3px;
    position: relative;
}
.dfgt12 span {
    margin-bottom: 11px;
    width: 100%;
    display: block;
}
.adrt153 {
    margin-bottom: 20px;
}
.pld-amenities {
    margin: -9px 0px 23px 0px;
}
.pld-amenities label {
    width: 25%;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 4px;
}
.pld-amenities label input {
    margin-right: 5px !important;
    height: auto !important;
}
.pld-form .pld-grid {
    row-gap: 0px !important;
}
.upload_img {
    background-color: #efefef;
    border: solid 1px #ccc;
    padding: 8px 10px;
}
.adrt15154 {
    max-width: 250px !important;
    margin: 0px 0px 16px 0px !important;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.adrt15154 input {
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0;
    margin-top: 0;
    width: 100%;
    cursor: pointer;
    z-index: 99;
}
@media screen and (max-width: 950px) {
    .pld-btn {
        width: 100% !important;
    }
    .pld-directory .pld-search input {
        width: 100% !important;
    }
    .pld-form .pld-grid {
        display: block !important;
    }
    .pld-amenities label {
        width: 100%;
    }
}