.faq-section {
      padding: 30px 0px 60px 0px;
  }
  .faq-item{
    margin: 0px 10px;
  }

  @media (max-width: 991.98px) {
      .java-section-bg {
          padding: 24px 0px;
      }

      .java-text {
          font-size: 18px;
          padding: 6px 0px;
      }
  }

  @media (max-width: 767.98px) {
      .java-section-bg {
          padding: 18px 0px;
      }

      .java-text {
          font-size: 16px;
          padding: 4px 0px;
      }

      .java-section-bg h2 {
          font-size: 28px;
      }
  }

  @media (max-width: 575.98px) {
      .java-section-bg {
          padding: 12px 0px;
      }

      .java-text {
          font-size: 14px;
          padding: 2px 0px;
      }

      .java-section-bg h2 {
          font-size: 22px;
      }

      .present-course-section {
          padding: 60px 0px;
      }

      .course-text {
          font-size: 14px;
          font-weight: 500;
          text-align: center;
          margin-top: 16px;
      }
  }

  @media (max-width: 991.98px) {
      .contact-section {
          padding: 40px 0px;
      }

      .form-box {
          padding: 24px;
      }

      .section-heading {
          font-size: 28px;
      }
  }

  @media (max-width: 767.98px) {
      .contact-section {
          padding: 24px 0px;
      }

      .form-box {
          padding: 16px;
      }

      .section-heading {
          font-size: 22px;
      }

      .info-paragraph,
      .info-list,
      .call-text {
          font-size: 16px;
      }

      .call-button,
      .submit-button {
          font-size: 16px;
          padding: 8px 20px;
      }
  }

  @media (max-width: 575.98px) {
      .contact-section {
          padding: 60px 0px;
      }

      .form-box {
          padding: 15px;
      }

      .section-heading {
          font-size: 24px;
          text-align: center
      }

      .info-paragraph,
      .info-list,
      .call-text {
          font-size: 14px;
      }

      .call-button,
      .submit-button {
          font-size: 14px;
          padding: 6px 10px;
      }
  }

  .accordion-header {
      /* border: 3px solid; */
  }

  .accordion-button {
      background: #fff;
  }

  .accordion-item {
      border: none;
      background: transparent;
  }

  .syllabus-header-style {
      font-size: 20px !important;
      font-weight: 700 !important;
  }

  .syllabus-item {
      font-size: 18px !important;
      font-weight: 500 !important;
  }

  /* Override active header color to black */
  .custom-accordion .accordion-header.custom-header.active {
      background: #F5E9FF !important;
      color: #222 !important;
  }

  .custom-accordion .arrow {
      display: inline-block;
      transition: transform 0.3s ease, color 0.3s;
      color: #000;
  }

  .custom-accordion .accordion-header.active .arrow {
      transform: rotate(180deg);
      color: #000;
  }

  .custom-accordion .accordion-header.custom-header.active {
      /* background: linear-gradient(90deg, #F84D9E 0%, #8624D2 100%);
                color: #fff; */
  }

  .custom-accordion .accordion-content {
      border-top: 1px solid #e0c6f7;
  }

  .syllabus-header {
      background: linear-gradient(90deg, #F84D9E, #8624D2);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
      display: inline-block;
      font-weight: 700;
  }

  .circle-number {
      width: 50px;
      height: 50px;
      background: #F84D9E;
      color: #fff;
      border-radius: 50%;
      text-align: center;
      line-height: 54px;
      font-weight: bold;
      font-size: 18px;
      margin-right: 16px;
      flex-shrink: 0;
      margin-top: 9px;
  }

  .accordion-box {
      width: 100%;
      border-radius: 12px;
      border: 3px solid black;
  }

  .accordion-header.custom-header.syllabus-header-style {
      background: #0a0a0a;
      color: #fff;
      padding: 14px 20px;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 3px solid black;
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
  }

  .accordion-content {
      display: none;
      background: #fff;
      padding: 16px 20px;
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px;
  }

  .custom-accordion ul {
      list-style: circle;
      padding-left: 20px;
  }

  @media (max-width: 767.98px) {
      .syllabus-header {
          font-size: 24px !important;
      }

      .py-4 {
          padding-top: 18px !important;
          padding-bottom: 18px !important;
      }
  }

  @media (max-width: 575.98px) {
      .syllabus-header {
          font-size: 24px !important;
      }

      .py-4 {
          padding-top: 10px !important;
          padding-bottom: 10px !important;
      }

      .syllabus-header-style {
          font-size: 12px !important
      }

      .syllabus-item {
          font-size: 12px !important
      }

      .circle-number {
          width: 38px;
          height: 38px;
          background: #F84D9E;
          color: #fff;
          border-radius: 50%;
          text-align: center;
          line-height: 37px;
          font-weight: bold;
          font-size: 18px;
          margin-right: 16px;
          flex-shrink: 0;
          margin-top: 9px;

      }
  }

  /* Default (closed) arrow color: white */
  .accordion-header .arrow svg path {
      stroke: white;
      transition: stroke 0.3s;
  }

  /* On open: arrow color becomes black */
  .accordion-header.active .arrow svg path {
      stroke: black;
  }

  .faq-style {
      border-bottom: 5px solid 	#675A9F;
      border-radius: 20px;
      background: #F5E9FF;
      padding: 16px 20px;
      cursor: pointer;
  }

  .faq-header {
      transition: background 0.3s, color 0.3s;
      font-size: 20px;
      font-weight: 700;
  }

  .faq-header.active {
      /* background: linear-gradient(90deg, #F84D9E 0%, #8624D2 100%) !important; */
  }

  .faq-arrow {
      transition: transform 0.3s;
      color: #222;
  }

  .faq-header.active .faq-arrow {
      transform: rotate(180deg);
      color: #fff;
  }

  .faq-content-style {
      display: none;
      padding: 16px 20px;
      font-size: 18px;
  }

  @media (max-width: 991.98px) {
      .faq-style {
          padding: 12px 14px;
      }

      .faq-header {
          font-size: 18px;
      }

      .faq-content-style {
          font-size: 16px;
          padding: 12px 14px;
      }
  }

  @media (max-width: 767.98px) {
      .faq-style {
          padding: 10px 8px;
          border-radius: 14px;
      }

      .faq-header {
          font-size: 16px;
      }

      .faq-content-style {
          font-size: 14px;
          padding: 10px 8px;
      }



  }

  @media (max-width: 575.98px) {
      .faq-style {
          padding: 7px 4px;
          border-radius: 10px;
      }

      .faq-header {
          font-size: 13px;
      }

      .faq-content-style {
          font-size: 12px;
          padding: 7px 4px;
      }
  }

  @media (max-width: 991.98px) {
      .faq-section h2 {
          font-size: 26px !important;
      }
  }

  @media (max-width: 767.98px) {
      .faq-section h2 {
          font-size: 20px !important;
      }
  }

  @media (max-width: 575.98px) {
      .faq-section h2 {
          font-size: 24px !important;
      }
  }