/**
 * @version     CVS: 1.0.0
 * @package     com_properties
 * @copyright   2025 Sourabh IIS
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      IIS <euphoriatek2010@gmail.com>
 */

    /* ==========================================================================
   Property Section
   ========================================================================== */
.property {
  background: #fafafa;
}

.property-main {
    position: relative;
    border: 1px solid #bdbdbd;
    border-radius: 15px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
    overflow: hidden;
}

.property-main:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.14);
}
.property-main .property-item .fields-container{
    margin:0px;
    gap: 0px;
}
.property-main .property-item .ubicacion span {
    display: flex;
    align-items: center;
    gap: 5px;
}
.property-wrap {
  background: #fff;
  width: 100%;
  border-radius: 4px;
}

.item-thumb {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.item-thumb a {
  display: block;
}

.item-thumb a img {
  border-radius: 4px 4px 0px 0px;
  max-width: 100%;
    height: 290px;
    width: 100%;
    object-fit: cover;
}
.precio .field-value  {
    color: #666;
}
.property-main .field-entry .field-value{
    gap: 3px;
}
.property-main .superficie-total{
    justify-content: center;
}

.item-thumb:hover {
  opacity: 0.9;
}

.label-inner {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 3;
}

.label-inner .label {
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  padding: 7px 18px;
  text-transform: uppercase;
  margin-bottom: 0px;
  line-height: 15px;
  vertical-align: top;
}

.label-inner .label-status {
  background: #0dcdbd;
}

.item-body {
  padding: 20px;
  width: 100%;
}

.item-body .property-title {
  margin-bottom: 10px;
}

.item-body .property-title a {
  font-size: 22px;
  color: #272727;
  font-weight: 500;
}

.item-body .property-title a:hover {
  color: #0dcdbd;
}

.item-body .adderess {
  color: #999;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

.item-body .pricin-list {
  margin-top: 20px;
  position: relative;
}

.item-body .pricin-list .property-price {
  font-size: 26px;
  font-weight: 700;
  color: #0dcdbd;
  margin-bottom: 15px;
}

.item-body .pricin-list p span {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

.item-body .pricin-list .view-iocn {
  position: absolute;
  bottom: 0px;
  right: 15px;
}

/* latest-property */
#latest-property .item {
  margin: 0px 10px;
}

.img-box {
  height: 350px;
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 90;
  margin: 10px 0;
  border-radius: 4px;
}

.img-box .img-box-content {
  position: absolute;
  z-index: 101;
  top: 50%;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  transform: translate(0, -50.5%);
}

.img-box .img-box-content h4 {
  font-size: 22px;
  line-height: 36px;
  color: #fff;
  margin: 0;
}

.img-box .img-box-content span {
  font-size: 16px;
  color: #fff;
}

.img-box .img-box-background {
  background-size: cover;
  background-position: 50%;
  width: 100%;
  height: 100%;
  transition: all 0.55s;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  transition: transform 0.35s ease-out;
}

.img-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #222;
  opacity: 0.3;
  z-index: 99;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
}

.img-box:hover:before {
  background-color: #0dcdbd;
  opacity: 0.7;
}

.img-box:hover .img-box-background {
  transform: scale(1.06);
}

.card-hight {
  height: 161px;
}

.bg-red {
  background: #f50057 !important;
}

.bg-yellow {
  background: #FFC107 !important;
}

.product-filter {
  height: 40px;
  margin-bottom: 20px;
  line-height: 40px;
}

.product-filter .sort-by {
  position: relative;
}

.product-filter .sort-by span {
  margin-right: 15px;
  float: left;
}

.product-filter .sort-by .sort-by-select {
  display: inline-block;
  float: left;
  margin-right: 15px;
  position: relative;
}

.product-filter .sort-by .sort-by-select select {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 40px 0px 15px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  color: #888;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 500;
  border-radius: 4px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.product-filter .sort-by .sort-by-select select:focus {
  box-shadow: none;
  outline: none;
}

.product-filter .sort-by .sort-by-select i {
  position: absolute;
  top: 13px;
  right: 15px;
  color: #272727;
  z-index: 999;
}

.product-filter .layout-switcher {
  float: right;
  margin-left: 30px;
}

.product-filter .layout-switcher a {
  width: 36px;
  height: 36px;
  background-color: #f0f0f0;
  display: inline-block;
  border-radius: 4px;
  color: #a0a0a0;
  font-size: 20px;
  line-height: 38px;
  margin-left: 5px;
  text-align: center;
  transition: all 0.3s;
}

.product-filter .layout-switcher .active {
  background-color: #0dcdbd;
  color: #fff;
}

.listing-container {
  position: relative;
  z-index: 1;
}

/* .grid-layout {
  left: -1.5%;
  width: 103%;
  position: relative;
} */

/* .grid-layout .property-main {
  display: inline-block;
  width: 47%;
  float: left;
  margin-left: 1.5%;
  margin-right: 1.5%;
  position: relative;
} */

.list-layout .property-main {
  display: flex;
  overflow: hidden;
  margin: 0 0 30px 0;
}

.list-layout .property-main {
  width: 100%;
}

.list-layout .property-main .item-thumb {
  width: 320px;
  float: left;
  overflow: hidden;
  margin-right: 30px;
}

.list-layout .property-main .item-body {
  padding: 30px;
}

.sidebar-title {
    font-size: 20px;
    font-weight: 600;
    color: #272727;
    margin-bottom: 45px;
    position: relative;
    border-bottom: solid 1px #dbdbdb;
    padding-bottom: 15px;
    box-shadow: 0px 2px 0px #ffffff;
}
.sidebar.right .form-check{
  margin-bottom: 5px;
}
.sidebar.right {
    padding: 30px;
    background: #f9f9f9;
    border-radius: 10px;
    border: solid 1px #dfdfdf;
}
.sidebar.right .filter-block input {
    margin-right: 10px;
}
.sidebar.right .filter-block h4 {
    font-size: 17px;
    margin-bottom: 12px;
    text-transform: capitalize;
    color: #363636;
    font-weight: 400;
}

.sticky .widget {
  position: relative;
}

.sticky .widget select {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 18px;
  height: 48px;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  background-color: #fcfcfc;
  color: #888;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 500;
  border-radius: 4px;
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.sticky .widget select:focus {
  box-shadow: none;
  outline: none;
}

.sticky .widget i {
  position: absolute;
  top: 17px;
  right: 30px;
  color: #272727;
  z-index: 999;
}

.range-area,
.price-range {
  margin-top: 20px;
}

.range-area label,
.price-range label {
  margin-bottom: 10px;
}

#area-range .form-control {
  width: 30%;
  float: left;
}

#area-range span {
  float: left;
  line-height: 40px;
  margin: 0px 10px;
}

.more-search-options {
  margin-top: 30px;
}

.fullwidth {
  width: 100%;
}

/* Custom Checkboxes */
.checkboxes {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.checkboxes li {
  padding: 4px 0;
}

.checkboxes .in-row label {
  margin-top: 9px;
}

.checkboxes .one-in-row label {
  margin-top: 9px;
  width: 100%;
}

.checkboxes label {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  position: relative;
  padding-left: 28px;
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: 15px;
}

.checkboxes label span {
  color: #909090;
  font-size: 15px;
}

.checkboxes label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  margin-top: 5px;
  left: 0;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkboxes li:last-child {
  margin-bottom: -8px;
}

.checkboxes input[type=checkbox]:checked + label:before {
  content: "\e938";
  font-family: 'LineIcons' !important;
  color: #0dcdbd;
  display: inline-block;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  text-align: center;
  line-height: 15px;
  text-align: center;
}

.checkboxes input[type=checkbox] {
  display: none;
}
/* ==========================================================================
Property wrapper Style
========================================================================== */
.property-details {
  margin-bottom: 40px;
  padding: 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.property-details .info h3 {
  font-size: 30px;
  color: #272727;
  margin-bottom: 8px;
}

.property-details .info h3 span {
  background: #fb1d51;
  color: #ffffff;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 9px;
}

.property-details .details {
  margin-top: 34px;
}

.property-details .details .details-listing {
  float: left;
  width: 33.33%;
}

.property-details .details .details-listing p {
  margin-bottom: 0;
  color: #272727;
  line-height: 26px;
}

.property-details .details .details-listing h5 {
  margin: 0;
  font-size: 16px;
  color: #888;
}

.property-details .others {
  margin-top: 34px;
}

.property-details .others ul li {
  float: right;
  margin-left: 20px;
}

.property-details .others ul li a {
  height: 40px;
  width: 40px;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  background: #0dcdbd;
  color: #ffffff;
  border-radius: 4px;
  display: inline-block;
}

.property-details .others ul li span {
  color: #272727;
  font-size: 36px;
  line-height: 36px;
  margin-top: 5px;
}

.details-thumb {
  margin-bottom: 30px;
}

.desc-title {
  font-size: 22px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e0e0e0;
}

.property-dsc {
  margin-bottom: 30px;
}

.additional-details li strong {
  margin-right: 10px;
  font-weight: 700;
  color: #272727;
}

.additional-details li strong span {
  color: #888;
}

.property-features {
  width: 100%;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}

.property-features li {
  color: #272727;
  display: block;
  margin: 0 0 7px 0;
  padding: 0;
  font-weight: 700;
}

.property-features li span {
  color: #888;
}

.property-features li i {
  margin-right: 5px;
  color: #0dcdbd;
}

.accordion-fp .card {
  margin-bottom: 20px;
}

.accordion-fp .card .card-header {
  padding: 0;
}

.accordion-fp .accordion-heading {
  font-size: 18px;
  margin: 0;
}

.accordion-fp .accordion-heading a {
  color: #272727;
}

.accordion-fp button {
  border: none;
}

.accordion-fp .accordion-title {
  color: #272727;
  background-color: #fbfbfb;
  width: 100%;
  cursor: pointer;
  text-align: left;
  padding: 12px;
}

.accordion-fp .card-body {
  padding: 30px;
  border-top: none;
}

.location-map {
  width: 100%;
  height: 460px;
  overflow: hidden;
}

.property-slider {
  position: relative;
  margin-bottom: 30px;
}

.property-slider .item img {
  width: 100%;
}

.property-slider .owl-controls .owl-buttons .owl-next,
.property-slider .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #0dcdbd;
  color: #ffffff;
  border-radius: 4px;
  z-index: 99;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.property-slider .owl-controls .owl-buttons .owl-next {
  right: 15px;
}

.property-slider .owl-controls .owl-buttons .owl-prev {
  left: 15px;
}

.property-slider:hover .owl-controls .owl-buttons .owl-next,
.property-slider:hover .owl-controls .owl-buttons .owl-prev {
  opacity: 1;
}

.inner-box {
  margin-bottom: 30px;
}

.widget-button {
  height: 41px;
  text-align: center;
  width: 41px;
  float: left;
  border: none;
  cursor: pointer;
  background-color: #f3f3f3;
  color: #333;
  border-radius: 4px;
  margin-right: 5px;
  display: inline-block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.widget-button:hover {
  background: #0dcdbd;
  color: #fff;
}

.widget-button i {
  top: 0;
  line-height: 41px;
  left: 2px;
  opacity: 0.9;
  font-size: 18px;
}

.agent-inner {
  background-color: #fff;
  color: #707070;
  border-radius: 4px;
  padding: 32px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  transition: 0.25s;
}

.agent-inner .agent-title {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
}

.agent-inner .agent-title .agent-photo {
  float: left;
  display: block;
}

.agent-inner .agent-title .agent-photo img {
  border-radius: 4px;
  max-width: 72px;
}

.agent-inner .agent-title .agent-details {
  margin-left: 92px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.agent-inner .agent-title .agent-details h3 {
  font-size: 16px;
}

.agent-inner .agent-title .agent-details h3 a {
  color: #272727;
  margin: 0pc 0 6px 0;
}

.agent-inner .agent-title .agent-details span {
  color: #888;
}

.agent-inner .agent-title .agent-details span i {
  margin-right: 5px;
}

.agent-inner .form-control {
  margin-bottom: 20px;
}

.listing-item {
  background-color: #f3f3f3;
  display: block;
  width: 100%;
  border-radius: 4px;
  position: relative;
}

.listing-item img {
  width: 100%;
  border-radius: 4px 4px 0 0;
}

/* Content on */
.listing-content {
  padding: 15px;
  display: inline-block;
  width: 100%;
}

.listing-content .listing-title {
  color: #272727;
  font-size: 20px;
}

.listing-content .listing-title i {
  display: block;
  font-style: normal;
  font-size: 17px;
  padding: 0;
  margin: 2px 0 0 0;
}

.listing-content .listing-content {
  position: relative;
  width: 100%;
  background-color: #0dcdbd;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  font-size: 14px;
  padding: 15px;
  margin-top: 15px;
}

.listing-content .listing-content li {
  display: inline-block;
  color: #fff;
  line-height: 20px;
  padding: 8px;
  position: relative;
  transition: all 0.5s;
}

.listing-content .listing-content li span {
  display: block;
  font-size: 14px;
  color: #fff;
}

.listing-badges {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  display: block;
  font-size: 13px;
  padding: 0px;
  overflow: hidden;
  height: 100px;
}

.listing-badges span {
  color: #fff;
  display: inline-block;
  padding: 1px 10px;
  float: right;
  background-color: rgba(74, 74, 76, 0.7);
  border-radius: 4px;
  top: 15px;
  right: 15px;
  position: absolute;
}

.listing-badges .featured {
  background-color: #0dcdbd;
  float: left;
  transform: rotate(-45deg);
  left: -67px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 12.5px;
  margin: 0;
}

#listing-carousel .owl-controls .owl-buttons {
  position: absolute;
  top: 50%;
  right: 0;
  top: -40px;
  height: 0;
  color: #fff;
  height: 60px;
  transform: translate(0, -50%);
  z-index: 99;
}

#listing-carousel .owl-controls .owl-buttons div {
  color: #888;
  position: absolute;
  z-index: 101;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 15px;
  transition: all 0.3s;
  border: 1px solid #f3f3f3;
  height: 32px;
  width: 32px;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  padding: 0;
}

#listing-carousel .owl-controls .owl-buttons .owl-prev:hover {
  background: #0dcdbd;
  color: #fff;
}

#listing-carousel .owl-controls .owl-buttons .owl-next:hover {
  background: #0dcdbd;
  color: #fff;
}

#listing-carousel .owl-controls .owl-buttons .owl-prev {
  right: 35px;
  left: auto;
}

