/* All CSS */
.featured-property-h2 {
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 15px;
}
.dark .ppl-card-body {
    padding-left: 20px;
    padding-right: 20px;
}







/* Main Listings */
.ppl-listings,
.ppl-single {
    padding: 30px 20px;
}

.ppl-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 25px;
    row-gap: 30px;
}

.ppl-card {
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
}

.ppl-card-image {
    display: block;
    aspect-ratio: 4 / 3;
    background: #f3f4f6;
    overflow: hidden;
	position: relative;
	border-radius: 10px;
}

.property-type-p {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #293241;
    color: #ffffff;
    font-size: 18px;
    padding: 11px 49px;
    margin-bottom: 0px;
    border-top-right-radius: 25px;
}

.ppl-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ppl-placeholder {
    height: 100%;
    display: grid;
    place-items: center;
    color: #777;
}

.ppl-card-body {
    padding: 20px 0px;
}

.ppl-price {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}

.ppl-card h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.35;
}

.ppl-card h3 a {
    color: #000000;
    text-decoration: none;
}

.ppl-city {
    margin-top: 6px;
    color: #666;
}

.ppl-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 10px;
    font-size: 18px;
    color: #000000;
}

.ppl-listings .ppl-meta {
	min-height: 27px;
}

.ppl-view {
    display: inline-block;
    margin-top: 16px;
    text-decoration: none;
    border-radius: 22px;
    background-color: #B19273;
    font-weight: bold;
    font-size: 17px;
    color: #ffffff;
    padding: 10px 25px 10px 30px;
}

.ppl-view i {
    margin-left: 20px;
}

.ppl-view:hover {
    color: #ffffff;
}

.ppl-meta span {
	position: relative;
}

.ppl-meta span:before {
    content: "|";
    color: #B7B7B7;
	position: absolute;
    left: -13px;
}

.ppl-meta span:first-child:before {
    display: none;
}

.ppl-load-wrap {
    text-align: center;
    margin-top: 60px;
	margin-bottom: 10px;
}

.ppl-load-more {
    background: #293241;
    border: 1px solid #293241;
    border-radius: 25px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 60px;
    transition: all ease 300ms;
}

.ppl-load-more:hover {
	opacity: .7;
}

.ppl-load-more:after {
    content: "\f063";
    font-family: 'FontAwesome';
	margin-left: 20px;
}

.ppl-load-more:disabled {
    opacity: .6;
    cursor: wait;
}

.ppl-error {
    padding: 20px;
    border: 1px solid #ddd;
}

.ppl-single {
    max-width: 1650px;
    margin: 0 auto;
}

.ppl-single-image img {
    width: 100%;
    display: block;
    border-radius: 12px;
}

.ppl-single-content {
    padding: 28px 0;
}

.ppl-single h1 {
    margin: 0 0 25px;
}

.ppl-details {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid #e5e7eb;
}

.ppl-details > div {
    padding: 16px 10px;
    border-bottom: 1px solid #e5e7eb;
}

.ppl-details strong,
.ppl-details span {
    display: block;
}

.ppl-details span {
    margin-top: 5px;
    color: #555;
}

.ppl-description {
    margin-top: 30px;
}



