/* Course Detail Page Specific Styles */
:root {
  --ink: #13221b;
  --sage: #eff5ef;
  --leaf: #2d5b45;
  --leaf-dark: #173628;
  --gold: #d29c3a;
  --muted: #66756d;
  --line: rgba(19, 34, 27, 0.08);
  --shadow: 0 20px 60px rgba(19, 34, 27, 0.08);
}

img,
video {
  max-width: 100%;
  display: block;
}

.page-title-section {
  background: #fff;
  padding: 130px 0 40px;
  text-align: center;
  border-bottom: 1px solid var(--line);
}
.page-title-section h1 {
  font-size: clamp(2.2rem, 5vw, 3.5rem); /* Slightly more contained */
  color: var(--leaf-dark);
  margin: 0;
  font-family: "Marcellus", serif;
  letter-spacing: -0.02em;
}

.btn-course,
.btn-course-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
}
.btn-course {
  background: var(--gold);
  color: #fff;
  border: 1px solid var(--gold);
}
.btn-course-outline {
  background: transparent;
  color: var(--leaf-dark);
  border: 1px solid rgba(23, 54, 40, 0.18);
}
.course-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(14px);
  background: rgba(247, 251, 248, 0.88);
  border-bottom: 1px solid rgba(19, 34, 27, 0.08);
}
.nav-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 14px 0;
  scrollbar-width: none;
}
.course-nav a {
  white-space: nowrap;
  text-decoration: none;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 14px;
}
.section-wrap {
  padding: 92px 0;
}

.section-head {
  display: grid;
  gap: 18px;
  margin-bottom: 34px;
}
.section-head h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.06;
}
.body-copy {
  color: var(--muted);
}

.course-main-content {
  min-width: 0;
}

.section-head-overview {
  gap: 24px;
  max-width: 880px;
}

.section-head-overview h2 {
  font-size: clamp(2.6rem, 4.2vw, 4.25rem);
  letter-spacing: -0.03em;
}

.overview-copy {
  max-width: 860px;
  font-size: clamp(1.05rem, 1.2vw, 1.22rem);
  line-height: 1.38;
}

.overview-copy br {
  content: "";
  display: block;
  margin-top: 1.15em;
}

.eligibility-head {
  margin-bottom: 18px;
}

.eligibility-head h2 {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  color: #39473d;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  padding-bottom: 14px;
  border-bottom: 2px solid rgba(132, 33, 41, 0.35);
}

.eligibility-panel {
  max-width: 1100px;
}

.eligibility-intro {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #2b2f2c;
  margin: 0;
}

.eligibility-list {
  margin: 0;
  padding-left: 28px;
  color: #202522;
}

.eligibility-list li {
  font-size: 1.02rem;
  line-height: 1.55;
  margin-bottom: 12px;
}

.overview-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 30px;
}
.sticky-sidebar {
  position: sticky;
  top: 120px;
  align-self: start;
}
.floating-card {
  background: #fff;
  border-radius: 26px;
  padding: 24px;
  box-shadow: var(--shadow);
  height: fit-content;
}

.compact-sidebar-card {
  padding: 18px;
}

.compact-sidebar-card h3 {
  margin-bottom: 14px !important;
  font-size: 1.15rem;
}

.sidebar-highlights-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.sidebar-highlight-item {
  align-items: flex-start;
  gap: 10px;
}

.compact-sidebar-card .sidebar-highlight-item .pill-icon {
  width: 32px !important;
  height: 32px !important;
  flex: 0 0 32px;
  font-size: 0.9rem;
}

.sidebar-highlight-item > div:last-child {
  font-size: 0.95rem;
  line-height: 1.28;
  color: var(--ink);
}

.compact-sidebar-card hr {
  margin: 16px 0 !important;
}

