/* =============================================
   Mrhbazhni Home - Premium CSS V1
   Scope: Home page mrhba-home-* classes only
   ============================================= */

.mrhba-home-hero-section,
.mrhba-home-trust-section,
.mrhba-home-featured-tours-section,
.mrhba-home-experiences-section,
.mrhba-home-how-section,
.mrhba-home-story-section,
.mrhba-home-final-cta-section {
  overflow-x: clip;
}

.mrhba-home-hero-row.et_pb_row,
.mrhba-home-trust-heading-row.et_pb_row,
.mrhba-home-trust-cards-row.et_pb_row,
.mrhba-home-featured-tours-heading-row.et_pb_row,
.mrhba-home-featured-tours-row.et_pb_row,
.mrhba-home-experiences-heading-row.et_pb_row,
.mrhba-home-experiences-row.et_pb_row,
.mrhba-home-how-heading-row.et_pb_row,
.mrhba-home-how-row.et_pb_row,
.mrhba-home-story-row.et_pb_row,
.mrhba-home-final-cta-row.et_pb_row {
  width: min(calc(100vw - 56px), 1280px) !important;
  max-width: 1280px !important;
  margin-inline: auto !important;
  padding: 0 !important;
}

.mrhba-home-hero-row.et_pb_row::before,
.mrhba-home-hero-row.et_pb_row::after,
.mrhba-home-trust-heading-row.et_pb_row::before,
.mrhba-home-trust-heading-row.et_pb_row::after,
.mrhba-home-trust-cards-row.et_pb_row::before,
.mrhba-home-trust-cards-row.et_pb_row::after,
.mrhba-home-featured-tours-heading-row.et_pb_row::before,
.mrhba-home-featured-tours-heading-row.et_pb_row::after,
.mrhba-home-featured-tours-row.et_pb_row::before,
.mrhba-home-featured-tours-row.et_pb_row::after,
.mrhba-home-experiences-heading-row.et_pb_row::before,
.mrhba-home-experiences-heading-row.et_pb_row::after,
.mrhba-home-experiences-row.et_pb_row::before,
.mrhba-home-experiences-row.et_pb_row::after,
.mrhba-home-how-heading-row.et_pb_row::before,
.mrhba-home-how-heading-row.et_pb_row::after,
.mrhba-home-how-row.et_pb_row::before,
.mrhba-home-how-row.et_pb_row::after,
.mrhba-home-story-row.et_pb_row::before,
.mrhba-home-story-row.et_pb_row::after,
.mrhba-home-final-cta-row.et_pb_row::before,
.mrhba-home-final-cta-row.et_pb_row::after {
  content: none !important;
  display: none !important;
}

.mrhba-home-hero-row > .et_pb_column,
.mrhba-home-trust-heading-row > .et_pb_column,
.mrhba-home-trust-cards-row > .et_pb_column,
.mrhba-home-featured-tours-heading-row > .et_pb_column,
.mrhba-home-featured-tours-row > .et_pb_column,
.mrhba-home-experiences-heading-row > .et_pb_column,
.mrhba-home-experiences-row > .et_pb_column,
.mrhba-home-how-heading-row > .et_pb_column,
.mrhba-home-how-row > .et_pb_column,
.mrhba-home-story-row > .et_pb_column,
.mrhba-home-final-cta-row > .et_pb_column {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  margin: 0 !important;
  min-width: 0;
}

.mrhba-home-hero-section .et_pb_module,
.mrhba-home-trust-section .et_pb_module,
.mrhba-home-featured-tours-section .et_pb_module,
.mrhba-home-experiences-section .et_pb_module,
.mrhba-home-how-section .et_pb_module,
.mrhba-home-story-section .et_pb_module,
.mrhba-home-final-cta-section .et_pb_module {
  margin-bottom: 0 !important;
}

