* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: #0f172a;
  background: #ffffff;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.full-flex {
  display: flex;
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px;
}

.breadcrumbs-outer {
  display: flex;
  margin-top: 64px;
}

.breadcrumbs {
  color: #64748b;
  font-size: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.breadcrumbs a {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.48px;
}

.breadcrumbs .sep {
  color: #747a84;
}

.subject-single-section1 {
  padding-top: 40px;
  background-color: #EDF3FE;
  background-image: url('../images/2025/Section1-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 64px;
  flex-direction: column;
  gap: 64px;
}

.subject-single-section1 .container {
  display: flex;
  gap: 20px;
}

.subject-single-section1-half {
  width: 50%;
}

.subject-single-section1-half h1 {
  color: #000;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 72px;
  /* 112.5% */
  letter-spacing: -2.56px;
  margin-bottom: 10px;
}

.subject-single-section1-half h1 span {
  color: #2975f7;
}

.sub-content {
  display: flex;
  max-width: 525px;
}

.sub-content p {
  color: #747a84;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}

.subject-single-section1-half-session-title {
  margin-top: 40px;
  color: #2569CE;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.subject-single-section1-half-session-price {
  margin-top: 14px;
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.64px;
}

.subject-single-section1-half-session-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 16px;
}

.subject-single-section1-half-session-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.subject-single-section1-half-session-badge span {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6%;
  text-underline-offset: 17%;
  text-underline-position: from-font;
}

.subject-single-section1-half-session-badge .icon1 {
  display: flex;
}

.subject-single-section1-ratings-outer {
  display: flex;
  gap: 14px;
  margin-top: 40px;
}

.subject-single-section1-card-inner {
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #F2F4F8;
  background: #F8F9FB;
}

.subject-single-section1-card-inner .form-title {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 133.333% */
  margin-bottom: 32px;
}

.subject-single-section1-card-inner .form-title span {
  color: #2975F7;
}

.subject-single-section1-card-inner .form-title strong {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.subject-single-section1-card-inner .form-group {
  margin-top: 16px;
}

.subject-single-section1-card-inner .label {
  margin-bottom: 5px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.form-wrapper #email,
.subject-single-section1-card-inner #email,
.subject-single-section1-card-inner .input {
  width: 100%;
  font-size: 16px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  display: flex;
  padding: 12px 16px;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #DBDBDB;
  background: #FFF;
}

.form-wrapper #email:focus,
.subject-single-section1-card-inner .input:focus,
.subject-single-section1-card-inner #email:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
}

.checkbox-row {
  display: grid;
  gap: 10px;
  margin: 12px 0 18px;
  font-size: 14px;
  color: #475569;
}

.check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.check input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

.check.terms1 {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.check.terms1 a {
  color: #2975F7;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.check.terms2 {
  color: #747A84;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 166.667% */
}

.cta {
  width: 100%;
  border: none;
  cursor: pointer;
  transition: transform 0.05s ease-in-out, box-shadow 0.2s;
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #2975F7;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.cta:hover {
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.45);
}

.cta:active {
  transform: translateY(1px);
}

.subject-single-section2 {
  background: #fff;
  display: flex;
  justify-content: center;
}

/* Grid holding the feature cards */
.sss2-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(240px, 1fr));
  gap: 20px;
}

.sss2-card {
  display: flex;
  align-items: center;
  gap: 18px;
  border-radius: 10px;
  border: 1px solid #F2F4F8;
  background: #F8F9FB;
  padding: 16px;
}

.sss2-icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #F7A029;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
}

.sss2-icon svg {
  width: 28px;
  height: 28px;
  display: block;
  fill: #ffffff;
}

.sss2-text h3 {
  letter-spacing: -0.01em;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin: 0;
}

.sss2-text p {
  margin: 0;
  color: #5A5A5A;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.subject-single-section3 {
  position: relative;
  background-color: #f6f9ff;
  background-image: url('../images/2025/Section2-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 72px 20px 96px;
  overflow: hidden;
}

.subject-single-section3::before,
.subject-single-section3::after {
  content: "";
  position: absolute;
  inset: auto -12% -40% auto;
  width: 900px;
  height: 900px;
  border-radius: 50%;
  background: radial-gradient(closest-side,
      rgba(111, 131, 255, 0.18),
      transparent 60%);
  filter: blur(30px);
  z-index: -1;
}

.subject-single-section3::after {
  inset: -45% auto auto -12%;
}

.subject-single-section3 .header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
}