#listing-carousel .owl-controls .owl-buttons .owl-next {
  right: 0;
}

.mortgage-calc .tip-content {
  margin-bottom: 10px;
}

.mortgage-calc .calc-input {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.mortgage-calc label {
  background: linear-gradient(to bottom, #f8f8f8 0%, #f0f0f0);
  color: #888;
  border-radius: 4px 0px 0px 4px;
  top: 1px;
  left: 1px;
  position: absolute;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 48px;
  line-height: 42px;
  height: 42px;
}

.mortgage-calc input,
.mortgage-calc input:focus {
  padding-left: 65px;
  margin-bottom: 0;
  background-color: #fdfdfd;
  transition: border 0.3s, box-shadow 0.3s, background-color 0.3s;
}

.mortgage-calc input:focus {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}

.view-properties .property-search-wrapper{
    position: relative;
    transform: unset;
    left: 0;
    max-width: 1320px;
    padding: 0px;
    margin: 30px auto;
    width:100%;

}

.col-lg-4.mb-4 {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    border-radius: 3px; /* opcional */
    background: #fff; /* necesario si quieres que se vea sobre fondo gris */
    overflow: hidden; /* evita que la sombra se recorte si hay bordes redondeados */
    transition: transform 0.3s, box-shadow 0.3s; /* para animar al pasar el mouse */
}

.col-lg-4.mb-4:hover {
    transform: translateY(-4px); /* efecto flotante */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out,
              transform 0.3s ease-in-out;
    
}

.row>* {
    padding-right: calc(var(--gutter-x)*0) !important;
    padding-left: calc(var(--gutter-x)*.0) !important;
    margin-top: var(--gutter-y);
    flex-shrink: 0;
    width: 100%;
    max-width: 100%
}
/***********/
/* Contenedor general del item */
.col-lg-4.mb-4 {
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease;
}

/* Overlay que cubre todo el item */
.col-lg-4.mb-4::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0); /* invisible por defecto */
    transition: background 0.3s ease;
    z-index: 1; /* debajo del botón */
}

