/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

:root {
    --color-primary: #630665;
    --color-white: #fff;
    --card-bg: #ffffff;
    --card-foreground: #020617;
    --muted-foreground: #64748b;
    --color-text: #020817;
    --color-text-muted: #64748B;
    --accent: #c2a00a;
    --accent-bg: rgba(14, 165, 233, 0.1);
    --font-family-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --shadow-light: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    --shadow-hover: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --border-radius--sm: 0.5rem;
    --testimonial-accent-color: #c2a00a;
    --testimonial-card-bg: #FFFFFF;
    --testimonial-card-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    --testimonial-card-shadow-hover: 0 8px 25px rgba(0, 0, 0, 0.12);
    --testimonial-text-color: #020817;
    --testimonial-heading-color: #222222;
    --testimonial-location-color: #777777;
    /*team*/
    --color-card-title: #020817;
     --color-card-bg: #ffffff;
    --color-card-text: #333; 
    --color-muted-text: #6b7280; 
    --color-secondary-bg: #f3f4f6; 
    --color-secondary-text: #1f2937; 
    --shadow-card: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); 
    --shadow-card-hover: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); /
    --color-primary-text: #ffffff;
	--font-title: "georgia",sans-serif;
	--font-link: "Signika", sans-serif;
}

body{
	font-family: "Roboto", Sans-serif;
}

h1, h2, h3, h4, h5, h6, .e-n-accordion-item-title-header, .the-process__container span.elementor-heading-title, footer .elementor-icon-box-title a, .team-card-compact__position,
.property-card__price, .property-details__price{
  font-family: var(--font-title) !important;
  text-transform: uppercase !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.signika-font, .elementor-icon-list-items span, .property-details__location-text, label {
  font-family: "Signika", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "GRAD" 0;
}

.property-card__title, .property-details__title {
	text-transform: none !important;
}


@media (min-width: 768px) {
    .property-details__title, .featured-properties__title {
        font-size: 2.5rem !important;
    }
}


.select2-container .select2-selection, 
[data-widget_type="widget-search-bar.default"] .property-search__submit-button,
.featured-properties__view-all-button,
.property-card__button,
.property-details__contact-buttons a,
.property-details__contact-buttons button,
.property-details__back-button,
.property-details__header-actions a,
.property-details__header-actions button, .property-advanced-search__main button, .load-more-button{
	border-radius: 0 !important;
}

[data-widget_type="widget-search-bar.default"] .property-search__submit-button,
.featured-properties__view-all-button, .property-card__button,
.property-details__contact-buttons a,
.property-details__contact-buttons button,
.property-details__back-button,.property-details__header-actions a,
.property-details__header-actions button,
.property-advanced-search__main button, .load-more-button{
	font-size: 1rem !important;
	font-weight: 300 !important;
	font-family: var(--font-link) !important;
	text-transform: uppercase;
}

header a, .property-card__location span, .hfe-infocard-text {
	font-family: var(--font-link) !important;
	font-weight: 300 !important;
}

header a{
	text-transform: uppercase !important;
}

.wpcf7-list-item-label {
    font-size: 14px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="url"],
textarea,
select {
    border: none;
    background-color: transparent;
    outline: none;
    border: 1px solid #e2e8f0;
    border-radius: 0 !important;
    width: 100%;
    padding: 0.5rem 1rem;
    margin-bottom: 15px;
    font-size: 16px;
    transition: border-color 0.3s ease-in-out;
}

::placeholder {
    color: #999;
    opacity: 1;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
    color: #000;
    border: 2px solid #630665;
}

.wpcf7-list-item {
    margin: 0;
}

.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    cursor: pointer;
}

.wpcf7-list-item-label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    user-select: none;
}

.wpcf7-list-item-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 0;
}

.wpcf7-list-item-label::after {
    content: '';
    position: absolute;
    display: none;
    left: 8px;
    top: 40%;
    transform: translateY(-50%) rotate(45deg);
    width: 5px;
    height: 10px;
    border: solid;
    border-width: 0 2px 2px 0;
}

.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
    display: block;
}

