/*
Theme Name: hello elementor child
Theme URI: 
Description: Child theme of hello-elementor theme for the Hello Elementor theme
Author: <a href="https://elementor.com/?utm_source=wp-themes&#038;utm_campaign=author-uri&#038;utm_medium=wp-dash">Elementor Team</a>
Author URI: 
Template: hello-elementor
Version: 3.4.4
*/
/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Fri, 04 Jul 2025 06:39:20 +0000 */
/* The plugin now uses the recommended approach for loading the css files.*/
.contact .elementor-container {
  align-items: center;
}

.home-listing .property-item {
  padding: 40px;
  background: rgba(255, 255, 255, 0.0392156863);
  border-radius: 12px;
}
@media screen and (max-width: 1556px) {
  .home-listing .property-item {
    padding: 18px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 768px) {
  .home-listing .property-item {
    padding: 20px;
  }
}
.home-listing .property-item-pagination {
  margin-top: 50px;
  border-top: solid 1px rgba(196, 178, 178, 0.1882352941);
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.home-listing .property-item-nav {
  display: flex;
  gap: 10px;
}
.home-listing .property-item-nav .swiper-button-disabled {
  opacity: 0.7;
}
.home-listing .property-item-bottom {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .home-listing .property-item-bottom {
    flex-direction: column;
    gap: 20px;
  }
}
.home-listing .property-item-bottom span {
  display: block;
  font: 500 18px "Urbanist";
  color: #999999;
}
.home-listing .property-item-bottom .price {
  font-size: 24px;
  font-weight: 600;
  font-family: "Urbanist";
  color: #ffffff;
}
@media screen and (max-width: 1556px) {
  .home-listing .property-item-bottom .price {
    font-size: 18px;
  }
}
.home-listing .property-item-bottom .read-more {
  color: #071F39;
  background: #FFFFFF;
  padding: 18px 24px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", Sans-serif;
  text-align: center;
  width: 100%;
  transition: all 0.3s ease-in-out;
  line-height: 150%;
}
@media screen and (max-width: 1556px) {
  .home-listing .property-item-bottom .read-more {
    padding: 10px 16px;
    font-size: 13px;
  }
}
.home-listing .property-item-bottom .read-more:hover {
  background: #071F39;
  color: #ffffff;
}
.home-listing .property-thumb {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 318px;
  position: relative;
}
.home-listing .property-thumb .project-by {
  position: absolute;
  width: 120px;
  height: 76px;
  top: 18px;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-listing .property-thumb .project-by img {
  width: 80%;
  height: auto;
}
@media screen and (max-width: 1556px) {
  .home-listing .property-thumb {
    height: 226px;
  }
}
.home-listing .property-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-listing .property-title {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 20px;
  font-family: "Americana", Sans-serif;
}
@media screen and (max-width: 1556px) {
  .home-listing .property-title {
    font-size: 17px;
  }
}
.home-listing .property-description {
  font-size: 18px;
  font-family: "Inter", Sans-serif;
  color: #999999;
  line-height: 150%;
}
@media screen and (max-width: 1556px) {
  .home-listing .property-description {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .home-listing .property-description {
    font-size: 16px;
  }
}
.home-listing .property-meta {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 30px 0;
  gap: 10px;
}
@media screen and (max-width: 1556px) {
  .home-listing .property-meta {
    margin: 20px 0;
    gap: 5px;
  }
}
@media screen and (max-width: 768px) {
  .home-listing .property-meta {
    flex-wrap: wrap;
  }
}
.home-listing .property-meta li {
  font-size: 15px;
  font-weight: 500;
  color: #9F9F9F;
  border-radius: 50px;
  border: solid 1px #787878;
  display: flex;
  align-content: center;
  font-family: "Inter", Sans-serif;
  background: #071F39;
  padding: 8px 14px;
  gap: 4px;
  align-items: center;
}
@media screen and (max-width: 1556px) {
  .home-listing .property-meta li {
    font-size: 11px;
    padding: 6px 10px;
  }
  .home-listing .property-meta li svg {
    width: 16px;
  }
}
.home-listing .property-meta li a {
  pointer-events: none;
  color: #9F9F9F;
}

.mobile-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

#property-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
@media screen and (max-width: 1200px) {
  #property-results {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #property-results {
    grid-template-columns: repeat(1, 1fr);
  }
}
#property-results .property-card {
  padding: 40px;
  background: rgba(49, 49, 49, 0.1);
  border-radius: 12px;
}
@media screen and (max-width: 1556px) {
  #property-results .property-card {
    padding: 28px;
  }
}
@media screen and (max-width: 767px) {
  #property-results .property-card {
    padding: 15px;
  }
}
#property-results .property-card-media {
  width: 100%;
  height: 318px;
  margin-bottom: 30px;
	position:relative;
}


