
    * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --transition: cubic-bezier(0.1, 0.7, 0, 1);
}
/* COMMON */
.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40vh;
}
body .elementor-widget-text-editor a{
  color: #996092 !important;
}
.imgs-parent {
  display: flex;
  gap: 0.4rem;
  perspective: 60rem;
}

.img {
  width: 8.0rem;
  height: 19rem;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: 
    transform 1.25s var(--transition), 
    filter 3s var(--transition),
    width 0.3s var(--transition);
  position: relative;
  filter: grayscale(0) brightness(0.5);
  will-change: transform, filter;
  border-radius: 8px 8px 8px 8px ;
}

/* When Hovered */
.img:hover {
  transform: translateZ(17.375rem);
  filter: inherit;
}

/* Sidebar Helpers */
.img::before,
.img::after {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 100%;
  right: -1.25rem;
}

.img::after {
  left: -1.25rem;
}

/* When Hovered RIGHT */
.img:hover + * {
  transform: translateZ(14.77rem) rotateY(35deg);
  filter: grayscale(0.2) brightness(0.9);
  z-index: -1;
}

.img:hover + * + * {
  transform: translateZ(9.73rem) rotateY(40deg);
  filter: grayscale(0.4) brightness(0.8);
  z-index: -2;
}

.img:hover + * + * + * {
  transform: translateZ(4.17rem) rotateY(35deg);
  filter: grayscale(0.6) brightness(0.7);
  z-index: -3;
}

.img:hover + * + * + * + * {
  transform: translateZ(1.1rem) rotateY(25deg);
  filter: grayscale(0.8) brightness(0.6);
  z-index: -4;
}

/* When Hovered LEFT */
.img:has(+ :hover) {
  transform: translateZ(14.77rem) rotateY(-35deg);
  filter: grayscale(0.2) brightness(0.9);
}

.img:has(+ * + :hover) {
  transform: translateZ(9.73rem) rotateY(-40deg);
  filter: grayscale(0.4) brightness(0.8);
}

.img:has(+ * + * + :hover) {
  transform: translateZ(4.17rem) rotateY(-35deg);
  filter: grayscale(0.6) brightness(0.7);
}

.img:has(+ * + * + * + :hover) {
  transform: translateZ(1.1rem) rotateY(-25deg);
  filter: grayscale( .8) brightness(0.6);
}

/* When clicked */
.open {
  width: 25vw;
  transform: translateZ(17.375rem);
  filter: inherit;
  z-index: 1;
  margin: 0 0.45vw;
} 

.e-lottie__animation{
    display: none
}

.properties-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 per row by default */
  gap: 40px;
  justify-content: center;
  align-items: stretch;
}

/* Property Card */
.property-item {
  background: #EDEDED;
  border-radius: 16px;
  padding: 10px 20px 20px 20px;
  text-align: center;
  box-shadow: 0 4px 12px rgb(0 0 0 / 23%);
  transition: all 0.3s ease;
  position: relative;
}

.property-item:hover {
  transform: translateY(-5px);
}

.property-thumb img {
    object-fit: cover;
    width: 85% !important;
    width: 100%;
    height: auto;
    box-shadow: 4px 4px 2px 0px rgb(0 0 0 / 36%);
    height: 250px;
  
}
.ribbon {
  position: absolute;
  top: 35px;
  right: 25px;
  background: #FF5400;
  color: #fff;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 3px;
  font-weight: bold;
  box-shadow: 4px 4px 2px 0px rgb(0 0 0 / 36%);
}
.property-term-bg {
    position: absolute;
    left: 20%;
    top: 5%;
    position: absolute;
    top: 35px;
    left: 54px;
    background:#996092a8;;
    color: #fff;
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 3px;
    font-weight: bold;
    border: 1px #ffffff85 solid;
}
.vacanciese__cathide .property-term-bg{
  display: none !important;
}

