.elementor-kit-6{--e-global-color-primary:#2C3E50;--e-global-color-secondary:#D4AF37;--e-global-color-text:#1E1E1E;--e-global-color-accent:#E67E22;--e-global-color-da83f55:#F9F9F9;--e-global-color-be60122:#FFFFFF;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.2px;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1.3px;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6px;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:1.2px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* BUTA PROPERTY — Loop Card */
.buta-card{
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #0b1220;
  border: 1px solid rgba(212,175,55,0.18);
  box-shadow: 0 18px 60px rgba(0,0,0,0.35);
  transform: translateZ(0);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.buta-card:hover{
  transform: translateY(-4px);
  border-color: rgba(212,175,55,0.35);
  box-shadow: 0 26px 90px rgba(0,0,0,0.48);
}

.buta-card__media{
  position: relative;
  aspect-ratio: 16 / 10;
  background: radial-gradient(1200px 400px at 20% 10%, rgba(212,175,55,0.22), transparent 55%),
              linear-gradient(180deg, rgba(0,0,0,0.10), rgba(0,0,0,0.65));
}

.buta-card__mediaLink{ display:block; height:100%; }

.buta-card__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .35s ease, filter .35s ease;
  filter: saturate(1.05) contrast(1.05);
}

.buta-card:hover .buta-card__img{
  transform: scale(1.07);
  filter: saturate(1.12) contrast(1.10);
}

.buta-card__imgPlaceholder{
  width:100%;
  height:100%;
  background: linear-gradient(135deg, rgba(212,175,55,0.15), rgba(44,62,80,0.65));
}

.buta-card__overlay{
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 10%, rgba(0,0,0,0.70) 100%);
  pointer-events:none;
}

.buta-card__badges{
  position:absolute;
  top:12px;
  left:12px;
  display:flex;
  gap:8px;
  z-index: 2;
}

.buta-badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .2px;
  color: rgba(255,255,255,0.92);
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(10,14,20,0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.buta-badge--status{
  border-color: rgba(212,175,55,0.22);
}

.buta-badge--id{
  color: rgba(212,175,55,0.95);
  border-color: rgba(212,175,55,0.28);
}

.buta-card__price{
  position:absolute;
  right:12px;
  bottom:12px;
  z-index: 2;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(212,175,55,0.30);
  background: rgba(10,14,20,0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display:flex;
  align-items:baseline;
  gap:8px;
}

.buta-card__priceVal{
  font-size: 18px;
  font-weight: 700;
  color: rgba(255,255,255,0.95);
}

.buta-card__priceCur{
  font-size: 12px;
  color: rgba(212,175,55,0.95);
  letter-spacing: .6px;
}

.buta-card__body{
  padding: 14px 14px 16px;
  background:
    radial-gradient(900px 260px at 20% 0%, rgba(212,175,55,0.16), transparent 55%),
    linear-gradient(180deg, rgba(11,18,32,0.92), rgba(11,18,32,0.98));
}

.buta-card__location{
  font-size: 12px;
  color: rgba(255,255,255,0.72);
  letter-spacing: .25px;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.buta-card__title{
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
}

.buta-card__title a{
  color: rgba(255,255,255,0.96);
  text-decoration: none;
}

.buta-card__title a:hover{
  color: rgba(212,175,55,0.98);
}

.buta-card__meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom: 14px;
}

.buta-meta{
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  color: rgba(255,255,255,0.86);
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
}

.buta-card__actions{
  display:flex;
  gap:10px;
}

.buta-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .2px;
  text-decoration:none;
  width: 100%;
  transition: transform .18s ease, filter .18s ease, border-color .18s ease, background .18s ease;
}

.buta-btn--primary{
  color:#0b1220;
  background: linear-gradient(135deg, #D4AF37, #F1D27A);
  border: 1px solid rgba(212,175,55,0.45);
}

.buta-btn--ghost{
  color: rgba(212,175,55,0.95);
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(212,175,55,0.25);
}

.buta-btn:hover{
  transform: translateY(-1px);
  filter: brightness(1.03);
}

@media (max-width: 767px){
  .buta-card__title{ font-size: 15px; }
  .buta-card__priceVal{ font-size: 16px; }
}/* End custom CSS */