/*
Theme Name: Compass Property Sales
Description: Theme for Compass Property Sales
Author: Kamila
Author URI: https://www.crochet.pt/
Author Email: info@crochet.pt
Version: 1.0.0
Text Domain: hello-elementor-child
Template: hello-elementor
*/
/*
Add your custom styles here
*/

:root {
    --color-primary: #3E2362;
    --color-secondary: #755D96;
    --color-text: #7A7A7A;
    --color-accent: #3E2362;
    --color-grey: #868986;
    --color-bg-grey: #C8CBBD;
    --color-white: #FFFFFF;
    --primary-font-family: "Montserrat";
	--font-size-h2: clamp(32px, 5vw + 1rem, 40px);
}

h2{
	font-size: var(--font-size-h2);
	font-weight: 500 !important;
}

a{
	color: var(--color-primary);
}
.max-width-900{
	max-width: 850px !important;
}

.max-width-1000{
	max-width: 1240px !important;
}
@media (min-width: 1025px) and (max-width: 1200px) {
	.max-width-900{
		max-width: 700px !important;
	}
}

@view-transition {
    navigation: auto;
}

/*Button*/
.btn-container {
    text-align: right;
}

.btn--primary-light {
    display: inline-block;
    padding: 15px 30px;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn--primary-light:hover {
    background-color: rgba(255, 255, 255, 1);
    color: var(--color-primary);
}

.btn--primary-outline {
    display: inline-block;
    padding: 15px 30px;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn--primary-outline:hover {
    background-color:  var(--color-primary);
   color: #fff;
}

/*Menu*/
.hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-expandible {
    top: -20px;
}

.hfe-nav-menu__layout-expandible ul.hfe-nav-menu {
    background-color: #ffffff;
    padding: 80px 20px 20px;
    */ list-style: none;
    margin: 0;
    height: 100vh;
}

.hamburger-mobile{
	display: none;
}
	.nav-desktop{
		display: block;
	}
@media (max-width: 1025px){
.hamburger-mobile{
	display: block;
}
	.nav-desktop{
		display: none;
	}
header nav {
    max-width: 600px;
    height: 100vh;
    width: 100%;
    /*background: #fff;*/
    position: fixed;
    top: 0;
    right: 0;
}
	.hfe-nav-menu__toggle,
.hfe-nav-menu-icon {
    z-index: 99999;
}

header .hfe-nav-menu .menu-item,
.hfe-active-menu .hfe-nav-menu-icon {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s ease, transform 0.6s ease;
}

header .menu-is-active .hfe-nav-menu .menu-item,
.hfe-active-menu .hfe-nav-menu-icon {
    opacity: 1;
    transform: translateY(0);
}

.hfe-active-menu .hfe-nav-menu-icon svg {
    width: 20px;
    height: 20px;
}

.menu-is-active .hfe-nav-menu .menu-item:nth-child(1) {
    transition-delay: 0.15s;
}

.menu-is-active .hfe-nav-menu .menu-item:nth-child(2) {
    transition-delay: 0.20s;
}

.menu-is-active .hfe-nav-menu .menu-item:nth-child(3) {
    transition-delay: 0.25s;
}

.menu-is-active .hfe-nav-menu .menu-item:nth-child(4) {
    transition-delay: 0.30s;
}

.menu-is-active .hfe-nav-menu .menu-item:nth-child(5) {
    transition-delay: 0.35s;
}

.menu-is-active .hfe-nav-menu .menu-item:nth-child(6) {
    transition-delay: 0.40s;
}

.menu-is-active .hfe-nav-menu .menu-item:nth-child(7),
.hfe-active-menu .hfe-nav-menu-icon {
    transition-delay: 0.45s;
}

.menu-is-active .hfe-nav-menu .menu-item:nth-child(8) {
    transition-delay: 0.50s;
}

.menu-is-active .hfe-nav-menu .menu-item:nth-child(9) {
    transition-delay: 0.55s;
}

.menu-is-active .hfe-nav-menu .menu-item:nth-child(10) {
    transition-delay: 0.60s;
}
	
header .hfe-nav-menu .hfe-menu-item {
    font-size: 1.5em !important;
}
#masthead .hfe-nav-menu-icon rect{
	fill: #fff !important;
}	
#masthead.header-bg .hfe-nav-menu-icon rect, #masthead #hamburger-mobile-bg .hfe-nav-menu-icon rect{
	fill: #3E2362 !important;
}	
}

