/* ===================================================================================

* Theme Name: Bhume Child

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Playfair+Display:wght@400;500;600;700&display=swap');

/* ===================================================================================
* Theme URI: https://wp.themepure.net/bhume/
* Author: Theme_Pure
* Author URI: https://themeforest.net/user/theme_pure/
* Description: Bhume - Real Estate WordPress Theme
* Version: 1.0.0
* Template: bhume
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

/* ==========================================
   FUENTE LEXEND - APLICACIÓN GLOBAL
   ========================================== */

body,
h1,
h2,
h3,
h4,
h5,
h6,
.title,
.subtitle,
p,
a,
button,
input,
textarea,
select {
  font-family: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}
.column-inquiries_count{
  display:flex;
}
/* Pesos específicos */
h1,
h2,
.title {
  font-weight: 700;
}

h3,
h4 {
  font-weight: 600;
}

h5,
h6 {
  font-weight: 500;
}

p,
body {
  font-weight: 400;
}

.font-lato {
  font-family: 'Lato', sans-serif !important;
}




.filter-btn {
  font-weight: 600;
  border-radius: 12px !important;
  height: 40px;
  display: flex;
  align-items: center;
}

.property-title {
  color: #fff;
}

.section-subtitle {
  margin: 10px auto 65px auto;
}

.property-image::after {
  content: "";
  position: absolute;
  inset: 0;
  /* transparente arriba, oscuro abajo */
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.4) 50%,
      rgba(0, 0, 0, 0.7) 100%);
  pointer-events: none;
}

.badge-type {
  font-size: 0.75rem;
  color: #fff !important;
}

.property-content {
  width: 100%;
}


.property-footer {
  width: 100% !important;
}

.property-location {
  font-size: 0.9rem;
  color: #fff;
}

.property-id {
  display: none
}
.elementor-element-be20b12{
  display:none
}
.elementor-element-3bdf1b7{
  display:none
}

/* ==========================================
   GRID DE CARACTERÍSTICAS - RESPONSIVE Y DINÁMICO
   ========================================== */

/* Desktop: Columnas dinámicas según PHP */
.property-features {
  display: grid;

  /* grid-template-columns se define inline desde PHP */
}

/* Tablet: Máximo 2 columnas */
@media (max-width: 768px) {
  .login-pill{
    display:none;
  }
  .property-features {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)) !important;
    max-width: 100%;
  }

  /* Si originalmente tenía 1 columna, mantenerla */
  .property-features[style*="repeat(1"] {
    grid-template-columns: 1fr !important;
  }
}

/* Mobile: 1 columna siempre */
@media (max-width: 480px) {
  .property-features {
    grid-template-columns: 1fr !important;
  }
}

.btn-details:hover {
  color: #fff;
}

.content-box h4 {
  font-family: 'Playfair Display', 'Georgia', serif !important;
}

.e-con-full,
.e-con>.e-con-inner {
  padding-block-start: 0 !important;
  padding-block-end: 0 !important;
}

.intro figure {
  display: inline-block;
  margin-bottom: 0;
  margin-top: -20px;
  background: #BFB37B;
  position: relative;
}

.intro figure .holder {
  position: relative;
  width: 100%;
  float: left;
  display: block !important;
  transform: translate(85px, -65px);
}

.intro figure .holder img {
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
  width: 525px;
}


.intro figure .pattern-bg {
  width: 120%;
  height: 100%;
  position: absolute;
  left: 5%;
  top: -5%;
  background: url("https://themezinho.net/hompark/images/side-pattern-bg.png");
  background-size: contain;
}

.intro .content-box {
  display: block;
  padding-left: 10%;
}

/* Typography Styles - Elegant Title */
.intro .content-box h4 {
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #1a1a1a;
  letter-spacing: -0.5px;
}

.intro .content-box h4 span {
  display: inline;
  color: #C4A47C;
  font-family: 'Playfair Display', 'Georgia', serif;
  font-weight: 400;
  font-style: normal;
}

/* Subtitle Bold */
.intro .content-box h3 {
  font-size: 26px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 25px;
  line-height: 1.3;
  letter-spacing: -0.3px;
}

/* Bio Content */
.intro .bio-content {
  margin-bottom: 20px;
}

.intro .bio-content p {
  font-size: 12px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}

/* Contact Info Section */
.intro .contact-info {
  margin: 25px 0;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.intro .contact-info .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
}

.intro .contact-info .contact-item:last-child {
  margin-bottom: 0;
}

.intro .contact-info .contact-label {
  font-weight: 600;
  color: #C4A47C;
  min-width: 90px;
  margin-right: 10px;
}

.intro .contact-info a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 13px;
}

.intro .contact-info a:hover {
  color: #C4A47C;
}

