/* =============================================================
   BEOND JOURNEYS — International Hub Page Styles
   File: css/hub-international.css
   Shared base for all hub pages (prefix: bj-)
============================================================= */

/* Import Geologica font */
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* --- Variables (aligned with TravelTour/beond1 theme) --- */
:root {
  --bj-primary: #f97251;
  --bj-primary-dk: #e05c3c;
  --bj-dark: #000000;
  --bj-dark-soft: #262626;
  --bj-text: #555555;
  --bj-light: #f4f4f4;
  --bj-white: #ffffff;
  --bj-radius: 3px;
  --bj-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  --bj-transition: 0.25s ease;
  --bj-font: "Geologica", sans-serif;
}

/* Hide theme's auto page title banner on this hub page */
.traveltour-page-title-wrap {
  display: none !important;
}

/* --- Container --- */
.bj-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  font-family: var(--bj-font);
}

/* --- Global font enforcement across all hub elements --- */
[class^="bj-"],
[class*=" bj-"],
[class^="bj-"] *,
[class*=" bj-"] * {
  font-family: var(--bj-font) !important;
}

/* --- Section Shared --- */
.bj-section-label {
  display: inline-block;
  background: rgba(249, 114, 81, 0.1);
  color: var(--bj-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 30px;
  margin-bottom: 12px;
}
.bj-section-h2 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  color: var(--bj-dark);
  margin: 0 0 10px;
  line-height: 1.25;
}
.bj-section-sub {
  color: #777;
  font-size: 16px;
  margin: 0 0 36px;
}

/* --- Buttons --- */
.bj-btn {
  display: inline-block;
  padding: 13px 28px;
  border-radius: var(--bj-radius);
  font-weight: 700;
  font-size: 15px;
  font-family: var(--bj-font);
  text-decoration: none;
  cursor: pointer;
  transition:
    background var(--bj-transition),
    transform var(--bj-transition);
  border: none;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}
.bj-btn-primary {
  background: var(--bj-primary);
  color: #ffffff !important;
  box-shadow: 0 8px 24px rgba(224, 92, 60, 0.35);
}
.bj-btn-primary:hover {
  background: var(--bj-primary-dk);
  transform: translateY(-2px);
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(224, 92, 60, 0.45);
}
.bj-btn-outline {
  background: transparent !important;
  color: var(--bj-primary) !important;
  border: 2px solid var(--bj-primary);
}
.bj-btn-outline:hover {
  background: var(--bj-primary) !important;
  color: #ffffff !important;
}
.bj-btn-whatsapp {
  background: #25d366;
  color: #ffffff !important;
}
.bj-btn-whatsapp:hover {
  background: #1ebe5d;
  color: #ffffff !important;
  transform: translateY(-2px);
}