.wpcf7-list-item-label:hover::before {
    background-color: #f0f0f0;
}


.wpcf7-submit {
	font-family: var(--font-link);
    background-color: #630665;
    border-color:  #630665;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
}


.wpcf7-submit:hover  {
    background-color: #630665;
    color: #fff;
    border-color: #630665;
    text-transform: uppercase;
}

label{
    font-size: .875rem;
    font-weight: 500;
}

@media(min-width: 767px) {
    .col-form {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
}

.menu-item {
    margin-bottom: 1rem;
}

.ehf-header #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: rgb(255 255 255 / 95%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    height: 90px;
}


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

.logo-dark {
    display: none;
    opacity: 0;
    pointer-events: none;
}

.logo-white {
    display: block;
    opacity: 1;
}

.header-bg .logo-dark {
    display: block;
    opacity: 1;
    pointer-events: auto;
}

.header-bg .logo-white {
    display: none;
    opacity: 0;
    pointer-events: none;
}

.hfe-nav-menu-icon svg {
    stroke: #fff !important;
}

.header-bg .hfe-nav-menu-icon svg {
    stroke: #020817 !important;
}

#masthead path {
    stroke: #ffffff;
    transition: stroke 0.3s ease-in-out;
}

#masthead.header-bg path {
    stroke: #000000;
}

@media (max-width: 767px) {
    header .hfe-nav-menu .hfe-menu-item {
        font-size: 1.5em !important;
    }
}

.jw-team-member__img-tag {
    object-position: top center;
}



.btn--primary a {
    display: inline-flex;
	font-family: var(--font-link) !important;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    white-space: nowrap;
    background-color: #630665;
    color: #fff;
    font-weight: 300 !important;
    height: 3rem;
    border-radius: 0 !important;
    padding: 0 3rem;
    font-size: 1rem !important;
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
	text-transform: uppercase !important;
}

.btn--primary a:hover {
    background-color: rgba(194, 160, 10, 0.9) !important;
    transform: scale(1.05) !important;
	color: #fff !important;
}

.btn--primary a:focus {
    outline-offset: 2px;
}

.btn--primary a:disabled {
    pointer-events: none;
    opacity: 0.5;
}

.btn--primary a svg {
    pointer-events: none;
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
}

@media(max-width: 1024px){
	.btn--primary a {
		height: 2.5rem;
		padding: 0 2rem;
	}
}

.office-hours-list {
    list-style: none;
    padding: 0;
}

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

.commission-container {
    margin-top: 1rem;
    padding: 0.75rem;
    background-color: #f8f9fa;
    /* Cor de fundo suave */
    border-radius: 0.5rem;
}

.commission-info {
    font-size: 0.75rem;
    color: #64748b;
    margin: 0;
}

.commission-rate {
    color: #c2a00a;
    font-weight: bold;
}

.container-reviews {
    max-width: 30rem;
    margin: 0 auto;
    background: #FAFCFD;
    padding: 1rem;
    border-radius: 1rem;
}

.animated-highlights span {
    padding: 0.125rem 0.625rem;
    background: #C2A00A;
    border-radius: 99px;
}

.resort-section svg,
.star-svg svg,
.section-info-card-svg svg, .list-team-contact svg {
    stroke: #C2A00A;
}

.star-review svg {
    stroke: #FACC15;
}