.property-title a{
  font-family: 'Poppins' !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #333 !important;
  margin-top: 15px !important;
}
.property-title a:hover{
  color: #996092 !important;
}

.property-desc {
  color: #282828;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 10px auto;
  width: 90%;
}

.property-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #000;
  font-size: 14px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.property-meta span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.property-meta span img{
  width: 18px;
  height: auto;
}

.property-meta span:not(:nth-last-child(-n+2))::after {
  content: "|";
  display: inline-block;
  margin-left: 8px;
  color: #000000;
  font-weight: 300;
  transform: translateY(1px);
}


.see-more-wrap {
  text-align: center;
  margin-top: 50px;
}

.see-more-btn {
  color: white !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  font-family: 'Poppins' !important;
  transition: 0.3s !important;
  border: 0px !important;
}

.see-more-btn:hover {
  color: #996092;
  transform: scale(1.1);
}

.no-posts-msg {
  color: #555;
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
}


/* ================================
   SINGLE PROPERTY PAGE STYLES
   ================================ */

/* ---- GALLERY SLIDER ---- */
.property-gallery-slider {
  overflow: hidden;
  margin-top: 100px;
    padding-top: 120px !important;
}

.property-gallery-slider .swiper {
  width: 100%;
}

.property-gallery-slider .swiper-slide {
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform: scale(0.85);
  opacity: 0.6;
  border-radius: 30px;
  object-fit: cover;
}

.property-gallery-slider .swiper-slide-active {
  transform: scale(1.1); /* Increased for wider center */
  opacity: 1;
  z-index: 3;
}

/* ---- Image Styling ---- */
.property-gallery-slider img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  object-fit: cover;
  border: 2px #996092 solid;
  padding: 6px;
  height: auto;
  width: 100%;
}

/* ---- Overlay Fade on Left and Right ---- */
.property-gallery-slider::before,
.property-gallery-slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 12%;
  height: 100%;
  z-index: 4;
  pointer-events: none;
}

.property-gallery-slider::before {
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));
}

.property-gallery-slider::after {
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));
}

/* ---- Swiper Controls ---- */
.swiper-button-prev,
.swiper-button-next {
  color: #7b3f9e;
  transition: 0.3s ease;
  z-index: 5;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #612f80;
}
.swiper-pagination-bullet-active {
  background: #7b3f9e;
}
.property-header {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.single-property-title {
  font-family: "Poppins", Sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.property-description h2.details-title{
  margin-top: 50px !important;
  font-size: 28px;
  font-family: "Poppins", Sans-serif;
  font-weight: 600;
  color: #000;
  margin: 0;
  width: 100%;
  max-width: 700px;
  margin-bottom: 30px !important;
}
.property-description {
  width: 1120px;
  padding-top: 20px;
  margin: auto;
}

.property-title .highlight {
  color: #7b3f9e;
  font-weight: 800;
  font-family: "Poppins", Sans-serif;
}
.property-address {
  color: #555;
  font-size: 16px;
  margin-top: 6px;
}
.property-description iframe{
  width: 100% !important;
}
.enquire-btn {
display: inline-block;
    background-color: #F1F1F1;
    color: #996092;
    padding: 10px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 14px;
    transition: 0.3s 
ease;
    font-family: 'DM Sans';
    border: 1px solid #996092;
    padding-bottom: 12px;
}


.enquire-btn:hover {
  background-color: #9960924f;
  color: #996092
  ;
}

/* ---- META SECTION ---- */
.single-property-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #000;
  font-size: 14px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.single-property-meta span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.single-property-meta span img {
  width: 18px;
  height: auto;
}
.single-property-meta span:not(:nth-last-child(-n+2))::after {
  content: "|";
  display: inline-block;
  margin-left: 8px;
  color: #000000;
  font-weight: 300;
  transform: translateY(1px);
}


/* ---- ABOUT SECTION ---- */
.about-header {
  background: #996092;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
  margin-top: 2rem;
  border-radius: 4px 4px 0 0;
}
.details-title{
  margin-top: 80px;
}
.property-description .property-content {
  padding: 20px;
  border-radius: 0 0 4px 4px;
  color: #333;
  line-height: 1.6;
}

.property-details ul {
    list-style: none; /* Remove default bullets */
    padding-left: 0;  /* Optional: remove default indent */
}

.property-details ul li , .property-details {
    position: relative;
    padding-left: 30px; /* Space for the image */
    margin-bottom: 10px; /* Optional: spacing between items */
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.property-details ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    transform: none;
    width: 20px;
    height: 20px;
    background-color: #996092;
    border-radius: 50%;
}
.property-details ul li::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    transform: rotate(45deg);
    width: 4px;
    height: 8px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    border-radius: 1px;
}

.property-details ul.for-rent-list {
    list-style: none; /* Remove default bullets */
    padding-left: 30px; /* Space for the image */
    position: relative;
}
.for-rent-list{
    margin: auto;
    width: fit-content;
    margin-top: 20px;
}
.property-details ul.for-rent-list li {
    position: relative;
    margin-bottom: 10px; /* Space between items */
    padding-left: 25px; /* Space for the image */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #000;
    font-size: 14px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.property-details ul.for-rent-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;  /* Adjust size to match your image */
    height: 20px;
    background-image: url('https://staging2.easability.com.au/wp-content/uploads/2025/11/Vector-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.about-header {
    background: #996092;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.property-nav {
    text-align: center;
    padding: 12px 0;
    margin-top: 10px;;
}

.property-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    gap: 40px;
}

.property-nav li a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s 
ease;
    font-size: 16px;
    font-family: 'DM Sans';
    
}

