body {
  font-family: "Poppins", sans-serif;
}
.navbar-brand {
  font-weight: 600;
  color: gray;
}
.hero-section {
  background: url('../images/hero.webp') center/cover no-repeat;
  color: gray;
  padding: 100px 0;
}

.course-hero{
  padding: 168px;
}


.course-hero .img-wrapper {
  position: relative;
  display: inline-block;
  max-width: 320px;
}

/* Background ellipse (behind) */
.course-hero .ellipse-bg {
  position: absolute;
  top: 35%;
  left: 30%;
  transform: translate(-50%, -50%);
  width: 100%;
  opacity: 0.8;
  z-index: 1;
}

 .course-hero .yt-badge-left {
  position: absolute;
  top: -16%;
  left: -23%;
  background: #fff;
  border-radius: 30px;
  padding: 6px 10px;
  width: 190px;
  font-size: 9px;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  z-index: 3;

  /* 🧩 Fix text not wrapping */
  display: flex;
  flex-wrap: wrap !important;
  white-space: normal !important;
  justify-content: center;
  align-items: center;
  word-break: break-word;
}
.custom-flex-gap {
  width: max-content;
  gap: 50px;
}
.text-orange{
  color: #F97216;
}
.orange-bg{
  background-color: #FFE5D3;
}



.custom-icon-circle {
  background-color: #FFE5D3;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.custom-icon-circle img {
  width: 16px;
  height: 16px;
}


/* Foreground ellipse (front) */
.course-hero .ellipse-front {
  position: relative;
 
  width: 100%;
}

/* Badges */
.course-hero .yt-badge-left,
.course-hero .yt-badge-right {
  position: absolute;
  background: #fff;
  border-radius: 50px;
  padding: 8px 14px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 500;
  z-index: 3;
  white-space: nowrap;
}

/* Left badge above Ellipse 27 */

/* Right badge above Ellipse 26 */
.course-hero .yt-badge-right {
  top: -10%;
  right: -12%;
}
.bg-small-div{

  background-color: #FFE5D3;
  color: #F97216 !important;
}
/* Responsive tweaks */
@media (max-width: 768px) {
  .course-hero .img-wrapper {
    max-width: 260px;
  }
  .course-hero .yt-badge-left {
  top: 0%;
  left: -28%;
  font-size: 9px;
  padding: 6px 10px;
  width: 140px; /* chhoti width */
  max-width: 100%;
  text-align: center;
  white-space: normal; /* 👈 text wrap hone de */
  line-height: 1.2; /* better readability */
  word-wrap: break-word; /* long words wrap karne ke liye */
}

  .course-hero .yt-badge-right {
    top: -13%;
    right: -8%;
    font-size: 12px;
    padding: 6px 10px;
  }
  .mtop{
    margin-top: 5rem !important;
  }
  .course-hero{
  padding: 0px;
}
}

  @media (max-width: 767px) {
    .custom-flex-gap {
      flex-direction: column;
      align-items: stretch !important;
      text-align: center;
    }

    .custom-flex-gap .btn {
      width: 100%;
      justify-content: center;
    }

    .custom-flex-gap .badges-wrapper {
      justify-content: center !important;
      margin-top: 0.5rem;
    }
  }