.shadow-card {
    border-radius: 0.5rem;
    background-color: var(--card-bg);
    color: var(--card-foreground);
    border: 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
        0 1px 2px 0 rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.shadow-card:hover {
    box-shadow: 0 20px 25px -5px rgba(99, 6, 101, 0.1),
        0 10px 10px -5px rgba(99, 6, 101, 0.04);
    transform: translateY(-2px);
}

.img-team-member {
    height: 100%;
}

.key-expertise-list span {
    font-weight: bold;
    background-color: #f1f5f9;
    border-radius: 99px;
    padding: 0.125rem 0.625rem;
    margin-bottom: 0.5rem;
}

  .scroll-explore-button {
    position: absolute;
    bottom: 2rem; 
    left: 50%;
    transform: translateX(-50%);
      color: white;
    transition: color 0.3s ease; 
      background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
  }
  .scroll-explore-button:focus{
    background-color: transparent;
  }
  
  .scroll-explore-button:hover {
    background-color: transparent;
    color: var(--accent);
  }
  
  @keyframes pulse {
    0%, 100% {
      transform: translateY(0); /* Posição inicial e final */
    }
    50% {
      transform: translateY(8px); /* Posição intermédia (move 8px para baixo) */
    }
  }

  .scroll-explore-button .content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem; 
    animation: pulse 2s infinite;
  }
  
  .scroll-explore-button .button-text {
    font-size: 0.875rem; 
    font-weight: 500;
  }
  
  .scroll-explore-button .arrow-icon {
    height: 1.5rem; 
    width: 1.5rem;  
  }
  



  /*Card*/
/* .property-card {
    font-family: var(--font-family-sans);
    background-color: #fff;
    color: var(--color-text);
    border-radius: var(--border-radius--sm);
    overflow: hidden; 
    box-shadow: var(--shadow-light);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 400px;
    margin: 1rem auto; 
  } */
  
/*   .property-card:hover {
    transform: translateY(-10px); 
    box-shadow: var(--shadow-hover);
  } */
  

/*   .property-card__header {
    position: relative;
    overflow: hidden; 
    border-radius: 0.5rem 0.5rem 0 0;
  } */
  
/*   .property-card__image {
    display: block;
    width: 100%;
    height: 16rem; 
    object-fit: cover; 
    transition: transform 0.5s ease;
  } */
  
/*   .property-card:hover .property-card__image {
    transform: scale(1.1); 
  } */
  
/*   .property-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
  } */
  
  /* Badges (Featured, Villa) */
/*   .property-card__badge {
    position: absolute;
    top: 1rem;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--color-text);
  } */
  
/*   .property-card__badge--featured {
    left: 1rem;
    background-color: var(--accent);
  } */
  
/*   .property-card__badge--type {
    right: 1rem;
    background-color: var(--color-primary);
    color: var(--color-white);
  } */
  
  /* Preço */
/*   .property-card__price {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    color: var(--color-white);
    font-size: 1.5rem;
    font-weight: 400;
  } */
  
  /* Corpo do Card (informações, features, botão) */
/*   .property-card__body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  } */
  
/*   .property-card__title {
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0 0 0.5rem 0;
    transition: color 0.3s ease;
  } */
  
/*   .property-card:hover .property-card__title {
    color: var(--color-primary);
  } */
  
/*   .property-card__location {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 0.875rem;
  } */
  
  /* Ícones */
/*   .property-card__icon {
    width: 1rem;
    height: 1rem;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  } */
  
  /* Features (quartos, banheiros, área) */
/*   .property-card__features {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 1rem;
    color: #333;
    font-size: 0.875rem;
  } */
  
/*   .property-card__feature {
    display: flex;
    align-items: center;
    gap: 0.25rem;
  } */
  
/*   .property-card__button {
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1rem;
    border: 1px solid #630665;
    border-radius: 0.375rem;
    background-color: var(--card-bg);
    color: var(--color-text);
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;
  } */
  
  /* .property-card__button:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
  } */
  
  /*
  @media (max-width: 768px) {
    .property-card__image {
      height: 12rem; 
    }
  
    .property-card__price {
      font-size: 1.25rem; 
    }
  
    .property-card__body {
      padding: 1rem; 
    }
  
    .property-card__title {
      font-size: 1.1rem;
    }
  } */

  .office-hours-list li{
    color: var(--color-text);
  }
  .office-hours-list span{
    color: var(--muted-foreground);
  }

html.page-menu-open{
    overflow: hidden !important; 
    max-height: 100vh; 
}

html.page-menu-open #page{
    max-height: 90vh;
    overflow: hidden !important;
    transition: filter 0.3s ease-in-out;
}

html.page-menu-open #page [data-elementor-type=wp-page]{
    filter: blur(5px);
    transition: filter 0.3s ease-in-out;
    pointer-events: none;
}

