body {
  font-family: 'Poppins', sans-serif;
}

/* FREE WEBINAR BADGE */
.free-webinar-badge {
  width: 180px;
  height: auto;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

@media (max-width: 576px) {
  .free-webinar-badge {
    width: 150px;
  }
}

/* COUNTDOWN */
.countdown-wrapper {
  background: linear-gradient(135deg, #4a0e0e 0%, #7a1a1a 50%, #4a0e0e 100%);
  border-radius: 12px;
  padding: 20px 25px;
  display: inline-block;
}

.countdown-title {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 12px;
  text-align: center;
}

.countdown-boxes {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.cd-box {
  background: rgba(0, 0, 0, 0.35);
  border-radius: 8px;
  padding: 12px 16px;
  min-width: 65px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cd-num {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  display: block;
}

.cd-label {
  font-size: 0.65rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 1px;
  margin-top: 4px;
  display: block;
}

@media (max-width: 576px) {
  .countdown-wrapper {
    padding: 10px 12px;
    border-radius: 8px;
  }

  .countdown-title {
    font-size: 0.65rem;
    letter-spacing: 1px;
    margin-bottom: 6px;
  }

  .countdown-boxes {
    gap: 5px;
  }

  .cd-box {
    padding: 6px 8px;
    min-width: 40px;
    border-radius: 6px;
  }

  .cd-num {
    font-size: 1rem;
  }

  .cd-label {
    font-size: 0.5rem;
    margin-top: 2px;
  }
}

/* HERO */
.hero {
  min-height: 88vh;
  background: url('https://sreenidhi.quirkyrealty.com/wp/wp-content/uploads/2026/01/Hero-banner.jpg') center/cover no-repeat;
}

.container {
  padding: 0px 20px;
}

/* LOGOS */
.logo {
  height: 40px;
}

.logo1 {
  height: 150px;
}

/* GRADIENT TEXT */
.text-gradient {
  background: linear-gradient(90deg, #7C62FF, #FF6464);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.hero-title-name {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: yellow;
}


/* TITLES */
.hero-title {
  font-size: 3rem;
  font-weight: 700;
}

.hero-subtitle {
  font-size: 1.4rem;
  font-weight: 500;
}

.hero-text {
  font-size: 1rem;
  color: #ddd;
}

/* BUTTONS */
.btn-primary-custom {
  background: #E7242B;
  border-radius: 10px;
  padding: 12px 28px;
  color: #fff;
  text-decoration: none;
}

.btn-primary-custom:hover {
  background: #311112;
}

.btn-outline-light-custom {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 12px 28px;
  color: #fff;
  text-decoration: none;
}

.btn-outline-light-custom:hover {
  background: #E7242B;
  border-color: #E7242B;
}

/* HERO REGISTRATION FORM */
.hero-form-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px 28px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}

.hero-form-title {
  color: #1a1a2e;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4px;
}

.hero-form-subtitle {
  color: #666;
  font-size: 0.9rem;
  text-align: center;
  margin-bottom: 20px;
}

.hero-form-input {
  width: 100%;
  border: none;
  background: #E7242B;
  color: #fff;
  padding: 13px 16px;
  border-radius: 6px;
  margin-bottom: 12px;
  font-size: 0.95rem;
  outline: none;
}

.hero-form-input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.hero-form-input option {
  background: #fff;
  color: #333;
}

.hero-form-btn {
  width: 100%;
  background: #1a1a2e;
  color: #fff;
  border: 3px solid #E7242B;
  border-radius: 8px;
  padding: 14px;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  margin-top: 6px;
  transition: background 0.3s;
}

.hero-form-btn:hover {
  background: #E7242B;
}

@media (max-width: 576px) {
  .hero-form-card {
    padding: 24px 18px;
  }

  .hero-form-title {
    font-size: 1.2rem;
  }
}

/* COUNTDOWN */
.countdown {
  display: inline-flex;
  gap: 12px;
}

.countdown div {
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
  border-radius: 10px;
  min-width: 70px;
  text-align: center;
}

/* COUNTERS */
.counter {
  font-size: 1.8rem;
  font-weight: 600;
}

/* IMAGE */
.hero-image {
  max-width: 90%;
}

/* Section Titles */
.section-title {
  font-weight: 700;
  margin-bottom: 15px;
}

.section-text {
  color: #555;
}

/* Cards */
.info-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.info-card h5 {
  font-weight: 600;
  margin-bottom: 5px;
}

.program-schedule {
  background: #ffffff;
}

/* Text */
.schedule-text {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

/* Cards */
.schedule-card {
  border: 1.5px solid #cfcfcf;
  border-radius: 16px;
  padding: 28px 20px;
  text-align: center;
  height: 100%;
  background: #fff;
  transition: all 0.3s ease;
}

.schedule-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

/* Icons */
.card-icon {
  width: 56px;
  height: auto;
  margin-bottom: 12px;
}

/* Heading */
.card-heading {
  font-weight: 700;
  color: #7a0f0f;
  margin-bottom: 6px;
}

/* Text */
.schedule-card p {
  margin: 0;
  font-size: 15px;
  color: #444;
}


.top-marquee {
  background: linear-gradient(135deg, #2a0b0b, #3b0f0f);
  overflow: hidden;
  padding: 12px 0;
}

.marquee-wrapper {
  display: flex;
  width: max-content;
  animation: marquee-left 25s linear infinite;
}

.marquee-track {
  display: flex;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
  padding-right: 40px;
}

/* Text */
.marquee-track span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

/* Tick */
.tick {
  font-size: 18px;
  margin: 0 10px;
}

/* Seamless loop animation */
@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Pause on hover */
.top-marquee:hover .marquee-wrapper {
  animation-play-state: paused;
}



/* Dark Section */
.dark-section {
  background: linear-gradient(135deg, #2b0a0a, #4a0f0f);
}

.dark-section .info-card {
  background: #fff;
}

/* Sticky Bottom Bar */
.sticky-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #8b0000;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
  z-index: 999;
}


.achievements-section {
  background: #f6efef;
}

/* Video */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 12px;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Info Boxes */
.info-box {
  background: #fff;
  border-radius: 12px;
  padding: 20px 25px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

.box-title {
  color: #b11217;
  font-weight: 700;
  margin-bottom: 15px;
}

/* Check List */
.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-weight: 500;
}

.check-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #1dbf73;
  font-weight: 700;
}



.who-section {
  background: #ffffff;
}

/* Card */
.who-card {
  height: 100%;
  border: 1.5px solid #cfcfcf;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s ease;
}

.who-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Icon */
.who-card .icon {
  font-size: 48px;
  margin-bottom: 15px;
}

/* Title */
.who-card h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

/* Text */
.who-card p {
  color: #555;
  font-size: 15px;
}

.partners-section {
  background: #f6efef;
}

.partners-text {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

.partners-logo {
  max-width: 380px;
}

/* FULL WIDTH IMAGE SECTION */
.full-banner-section {
  width: 100%;
  margin: 0;
  padding: 0;
}

.full-banner-img {
  width: 100%;
  height: 400px;
  display: block;
  object-fit: cover;
}

/* Optional: control height like a hero */
@media (min-width: 768px) {
  .full-banner-img {
    max-height: 520px;
  }
}


.trainer-section {
  background: #ffffff;
}

/* Text */
.trainer-text {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

/* List */
.trainer-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.trainer-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #444;
}

.trainer-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #1dbf73;
  font-weight: 700;
}

/* Image */
.trainer-img {
  border-radius: 12px;
  max-height: 520px;
  object-fit: cover;
}

.learning-section {
  background: #f6efef;
}

/* Module Cards */
.module-card {
  border: 1.5px solid #cfcfcf;
  border-radius: 14px;
  padding: 20px;
  height: 100%;
  transition: all 0.3s ease;
  background: #fff;
}

.module-card h5 {
  color: #b11217;
  font-weight: 700;
  margin-bottom: 6px;
}

.module-card p {
  font-size: 15px;
  color: #444;
  margin: 0;
}

.module-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

/* Image */
.learning-img {
  border-radius: 16px;
  max-height: 600px;
  object-fit: cover;
}

/* Section */
.bonus-section {
  position: relative;
  background: url("assets/images/bonus-bg.png") center/cover no-repeat;
}

/* Dark overlay */
.bonus-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

/* Bonus cards */
.bonus-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 18px 20px;
  text-align: center;
  font-weight: 500;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}


.master-section {
  background: #f6efef;
}

/* Card */
.master-card {
  background: #ffffff;
  border: 1.5px solid #cfcfcf;
  border-radius: 16px;
  padding: 30px 20px;
  height: 100%;
  text-align: center;
  transition: all 0.3s ease;
}

.master-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Highlighted card (middle top in screenshot) */
.master-card.highlight {
  border-color: #b11217;
}

/* Icon */
.master-card .icon {
  font-size: 46px;
  margin-bottom: 15px;
}

/* Title */
.master-card h5 {
  font-weight: 700;
  margin-bottom: 8px;
}

/* Text */
.master-card p {
  font-size: 15px;
  color: #555;
  margin: 0;
}

.final-cta-section {
  background: #ffffff;
}

/* Card */
.cta-card {
  max-width: 900px;
  border: 1.5px solid #b9b9b9;
  border-radius: 18px;
  padding: 50px 30px;
}

/* Text */
.cta-text {
  font-size: 17px;
  color: #555;
}

/* Trust Items */
.trust-item {
  font-size: 18px;
  font-weight: 600;
  color: #444;
}

.trust-item::before {
  content: "✔";
  color: #1dbf73;
  font-weight: 700;
  margin-right: 8px;
}

.why-section {
  background: #f6efef;
}

/* Right text */
.why-text {
  font-size: 17px;
  color: #555;
  max-width: 520px;
}

/* Cards */
.why-card {
  background: #ffffff;
  border: 1.5px solid #cfcfcf;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
}

.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Icon */
.why-card .icon {
  font-size: 42px;
  margin-bottom: 15px;
}

/* Title */
.why-card h5 {
  font-weight: 700;
  margin-bottom: 8px;
}

/* Text */
.why-card p {
  font-size: 15px;
  color: #555;
  margin: 0;
}

.testimonials-section {
  background: #ffffff;
}

/* Card */
.testimonial-card {
  border: 1.5px solid #cfcfcf;
  border-radius: 16px;
  padding: 25px 22px;
  height: 100%;
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Name */
.testimonial-card .name {
  font-weight: 700;
  margin-bottom: 6px;
}

/* Stars */
.testimonial-card .stars {
  color: #f5b301;
  margin-bottom: 12px;
  font-size: 18px;
}

/* Text */
.testimonial-card p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  margin: 0;
}


.featured-section {
  background: #f6efef;
}

/* Marquee wrapper */
.logo-marquee {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: 25px 0;
}

/* Track */
.logo-track {
  display: flex;
  width: max-content;
  animation: marquee 30s linear infinite;
}

/* Individual logo */
.logo-item {
  flex: 0 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
}

.logo-item img {
  height: 45px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.3s ease;
}

/* Hover effect */
.logo-item img:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.05);
}

/* Animation */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Mobile tuning */
/*@media (max-width: 768px) {*/
/*  .logo-item {*/
/*    padding: 0 25px;*/
/*  }*/

/*  .logo-item img {*/
/*    height: 36px;*/
/*  }*/
/*}*/


.notes-section {
  background: #ffffff;
}

/* Images */
.notes-img {
  max-height: 260px;
  object-fit: contain;
}

/* Text */
.notes-text {
  max-width: 900px;
  font-size: 16px;
  color: #444;
  line-height: 1.7;
}


.faq-section {
  background: #f6efef;
}

/* Remove default Bootstrap look */
.faq-accordion .accordion-item {
  border: 1.5px solid #ddd;
  border-radius: 6px;
  margin-bottom: 12px;
  overflow: hidden;
}

/* Header button */
.faq-accordion .accordion-button {
  font-weight: 600;
  font-size: 16px;
  background: #ffffff;
  color: #000;
  box-shadow: none;
  position: relative;
  padding-left: 50px;
}

/* Plus / minus icon */
.faq-accordion .accordion-button::before {
  content: "+";
  position: absolute;
  left: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

/* Active (open) state */
.faq-accordion .accordion-button:not(.collapsed) {
  background: #b11217;
  color: #ffffff;
}

.faq-accordion .accordion-button:not(.collapsed)::before {
  content: "–";
  color: #ffffff;
}

/* Remove Bootstrap arrow */
.accordion-button::after {
  display: none;
}

/* Body */
.faq-accordion .accordion-body {
  background: #ffffff;
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}


.social-proof-section {
  background: #ffffff;
}

/* Social Card */
.social-card {
  background: linear-gradient(135deg, #2a0b0b, #3b0f0f);
  color: #ffffff;
  padding: 35px 20px;
  border-radius: 14px;
}

/* Text */
.social-card p {
  font-size: 15.5px;
  line-height: 1.6;
  color: #f1f1f1;
}

/* Icons */
.social-icons {
  display: flex;
  gap: 18px;
  align-items: center;
}

.social-icons a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icons a:hover {
  background: #ffffff;
  color: #b11217;
  transform: translateY(-3px);
}

/* Final CTA background */
.final-transform-section {
  background: linear-gradient(135deg, #2a0b0b, #3b0f0f);
}

/* White card */
.transform-card {
  background: #ffffff;
  max-width: 900px;
  border-radius: 14px;
  padding: 45px 30px;
}

/* Subtitle */
.transform-card p {
  font-size: 16px;
  color: #555;
}

/* Footer */
.main-footer {
  background: #0f0f0f;
  color: #ffffff;
  padding: 15px 0 80px 0;
  font-size: 14px;
}



/* =========================
   RESPONSIVE — MOBILE & TABLET
   ========================= */

@media (max-width: 992px) {
  .hero-title {
    font-size: 2.4rem;
  }

  .hero-subtitle {
    font-size: 1.25rem;
  }

  .logo {
    height: 40px;
  }

  .logo1 {
    height: 80px;
  }
}

@media (max-width: 768px) {
  .logo {
    height: 40px;
  }

  .logo1 {
    height: 120px;
  }

  .hero {
    padding: 80px 0 60px;
    text-align: center;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .btn-primary-custom,
  .btn-outline-light-custom {
    width: 100%;
    text-align: center;
  }

  .main-footer {
    padding-bottom: 120px;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 1.75rem;
  }
}


/* ============================
   PROGRAM SCHEDULE – RESPONSIVE
   ============================ */

/* Tablet & below */
@media (max-width: 992px) {
  .program-schedule h2 {
    font-size: 1.9rem;
  }

  .schedule-text {
    font-size: 15.5px;
  }
}

/* Mobile */
@media (max-width: 768px) {

  /* Center left content */
  .program-schedule .col-lg-6:first-child {
    text-align: center;
  }

  /* Button full width */
  .program-schedule .btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  /* Cards spacing */
  .schedule-card {
    padding: 22px 18px;
  }

  .schedule-card .icon {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }

  .card-heading {
    font-size: 1.05rem;
  }

  .schedule-card p {
    font-size: 14.5px;
  }
}

/* Small phones */
@media (max-width: 576px) {

  .program-schedule h2 {
    font-size: 1.65rem;
  }

  .schedule-text {
    font-size: 14.5px;
    line-height: 1.6;
  }

  .schedule-card {
    border-radius: 14px;
  }
}


/* ============================
   ACHIEVEMENTS SECTION – RESPONSIVE
   ============================ */

/* Tablet */
@media (max-width: 992px) {
  .achievements-section h2 {
    font-size: 1.9rem;
  }

  .box-title {
    font-size: 1.15rem;
  }
}

/* Mobile */
@media (max-width: 768px) {

  /* Center content */
  .achievements-section {
    text-align: center;
  }

  /* Video spacing */
  .video-wrapper {
    border-radius: 10px;
  }

  /* Text below video */
  .achievements-section p {
    font-size: 15px;
  }

  /* Info boxes */
  .info-box {
    padding: 20px;
    text-align: left;
    /* keep list readable */
  }

  .check-list li {
    font-size: 14.5px;
  }

  /* CTA button */
  .achievements-section .btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/* Small phones */
@media (max-width: 576px) {
  .achievements-section h2 {
    font-size: 1.65rem;
  }

  .box-title {
    font-size: 1.05rem;
  }

  .check-list li {
    margin-bottom: 8px;
  }
}

/* ============================
   WHO SECTION – RESPONSIVE
   ============================ */

/* Tablet */
@media (max-width: 992px) {
  .who-section h2 {
    font-size: 1.9rem;
  }

  .who-card h5 {
    font-size: 1.05rem;
  }
}

/* Mobile */
@media (max-width: 768px) {

  /* Center heading */
  .who-section {
    text-align: center;
  }

  /* Card spacing */
  .who-card {
    padding: 26px 20px;
  }

  .who-card .icon {
    font-size: 2.4rem;
    margin-bottom: 12px;
  }

  .who-card p {
    font-size: 14.5px;
    line-height: 1.6;
  }

  /* CTA full width */
  .who-section .btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/* Small phones */
@media (max-width: 576px) {
  .who-section h2 {
    font-size: 1.65rem;
  }

  .who-card {
    border-radius: 14px;
  }
}

/* ============================
   PARTNERS SECTION – RESPONSIVE
   ============================ */

/* Tablet */
@media (max-width: 992px) {
  .partners-section h2 {
    font-size: 1.9rem;
  }

  .partners-text {
    font-size: 15.5px;
  }

  .partners-logo {
    max-width: 320px;
  }
}

/* Mobile */
@media (max-width: 768px) {

  /* Center content */
  .partners-section {
    text-align: center;
  }

  .partners-text {
    font-size: 14.8px;
    line-height: 1.65;
  }

  /* Image spacing */
  .partners-logo {
    max-width: 260px;
    margin-top: 10px;
  }

  /* CTA full width */
  .partners-section .btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/* Small phones */
@media (max-width: 576px) {
  .partners-section h2 {
    font-size: 1.65rem;
  }

  .partners-logo {
    max-width: 220px;
  }
}


/* ============================
   PARTNERS / KOSHYS SECTION – RESPONSIVE
   ============================ */

/* Tablet */
@media (max-width: 992px) {
  .partners-section h2 {
    font-size: 1.85rem;
    line-height: 1.25;
  }

  .partners-text {
    font-size: 15.5px;
  }

  .partners-logo {
    max-width: 320px;
  }
}

/* Mobile */
@media (max-width: 768px) {

  /* Center everything */
  .partners-section {
    text-align: center;
  }

  /* Long heading handling */
  .partners-section h2 {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 14px;
  }

  .partners-text {
    font-size: 14.8px;
    line-height: 1.65;
  }

  /* Image */
  .partners-logo {
    max-width: 260px;
    margin-top: 10px;
  }

  /* CTA full width */
  .partners-section .btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/* Small phones */
@media (max-width: 576px) {
  .partners-section h2 {
    font-size: 1.45rem;
  }

  .partners-logo {
    max-width: 220px;
  }
}


/* ============================
   TRAINER SECTION – RESPONSIVE
   ============================ */

/* Tablet */
@media (max-width: 992px) {
  .trainer-section h2 {
    font-size: 1.9rem;
  }

  .trainer-text {
    font-size: 15.5px;
  }
}

/* Mobile */
@media (max-width: 768px) {

  /* Center content */
  .trainer-section {
    text-align: center;
  }

  /* Image */
  .trainer-img {
    max-height: 420px;
    margin-bottom: 10px;
  }

  /* Text */
  .trainer-text {
    font-size: 14.8px;
    line-height: 1.65;
    text-align: left;
  }

  /* List */
  .trainer-list {
    text-align: left;
    margin-top: 15px;
  }

  .trainer-list li {
    font-size: 14.5px;
    line-height: 1.6;
  }

  /* CTA */
  .trainer-section .btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/* Small phones */
@media (max-width: 576px) {
  .trainer-section h2 {
    font-size: 1.6rem;
  }

  .trainer-img {
    max-height: 360px;
  }
}


/* ============================
   LEARNING SECTION – RESPONSIVE
   ============================ */

/* Tablet */
@media (max-width: 992px) {
  .learning-section h2 {
    font-size: 1.9rem;
  }

  .module-card h5 {
    font-size: 1.05rem;
  }

  .module-card p {
    font-size: 14.8px;
  }
}

/* Mobile */
@media (max-width: 768px) {

  .learning-section {
    text-align: center;
  }

  /* Modules */
  .module-card {
    padding: 18px;
  }

  .module-card h5 {
    font-size: 1rem;
  }

  .module-card p {
    font-size: 14.5px;
  }

  /* Image */
  .learning-img {
    max-height: 380px;
    margin-top: 10px;
  }

  /* CTA */
  .learning-section .btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/* Small phones */
@media (max-width: 576px) {
  .learning-section h2 {
    font-size: 1.6rem;
  }
}


/* ============================
   BONUS SECTION – RESPONSIVE
   ============================ */

/* Tablet */
@media (max-width: 992px) {
  .bonus-section h2 {
    font-size: 1.9rem;
  }

  .bonus-card {
    font-size: 15px;
  }
}

/* Mobile */
@media (max-width: 768px) {

  .bonus-section {
    text-align: center;
  }

  /* Bonus cards */
  .bonus-card {
    padding: 16px 18px;
    font-size: 14.5px;
  }

  /* CTA */
  .bonus-section .btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/* Small phones */
@media (max-width: 576px) {
  .bonus-section h2 {
    font-size: 1.6rem;
  }
}


/* ==================================================
   MASTER SECTION – RESPONSIVE
   ================================================== */

/* Tablet */
@media (max-width: 992px) {
  .master-section h2 {
    font-size: 1.9rem;
  }

  .master-card h5 {
    font-size: 1.05rem;
  }
}

/* Mobile */
@media (max-width: 768px) {

  .master-section {
    text-align: center;
  }

  .master-card {
    padding: 26px 20px;
  }

  .master-card .icon {
    font-size: 2.4rem;
    margin-bottom: 12px;
  }

  .master-card p {
    font-size: 14.5px;
    line-height: 1.6;
  }
}

/* Small phones */
@media (max-width: 576px) {
  .master-section h2 {
    font-size: 1.6rem;
  }

  .master-card {
    border-radius: 14px;
  }
}


/* ==================================================
   FINAL CTA SECTION – RESPONSIVE
   ================================================== */

/* Tablet */
@media (max-width: 992px) {
  .final-cta-section h2 {
    font-size: 1.9rem;
  }

  .cta-text {
    font-size: 15.5px;
  }
}

/* Mobile */
@media (max-width: 768px) {

  .cta-card {
    padding: 36px 22px;
  }

  .final-cta-section h2 {
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .cta-text {
    font-size: 14.8px;
    line-height: 1.6;
  }

  /* CTA button */
  .final-cta-section .btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  /* Trust items */
  .trust-item {
    font-size: 15px;
  }
}

/* Small phones */
@media (max-width: 576px) {
  .final-cta-section h2 {
    font-size: 1.45rem;
  }
}


/* ==================================================
   WHY SECTION – RESPONSIVE
   ================================================== */

/* Tablet */
@media (max-width: 992px) {
  .why-section h2 {
    font-size: 1.9rem;
  }

  .why-text {
    font-size: 15.5px;
  }
}

/* Mobile */
@media (max-width: 768px) {

  .why-section {
    text-align: center;
  }

  /* Header spacing */
  .why-section h2 {
    line-height: 1.3;
  }

  .why-text {
    font-size: 14.8px;
    line-height: 1.6;
    max-width: 100%;
  }

  /* Cards */
  .why-card {
    padding: 26px 20px;
  }

  .why-card .icon {
    font-size: 2.3rem;
    margin-bottom: 12px;
  }

  .why-card p {
    font-size: 14.5px;
  }

  /* CTA full width already – just ensure spacing */
  .why-section .btn {
    margin-top: 10px;
  }
}

/* Small phones */
@media (max-width: 576px) {
  .why-section h2 {
    font-size: 1.55rem;
  }
}


/* ==================================================
   TESTIMONIALS SECTION – RESPONSIVE
   ================================================== */

/* Tablet */
@media (max-width: 992px) {
  .testimonials-section h2 {
    font-size: 1.9rem;
  }

  .testimonial-card p {
    font-size: 14.8px;
  }
}

/* Mobile */
@media (max-width: 768px) {

  .testimonials-section {
    text-align: center;
  }

  /* Cards */
  .testimonial-card {
    padding: 24px 20px;
  }

  .testimonial-card .name {
    font-size: 1rem;
  }

  .testimonial-card .stars {
    font-size: 16px;
  }

  .testimonial-card p {
    font-size: 14.5px;
    line-height: 1.6;
    text-align: left;
    /* better reading */
  }
}

/* Small phones */
@media (max-width: 576px) {
  .testimonials-section h2 {
    font-size: 1.55rem;
  }
}


/* ==================================================
   FEATURED SECTION – RESPONSIVE
   (Heading + text above marquee)
   ================================================== */

/* Tablet */
@media (max-width: 992px) {
  .featured-section h2 {
    font-size: 1.9rem;
  }
}

/* Mobile */
@media (max-width: 768px) {

  .featured-section {
    text-align: center;
  }

  .featured-section p {
    font-size: 14.8px;
    line-height: 1.6;
  }
}

/* Small phones */
@media (max-width: 576px) {
  .featured-section h2 {
    font-size: 1.55rem;
  }
}


/* ==================================================
   LOGO MARQUEE – RESPONSIVE
   ================================================== */

/* Tablet */
@media (max-width: 992px) {
  .logo-item {
    padding: 0 30px;
  }

  .logo-item img {
    height: 40px;
  }
}

/* Mobile */
@media (max-width: 768px) {

  .logo-marquee {
    padding: 18px 0;
  }

  .logo-item {
    padding: 0 22px;
  }

  .logo-item img {
    height: 34px;
  }

  /* Slightly slower animation for readability */
  .logo-track {
    animation-duration: 40s;
  }
}

/* Small phones */
@media (max-width: 576px) {
  .logo-item img {
    height: 30px;
  }
}


/* ==================================================
   NOTES & CERTIFICATE SECTION – RESPONSIVE
   ================================================== */

/* Tablet */
@media (max-width: 992px) {
  .notes-section h2 {
    font-size: 1.9rem;
  }

  .notes-text {
    font-size: 15.5px;
  }
}

/* Mobile */
@media (max-width: 768px) {

  .notes-section {
    text-align: center;
  }

  .notes-img {
    max-height: 220px;
  }

  .notes-text {
    font-size: 14.8px;
    line-height: 1.65;
  }
}

/* Small phones */
@media (max-width: 576px) {
  .notes-section h2 {
    font-size: 1.55rem;
  }

  .notes-img {
    max-height: 190px;
  }
}


/* ==================================================
   FAQ SECTION – RESPONSIVE
   ================================================== */

/* Tablet */
@media (max-width: 992px) {
  .faq-section h2 {
    font-size: 1.9rem;
  }

  .faq-accordion .accordion-button {
    font-size: 15.5px;
  }
}

/* Mobile */
@media (max-width: 768px) {

  .faq-section {
    text-align: center;
  }

  /* Accordion */
  .faq-accordion .accordion-button {
    font-size: 14.8px;
    padding-left: 46px;
  }

  .faq-accordion .accordion-body {
    font-size: 14.5px;
    line-height: 1.6;
    text-align: left;
  }

  /* CTA */
  .faq-section .btn {
    margin-top: 12px;
  }
}

/* Small phones */
@media (max-width: 576px) {
  .faq-section h2 {
    font-size: 1.55rem;
  }
}


/* ==================================================
   SOCIAL PROOF SECTION – RESPONSIVE
   ================================================== */

/* Tablet */
@media (max-width: 992px) {
  .social-proof-section h3 {
    font-size: 1.7rem;
    line-height: 1.25;
  }
}

/* Mobile */
@media (max-width: 768px) {

  .social-proof-section {
    text-align: center;
  }

  .social-card {
    padding: 28px 22px;
  }

  .social-card p {
    font-size: 14.8px;
    line-height: 1.6;
  }

  /* Icons */
  .social-icons {
    justify-content: center;
    flex-wrap: wrap;
  }

  .social-icons a {
    width: 40px;
    height: 40px;
    font-size: 17px;
  }
}

/* Small phones */
@media (max-width: 576px) {
  .social-proof-section h3 {
    font-size: 1.45rem;
  }
}


/* ==================================================
   FINAL TRANSFORM CTA – RESPONSIVE
   ================================================== */

/* Tablet */
@media (max-width: 992px) {
  .final-transform-section h2 {
    font-size: 1.9rem;
  }
}

/* Mobile */
@media (max-width: 768px) {

  .transform-card {
    padding: 36px 22px;
  }

  .final-transform-section h2 {
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .final-transform-section p {
    font-size: 14.8px;
    line-height: 1.6;
  }

  .final-transform-section .btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/* Small phones */
@media (max-width: 576px) {
  .final-transform-section h2 {
    font-size: 1.45rem;
  }
}


/* ==================================================
   FOOTER – RESPONSIVE
   ================================================== */

@media (max-width: 768px) {
  .main-footer {
    font-size: 13px;
    line-height: 1.6;
    padding-bottom: 110px;
    /* space for sticky bar */
  }
}


/* ==================================================
   ADMIN DASHBOARD STYLES
   ================================================== */

.admin-navbar {
  background: linear-gradient(135deg, #2a0b0b, #3b0f0f);
  padding: 14px 20px;
}

.admin-stat-card {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 18px 24px;
}

.admin-table thead {
  background: #2a0b0b;
  color: #fff;
}

.admin-table thead th {
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
}

.admin-table tbody td {
  font-size: 14px;
  vertical-align: middle;
}