    *{
        margin: 0;
        padding: 0;
    }
    h1, h2, h3, h4{
        font-size: 30px;
        font-weight: 700;
        color: #000;
        text-align: center;
    }
    p, li{
        color: #000;
        font-weight: 400;
    }
    .great{
      width: 100%;
      height: 100vh;
      background: linear-gradient(to bottom, #0f001a, #5a00b5, #7d00ff);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }


    .logo {
      width: 300px;
    }

    .login-box {
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
      padding: 30px 40px;
      width: 100%;
      max-width: 360px;
      text-align: center;
      animation: fadeIn 1s ease;
    }

    .login-box h2 {
      margin-bottom: 20px;
      color: #000;
    }

    .input-group {
      position: relative;
      margin-bottom: 15px;
    }

    .input-group input {
      width: 100%;
      padding: 12px 40px 12px 12px;
      border: 1px solid #ccc;
      border-radius: 4px;
      font-size: 15px;
    }

    .input-group i {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      color: #666;
    }

    .btn {
      display: block;
      width: 100%;
      background: #000;
      color: #fff;
      border: none;
      padding: 12px;
      font-size: 16px;
      font-weight: 600;
      border-radius: 4px;
      cursor: pointer;
      transition: all 0.3s;
      margin-top: 8px;
    }

    .btn:hover {
      background: #222;
    }
    .clay{
      margin-top: 30px;
      margin-bottom: 30px;
    }
    .footer {
      background: #000;
      color: #fff;
      text-align: center;
      font-size: 14px;
      padding: 10px 0;
      width: 100%;
    }

    .footer a {
      color: #fff;
      text-decoration: none;
      margin: 0 10px;
      font-weight: bold;
    }

    .footer span {
      font-weight: bold;
      margin-left: 20px;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(30px); }
      to { opacity: 1; transform: translateY(0); }
    }
    
  /* footer */
    footer {
      background-color: #000;
      padding: 60px 0 20px;
    }

    .footer-logo img {
      width: 180px;
      margin-bottom: 20px;
    }

    .footer-text {
      color: #ccc;
      line-height: 1.6;
      font-size: 0.95rem;
    }

    .footer-text span {
      color: #ffcc00;
      font-weight: 600;
    }

    .footer-heading {
      font-weight: 700;
      margin-bottom: 20px;
      text-transform: uppercase;
      color: #fff;
    }

    .footer-links a{
      display: block;
      color: #fff !important;
      text-decoration: none;
      margin-bottom: 10px;
      transition: color 0.3s ease;
    }

    .footer-links a:hover {
      color: #ffcc00;
    }
    @media (max-width: 476px) {
      .login-box {
        padding: 20px;
        width: 90%;
      }
      p{
        text-align: justify;
      }
      .faq-section {
        padding: 10px !important;
      }
    }
             /* faq */
.faq-section {
    width: 100%;
    padding: 40px;
    background: #fff;
    box-sizing: border-box;
  }

  .faq-section h4 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
    color: #000;
  }

  .faq-item {
    background: #f9f9f9;
    margin: 15px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }

  .faq-question {
    padding: 15px 20px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    background: linear-gradient(to bottom, #0f001a, #5a00b5, #7d00ff);
    color: #fff;
  }

  .faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 18px;
  }

  .faq-question.active::after {
    content: '-';
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #000;
    padding: 0 20px;
  }

  .faq-answer p {
    padding: 15px 0;
    margin: 0;
    color: #fff;
  }
         /*whatsaap*/
 .float {
    position: fixed;
    width: 50px;
    height: 50px;
    /* bottom: 20px; */
    right: 35px;
    background: linear-gradient(
      90deg,
      rgb(55, 223, 97) 0%,
      rgb(9, 187, 3) 100%
    );    
    color: #fff !important;
    bottom: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
  }
  .bb{
    color: #fff;
  }
  .my-float {
    margin-bottom: 8px;
    margin-top: 1px;
    margin-left: 1px;
    font-size: 30px;
  }
  /*whatsaap end*/ 