/* =============================================================
   SECTION 1 — HERO
============================================================= */
.bj-hero {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-color: var(--bj-dark-soft);
}
.bj-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(13, 22, 40, 0.85) 0%,
    rgba(13, 22, 40, 0.45) 100%
  );
}
.bj-hero .bj-container {
  position: relative;
  z-index: 1;
}
.bj-hero-content {
  max-width: 680px;
  padding: 60px 0;
}
.bj-hero-h1 {
  font-size: clamp(28px, 4.5vw, 52px);
  font-weight: 900;
  color: #ffffff !important;
  margin: 0 0 16px;
  line-height: 1.15;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
.bj-hero-sub {
  font-size: clamp(15px, 2vw, 20px);
  color: rgba(255, 255, 255, 0.9) !important;
  margin: 0 0 32px;
}
.bj-hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* =============================================================
   SECTION 2 — TRUST BAR
============================================================= */
.bj-trust-bar {
  background: var(--bj-primary);
  padding: 22px 0;
}
.bj-trust-grid {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.bj-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
}
.bj-trust-icon {
  font-size: 26px;
  color: #fff;
}
.bj-trust-item strong {
  font-size: 15px;
  font-weight: 800;
  color: var(--bj-white);
  display: block;
}
.bj-trust-item span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

/* =============================================================
   SECTION 3 — INTRO CONTENT
============================================================= */
.bj-intro {
  padding: 72px 0 56px;
  background: var(--bj-white); /* S3: white */
}
.bj-intro-inner {
  max-width: 820px;
}
.bj-intro-text p {
  font-size: 16px;
  line-height: 1.85;
  color: var(--bj-text);
  margin: 0 0 16px;
}

/* =============================================================
   SECTION 4 — PACKAGES GRID
============================================================= */
.bj-packages {
  padding: 72px 0;
  background: var(--bj-light); /* S4: light grey */
}
.bj-packages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 12px;
}
.bj-package-card {
  background: var(--bj-white);
  border-radius: var(--bj-radius);
  overflow: hidden;
  box-shadow: var(--bj-shadow);
  position: relative;
  transition:
    transform var(--bj-transition),
    box-shadow var(--bj-transition);
}
.bj-package-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.14);
}
.bj-package-img {
  height: 190px;
  background-size: cover;
  background-position: center;
  background-color: #d0d0d0;
}
.bj-package-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--bj-primary);
  color: var(--bj-white);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 30px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bj-package-body {
  padding: 20px 22px 24px;
}
.bj-package-body h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--bj-dark);
  margin: 0 0 10px;
  line-height: 1.3;
}
.bj-package-meta {
  display: flex;
  gap: 16px;
  font-size: 13px;
  color: #888;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.bj-package-price {
  font-size: 20px;
  font-weight: 800;
  color: var(--bj-primary);
  margin-bottom: 16px;
}
.bj-package-price small {
  font-size: 13px;
  font-weight: 400;
  color: #aaa;
}
.bj-package-card--cta {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #000000 0%, #262626 100%);
  min-height: 280px;
}
.bj-package-cta-inner {
  text-align: center;
  padding: 32px 24px;
  color: var(--bj-white);
}
.bj-big-icon {
  font-size: 40px;
  display: block;
  margin-bottom: 12px;
}
.bj-package-cta-inner h3 {
  color: var(--bj-white);
  font-size: 20px;
  margin: 0 0 10px;
}
.bj-package-cta-inner p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  margin: 0 0 20px;
}

/* =============================================================
   SECTION 5 — DESTINATIONS
============================================================= */
.bj-destinations {
  padding: 72px 0;
  background: var(--bj-white); /* S5: white */
}
.bj-dest-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  gap: 16px;
  margin-top: 12px;
}
.bj-dest-card {
  position: relative;
  height: 200px;
  border-radius: var(--bj-radius);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-color: #555;
  transition: transform var(--bj-transition);
}
.bj-dest-card:hover {
  transform: scale(1.02);
}
.bj-dest-card--wide {
  grid-column: span 2;
}
.bj-dest-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, transparent 55%);
}
.bj-dest-info {
  position: relative;
  z-index: 1;
  padding: 16px 18px;
}
.bj-dest-info h3 {
  color: var(--bj-white);
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 3px;
}
.bj-dest-info span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

/* =============================================================
   SECTION 6 — WHY CHOOSE
============================================================= */
.bj-why {
  padding: 72px 0;
  background: var(--bj-light); /* S6: light grey */
}
.bj-why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 12px;
}
.bj-why-card {
  background: var(--bj-white);
  border-radius: var(--bj-radius);
  padding: 28px 26px;
  box-shadow: var(--bj-shadow);
  transition: transform var(--bj-transition);
}
.bj-why-card:hover {
  transform: translateY(-4px);
}
.bj-why-icon {
  font-size: 32px;
  margin-bottom: 12px;
  display: block;
}
.bj-why-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--bj-dark);
  margin: 0 0 8px;
}
.bj-why-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/* =============================================================
   SECTION 7 — PROCESS
============================================================= */
.bj-process {
  padding: 80px 0;
  background: var(--bj-primary);
  position: relative;
}
.bj-process .bj-section-label {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.bj-process .bj-section-h2 {
  color: #ffffff !important;
  margin-bottom: 10px;
}
.bj-process-sub {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  margin: 0 0 52px;
}
.bj-process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
/* Connecting line between steps */
.bj-process-steps::before {
  content: "";
  position: absolute;
  top: 38px;
  left: calc(12.5% + 20px);
  right: calc(12.5% + 20px);
  height: 2px;
  background: linear-gradient(
    90deg,
    var(--bj-primary),
    rgba(249, 114, 81, 0.2)
  );
  z-index: 0;
}
.bj-process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.bj-step-bubble {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  border: 2px solid rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
  flex-shrink: 0;
  transition:
    background 0.25s,
    transform 0.25s;
}
.bj-process-step:hover .bj-step-bubble {
  background: rgba(255, 255, 255, 0.35);
  transform: scale(1.08);
}
.bj-step-icon {
  font-size: 26px;
  display: block;
  line-height: 1;
}
.bj-step-num {
  font-size: 9px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 1.5px;
  display: block;
  margin-top: 2px;
}
.bj-process-step:hover .bj-step-num {
  color: #ffffff;
}
.bj-step-body h3 {
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.35;
}
.bj-step-body p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 1.75;
  margin: 0;
}
.bj-process-cta {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 52px;
  flex-wrap: wrap;
}
.bj-btn-white {
  background: #ffffff !important;
  color: var(--bj-primary) !important;
  font-weight: 700;
}
.bj-btn-white:hover {
  background: var(--bj-primary-dk) !important;
  color: #ffffff !important;
}

