.gcc-vehicles-grid {
        display: grid;
        gap: 20px;
        margin: 20px 0;
    }
    

    .gcc-vehicle-card {
        font-family: 'Montserrat', sans-serif;
        background: #fff;
        overflow: hidden;
        border-bottom: #FFBB00 solid 4px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .gcc-vehicle-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 6px 18px rgba(0,0,0,0.1);
    }
    
    
    .gcc-vehicle-details {
        margin: 10px 0;
    }
    
    .gcc-vehicle-details p {
        margin: 5px 0;
        font-size: 14px;
    }
    
    .gcc-view-details-btn {
        display: block;
        text-align: center;
        padding: 10px 15px;
        background: #0073aa;
        color: white;
        text-decoration: none;
        border-radius: 4px;
        margin-top: 10px;
        transition: background 0.3s;
    }
    
    .gcc-view-details-btn:hover {
        background: #005a87;
    }
    
    .gcc-vehicles-header {
        text-align: center;
        margin-bottom: 30px;
    }


.gcc-vehicle-image img {
  border-radius: 8px;
  display: block;
  width: 100%;
  height: 250px !important;
  object-fit: cover;
}

.gcc-vehicle-content {
  padding: 15px 0;
}

.gcc-vehicle-content h2 {
  text-align: left;
  margin: 0 0 6px;
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0 10px;
  display: table;
  height: 2em;
  overflow: hidden;
}

.gcc-vehicle-content h3 {
  font-size: 1.7rem;
  font-weight: 700;
  margin: 0 0 15px;
  margin-bottom: .2rem;
  color: #000;
  text-align: center;
}

.gcc-vehicle-details {
  display: flex;
  flex-wrap: wrap; /* por si hay muchos items */
  margin-inline: calc(-1.3rem/2);
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.gcc-vehicle-details li {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-inline: .2rem;
  justify-content: center;
  font-size: 15px;
  flex-direction: column;
  color: #444;
  width: 120px;
  flex-shrink: 0;
}

.gcc-vehicle-details img.gcc-year-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.gcc-vehicle-details-text {
  display: inline-block;
  font-size: 14px;
}

.gcc-vehicle-image a {
  position: relative;
  width: 100%;
  display: table;
  height: 250px;
}



elemento {
}
.gcc-vehicle-card:hover .img_card_1 {
  opacity: 0;
}
.gcc-vehicle-image img {
  border-radius: 0px;

}
.gcc-vehicle-image img {
  border-radius: 8px;
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.elementor img {
  border: none;

  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: 100%;
}
.img_card_1 {
  transition: opacity 0.5s ease-in-out;
}
.img_card_2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.gcc-vehicle-card:hover .img_card_1 {
  opacity: 0;
}