.property-nav li a:hover {
    color: #996092;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 2px;
    text-decoration-color: #996092;
    text-decoration-skip: none; /* this is key */
    text-underline-offset: 15px;
}

html {
    scroll-behavior: smooth;
}




.services_slider .ekit-testimonial--avatar img{
    background: #996092;
    padding: 20px;
    border-radius: 50%
}



.services_slider .elementskit-testimonial-slider-block-style::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #6868681a 0%, #381a35 92%);
  opacity: 0.6;
  z-index: 0; /* stay behind text/icons */
  pointer-events: none;
    border-radius: 20px !important
}

.services_slider .elementskit-testimonial-slider-block-style * {

  z-index: 1; /* bring text, icons, etc., above overlay */

}
.services_slider .elementskit-testimonial-slider-block-style{
      border-radius: 20px !important
}
.services_slider p{
    height: 90px
}



/* Parent wrapper */
.existing__section .premium-blog-thumb-effect-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

/* Image stays below overlay */
.existing__section .premium-blog-thumbnail-container img {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 12px;
  width: 100%;
  height: auto;
}

/* Overlay container covers full image */
.existing__section .premium-blog-thumbnail-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none; /* Keeps link clicks working */
}

/* Gradient overlay visible in normal state */
.existing__section .premium-blog-thumbnail-container.premium-blog-zoomin-effect::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(104, 104, 104, 0.1) 0%, #381a35 85%);
  opacity: 0.7;
  border-radius: 12px;
  z-index: 2;
  transition: opacity 0.3s ease;
}

/* Make the overlay slightly darker on hover (optional) */
.existing__section .premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-overlay::after {
  opacity: 0.9;
}

/* Ensure link stays clickable */
.existing__section .premium-blog-thumbnail-overlay a {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
}

.existing__section .premium-blog-excerpt-link-wrap a{
    background: none !important
}
.existing__section .premium-blog-entry-title{
    height: 90px
}
.existing__section .carousel-arrow{
    background: #996092 !important;
}

.existing__section .carousel-arrow i{
    color: white !important;
}