/* =============================================================
   SECTION 8 — PRICING INFO
============================================================= */
.bj-pricing-info {
  padding: 72px 0;
  background: var(--bj-white);
}
.bj-pricing-info .bj-section-h2 {
  margin-bottom: 8px;
}
.bj-pricing-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 36px 0 28px;
}
.bj-pricing-col {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.08);
}
.bj-pricing-col-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 24px;
}
.bj-pricing-col-head h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.bj-pricing-col-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
}
/* Included card */
.bj-pricing-col--yes {
  border-top: 4px solid #27ae60;
}
.bj-pricing-col--yes .bj-pricing-col-head {
  background: #f0faf4;
}
.bj-pricing-col--yes .bj-pricing-col-head h4 {
  color: #1e8449;
}
.bj-pricing-col--yes .bj-pricing-col-icon {
  background: #27ae60;
  color: #ffffff;
}
.bj-pricing-col--yes ul li::before {
  content: "✓";
  color: #27ae60;
  font-weight: 700;
  margin-right: 10px;
  flex-shrink: 0;
}
/* Not-included card */
.bj-pricing-col--no {
  border-top: 4px solid #bbb;
}
.bj-pricing-col--no .bj-pricing-col-head {
  background: #f7f7f7;
}
.bj-pricing-col--no .bj-pricing-col-head h4 {
  color: #555;
}
.bj-pricing-col--no .bj-pricing-col-icon {
  background: #bbb;
  color: #ffffff;
}
.bj-pricing-col--no ul li::before {
  content: "✕";
  color: #aaa;
  font-weight: 700;
  margin-right: 10px;
  flex-shrink: 0;
}
/* Shared list */
.bj-pricing-col ul {
  list-style: none !important;
  padding: 16px 24px 20px !important;
  margin: 0 !important;
  background: #ffffff;
}
.bj-pricing-col ul li {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  color: var(--bj-text);
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  line-height: 1.5;
  list-style: none !important;
}
.bj-pricing-col ul li:last-child {
  border-bottom: none;
}
/* Pricing banner */
.bj-pricing-banner {
  display: flex;
  align-items: center;
  gap: 28px;
  background: linear-gradient(135deg, #fff8f5 0%, #fff3ee 100%);
  border: 1px solid rgba(249, 114, 81, 0.25);
  border-left: 5px solid var(--bj-primary);
  border-radius: 8px;
  padding: 24px 28px;
  flex-wrap: wrap;
}
.bj-pricing-banner-price {
  display: flex;
  flex-direction: column;
  min-width: 140px;
}
.bj-pricing-from {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #999;
  font-weight: 600;
}
.bj-pricing-amount {
  font-size: 32px;
  font-weight: 900;
  color: var(--bj-primary);
  line-height: 1.1;
}
.bj-pricing-amount em {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  color: #888;
}
.bj-pricing-banner-text {
  flex: 1;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
.bj-pricing-banner .bj-btn {
  white-space: nowrap;
  flex-shrink: 0;
}

/* =============================================================
   SECTION 9 — BLOGS
============================================================= */
.bj-blogs {
  padding: 72px 0;
  background: var(--bj-light); /* S9: light grey */
}
.bj-blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 12px;
}
.bj-blog-card {
  background: var(--bj-white);
  border-radius: var(--bj-radius);
  overflow: hidden;
  box-shadow: var(--bj-shadow);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: transform var(--bj-transition);
}
.bj-blog-card:hover {
  transform: translateY(-5px);
}
.bj-blog-img {
  height: 170px;
  background-size: cover;
  background-position: center;
  background-color: #d0d0d0;
}
.bj-blog-body {
  padding: 20px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.bj-blog-cat {
  font-size: 11px;
  font-weight: 700;
  color: var(--bj-primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  display: block;
}
.bj-blog-body h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--bj-dark);
  margin: 0 0 10px;
  line-height: 1.35;
}
.bj-blog-body p {
  font-size: 13px;
  color: #777;
  line-height: 1.65;
  margin: 0 0 16px;
  flex: 1;
}
.bj-blog-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--bj-primary);
}

