.elementor-1057 .elementor-element.elementor-element-380bca8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1057 .elementor-element.elementor-element-0e3d780{--grid-columns:3;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-1057 .elementor-element.elementor-element-0e3d780{--grid-columns:2;}}@media(max-width:767px){.elementor-1057 .elementor-element.elementor-element-0e3d780{--grid-columns:1;}}/* Start custom CSS */h1.title {
    display: none;
    /*text-align: center;*/
}

.websell-property-card {
  display: flex;
  gap: 40px;
  flex-direction: row;
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  min-height: 700px;
  width: 100%;
}

.websell-property-card > div {
    width: 50%;
}

.websell-property-card h3 {
  margin-top: 15px;
  color: #333;
}

.websell-property-card p {
  margin: 5px 0;
}

.websell-property-card .apply-button {
  display: inline-block;
  border-radius: 35px;
  padding: 10px 40px 10px 40px;
  background: #E3572B;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}
.websell-property-card .apply-button:hover {
  background: #000;
}

.websell-property-gallery {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.websell-carousel {
  display: flex;
  transition: transform .3s ease;
}

.websell-carousel-item {
  min-width: 100%;
  transition: transform 0.5s ease;
}

.websell-carousel img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.websell-carousel,
.websell-carousel-item,
.websell-carousel img {
  height: 100%;
}

.websell-carousel-prev,
.websell-carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #E3572B;
  color: #fff;
  font-size: 20px;
  border: white solid 1px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
}
.websell-carousel-prev { left: 10px; }
.websell-carousel-next { right: 10px; }

.websell-carousel-prev[disabled], .websell-carousel-prev.disabled
.websell-carousel-next[disabled], .websell-carousel-next.disabled {
  opacity: .4;
}

.websell-property-info {
  flex: 2;
}

.websell-tabs {
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.websell-tab-nav {
  display: flex;
  border-bottom: 1px solid #ddd;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: scroll;
}

.websell-tab-nav li {
  flex: 1;
  text-align: center;
  padding: 12px;
  cursor: pointer;
  background: #f9f9f9;
}

.websell-tab-nav li.active {
  background: #fff;
  font-weight: bold;
  border-bottom: 2px solid #0073e6;
}

.websell-tab-content {
  padding: 20px;
  overflow: scroll;
  max-height: 600px;
}

.websell-tab-pane {
    display: none;
}

.websell-tab-pane.active {
    display: block;
}

.websell-apply-button {
  display: inline-block;
  padding: 10px 15px;
  background: #ff9900;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
}

.websell-carousel-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  gap: 8px;
  bottom: 20px;
  left: 0;
  right: 0;
}

.websell-carousel-dots .indicator {
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
}
.websell-carousel-dots .indicator.active {
  background: #E3572B;
}


@media (max-width: 768px) {
  .websell-property-card {
    flex-direction: column;
    min-height: 500px;
  }

  .websell-property-card > div {
    width: 100%;
  }
}




/* Corregir los botones prev y next del slider*/
.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next,
.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev {
    position: absolute;
}/* End custom CSS */