.compact-sidebar-card .btn-course {
  min-height: 44px;
  font-size: 0.95rem;
}
.list-grid,
.benefit-grid,
.room-grid,
.testimonial-grid,
.gallery-grid {
  display: grid;
  gap: 22px;
}
.list-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.benefit-grid,
.room-grid,
.testimonial-grid,
.gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.pill-card,
.benefit-card,
.room-card,
.testimonial-card,
.batch-card,
.gallery-card,
.faq-card,
.curriculum-card,
.schedule-shell,
.travel-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.pill-card,
.benefit-card,
.batch-card,
.travel-card,
.faq-card,
.curriculum-card {
  padding: 24px;
}
.pill-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.pill-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(210, 156, 58, 0.12);
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.pill-icon i.fa-solid {
  color: #FC721D;
}

.curriculum-card details + details,
.travel-card details + details,
.faq-card details + details {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.curriculum-head h2 {
  font-size: clamp(1.95rem, 3vw, 2.7rem);
  color: #39473d;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  padding-bottom: 14px;
  border-bottom: 2px solid rgba(132, 33, 41, 0.35);
}

.curriculum-accordion {
  display: grid;
  gap: 18px;
}

.curriculum-item {
  background: #fff;
  border: 1px solid rgba(19, 34, 27, 0.08);
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}

.curriculum-item summary {
  position: relative;
  padding: 22px 56px 22px 24px;
  font-size: 1.05rem;
  color: #3d493f;
  font-family: "Sora", sans-serif;
  font-weight: 800;
}

.curriculum-item summary::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: #b22234;
  transition: transform 0.2s ease;
}

.curriculum-item[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.curriculum-points {
  margin: 0;
  padding: 0 24px 22px 24px;
  list-style: none;
  display: grid;
  gap: 12px;
}

.curriculum-points li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #232a4a;
  font-size: 1rem;
  line-height: 1.55;
}

.curriculum-point-icon {
  color: #b22234;
  line-height: 1.4;
  flex: 0 0 auto;
}

.curriculum-shell {
  background: #fff;
}

.curriculum-headline {
  gap: 14px;
  margin-bottom: 26px;
}

.curriculum-headline h2 {
  font-size: clamp(2rem, 3.8vw, 3rem);
  font-family: "Sora", sans-serif;
  font-weight: 800;
  color: var(--leaf-dark);
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(252, 114, 29, 0.75);
}

.curriculum-headline .body-copy {
  max-width: 900px;
  font-size: 1.05rem;
  line-height: 1.55;
}

.curriculum-group-title {
  margin: 0 0 18px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-family: "Sora", sans-serif;
  font-weight: 800;
  color: #3f4d43;
}

.curriculum-accordion-list {
  background: transparent;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  display: grid;
  gap: 16px;
}

.curriculum-accordion-list details + details {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.curriculum-accordion-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0;
  overflow: hidden;
}

.curriculum-accordion-item summary {
  position: relative;
  padding: 20px 58px 20px 20px;
  font-family: "Sora", sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  color: #435145;
}

.curriculum-accordion-item summary::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #FC721D;
  transition: transform 0.2s ease;
}

.curriculum-accordion-item[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.curriculum-accordion-item .body-copy {
  margin: 0 20px 18px;
  padding-top: 12px;
  border-top: 1px solid rgba(19, 34, 27, 0.08);
  font-size: 1rem;
  line-height: 1.6;
}

.schedule-head h2 {
  font-size: clamp(1.95rem, 3vw, 2.7rem);
  color: #39473d;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  padding-bottom: 14px;
  border-bottom: 2px solid rgba(252, 114, 29, 0.55);
}

.schedule-timeline {
  position: relative;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 26px 0 0 22px;
}

.schedule-timeline::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: #fc721d;
}

.schedule-item {
  position: relative;
  padding: 0 0 34px 28px;
}

.schedule-item:last-child {
  padding-bottom: 0;
}

.schedule-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 16px;
  height: 2px;
  background: #fc721d;
}

.schedule-time {
  color: #1b1f1d;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 14px;
}

.schedule-activity {
  color: #fc721d;
  font-size: 1rem;
  line-height: 1.45;
}

.certification-head h2 {
  font-size: clamp(1.55rem, 2.8vw, 2.2rem);
  color: #39473d;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(252, 114, 29, 0.55);
}

.certification-shell {
  display: grid;
  gap: 22px;
}