/* Yellow CTA Button */
.intro .btn-view-more {
  display: inline-block;
  padding: 14px 40px;
  background: #bfb37b;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 20px;
  font-size: 15px;

}

.intro .btn-view-more:hover {
  background: #C4A030;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
  color: #fff;
}

/* Floating Decoration Shape */
.intro .floating-decoration {
  position: absolute;
  bottom: 10%;
  right: 5%;
  z-index: 1;
  opacity: 0.7;
  animation: floatUpDown 6s ease-in-out infinite;
  pointer-events: none;
}

.intro .floating-decoration img {
  max-width: 150px;
  height: auto;
  display: block;
}

/* Float Animation */
@keyframes floatUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

/* Responsive - Hide on mobile */
@media (max-width: 768px) {
  .intro .floating-decoration {
    display: none;
  }
}

.btn-view-more {
  display: inline-block;
  padding: 14px 40px;
  background: #bfb37b;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}


.new-property-card .property-location {
  color: #636e72;
}

.tp-prp-dtl-area {
  background-color: #fff;
  background-image: none !important;
}

.property-all .property-image::after {
  display: none;
}

[data-id="d2dddbb"] {
  display: none;
}

/* ==========================================
   PRELOADER PREMIUM
   ========================================== */
#loading {
  background-color: #fdfbf7 !important;
  /* Fondo crema suave */
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-mask {
  /* Centrado absoluto */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader {
  width: 80px !important;
  height: 80px !important;
  position: relative;
  animation: none !important;
  /* Reset animación anterior */
}

/* Círculo Exterior Dorado */
.loader div:nth-child(1) {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-top-color: #bfb37b;
  /* Dorado */
  border-radius: 50%;
  animation: premiumLoaderSpin 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite !important;
  background: transparent !important;
  left: 0;
  top: 0;
}

/* Círculo Interior Negro */
.loader div:nth-child(2) {
  position: absolute;
  width: 60%;
  height: 60%;
  top: 20%;
  left: 20%;
  border: 3px solid transparent;
  border-bottom-color: #1a1a1a;
  /* Negro */
  border-radius: 50%;
  animation: premiumLoaderSpin 2s linear infinite reverse !important;
  background: transparent !important;
}

@keyframes premiumLoaderSpin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* ==========================================
   HEADER BUTTONS PREMIUM
   ========================================== */
.header-pill-btn {
  display: inline-flex;
  align-items: center;
  padding: 6px 6px 6px 18px;
  /* Padding izquierdo para texto */
  border-radius: 50px;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 0.7rem;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

/* Estilo Login (Borde Dorado) */
.header-pill-btn.login-pill {
  background: transparent;
  border-color: #bfb37b;
  color: #1a1a1a;
}

/* Estilo Usuario (Fondo Gris Claro) */
.header-pill-btn.user-pill {
  background: #f5f5f5;
  padding-left: 6px;
  /* Icono a la izquierda */
  padding-right: 18px;
  color: #1a1a1a;
}

/* Icono Circular */
.header-pill-btn .icon-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

/* Icono Login (Derecha) */
.header-pill-btn.login-pill .icon-circle {
  background: #bfb37b;
  color: #fff;
  margin-left: 12px;
}

/* Icono Usuario (Izquierda) */
.header-pill-btn.user-pill .icon-circle {
  background: #fff;
  color: #bfb37b;
  margin-right: 10px;
}

/* HOVER EFFECTS */
.header-pill-btn.login-pill:hover {
  background: #bfb37b;
  color: #fff;
}

.header-pill-btn.login-pill:hover .icon-circle {
  background: #fff;
  color: #bfb37b;
  transform: rotate(-45deg);
}

.header-pill-btn.user-pill:hover {
  background: #1a1a1a;
  color: #fff;
}

.header-pill-btn.user-pill:hover .icon-circle {
  background: #bfb37b;
  color: #fff;
}

/* Botón Logout (Icono suelto) */
.header-icon-btn {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #666;
  transition: all 0.3s ease;
  background: transparent;
}

.header-icon-btn:hover {
  background: #fee2e2;
  color: #dc2626;
}

/* Estilo Buscar (Estilo Hero Black) */
.header-pill-btn.search-pill {
  background: #1a1a1a;
  color: #fff;
  padding-right: 6px;
  /* Icono der */
  border-color: #1a1a1a;
}

.header-pill-btn.search-pill .icon-circle {
  background: #fff;
  color: #1a1a1a;
  margin-left: 10px;
}

/* Hover Buscar */
.header-pill-btn.search-pill:hover {
  background: #fff;
  color: #1a1a1a;
  border-color: #eee;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.header-pill-btn.search-pill:hover .icon-circle {
  background: #bfb37b;
  color: #fff;
  transform: rotate(15deg);
  /* Pequeño tilt */
}