*{
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4{
    color: #000;
    font-size: 30px;
    text-align: start;
    font-weight: bold;
    font-family: "Roboto", Sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
}
p, li{
    color: #000;
    font-size: 17px;
}
.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: 150px;
}
.navbar{
    background-color: #20536f !important;
    border-bottom: 1px solid #fff;
}
.nav-item{
    margin-left: 40px;
    font-size: 17px;
    font-weight: 600;
}
.nav-link{
    color: #fff !important;
}
.navbar-toggler{
    background-color: #fff !important;
}
/* <!-- header end --> */

.clay{
    background-color: #D5D5D5;
    padding-top: 20px;
    padding-bottom: 20px;
}
.btn-primary{
    background: #e43436;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 700;
}
.btn-secondary{
    background: #20536f;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 700;
}
.features-section {
    background: #fff;
    color: #fff;
  }

  .feature-card {
    background: #20536f;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 25px 20px;
    text-align: center;
    color: #fff;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .feature-card::before {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #20536f, #20536f);
    transition: 0.5s;
  }

  .feature-card:hover::before {
    top: 0;
  }

  .feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(255, 204, 0, 0.3);
    border-color: rgba(255, 204, 0, 0.6);
  }

  .feature-card .icon {
    font-size: 40px;
    margin-bottom: 10px;
    color: #ffcc00;
  }

  .feature-card h5 {
    font-weight: 700;
    font-size: 18px;
    color: #ffcc00;
    margin-bottom: 10px;
  }

  .feature-card p {
    font-size: 14px;
    color: #ddd;
  }

  @media (max-width: 768px) {
    .feature-card {
      margin-bottom: 20px;
    }
  }
  .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 #000;
  padding: 10px;
  text-align: start;
  color: #000;
}

.custom-table th {
  color: #fff;
  background-color: #20536f;
}

/* faq */
 .faq-section {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
  }

  .faq-section h4 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
    color: #000;
  }

  .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: #fff;
    font-size: 20px;
    background-color: #20536f;
  }

  .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;
    background-color: #D5D5D5;
  }

  .faq-answer p {
    padding: 15px 0;
    margin: 0;
    color: #000;
  }
/* faq */

/* footer */
 /* footer */
    footer {
      background-color: #20536f;
      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;
      text-decoration: none;
      margin-bottom: 10px;
      transition: color 0.3s ease;
    }

    .footer-links a:hover {
      color: #ffcc00;
    }
    .sill{
        border-top: 1px solid #fff;
    }
/* 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;
    }
}