*{
    margin: 0;
    padding: 0;
}
h1{
    font-weight: 700;
}
h2{
    font-weight: 700;
}
h3{
    font-weight: 700;
}
h4{
    font-weight: 700;
}
.logo {
      width: 140px;
      margin-bottom: 25px;
    }
    .great {
position: relative;
      height: 100vh;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background: 
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url("img/banner.webp") center/cover no-repeat;
    }

    /* Login box */
    .login-box {
      background: #0f4c81;
      backdrop-filter: blur(6px);
      padding: 40px 30px;
      border-radius: 10px;
      width: 100%;
      max-width: 400px;
      text-align: center;
      color: #fff;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    }

    .login-box input {
      width: 100%;
      padding: 12px;
      margin: 10px 0;
      border: none;
      border-radius: 5px;
      font-size: 15px;
    }

    .login-btn, .support-btn {
      width: 100%;
      padding: 12px;
      border: none;
      border-radius: 8px;
      font-size: 12px;
      font-weight: 600;
      cursor: pointer;
      margin-top: 10px;
      color: #fff;
    }

    .login-btn {
      background-color: #0094ff;
    }

    .support-btn {
      background-color: #0078ff;
    }

    .login-box a {
      color: #fff;
      text-decoration: underline;
      font-size: 14px;
    }

    .small-text {
      font-size: 13px;
      margin-top: 10px;
    }

    .google-info {
      font-size: 12px;
      margin-top: 15px;
      color: #cfd8dc;
    }

    .google-info a {
      color: #fff;
    }
    .says{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .with{
        background-color: #FDCF13;
        border-radius: 20px;
        padding: 10px 20px;
        font-weight: bold;
        font-size: 25px;
        color: #fff;
        border: none;
        margin-bottom: 20px;
    }
      .tower{
    background-color: #91D146;
    padding: 10px 80px;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
  }
  table {
    border-collapse: collapse;
    width: 50%;
    text-align: start;
    background: white;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  th, td {
    border: 1px solid #555;
    padding: 10px;
  }

  th {
    /* background: #007bff; */
    color: #000;
  }
    .grye{
    background-color: #F48220;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
  }
    /* footer start */
  .stay{
    background-color: #1c0d0a;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .stay li{
    list-style: none;
  }
  /* footer end */
        /*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*/ 
.faq-section {
    width: 100%;
    min-height: 70vh;
    padding: 40px;
    /* background-color: #231F20; */
    box-sizing: border-box;
    border-bottom: 2px solid #fff;
  }

  .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;
    border: 2px solid #fff;
    background: #000;
    color: white;
  }

  .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;
  }

  @media only screen and (max-width: 476px){
    h1{
        font-size: 30px !important;
    }
    p{
        text-align: justify !important;
    }
    .faq-section {
        padding: 10px;
    }
    }