/* V83 — Home card format sync
   Purpose: make Featured Journeys use the same full-image / overlay card language
   as the Top India / Top Worldwide destination cards above. */

/* Shared featured card treatment */
.section.home-featured-v36 .home-featured-card{
  position:relative !important;
  isolation:isolate;
  overflow:hidden !important;
  background:#08265f !important;
  border:0 !important;
  border-radius:22px !important;
  box-shadow:none !important;
  min-width:0 !important;
}
.section.home-featured-v36 .home-featured-card:hover{
  transform:none !important;
  box-shadow:none !important;
}
.section.home-featured-v36 .home-featured-card::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(to bottom,
    rgba(5,20,48,0) 36%,
    rgba(5,20,48,.18) 53%,
    rgba(5,20,48,.82) 82%,
    rgba(5,20,48,.96) 100%);
}

.section.home-featured-v36 .home-featured-image{
  position:absolute !important;
  inset:0 !important;
  z-index:0 !important;
  width:100% !important;
  height:100% !important;
  display:block !important;
  background:#edf3fb !important;
  overflow:hidden !important;
}
.section.home-featured-v36 .home-featured-image img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
  transition:transform .35s ease !important;
}
.section.home-featured-v36 .home-featured-card:hover .home-featured-image img{
  transform:scale(1.018) !important;
}

.section.home-featured-v36 .home-featured-badge{
  position:absolute !important;
  left:18px !important;
  top:18px !important;
  z-index:4 !important;
  background:#08265f !important;
  color:#fff !important;
  font-size:11px !important;
  line-height:1 !important;
  font-weight:800 !important;
  letter-spacing:.02em !important;
  padding:8px 11px !important;
  border-radius:999px !important;
  box-shadow:0 4px 14px rgba(0,0,0,.16) !important;
}
.section.home-featured-v36 .home-featured-card.sacred .home-featured-badge{
  background:#d89a25 !important;
  color:#fff !important;
}

.section.home-featured-v36 .home-featured-body{
  position:absolute !important;
  z-index:3 !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  padding:22px 20px 20px !important;
  background:transparent !important;
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  gap:8px !important;
  color:#fff !important;
  box-sizing:border-box !important;
}
.section.home-featured-v36 .home-featured-body h3{
  order:1;
  flex:0 0 100%;
  margin:0 !important;
  color:#fff !important;
  font-family:"Playfair Display",serif !important;
  font-size:29px !important;
  line-height:1.08 !important;
  text-shadow:0 2px 10px rgba(0,0,0,.28);
}
.section.home-featured-v36 .home-featured-body p{
  order:2;
  flex:0 0 100%;
  margin:0 0 3px !important;
  min-height:0 !important;
  color:rgba(255,255,255,.94) !important;
  font-size:13px !important;
  line-height:1.35 !important;
  text-shadow:0 1px 6px rgba(0,0,0,.3);
}
.section.home-featured-v36 .home-featured-duration{
  order:3;
  margin:0 !important;
  color:#fff !important;
  background:rgba(255,255,255,.18) !important;
  border:1px solid rgba(255,255,255,.14) !important;
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
  border-radius:999px !important;
  padding:7px 10px !important;
  font-size:11px !important;
  line-height:1 !important;
  font-weight:700 !important;
  white-space:nowrap;
}
.section.home-featured-v36 .home-featured-link{
  order:4;
  display:inline-flex !important;
  align-items:center !important;
  margin:0 !important;
  color:#fff !important;
  background:rgba(255,255,255,.18) !important;
  border:1px solid rgba(255,255,255,.14) !important;
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
  border-radius:999px !important;
  padding:7px 10px !important;
  text-decoration:none !important;
  font-size:11px !important;
  line-height:1 !important;
  font-weight:700 !important;
  white-space:nowrap;
}
.section.home-featured-v36 .home-featured-card.sacred .home-featured-link{
  color:#fff !important;
}

/* Desktop: exactly match the visual depth of the destination cards above. */
@media (min-width:961px){
  .section.home-featured-v36 .home-featured-card{
    height:345px !important;
  }
}

/* Tablet */
@media (min-width:681px) and (max-width:960px){
  .section.home-featured-v36 .home-featured-card{
    height:330px !important;
  }
  .section.home-featured-v36 .home-featured-body h3{
    font-size:26px !important;
  }
}

/* Mobile: preserve the same format without making cards excessively tall. */
@media (max-width:680px){
  .section.home-featured-v36 .home-featured-card{
    height:315px !important;
  }
  .section.home-featured-v36 .home-featured-badge{
    left:14px !important;
    top:14px !important;
    font-size:10px !important;
  }
  .section.home-featured-v36 .home-featured-body{
    padding:18px 16px 17px !important;
  }
  .section.home-featured-v36 .home-featured-body h3{
    font-size:25px !important;
  }
}