.mrhba-home-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 14px !important;
  padding: 7px 12px;
  border: 1px solid rgba(201, 161, 74, 0.34);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.72);
  color: var(--mrhba-red-deep, #d90429);
  font-family: var(--mrhba-font-body, system-ui, sans-serif);
  font-size: 0.76rem;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.mrhba-home-section-header {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.mrhba-home-section-heading,
.mrhba-home-final-cta h2 {
  margin: 0;
  color: var(--mrhba-navy, #2b2d42);
  font-family: var(--mrhba-font-heading, Georgia, serif);
  font-size: clamp(2.05rem, 4vw, 3.25rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.mrhba-home-section-intro {
  max-width: 720px;
  margin: 16px auto 0 !important;
  color: var(--mrhba-text-muted, #6f7380);
  font-family: var(--mrhba-font-body, system-ui, sans-serif);
  font-size: 1.05rem;
  line-height: 1.72;
}

.mrhba-home-primary-cta,
.mrhba-home-secondary-cta,
.mrhba-home-card-link,
.mrhba-home-experience-card a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-family: var(--mrhba-font-body, system-ui, sans-serif);
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1.1;
  text-decoration: none !important;
  transition:
    transform var(--mrhba-transition-fast, 180ms ease),
    box-shadow var(--mrhba-transition-fast, 180ms ease),
    border-color var(--mrhba-transition-fast, 180ms ease),
    background-color var(--mrhba-transition-fast, 180ms ease),
    color var(--mrhba-transition-fast, 180ms ease);
}

.mrhba-home-primary-cta {
  padding: 15px 25px;
  border: 1px solid rgba(239, 35, 60, 0.5);
  background: linear-gradient(135deg, var(--mrhba-red, #ef233c), var(--mrhba-red-deep, #d90429));
  color: var(--mrhba-white, #fff) !important;
  box-shadow: 0 14px 32px rgba(217, 4, 41, 0.22);
}

.mrhba-home-primary-cta:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, var(--mrhba-red-deep, #d90429), #b70422);
  color: var(--mrhba-white, #fff) !important;
  box-shadow: 0 18px 38px rgba(217, 4, 41, 0.28);
}

.mrhba-home-secondary-cta {
  padding: 15px 23px;
  border: 1px solid rgba(43, 45, 66, 0.18);
  background: rgba(255, 253, 248, 0.78);
  color: var(--mrhba-navy, #2b2d42) !important;
  box-shadow: 0 10px 24px rgba(37, 35, 52, 0.07);
}

.mrhba-home-secondary-cta:hover {
  transform: translateY(-1px);
  border-color: rgba(239, 35, 60, 0.28);
  color: var(--mrhba-red-deep, #d90429) !important;
  box-shadow: 0 14px 30px rgba(37, 35, 52, 0.1);
}

.mrhba-home-cta-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

/* Hero */

.mrhba-home-hero-section {
  position: relative;
  padding: clamp(72px, 8vw, 118px) 0 clamp(58px, 7vw, 96px) !important;
  background:
    radial-gradient(circle at 7% 8%, rgba(201, 161, 74, 0.18), transparent 32%),
    linear-gradient(135deg, var(--mrhba-ivory, #fffdf8) 0%, var(--mrhba-sand, #f6f1e8) 100%);
}

.mrhba-home-hero-section::after {
  content: "";
  position: absolute;
  inset-inline: min(4vw, 56px);
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184, 107, 69, 0.28), transparent);
  pointer-events: none;
}

.mrhba-home-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: center;
}

.mrhba-home-hero-content {
  max-width: 710px;
}

.mrhba-home-title {
  max-width: 760px;
  margin: 0;
  color: var(--mrhba-navy, #2b2d42);
  font-family: var(--mrhba-font-heading, Georgia, serif);
  font-size: clamp(3rem, 6vw, 5.45rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
}

.mrhba-home-subtitle {
  max-width: 660px;
  margin: 22px 0 0 !important;
  color: var(--mrhba-ink, #252334);
  font-family: var(--mrhba-font-body, system-ui, sans-serif);
  font-size: clamp(1.04rem, 1.5vw, 1.22rem);
  line-height: 1.72;
}

.mrhba-home-trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.mrhba-home-trust-line span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(231, 225, 216, 0.95);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--mrhba-ink, #252334);
  font-family: var(--mrhba-font-body, system-ui, sans-serif);
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.15;
  box-shadow: 0 8px 20px rgba(37, 35, 52, 0.045);
}

.mrhba-home-hero-content .mrhba-home-cta-group {
  margin-top: 30px;
}

.mrhba-home-hero-media,
.mrhba-home-story-image {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(231, 225, 216, 0.95);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(43, 45, 66, 0.08), rgba(201, 161, 74, 0.16)),
    var(--mrhba-sand, #f6f1e8);
  box-shadow: 0 22px 58px rgba(37, 35, 52, 0.13);
}

.mrhba-home-hero-media {
  min-height: 500px;
  aspect-ratio: 4 / 5;
}

.mrhba-home-hero-media::before,
.mrhba-home-story-image::before {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: 2;
  border: 1px solid rgba(255, 253, 248, 0.38);
  border-radius: 22px;
  pointer-events: none;
}

.mrhba-home-hero-media img,
.mrhba-home-tour-card img,
.mrhba-home-story-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mrhba-home-hero-media img {
  position: absolute;
  inset: 0;
}

/* Trust */

.mrhba-home-trust-section,
.mrhba-home-how-section {
  padding: clamp(64px, 7vw, 102px) 0 !important;
  background: var(--mrhba-ivory, #fffdf8);
}

.mrhba-home-trust-cards-row,
.mrhba-home-featured-tours-row,
.mrhba-home-experiences-row,
.mrhba-home-how-row {
  margin-top: clamp(30px, 4vw, 48px) !important;
}

.mrhba-home-benefits-grid,
.mrhba-home-tours-grid,
.mrhba-home-experiences-grid,
.mrhba-home-steps-grid {
  display: grid;
  gap: 18px;
}

.mrhba-home-benefits-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mrhba-home-benefit-card,
.mrhba-home-experience-card,
.mrhba-home-step-card {
  position: relative;
  min-width: 0;
  padding: 25px 24px;
  border: 1px solid var(--mrhba-border, #e7e1d8);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 34px rgba(37, 35, 52, 0.065);
  transition:
    transform var(--mrhba-transition-fast, 180ms ease),
    box-shadow var(--mrhba-transition-fast, 180ms ease),
    border-color var(--mrhba-transition-fast, 180ms ease);
}

.mrhba-home-benefit-card:hover,
.mrhba-home-tour-card:hover,
.mrhba-home-experience-card:hover,
.mrhba-home-step-card:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 161, 74, 0.45);
  box-shadow: 0 20px 46px rgba(37, 35, 52, 0.1);
}

.mrhba-home-benefit-card::before,
.mrhba-home-experience-card::before,
.mrhba-home-step-card::before {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--mrhba-red, #ef233c), var(--mrhba-gold, #c9a14a));
}

.mrhba-home-benefit-card h3,
.mrhba-home-tour-card h3,
.mrhba-home-experience-card h3,
.mrhba-home-step-card h3 {
  margin: 0;
  color: var(--mrhba-navy, #2b2d42);
  font-family: var(--mrhba-font-heading, Georgia, serif);
  font-size: clamp(1.24rem, 1.7vw, 1.55rem);
  font-weight: 700;
  line-height: 1.14;
}

.mrhba-home-benefit-card p,
.mrhba-home-tour-card p,
.mrhba-home-experience-card p,
.mrhba-home-step-card p,
.mrhba-home-story-content p,
.mrhba-home-final-cta p {
  margin: 12px 0 0 !important;
  color: var(--mrhba-text-muted, #6f7380);
  font-family: var(--mrhba-font-body, system-ui, sans-serif);
  font-size: 0.98rem;
  line-height: 1.64;
}

/* Featured tours */

.mrhba-home-featured-tours-section {
  padding: clamp(66px, 7vw, 108px) 0 !important;
  background:
    linear-gradient(180deg, var(--mrhba-sand, #f6f1e8), var(--mrhba-ivory, #fffdf8));
}

.mrhba-home-tours-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mrhba-home-tour-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--mrhba-border, #e7e1d8);
  border-radius: 24px;
  background: var(--mrhba-white, #fff);
  box-shadow: 0 16px 38px rgba(37, 35, 52, 0.08);
  transition:
    transform var(--mrhba-transition-fast, 180ms ease),
    box-shadow var(--mrhba-transition-fast, 180ms ease),
    border-color var(--mrhba-transition-fast, 180ms ease);
}

.mrhba-home-tour-card img {
  height: auto;
  aspect-ratio: 16 / 10;
  background:
    linear-gradient(135deg, rgba(43, 45, 66, 0.08), rgba(201, 161, 74, 0.18)),
    var(--mrhba-sand, #f6f1e8);
}

.mrhba-home-tour-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.mrhba-home-card-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(239, 35, 60, 0.08);
  color: var(--mrhba-red-deep, #d90429);
  font-family: var(--mrhba-font-body, system-ui, sans-serif);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mrhba-home-card-meta {
  color: var(--mrhba-clay, #b86b45) !important;
  font-size: 0.9rem !important;
  font-weight: 750;
}

.mrhba-home-card-link {
  width: fit-content;
  min-height: 40px;
  margin-top: auto;
  padding: 11px 16px;
  border: 1px solid rgba(239, 35, 60, 0.26);
  background: rgba(239, 35, 60, 0.06);
  color: var(--mrhba-red-deep, #d90429) !important;
  font-size: 0.82rem;
}

.mrhba-home-card-link:hover {
  background: var(--mrhba-red, #ef233c);
  color: var(--mrhba-white, #fff) !important;
}

/* Experiences */

.mrhba-home-experiences-section {
  padding: clamp(64px, 7vw, 104px) 0 !important;
  background: var(--mrhba-ivory, #fffdf8);
}

.mrhba-home-experiences-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mrhba-home-experience-card a {
  width: fit-content;
  min-height: 36px;
  margin-top: 18px;
  padding: 9px 14px;
  border: 1px solid rgba(43, 45, 66, 0.14);
  background: rgba(255, 253, 248, 0.7);
  color: var(--mrhba-red-deep, #d90429) !important;
  font-size: 0.8rem;
}

.mrhba-home-experience-card a:hover {
  border-color: rgba(239, 35, 60, 0.25);
  background: rgba(239, 35, 60, 0.08);
}

/* How it works */

.mrhba-home-steps-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  counter-reset: home-steps;
}

.mrhba-home-step-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--mrhba-navy, #2b2d42);
  color: var(--mrhba-ivory, #fffdf8);
  font-family: var(--mrhba-font-body, system-ui, sans-serif);
  font-size: 0.84rem;
  font-weight: 850;
}

.mrhba-home-step-card::before {
  display: none;
}

/* Story */

.mrhba-home-story-section {
  padding: clamp(68px, 8vw, 114px) 0 !important;
  background:
    radial-gradient(circle at 90% 0%, rgba(201, 161, 74, 0.16), transparent 32%),
    var(--mrhba-sand, #f6f1e8);
}

.mrhba-home-story-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

.mrhba-home-story-image {
  min-height: 460px;
  aspect-ratio: 5 / 6;
}

.mrhba-home-story-image img {
  position: absolute;
  inset: 0;
}

.mrhba-home-story-content {
  max-width: 690px;
}

.mrhba-home-story-content .mrhba-home-section-heading {
  max-width: 650px;
}

.mrhba-home-checklist {
  display: grid;
  gap: 12px;
  margin: 24px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.mrhba-home-checklist li {
  position: relative;
  min-height: 36px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--mrhba-ink, #252334);
  font-family: var(--mrhba-font-body, system-ui, sans-serif);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.35;
}

.mrhba-home-checklist li::before {
  content: "";
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(239, 35, 60, 0.95), rgba(217, 4, 41, 0.95));
  box-shadow: 0 8px 18px rgba(217, 4, 41, 0.18);
}

.mrhba-home-checklist li::after {
  content: "";
  position: absolute;
  left: 8px;
  width: 8px;
  height: 5px;
  border-left: 2px solid var(--mrhba-white, #fff);
  border-bottom: 2px solid var(--mrhba-white, #fff);
  transform: rotate(-45deg);
}

.mrhba-home-story-content .mrhba-home-cta-group {
  margin-top: 30px;
}

/* Final CTA */

.mrhba-home-final-cta-section {
  padding: clamp(58px, 7vw, 96px) 0 !important;
  background: var(--mrhba-ivory, #fffdf8);
}

.mrhba-home-final-cta {
  position: relative;
  overflow: hidden;
  max-width: 1040px;
  margin-inline: auto;
  padding: clamp(34px, 5vw, 62px);
  border: 1px solid rgba(231, 225, 216, 0.9);
  border-radius: 34px;
  background:
    radial-gradient(circle at 8% 0%, rgba(201, 161, 74, 0.22), transparent 34%),
    radial-gradient(circle at 92% 15%, rgba(239, 35, 60, 0.12), transparent 30%),
    linear-gradient(135deg, var(--mrhba-navy, #2b2d42), #171724);
  text-align: center;
  box-shadow: 0 22px 56px rgba(37, 35, 52, 0.18);
}

.mrhba-home-final-cta .mrhba-home-eyebrow {
  margin-inline: auto;
  background: rgba(255, 253, 248, 0.1);
  color: var(--mrhba-ivory, #fffdf8);
  border-color: rgba(255, 253, 248, 0.18);
}

.mrhba-home-final-cta h2 {
  max-width: 760px;
  margin-inline: auto;
  color: var(--mrhba-ivory, #fffdf8);
}

.mrhba-home-final-cta p {
  max-width: 680px;
  margin: 18px auto 0 !important;
  color: rgba(255, 253, 248, 0.82);
  font-size: 1.04rem;
}

.mrhba-home-final-cta .mrhba-home-cta-group {
  justify-content: center;
  margin-top: 30px;
}

.mrhba-home-final-cta .mrhba-home-secondary-cta {
  border-color: rgba(255, 253, 248, 0.22);
  background: rgba(255, 253, 248, 0.08);
  color: var(--mrhba-ivory, #fffdf8) !important;
  box-shadow: none;
}

.mrhba-home-final-cta .mrhba-home-secondary-cta:hover {
  border-color: rgba(255, 253, 248, 0.36);
  background: rgba(255, 253, 248, 0.14);
  color: var(--mrhba-white, #fff) !important;
}

/* Responsive */

@media (max-width: 1180px) {
  .mrhba-home-benefits-grid,
  .mrhba-home-experiences-grid,
  .mrhba-home-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .mrhba-home-hero-layout,
  .mrhba-home-story-layout {
    grid-template-columns: 1fr;
  }

  .mrhba-home-hero-content {
    max-width: 820px;
  }

  .mrhba-home-hero-media {
    min-height: 390px;
    aspect-ratio: 16 / 10;
  }

  .mrhba-home-story-image {
    min-height: 360px;
    aspect-ratio: 16 / 10;
  }

  .mrhba-home-tours-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .mrhba-home-hero-row.et_pb_row,
  .mrhba-home-trust-heading-row.et_pb_row,
  .mrhba-home-trust-cards-row.et_pb_row,
  .mrhba-home-featured-tours-heading-row.et_pb_row,
  .mrhba-home-featured-tours-row.et_pb_row,
  .mrhba-home-experiences-heading-row.et_pb_row,
  .mrhba-home-experiences-row.et_pb_row,
  .mrhba-home-how-heading-row.et_pb_row,
  .mrhba-home-how-row.et_pb_row,
  .mrhba-home-story-row.et_pb_row,
  .mrhba-home-final-cta-row.et_pb_row {
    width: min(100% - 34px, 100%) !important;
  }

  .mrhba-home-hero-section {
    padding-top: 58px !important;
  }
}

@media (max-width: 768px) {
  .mrhba-home-hero-section,
  .mrhba-home-trust-section,
  .mrhba-home-featured-tours-section,
  .mrhba-home-experiences-section,
  .mrhba-home-how-section,
  .mrhba-home-story-section,
  .mrhba-home-final-cta-section {
    padding-block: 54px !important;
  }

  .mrhba-home-section-header {
    text-align: left;
  }

  .mrhba-home-section-heading,
  .mrhba-home-final-cta h2 {
    font-size: clamp(1.86rem, 8vw, 2.45rem);
  }

  .mrhba-home-title {
    font-size: clamp(2.35rem, 10vw, 3.35rem);
    line-height: 1.03;
  }

  .mrhba-home-subtitle {
    font-size: 1rem;
    line-height: 1.65;
  }

  .mrhba-home-tours-grid,
  .mrhba-home-benefits-grid,
  .mrhba-home-experiences-grid,
  .mrhba-home-steps-grid {
    grid-template-columns: 1fr;
  }

  .mrhba-home-benefit-card,
  .mrhba-home-experience-card,
  .mrhba-home-step-card,
  .mrhba-home-tour-card-body {
    padding: 22px 20px;
  }

  .mrhba-home-final-cta {
    border-radius: 26px;
  }
}

@media (max-width: 600px) {
  .mrhba-home-hero-row.et_pb_row,
  .mrhba-home-trust-heading-row.et_pb_row,
  .mrhba-home-trust-cards-row.et_pb_row,
  .mrhba-home-featured-tours-heading-row.et_pb_row,
  .mrhba-home-featured-tours-row.et_pb_row,
  .mrhba-home-experiences-heading-row.et_pb_row,
  .mrhba-home-experiences-row.et_pb_row,
  .mrhba-home-how-heading-row.et_pb_row,
  .mrhba-home-how-row.et_pb_row,
  .mrhba-home-story-row.et_pb_row,
  .mrhba-home-final-cta-row.et_pb_row {
    width: min(100% - 28px, 100%) !important;
  }

  .mrhba-home-cta-group {
    align-items: stretch;
    flex-direction: column;
  }

  .mrhba-home-primary-cta,
  .mrhba-home-secondary-cta {
    width: 100%;
  }

  .mrhba-home-hero-media {
    min-height: 300px;
  }

  .mrhba-home-story-image {
    min-height: 280px;
  }

  .mrhba-home-trust-line {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mrhba-home-trust-line span {
    justify-content: center;
  }
}

@media (max-width: 390px) {
  .mrhba-home-hero-row.et_pb_row,
  .mrhba-home-trust-heading-row.et_pb_row,
  .mrhba-home-trust-cards-row.et_pb_row,
  .mrhba-home-featured-tours-heading-row.et_pb_row,
  .mrhba-home-featured-tours-row.et_pb_row,
  .mrhba-home-experiences-heading-row.et_pb_row,
  .mrhba-home-experiences-row.et_pb_row,
  .mrhba-home-how-heading-row.et_pb_row,
  .mrhba-home-how-row.et_pb_row,
  .mrhba-home-story-row.et_pb_row,
  .mrhba-home-final-cta-row.et_pb_row {
    width: min(100% - 22px, 100%) !important;
  }

  .mrhba-home-hero-section,
  .mrhba-home-trust-section,
  .mrhba-home-featured-tours-section,
  .mrhba-home-experiences-section,
  .mrhba-home-how-section,
  .mrhba-home-story-section,
  .mrhba-home-final-cta-section {
    padding-block: 46px !important;
  }

  .mrhba-home-title {
    font-size: clamp(2.05rem, 9.2vw, 2.6rem);
  }

  .mrhba-home-section-intro,
  .mrhba-home-subtitle {
    font-size: 0.96rem;
  }

  .mrhba-home-final-cta {
    padding: 28px 18px;
    border-radius: 22px;
  }
}

@media (max-width: 360px) {
  .mrhba-home-benefit-card,
  .mrhba-home-experience-card,
  .mrhba-home-step-card,
  .mrhba-home-tour-card-body {
    padding: 20px 18px;
  }

  .mrhba-home-hero-media,
  .mrhba-home-story-image {
    min-height: 250px;
    border-radius: 22px;
  }
}

@media (max-width: 320px) {
  .mrhba-home-hero-row.et_pb_row,
  .mrhba-home-trust-heading-row.et_pb_row,
  .mrhba-home-trust-cards-row.et_pb_row,
  .mrhba-home-featured-tours-heading-row.et_pb_row,
  .mrhba-home-featured-tours-row.et_pb_row,
  .mrhba-home-experiences-heading-row.et_pb_row,
  .mrhba-home-experiences-row.et_pb_row,
  .mrhba-home-how-heading-row.et_pb_row,
  .mrhba-home-how-row.et_pb_row,
  .mrhba-home-story-row.et_pb_row,
  .mrhba-home-final-cta-row.et_pb_row {
    width: min(100% - 18px, 100%) !important;
  }

  .mrhba-home-eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.045em;
  }

  .mrhba-home-primary-cta,
  .mrhba-home-secondary-cta {
    min-height: 46px;
    padding-inline: 14px;
    font-size: 0.84rem;
  }
}

/* =============================================
   Mrhbazhni Home - V1.1 responsive polish
   ============================================= */

.mrhba-home-hero-layout,
.mrhba-home-story-layout {
  min-width: 0;
}

.mrhba-home-hero-media,
.mrhba-home-story-image {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.mrhba-home-hero-media img,
.mrhba-home-story-image img {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.mrhba-home-step-card span {
  background:
    linear-gradient(135deg, var(--mrhba-navy, #2b2d42), #171724);
  box-shadow:
    0 10px 22px rgba(37, 35, 52, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

@media (max-width: 1024px) {
  .mrhba-home-hero-section {
    padding-block: 48px 58px !important;
  }

  .mrhba-home-hero-layout,
  .mrhba-home-story-layout {
    gap: 30px;
  }

  .mrhba-home-hero-media,
  .mrhba-home-story-image {
    width: 100% !important;
    max-width: 100% !important;
  }

  .mrhba-home-hero-media {
    min-height: 430px;
    aspect-ratio: 16 / 9;
  }

  .mrhba-home-story-image {
    min-height: 390px;
    aspect-ratio: 16 / 9;
  }

  .mrhba-home-experience-card {
    padding: 23px 22px;
  }

  .mrhba-home-step-card {
    padding: 24px 22px;
  }
}

@media (max-width: 980px) {
  .mrhba-home-hero-section {
    padding-block: 44px 54px !important;
  }

  .mrhba-home-hero-content .mrhba-home-cta-group {
    margin-top: 24px;
  }

  .mrhba-home-trust-line {
    margin-top: 20px;
  }

  .mrhba-home-hero-media {
    min-height: 380px;
  }

  .mrhba-home-story-image {
    min-height: 350px;
  }
}

@media (max-width: 768px) {
  .mrhba-home-hero-section {
    padding-block: 42px 48px !important;
  }

  .mrhba-home-hero-layout,
  .mrhba-home-story-layout {
    gap: 24px;
  }

  .mrhba-home-title {
    line-height: 1.04;
  }

  .mrhba-home-subtitle {
    margin-top: 18px !important;
    line-height: 1.58;
  }

  .mrhba-home-hero-media {
    min-height: 320px;
    border-radius: 24px;
  }

  .mrhba-home-story-image {
    min-height: 300px;
    border-radius: 24px;
  }

  .mrhba-home-experiences-grid {
    gap: 14px;
  }

  .mrhba-home-experience-card {
    padding: 20px;
  }

  .mrhba-home-experience-card::before {
    margin-bottom: 14px;
  }

  .mrhba-home-experience-card p {
    margin-top: 9px !important;
  }

  .mrhba-home-experience-card a {
    margin-top: 14px;
  }

  .mrhba-home-step-card {
    padding: 22px 20px;
  }

  .mrhba-home-step-card span {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
  }
}

@media (max-width: 600px) {
  .mrhba-home-hero-section {
    padding-block: 38px 44px !important;
  }

  .mrhba-home-hero-layout,
  .mrhba-home-story-layout {
    gap: 22px;
  }

  .mrhba-home-title {
    font-size: clamp(2.12rem, 9.3vw, 2.8rem);
  }

  .mrhba-home-hero-content .mrhba-home-cta-group {
    margin-top: 20px;
  }

  .mrhba-home-trust-line {
    margin-top: 18px;
    gap: 7px;
  }

  .mrhba-home-hero-media {
    min-height: 260px;
    aspect-ratio: 16 / 10;
  }

  .mrhba-home-story-image {
    min-height: 250px;
    aspect-ratio: 16 / 10;
  }

  .mrhba-home-benefits-grid,
  .mrhba-home-tours-grid,
  .mrhba-home-experiences-grid,
  .mrhba-home-steps-grid {
    gap: 14px;
  }
}

@media (max-width: 480px) {
  .mrhba-home-hero-section {
    padding-block: 34px 40px !important;
  }

  .mrhba-home-title {
    font-size: clamp(2rem, 8.8vw, 2.55rem);
  }

  .mrhba-home-subtitle {
    margin-top: 15px !important;
    line-height: 1.54;
  }

  .mrhba-home-trust-line span {
    min-height: 32px;
    padding: 7px 10px;
  }

  .mrhba-home-hero-media,
  .mrhba-home-story-image {
    min-height: 235px;
    border-radius: 22px;
  }

  .mrhba-home-hero-media::before,
  .mrhba-home-story-image::before {
    inset: 10px;
    border-radius: 16px;
  }

  .mrhba-home-experience-card {
    padding: 18px;
  }

  .mrhba-home-experience-card h3 {
    font-size: 1.34rem;
  }

  .mrhba-home-experience-card p {
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .mrhba-home-step-card {
    padding: 20px 18px;
  }

  .mrhba-home-step-card h3 {
    font-size: 1.32rem;
  }

  .mrhba-home-step-card p {
    font-size: 0.95rem;
    line-height: 1.55;
  }
}

@media (max-width: 390px) {
  .mrhba-home-hero-section {
    padding-block: 32px 38px !important;
  }

  .mrhba-home-hero-layout,
  .mrhba-home-story-layout {
    gap: 20px;
  }

  .mrhba-home-title {
    font-size: clamp(1.92rem, 8.6vw, 2.35rem);
  }

  .mrhba-home-subtitle {
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .mrhba-home-hero-media,
  .mrhba-home-story-image {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 220px;
  }

  .mrhba-home-benefit-card,
  .mrhba-home-experience-card,
  .mrhba-home-step-card,
  .mrhba-home-tour-card-body {
    padding: 18px 16px;
  }

  .mrhba-home-experience-card::before {
    width: 36px;
    margin-bottom: 12px;
  }
}

@media (max-width: 375px) {
  .mrhba-home-hero-media,
  .mrhba-home-story-image {
    min-height: 210px;
  }

  .mrhba-home-trust-line span {
    font-size: 0.82rem;
  }

  .mrhba-home-experience-card a {
    min-height: 34px;
    margin-top: 12px;
  }
}

@media (max-width: 360px) {
  .mrhba-home-hero-section,
  .mrhba-home-trust-section,
  .mrhba-home-featured-tours-section,
  .mrhba-home-experiences-section,
  .mrhba-home-how-section,
  .mrhba-home-story-section,
  .mrhba-home-final-cta-section {
    padding-block: 42px !important;
  }

  .mrhba-home-hero-section {
    padding-top: 30px !important;
  }

  .mrhba-home-hero-media,
  .mrhba-home-story-image {
    min-height: 198px;
    border-radius: 20px;
  }

  .mrhba-home-experience-card {
    padding: 17px 15px;
  }
}

@media (max-width: 320px) {
  .mrhba-home-hero-section {
    padding-block: 28px 36px !important;
  }

  .mrhba-home-title {
    font-size: clamp(1.82rem, 8.2vw, 2.05rem);
  }

  .mrhba-home-hero-media,
  .mrhba-home-story-image {
    min-height: 188px;
  }

  .mrhba-home-benefit-card,
  .mrhba-home-experience-card,
  .mrhba-home-step-card,
  .mrhba-home-tour-card-body {
    padding: 17px 14px;
  }

  .mrhba-home-step-card span {
    width: 38px;
    height: 38px;
    margin-bottom: 13px;
  }
}
