/* WRAPPER */
.yatra-section{
  max-width:1100px;
  margin:40px auto;
  display:flex;
  gap:24px;
  flex-wrap:wrap;
}

/* CARD */
.yatra-card{
  flex:1;
  min-width:320px;
  background:#ffffff;
  border-radius:14px;
  box-shadow:0 6px 18px rgba(0,0,0,0.12);
  border:1px solid #e6e6e6;
  overflow:hidden;
}

/* IMAGE */
.yatra-image{
  padding:10px;
}

.yatra-image img{
  width:100%;
  border-radius:12px;
  display:block;
}

/* CONTENT */
.yatra-content{
  padding:16px 18px 20px;
}

.yatra-content h3{
  margin:0;
  font-size:18px;
  font-weight:700;
  color:#222;
}

.yatra-content p{
  font-size:14px;
  color:#555;
  margin:8px 0 12px;
  line-height:1.5;
}

/* DURATION */
.yatra-duration{
  font-size:13px;
  color:#444;
  margin-bottom:10px;
}

/* PRICE */
.yatra-price{
  margin-top:8px;
}

.yatra-price span{
  font-size:13px;
  color:#777;
}

.yatra-price .amount{
  font-size:22px;
  font-weight:700;
  color:#c62828;
}

.yatra-price .amount small{
  font-size:13px;
  color:#555;
  font-weight:500;
}

/* BUTTON */
.yatra-btn{
  display:block;
  margin-top:14px;
  text-align:center;
  padding:12px;
  background:#c62828;
  color:#fff;
  text-decoration:none;
  border-radius:8px;
  font-weight:600;
  font-size:14px;
}

.yatra-btn:hover{
  background:#b71c1c;
}