/* Tarjeta individual (el <div class="com-content-category-blog__item blog-item">) */
.com-content-category-blog__item {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease-in-out,
              transform 0.3s ease-in-out;
}

/* Contenedor de la imagen */
.property-image {
    position: relative;
    overflow: hidden;
}

/* Botón VER MÁS inicialmente oculto */
.btn-ver-mas {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.05em;
    opacity: 0;
    pointer-events: none; /* no interactivo hasta hover */
    z-index: 2; /* encima del overlay */
    transition: all 0.3s ease;
    background: none;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 8px 36px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-decoration: none;
    border-radius: 0;
    cursor: pointer;
}
.col-lg-4.mb-4:hover .btn-ver-mas:hover {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
}
/* Hover en todo el item */
.col-lg-4.mb-4:hover::after {
    background: rgba(0, 0, 0, 0.4); /* oscurece todo el item */
}

.col-lg-4.mb-4:hover .btn-ver-mas {
    opacity: 1;
    pointer-events: auto;
}


.row {
    --gutter-x: 0em !important;
    --gutter-y: 0;
    margin-top: calc(-1*var(--gutter-y));
    margin-right: calc(-.5*var(--gutter-x));
    margin-left: calc(-.5*var(--gutter-x));
    flex-wrap: wrap;
    display: flex
}
.listing-container .row {
    gap: 1.5rem !important;  /* Funciona solo si row usa display:flex */
}

