/*
Theme Name: digitalart-nwmea Child
Theme URI: https://digitalsart.com/
Template: digitalart-nwmea
Author: Digital Art Emblem
Author URI: https://digitalsart.com/
Description: This is custom theme
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1732073101
Updated: 2024-11-20 03:25:01
*/

/* Form container */
.project-form {
  background-color: transparent;
  padding: 20px;
}

.group-section {
  padding: 30px 25px;
  background-color: white;
  border-radius: 0px;
  margin-bottom: 30px;
  border: none;
}

.double-section {
  display: flex;
  align-items: center;
  gap: 20px;
}


.double-section p {
  width: 50%;
}

/* Section headers */
.project-form .section-head {
  font-size: 22px;
  color: #222;
  margin-bottom: 50px;
}



.info-p {
  font-size: 14px;
  line-height: 28px;
  color: #5c727d;
}

.project-form label {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  color: black;
}

/* Input and textarea fields */
.project-form input[type="text"],
.project-form input[type="number"],
.project-form input[type="url"],
.project-form textarea,
.project-form select {
  font-size: 14px;
  padding: 15px 0px 15px 9px;
  border: 1px solid #eee;
  box-shadow: none;
  background: #E4E4E4;
  opacity: 1;
  height: 48px;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 15px;
  color: black;

}

/* Input and textarea fields */
.project-form input[type="text"]::placeholder,
.project-form input[type="number"]::placeholder,
.project-form input[type="url"]::placeholder,
.project-form textarea::placeholder,
.project-form select::placeholder {
  opacity: .5;
}

/* Input and textarea fields */
.project-form input:focus {
  border: 2px solid #a98a3a;
}


.project-form textarea {
  font-size: 14px;
  padding: 15px 0px 15px 9px;
  border: 1px solid #eee;
  box-shadow: none;
  background: #E4E4E4;
  opacity: 1;
  height: auto;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 15px;
  color: black;
}

.project-form textarea::placeholder {
  opacity: 0.5;
}

/* Button styles */
.project-form button {
  background-color: #A98A3A;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 10px;
}

.project-form button:hover {
  background-color: #9c7a2e;
}

/* Featured image uploader */
#featured_image_uploader {
  text-align: center;
  padding: 30px 40px;
  background-color: #EFEFEF;
  margin: 10px 0px 40px 0px;
  border-radius: 8px;
  border: 5px dotted #dfdfdf;
}

#featured_image_area {
  margin-top: 10px;
}

#featured_image_preview {
  border: none;
  padding: 2px;
  text-align: center;
  color: #5c727d;
  font-size: 14px;
}

.fa-cloud-upload-alt:before {
  font-size: 35px;
  color: #a5c2de;
}

.select_image_button {
  background-color: #a98a3a !important;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 10px;
}



/* Image upload button */
.select_gallery_button {
  background-color: #a98a3a;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 10px;
}

.select_image_button:hover,
.select_gallery_button:hover {
  background-color: #9c7a2e;
}

/* Image preview section */
.project-form .image-preview {
  border: 1px dashed #ccc;
  padding: 20px;
  margin-top: 10px;
  text-align: center;
  color: #aaa;
}

/* File inputs */
input[type="file"] {
  display: none;
}


/* Hidden content for file uploads */
input[type="file"]:not(:valid) {
  display: none;
}

/* Submit button */
.project-form .submit-button {
  background-color: #A98A3A;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 20px;
}

.project-form .submit-button:hover {
  background-color: #9c7a2e;
}

#interior_gallery_preview {
  display: flex;
  flex-wrap: wrap;
}

#bedroom_4_image_preview,
#bedroom_5_image_preview,
#bedroom_6_image_preview {
  margin-bottom: 30px;
}

#exterior_gallery_preview,
#interior_gallery_preview {
  margin-bottom: 30px;
}

.project-highlights-container .project-highlight-title {
  font-size: 18px;
}

.single-project .amenities-item .amenities-title,
.project-highlights-container .project-highlight-title,
.project-highlights-container .project-highlight-value {
  font-family: "Plus Jakarta Sans", sans-serif;
}

body .common_gallery {
  grid-gap: 32px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(4, 364px);
}

body .common_gallery .item {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}

body .common_gallery .item:first-of-type {
  grid-column: 1 / span 5;
  grid-row: 1 / span 2;
}


body .common_gallery .item:nth-of-type(2),
body .common_gallery .item:nth-of-type(3) {
  grid-column: 6 / -1;
}

body .common_gallery .item:nth-of-type(4),
body .common_gallery .item:nth-of-type(5) {
  grid-column: 1 / span 7;
}

body .common_gallery .item:nth-of-type(6) {
  grid-column: 8 / -1;
  grid-row: 3 / -1;
}

body .common_gallery .item img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  transform: scale(1);
  transition: all .3s ease-in-out;
}

