/* Shared TTC banner hero CTAs — Goa & Bali course pages */
.banner-section-outer .banner-section .ttc-hero-cta-row {
  display: flex !important;
  gap: 14px;
  flex-wrap: wrap;
}
.banner-section-outer .banner-section .btn_wrapper.ttc-hero-cta-row {
  margin-top: 10px;
  margin-bottom: 0;
}
.banner-section-outer .banner-section .course-card .ttc-hero-cta-row {
  margin-top: 1rem;
}
.banner-section-outer .banner-section .ttc-hero-cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px !important;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  border-radius: 999px;
  flex: 1 1 0;
  min-width: 0;
  white-space: nowrap;
  box-sizing: border-box;
  cursor: pointer;
  transform: none !important;
  overflow: visible !important;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.banner-section-outer .banner-section .ttc-hero-cta--primary {
  background: linear-gradient(135deg, #2f6f3f 0%, #1f4649 100%) !important;
  color: #fff !important;
  border: 1.5px solid transparent !important;
  box-shadow: 0 4px 14px rgba(31, 70, 73, 0.28);
}
.banner-section-outer .banner-section .ttc-hero-cta--outline {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  border: 1.5px solid rgba(205, 229, 209, 0.9) !important;
  box-shadow: none;
}
.banner-section-outer .banner-section .ttc-hero-cta::before,
.banner-section-outer .banner-section .ttc-hero-cta::after {
  display: none !important;
  content: none !important;
}
.banner-section-outer .banner-section .ttc-hero-cta:hover,
.banner-section-outer .banner-section .ttc-hero-cta:focus,
.banner-section-outer .banner-section .ttc-hero-cta:active,
.banner-section-outer .banner-section .ttc-hero-cta:focus-visible {
  text-decoration: none !important;
}
.banner-section-outer .banner-section .ttc-hero-cta--primary:hover,
.banner-section-outer .banner-section .ttc-hero-cta--primary:focus,
.banner-section-outer .banner-section .ttc-hero-cta--primary:active,
.banner-section-outer .banner-section .ttc-hero-cta--primary:focus-visible {
  color: #fff !important;
  background: linear-gradient(135deg, #245a33 0%, #173537 100%) !important;
  border-color: transparent !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 18px rgba(31, 70, 73, 0.35);
}
.banner-section-outer .banner-section .ttc-hero-cta--outline:hover,
.banner-section-outer .banner-section .ttc-hero-cta--outline:focus,
.banner-section-outer .banner-section .ttc-hero-cta--outline:active,
.banner-section-outer .banner-section .ttc-hero-cta--outline:focus-visible {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.18) !important;
  border-color: #cde5d1 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
@media (max-width: 575.98px) {
  .banner-section-outer .banner-section .ttc-hero-cta {
    white-space: normal;
    text-wrap: balance;
    font-size: 0.82rem;
    padding: 10px 12px !important;
  }
}