.subject-single-section3 .header h2 {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
  /* 116.667% */
  letter-spacing: -1.92px;
}

.subject-single-section3 .header h2 span {
  color: #2975F7;
}

.subject-single-section3 .nav {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 8px;
}

.subject-single-section3 .nav button {
  width: 44px;
  height: 44px;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
  border-radius: 100px;
  border: 1px solid #F2F4F8;
  background: #FFF;
  box-shadow: 0 3px 10px 0 rgba(3, 31, 79, 0.05);
}

.subject-single-section3 .nav button:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(2, 6, 23, 0.18);
}

.subject-single-section3 .nav button:disabled {
  opacity: 0.4;
  pointer-events: none;
  box-shadow: none;
  transform: none;
}

.nav svg {
  width: 18px;
  height: 18px;
}

.subject-single-section3 .cards {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  cursor: grab;
  -ms-overflow-style: none;
  scrollbar-width: none;
  touch-action: pan-y;
}

.subject-single-section3 .cards::-webkit-scrollbar {
  display: none;
}

.subject-single-section3 .cards.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
  user-select: none;
}

.subject-single-section3 .card {
  flex: 0 0 calc(100% - 80px);
  scroll-snap-align: start;
  scroll-snap-stop: always;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #ddd;
}

@media (min-width: 720px) {
  .subject-single-section3 .card {
    flex: 0 0 calc((100% - 28px) / 2);
  }
}

@media (min-width: 1024px) {
  .subject-single-section3 .card {
    flex: 0 0 calc((100% - 56px) / 3);
    max-width: none;
  }
}

.card-media {
  position: relative;
  aspect-ratio: 4/5;
  background: #000;
}

.card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.badge {
  position: absolute;
  top: 34px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  border-radius: 5px;
  background: #fff;
}

.play {
  position: absolute;
  top: 34px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 9px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  border-radius: 10px;
  background: #2975F7;
  backdrop-filter: blur(7px);
  left: 34px;
  cursor: pointer;
}

.badge svg {
  width: 14px;
  height: 14px;
}

.play svg {
  width: 16px;
  height: 16px;
}

.subject-single-section3 .play:focus {
  outline: none;
}

.subject-single-section3 .play:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.85);
  outline-offset: 2px;
}

.subject-single-section3 .card.is-playing .play,
.subject-single-section3 .card.is-playing .badge,
.subject-single-section3 .card.is-playing .fade {
  display: none;
}

.subject-single-section3 .card.is-playing .card-media img {
  display: none;
}

.subject-single-section3 .card-media iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: inherit;
}

.fade {
  position: absolute;
  inset: auto 0 0 0;
  height: 45%;
  background: linear-gradient(to top, rgba(3, 7, 18, 0.85), rgba(3, 7, 18, 0));
}

.card-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 18px 22px;
  color: #fff;
}

.card h4 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}

.card h4 em {
  font-style: normal;
  font-weight: 800;
}

.meta {
  opacity: 0.85;
  font-size: 11px;
  letter-spacing: 0.02em;
}

/* === Section Wrapper === */
section.subject-single-section4 {
  padding: 120px 0;
}

/* === Header === */
.sss4-header {
  text-align: center;
  margin-bottom: 20px;
}

.sss4-eyebrow {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.64px;
  margin-bottom: 16px;
}

.sss4-eyebrow span {
  color: #2975F7;
}

.sss4-title {
  margin: 4px 0 10px 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.sss4-sub {
  margin: 0 auto;
  max-width: 630px;
}

.sss4-sub p {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.sss4-sub p strong {
  font-weight: 600;
}

/* === Grid === */
.sss4-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 20px;
  margin-top: 22px;
}

/* === Left: Photo Card with Overlay === */
.sss4-photo-card {
  position: relative;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.1);
  background: #e2e8f0;
}

.sss4-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sss4-photo-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(2, 6, 23, 0) 45%,
      rgba(2, 6, 23, 0.55) 70%,
      rgba(2, 6, 23, 0.85) 100%);
  pointer-events: none;
}

