
  .terms {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
  }

  .terms h1 {
    text-align: center;
    margin-bottom: 20px;
  }

  .terms  h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .terms  p {
    margin-bottom: 15px;
  }

  .terms ul {
    margin-bottom: 15px;
  }

  .terms li {
    margin-bottom: 5px;
  }

  .footerr {
    margin-top: 50px;
    text-align: center;
    font-size: 0.8rem;
    color: #666 !important;
    font-style: italic;
    background-color: white;
  }

  /* Custom Classes */
  .tc-agreement {
    font-weight: bold;
  }


  .tc-alliance,
  .tc-credibility,
  .tc-guarantee,
  .tc-behavior,
  .tc-mishaps ,
  .tc-mishaps ul{
    font-weight: bold;
    /* color: #007bff; */
  }



  /* webinar styling  */

  .schedule-container {
    background-color: #f8f9fa;
    padding: 40px 20px;
  }

  .schedule-item {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 20px;
    max-width: 400px;
    margin: 10px auto ;
    margin-bottom: 20px;
  }

  .schedule-container h2{
    color: orange;
    text-align: center;
    font-weight: bold;
    margin: 20px;
  }

  .schedule-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .schedule-time {
    font-size: 1.2rem;
    color: #6c757d;
    margin-bottom: 20px;
  }

  .schedule-link {
    color: #007bff;
    text-decoration: none;
  }


  /* styling for the reginstration form pop up  */

  .registration-form-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.registration-form-container {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
}

.close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}



  /* Privacy policy link  */

  .pp {
    background-color: #ffffff;
    border: 2px solid #ffa500;
    border-radius: 10px;
    box-shadow: 7px -4px 20px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 1000px;
    margin: 20px auto;
  }
  
  .heading-orange {
    color: orange;
  }

  .text-green, .text-green li {
    color: green;
    margin-bottom: 20px;
  }
