.title-easyshiksha-aicte-trust {
    font-size: var(--fs-20-42);
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    margin-bottom: 0.75em;
  }

  .titledesc-easyshiksha-aicte-trust {
    font-size: var(--fs-12-18);
    text-align: center;
    line-height: 1.2em;
    margin-bottom: 1.5em;
  }

  .cta-section-trust {
    padding: var(--fs-26-60) 0 0 0;
  }

  .cta-section-flebox .enroll-now-btn {
    /* max-width: max-content; */
    padding-left: var(--fs-10-16);
    padding-right: var(--fs-10-16);
    border-radius: 9999px;
        font-weight: 800;
    font-family: "Roboto-ExtraBold", arial;
  }

  .cta-section-flebox .enroll-now-btn {
    background: #de9406;
    color: #000;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.25);
    border: 0px;
    font-size: var(--fs-12-20);
    padding: 0.5em 1em;
    font-weight: 900;
  }

  .cta-section-flebox .watch-now-btn {
    border: 1px solid #de9406;
    color: #de9406;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    background-color: #FFF;
    border-radius: 9999px;
    font-size: var(--fs-16-24);
    padding: 0.5em 1em;
    font-weight: 900;
        font-weight: 800;
    font-family: "Roboto-ExtraBold", arial;

  }

  .cta-section-flebox {
    display: flex;
    justify-content: center;
    gap: 10px;
    position: relative;
    z-index: 2;
  }

  /*  */
  #easyshiksha-aicte-trust {
    position: relative;
  }

  #easyshiksha-aicte-trust.loading::before {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 48px;
    height: 48px;
    border: 4px solid #eee;
    border-top-color: #de9406;
    border-radius: 50%;
    animation: spinaictesection 1s linear infinite;
  }

  @keyframes spinaictesection {
    to {
      transform: rotate(360deg);
    }
  }