.elementor-974 .elementor-element.elementor-element-1ddc7eb7{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for html, class: .elementor-element-e0d5514 *//* ===============================
INNER PAGE BASE
=============================== */
.inner-hero {
  position: relative;
  background: url('https://brijyatraa.in/wp-content/uploads/2026/01/vrindavan-temple.jpg')
    center/cover no-repeat;
  padding: 90px 20px;
  border-radius: 22px;
  margin: 40px auto;
  max-width: 1400px;
  overflow: hidden;
}

.inner-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.75),
    rgba(0,0,0,0.45)
  );
}

.inner-hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  color: #fff;
}

.inner-hero-content h1 {
  font-size: 42px;
  margin-bottom: 14px;
  line-height: 1.2;
}

.inner-hero-content p {
  font-size: 16px;
  max-width: 680px;
  margin-bottom: 22px;
}

.hero-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.hero-badges span {
  background: rgba(255,255,255,0.15);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
}

.hero-btn {
  display: inline-block;
  background: #b30000;
  color: #fff;
  padding: 14px 34px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
}

/* ===============================
FACTS STRIP
=============================== */
.facts-strip {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
  margin: 40px auto;
  max-width: 1200px;
  padding: 0 16px;
}

.facts-strip div {
  background: #fff;
  padding: 18px;
  border-radius: 16px;
  text-align: center;
  font-weight: 600;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* ===============================
CONTENT SECTIONS
=============================== */
.tour-section {
  max-width: 1100px;
  margin: 70px auto;
  padding: 0 20px;
}

.tour-section h2 {
  font-size: 32px;
  margin-bottom: 16px;
}

.tour-section h3 {
  margin-top: 28px;
  color: #b30000;
}

.tour-section p {
  font-size: 15px;
  margin-bottom: 12px;
}

.tour-section ul {
  padding-left: 20px;
}

.tour-section li {
  margin-bottom: 8px;
}

/* ===============================
HIGHLIGHTS LIST
=============================== */
.highlights-list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 14px;
}

.highlights-list li {
  background: #fff6f6;
  padding: 14px;
  border-radius: 14px;
  font-weight: 500;
}

/* ===============================
TWO COLUMN
=============================== */
.two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

/* ===============================
CTA SECTIONS
=============================== */
.tour-cta,
.final-cta {
  background: linear-gradient(135deg,#b30000,#e60000);
  color: #fff;
  text-align: center;
  padding: 70px 20px;
  border-radius: 26px;
  max-width: 1200px;
  margin: 90px auto;
}

.tour-cta h2,
.final-cta h2 {
  margin-bottom: 12px;
}

.cta-btn {
  display: inline-block;
  background: #fff;
  color: #b30000;
  padding: 14px 36px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  margin: 10px;
}

.cta-btn.secondary {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

/* ===============================
FAQ
=============================== */
.faq details {
  background: #f7f7f7;
  padding: 16px 20px;
  border-radius: 14px;
  margin-bottom: 14px;
}

.faq summary {
  font-weight: 600;
  cursor: pointer;
}

/* ===============================
MOBILE RESPONSIVE
=============================== */
@media(max-width: 900px) {

  .inner-hero {
    padding: 70px 18px;
    border-radius: 0;
    margin: 0;
  }

  .inner-hero-content h1 {
    font-size: 30px;
  }

  .facts-strip {
    grid-template-columns: 1fr 1fr;
  }

  .highlights-list {
    grid-template-columns: 1fr;
  }

  .two-column {
    grid-template-columns: 1fr;
  }

  .tour-section {
    margin: 50px auto;
  }
}/* End custom CSS */