/* ======================================
१) मुख्य Wrap — संपूर्ण पोस्टचा बाह्य बॉक्स
====================================== */
.smv-tirth-yatra, .smv-tirth-yatra * {
  box-sizing: border-box;
}

.smv-tirth-yatra {
  max-width: 900px !important;
  margin: 0 auto !important;
  padding: 0 18px 40px !important;
  background: #FFF6DF !important;
  font-family: 'Hind', sans-serif !important;
  color: #4A2409 !important;
  line-height: 1.75 !important;
  font-size: 16px !important;
}

@media (max-width: 640px) {
  .smv-tirth-yatra { padding: 0 12px 30px !important; font-size: 15px !important; }
}

/* ======================================
२) हिरो विभाग — शीर्षक, टॅगलाईन, सजावटी मोटिफ
====================================== */
.yatra-hero {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 28px 28px;
  padding: 46px 24px 44px;
  margin: 0 -18px 0;
  text-align: center;
  background: linear-gradient(135deg, #FF4E33 0%, #FF8A1E 55%, #FFC93C 100%);
  box-shadow: 0 14px 30px #E4091447;
}

.yatra-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 10%, #FFFFFF38 0%, #FFFFFF00 40%),
    radial-gradient(circle at 90% 90%, #FFFFFF29 0%, #FFFFFF00 45%);
  pointer-events: none;
}

.yatra-hero-motifs {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.yatra-motif-kalash {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 230px;
  line-height: 1;
  opacity: 0.14;
  filter: drop-shadow(0 0 10px #FFFFFF4C);
}

.yatra-motif-corner {
  position: absolute;
  font-size: 100px;
  opacity: 0.16;
  line-height: 1;
}
.yatra-motif-corner.tl { top: -10px; left: -10px; }
.yatra-motif-corner.br { bottom: -14px; right: -10px; }

.yatra-buntings {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-evenly;
  padding: 0 6px;
  margin-bottom: 14px;
}
.yatra-buntings span {
  font-size: 24px;
  display: inline-block;
  transform: rotate(-6deg);
  filter: drop-shadow(0 2px 3px #00000033);
}
.yatra-buntings span:nth-child(even) { transform: rotate(6deg); }

.yatra-hero-inner { position: relative; z-index: 2; }

.yatra-eyebrow {
  display: inline-block;
  font-family: 'Baloo 2', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1.5px;
  color: #e40914;
  background: #FFFFFFD9;
  border: 1px solid #FFFFFF99;
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 16px;
  animation: yatra-fade-up 0.7s ease both;
}

.yatra-title {
  font-family: 'Khand', sans-serif !important;
  font-weight: 700;
  font-size: 58px;
  letter-spacing: 1px;
  color: #FFFBF2;
  margin: 0 0 8px;
  text-shadow: 0 3px 16px #8C071073;
  animation: yatra-fade-up 0.8s 0.1s ease both;
}

.yatra-title-accent {
  width: 72px;
  height: 4px;
  background: #e40914;
  margin: 0 auto 12px;
  border-radius: 2px;
  animation: yatra-fade-up 0.8s 0.15s ease both;
}

.yatra-tagline {
  font-family: 'Baloo 2', sans-serif;
  font-size: 19px;
  color: #FFFBF2;
  margin: 0;
  animation: yatra-fade-up 0.8s 0.2s ease both;
}

@media (max-width: 640px) {
  .yatra-hero { padding: 38px 14px 40px; margin: 0 -12px 0; }
  .yatra-title { font-size: 38px; }
  .yatra-tagline { font-size: 15px; }
  .yatra-motif-kalash { font-size: 150px; }
  .yatra-motif-corner { font-size: 60px; }
  .yatra-buntings span { font-size: 18px; }
}

/* ======================================
३) "एका नजरेत" कार्ड
====================================== */
.yatra-glance {
  position: relative;
  z-index: 3;
  background: #FFFDF6;
  border: 1px solid #E409142E;
  border-radius: 18px;
  padding: 20px 20px 8px;
  margin: -30px 0 32px;
  box-shadow: 0 10px 26px #8C071029;
  animation: yatra-fade-up 0.8s 0.3s ease both;
}

.yatra-glance-title {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #e40914;
  margin: 0 0 14px;
  text-align: center;
}

.yatra-glance-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
}

.yatra-glance-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #FF8A1E66;
}

.yatra-glance-emoji { font-size: 20px; flex-shrink: 0; }

.yatra-glance-text { display: flex; flex-direction: column; line-height: 1.3; }

.yatra-glance-label {
  font-family: 'Baloo 2', sans-serif;
  font-size: 15px;
  color: #8A5A2E;
}

.yatra-glance-value {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #4A2409;
}

@media (max-width: 640px) {
  .yatra-glance { margin: -24px 0 26px; padding: 16px 14px 6px; }
  .yatra-glance-grid { grid-template-columns: 1fr; }
}

/* ======================================
४) पाऊलवाट — मार्गरेषा व क्रमांक-बिंदू (सिग्नेचर घटक)
====================================== */
.yatra-path {
  position: relative;
  padding-left: 46px;
  margin-bottom: 6px;
}

.yatra-path::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 8px;
  bottom: 8px;
  width: 3px;
  background-image: repeating-linear-gradient(
    to bottom,
    #FF8A1E 0px, #FF8A1E 8px,
    transparent 8px, transparent 18px
  );
  background-size: 100% 36px;
  opacity: 0.6;
  animation: yatra-path-flow 1.8s linear infinite;
}

.yatra-badge {
  position: absolute;
  left: -46px;
  top: 20px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FFC93C, #FF8A1E 80%);
  border: 2px solid #FFF3D0;
  color: #4A1505;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 8px #8C07104C;
  animation: yatra-badge-glow 2.6s ease-in-out infinite;
}

@media (max-width: 640px) {
  .yatra-path { padding-left: 38px; }
  .yatra-path::before { left: 16px; }
  .yatra-badge { left: -38px; width: 36px; height: 36px; font-size: 16px; }
}

/* ======================================
५) स्टेप कार्ड — सर्वसाधारण शैली (प्रत्येक मुद्द्याचं कार्ड)
====================================== */
.yatra-step {
  position: relative;
  background: #FFFDF6;
  border: 1px solid #FF8A1E59;
  border-radius: 16px;
  padding: 22px 22px 20px;
  margin-bottom: 22px;
  box-shadow: 0 6px 18px #8C071014;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.yatra-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px #8C07102E;
}

.yatra-step-title {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 600;
  font-size: 21px;
  color: #e40914;
  margin: 0 0 10px;
}

.yatra-step-body { margin: 0; }
.yatra-step-body p { margin: 0 0 10px; }
.yatra-step-body ul { margin: 0 0 8px; padding-left: 20px; }
.yatra-step-body li { margin-bottom: 6px; }

@media (max-width: 640px) {
  .yatra-step { padding: 18px 16px 16px; }
  .yatra-step-title { font-size: 19px; }
}

/* ======================================
६) आख्यायिका विशेष पेटी
====================================== */
.yatra-legend {
  background: linear-gradient(135deg, #FFF6E0 0%, #FFE4B5 100%);
  border: 1px solid #FFC93C;
  border-left: 5px solid #FF8A1E;
}

.yatra-legend .yatra-step-title::before {
  content: "❝ ";
  color: #FF8A1E;
}

/* ======================================
७) पडताळणी-टीप पेटी (तथ्य तपासण्याची आठवण)
====================================== */
.yatra-note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: #E409140F;
  border: 1px dashed #e40914;
  border-radius: 10px;
  padding: 12px 14px;
  margin-top: 12px;
  font-size: 15px;
  color: #8c0710;
}

.yatra-note-icon { font-size: 16px; line-height: 1; }

/* ======================================
८) पूर्ण-रुंदीचे गट — मिनी-कार्ड ग्रीड (राहणे/खाणे/खर्च, कसे पोहोचाल, काळजी/सोबत न्यावे)
====================================== */
.yatra-cluster {
  margin-bottom: 22px;
}

.yatra-cluster-grid {
  display: grid;
  gap: 14px;
}

.yatra-cluster-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.yatra-cluster-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }

.yatra-mini-card {
  background: #FFFDF6;
  border: 1px solid #FF8A1E59;
  border-radius: 16px;
  padding: 18px 18px 16px;
  box-shadow: 0 6px 18px #8C071014;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.yatra-mini-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px #8C07102E;
}

.yatra-mini-card .yatra-step-title {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.yatra-mini-card .yatra-step-title .em { font-size: 20px; }

.yatra-check-item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 8px;
  font-size: 15px;
}

.yatra-check-icon { color: #FF8A1E; font-weight: 700; }

@media (max-width: 640px) {
  .yatra-cluster-grid.cols-3,
  .yatra-cluster-grid.cols-2 { grid-template-columns: 1fr; }
}

/* ======================================
९) "जवळपास आणखी काय" — नेस्टेड मिनी-कार्ड (कितीही कार्ड आपोआप बसतील)
====================================== */
.yatra-nearby-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.yatra-nearby-card {
  background: linear-gradient(135deg, #FFF6E0, #FFEAC2);
  border: 1px solid #FFC93C;
  border-radius: 12px;
  padding: 12px 12px 10px;
  text-align: center;
}

.yatra-nearby-place {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #e40914;
  display: block;
}

.yatra-nearby-site {
  font-size: 15px;
  color: #8A5A2E;
  display: block;
  margin: 2px 0 6px;
}

.yatra-nearby-dist {
  display: inline-block;
  font-family: 'Baloo 2', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
  background: #FF8A1E;
  border-radius: 12px;
  padding: 3px 12px;
}

@media (max-width: 640px) {
  .yatra-nearby-grid { grid-template-columns: 1fr; }
}

/* ======================================
१०) भटकंती-टिप पेटी
====================================== */
.yatra-tip {
  background: linear-gradient(120deg, #FF8A1E1A, #FFC93C24);
  border: 1px solid #FF8A1E;
}

/* ======================================
११) "माहीत आहे का" — ट्रिव्हिया पिल
====================================== */
.yatra-trivia {
  background: #FFFDF6;
  border: 1px solid #FFC93C;
  border-radius: 40px;
  padding: 16px 24px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.yatra-trivia-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FFC93C, #FF8A1E);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  animation: yatra-trivia-bob 2.4s ease-in-out infinite;
}

/* ======================================
१२) सहभाग आवाहन (CTA)
====================================== */
.yatra-cta {
  text-align: center;
  background: linear-gradient(155deg, #e40914 0%, #8c0710 100%);
  border-radius: 20px;
  padding: 30px 22px;
  color: #FFF6E4;
  margin-bottom: 22px;
}

.yatra-cta .yatra-step-title { color: #FFF6E4; }

.yatra-cta-btn {
  display: inline-block;
  margin-top: 12px;
  padding: 12px 30px;
  background: linear-gradient(120deg, #FF8A1E, #FFC93C);
  color: #4A1505;
  font-family: 'Baloo 2', sans-serif;
  font-weight: 600;
  font-size: 16px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 8px 18px #FF8A1E66;
  animation: yatra-cta-pulse 2.2s ease-in-out infinite;
}

.yatra-cta-btn:hover {
  transform: translateY(-2px) scale(1.04);
}

@media (max-width: 640px) {
  .yatra-cta { padding: 24px 16px; }
}

/* ======================================
१३) पुढची भटकंती — फूटर टीझर
====================================== */
.yatra-footer-next {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #FFFDF6;
  border: 1px dashed #FF8A1E;
  border-radius: 14px;
  padding: 16px 20px;
  margin-bottom: 6px;
}

.yatra-footer-arrow {
  font-size: 22px;
  color: #FF8A1E;
  display: inline-block;
  animation: yatra-arrow-move 1.3s ease-in-out infinite;
}

@media (max-width: 640px) {
  .yatra-footer-next { flex-direction: column; text-align: center; }
}

/* ======================================
१४) फोटो घटक — स्टेपमध्ये किंवा दोन विभागांच्या मध्ये कुठेही वापरता येतो
====================================== */
.yatra-photo {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #FF8A1E59;
  box-shadow: 0 8px 20px #8C07101F;
  margin: 14px 0;
}

.yatra-photo img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.yatra-photo:hover img { transform: scale(1.04); }

.yatra-photo-caption {
  display: block;
  font-family: 'Baloo 2', sans-serif;
  font-size: 15px;
  color: #8A5A2E;
  text-align: center;
  padding: 8px 12px;
  background: #FFFDF6;
  font-style: italic;
}

.yatra-photo-block {
  margin-bottom: 22px;
}

.yatra-photo-block .yatra-photo { margin: 0; }

.yatra-step-body .yatra-photo { margin: 12px 0; }

/* ======================================
१५) ॲनिमेशन्स (सर्व विभाग यांचा वापर करतात — एकदाच पेस्ट करा)
====================================== */
@keyframes yatra-fade-up {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes yatra-path-flow {
  from { background-position-y: 0; }
  to   { background-position-y: 36px; }
}

@keyframes yatra-badge-glow {
  0%, 100% { box-shadow: 0 0 0 0 #FF8A1E8C, 0 3px 8px #8C07104C; }
  50%      { box-shadow: 0 0 0 7px #FF8A1E00, 0 3px 8px #8C07104C; }
}

@keyframes yatra-cta-pulse {
  0%, 100% { box-shadow: 0 8px 18px #FF8A1E66; }
  50%      { box-shadow: 0 10px 28px #FF8A1EB2, 0 0 0 7px #FFC93C40; }
}

@keyframes yatra-arrow-move {
  0%, 100% { transform: translateX(0); }
  50%      { transform: translateX(6px); }
}

@keyframes yatra-trivia-bob {
  0%, 100% { transform: translateY(0) rotate(-4deg); }
  50%      { transform: translateY(-3px) rotate(4deg); }
}

@media (prefers-reduced-motion: reduce) {
  .yatra-eyebrow, .yatra-title, .yatra-title-accent, .yatra-tagline, .yatra-glance,
  .yatra-path::before, .yatra-badge, .yatra-cta-btn,
  .yatra-footer-arrow, .yatra-trivia-icon {
    animation: none !important;
  }
}