.certification-image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.certification-image-card {
  background: #fff;
  border: 1px solid rgba(19, 34, 27, 0.08);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.certification-image-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.certification-copy {
  color: #353535;
  line-height: 1.75;
}

.certification-copy-block h3 {
  font-size: 1.12rem;
  color: #212121;
  margin: 0 0 12px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
}

.certification-list {
  margin: 0;
  padding-left: 22px;
  color: #2f2f2f;
}

.certification-list li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.accommodation-head h2 {
  font-size: clamp(1.95rem, 3vw, 2.7rem);
  color: #39473d;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  padding-bottom: 14px;
  border-bottom: 2px solid rgba(252, 114, 29, 0.55);
}

.accommodation-shell {
  display: grid;
  gap: 24px;
}

.accommodation-copy {
  color: #2d2d2d;
  line-height: 1.72;
  max-width: 980px;
}

.accommodation-copy-block {
  display: grid;
  gap: 14px;
  margin-top: 0;
}

.accommodation-copy-block h3,
.accommodation-room-block h3 {
  font-size: clamp(1.5rem, 2.6vw, 2.2rem);
  color: #39473d;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  margin: 0 0 10px;
}

.accommodation-room-list {
  display: grid;
  gap: 26px;
  margin-top: 28px;
}

.accommodation-room-block {
  display: grid;
  gap: 14px;
}

.accommodation-room-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 36px;
  width: 100%;
}

.accommodation-room-track {
  display: flex;
  transition: transform 0.35s ease;
  will-change: transform;
}

.accommodation-room-slide {
  min-width: 100%;
  flex: 0 0 100%;
}

.accommodation-room-image {
  border: 1px solid rgba(19, 34, 27, 0.08);
  background: #fff;
  padding: 4px;
}

.accommodation-room-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.accommodation-room-prev,
.accommodation-room-next {
  position: absolute;
  top: calc(50% - 24px);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(19, 34, 27, 0.08);
  box-shadow: 0 10px 24px rgba(19, 34, 27, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #39473d;
  z-index: 3;
  cursor: pointer;
}

.accommodation-room-prev:disabled,
.accommodation-room-next:disabled {
  opacity: 0.45;
  cursor: default;
}

.accommodation-room-prev {
  left: 10px;
}

.accommodation-room-next {
  right: 10px;
}

.accommodation-room-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0 !important;
  text-align: center;
}

.accommodation-room-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  margin: 0 4px;
  padding: 0;
  background: rgba(57, 71, 61, 0.28);
  cursor: pointer;
}

.accommodation-room-dot.is-active {
  background: #fc721d;
}

.accommodation-feature-list {
  margin: 0;
  padding-left: 22px;
  display: grid;
  gap: 10px;
  color: #2d2d2d;
}

.accommodation-feature-list li {
  line-height: 1.55;
}

.pricing-head h2 {
  font-size: clamp(1.95rem, 3vw, 2.7rem);
  color: #39473d;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  padding-bottom: 14px;
  border-bottom: 2px solid rgba(252, 114, 29, 0.55);
}

.pricing-summary-block,
.pricing-dates-block {
  margin-top: 28px;
}

.pricing-summary-block h3,
.pricing-dates-block h3 {
  font-size: clamp(1.5rem, 2.6vw, 2.2rem);
  color: #39473d;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  margin: 0 0 18px;
}

.pricing-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 48px;
}

.pricing-summary-item h4 {
  font-size: 1.15rem;
  color: #39473d;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  margin: 0 0 10px;
}