#property-results .property-card-media .project-by{
	position: absolute;
    width: 120px;
    height: 76px;
    top: 18px;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
	
}


#property-results .property-card-media .project-by img{
	width:80%;
	height:auto;
}

@media screen and (max-width: 1556px) {
  #property-results .property-card-media {
    height: 266px;
    margin-bottom: 20px;
  }
}
#property-results .property-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#property-results .property-card-title {
  font-weight: 400;
  color: #071F39;
  font-family: "Americana", Sans-serif;
  margin-bottom: 30px;
  font-size: 24px;
}
@media screen and (max-width: 1556px) {
  #property-results .property-card-title {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
#property-results .property-card-meta {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 30px 0;
  gap: 10px;
}
@media screen and (max-width: 1556px) {
  #property-results .property-card-meta {
    margin: 20px 0;
    gap: 7px;
    flex-wrap: wrap;
  }
}
#property-results .property-card-meta li {
  font-size: 15px;
  font-weight: 500;
  color: #9F9F9F;
  border-radius: 50px;
  border: solid 1px #9F9F9F;
  display: flex;
  align-content: center;
  font-family: "Inter", Sans-serif;
  background: #FFF;
  padding: 8px 14px;
  gap: 4px;
  align-items: center;
}
@media screen and (max-width: 1556px) {
  #property-results .property-card-meta li {
    padding: 6px 10px;
    font-size: 13px;
  }
}
#property-results .property-card-bottom {
  display: flex;
  gap: 50px;
}
#property-results .property-card-bottom .price {
  font-size: 24px;
  font-weight: 500;
  font-family: "Urbanist";
  color: #071F39;
}
@media screen and (max-width: 1556px) {
  #property-results .property-card-bottom .price {
    font-size: 17px;
  }
}
#property-results .property-card-bottom .price span {
  display: block;
  font: 500 18px "Urbanist";
  color: #999999;
}
@media screen and (max-width: 1556px) {
  #property-results .property-card-bottom .price span {
    font-size: 12px;
  }
}
#property-results .property-card-link {
  color: #fff;
  background: #071F39;
  padding: 18px 24px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter", Sans-serif;
  text-align: center;
  width: 100%;
  transition: all 0.3s ease-in-out;
  line-height: 150%;
}
@media screen and (max-width: 1556px) {
  #property-results .property-card-link {
    font-size: 12px;
    padding: 12px 16px;
  }
}
#property-results .property-card-link:hover {
  background: #ffffff;
  color: #071F39;
}

#property-filters {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  position: relative;
}
#property-filters #property-filter-form {
  display: flex;
  gap: 16px;
  align-items: center;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 1266px) {
  #property-filters #property-filter-form {
    flex-direction: column;
    gap: 10px;
  }
}
#property-filters #property-filter-form div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #071F39;
}
@media screen and (max-width: 1266px) {
  #property-filters #property-filter-form div.toggle-filter {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    /* left       : 0; */
    top: 50px;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    border: solid 1px #071f39;
    z-index: 99;
    max-width: 300px;
  }
  #property-filters #property-filter-form div.toggle-filter select {
    width: 100%;
    margin-bottom: 10px;
  }
}
#property-filters select {
  padding: 10px 50px 10px 15px;
  border: solid 1px #717171;
  color: #717171;
  border-radius: 5px;
  background: transparent;
  font-size: 16px;
  font-family: "Inter", Sans-serif;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1.75L8 8.25L14.5 1.75' stroke='%23717171' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-position: center right 20px;
  background-repeat: no-repeat;
}