.header-menu.menu-is-active {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
}

.hfe-nav-menu__toggle.elementor-clickable.hfe-active-menu {
    position: fixed;
    right: 20px;
    top: 30px;
}


nav.hfe-dropdown-expandible {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s ease, visibility 0.2s ease;
    z-index: 9998;
}

nav.hfe-dropdown-expandible.menu-is-active {
    width: 100%;
    max-width: 600px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


#masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: transparent;
    box-shadow: none;
    transition: top 0.6s ease-in-out, background-color 0.5s ease, box-shadow 0.6s ease;
}

#masthead.header-bg {
    position: fixed !important;
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    height: 120px;
}
#masthead .logo-dark{
	display: none;
}

#masthead.header-bg .logo-dark{
	display: block;
}

#masthead .logo-light{
	display: block;
}

#masthead.header-bg .logo-light{
	display: none;
}
#masthead .elementor-button{
	border: 1px solid #fff !important;
	color: #fff;
	padding: 1em !important;
}

#masthead.header-bg .elementor-button{
	border: 1px solid var(--color-primary) !important;
	color: var(--color-primary);
}
#masthead .elementor-button:hover{
	border: 1px solid var(--color-primary) !important;
	color: #fff;
}

#masthead .nav-desktop  .menu-item a{
	color: #fff;
	transition: all 0.1s ease;
}

#masthead.header-bg .nav-desktop  .menu-item a{
	color: var(--color-primary);
}

#masthead.header-hidden {
    top: -200px;
}

#masthead .nav-desktop .menu-item.current_page_item  a.hfe-menu-item{
	border-bottom: 2px solid;
}

#masthead .nav-desktop .menu-item  a.hfe-menu-item:hover{
	border-bottom: 2px solid;
}


@media (min-width: 1025px) and (max-width: 1240px) {
	.header-container{
		padding: 1rem !important;
	}
}
@media (min-width: 1025px) and (max-width: 1200px) {
	.header-button{
		display: none;
	}
}

@media (max-width: 767px) {
	#masthead.header-bg{
		height: 90px;
	}
    header .hfe-nav-menu .hfe-menu-item {
        font-size: 1.1em !important;
    }
}

@media (min-width: 992px) {
	.menu-item a.hfe-menu-item{
		padding: 1rem 0.25rem !important;
		margin: 0 1.25rem !important;
	}
}


.hfe-active-menu .hfe-nav-menu-icon svg {
    width: 32px;
    height: 32px;
}

#masthead .nav-desktop .sub-menu .menu-item a{
	color: #3E2362;
}

/*Newsletter Footer*/

label{
    font-family: var(--primary-font-family);
    font-weight: 600;
    margin-bottom: 1rem;
}

.newsletter-form input, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
    border: 1px solid var(--color-primary);
    border-radius: 0;
    margin-bottom: 1rem;
    font-family: var(--primary-font-family) !important;
    background: transparent;
    color: var(--color-primary);
}
.newsletter-form input{
	max-width: 330px;
}
.newsletter-btn{
    padding: 0.5em 1.25em !important;
}

form span{
	font-family: var(--primary-font-family);
}

/*Testimonial Section*/

.testimonials-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.testimonial-card {
    padding: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-family: var(--primary-font-family);
}

.testimonial-card__content {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    flex-grow: 1;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-card__quote-icon {
    padding-bottom: 2rem;
}

.testimonial-card__text {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    flex-grow: 1;
}

.testimonial-card__footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    padding: 0.5rem 0;
}

.testimonial-card__author {
    line-height: 1.3;
}

.testimonial-card__name {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}


.testimonial-card__location {
    font-size: 0.875rem;
    margin: 0;
}

.testimonials-swiper .swiper-slide-active {
    margin: auto;
}

.swiper-slide {
    height: auto;
    display: flex;
}

.testimonial-card {
    width: 100%;
}

.testimonials-swiper .swiper-button-next,
.testimonials-swiper .swiper-button-prev {
    z-index: 5;
    color: var(--color-primary);
}

.testimonials-swiper .swiper-button-next:after,
.testimonials-swiper .swiper-button-prev:after {
    font-size: 1.8em;
}

.testimonials-swiper .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
}

.testimonials-swiper .swiper-button-next,
.testimonials-swiper .swiper-button-prev {
    display: none;
}

.testimonials-swiper.swiper {
    padding: 1rem 0;
}

