*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #0c9971;
}
h1,h2,h3,h4{
    color: #E3EC4E;
    font-size: 35px;
    text-align: center;
    font-weight: bold;
    font-family: "Roboto", Sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
}
p, li{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.carousel slide{
  z-index: 999;
}
    .carousel-item img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 10px;
      z-index: 999;
    }
.btn-center {
  display: flex;
  justify-content: center; 
  align-items: center;            
}
.get{
    padding: 12px 24px;
    background-color: #F9DF10;
    font-family: "Roboto", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    border-radius: 38px;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* <!-- header start --> */
.logo{
    width: 300px;
}
.navbar{
    background-color: #0c9971 !important;
    border-bottom: 1px solid #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.nav-item{
    margin-left: 40px;
    font-size: 15px;
}
.nav-link{
    color: #fff !important;
}
.navbar-toggler{
    background-color: #F9DF10  !important;
}
/* <!-- header end --> */
.image-box {
      position: relative;
      text-align: center;
      color: white;
    }
    .image-box img {
      width: 100%;
      object-fit: cover;
      border-radius: 10px;
    }
    .image-text {
      position: absolute;
      top: 10px;
      left: 40%;
      transform: translateX(-50%);
      padding: 5px 15px;
      border-radius: 5px;
      font-weight: 600;
    }
    .star{
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .set{
      background-color: #fff;
      color: #000;
      font-size: 20px;
      font-weight: 700;
      border-radius: 10px;
      padding: 10px;
      margin-top: 20px;
      margin-bottom: 20px;
    }
.clay{
    margin-top: 70px;
    margin-bottom: 10px;
}
.table-box {
  width: 100%;
  overflow-x: auto;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

.custom-table th,
.custom-table td {
  border-bottom: 1px solid #fff;
  padding: 10px;
  text-align: start;
  color: #fff;
}

.custom-table th {
  color: #fff;
}

/* faq */
 .faq-section {
    width: 100%;
    min-height: 100vh;
    padding: 40px;
    box-sizing: border-box;
  }

  .faq-section h4 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
    color: #fff;
  }

  .faq-item {
    margin: 15px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }

  .faq-question {
    padding: 10px 10px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #fff;
    color: #E3EC4E;
    font-size: 20px;
  }

  .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: #fff;
  }
/* faq */
 /* footer */
    .footer {
      background-color: #000;
      padding: 60px 0 20px;
    }

    .footer-logo img {
      width: 180px;
      margin-bottom: 20px;
    }

    .footer-text {
      color: #fff;
      line-height: 1.6;
      font-size: 0.95rem;
    }

    .footer-text span {
      color: #fff;
      font-weight: 600;
    }

    .footer-heading {
      font-weight: 700;
      margin-bottom: 20px;
      text-transform: uppercase;
      color: #fff;
    }

    .footer-links a{
      display: block;
      color: #fff !important;
      text-decoration: none;
      margin-bottom: 10px;
      transition: color 0.3s ease;
    }

    .footer-links a:hover {
      color: #fff;
    }

/* footer */
.try{
    background-color: #000;
    padding-top: 5px;
}
.try p{
    font-size: 12px;
}
/* footer */

       /*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){
    .faq-section{
        padding: 10px;
    }
    p{
        text-align: justify;
    }
    .nav-item {
    margin-left: 0px;
    }
    .sidebar{
      display: none;
    }
    .layout{
      margin-left: 0px !important;
    }
}
/* Sidebar */
.sidebar{
  position: fixed;
  top: 0;
  left: 0;
  width: 230px;
  height: 100vh;
  background: #fff;
  color: #000;
  z-index: 999;
  margin-top: 70px;
}



/* Scrollable menu */
.sidebar-menu{
  list-style: none;
  height: calc(100vh - 60px);
  overflow-y: auto;
  padding-right: 5px;
}

/* Menu items */
.sidebar-menu ol, ul{
  padding-left: 0px !important;
}
.sidebar-menu li{
  margin-bottom: 8px;
  font-size: 16px;
}

.sidebar-menu a{
  display: block;
  padding: 10px 12px;
  text-decoration: none;
  color: #000 !important;
  border-radius: 5px;
  transition: 0.3s;
}

.sidebar-menu a:hover{
  color: #000 !important;
}

/* Custom scrollbar */
.sidebar-menu::-webkit-scrollbar{
  width: 6px;
}

.sidebar-menu::-webkit-scrollbar-thumb{
  background: #444;
  border-radius: 10px;
}
.layout{
  margin-left: 230px;
}


/* Mobile */
@media(max-width:768px){
  .sidebar{
    width: 220px;
  }

}