/* SECTION */

.aron-tours-section{
background:#f6f2e9;
padding:60px 0;
}

.aron-subtitle{
background:#0b7a3c;
color:white;
padding:6px 14px;
border-radius:20px;
font-size:13px;
font-weight:bold;
display:inline-block;
margin-bottom:10px;
}

.aron-main-title{
color:#f39b20;
font-family:'DM Serif Display', serif;
font-size:38px;
margin-bottom:10px;
}

.aron-main-desc{
color:#666;
max-width:650px;
margin:auto;
margin-bottom:40px;
}

/* CARD */

.aron-tour-card{
background:white;
border-radius:28px;
overflow:hidden;
box-shadow:0 12px 35px rgba(0,0,0,0.08);
transition:0.3s;
height:100%;
}

.aron-tour-card:hover{
transform:translateY(-8px);
box-shadow:0 18px 40px rgba(0,0,0,0.15);
}

.aron-card-link{
text-decoration:none;
color:inherit;
display:block;
}

/* IMAGE */

.aron-card-image-wrap{
position:relative;
height:270px;
overflow:hidden;
}

.aron-card-img{
width:100%;
height:100%;
object-fit:cover;
transition:0.4s;
}

.aron-tour-card:hover .aron-card-img{
transform:scale(1.07);
}

/* CURVED ORANGE STRIP */

.aron-card-ribbon{
position:absolute;
bottom:0;
left:0;
width:100%;
height:55px;
background:linear-gradient(90deg,#ff6a00,#ff9d1c);
border-top-left-radius:60px;
border-top-right-radius:60px;
}

/* LOGO */

.aron-card-badge{
position:absolute;
bottom:18px;
left:18px;
width:70px;
height:70px;
background:white;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
box-shadow:0 6px 18px rgba(0,0,0,0.2);
z-index:2;
}

.aron-card-badge img{
width:60%;
height:auto;
}

/* CARD BODY */

.aron-card-body{
padding:25px;
text-align:left;
}

.aron-card-title{
color:#158844;
font-size:24px;
font-weight:600;
margin-bottom:20px;
line-height:1.4;
}

.aron-card-footer{
display:flex;
justify-content:space-between;
align-items:center;
}

.aron-price{
color:#777;
font-size:14px;
}

/* BUTTON */

.aron-btn{
background:linear-gradient(90deg,#f39b20,#e68a18);
color:white;
padding:10px 20px;
border-radius:25px;
font-weight:bold;
font-size:14px;
transition:0.3s;
}

.aron-tour-card:hover .aron-btn{
transform:scale(1.05);
}

/*nuevas card de abajo*/
/* ===== TOP DESTINATIONS ARON ===== */

.aron-destinations-section {
  padding: 70px 0;

}

.aron-destinations-header {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 45px;
}

.aron-destinations-header h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 38px;
  color: #fcae35;
  margin-bottom: 14px;
}

.aron-destinations-header p {
  font-size: 17px;
  line-height: 1.8;
  color: #5f5f5f;
  margin-bottom: 28px;
}

.aron-destination-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.aron-destination-actions a {
  text-decoration: none;
}

.aron-action-btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .3px;
  transition: all .3s ease;
  border: none;
}

.aron-action-btn.land {
  background: #128c43;
  color: #fff;
}

.aron-action-btn.water {
  background: #2d9cdb;
  color: #fff;
}

.aron-action-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.aron-destination-card {
  background: #fff;
  border-radius: 24px;
  padding: 14px 14px 24px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
  transition: all .35s ease;
  margin-bottom: 30px;
  height: 100%;
}

.aron-destination-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.16);
}

.aron-destination-image-wrap {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 18px;
}

.aron-destination-image-wrap img {
  width: 100%;
  height: 275px;
  object-fit: cover;
  display: block;
  transition: transform .45s ease;
}

.aron-destination-card:hover .aron-destination-image-wrap img {
  transform: scale(1.05);
}

.aron-destination-badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: rgba(0,0,0,0.72);
  color: #f7c24d;
  border: 2px solid rgba(255,255,255,0.15);
  border-radius: 10px;
  padding: 7px 10px;
  font-size: 11px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .4px;
}

.aron-destination-content {
  padding: 0 8px;
}

.aron-destination-title {
  font-size: 18px;
  line-height: 1.45;
  color: #444;
  font-weight: 500;
  margin-bottom: 10px;
  min-height: 52px;
}

.aron-destination-price {
  font-size: 15px;
  color: #666;
  margin-bottom: 18px;
}

.aron-destination-price strong {
  color: #00a63e;
  font-size: 16px;
  font-weight: 800;
}

.aron-destination-btn {
  display: inline-block;
  min-width: 190px;
  text-align: center;
  padding: 13px 24px;
  border: 1.5px solid #bdbdbd;
  border-radius: 999px;
  background: #f8f8f8;
  color: #7b7b7b;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: all .3s ease;
}

.aron-destination-btn:hover {
  background: #128c43;
  border-color: #128c43;
  color: #fff;
}

@media (max-width: 991px) {
  .aron-destinations-header h2 {
    font-size: 31px;
  }

  .aron-destination-image-wrap img {
    height: 250px;
  }
}

@media (max-width: 767px) {
  .aron-destinations-section {
    padding: 55px 0;
  }

  .aron-destinations-header h2 {
    font-size: 27px;
  }

  .aron-destinations-header p {
    font-size: 15px;
  }

  .aron-destination-title {
    min-height: auto;
  }

  .aron-destination-btn {
    min-width: 100%;
  }
}