@media (max-width:767px){
	.testimonial-card{
		padding: 2rem 1rem;
	}
}

/* Recent Posts Custom */

.recent-posts-custom {
    margin: 1rem 0;
}

.recent-posts-custom__grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
}

.recent-posts-custom__col {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.recent-posts-custom__item {
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.recent-posts-custom__item:hover {
    transform: translateY(-5px);
}

.recent-posts-custom__link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.post-slide .post-thumbnail__link, .recent-posts-custom__image-wrapper  {
	display: flex;
    position: relative;
    overflow: hidden;
    height: 230px !important;
}

.recent-posts-custom__image, .post-slide .post-thumbnail__link img {
    width: 100%;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
    transition: transform 0.3s ease;
}

.recent-posts-custom__item:hover .recent-posts-custom__image, .post-slide .post-thumbnail__link:hover img {
    transform: scale(1.05);
}

.recent-posts-custom__content {
    padding: 1.5rem 0;
}

.recent-posts-custom__date {
    font-size: 0.85rem;
    font-weight: 400;
    color: var(--color-grey);
    margin-bottom: 0.5rem;
    font-family: var(--primary-font-family);
    display: block;
}

.recent-posts-custom__title {
    font-size: 1rem;
    color: var(--color-primary);
    font-family: var(--primary-font-family);
    line-height: 1.4;
    font-weight: 600;
    margin: 0;
}



/* Tablet - 2 colunas */
@media (min-width: 768px) {
    .recent-posts-custom__grid {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .recent-posts-custom__col--main {
        grid-column: 1;
    }

    .recent-posts-custom__col--secondary {
        grid-column: 2;
    }

    .recent-posts-custom__title {
        font-size: 14px;
    }
}

/* Desktop - Layout específico 3 colunas */
@media (min-width: 1024px) {
    .recent-posts-custom__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }

    .recent-posts-custom__col--main {
        grid-column: 1;
        grid-row: 1;
    }

    .recent-posts-custom__col--secondary {
        grid-column: 2;
        grid-row: 1;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .recent-posts-custom__item--small .recent-posts-custom__content {
        padding: 1rem;
    }

    .recent-posts-custom__item--small .recent-posts-custom__title {
        font-size: 0.9rem;
    }
}

/* Estados de acessibilidade */
.recent-posts-custom__link:focus {
    outline: 2px solid #007cba;
    outline-offset: 2px;
}

/* Loading lazy */
.recent-posts-custom__image {
    background: #f5f5f5;
}

.recent-posts-custom__col--tertiary .recent-posts-custom__link {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.recent-posts-custom__col--tertiary .recent-posts-custom__image-wrapper {
    height: 160px;
}

.max-width-800 {
    max-width: 800px !important;
}

.max-width-800 p {
    text-wrap: pretty;
}

.z-index-1{
	z-index: 1;
}

@media (max-width: 767px) {
    .grid-counter__col {
        border-bottom: 2px solid rgb(255 255 255 / 50%) !important;
		padding: 10px 0 30px 0;
		max-width: 80%;
    }
    
    .grid-counter__col:last-child:after {
        display: none;
    }
}


@media(min-width: 768px) {
    .grid-counter__col::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
        width: 2px;
        height: 80%;
        background-color: rgb(255, 255, 255);
        pointer-events: none;
        opacity: 0.9;
    }

    .grid-counter__col:last-child:after {
        width: 0;
    }
}

footer li a span, .header__list-phone li a span{
    line-height: 1;
    position: relative;
    text-decoration: none;
    transition: .2s;
    white-space: nowrap;
}

footer li a span:after, .header__list-phone li a span:after {
    background-color: #755D96;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: .6s;
    width: 0;
}

footer li a:hover span, .header__list-phone li a:hover span {
    color: #755D96;
}

footer li a:hover span:after, .header__list-phone li a:hover span:after {
    width: 100%;
}

footer .elementor-icon-box-title{
	color: var(--color-primary) !important;
}

  /* ===== TIMELINE COMPONENT ===== */
  .timeline-section {
    padding: 0;
    background-color: #ffffff;
  }
  
  .timeline {
    position: relative;
    margin-bottom: 3rem;
  }
  
  .timeline__line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, #3E2362 0%, #3E2362 50%, #e5e5e5 50%, #e5e5e5 100%);
    transform: translateY(-50%);
    z-index: 3;
  }
  
  .timeline__items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
  }
  
  .timeline__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    background: transparent !important;
    border: none !important;
    padding: 1rem 0.5rem !important;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    flex: 1;
    min-width: 80px;
    max-width: 120px;
  }
  
  .timeline__year {
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-primary);
    transition: color 0.3s ease;
    white-space: nowrap;
  }
  
  .timeline__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid var(--color-primary);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 0 0 0 rgba(62, 35, 98, 0.1);
  }
  
  .timeline__item:hover {
    transform: translateY(-8px);
  }
  
  .timeline__item:hover .timeline__year {
    color: var(--color-secondary);
    font-weight: 700;
  }
  
  .timeline__item:hover .timeline__dot {
    transform: scale(1.3);
    box-shadow: 0 0 0 8px rgba(62, 35, 98, 0.15);
  }
  
  .timeline__item--active {
    transform: translateY(-12px);
  }
  
  .timeline__item--active .timeline__year {
    color: var(--color-primary);
    font-weight: 700;
    font-size: 1.125rem;
  }
  
  .timeline__item--active .timeline__dot {
    background-color: var(--color-primary);
    box-shadow: 0 0 0 8px rgba(62, 35, 98, 0.2);
    transform: scale(1.25);
  }
  
  .timeline__item:focus {
    outline: 1px solid var(--color-primary);
    outline-offset: 8px;
  }
  
  @media (max-width: 768px) {
    .timeline__items {
      gap: 0.5rem;
    }
  
    .timeline__item {
      min-width: 70px;
      max-width: 100px;
      padding: 0.75rem 0.25rem;
    }
  
    .timeline__year {
      font-size: 0.9rem;
    }
  
    .timeline__dot {
      width: 14px;
      height: 14px;
      border-width: 2px;
    }
  
    .timeline__item:hover {
      transform: translateY(-6px);
    }
  
    .timeline__item--active {
      transform: translateY(-10px);
    }
  }
  
  /* Responsive: Mobile */
  @media (max-width: 480px) {
    .timeline__items {
      gap: 0.25rem;
      justify-content: flex-start;
      overflow-x: auto;
      padding-bottom: 0.5rem;
      scroll-behavior: smooth;
	  flex-wrap: nowrap;
    }
  
    .timeline__item {
      min-width: 60px;
      max-width: 80px;
      padding: 0.5rem 0.2rem;
      flex: 0 0 auto;
    }
  
    .timeline__year {
      font-size: 0.8rem;
    }
  
    .timeline__dot {
      width: 12px;
      height: 12px;
    }
  
    .timeline__item:hover {
      transform: translateY(-4px);
    }
  
    .timeline__item--active {
      transform: translateY(-8px);
    }
  
    .timeline__line {
      height: 1px;
    }
  }
  
  /* ===== TIMELINE CONTENT ===== */
  .timeline-content {
    animation: slideIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 3rem;
  }
  
  .timeline-content__wrapper {
    background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
    padding: 2.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
  }
  
  .timeline-content__wrapper:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
  }
  
  .timeline-content__container {
    display: grid;
    grid-template-columns: 4fr 6fr;
    gap: 2.5rem;
    align-items: center;
  }
  
  .timeline-content__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .timeline-content__title {
    font-size: 1.5rem;
	text-transform: uppercase;
	font-family: var(--primary-font-family);
    font-weight: 500;
    color: var(--color-primary);
    margin: 0 0 1rem 0;
    letter-spacing: -0.3px;
  }
  
  .timeline-content__description {
	font-family: var(--primary-font-family);
    font-size: 1rem;
    color: var(--color-primary);
    line-height: 1.5;
    margin: 0;
  }
  
  .timeline-content__image {
    width: 100%;
    height: 100%;
    min-height: 300px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  }
  
  .timeline-content__image img {
    width: 100%;
    height: 45vh;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
  }
  
  .timeline-content__image:hover img {
    transform: scale(1.05);
  }
 