/* Forzar grid en el contenedor del listado y espacio entre items */
.listing-container > .row {
  display: grid !important;               /* forzamos grid (evita conflictos con display:flex o reglas del tema) */
  grid-template-columns: repeat(3, 1fr) !important; /* 3 columnas iguales */
  gap: 1.5rem !important;                 /* espacio entre items (ajusta a tu gusto) */
}

/* Asegurar que las "columnas" internas no traicionen el grid */
.listing-container .col-lg-4,
.listing-container .col-md-4,
.listing-container .col-4 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important; /* si quieres respetar padding, quita esto y ajusta */
}

/* Contenido interno (opcional): que la tarjeta ocupe todo el grid cell */
.listing-container .col-lg-4 > .property-image,
.listing-container .col-lg-4 > .item-content {
  width: 100%;
  box-sizing: border-box;
}

/* --- Responsive: 2 columnas en tablet, 1 en móvil --- */
@media (max-width: 991.98px) { /* <992px */
  .listing-container > .row {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 575.98px) { /* <576px */
  .listing-container > .row {
    grid-template-columns: 1fr !important;
  }
}

.pagination__wrapper {
  text-align: center !important;
}

.pagination__wrapper .text-end {
  text-align: center !important;
  margin-right: 0 !important; /* elimina el me-3 que desplaza a la derecha */
}
.mt-3 {
  justify-content: center;
}
.pagination__wrapper {
    display: flex;
    justify-content: center;
}


/*CSS para centrar paginación */

.pagination-wrapper-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px; /* opcional */
}