#page,
main {
    transition: filter 0.3s ease-in-out;
}

html.page-menu-open header.hfe-active-menu {
    filter: none !important;
    pointer-events: auto; 
}




#masthead .menu-item svg{
    margin-right: 5px;
    width: 18px;
    height: 18px;
}

#masthead .menu-item svg path{
    stroke: #020817;
}

.menu-item a{
    font-size: 1rem !important;
}

#masthead .menu-item.current_page_item svg path{
    stroke: #fff;
}

#masthead .menu-item:hover svg path{
    stroke: #630665;
}
.logo-menu{
    max-width: 140px;
}
#masthead .logo-menu.menu-item.current_page_item a{
    background-color: transparent !important;
}

.text-menu-item{
    font-weight: 600;
    color: var(--accent) !important;
    font-size: 1rem !important;
}

header .menu-item:not(:last-child) a.hfe-menu-item {
    position: relative;
    text-decoration: none;
    color: #333;
    padding: 6px 0.5rem !important;
    margin: 0;
    transition: color 0.3s ease;
}

header .menu-item:not(:last-child) a.hfe-menu-item::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 124, 186, 0.1);
    z-index: -1;
    transition: width 0.5s ease;
}

header .menu-item:not(:last-child) a.hfe-menu-item:hover::after {
    width: 100%;
}
.menu-item a.hfe-menu-item:hover {
    color: #007cba;
}
#masthead .header-white .menu-item a, #masthead .header-white .menu-item:not(:last-child) a.hfe-menu-item:hover{
	color: #333 !important;
}

#masthead .header-white .menu-item.btn--primary a{
	color: #fff !important;
	padding: 12px !important;
}
#masthead .header-white .menu-item.btn--primary a:hover{
box-shadow: none;
	border-bottom: none !important;
}

#masthead .header-white .hfe-nav-menu-icon svg, #masthead .header-white path{
	stroke: #000 !important;
}

.btn--primary.menu-item{
    color: #fff !important;
    text-align: center !important;
	margin-left: 15px;
 
}
.btn--primary.menu-item a{
    color: #fff !important;
    display: flex;
    justify-content: center !important;
    margin: 0 auto;
    height: auto;
	padding: 12px 40px !important;
}

.btn--primary.menu-item a:hover, #masthead.header-bg .btn--primary.menu-item a:hover{
	background: #630665;
	color: #fff !important;
}


.menu-footer a{
    font-size: 0.875rem !important;
}
.contact-list-footer .elementor-icon-box-wrapper{
    display: flex;
    gap: 1rem;
}
.contact-list-footer .elementor-icon-box-title a{
    color: #020817;
}
.testimonial-grid h4{
    margin-bottom: 0.25rem;
    color: #020817;
}

.hfe-nav-menu__layout-expandible {
    transition: opacity 0.4s ease;
  }
  
  .hfe-nav-menu {
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }
  
  .hfe-nav-menu__layout-expandible.menu-is-active{
    opacity: 1;
    pointer-events: auto; 
  }

.hfe-nav-menu__layout-expandible {

    transition: opacity 0.3s ease !important;
    opacity: 0;
    pointer-events: none;
}


.hfe-nav-menu__layout-expandible.menu-is-active {
    opacity: 1;
    pointer-events: auto;
}

#masthead .header-white {
	background-color: #fff;
}

footer{
	background: #efefef;
}

footer .elementor-social-icon svg {
    stroke: currentColor;
    transition: stroke 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

footer .elementor-social-icon svg:hover {
    stroke: #630665;
}

@media (max-width: 767px){
	h1{
		font-size: 2.8rem;
		padding: 0 10px;
	}
	h2{
		font-size: 2.5rem;
		padding: 0 10px;
	}
}

@media (min-width: 1025px){
#masthead .menu-item a{
	color: #fff;
	}
	#masthead .menu-item a:hover{
		color: #fff !important;
	}
	#masthead.header-bg .menu-item a{
		color: #333;
	}
	#masthead.header-bg .menu-item a:hover{color: #333 !important;}}