@media (max-width: 1440px) {
	.timeline-content{ padding: 0 1rem;}
}

  @media (max-width: 768px) {
    .timeline-content {
      margin-top: 2rem;
    }
  
    .timeline-content__wrapper {
      padding: 2rem;
    }
  
    .timeline-content__container {
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }
  
    .timeline-content__title {
      font-size: 1.5rem;
    }
  
    .timeline-content__description {
      font-size: 1rem;
    }
  
    .timeline-content__image {
      min-height: 250px;
    }
  }
  
  /* Responsive: Mobile */
  @media (max-width: 480px) {
    .timeline-content {
      margin-top: 1.5rem;
    }
  
    .timeline-content__wrapper {
      padding: 1.5rem;
      border-left-width: 3px;
    }
  
    .timeline-content__container {
      grid-template-columns: 1fr;
      gap: 1rem;
    }
  
    .timeline-content__title {
      font-size: 1.25rem;
    }
  
    .timeline-content__description {
      font-size: 0.95rem;
      line-height: 1.6;
    }
  
    .timeline-content__image {
      min-height: 200px;
    }
  }
  
  /* ===== ANIMATIONS ===== */
  @keyframes slideIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
.e-n-accordion-item-title-text{
	font-size: 1.25rem !important;
}
.img-accordion img{
	max-height: 350px;
	width: 100%;
	max-width: 500px;
	object-fit: cover;
}

