*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #f2f2f2;
}
h1, h2, h3, h4{
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 25px;
}
p, ul{
    color: #000;
}
.set{
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
}
.logo{
    width: 100px;
    margin-top: 8px;
}
.login-container {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .login-container input {
      padding: 10px 15px;
      border-radius: 6px;
      border: none;
      outline: none;
      font-size: 14px;
      color: #333;
      background-color: #fff;
      box-shadow: 0 0 0 1px #ddd;
    }

    .password-wrapper {
      position: relative;
    }

    .password-wrapper input {
      padding-right: 35px;
    }

    .eye-icon {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      color: #000;
      font-size: 16px;
    }

    .login-btn {
      border: none;
      outline: none;
      color: #fff;
      font-weight: 600;
      padding: 10px 25px;
      border-radius: 25px;
      cursor: pointer;
      background: linear-gradient(to right, #6bb8ff, #004b8f);
      display: flex;
      align-items: center;
      gap: 5px;
    }

    .login-btn i {
      font-size: 16px;
    }
.star{
    margin-left: 200px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;

}
.image-hover-box {
  position: relative;
  width: 350px;
  height: 220px;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.image-hover-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.image-hover-box:hover img {
  transform: scale(1.05);
  filter: brightness(70%);
}

.hover-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to right, #6bb8ff, #004b8f);
  color: #fff;
  padding: 10px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.image-hover-box:hover .hover-btn {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}
.lets{
  background: linear-gradient(to right, #6bb8ff, #004b8f);
  color: #fff;
  padding: 10px 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  border: none;
  margin-bottom: 20px;
}
.beg{
    background-color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
}
.logo2{
    width: 100px;
    margin-left: 200px;
    margin-top: 50px;
}
.beg ul{
    color: #fff;
}
.title {
    font-size: 28px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 20px;
  }

  .title::after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background-color: #fff;
    margin: 8px auto 0;
  }

  .icons {
    margin-top: 20px;
    justify-content: center;
    gap: 20px;
  }

  .icons img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #222;
    object-fit: cover;
  }

  .icons img:nth-child(1) {
    border: 2px solid red; /* Red border for 18+ icon */
  }
         /* 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 right, #6bb8ff, #004b8f);
    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: #fff;
    padding: 0 20px;
  }

  .faq-answer p {
    padding: 15px 0;
    margin: 0;
    color: #000;
  }
         /*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){
    .login-container input {
        display: none;
    }
    .login-btn {
        margin-left: 40px;
    }
    .star {
        margin-left: 0px;
    }
    .image-hover-box {
        width: 100%;
    }
    .logo2{
        margin-left: 0px;
        margin-top: 0px;
    }
    .faq-section {
        padding: 10px;
    }
    }