/* =============================================================
   SECTION 10 — TESTIMONIALS
============================================================= */
.bj-testimonials {
  padding: 72px 0;
  background: var(
    --bj-primary
  ); /* S10: coral — matches homepage testimonials */
}
.bj-testimonials .bj-section-label {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.bj-testimonials .bj-section-h2 {
  color: var(--bj-white);
}
.bj-testi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 12px;
}
.bj-testi-card {
  background: rgba(255, 255, 255, 0.15);
  border-radius: var(--bj-radius);
  padding: 28px 26px;
  border-left: 4px solid rgba(255, 255, 255, 0.6);
}
.bj-testi-stars {
  color: #ffe08a;
  font-size: 18px;
  margin-bottom: 12px;
}
.bj-testi-card > p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.75;
  margin: 0 0 20px;
  font-style: italic;
}
.bj-testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.bj-testi-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  color: var(--bj-white);
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bj-testi-author strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--bj-white);
}
.bj-testi-author span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

/* =============================================================
   SECTION 11 — FAQ
============================================================= */
.bj-faq {
  padding: 72px 0;
  background: var(--bj-light);
}
.bj-faq-list {
  max-width: 820px;
  margin: 32px auto 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bj-faq-item {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  border-left: 4px solid transparent;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}
.bj-faq-item.bj-faq-open {
  border-left-color: var(--bj-primary);
  box-shadow: 0 4px 18px rgba(249, 114, 81, 0.12);
}
.bj-faq-q {
  width: 100%;
  background: #ffffff !important;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 600;
  color: var(--bj-dark) !important;
  cursor: pointer;
  text-align: left;
  gap: 16px;
  font-family: var(--bj-font);
  transition: color 0.2s;
}
.bj-faq-q:hover,
.bj-faq-open .bj-faq-q {
  color: var(--bj-primary) !important;
  background: #ffffff !important;
}
.bj-faq-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f5f5f5;
  color: var(--bj-primary);
  font-size: 20px;
  font-weight: 400;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.25s,
    color 0.25s,
    transform 0.3s;
  line-height: 1;
}
.bj-faq-open .bj-faq-icon {
  background: var(--bj-primary);
  color: #ffffff;
  transform: rotate(45deg);
}
.bj-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.38s ease;
}
.bj-faq-a p {
  font-size: 15px;
  color: #555;
  line-height: 1.85;
  padding: 4px 24px 22px;
  margin: 0;
  border-top: 1px solid #f0f0f0;
}

/* =============================================================
   SECTION 12 — FINAL CTA
============================================================= */
.bj-cta {
  padding: 72px 0;
  background: linear-gradient(
    135deg,
    var(--bj-primary) 0%,
    var(--bj-primary-dk) 100%
  );
}
.bj-cta-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.bj-cta-text h2 {
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 800;
  color: var(--bj-white);
  margin: 0 0 14px;
  line-height: 1.25;
}
.bj-cta-text p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 24px;
}
.bj-cta-form {
  background: var(--bj-white);
  border-radius: var(--bj-radius);
  padding: 30px 28px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}