body .common_gallery .item:hover img {
  transform: scale(1.05);
}

.single-property .common_gallery {
  grid-template-rows: inherit;
  grid-gap: 20px;
}

.single-property .common_gallery .item:first-of-type {
  grid-column: 1 / span 8;
  grid-row: 1 / span 2;
}

.single-property .common_gallery .item:nth-of-type(2),
.single-property .common_gallery .item:nth-of-type(3) {
  grid-column: span 4;
  grid-row: span 1;
}

.single-property .common_gallery .item:nth-of-type(n+4) {
  grid-column: span 4;
  grid-row: span 1;
  display: none;
}


.single-project .amenities-item {
  height: auto;
  padding-bottom: 100%;
}

.single-project .amenities-item img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}

.single-project .amenities-item .amenities-overlay {
  opacity: 0.8;
}

.single-project .amenities-item:hover .amenities-overlay,
.single-project .amenities-item .amenities-title {
  opacity: 1;
}

.single-project .project-highlights-container {
  display: block;
  margin: 0;
}

.single-project .project-highlights-container .project-highlight-item {
  padding: 10px 0px;
  margin: 10px 0px;
  text-align: left;
  display: block;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid #f0f3f8;
}

.single-project .project-highlights-container .starting_price {
  margin-top: 0;
  padding-top: 15px;
  border-top: 1px solid #f0f3f8;
}

.single-project .project-highlights-container .project-highlight-icon {
  display: none;
}

.single-project .project-highlights-container .project-highlight-title {
  color: var(--e-global-color-accent);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.single-project .project-highlights-container .project-highlight-value {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4em;
  color: var(--e-global-color-text);
}

.single-project .project-highlights-container .location,
.single-project .project-highlights-container .project_status {
  display: none;
}


.single-property .overview-item {
  align-items: center;
  padding: 0;
  background: transparent;
}

.single-property .overview-item .overview-icon {
  width: 22px;
  height: 22px;
}

.single-property .overview-item .overview-content {
  display: flex;
  align-items: center;
  gap: 5px;
}

.single-property .overview-item .overview-title {
  font-size: 16px;
  margin: 0;
}


body .property-details-title {
  text-transform: capitalize;
}


/*
* Responsive
*/
@media only screen and (max-width: 767px) {

  .double-section {
    flex-direction: column;
  }

  .double-section p {
    width: 100%;
  }

}













/* Property Filter CSS */
.property-filter-container {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 40px;
	background-image: unset;
    padding: 0;
}


.property-filter-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.property-filter-item {
    flex: 1;
    min-width: 200px;
    position: relative;
}

.property-filter-dropdown,
.property-filter-input {
    width: 100%;
    height: 50px;
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 6px !important;
    font-size: 16px;
    color: #333;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}

input#map-search {
    border-radius: 6px !important;
}

.property-filter-dropdown {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
}

.property-filter-button {
    margin-left: auto;
}

#find-properties-btn {
    min-width: 180px;
    height: 50px;
    background-color: #C4A86C;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

#find-properties-btn:hover {
    background-color: #B39659;
}

.property-filter-dropdown.loading {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><path d="M16 12a4 4 0 1 1-8 0"></path></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.property-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.property-item {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: transform 0.3s, box-shadow 0.3s;
}

.property-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.property-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.property-content {
    padding: 20px;
    font-family: Lora;
}
.property-content h3 a{
    font-size: 20px;
    color: #0D0D0C !important;
    line-height: 26px;
}

.property-meta {
    display: flex;
    gap: 15px;
    margin: 10px 0;
    color: #555;
}

.property-price {
    font-weight: bold;
    color: #0D0D0C;
    margin: 10px 0;
    font-size: 16px;
}

.property-link {
    display: inline-block;
    padding: 8px 16px;
    background-color: transparent;
    color: white;
    text-decoration: none;			
    border: 1px solid #0D0D0C;
    border-radius: 30px;
    margin-top: 10px;
    transition: background-color 0.3s;
    color: #0D0D0C;
    font-size: 14px;
}

.property-link:hover {
    background: #a98a3a;
    color: #fff;
}

.loading-properties,
.no-properties-found,
.error-message {
    text-align: center;
    padding: 40px;
    font-size: 18px;
    color: #fff;
}

.loading-properties:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    border: 4px solid #C4A86C;
    border-top-color: transparent;
    border-radius: 50%;
    margin: 0 auto 20px;
    animation: spin 1s linear infinite;
}

@media (max-width: 1024px) {
    .property-filter-row {
        flex-direction: row;
        gap: 15px;
    }
    
    .property-filter-item {
        width: 100%;
    }
    
    .property-filter-button {
        width: 100%;
        margin-left: 0;
    }
    
    #find-properties-btn {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .property-grid {
        grid-template-columns: 1fr;
    }
}