/* Single Listings */
.ppl-single-content-two .main-grid {
    display: flex;
	column-gap: 40px;
	margin-bottom: 15px;
}
.ppl-single-content-two .left-content {
    width: 65%;
}
.ppl-single-content-two .right-content {
    width: 35%;
}
.ppl-description-two h2 {
    color: #293241;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 15px;
}
.ppl-description-two p {
    font-size: 20px;
    line-height: 37px;
}
.booking-box {
    background-color: #293241;
    color: #ffffff;
    padding: 40px;
    border-radius: 20px;
	margin-bottom: 50px;
}
.booking-box .gform_title {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
	text-align: center;
}
#gform_3 label.gfield_label {
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 2px;
}
#gform_3 input#input_3_1 {
    width: 100%;
}
#gform_3 input[type="text"], 
#gform_3 input[type="tel"], 
#gform_3 input[type="email"], 
#gform_3 select.gfield_select {
    background-color: transparent;
    border: 1px solid #C7C7C7;
    color: #ffffff;
    font-size: 19px;
    font-weight: 400;
    border-radius: 6px;
    padding: 25px;
}
#gform_3 select.gfield_select {
	height: 52px;
	padding: 6px 0px 0px 25px;
	background: none !important;
}
#gform_3 select.gfield_select option {
	background-color: #293241;
	color: #ffffff;
}
#gform_submit_button_3 {
    border-radius: 40px;
    background-color: #B19273;
    font-weight: bold;
    font-size: 19px;
    color: #ffffff;
    padding: 26px 71px;
    margin: 0 auto;
	transition: all ease 300ms;
}
#gform_submit_button_3:hover {
    opacity: .7;
}
.ppl-overview-title {
    font-weight: bold;
    color: #293241;
    font-size: 60px;
	margin-bottom: 30px;
}
.ppl-description-two {
    margin-bottom: 70px;
}
.features-list li {
    padding: 30px 15px;
    border-top: 1px solid #eddada;
	font-size: 20px;
	display: flex;
}
.features-list li .feature-name {
    width: 35%;
	font-weight: bold;
}
.features-list li .feature-value {
    width: 65%;
}
.ppl-amenities-title {
    font-weight: bold;
    color: #293241;
    font-size: 60px;
    margin-bottom: 30px;
}
.ppl-overview {
    margin-bottom: 70px;
}
.ppl-amenities-sub-title {
    font-weight: bold;
    font-size: 40px;
    color: #B19273;
    margin-bottom: 30px;
}
.ppl-amenities-row {
    padding: 15px 10px;
    font-size: 20px;
    display: flex;
    border-top: 1px solid #eddada;
}
.ppl-amenities-row strong {
    width: 35%;
}
.ppl-amenities-row span {
    width: 65%;
}
.related-properties-title {
    font-weight: bold;
    font-size: 40px;
    color: #293241;
    margin-bottom: 15px;
}
.property-card {
    display: flex;
    background-color: #F8F8F8;
    padding: 15px 20px;
    border-radius: 25px;
    column-gap: 20px;
	align-items: center;
	margin-bottom: 35px;
}
.property-image-left {
    width: 45%;
}
.property-info-right {
    width: 55%;
}
.property-info-h3 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 15px;
}
.property-info-h3 a {
    color: #000000;
}
.property-info-p a {
    font-size: 15px;
    color: #000000;
}
.property-info-p {
    margin-bottom: 10px;
}
.property-info-meta {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
	margin-bottom: 25px;
}
.property-info-meta span {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.property-info-price {
    font-size: 30px;
    font-weight: bold;
	color: #939393;
}
.property-card-image img {
    height: 270px;
    border-radius: 10px;
	object-fit: cover;
	width: 100%;
}
.ppl-single-property-subheader-h2 {
    font-weight: bold;
    font-size: 34px;
    color: #ffffff;
    margin-bottom: 10px;
}
.ppl-single-property-subheader-p {
    color: #5a5d63;
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 10px;
}
.ppl-single-property-subheader-meta {
    color: #ffffff;
}
.ppl-single-property-subheader {
    margin-top: -20px;
}
.ppl-view:hover, .ppl-view:focus, .ppl-view:active, .ppl-view:visited {
	color: #ffffff !important;
}
.ppl-single-wrap {
    margin-top: -50px;
}
.gform-theme--framework#gform_wrapper_3 .gfield--datepicker-default-icon {
    --gf-field-date-icon-color: #ffffff;
}
.gform-theme--framework#gform_wrapper_3 .gfield--datepicker-default-icon:hover {
    --gf-field-date-icon-color: #ffffff;
}
.gform-theme--framework#gform_wrapper_3 .ginput_container_select {
    background-image: url(/wp-content/plugins/paragon-property-listings/assets/images/dropdown-icon.png);
    background-repeat: no-repeat;
    background-position: 95% center;
	background-size: 15px;
}



/* Single Page Gallery */
.ppl-gallery-main-div {
    width: 100%;
    background: #293241;
	margin-bottom: 35px;
}

.ppl-gallery {
    max-width: 1650px;
    margin: 0 auto;
	padding: 60px 30px;
}

.ppl-gallery-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 15px;
	padding-bottom: 40px;
}

.ppl-gallery-main-image {
    height: 580px;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
}

.ppl-gallery-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.ppl-gallery-main-image:hover img {
    transform: scale(1.04);
}

.ppl-gallery-side {
    position: relative;
    height: 580px;
    overflow: hidden;
}

.ppl-gallery-page {
    display: none;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 15px;
    width: 100%;
    height: 100%;
    animation: pplFadeIn 1s ease;
}

.ppl-gallery-page.active {
    display: grid;
}