.grid-features-algarve, .hero-video__title{
	max-width: 1100px !important;
}

h1 {
	font-size: 3.5rem !important;
}

.hero-video__title h1{
	font-size: 3rem !important;
	line-height: 1.2;
}
@media (max-width: 1240px){
h1, .hero-video__title h1 {
	font-size: 2.8rem !important;
	}
}

@media (max-width: 991px){
h1, .hero-video__title h1 {
	font-size: 2.6rem !important;
	}
}
@media (max-width: 767px){
h1, .hero-video__title h1 {
	font-size: 2.15rem !important;
	}
}

p a{
	color: var(--color-primary);
}

p a:hover{
	color: var(--accent);		
}

/*Testimonial Section*/

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


@media (min-width: 768px) {
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr); 
    }
}

@media (min-width: 1024px) {
    .testimonials-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.testimonial-card {
    background-color: var(--testimonial-card-bg);
    border-radius: 0.5rem; 
    box-shadow: var(--testimonial-card-shadow);
    padding: 2rem; 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: auto;
    display: flex;
    flex-direction: column;
    border: 1px solid #E5E7EB;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--testimonial-card-shadow-hover);
}

.testimonial-card__content {
    display: flex;
    flex-direction: column;
    gap: .25rem; 
    flex-grow: 1; 
}


.testimonial-card__quote-icon {
    width: 2rem; 
    height: 2rem; 
    color: var(--testimonial-accent-color);
}


.testimonial-card__text {
    font-size: 1rem; 
    font-style: italic;
    line-height: 1.6;
    font-weight: 400;
    color: var(--testimonial-text-color);
    margin: 0;
    flex-grow: 1; 
}


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


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


.testimonial-card__name {
    font-size: 1rem; /* 16px */
    font-weight: 600;
    color: var(--testimonial-text-color) !important;
    margin: 0;
}


.testimonial-card__location {
    font-size: 0.875rem; /* 14px */
    color: var(--testimonial-location-color);
    margin: 0;
}


.testimonial-card__rating {
    display: flex;
    gap: 0.25rem;
}


.testimonial-card__star {
    width: 1rem; 
    height: 1rem; 
    color: #d1d5db; 
}

.testimonial-card__star--filled {
    fill: var(--testimonial-accent-color);
    color: var(--testimonial-accent-color);
}


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

.testimonial-card {
    width: 100%; 
}

.testimonials-swiper .swiper-button-next,
.testimonials-swiper .swiper-button-prev {
    color: var(--testimonial-accent-color, #FFD700); 
}

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

.testimonials-swiper .swiper-pagination-bullet-active {
    background-color: var(--testimonial-accent-color, #FFD700);
}

.swiper-pagination{
	display: none;
}
.testimonials-swiper .swiper-button-next{
	right: -6px;
}
.testimonials-swiper .swiper-button-prev{
	left: -6px;
}
.testimonials-swiper.swiper{
	padding: 1rem 1.5rem 0 1.5rem;
}


/* ==========================================================================
   Bloco: team-card-full
   ========================================================================== */

.team-card-full-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem; 
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 850px;
}

.team-card-full__image{
    width: 100%;
    object-fit:cover;
    min-height: 450px;
    height: 100% !important;
}
.team-card-full__image-container img{
	border-radius: 0.5rem;
}

.team-card-full {
    border-radius: 0.5rem; 
    background-color: var(--color-card-bg); /* bg-card */
    color: var(--color-card-text); /* text-card-foreground */
    box-shadow: var(--shadow-card); /* shadow-sm */
    overflow: hidden;
    border: none; 
    transition: box-shadow 0.3s ease-in-out;
}

.team-card-full:hover {
    box-shadow: var(--shadow-card-hover);
}

.team-card-full__content {
    display: block;
}

@media (min-width: 768px) { 
    .team-card-full__content {
        display: flex;
    }
}

.team-card-full__image-container {
    width: 100%;
}

@media (min-width: 768px) { /* md */
    .team-card-full__image-container {
        width: 40%;
    }
}

.team-card-full__image {
    width: 100%;
    height: 16rem; /* h-64 */
    object-fit: cover;
}

@media (min-width: 768px) { 
    .team-card-full__image {
        height: 100%; 
    }
}

.team-card-full__details {
    width: 100%;
    padding: 2rem; /* p-8 */
    display: flex;
    flex-direction: column;
    gap: 1rem; /* space-y-4 */
}

@media (min-width: 768px) { 
    .team-card-full__details {
        width: 60%; 
    }
}

.team-card-full__header {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.team-card-full__name {
    color: #020817 !important;
    font-size: 1.5rem; 
    font-weight: 700; 
    margin: 0;
}

.team-card-full__position {
	font-family: "Cormorant Garamond", serif;
    color: var(--accent);
    font-weight: 600; 
    margin: 0;
}

.team-card-full__bio {
    color: #333;
    font-size: .9em;
    line-height: 1.2; 
    margin: 0;
}

.team-card-full__expertise-section {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.team-card-full__expertise-title {
    color: #020817 !important;
    font-size: 0.9em; 
    font-weight: bold; 
    margin: 0;
}

.team-card-full__expertise-list {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 767px){
	.team-card-full__image {
		min-height: 380px;
		max-height: 380px;		
	}
}


/* ==========================================================================
   Bloco: team-card-compact
   ========================================================================== */

.team-card-compact-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem; 
    margin-bottom: 3rem;
	padding: 0 2rem;
}

@media (min-width: 1024px) { 
    .team-card-compact-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

.team-card-compact {
    border-radius: 0.5rem;
    background-color: var(--color-card-bg);
    color: var(--color-card-text);
    box-shadow: var(--shadow-card);
    overflow: hidden;
    border: none;
    transition: box-shadow 0.3s ease-in-out;
}

.team-card-compact:hover {
    box-shadow: var(--shadow-card-hover);
}

.team-card-compact__content {
    display: block;
}

@media (min-width: 768px) { 
    .team-card-compact__content {
        display: flex;
    }
}

.team-card-compact__image-container {
    width: 100%;
}

@media (min-width: 768px) { 
    .team-card-compact__image-container {
        width: 33.333333%; 
    }
}

.team-card-compact__image {
    width: 100%;
    min-height: 360px;
    height: 100% !important; 
    object-fit: cover;
}

@media (min-width: 768px) { 
    .team-card-compact__image {
        height: 100%; 
    }
}

.team-card-compact__details {
    width: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem; 
}

@media (min-width: 768px) {
    .team-card-compact__details {
        width: 66.666667%; 
    }
}

.team-card-compact__header {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.team-card-compact__name {
    color:  var(--color-card-title) !important;
    font-size: 1.5em;
    font-weight: 700;
    margin: 0;
}

.team-card-compact__position {
    color: var(--accent);
    font-weight: 600;
    margin: 0;
}

.team-card-compact__contact-info {
    display: flex;
    flex-direction: column;
    gap: 0.75rem; 
}

.team-card-compact__contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem; 
    font-size: 0.875rem; 
    color: var(--color-card-text);
}

.team-card-compact__icon {
    height: 1rem; 
    width: 1rem; 
    color: var(--accent);
    flex-shrink: 0;
}

.team-card-compact__expertise-section {
    display: flex;
    flex-direction: column;
    gap: 0.5rem; 
}

.team-card-compact__expertise-title {
    color: #020817 !important;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0;
}

.team-card-compact__expertise-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.team-card-compact__expertise-tag {
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    border: 1px solid transparent;
    padding: 0.125rem 0.625rem;
    font-size: 0.75rem;
    font-weight: 600;
    background-color: var(--color-secondary-bg);
    color: var(--color-secondary-text);
    transition: background-color 0.3s ease-in-out;
}

.team-card-compact__expertise-tag:hover {
    background-color: rgba(243, 244, 246, 0.8);
}

.team-card-compact__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    white-space: nowrap;
    font-size: 0.875rem;
    font-weight: 500;
    height: 2.5rem; 
    padding: 0.25rem 0.75rem; 
    border-radius: 0.375rem; 
    width: 100%; 
    background-color: var(--color-card-bg); 
    color: var(--color-card-title); 
    border: 1px solid var(--color-primary); 
    transition: all 0.5s ease-in-out; 
    cursor: pointer;
}

.team-card-compact__button:hover {
    background-color: var(--color-primary);
    color: #fff; 
    box-shadow: var(--shadow-card-hover); 
}

.team-card-compact__button-icon {

    height: 1rem;
    width: 1rem;
    margin-right: 0.5rem; 
    flex-shrink: 0;
    pointer-events: none; 
}

.team-card-compact__button:hover .team-card-compact__button-icon {
    stroke: #fff); 
}

.team-card-compact__button:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px var(--color-card-bg), 0 0 0 4px var(--accent); 
    outline-offset: 2px;
}

.team-card-compact__button:disabled {
    pointer-events: none; 
    opacity: 0.5;
}

@media (max-width: 767px){
	.team-card-compact__image{
		min-height: 360px;
		max-height: 360px;		
	}
}

p a{
	overflow-wrap: break-word;
    hyphens: auto;
}
@media (min-width: 992px){
	.team-card-full__bio p{
		line-height: 1.3;
	}

}
[data-widget_type="widget-properties-featured.default"] .featured-properties__description{
	font-size: 1em !important;
	font-family: "Roboto", Sans-serif !important;
	color: #333333 !important;
}
.property-details__description p{
		font-size: 1em !important;
	font-family: "Roboto", Sans-serif !important;
}

.mobile-menu .menu-item a{
	font-size: 1.25em !important;
}
.mobile-menu ul.hfe-nav-menu{
	padding: 2rem 1rem;
}

.property-details{
	margin-top: 3rem;
}

.property-details__action-button svg{
	min-width: 1rem;
}
@media (max-width: 768px) {
    .property-details__action-button {
        flex: 1;
        min-width: 150px !important;
    }
	.property-details__breadcrumbs{
		margin-top: 2rem;
	}
}
@media (max-width: 992px){
	.property-search__form-grid{
		min-width: 300px;
	}
}


.team-card-full__expertise-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.team-card-full__expertise-tag {
    position: relative;
	font-family: var(--font-link);
    padding: 5px 20px 5px 45px;
    background: transparent;   
    font-size: 0.9rem;
    font-weight: 500;
    color: #2c2c2c;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: default;
}

.team-card-full__expertise-tag::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    background-color: #c2a00a;
    border: 2px solid #c2a00a;
    transition: all 0.3s ease;
}

.property-details__feature-bullet{
	transform: translateY(-50%) rotate(45deg) !important;
    width: 8px;
    height: 8px;
    background-color: #c2a00a;
    border: 2px solid #c2a00a !important;
    transition: all 0.3s ease !important;
	border-radius: 0 !important;
}

.team-card-full__expertise-tag::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    opacity: 0.3;
    transition: all 0.3s ease;
}

.team-card-full__expertise-tag:hover::before {
    background-color: transparent;
    border-color: #c2a00a;
    transform: translateY(-50%) rotate(45deg) scale(1.2);
}
.property-details__feature-item:hover .property-details__feature-bullet{
	 background-color: transparent;
    border-color: #c2a00a;
    transform: translateY(-50%) rotate(45deg) scale(1.2);
} 

.team-card-full__expertise-tag:hover::after {
    opacity: 0.6;
    transform: translateY(-50%) rotate(90deg);
}

.section{
	padding: 3rem 0;
}

.property-details__main{
	gap: 1rem !important;
}
.property-details__details-card{
	padding: 1rem 2rem !important;
}
.property-details__card-content{
	padding: 1rem 0 !important;
}

.property-details__contact-title{
	font-size: 1.5rem !important;
}
header .hfe-menu-item{
	font-weight: 600 !important;
}

/*Overlay cards Property*/
.property-card__gradient{
	background-image: none;
}
.property-details__gallery-overlay{
	background-color: transparent !important;
}
.property-card__price{
	text-shadow: 2px 2px 2px rgb(0 0 0 / .48) !important;}