*{
    margin: 0;
    padding: 0;
}
h1, h2, h3{
    font-size: 30px;
    font-weight: 700;
}
.logo{
    width: 150px;
}
/* HEADER */
.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: linear-gradient(to right, #0b1c6d, #0fa3d1);
}

/* LOGIN AREA */
.login-area {
    display: flex;
    align-items: center;
    gap: 10px;
}

.login-area input {
    padding: 8px 10px;
    border-radius: 5px;
    border: none;
    outline: none;
}

/* BUTTONS */
.btn {
    padding: 8px 12px;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
}

.btn.red {
    background: #e60000;
}
.btn.red2 {
    background: #e60000;
}

.btn.green {
    background: #00a651;
}

.btn.dark {
    background: #2c3e50;
}

/* NAVBAR */
.menu-bar {
    background: linear-gradient(180deg, #5f7fdb 0, #0cddff 100%);
    overflow-x: auto;
}

.menu-bar ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-bar ul li {
    padding: 2px 18px;
    color: #000;
    cursor: pointer;
    white-space: nowrap;
    font-weight: 600;
    font-size: 12px;
    background: rgba(255,255,255,0.2);
    border-right: 1px solid rgba(0,0,0,0.1);
}

/* ACTIVE + COLORS */
.menu-bar ul li.yellow {
    background: #ffd700;
}

.menu-bar ul li.red {
    background: #e60000;
    color: #fff;
}
.menu-bar::-webkit-scrollbar {
    display: none;
}
/* NEW TAG */
.new {
    background: #ff0000;
    color: #fff;
    font-size: 10px;
    padding: 2px 5px;
    margin-left: 5px;
    border-radius: 3px;
}
.can{
    margin-top: 20px;
    margin-bottom: 20px;
}
.drag{
    width: 210px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    margin-left: 17px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
}
.drag img{
    height: 170px;
}
.drag p{
    text-align: center;
}
.well{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
/* toc */
.toc-button {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #004aad;
    color: #fff;
    padding: 10px 15px;
    z-index: 1000;
    border-radius: 0 5px 5px 0;
    font-size: 16px;
    font-weight: 700;
}

.toc-sidebar {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background-color: #fff;
    box-shadow: 2px 0 5px rgba(0, 0, 0, .5);
    transition: left .3s;
    z-index: 999;
    overflow-y: auto;
}

.toc-sidebar.open {
    left: 0;
}

.toc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #004aad;
    color: #fff;
    padding: 10px;
}

.toc-header h3 {
    margin: 0;
    font-size: 18px;
}

.close-btn {
    font-size: 24px;
}

.toc-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.toc-sidebar ul li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.toc-sidebar ul li a {
    color: #333;
    text-decoration: none;
}

/* toc */

.faq-section {
    width: 100%;
    padding: 60px;
    box-sizing: border-box;
  }

  .faq-section h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
  }

  .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: #004aad;
    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: #004aad;
    padding: 0 20px;
  }

  .faq-answer p {
    padding: 15px 0;
    margin: 0;
    color: #fff;
  }

  /* footer */


.footer-container {
  background: #f2f2f2;
  padding: 20px;
  text-align: center;
  font-family: Arial, sans-serif;
}

/* Top Box */
.footer-top {
  background: #e9e9e9;
  padding: 15px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  margin-bottom: 20px;
}

.footer-logo {
  width: 60px;
}

/* Links */
.footer-links,
.footer-bottom-links {
  margin: 10px 0;
}

.footer-links a,
.footer-bottom-links a {
  margin: 0 10px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.footer-links a:hover,
.footer-bottom-links a:hover {
  color: #004aad;
}

/* Copyright */
.footer-copy {
  margin-top: 10px;
  color: #666;
  font-size: 14px;
}
  /* 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;
    }
  .can {
    margin-top: 0px;
    margin-bottom: 0px;
    }
    .drag {
    width: 185px;
    }
    .login-area input {
        display: none;
    }
    .btn.red2 {
        display: none;
    }
    .logo{
        width: 100px;
    }
}