  /* Base Styles */
  @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

  * {
      margin: 0%;
      padding: 0%;
      box-sizing: border-box;
  }

  body {
      font-family: 'Poppins', sans-serif;
      line-height: 1.6;
      color: #fff;
      background-color: black !important;
  }

  .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
  }

  /* Typography */
  .elementor-heading-title {
      font-weight: 700;
      margin-bottom: 15px;
  }




  #first-row-button {
      background-image: linear-gradient(80deg, #FF6F3C 0%, #FFB823 100%);
      text-align: center;
      color: #fff;
      border-radius: 100px;
      font-size: 24px;
      padding: 12px;
  }

  .image-section {
      margin-top: 20px;
      margin-bottom: 20px;
      height: 450px;
  }

  #Creators {

      white-space: nowrap;
      text-align: end;
      margin: 20%;

  }



  @media(max-width:576px) {
      #first-row-button {
          background-color: #29F255;
          text-align: center;
          color: #fff;
          border-radius: 100px;
          font-size: 12px;
          padding: 6px;
      }

      /* #step-two {
          order: -1 !important;
          flex-direction: row-reverse !important;
      } */


  }

  @media(min-width:820px) {
      #Step-one {
          margin-left: 90% !important;
      }

      #step-three {
          margin-left: 90% !important;
      }

      #step-five {
          margin-left: 90% !important;
      }

  }

  .title-text {
      font-size: 2.5rem;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 20px;
  }

  .p-graph-text {
      font-size: 1.5rem;
      font-weight: 400;
      margin-bottom: 15px;
  }

  .fs-2 {
      font-size: 1.25rem;
  }

  .fs-3 {
      font-size: 1rem;
  }

  /* Buttons */
  .verification-section button {
      border: none;
      padding: 13px;
      background-image: linear-gradient(80deg, #0d5880 0%, #23d151 100%);
      border-radius: 100px;
      color: #f1f1f1;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
      max-width: 300px;
      width: 100%;
      margin: 20px auto;
      display: block;
      font-size: 19px;
  }

  .verification-section button:hover {
      transform: scale(1.03);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  /* Modal Styles */
  .modal-content {
      border-radius: 10px;
      border: none;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  }

  .modal-header {
      border-bottom: 1px solid #eee;
      padding: 20px;
  }

  .modal-title {
      font-weight: 700;
  }

  .modal-body {
      padding: 20px;
  }

  .modal-footer {
      border-top: 1px solid #eee;
      padding: 15px 20px;
  }

  /* Video Section */
  .youtube-video {
      margin: 30px 0;
  }

  .thumbnail-image {
      width: 100%;
      max-width: 800px;
      margin: 0 auto;
  }

  .thumbnail-image iframe {
      width: 100%;
      height: 450px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  /* Timeline Section */
  .timeline-container {
      position: relative;
      padding: 20px 0;
      min-height: auto;
  }

  .timeline-line {
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      width: 2px;
      background-color: #0d5880;
      transform: translateX(-50%);
  }

  .timeline-item {
      position: relative;
      margin-bottom: 40px;
      display: flex;
      justify-content: space-between;
  }

  .timeline-left,
  .timeline-right {
      width: 45%;
      margin: 0px;
  }

  .timeline-icon {
      width: 40px;
      height: 40px;
      background-color: #0d5880;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
  }

  .step-label {
      font-weight: 800;
      color: #fff;
      margin-bottom: 10px;
      font-size: 19px;
      white-space: nowrap;

  }

  .timeline-card {
      background: white;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 5px 15px rgba(0.2, 0, 0, 0.1);
      color: black;
      margin: 20%;
      width: 22rem;
      font-size: 18px;
      border: 0.1px solid #08f914;

  }

  @media(max-width:576px) {
      .timeline-card {
          background: white;
          border-radius: 10px;
          padding: 20px;
          box-shadow: 0 5px 15px rgba(0.2, 0, 0, 0.1);
          color: black;
          margin: 20%;
          width: 18rem;
          font-size: 18px;
          border: 0.1px solid #08f914;

      }
  }

  @media screen and (max-width: 768px) {
      .timeline-item {
          flex-direction: column;
          align-items: flex-start;
          position: relative;
      }

      .timeline-line {
          left: 20px;
      }

      .timeline-icon {
          margin-left: 10px;
          margin-bottom: 10px;
          z-index: 1;
      }

      .timeline-left,
      .timeline-right {
          width: 100%;
      }

      .timeline-card {
          border-left: none;
          border: 4px solid #FF6600;
      }

      .step-label {
          align-self: flex-end;
          margin-left: 47% !important;
          margin-bottom: 20px;
          color: white;
          padding: 6px 12px;
          border-radius: 4px;
          font-weight: 600;
      }
  }


  @media(max-width:576px) {

      #timeline-right-two {
          order: -1 !important;
          flex-direction: row-reverse !important;
      }

      #timeline-right-four {
          order: -1 !important;
          flex-direction: row-reverse !important;
      }
  }

  .timeline-card h3 {
      font-weight: bold;
  }




  /* FAQ Section */
  .faq-wrapper {
      margin: 30px 0;
  }

  .faq-box {
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 10px #457c27;
  }

  .faq-header {
      background-color: #FF6600;
      color: #FFF5E1;
      padding: 15px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      font-size: 23px;
  }

  .faq-header h3 {
      margin: 0;
      font-size: 1.1rem;
  }

  .faq-content {
      background: white;
      padding: 0;
      max-height: 0;
      font-size: 15px;
      overflow: hidden;
      transition: max-height 0.3s ease;
  }

  .faq-content p {
      padding: 20px;
      margin: 0;
  }

  .faq-box.active .faq-content {
      max-height: 500px;
  }

  /* Image Sections */
  .img-coaching-spectrum img,
  .image-not-course img,
  .attachment-full {
      width: 100%;
      height: auto;
      border-radius: 10px;
      margin: 20px 0;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  /* Scroll Sections */
  .scroll-up {
      height: 400px;
      overflow: hidden;
      position: relative;
  }

  .scroll-content {
      position: absolute;
      width: 80%;
      animation: scrollUp 20s linear infinite;
  }

  @media(max-width:576px) {
      .scroll-content {
          position: absolute;
          width: 100%;
          animation: scrollUp 20s linear infinite;
          margin: 10px;
      }
  }

  #scrollContent1 {
      gap: 10px;
  }

  .scroll-col {
      max-width: 150px !important;
  }

  /* Footer */
  .footer {
      background-color: #0d5880;
      color: white;
      padding: 20px;
      text-align: center;
      margin-top: 50px;
  }

  @media(max-width:600px) {
      .footer {
          background-color: #0d5880;
          color: white;
          padding: 20px;
          text-align: center;
          margin-bottom: 30px;
      }
  }

  .footer-texter p {
      margin: 0;
  }

  /* Animations */
  @keyframes scrollUp {
      0% {
          transform: translateY(0);
      }

      100% {
          transform: translateY(-100%);
      }
  }

  /* Responsive Adjustments */
  @media (max-width: 992px) {
      .title-text {
          font-size: 2rem;
      }

      .p-graph-text {
          font-size: 1.25rem;
      }

      .thumbnail-image iframe {
          height: 350px;
      }

      .timeline-left,
      .timeline-right {
          width: 40%;
      }
  }

  @media (max-width: 768px) {
      .title-text {
          font-size: 1.75rem;
      }

      .thumbnail-image iframe {
          height: 250px;
      }

      .timeline-line {
          left: 40px;
      }

      .timeline-left {
          width: 300px;
      }

      .timeline-right {
          width: calc(100% - 80px);
      }

      .timeline-icon {
          left: 40px;
      }

  }

  @media (max-width: 576px) {
      .title-text {
          font-size: 1.5rem;
      }

      .thumbnail-image iframe {
          height: 200px;
      }
  }

  @media(min-width:1024px) {
      .image-not-course img {
          width: 400px;
          margin-left: 30%;

      }

  }


  .scroll-up {
      height: 400px;
      overflow: hidden;
      position: relative;
  }

  .scroll-content {
      display: flex;
      flex-direction: column;
      animation: scrollUp 10s linear infinite;
  }

  @keyframes scrollUp {
      0% {
          transform: translateY(0%);
      }

      100% {
          transform: translateY(-50%);
      }
  }

  .scroll-amount {
      display: flex;
      margin: 10px;
      justify-content: center;
      align-items: center;
      border: 1px solid white;
      border-radius: 100px;
      background-color: #fff;
      padding: 10px;
      width: 100px;
  }




  /* Mobile Phones (up to 600px) */
  @media (max-width: 600px) {
      .scroll-col {
          flex: 0 0 33.33%;
          max-width: 33.33%;
          /* padding: 5px; */
          height: auto;
          object-fit: contain;
          border-radius: 50%;
          margin-left: auto;
          margin-right: auto;
      }


      .scroll-up {
          height: 200px;
      }

    .scroll-up {
    height: 400px;
    overflow: hidden;
    position: relative;
}

.scroll-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: scrollUp 10s linear infinite;
}

@keyframes scrollUp {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(-50%);
    }
}