.pricing-amount-line {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.pricing-amount {
  color: #1f1f1f;
  font-size: 1rem;
}

.pricing-compare {
  color: #1f1f1f;
  text-decoration: line-through;
  font-size: 1rem;
}

.pricing-date-table-wrap {
  margin-top: 10px;
}

.pricing-date-table {
  width: 100%;
  border-collapse: collapse;
}

.pricing-date-table thead th {
  background: #9f2331;
  color: #fff;
  text-align: left;
  padding: 14px 16px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
}

.pricing-date-table tbody td {
  padding: 14px 16px;
  border: 1px solid rgba(19, 34, 27, 0.08);
  color: #1f1f1f;
}

.pricing-date-table tbody tr:nth-child(odd) td {
  background: #d8d6d6;
}

.pricing-date-table tbody tr:nth-child(even) td {
  background: #f5f5f5;
}

.faq-travel-head h2 {
  font-size: clamp(1.95rem, 3vw, 2.7rem);
  color: #39473d;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  padding-bottom: 14px;
  border-bottom: 2px solid rgba(252, 114, 29, 0.55);
}

.faq-travel-accordion {
  display: grid;
  gap: 20px;
}

.faq-travel-item {
  background: #fff;
  border: 1px solid rgba(19, 34, 27, 0.08);
  box-shadow: none;
  border-radius: 0;
  overflow: hidden;
}

.faq-travel-item summary {
  position: relative;
  padding: 22px 58px 22px 22px;
  color: #435044;
  font-family: "Sora", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
}

.faq-travel-item summary::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: #b22234;
  transition: transform 0.2s ease;
}

.faq-travel-item[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.faq-travel-item .body-copy {
  padding: 0 22px 22px;
  color: #2d2d2d;
  line-height: 1.72;
}
details summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
}
details summary::-webkit-details-marker {
  display: none;
}
.schedule-table {
  width: 100%;
}
.schedule-table tr + tr td {
  border-top: 1px solid var(--line);
}
.schedule-table td {
  padding: 18px 22px;
}
.room-card,
.testimonial-card,
.gallery-card {
  overflow: hidden;
}
.room-card img,
.gallery-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.room-card-body,
.testimonial-card-body {
  padding: 22px;
}
.room-gallery-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}
.room-gallery-strip img {
  height: 82px;
  border-radius: 14px;
}
.batch-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.badge-chip {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(45, 91, 69, 0.1);
  color: var(--leaf);
  margin-bottom: 14px;
  font-weight: 700;
  font-size: 13px;
}
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 14px;
}
.pricing-table th,
.pricing-table td {
  padding: 12px 0;
  border-top: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
.media-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 26px;
}
.media-feature {
  background: var(--leaf-dark);
  color: #fff;
  border-radius: 28px;
  padding: 24px;
  display: grid;
  gap: 20px;
}
.media-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.media-feature-grid img,
.media-feature-grid video {
  border-radius: 18px;
  height: 220px;
  object-fit: cover;
  width: 100%;
}
.review-column {
  display: grid;
  gap: 18px;
}
.testimonial-card-body {
  display: grid;
  gap: 14px;
}
.testimonial-head {
  display: flex;
  align-items: center;
  gap: 14px;
}
.testimonial-head img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
}
.rating-line {
  color: var(--gold);
  font-size: 14px;
  letter-spacing: 0.08em;
}
.cta-footer {
  padding: 0 0 96px;
}
.cta-panel {
  background: linear-gradient(135deg, var(--leaf-dark), var(--leaf));
  color: #fff;
  border-radius: 30px;
  padding: 36px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}
.cta-panel h2 {
  color: #fff;
}

@media (max-width: 1199px) {
  .hero-grid,
  .overview-layout,
  .media-layout,
  .cta-panel {
    grid-template-columns: 1fr;
  }
  .feature-grid,
  .benefit-grid,
  .room-grid,
  .testimonial-grid,
  .gallery-grid,
  .batch-grid,
  .pricing-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .sidebar-highlights-grid {
    grid-template-columns: 1fr;
  }
  .hero-inner {
    padding: 110px 0 44px;
  }
  .section-head-overview {
    gap: 18px;
  }
  .section-head-overview h2 {
    font-size: clamp(2.2rem, 9vw, 3rem);
  }
  .overview-copy {
    font-size: 1rem;
    line-height: 1.34;
  }
  .list-grid,
  .benefit-grid,
  .room-grid,
  .testimonial-grid,
  .gallery-grid,
  .batch-grid,
  .pricing-summary-grid,
  .media-feature-grid,
  .room-gallery-strip {
    grid-template-columns: 1fr;
  }
  .accommodation-room-image img {
    height: 280px;
  }
  .section-wrap {
    padding: 72px 0;
  }
}