.bj-enquiry-form .bj-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}
.bj-enquiry-form input,
.bj-enquiry-form select,
.bj-enquiry-form textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid #ddd;
  border-radius: var(--bj-radius);
  font-size: 14px;
  color: var(--bj-dark);
  font-family: var(--bj-font);
  box-sizing: border-box;
  transition: border-color var(--bj-transition);
}
.bj-enquiry-form input:focus,
.bj-enquiry-form select:focus,
.bj-enquiry-form textarea:focus {
  outline: none;
  border-color: var(--bj-primary);
}
.bj-enquiry-form textarea {
  margin-bottom: 14px;
  resize: vertical;
  min-height: 80px;
}
.bj-enquiry-form .bj-btn {
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 15px;
  font-family: var(--bj-font);
}

/* =============================================================
   SECTION 13 — INTERNAL LINKS
============================================================= */
.bj-internal-links {
  padding: 72px 0;
  background: var(--bj-white); /* S13: white */
}
.bj-intlink-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 12px;
}
.bj-intlink-card {
  background: var(--bj-light);
  border: 1px solid #eee;
  border-radius: var(--bj-radius);
  padding: 24px 22px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition:
    border-color var(--bj-transition),
    box-shadow var(--bj-transition),
    transform var(--bj-transition);
}
.bj-intlink-card:hover {
  border-color: var(--bj-primary);
  box-shadow: 0 4px 18px rgba(232, 102, 26, 0.12);
  transform: translateY(-3px);
}
.bj-intlink-icon {
  font-size: 32px;
  margin-bottom: 12px;
  display: block;
}
.bj-intlink-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--bj-dark);
  margin: 0 0 8px;
}
.bj-intlink-card p {
  font-size: 13px;
  color: #777;
  line-height: 1.6;
  margin: 0 0 16px;
  flex: 1;
}
.bj-intlink-arrow {
  font-size: 18px;
  color: var(--bj-primary);
  font-weight: 700;
  margin-top: auto;
}

/* =============================================================
   SECTION 14 — FOOTER SEO BLOCK
============================================================= */
.bj-footer-seo {
  background: #1a1a1a;
  padding: 48px 0 36px;
  border-top: 3px solid var(--bj-primary);
}
.bj-footer-seo-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.bj-footer-seo-col h4 {
  font-size: 12px;
  font-weight: 700;
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.bj-footer-seo-col ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.bj-footer-seo-col ul li {
  margin-bottom: 9px !important;
  padding: 0 !important;
  list-style: none !important;
}
.bj-footer-seo-col ul li::before {
  display: none !important;
}
.bj-footer-seo-col ul li a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6) !important;
  text-decoration: none !important;
  transition: color 0.2s;
  display: inline-block;
}
.bj-footer-seo-col ul li a:hover {
  color: var(--bj-primary) !important;
}

/* =============================================================
   RESPONSIVE
============================================================= */

/* Prevent horizontal overflow on any section */
.bj-hero,
.bj-trust-bar,
.bj-intro,
.bj-packages,
.bj-destinations,
.bj-why,
.bj-process,
.bj-pricing-info,
.bj-blogs,
.bj-testimonials,
.bj-faq,
.bj-cta,
.bj-internal-links,
.bj-footer-seo {
  overflow-x: hidden;
}