@keyframes pplFadeIn {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.ppl-gallery-item {
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
}

.ppl-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.ppl-gallery-item:hover img {
    transform: scale(1.05);
}

.ppl-gallery-pagination {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 0px 70px 0 0;
}

.ppl-gallery-dot {
    width: 100px;
    height: 8px;
    border: none;
    border-radius: 5px;
    background: #FFFFFF;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ppl-gallery-dot.active {
    background: #F0B85E;
}

.ppl-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.92);
}

.ppl-lightbox.active {
    display: flex;
}

.ppl-lightbox-content {
    position: relative;
    max-width: 85%;
    max-height: 85vh;
    text-align: center;
}

.ppl-lightbox-content img {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
	border-radius: 20px;
}

.ppl-lightbox-counter {
    color: #ffffff;
    margin-top: 30px;
}

.ppl-lightbox-close,
.ppl-lightbox-prev,
.ppl-lightbox-next {
    position: absolute;
    border: none;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    cursor: pointer;
}

.ppl-lightbox-close {
    top: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 18px;
}

.ppl-lightbox-prev,
.ppl-lightbox-next {
    top: 50%;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-size: 20px;
    transform: translateY(-50%);
}

.ppl-lightbox-prev {
    left: 30px;
}

.ppl-lightbox-next {
    right: 30px;
}










/* Media Queries */
@media (max-width: 1199px) {
	.ppl-gallery-dot {
    width: 50px;
}
	.ppl-single-property-subheader {
    margin-top: 20px;
}

}

@media (max-width: 991px) {
    .ppl-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ppl-details {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
	#gform_submit_button_3 {
    font-size: 18px;
    padding: 20px 50px;
}
	.property-info-h3 {
    font-size: 25px;
}
	#gform_3 input[type="text"], #gform_3 input[type="tel"], #gform_3 input[type="email"], #gform_3 select.gfield_select {
    font-size: 16px;
}
}

@media (max-width: 767px) {

    .ppl-gallery-main {
        height: 350px;
    }

    .ppl-gallery-thumb {
        flex-basis: 70px;
        width: 70px;
        height: 55px;
    }
	
	.ppl-gallery-grid {
        grid-template-columns: 1fr;
    }

    .ppl-gallery-main-image {
        height: 300px;
    }

    .ppl-gallery-side {
        height: 300px;
    }

    .ppl-gallery-pagination {
        justify-content: center;
        padding: 0px 0px 0px;
        flex-wrap: wrap;
    }

    .ppl-gallery-dot {
        width: 35px;
    }
	
	.ppl-single-property-subheader {
		margin-top: 20px;
	}
	
	.ppl-lightbox-prev, .ppl-lightbox-next {
		background-color: #000000;
		width: 30px;
		height: 30px;
		font-size: 10px;
		z-index: 1;
		top: 47%;
	}
	.ppl-lightbox-next {
		right: 40px;
	}
	.ppl-lightbox-prev {
		left: 40px;
	}
	.ppl-single-content-two .main-grid {
		flex-direction: column;
	}
	.ppl-single-content-two .left-content {
    width: 100%;
		margin-bottom: 35px;
}
	.ppl-single-content-two .right-content {
    width: 100%;
}
	.features-list li .feature-name {
    width: 100%;
}
	.features-list li .feature-value {
    width: 100%;
}
	.features-list li {
    flex-direction: column;
    row-gap: 15px;
}
	.ppl-amenities-row strong {
    width: 100%;
}
	.ppl-amenities-row span {
    width: 100%;
}
.ppl-amenities-row {
    flex-direction: column;
    row-gap: 15px;
}
	.related-properties-title {
    font-size: 38px;
}
	.property-image-left {
    width: 100%;
}
	.property-info-right {
    width: 100%;
}
	.property-card {
    flex-direction: column;
    row-gap: 15px;
}
	.ppl-description-two h2 {
    font-size: 45px;
}
	.ppl-overview-title {
    font-size: 45px;
}
	.ppl-amenities-title {
    font-size: 45px;
}
	.ppl-listings .ppl-meta {
    min-height: auto;
}
	.ppl-gallery-grid {
    padding-bottom: 20px;
}
	
	

}

@media (max-width: 480px) {
    .ppl-grid,
    .ppl-details {
        grid-template-columns: 1fr;
    }

    .ppl-listings {
        padding: 20px 15px;
    }
	
	.ppl-load-more {
    padding: 10px 50px;
}
}
