*{
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4{
    color: #000;
    font-weight: 700;
    font-size: 25px;
    text-align: start;
}
p, ul{
    color: #000;
}
span{
    color: #DFB853;
}
.best{
        color: #000;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
}
/* header start */
.kit{
    padding-top: 5px;
    padding-bottom: 5px;
}
.logo{
    width: 100px;
}
.yet{
    color: goldenrod;
    font-size: 20px;
    font-weight: 600;
}
/* Buttons */
.btn{
  padding: 10px 30px;
  border-radius:30px;
  text-decoration:none;
  font-weight:bold;
  font-size:14px;
}
.login{
  color:goldenrod;
    font-size: 17px;
}
.login:hover{
  color:goldenrod;
}
.register{
  background-color: #000;
  color:#fff;
  font-size: 17px;
}
.register:hover{
   background-color: #000;
  color:#fff;
}
.step{
    margin-top: 20px;
    margin-bottom: 20px;
}
.slider {
      overflow: hidden;
      white-space: nowrap;
      position: relative;
      width: 100%;
      height: 220px;
    }
    .slider-track {
      display: inline-block;
      animation: scroll 20s linear infinite;
    }
    .slider img {
      width: 300px;
      height: 200px;
      margin: 10px;
      border-radius: 10px;
      object-fit: cover;
      display: inline-block;
    }
    @keyframes scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    .support-box {
      background-color: #333;
      color: white;
      text-align: center;
      padding: 40px 20px 20px;
      border-radius: 8px;
      position: relative;
      font-family: Arial, sans-serif;
      margin-top: 25px;
      margin-bottom: 25px;
    }

    .support-box .icon {
      position: absolute;
      top: -40px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #fac445;
      border-radius: 50%;
      width: 80px;
      height: 80px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 5px solid #a7863b92;
    }

    .support-box .icon img {
      width: 50px;
    }

    .support-box h3 {
      margin-top: 40px;
      font-size: 18px;
      font-weight: 700;
      color: #fff;
      text-align: center;
    }
    .card{
    background-color: #f2f2f2;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    text-align: center;
    border: none;
    }
    .card img{
        border-radius: 10px;
    }
    .card p{
        text-align: center;
        font-weight: 700;
    }
    .get{
        background-color: goldenrod;
        color: #000;
        width: 100%;
        padding: 10px;
        border: none;
        font-weight: 700;
        border-radius: 10px;
    }

       /* footer */
    footer {
      background-color: #000;
      padding: 60px 0 20px;
       border-top: 1px solid #00c6ff;
    }

    .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: #a5a5a5;
      text-decoration: none;
      margin-bottom: 10px;
      transition: color 0.3s ease;
    }

    .footer-links a:hover {
      color: #00c6ff;
    }

    .social-icons a {
      display: inline-block;
      color: #fff;
      font-size: 1.2rem;
      margin-right: 15px;
      transition: color 0.3s ease, transform 0.3s ease;
    }

    .social-icons a:hover {
      color: #ffcc00;
      transform: scale(1.1);
    }

    .contact-info {
      margin-top: 15px;
      font-size: 1.1rem;
      color: #fff;
    }

    .contact-info i {
      margin-right: 10px;
      color: #ffcc00;
    }
    /* Responsive tweaks */
    @media (max-width: 768px) {
      footer {
        text-align: center;
      }
      .social-icons a {
        margin-right: 10px;
      }
    }
    /* footer */
       /* faq */
.faq-section {
    width: 100%;
    min-height: 100vh;
    padding: 40px;
    background: #000;
    box-sizing: border-box;
  }

  .faq-section h4 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
    color: #fff;
  }

  .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 #00c6ff;
    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;
  }
       /*whatsaap*/
 .float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 80px !important;
    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){
    .btn{
  padding: 8px 10px;
     }
     .yet{
        margin-top: 5px;
     }
     p{
        text-align: justify;
     }
     .faq-section{
        padding: 10px;
     }
 }