*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none !important;
}
li{
    list-style: none;
    color: #fff;
}
h1{
    color: #fff;
    font-size: 80px !important;
    text-align: center;
}
h2{
    font-size: 30px !important;
    text-align: center;
    font-weight: 700 !important;
    color: #F48220;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}
h3{
    font-size: 30px !important;
    text-align: center !important;
    color: #F48220;
    font-weight: bold !important;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}
h4{
    font-size: 30px !important;
    text-align: center !important;
    color: #F48220;
    font-weight: bold !important;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}
p{
    /*font-size: 25px;*/
    text-align: center;
    /*font-weight: bold;*/
    color: #fff;
}
/*li{*/
/*    font-size: 25px;*/
/*    text-align: center;*/
/*    font-weight: bold;*/
/*    color: #fff;*/
/*}*/
/* header start */
.saf{
    width: 40px;
    height: 40px;
}
.logo{
    width: 200px;
}
.nav-link{
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
}
.nav-link:hover{
    color: #F48220 !important;
}
.navbar-nav{
    margin-left: 10px;
}
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #242526;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Bottom shadow */
    border-bottom: 1px solid gray;
  }
  
  
  .navbar-light .navbar-toggler-icon {
  
    color: #fff !important;
    
  }
  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  .navbar-toggler{
    background-color: #242526;
  }
  .nav-item {
    color: #fff !important;
    margin-left: 20px;
  }
  .login-btn {
    background-color: #F48220;
    color: #fff;                   
    border: none;
    padding: 12px 30px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 0px;
    margin-left: 0px;
  }
  .search-box {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    margin-top: 10px;
  }
  
  /* header end */

  /* banner */
  .group{
    background-color: #231F20;
    margin-top: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .rup{
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
  }
  .center-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
  }
  
  .tower{
    background-color: #91D146;
    padding: 10px 80px;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 30PX;
  }
  .image-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* banner */

  /* live start */
  .darl{
     background-color: #231F20;
     padding-top: 30px;
     padding-bottom: 30px;
  }
  .qaz{
    color: #fff;
    font-size: 25px;
    font-weight: 600;
  }
  /* live end */

  /* vip start */
  .grye{
    background-color: #231F20;
  }
  .our{
    color: #F48220;
    font-size: 30px;
    font-weight: 700;
    text-align: start;
  }
  .tree{
    font-size: 20px;
    color: #fff;
    text-align: start;
    font-weight: 600;
  }
  /* vip end */

  .srye{
    background-color: #F48220;
  }

  /* footer start */
  .stay{
    background-color: #242526;
  }
  .crave{
    color: #F48220;
    font-size: 15px;
    font-weight: 700;
    text-align: start;
    padding-top: 40px;
  }
  .so{
    font-size: 12px;
    text-align: center;
    font-weight: 400;
  }
  .trop{
    font-size: 20px;
    text-align: center;
    font-weight: 600;
  }
  /* 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: #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 #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;
    }
    }