.sss4-photo-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 65px;
  max-width: 470px;
  margin: 0 auto;
}

.sss4-caption-title {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.64px;
  margin-bottom: 16px;
}

.sss4-caption-text,
.sss4-caption-text p {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}

/* === Right: Panel Stack === */
.sss4-panel-wrap {
  position: relative;
  border-radius: 20px;
  background-image: url('../images/2025/sss4-panel-wrap-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.sss4-panel-inner {
  inset: 0;
  padding: 65px;
  border-radius: 20px;
}


/* === Cards === */
.sss4-card {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  background: #ffffff;
  padding: 24px;
}

.sss4-card+.sss4-card {
  margin-top: 18px;
}

.sss4-card-head {
  border-bottom: 1px solid #000;
  padding: 5px 0px;
  margin-bottom: 14px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

/* List rows */
.sss4-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
}

.sss4-row:last-of-type {
  border-bottom: none;
}

.sss4-row-left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.sss4-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
  font-size: 12px;
  font-weight: 700;
  flex: 0 0 18px;
  border-radius: 4px;
  background: #F2F4F8;
  padding: 0px;
}

.sss4-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.sss4-dash {
  border-bottom: 1px dashed #E5E5E5;
  flex: 1;
  min-width: 0;
}

.sss4-hours {
  color: #5A5A5A;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.sss4-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-top: 6px;
  margin-top: 6px;
}

.sss4-total .label {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.sss4-total .value {
  color: #000;
  text-align: right;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.64px;
}

.sss4-cta {
  margin-top: 34px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  border-radius: 10px;
  background: #2975F7;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.sss4-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.32);
}

.sss4-cta:active {
  transform: translateY(0);
  opacity: 0.95;
}

.read-button-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 120px;
}

.read-button-wrapper a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  border-radius: 10px;
  background: #2975F7;
  transition: all 0.3s ease-in-out;
}

.read-button-wrapper a:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.32);
}

/* --- Section Wrapper --- */
.subject-single-section5 {
  padding: 0px;
  /* generous top/bottom spacing */
}

/* --- Title --- */
.subject-single-section5 .title-wrap {
  text-align: center;
  margin-bottom: 40px;
}

.subject-single-section5 .kicker {
  /* Hidden in this design but kept if needed later */
  display: none;
}

.subject-single-section5 h2 {
  margin: 0;
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  /* 125% */
  letter-spacing: -0.64px;
}

.subject-single-section5 h2 span {
  color: #2975F7;
  /* blue-600 for "Breakdown" */
}

/* --- Body Text Column --- */
.subject-single-section5 .content p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 214.286% */
  margin-bottom: 20px;
}

/* Tighten the last paragraph’s spacing */
.subject-single-section5 .content p:last-child {
  margin-bottom: 0;
}



.readmore-wrapper {
  position: relative;
}

.readmore-content {
  max-height: 180px;
  /* show only first paragraph */
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.readmore-wrapper.expanded .readmore-content {
  max-height: 3000px;
  /* enough to fully expand */
}

.readmore-btn-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
}

.readmore-btn {
  display: inline-block;
  margin-top: 15px;
  background: #2563eb;
  color: #fff;
  padding: 10px 18px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}

.readmore-btn:hover,
.readmore-btn:focus {
  border-color: transparent;
  background-color: #657afc;
  color: #FFFFFF;
  filter: brightness(1.04);
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.34), 0 2px 4px rgba(15, 23, 42, 0.06) inset;
}