.load-more-wrapper {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
.load-more-wrapper button {
  background: #071F39;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-family: "Inter", Sans-serif;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.load-more-wrapper button:hover {
  background: gray;
  color: #071F39;
}

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

.featured-properties {
  background: #071F39;
}

.featured-card {
  display: flex;
  gap: 150px;
}
@media screen and (max-width: 1266px) {
  .featured-card {
    flex-direction: column;
    gap: 20px;
  }
}
.featured-card-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  max-width: 50%;
}
@media screen and (max-width: 1266px) {
  .featured-card-left {
    max-width: 100%;
    padding: 20px;
  }
}
.featured-card-left h2 {
  font: normal 18px "Roboto", sans-serif;
  color: #071F39;
  background: #FFF;
  border-radius: 5px;
  padding: 12px 22px;
  margin: 0;
  text-transform: uppercase;
}
.featured-card-right {
  max-width: 50%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media screen and (max-width: 1266px) {
  .featured-card-right {
    max-width: 100%;
    padding: 20px;
  }
}
.featured-title {
  font-weight: 400;
  color: #ffffff;
  font-family: "Americana", Sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}
.featured-title a {
  color: #ffffff;
  text-decoration: none;
}
.featured-title a:hover {
  color: #f0f0f0;
}
.featured-excerpt {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  color: #999999;
}
.featured-brochure-btn {
  background: #ffffff;
  color: #071F39;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  padding: 18px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 8px;
}
.featured-brochure-btn:hover {
  background: #f0f0f0;
}
.featured-brochure {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.featured-brochure .property-item-nav {
  display: flex;
  gap: 10px;
}
.featured-brochure .property-item-nav .swiper-button-disabled {
  opacity: 0.7;
}

.gallery-item {
  overflow: hidden;
  border-radius: 5px;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}
.gallery-item img:hover {
  transform: scale(1.05);
}
.gallery-item:nth-child(1) {
  grid-area: 1/1/6/2;
}
.gallery-item:nth-child(2) {
  grid-area: 4/2/6/3;
}
.gallery-item:nth-child(3) {
  grid-area: 1/2/4/3;
}

.footer-mail-icon {
  position: absolute;
  left: 18px;
  top: 15px;
  width: 20px;
  height: 18px;
}

#form-field-email {
  position: relative;
  padding: 14px 18px 14px 60px;
}

#footer-input-btn {
  position: absolute;
  top: -45px;
  width: 30px;
  height: 30px;
  right: 10px;
  cursor: pointer;
  z-index: 20;
}

.property-meta-details {
  display: flex;
  border-top: solid 1px rgba(7, 31, 57, 0.2);
  border-bottom: solid 1px rgba(7, 31, 57, 0.2);
  padding: 13px;
  margin: 42px 0;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .property-meta-details {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
  }
}
.property-meta-details .meta-item.payment_plan {
  position: relative;
  padding: 0 75px;
}
.property-meta-details .meta-item.payment_plan::before, .property-meta-details .meta-item.payment_plan::after {
  content: "";
  background: rgba(7, 31, 57, 0.2);
  width: 1px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .property-meta-details .meta-item.payment_plan::before, .property-meta-details .meta-item.payment_plan::after {
    width: 100%;
    height: 1px;
    position: static;
    display: block;
    transform: translateY(0);
    margin: 20px 0;
  }
}
.property-meta-details .meta-item.payment_plan::before {
  right: 0;
  left: auto;
}
.property-meta-details .meta-label {
  font: 400 20px "Urbanist";
  color: #999999;
  display: block;
}
.property-meta-details .meta-value {
  font: 600 34px "Urbanist";
  color: #071F39;
  display: block;
}

.amenities-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.amenities-wrapper .amenity-item {
  background: #071F39;
  color: #ffffff;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 10px;
  padding: 30px;
  width: calc(25% - 20px);
}
@media screen and (max-width: 960px) {
  .amenities-wrapper .amenity-item {
    width: calc(50% - 20px);
  }
}
.amenities-wrapper .amenity-icon {
  max-width: 70px;
}
.amenities-wrapper .amenity-title {
  font-family: "Americana", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  color: #FFFFFF;
}/*# sourceMappingURL=style.css.map */