*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none !important;
}
li{
    color: rgb(46, 43, 28);
    font-weight: bold;
}
span{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
h1{
    font-size: 30px;
    color: #3485CF;
    font-weight: 700;
    padding-top: 20px;
}
h2{
    padding-top: 40px;
}
h3{
    font-size: 40px;
    color: #3485CF;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
}
h4{
    font-size: 20px !important;
    color: #4876CE;
    font-weight: bold !important;
    padding-top: 20px;
    text-align: center !important;
}
h5{
    font-size: 50px !important;
    color: #4876CE;
    font-weight: bold !important;
    padding-top: 20px;
    text-align: center !important;
}
p{
    font-weight: 600;
}
/* header start */
.saf{
    width: 40px;
    height: 40px;
}
.logo{
    width: 200px;
}
.nav-link{
    color: #000 !important;
    font-size: 18px;
    font-weight: 600;
}
.nav-link:hover{
    color: rgb(47, 100, 100) !important;
    font-size: 20px;
}
.navbar-nav{
    margin-left: 100px;
}
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff; /* Background zaroori hai */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Bottom shadow */
  }
  
  
  .navbar-light .navbar-toggler-icon {
  
    color: #fff !important;
    
  }
  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  .navbar-toggler{
    background-color: #fff;
  }
  .nav-item {
    color: #fff !important;
    margin-left: 20px;
  }
  .login-btn {
    background-image: linear-gradient(180deg, #00e676 0%, #1ebea5 100%);
    background-color: #25d366;
    color: #fff;                   
    border: none;
    padding: 8px 30px;
    border-radius: 30px;
    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: 10px;
    margin-left: 60px;
  }
  
  /* header end */

/* banner */
.baxk{
    background-image: url('img/taj777bg.jpg');
    background-size: cover;      
    background-position: center;  
    background-repeat: no-repeat;  
    height: 100vh;     
    margin-top: 70px;
}
.bounce-hover {
    transition: transform 0.3s ease-in-out;
  }
  
  .bounce-hover:hover {
    animation: bounce 0.6s;
  }
  
  @keyframes bounce {
    0%   { transform: translateY(0); }
    30%  { transform: translateY(-10px); }
    60%  { transform: translateY(5px); }
    100% { transform: translateY(0); }
  }
  
/* banner */

.rup{
    background-color: #001C5B;
}
.eww{
    margin-top: 10px;
    margin-bottom: 10px;
    border: 2px solid rgb(44, 42, 30);
    border-radius: 20px;
}
.qzae{
    background-image: url('img/taj777-id.webp');
    background-size: cover;      
    background-position: center;  
    background-repeat: no-repeat;  
}
.rt{
    text-align: center;
    margin-top: 40px;
    color: #fff;
}
.button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; /* optional spacing */
  }
  
.ask{
    color: #FFFFFF !important;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    background-image: linear-gradient(180deg, #4876ce 0%, #21cbd1 100%);
    padding: 10px 20px;
}
.nope{
    background-color: #001C5B;
}
.rock{
    background-color: #2B83CE;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 100px !important;
}
.were{
    color: rgb(61, 36, 54);
    font-weight: 700;
    font-size: 25px;
}
.ropq{
    background-color: #169BD7;
}
  @media only screen and (max-width: 476px){
    .navbar-nav{
        margin-left: 0px;
    }
.login-btn{
    margin-left: 0px;
}
.baxk{
    height: 220vh; 
}
.rock{
    padding-left: 0px !important;
}
    }
    .faq-section {
    width: 100%;
    min-height: 100vh;
    padding: 40px;
    box-sizing: border-box;
    border-bottom: 2px solid #fff;
  }

  .faq-section h1 {
    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;
    background-color: rgb(233, 215, 215);
    color: #201f1f;
    font-size: 25pxpx;
  }

  .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;
  }
 