/* Section */
.subject-single-section6 {
  position: relative;
  padding-top: 75px;
  padding-bottom: 190px;
  background-image: url('../images/2025/section6-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

/* Container */
.hiw-container {
  max-width: 100%;
  margin: 0 auto;
}

/* Heading */
.hiw-eyebrow h2 {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  /* 120% */
  letter-spacing: -0.8px;
  margin-bottom: 16px;
}

.hiw-eyebrow h2 span {
  color: #2975F7;
  /* blue-600 */
}

.hiw-subtitle {
  margin-bottom: 72px;
}

.hiw-subtitle p {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.hiw-subtitle strong {
  font-weight: 600;
}

/* Cards grid */
.hiw-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.hiw-card {
  background: #ffffff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #2975F7;
}

.hiw-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}

.hiw-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #2563eb;
  display: grid;
  place-items: center;
  flex: 0 0 44px;
}

.hiw-icon svg {
  width: 28px;
  height: 28px;
  color: #ffffff;
}

.hiw-step-title {
  letter-spacing: -0.01em;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.hiw-card p {
  margin: 0;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

/* -------- Section -------- */
.subject-single-section7 {
  padding: 80px 24px 100px;
}

.sss7-container {
  max-width: 1180px;
  margin: 0 auto;
}

/* Heading */
.sss7-eyebrow {
  display: none;
  /* reserved if you later want a small eyebrow above the H1 */
}

.sss7-title {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
  /* 116.667% */
  letter-spacing: -1.92px;
}

.sss7-title span {
  color: #2975F7;
  /* vivid blue like the mock */
}

/* Cards row */
.sss7-grid {
  margin-top: 56px;
  display: flex;
  gap: 28px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 12px;
  cursor: grab;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.sss7-grid::-webkit-scrollbar {
  display: none;
}

.sss7-grid.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
  user-select: none;
}

.sss7-card {
  flex: 0 0 calc(100% - 80px);
  scroll-snap-align: start;
  scroll-snap-stop: always;
  padding: 24px;
  position: relative;
  min-height: 240px;
  border-radius: 10px;
  border: 1px solid #F2F4F8;
  background: #F8F9FB;
}

@media (min-width: 720px) {
  .sss7-card {
    flex: 0 0 calc((100% - 28px) / 2);
  }
}

@media (min-width: 1024px) {
  .sss7-card {
    flex: 0 0 calc((100% - 56px) / 3);
  }
}

.sss7-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.sss7-rating {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.sss7-star {
  width: 16px;
  height: 16px;
  display: inline-block;
}

/* Review logo placeholders (Google / Trustpilot) */
.sss7-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 15px;
  color: #6f6f78;
  user-select: none;
  white-space: nowrap;
}

.logo-google {
  color: #5f6368;
}

.logo-trustpilot {
  color: #5f6368;
}

.logo-google svg {
  width: 22px;
  height: 22px;
  display: block;
}

.logo-trustpilot svg {
  width: 18px;
  height: 18px;
  display: block;
}

.sss7-text,
.sss7-text p {
  margin-bottom: 24px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.sss7-author {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.sss7-location {
  color: #2975F7;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
  letter-spacing: 0.48px;
  text-transform: uppercase;
}

/* Carousel controls (static – decorative for this static build) */
.sss7-controls {
  margin-top: 26px;
  display: flex;
  justify-content: center;
  gap: 28px;
}

.sss7-ctrl {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.2s ease;
  border-radius: 100px;
  border: 1px solid #F2F4F8;
  background: #FFF;
  box-shadow: 0 3px 10px 0 rgba(3, 31, 79, 0.05);
}

.sss7-ctrl:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.03), 0 14px 30px rgba(20, 24, 40, 0.12);
}

.sss7-ctrl:disabled {
  opacity: 0.4;
  pointer-events: none;
  box-shadow: none;
  transform: none;
}

.sss7-ctrl svg {
  width: 22px;
  height: 22px;
  display: block;
}

/* Section */
.subject-single-section8 {
  padding: 64px 24px;
  display: flex;
  justify-content: center;
}

.subject-single-section8 .wrap {
  width: 100%;
  max-width: 1280px;
  display: grid;
  grid-template-columns: 1.05fr 1.4fr;
  gap: 40px;
  align-items: start;
}

/* Left column content */
.subject-single-section8 .headline {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  /* 120% */
  letter-spacing: -0.8px;
}

.subject-single-section8 .headline span {
  color: #2975F7;
  /* blue highlight for “Answers” */
}

/* Right column FAQ */
.subject-single-section8 .faq {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.subject-single-section8 .faq-item {
  border-radius: 10px;
  border: 1px solid #F2F4F8;
  background: #F8F9FB;
  transition: all 0.3s ease;
  overflow: hidden;
}


/* First card (open one) appears larger, like in the design */
.subject-single-section8 .faq-item.active {
  border-radius: 10px;
  border: 1px solid #F2F4F8;
  background: #F8F9FB;
}

.subject-single-section8 .faq-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 28px 28px 0px 28px;
  transition: padding 0.3s ease;
}

.subject-single-section8 .faq-title {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 140% */
}

/* Open item subtitle */
.subject-single-section8 .faq-sub {
  margin: 0 90px 26px 28px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 92%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, margin 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

.subject-single-section8 .faq-sub p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.subject-single-section8 .faq-item.active .faq-sub {
  max-height: 1000px;
  opacity: 1;
}


/* Toggle button styled as circle with plus/minus */
.subject-single-section8 .toggle {
  position: relative;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #e7ebf1;
  background: #ffffff;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

/* Plus / minus icon made with pseudo elements */
.subject-single-section8 .toggle::before,
.subject-single-section8 .toggle::after {
  content: "";
  position: absolute;
  background: #2d6cf7;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.subject-single-section8 .toggle::before {
  width: 22px;
  height: 2px;
}

.subject-single-section8 .toggle::after {
  width: 2px;
  height: 22px;
}

/* When item is active, show minus */
.subject-single-section8 .faq-item.active .toggle::after {
  opacity: 0;
  transform: rotate(90deg);
}

/* Spacing between stacked closed items to mimic screenshot */
.subject-single-section8 .faq-item:not(.active) .faq-head {
  padding: 28px 28px 0px 28px;
}

/* Utilities for the large left headline block spacing */
.subject-single-section8 .left {
  padding-top: 8px;
}

/* ---------- Section ---------- */
.subject-single-section9 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 130px 0;
  background-image: url('../images/2025/section9-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}


/* ---------- Container ---------- */

/* ---------- Heading ---------- */
.eyebrow {
  display: none;
  /* (not used, reserve if needed) */
}

.title {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  /* 120% */
  letter-spacing: -0.8px;
}

.title h2 {
  color: #2975F7;
  /* blue-600 */
}

.subtitle {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
  margin-top: 30px;
}

.subtitle .dot {
  margin: 0 10px;
  color: #000;
  /* slate-400 */
}

/* ---------- Card ---------- */
.card {
  margin: 0 auto;
  width: 100%;
  max-width: 632px;
  border-radius: 20px;
  background: #F8F9FB;
  padding: 0px;
}

.form-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 632px;
  border-radius: 20px;
  border: 1px solid #F2F4F8;
  background: #F8F9FB;
  padding: 40px;
}

.form-row {
  margin-bottom: 16px;
  text-align: left;
}

label {
  display: block;
  margin-bottom: 8px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select {
  display: block;
  width: 100%;
  height: 48px;
  padding: 12px 14px;
  outline: none;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
  box-shadow: inset 0 1px 0 rgba(2, 6, 23, 0.02);
  border-radius: 4px;
  border: 1px solid #DBDBDB;
  background: #FFF;
  color: #6A6A6A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #64748b 50%),
    linear-gradient(135deg, #64748b 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 36px;
  cursor: pointer;
}

input::placeholder {
  color: #94a3b8;
}

input:focus,
select:focus {
  border-color: #93c5fd;
  /* blue-300 */
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
}

/* ---------- Agreements ---------- */
.agreements {
  margin-top: 4px;
  text-align: left;
  font-size: 12px;
  color: #475569;
}

.agreement {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 10px 0;
  line-height: 1.35;
}

.agreement input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  border-radius: 4px;
  border: 1px solid #cbd5e1;
  accent-color: #2563eb;
  /* native checkbox tint */
}

.agreement a {
  color: #2563eb;
  text-decoration: none;
}

.agreement a:hover {
  text-decoration: underline;
}

/* ---------- Button ---------- */
.actions {
  margin-top: 14px;
}

.btn-primary {
  width: 100%;
  height: 48px;
  border-radius: 10px;
  background: #2563eb;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.btn-primary:hover {
  filter: brightness(1.04);
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.34),
    0 2px 4px rgba(15, 23, 42, 0.06) inset;
}

.btn-primary:active {
  transform: translateY(1px);
}

/* Media Query for 1680px and above */
@media (max-width: 1680px) {

  /* Large headings - reduce by 5px */
  .subject-single-section1-half h1 {
    font-size: 59px;
  }

  .subject-single-section3 .header h2 {
    font-size: 43px;
  }

  .sss7-title {
    font-size: 43px;
  }

  .hiw-eyebrow h2 {
    font-size: 35px;
  }

  .subject-single-section8 .headline {
    font-size: 35px;
  }

  .title {
    font-size: 35px;
  }

  /* Sub headings - reduce by 2px */
  .subject-single-section1-half-session-price {
    font-size: 30px;
  }

  .sss4-eyebrow {
    font-size: 30px;
  }

  .sss4-caption-title {
    font-size: 30px;
  }

  .subject-single-section5 h2 {
    font-size: 30px;
  }

  .sss4-total .value {
    font-size: 30px;
  }

  .sss4-title {
    font-size: 26px;
  }

  .subject-single-section1-card-inner .form-title {
    font-size: 22px;
  }

  .subject-single-section1-card-inner .form-title strong {
    font-size: 22px;
  }

  .hiw-step-title {
    font-size: 22px;
  }

  .subject-single-section8 .faq-title {
    font-size: 18px;
  }

  .subject-single-section8 .faq-sub {
    font-size: 14px;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  select {
    font-size: 14px;
  }

  .subtitle {
    font-size: 14px;
  }

  .subject-single-section1-card-inner .input,
  .subject-single-section1-card-inner #email,
  .form-wrapper #email {
    font-size: 14px;
    ;
  }

}

/* Media Query for 1440px and below */
@media (max-width: 1440px) {

  /* Large headings - reduce by 5px from 1680px values */
  .subject-single-section1-half h1 {
    font-size: 54px;
    line-height: 60px;
  }

  .subject-single-section3 .header h2 {
    font-size: 38px;
    line-height: 40px;
  }

  .sss7-title {
    font-size: 38px;
  }

  .hiw-eyebrow h2 {
    font-size: 30px;
  }

  .subject-single-section8 .headline {
    font-size: 30px;
  }

  .title {
    font-size: 30px;
  }

  /* Sub headings - reduce by 2px from 1680px values */
  .subject-single-section1-half-session-price {
    font-size: 28px;
  }

  .sss4-eyebrow {
    font-size: 28px;
  }

  .sss4-caption-title {
    font-size: 28px;
  }

  .subject-single-section5 h2 {
    font-size: 28px;
  }

  .sss4-total .value {
    font-size: 28px;
  }

  .sss4-title {
    font-size: 24px;
  }

  .subject-single-section1-card-inner .form-title {
    font-size: 20px;
  }

  .subject-single-section1-card-inner .form-title strong {
    font-size: 20px;
  }

  .hiw-step-title {
    font-size: 20px;
  }

  .subject-single-section8 .faq-title {
    font-size: 16px;
  }

  .card,
  .form-wrapper {
    padding: 25px;
  }
}

/* Media Query for 1366px and below */
@media (max-width: 1366px) {

  /* Large headings - reduce by 5px from 1440px values */
  .container {
    max-width: 90%;
  }

  .subject-single-section1-half h1 {
    font-size: 49px;
    line-height: 55px;
  }

  .subject-single-section3 .header h2 {
    font-size: 33px;
  }

  .sss7-title {
    font-size: 33px;
  }

  .hiw-eyebrow h2 {
    font-size: 25px;
  }

  .subject-single-section8 .headline {
    font-size: 25px;
  }

  .title {
    font-size: 25px;
  }

  /* Sub headings - reduce by 2px from 1440px values */
  .subject-single-section1-half-session-price {
    font-size: 26px;
  }

  .sss4-eyebrow {
    font-size: 26px;
  }

  .sss4-caption-title {
    font-size: 26px;
  }

  .subject-single-section5 h2 {
    font-size: 26px;
  }

  .sss4-total .value {
    font-size: 26px;
  }

  .sss4-title {
    font-size: 22px;
  }

  .subject-single-section1-card-inner .form-title {
    font-size: 18px;
  }

  .subject-single-section1-card-inner .form-title strong {
    font-size: 18px;
  }

  .hiw-step-title {
    font-size: 18px;
  }

  .subject-single-section8 .faq-title {
    font-size: 14px;
  }

  .read-button-wrapper {
    padding-top: 75px;
  }

  .subject-single-section5 {
    padding: 0px 0px 50px;
  }

  .subject-single-section6 {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .subject-single-section7 {
    padding: 50px 0px 50px;
  }

  .subject-single-section8 {
    padding: 50px 0px;
  }

  .subject-single-section9 {
    padding: 50px 0;
  }
}

/* Media Query for 1280px and below */
@media (max-width: 1280px) {

  /* Large headings - reduce by 5px from 1366px values */
  .subject-single-section1-half h1 {
    font-size: 44px;
  }

  .subject-single-section3 .header h2 {
    font-size: 28px;
  }

  .sss7-title {
    font-size: 28px;
    line-height: 38px;
  }

  .hiw-eyebrow h2 {
    font-size: 24px;
  }

  .subject-single-section8 .headline {
    font-size: 24px;
    line-height: 34px;
  }

  .title {
    font-size: 24px;
    line-height: 34px;
  }

  .sss4-total .value {
    font-size: 24px;
  }

  .hiw-subtitle p {
    font-size: 14px;
  }

  .subject-single-section1-half-session-price {
    font-size: 24px;
  }

  .sss4-sub p {
    font-size: 14px;
  }

  .sss4-caption-title {
    font-size: 24px;
    line-height: 28px;
  }

  .subject-single-section8 .faq-head {
    padding: 10px 20px 0px 20px;
  }

  .subject-single-section8 .faq-item:not(.active) .faq-head {
    padding: 10px 20px 0px 20px;
  }

  .subject-single-section8 .faq-sub {
    margin: 0 90px 20px 20px;
  }

  .sss2-grid {
    grid-template-columns: repeat(4, minmax(200px, 1fr));
    gap: 10px;
  }

}

/* Media Query for 1024px and below */
@media (max-width: 1024px) {

  /* Large headings - reduce by 5px from 1280px values */
  .subject-single-section1-half h1 {
    font-size: 39px;
    line-height: 45px;
  }

  .subject-single-section3 .header h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .sss7-title {
    font-size: 24px;
  }

  .subject-single-section8 .headline {
    font-size: 24px;
  }

  .title {
    font-size: 24px;
  }

  .sss4-panel-inner {
    padding: 25px;
  }

  .subject-single-section3 .card .card-media {
    aspect-ratio: 4/4.5;
  }

  .sss4-eyebrow {
    font-size: 24px;
  }

  .subject-single-section5 h2 {
    font-size: 24px;
  }

}

/* Media Query for 992px and below */
@media (max-width: 992px) {

  /* Large headings - reduce by 5px from 1024px values, minimum 14px */
  .subject-single-section1-half h1 {
    font-size: 34px;
  }

  .sss2-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .subject-single-section1 .container {
    flex-direction: column;
  }

  .subject-single-section1-half {
    width: 100%;
  }

  .sub-content {
    max-width: 100%;
  }

  .subject-single-section1-card-inner {
    max-width: 500px;
    margin: 0 auto;
  }

  .sss4-grid {
    grid-template-columns: 1fr;
  }

  .subject-single-section8 .wrap {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr;
  }

  .card,
  .form-wrapper {
    max-width: 500px;
  }

  section.subject-single-section4 {
    padding: 70px 0;
  }
}

@media (max-width: 768px) {

  .subject-single-section1-half h1,
  .subject-single-section8 .headline {
    text-align: center;
  }

}

@media (max-width: 600px) {
  .subject-single-section1-half h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .subject-single-section1-card-inner {
    padding: 30px;
  }

  .subject-single-section1 {
    padding-bottom: 0;
  }

  .subject-single-section3 {
    padding: 60px 0px 50px;
  }

  section.subject-single-section4 {
    padding: 50px 0;
  }

  .read-button-wrapper {
    padding-top: 50px;
  }

  .subject-single-section5 .title-wrap {
    margin-bottom: 20px;
  }

  .subject-single-section6 {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .hiw-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sss7-grid {
    margin-top: 30px;
  }

  .subject-single-section8 {
    padding: 0px;
  }

  .sss2-grid {
    grid-template-columns: 1fr;
  }

  .sss4-hours {
    font-size: 12px;
  }

  .sss4-label {
    font-size: 12px;
  }

  .sss4-card {
    padding: 15px;
  }

  .sss4-panel-inner {
    padding: 15px;
  }

  .sss4-total .value {
    font-size: 18px;
  }

  .hiw-subtitle {
    margin-bottom: 30px;
  }


}