.scroll-amount {
    width: 80px;
    height: 80px;
    margin: 10px auto;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.scroll-amount img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

/* Mobile Fix */
@media (max-width: 600px) {
    .scroll-col {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding: 5px;
    }

    .scroll-up {
        height: 200px;
    }

    .scroll-amount {
        width: 70px;
        height: 70px;
        margin: 8px auto;
    }

    .scroll-amount img {
        object-fit: contain;
    }
}



  



      .fs-1 {
          font-size: 1.5rem;
      }

      .fs-2 {
          font-size: 1.1rem;
      }
  }




  /* 
  sticky button */
  .fixed-demo-button {
      position: fixed;
      bottom: -22px;
      right: -10px;
      z-index: 9999;
      padding: 10px 20px;
      background-color: #007bff;
      color: white;
      border: none;
      border-radius: 5px;
      font-weight: bold;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .fixed-demo-button:hover {
      background-color: #0056b3;
  }

  #sticky-footer button {
      background-image: linear-gradient(80deg, #FF6F3C 0%, #03a60e 25%, #FFB823 100%);

  }

  @media(max-width:576px) {
      #sticky-footer button {
          max-width: 320px !important;
          display: flex;
          justify-content: center;
          margin-right: auto;
          margin-left: auto;
      }

      .fixed-demo-button {
          position: fixed;
          bottom: -20px;
          right: 30px;
          z-index: 9999;
          padding: 10px 20px;
          background-color: #007bff;
          color: white;
          border: none;
          border-radius: 5px;
          font-weight: bold;
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      }
  }