/* Course Gallery Section */
.course-gallery-section {
  padding: 40px 0;
  background: #fff;
}
.gallery-wrapper {
  max-width: 1600px;
  margin: 0 auto;
}

.gallery-grid-top {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 12px;
  height: 600px;
  margin-bottom: 12px;
}
.gallery-featured {
  grid-row: 1 / 2;
  overflow: hidden;
  border-radius: 20px 0 0 20px;
}
.gallery-featured-full {
  border-radius: 20px;
}
.gallery-featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.gallery-featured:hover img {
  transform: scale(1.05);
}

.gallery-side-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
}
.gallery-side-item {
  overflow: hidden;
  position: relative;
}
.gallery-side-item .thumb-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
}
.gallery-side-item:hover .thumb-overlay {
  opacity: 1;
}
.gallery-side-item:nth-child(2) {
  border-radius: 0 20px 0 0;
}
.gallery-side-item:nth-child(4) {
  border-radius: 0 0 20px 0;
}
.gallery-side-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.gallery-side-item:hover img {
  transform: scale(1.1);
}

.gallery-thumb-strip {
  padding: 10px 0;
}
.thumb-track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 15px;
  scrollbar-width: thin;
  scrollbar-color: var(--gold) transparent;
}
.thumb-track::-webkit-scrollbar {
  height: 6px;
}
.thumb-track::-webkit-scrollbar-thumb {
  background: var(--gold);
  border-radius: 10px;
}

.thumb-item {
  flex: 0 0 160px;
  height: 100px;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  border: 3px solid transparent;
  transition: all 0.3s ease;
  opacity: 0.7;
}
.thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumb-item:hover {
  opacity: 1;
  transform: translateY(-4px);
}
.thumb-item.active {
  border-color: var(--gold);
  opacity: 1;
  box-shadow: 0 10px 20px rgba(210, 156, 58, 0.2);
}

@media (max-width: 991px) {
  .gallery-grid-top {
    grid-template-columns: 1fr;
    height: auto;
  }
  .gallery-featured {
    height: 400px;
    border-radius: 20px 20px 0 0;
  }
  .gallery-side-grid {
    height: 400px;
  }
  .gallery-side-item:nth-child(2) {
    border-radius: 0;
  }
  .gallery-side-item:nth-child(4) {
    border-radius: 0 0 20px 20px;
  }
}

/* Course Metadata Chips */
.course-meta-section {
    padding: 20px 0 40px;
    background: #fff;
}
.meta-chips-wrapper {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.meta-chip {
    background: #FC721D;
    color: #fff;
    padding: 16px 30px;
    border-radius: 12px;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 280px;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(252, 114, 29, 0.15);
    font-family: inherit;
    transition: transform 0.3s ease;
}
.meta-chip:hover {
    transform: translateY(-3px);
}
.meta-chip .label {
    font-weight: 400;
    opacity: 0.9;
}
.meta-chip strong {
    font-weight: 700;
}
@media (max-width: 767px) {
    .meta-chip {
        width: 100%;
        min-width: auto;
    }
}

/* ------------------------------------- */
/* What's Included 2-Column List Layout  */
/* ------------------------------------- */

.included-list-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 40px;
}

.included-section .section-head {
  margin-bottom: 18px;
}

.included-section {
  padding-top: 6px;
}

@media (min-width: 768px) {
  .included-list-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.included-item {
  display: flex;
  align-items: center;
  padding: 16px 0;
  gap: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); /* Faint separating line */
}

/* The faint line shouldn't be bottom on the last row if possible, but for a 2 col grid, 
   we can just leave it as is or use a tricky selector. */

.included-item .pill-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  background: transparent;
  border-radius: 0;
  color: #FC721D;
  font-size: 1.4rem;  /* Make icon large */
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.included-item .included-text {
  font-size: 1.05rem;
  color: #212529; /* Standard dark text */
  font-weight: 500;
}