.existing__section .slick-arrow:hover{
    background: white !important;
    border:1px #996092 solid !important;
}
.existing__section .carousel-arrow.carousel-prev.slick-arrow:hover i{
    color: #996092 !important;
}
.existing__section .carousel-arrow.carousel-next.slick-arrow:hover i{
    color: #996092 !important;
}
.existing__section .carousel-arrow i{
    color: #996092;
}
.existing__section .premium-blog-wrap {
    justify-content: center;
}
.abouut__heading h2{
    font-size: 38px !important
}
.elementor-widget-text-editor .elementor-widget-container b,.elementor-widget-text-editor .elementor-widget-container strong {
    color: #996092 !important;
}
#tidio-chat{
  display: none !important;
}
.existing__section .premium-blog-post-content{
  display: none !important;
}



.other-condition-parent .elementor-element.elementor-element-635809c.elementor-widget.elementor-widget-template {
    position: absolute;
    top: 11%;
}

.other-condition-parent.active .elementor-element.elementor-element-635809c.elementor-widget.elementor-widget-template {
    position: fixed;
    top: 4%;
    max-width: 28%;
}

.elementor-element-3452571 
.other-condition-parent.active 
.elementor-element.elementor-element-635809c.elementor-widget.elementor-widget-template {
    max-width: 19%;
    overflow-y: auto;
    height: 700px;
}


/* ---- RESPONSIVE ---- */

@media (max-width: 1600px) {
.maintop__banner .e-con-inner{
  min-height: 100vh;
  padding-bottom: 100px;
}
}
@media (max-width: 768px) {

  .existing__section .carousel-arrow{
    display:none !important;
}


  .property-title {
    font-size: 1.6rem;
  }
  .single-property-meta {
    font-size: 13px;
  }
  .property-gallery-slider::before,
  .property-gallery-slider::after {
    width: 25%;
  }
  .other-condition-parent.active .elementor-element.elementor-element-635809c.elementor-widget.elementor-widget-template {
    position: inherit !important;
    max-width: 100%;
}
.sticky-treatment-parent.active .elementor-element.elementor-element-635809c.elementor-widget.elementor-widget-template {
    position: inherit !important;
    max-width: 100%;
}
.maintop__banner .e-con-inner{
  min-height: 85vh;
  padding-bottom: 60px;
}
}

/* ============================= */
/* ==== Responsive Breakpoints ==== */
/* ============================= */

/* Tablet: 1024px and below → 2 per row */
@media (max-width: 1024px) {
  .properties-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .property-title {
    font-size: 18px !important;
  }
}

/* Mobile: 768px and below → 1 per row */
@media (max-width: 768px) {
  .properties-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
.elementor-nav-menu{
  overflow: hidden !important;
}
.elementor-nav-menu li a{
  text-align: center;
}
  .property-item {
    padding: 15px;
  }

  .property-title {
    font-size: 17px !important;
  }

  /* .property-meta {
    flex-direction: column;
    gap: 4px;
  } */

  .property-meta span:not(:nth-last-child(-n+2))::after {
    display: none;
  }

  .see-more-wrap {
    margin-top: 30px;
  }
  .property-description {
    width: 100%;
    padding: 14px;
}
.property-details ul.for-rent-list {
    padding-left: 0px;
}
.property-details {
    padding-left: 0px;
}
.property-details ul li, .property-details {
    margin-bottom: 10px;
}
.focus-style .heading-title{
    font-size: 32px !important;
}
.other-condition-parent.active .elementor-container.elementor-column-gap-default {
    position: inherit !important;
    max-width: 100%;
}
}

@media (max-width: 820px) {
    
    
    .img {
  width: 8.0rem;
  height: 19rem; }

.img:hover {
  transform: translateZ(17.375rem);
  filter: inherit;
}


.open {
  width: 20vw;
  transform: translateZ(7.375rem);
  filter: inherit;
  z-index: 1;
  margin: 0 0.45vw;
} 
    
}

.single-post .blog-custom-banner {
    background-color: #996092;
    padding: 10px 10px 6px;
    border-radius: 12px;
}