/* ---- 1024px ---- */
@media (max-width: 1024px) {
  .bj-packages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bj-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bj-testi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bj-blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ---- 992px ---- */
@media (max-width: 992px) {
  .bj-dest-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bj-dest-card--wide {
    grid-column: span 2;
  }
  .bj-cta-inner {
    grid-template-columns: 1fr;
  }
  .bj-process-steps {
    gap: 16px;
  }
  .bj-process-arrow {
    display: none;
  }
  .bj-footer-seo-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .bj-pricing-cols {
    grid-template-columns: 1fr;
  }
  .bj-intlink-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ---- 767px (tablet portrait / large mobile) ---- */
@media (max-width: 767px) {
  /* Reduce all section padding */
  .bj-intro,
  .bj-packages,
  .bj-destinations,
  .bj-why,
  .bj-process,
  .bj-pricing-info,
  .bj-blogs,
  .bj-testimonials,
  .bj-faq,
  .bj-cta,
  .bj-internal-links {
    padding: 48px 0;
  }
  .bj-footer-seo {
    padding: 36px 0 28px;
  }

  /* Hero */
  .bj-hero {
    min-height: 88vw;
    max-height: 520px;
  }
  .bj-hero-h1 {
    font-size: 26px;
  }
  .bj-hero-sub {
    font-size: 14px;
  }
  .bj-hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }
  .bj-hero-ctas .bj-btn {
    width: 100%;
    text-align: center;
  }

  /* Trust bar */
  .bj-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  /* Headings */
  .bj-section-h2 {
    font-size: 22px;
  }

  /* Grids → 1 column */
  .bj-packages-grid {
    grid-template-columns: 1fr;
  }
  .bj-why-grid {
    grid-template-columns: 1fr;
  }
  .bj-testi-grid {
    grid-template-columns: 1fr;
  }
  .bj-blog-grid {
    grid-template-columns: 1fr;
  }

  /* Destinations */
  .bj-dest-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bj-dest-card--wide {
    grid-column: span 2;
  }
  .bj-dest-card {
    height: 150px;
  }

  /* Process — wrap steps to 2 per row */
  .bj-process-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 0;
  }
  .bj-process-steps::before {
    display: none;
  }

  /* Pricing */
  .bj-pricing-cols {
    grid-template-columns: 1fr;
  }
  .bj-pricing-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .bj-pricing-banner .bj-btn {
    width: 100%;
    text-align: center;
  }

  /* CTA */
  .bj-cta-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .bj-enquiry-form .bj-form-row {
    grid-template-columns: 1fr;
  }

  /* Internal links + footer SEO */
  .bj-intlink-grid {
    grid-template-columns: 1fr;
  }
  .bj-footer-seo-inner {
    grid-template-columns: 1fr;
  }
}

/* ---- 480px (small mobile) ---- */
@media (max-width: 480px) {
  .bj-container {
    padding: 0 14px;
  }

  /* Further reduce section padding */
  .bj-intro,
  .bj-packages,
  .bj-destinations,
  .bj-why,
  .bj-process,
  .bj-pricing-info,
  .bj-blogs,
  .bj-testimonials,
  .bj-faq,
  .bj-cta,
  .bj-internal-links {
    padding: 36px 0;
  }

  /* Hero */
  .bj-hero-content {
    padding: 40px 0;
  }
  .bj-hero-h1 {
    font-size: 22px;
  }

  /* Trust bar — 2 columns on tiny screens */
  .bj-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bj-trust-num {
    font-size: 22px;
  }
  .bj-trust-label {
    font-size: 11px;
  }

  /* Section labels + headings */
  .bj-section-h2 {
    font-size: 20px;
  }
  .bj-section-sub {
    font-size: 14px;
  }

  /* Destinations — single column */
  .bj-dest-grid {
    grid-template-columns: 1fr;
  }
  .bj-dest-card--wide {
    grid-column: span 1;
  }
  .bj-dest-card {
    height: 130px;
  }

  /* Process — 1 per row */
  .bj-process-steps {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .bj-process-step {
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
    gap: 20px;
    padding: 0;
  }
  .bj-step-bubble {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .bj-step-icon {
    font-size: 22px;
  }
  .bj-process .bj-section-h2 {
    margin-bottom: 8px;
  }

  /* Pricing */
  .bj-pricing-amount {
    font-size: 26px;
  }

  /* Buttons */
  .bj-btn {
    padding: 12px 20px;
    font-size: 14px;
  }

  /* Internal link cards */
  .bj-intlink-grid {
    grid-template-columns: 1fr;
  }
  .bj-intlink-card {
    padding: 20px;
  }

  /* FAQ */
  .bj-faq-q {
    font-size: 14px !important;
    padding: 16px 16px !important;
  }
  .bj-faq-a p {
    padding: 4px 16px 18px !important;
  }

  /* CTA form */
  .bj-enquiry-form input,
  .bj-enquiry-form select,
  .bj-enquiry-form textarea {
    font-size: 14px;
  }
}