.scroll-wrapper {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.scroll-content {
  display: inline-flex;
  animation: scrollLeft 25s linear infinite;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.scroll-item {
  min-width: 250px;
  text-align: center;
}


.custom-icon-circle {
  background-color: #FFE5D3;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.custom-icon-circle img {
  width: 16px;
  height: 16px;
}
.bg-white{
  background-color: #fff;
  border-radius: 10px;
}


.gradient-bg {
  background: linear-gradient(to bottom, #0d1b2a, #ffffff);
}

.btn-danger {
  background-color: #e63946;
  border: none;
  border-radius: 20px;
  padding: 10px 25px;
}

.btn-danger:hover {
  background-color: #c82333;
}

.video-box img {
  transition: transform 0.3s ease;
}

.video-box img:hover {
  transform: scale(1.02);
}

.testimonial-card {
  background-color: #f9fbff;
  border-radius: 12px;
  transition: transform 0.2s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.bg-light {
  background-color: #f8f9fb !important;
}

.bi-youtube {
  color: #ff0000;
}

.card.bg-dark {
  background-color: #0f0f0f !important;
  border: 1px solid #222;
  transition: transform 0.2s ease;
}

.card.bg-dark:hover {
  transform: translateY(-4px);
}

.card.bg-dark p {
  color: #e4e4e4;
}

.card .bi-hand-thumbs-up,
.card .bi-hand-thumbs-down {
  cursor: pointer;
  transition: color 0.2s;
}

.card .bi-hand-thumbs-up:hover {
  color: #0d6efd;
}

.card .bi-hand-thumbs-down:hover {
  color: #dc3545;
}
.scroll-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.scroll-track {
  display: flex;
  gap: 24px;
  animation: scrollLeft 25s linear infinite;
}

.framework-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
  padding: 24px;
  width: 270px;
  min-width: 270px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.framework-card:hover {
  transform: translateY(-5px);
}

@keyframes scrollLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


 @media (max-width: 767px) {
    .max-width {
      padding: 3rem 1rem !important;
    }

    #countdown {
      font-size: 1.1rem;
      text-align: center;
    }

    #countdown div {
      min-width: 70px;
    }

    .video-box img {
      max-width: 100%;
      height: auto;
    }
     .live-width{
      max-width: 450px !important;
      padding: 21px !important;
    }
    .testimonial-card{
     width: auto !important;
    }
  }

.combined-section {
    padding: 60px 0;
    /* Ensure enough height for both sticky effects to play out */
    min-height: 400vh; 
}
.section-heading h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
}
.section-heading h1 span {
    color: #e54a4a; /* Red color for "learn?" */
}

/* ------------------ Left Column: Graph (Sticky) ------------------ */
.graph-column {
    position: sticky; /* Pin the entire left column */
    top: 0;
    height: 100vh; /* Make it viewport height to be always visible */
    padding-top: 50px; /* Space from the top */
}

.graph-image {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}

/* ------------------ Right Column: Stacking Cards ------------------ */

/* Container for the sticky cards on the right */
.journey-card {
    border-radius: 10px;
    color: #333;
    font-size: 1.1rem;
    margin-bottom: 100px; 
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    
    /* ADDED: General styling moved from .card-phase-7 for consistency */
    padding: 40px;          /* Larger padding for all cards */
    min-height: 250px;      /* Set a reasonable min-height for all cards to be consistent */

    /* STICKY POSITIONING */
    position: sticky;
}

/* Base Heading Styling (Consistent across all cards if desired) */
.journey-card h3, .journey-card p.fw-bold {
    font-size: 1.8rem; /* Make the main phase title large like the h3 in phase 7 */
    font-weight: bold;
    color: #388e3c; /* Use the dark green heading color from phase 7 */
    margin-bottom: 10px;
}

/* Override for the 'Phase X' text to keep it smaller if needed, but the main title will be big */
.journey-card p.mb-0:not(.fw-bold) { 
    font-size: 1rem; 
    font-weight: normal; 
    color: #333; 
}


/* ---------------------------------------------------- */
/* Individual Card Stacking and Colors (Kept Unique) */
/* ---------------------------------------------------- */
/* Note: We removed the padding/min-height properties from these selectors. */
.card-phase-1 { background-color: #e0f7fa; z-index: 10; top: 50px; }
.card-phase-2 { background-color: #fce4ec; z-index: 20; top: 132px; }
.card-phase-3 { background-color: #f3e5f5; z-index: 30; top: 215px; }
.card-phase-4 { background-color: #e8f5e9; z-index: 40; top: 303px; }
.card-phase-5 { background-color: #ffe0b2; z-index: 50; top: 383px; }
.card-phase-6 { background-color: #b2ebf2; z-index: 60; top: 463px; }
.card-phase-7 { background-color: #c8e6c9; z-index: 70; top: 484px; } 
/* Phase 7 gets a larger min-height to accommodate its extra content */


/* ---------------------------------------------------- */
/* List Styling (APPLIED TO ALL journey-card UL) */
/* ---------------------------------------------------- */
.journey-card ul {
    list-style: none;
    padding-left: 0;
    margin-top: 20px; /* Consistent margin like Phase 7 */
}

.journey-card ul li {
    margin-bottom: 15px; /* Consistent spacing like Phase 7 */
    position: relative;
    padding-left: 30px;
    font-size: 1rem; /* Adjusting font size for readability */
}

/* Checkmark Style (Applied to ALL cards, using Phase 7's color) */
.journey-card ul li::before {
    content: "\f058"; 
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #388e3c; /* Dark green checkmark for consistency */
    position: absolute;
    left: 0;
    top: 2px;
}
.card-phase-7 h3 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #388e3c;
}

/* Checkmark List Styling for Phase 7 */
.card-phase-7 ul {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}
.card-phase-7 ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}
.card-phase-7 ul li::before {
    content: "\f058"; /* Font Awesome check-circle icon */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #388e3c;
    position: absolute;
    left: 0;
    top: 2px;
}



 .section-heading {
      font-weight: 600;
      font-size: 1.2rem;
      text-align: center;
      margin-bottom: 10px;
    }

    .section-heading span {
      color: #ff7a00;
    }

    /* Numbers section */
    .stats {
      text-align: center;
      margin-bottom: 2rem;
    }

    .stats h3 {
      font-weight: 700;
      font-size: 1.8rem;
      margin: 0;
    }

    .stats p {
      color: #555;
      font-size: 0.9rem;
    }

    /* Testimonials Carousel */
   .testimonial-icons {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 1rem;
      margin-bottom: 1.5rem;
    }

    .testimonial-icons .icon-circle {
      position: relative;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      overflow: hidden;
    }

    .testimonial-icons img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%;
    }

    .testimonial-icons .play-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: rgba(0, 0, 0, 0.6);
      width: 25px;
      height: 25px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .testimonial-icons .play-icon::before {
      content: '';
      display: inline-block;
      margin-left: 2px;
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 8px solid #fff;
    }

    /* Cards container */
    .testimonial-container {
      display: flex;
      justify-content: center;
      gap: 1rem;
      flex-wrap: wrap;
    }

    /* Individual card */
    .testimonial-card {
      background-color: #FFD8B1;
      border-radius: 15px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      padding: 1.5rem;
      width: 320px;
      transition: 0.3s;
    }

    .testimonial-card:hover {
      transform: scale(1.02);
    }

    .testimonial-text {
      font-size: 0.92rem;
      color: #333;
      margin-bottom: 1.5rem;
      line-height: 1.6;
    }

    .testimonial-text b {
      font-weight: 600;
    }

    /* Bottom author */
    .testimonial-author {
      display: flex;
      align-items: center;
      gap: 0.8rem;
    }

    .testimonial-author img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
    }

    .author-info h6 {
      margin: 0;
      font-weight: 600;
      font-size: 0.9rem;
    }

    .author-info p {
      margin: 0;
      font-size: 0.8rem;
      color: #ff7a00;
    }
    .live-width{
      max-width: 1020px;
    }

    /* Bonuses Section */
    /* --- CSS for the Single Bonus Card Design (Reused from previous response) --- */
.single-bonus-card {
    width: 100%; /* Set to 100% to fill the column width */
    max-width: 320px; /* Optional: Keep max-width for better look */
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 68px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    color: #333;
    border: 2px solid white;
}

.single-bonus-card .card-header-bonus {
    background-color: #ff7f00; /* Bright orange */
    color: white;
    padding: 20px 15px;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.2;
}

.single-bonus-card .card-content-bonus {
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.single-bonus-card .card-content-bonus h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}

.single-bonus-card .subtitle-strip {
    background-color: #ff7f00;
    color: white;
    font-size: 0.85rem;
    padding: 8px 15px;
    border-radius: 5px;
    margin-top: 5px;
    display: inline-block;
}

.single-bonus-card .illustration-area {
    margin: 20px 0;
}

.single-bonus-card .illustration-area img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.single-bonus-card .card-pricing-bonus {
    background-color: #FFE5D3;
    padding: 25px 20px;
    border-top: 1px solid #eee;
}

.single-bonus-card .card-pricing-bonus .original-price {
    font-size: 2rem;
    font-weight: 700;
    color: #000000;
    text-decoration: line-through;
    margin-bottom: 5px;
    display: block;
}

.single-bonus-card .card-pricing-bonus .free-tag {
    font-size: 2.8rem;
    font-weight: 900;
    color: #ff7f00;
    display: block;
    line-height: 1;
}

    /* Enroll Button */
    .enroll-btn {
      background-color: #ff7a00;
      color: white;
      font-weight: 600;
      padding: 12px 40px;
      border: none;
      border-radius: 50px;
      font-size: 1rem;
      margin-top: 2rem;
      transition: 0.3s;
    }

    .enroll-btn:hover {
      background-color: #e66c00;
    }


.team-card {
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  align-items: center;
  display: flex;
  justify-content: center;
}

.team-card:hover {
  transform: translateY(-5px);
}

.text-warning {
  color: #ff6b00 !important; /* orange highlight */
}
.height{
  height: 100vh !important;
}

.text-warning {
  color: #ff6b00 !important; /* orange accent same as previous sections */
}

/* .journey-card {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
} */

.journey-card:hover {
  transform: scale(1.02);
}


.text-warningp {
  color: #F97216 !important;
}

.btn-warning {
  background-color: #F97216 !important;
  border: none;
  padding: 15px 40px !important;
  font-size: large !important;
}

.btn-warning:hover {
  background-color: #e65c00 !important;
}
.height-px{
  height: 500px !important;
}



.compare-section {
  background: #fff;
}

.text-orange {
  color: #F97216;
}

/* Table wrapper */
.compare-table-wrapper {
  background: #FFECDB;
  border-radius: 20px;
  overflow: hidden;
  padding: 15px;
  max-width: 700px;
}

/* Table itself */
.compare-table {
  width: 100%;
  border-collapse: collapse;
  color: #F97216;
}

.compare-table th,
.compare-table td {
  border: none;
  padding: 14px 10px;
  vertical-align: middle;
}

.compare-table thead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.compare-table tr:not(:last-child) td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

/* Plan badges */
.plan-badge {
  background: linear-gradient(180deg, #F97216 0%, #ffb36d 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 16px;
  padding: 6px 14px;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 4px rgba(249, 114, 22, 0.2);
}

/* Tick icon */
.compare-table i {
  color: #F97216;
  font-size: 1.1rem;
  font-weight: bold;
  background-color: #FFECDB !important;
}

/* Left column text */
.compare-table td.text-start {
  color: #F97216 !important;
  font-weight: 500;
  font-size: 15px;
}

/* Rounded edges */
.compare-table th:first-child,
.compare-table td:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

 tr {
      background-color: #FFECDB !important;
    }


    .compare-table-wrapper table,
    .compare-table-wrapper thead,
    .compare-table-wrapper tbody,
    .compare-table-wrapper tr,
    .compare-table-wrapper th,
    .compare-table-wrapper td {
      background-color: #FFECDB !important;
    }
/* Mobile Responsive */
@media (max-width: 768px) {
  .compare-table-wrapper {
    padding: 10px;
    max-width: 100%;
  }
  .plan-badge {
    padding: 5px 10px;
    font-size: 10px;
  }
  .compare-table td.text-start {
    font-size: 13px;
  }
}



    .faq-section {
      padding: 80px 0;
    }

    .faq-heading {
      font-weight: 600;
      text-align: center;
      margin-bottom: 50px;
      font-size: 28px;
    }

    .faq-heading span {
      color: #f97216;
    }

    .accordion-item {
      background-color: #ffecdb !important;
      border: none;
      border-radius: 10px;
      margin-bottom: 15px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    }

    /* .accordion-button {
      background-color: #ffecdb !important;
      color: #000;
      font-weight: 500;
      box-shadow: none;
      border-radius: 10px;
      position: relative;
      padding: 10px 10px !important;
    } */

   .accordion-button {
  background-color: #ffecdb !important;
  color: #000 !important;
  font-weight: 500;
  border-radius: 10px !important;
  box-shadow: none !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  padding-right: 45px; /* spacing for + icon */
}

/* text width fix for mobile */
.accordion-button .question-text {
  display: inline-block;
  max-width: 90%;
  word-wrap: break-word;
}

/* remove default arrow */
.accordion-button::after {
  display: none !important;
}

/* custom + sign */
.accordion-button::before {
  content: '+';
  font-size: 24px;
  color: #f97216;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

/* change + to – when open */
.accordion-button:not(.collapsed)::before {
  content: '–';
  font-size: 28px;
  color: #f97216;
}

    .accordion-body {
      color: #333;
      background-color: #ffecdb;
      border-radius: 0 0 10px 10px;
    }


     .quote-section {
      background-color: #000;
      color: white;
      text-align: center;
      padding: 60px 20px;
    }
    .quote-icon {
      font-size: 40px;
      color: #F97216 !important;
      margin-bottom: 20px;
    }
    .quote-text {
      font-size: 18px;
      font-weight: 500;
      max-width: 600px;
      margin: 0 auto 30px;
      line-height: 1.6;
    }
    .btn-enroll {
      background-color: #F97216 !important;
      color: white;
      font-weight: 600;
      border-radius: 6px;
      padding: 10px 30px;
      border: none;
      transition: 0.3s;
    }
    .btn-enroll:hover {
      background-color: #d98c00;
    }
    .contact-text {
      text-align: center;
      font-size: 14px;
      color: #000;
      margin-top: 30px;
    }
    .contact-text a {
      color: #f59f00;
      text-decoration: none;
      font-weight: 500;
    }
    .contact-text a:hover {
      text-decoration: underline;
    }