*{
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4{
    background-color: #1A3DA4;
    padding: 5px 0px 5px 0px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-family: "Lato", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin-top: 30px !important;
    margin-bottom: 30px;
}
.login-section {
  min-height: 100vh;
  background: linear-gradient(to bottom, #1e40af, #0a1a66);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 20px;
}

.login-box {
  background: #fff;
  border-radius: 10px;
  padding: 40px 30px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  text-align: center;
}
.log{
    background-color: #1A3DA4;
    padding: 5px 0px 5px 0px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-family: "Lato", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
}

.login-box h3 {
  color: #1e40af;
  font-weight: 700;
  margin-bottom: 25px;
}

.login-box .form-control {
  border-radius: 6px;
  margin-bottom: 15px;
  height: 45px;
}

.btn-login {
  background-color: #1e40af;
  color: white;
  font-weight: 600;
  border-radius: 6px;
  margin-top: 10px;
}

.btn-login:hover {
  background-color: #0a1a66;
}

.login-box i {
  color: #1e40af;
}

.login-box small {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: #555;
}

.login-box a {
  text-decoration: none;
  color: #1e40af;
  font-weight: 500;
}

.logo img{
  width: 200px;
}

.whatsapp-link {
  border-top: 1px dotted #aaa;
  padding-top: 10px;
  margin-top: 15px;
  font-size: 14px;
  color: #000;
}

.whatsapp-link i {
  color: green;
}

.get{
    padding: 10px 20px;
    background-color: #e5a400;
    color: #000;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom: 30px;
}
    .table-container {
      margin: auto;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      overflow-x: auto;
    }

    table {
      width: 100%;
      border-collapse: collapse;
      text-align: start;
    }

    thead {
      background-color: #1A3DA4;
      color: #fff;
    }
    thead:hover{
      background-color: #1A3DA4 !important;
      color: #fff;
    }

    th, td {
      padding: 12px 15px;
      border-bottom: 1px solid #ddd;
    }

    th {
      text-transform: uppercase;
      letter-spacing: 0.03em;
      font-size: 14px;
    }
    .card{
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
        width: 360px;
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .card2{
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
        width: 360px;
        margin-left: 20px;
        margin-bottom: 20px;
        border-bottom: 2px solid #e5a400;
    }
    .card3{
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
        width: 360px;
        margin-left: 20px;
        margin-bottom: 20px;
        background-color: #e5a400;
    }
    .card4{
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
        width: 360px;
        margin-left: 20px;
        margin-bottom: 20px;
        border: 2px solid #e5a400;
    }
    .card img{
        width: 100px;
    }
    .step-box {
      display: flex;
      align-items: flex-start;
      gap: 5px;
      background: #fff;
      border-radius: 10px;
      padding: 20px 20px;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
      max-width: 700px;
      margin: auto;
      margin-bottom: 10px;
    }

    .step-number img{
      width: 30px;
    }

    .step-content h4 {
      margin: 0 0 6px 0;
      font-size: 18px;
      font-weight: 600;
      color: #000;
      background-color: transparent;
      text-align: start;
      margin-top: 0px !important;
      margin-bottom: 0px;
    }

    .step-content p {
      margin: 0;
      color: #000;
      font-size: 15px;
    }

    .top{
        width: 100% !important;
    }
    .read{
        color: green;
        border: none;
        background-color: transparent;
    }
    .faq-section {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
  }


  .faq-item {
    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: 1px solid #fff;
    color: #000;
  }

  .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;
    padding: 0 20px;
  }

  .faq-answer p {
    padding: 15px 0;
    margin: 0;
    color: #000;
  }

  /* ======= Footer Main ======= */
    footer {
      background: #1434a4; /* Blue background */
      color: #fff;
      padding: 50px 8%;
    }

    .footer-container {
      display: grid;
      grid-template-columns: 1.2fr 1fr 1fr 1fr;
      gap: 40px;
    }

    /* ======= Logo Section ======= */
    .footer-logo h4 {
      color: #ffcc00;
      font-weight: 800;
      font-size: 32px;
      text-align: start !important;
    }
    .footer-container h4{
        text-align: start !important;
        margin-left: 30px;
    }
    .footer-logo h4 span {
      color: #fff;
      background-color: transparent;
    }

    .footer-logo p {
      margin-top: 15px;
      line-height: 1.7;
      font-size: 15px;
    }

    .footer-logo p span {
      color: #ffcc00;
      font-weight: 600;
    }

    /* ======= Links ======= */
    h4 {
      margin-bottom: 15px;
      font-size: 18px;
      font-weight: 600;
    }

    ul {
      list-style: none;
    }

    ul li {
      margin-bottom: 10px;
    }

    ul li a {
      color: #fff;
      text-decoration: none;
      transition: 0.3s;
    }

    ul li a:hover {
      color: #ffcc00;
    }

    /* ======= Social Icons ======= */
    .social-icons {
      display: flex;
      gap: 10px;
      margin-top: 10px;
    }

    .social-icons a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 35px;
      height: 35px;
      border-radius: 5px;
      background: #0d2d8a;
      color: #fff;
      transition: 0.3s;
      font-size: 18px;
    }

    .social-icons a:hover {
      background: #ffcc00;
      color: #000;
    }

    /* ======= Bottom Bar ======= */
    .footer-bottom {
      background: #000;
      color: #fff;
      text-align: center;
      padding: 15px;
      font-size: 14px;
    }

    .footer-bottom a {
      color: #ffcc00;
      text-decoration: none;
      font-weight: 600;
    }

    .footer-bottom a:hover {
      text-decoration: underline;
    }

    /* ======= Responsive ======= */
    @media (max-width: 992px) {
      .footer-container {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (max-width: 576px) {
      .footer-container {
        grid-template-columns: 1fr;
      }

    

      .social-icons {
        justify-content: center;
      }
    }
          /*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*/ 
    @media only screen and (max-width: 476px){
        .card{
            width: 95%;
            margin-left: 10px;
        }
        .faq-section {
            padding: 10px;
        }
    }