@media (min-width: 1024px){
	.max-width-800-lg{
		max-width: 80%; 
	}
	
}

/* Latest Article */
.latest-article__post .hfe-post-card {
    position: relative;
    overflow: hidden;
    display: flex;
    width: 100%;
}

.latest-article__post .hfe-post-image img {
    height: 65vh;
    width: 100%;
    object-fit: cover;
    display: block;
}

.latest-article__post .hfe-post-content {
    background-color: var(--color-secondary);
    padding: 2rem;
    position: absolute;
    bottom: 0; 
    left: 0; 
    right: 2rem; 
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.latest-article__post .hfe-read-more{
	background: white;
    padding: 10px 15px;
    color: var(--color-secondary) !important;
}

.latest-article__post .hfe-post-title{
	margin-bottom: 0.5rem !important;
}
.latest-article__post .hfe-post-excerpt{
	color: #fff;
	font-weight: 400;
	margin-bottom: 30px !important; 
}

.latest-article__post .hfe-post-title a{
	color: #fff !important;
	font-weight:600;
}

.latest-article__post .hfe-post-meta{
	color: #FFF;
	margin-bottom: 1rem;
}

/* Para telas grandes, você pode ajustar a sobreposição */
@media (min-width: 1024px) {
    .latest-article__post .hfe-post-card {
        display: flex;
        width: 100%;
        align-items: center;
        position: relative; 
    }

    .latest-article__post .hfe-post-content {
        position: relative;
        left: -2rem;
        right: auto; 
        width: 40%; 
        bottom: auto;
        /*top: 50%;
        transform: translateY(-50%);*/
		padding: 3rem 3rem 3.5rem 3rem !important;
    }
	.latest-article__post .hfe-post-image{
		width: 55%;
	}
	
	.latest-article__post .hfe-post-image img {
    height: 500px;
	}
}

.post-slide .jw-posts__inner-content{
	display: flex;
	flex-direction: column-reverse;
}
.jw-slick-dots .slick-active span{
	background-color: var(--color-primary) !important;
}

/*Properties Card*/
.property-card__name {
	margin-bottom: 0.75rem;
}

.property-card__name svg{
	display: none;
}

.property-card__location svg{
	width: 15px;
}
.property-card__location span{
	font-size: 16px;
}
.property-card__details svg{
	min-width: auto;
}
.property-card__location {
	gap: 0.25rem;
}
.property-card__location, .property-card__price{
	color: #755D96;
	font-weight: 400;
}
.property-card__name span{
	font-weight: 500;
}

.property-overview__highlights-list li{
	flex-direction: row-reverse;
}

/*Property Detail*/
.property-gallery{
	max-width: 1400px;
	margin: 100px auto 0 auto;
}
@media(min-width: 1440px){
.property-gallery{
	margin: 120px auto 0 auto;
}
}

#masthead .header-bg-btn a{
	border: 1px solid var(--color-primary) !important;
    color: var(--color-primary);
}
.property-details__section {
	padding: 3rem 1rem;
}

.property-details .swiper-slide{
	background: #f9fafb;
}

.footer__list--contact h3{
	margin-top: 0 !important;
}
.office-hours-list {
    list-style: none;
    padding: 0;
}

.office-hours-list li {
    display: flex;
    justify-content: start;
	gap: 0.5rem;
    font-size: 14px;
}

#services-section .elementor-icon-box-description{
	max-width: 350px;
	text-wrap: balance;
}
.property-details .hero-title{
	max-width: 980px;
	text-wrap: pretty;
}