
* {
  margin: 0;
  background: transparent;
  padding: 0;
  height: auto;
  width: auto;
  box-sizing: border-box;
  border: none;
  /* font-family: Arial, Helvetica, sans-serif; */
 }

nav{
  display: flex;
  width: 100%;
  background: white;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid black;
  height: 50px;
  padding-left: 5%;
  padding-right: 5%;
}
nav .logo{
    color: black;
    font-size: 24px;
    font-family: 'arima madurai';
    font-weight: bold;
    margin-top: 0.5px;
    font-weight: bold;
}

nav ul li a {
  margin: 0;
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
}

nav ul li a.active {
  font-weight: 500;
  color: #1155cc;
}

nav ul li a:hover {
  color: #1c4587;
  transition: 0s;
}

a.logo{
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
}

nav ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  background: white;
}

nav ul li a{
  color: black;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  align-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  /* padding: 40px 15px 15px; */
  border-radius: 5px;
  letter-spacing: 1px;
  /* transition: all 0.3s ease; */
  background: white;
  font-family: Arial, Helvetica, sans-serif; 
}
nav .menu-btn i{
  color: black;
  font-size: 18px;
  cursor: pointer;
  display: none;
/*     padding-top: 3px; */
}
input[type="checkbox"]{
  display: none;
}


  nav ul li a {
    color: black;
    background: white;
    }


@media (max-width: 1000px){
  nav{
    padding: 0 30px 0 50px;
    background: white;
  }

  tr th{
    background: white;
  }

}
@media (max-width: 920px) {
  nav .menu-btn i{
    display: block;
  }
  #click:checked ~ .menu-btn i:before{
    content: "\f00d";
  }
  nav ul {
    position: fixed;
    top: 40px; /* Adjust this value as needed */
    left: -100%;
    background: white;
    height: calc(100vh - 50px); /* Adjust this value based on your header height */
    width: 100%;
    text-align: center;
    display: block;
    transition: 0ms;
  }

  nav #click:checked ~ ul{
    left: 0;
    height: 100vh;
    min-height: 100vh;
    position: absolute;
  }



  
  nav ul li{
    width: 100%;
    margin: 30px 0;
  }
  nav ul li a{
    width: 100%;
    margin-left: -100%;
    display: block;
    font-size: 20px;
    transition: 0.6s cubic-bezier(0.68, 0.55, 0.265, 1.55);
    background: white;
  }
  #click:checked ~ ul li a{
    margin-left: 0px;
  }
    nav ul li a {
    color: black;
    background: white;
    }

    nav ul li a.active{
      background: white;
  color: #1155cc;
        font-weight: bold;
        border: white;
        background: white;
    }

    nav .logo {
    font-size: 20px;
    font-weight: bold;
    padding-top: 1.5px;
    margin-left: -3px;
    background: white;
  }
  nav{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
    position: absolute;
    background: white;
  }

  tr th{
    background: white;
  }

  nav {
    position: fixed;
    top: 0;
    background-color: white; /* Set the background color of the navigation bar */
    z-index: 1000; /* Ensure navigation bar stays on top */
  }
  
  /* Adjust padding for the content to prevent it from being hidden behind the navigation bar */
  .content-wrapper {
    padding-top: 60px; /* Adjust based on the height of the navigation bar */
  }

}
nav .content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: -1;
  width: 100%;
  padding: 0 30px;
  color: #1b1b1b;
}
.content div{
  font-size: 40px;
  font-weight: 700;
}



/* 
End of Navigation Bar */
/* below item is related to footer */
html {
  position: relative;
  min-height: 100%;
}


.footer {
  justify-content: center;
  position: absolute;
  margin-top: 30px;
  top: 100%;
  width: 100%;
  color: #000;
  text-align: left;
  padding-top: 40px;
  display: flex;
  background-color: white;
  flex-wrap: wrap;
  border-top: 1px solid black;
  column-gap: 50px;
  background: #f8f8f8;
}

.copyright {
  text-align: center;
  background-color: #f8f8f8;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding-bottom: 20px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  width: 86%;
  margin-top: 10px;
}

@media (max-width: 600px) {
  .copyright {
      font-size: 12px;
      padding-top: 10px;
      padding-bottom: 15px;
  }
}


.box1, .box2, .box3{
  margin-bottom: 15px;
}

.box1{
  width: 28.7%;
}

.box2{
  width: 25.3%;
}

.box3{
  width: 26.4%;
}



.footercontent{
  width: fit-content;
}

.footerheading{
  width: fit-content;

}

@media only screen and (max-width: 900px) {
  .footer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    position: static;
    margin-top: auto;
    justify-content: center;
    border-top: 1px solid black;
      align-content: center;
  }
  html {
      position: relative;
      min-height: 100%;
  }

     a.icon-link{
      font-size: 2rem;
    }
    a.icon-link2{
      font-size: 2rem;
    }
        a.icon-link3{
      font-size: 2rem;
    }
    
  .icon-container {
    text-align: left; /* Center align the icons for mobile view */

  }
  p.footerheading {
      font-size: 16px;
      margin-bottom: 4px;
  }
  p.footercontent {
      font-size: 14px;
      margin-top: 4px;
  }
 
  .box1{
    width: 90%;
  }
  
  .box2{
    width: 90%;
  }
  
  .box3{
    width: 90%;
  }
}

.footerheading {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  justify-content: left;
  color: black;
  line-height: normal;
  margin-bottom: 8px;
  }
   
.footercontent {
  font-family: 'inter', sans-serif;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 400;
  text-align: left;
  color: black;
 }


.content-wrapper { flex: 1; padding: 0 30px; } 

.icon-container{
  text-align: left;
  margin-top: 7px;
  display: flex;
  column-gap: 10px;
  padding-left: 2px;
}

   .icon-link, .icon-link2, .icon-link3 {
    font-size: 1rem;
    }
   
  .icon-link, .icon-link2, .icon-link3 {
    /* margin: 5px; */
    color: black;
    text-decoration: none;
    font-size: 2.3rem;
   }

   .icon-link{
     color: #007bff;
   }
     .icon-link2{
      color: green;
   }
        .icon-link3{
      color: black;
      margin-left: -20%;
   }
/*end of header and footer*/

h1{
  margin: 0;
    font-size: 2.5rem;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 50px;
    color: black;
    font-family: 'Montserrat';
    margin-left: 12%;
    margin-right: 12%;
}

@media (max-width: 600px) {
      h1 {
      font-size: 1rem;
      margin-top: 20%;
      margin-left: 5%;
      margin-right: 5%;
      color: black;
  }
}

.content-section {
  background: #fff;
  margin: 1rem auto;
  font-family: 'inter', sans-serif;
  padding: 2rem;
  max-width: 80%;
  padding-bottom: 0;
  padding-top: 5px;
}



.content-section h2 {
  color: #007bff;
  border-bottom: 2px solid black;
  margin-top: 0;
  margin-bottom: 5px;
}



.content-section h3 {
  /* color: #007bff; */
  /* border-bottom: 2px solid #007bff;
  margin-top: 1.5rem;
  padding-bottom: 2px;
  margin-bottom: 5px; */
  font-size: 16px;
}

.content-section ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  font-family: 'inter', sans-serif;
}

.content-section ul {
  list-style: disc;
  font-family: 'inter', sans-serif;
}



.content-section ol {
  font-family: 'inter', sans-serif;
  list-style: decimal;
}

.content-section ul, li {
  margin: 0;
  font-family: 'inter', sans-serif;
}

.content-section ul, ol {
  padding-left: 1rem;
  font-family: 'inter', sans-serif;
  color: black;
}


.content-section a{
text-decoration: none;
color: #007bff;
}


@media (max-width: 600px) {
  body {
      padding: 0;
      margin: 0;
  }

  h1 {
      font-size: 1.5rem;
      margin-top: 20%;
      margin-left: 5%;
      margin-right: 5%;
      color: black;
      text-align: left;
  }

  .content-section {
      max-width: 90%;
      padding: 5px;
      border-radius: none;
      box-shadow: none;
      border: none;
      font-family: 'inter', sans-serif;
      margin-top: 0;
      margin-bottom: 10px;
  }

  .content-section li{
      font-family: 'inter', sans-serif;
      color: black;
  }

  .content-section ol{
      font-family: 'inter', sans-serif;
      color: black;
  }

  .content-section ul{
      font-family: 'inter', sans-serif;
      color: black;
  }


  h2 {
      font-size: 1.25rem;
  }

  h3 {
      font-size: 12px;
  }

  .content-section p, ul, ol {
      font-size: 0.9rem;
      font-family: 'inter', sans-serif;
      color: black;
  }

  .content-section ul, ol {
      padding-left: 1rem;
      font-family: 'inter', sans-serif;
      color: black;
  }
}

.content-section table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  margin-top: 1.5rem;
}

.content-section th,
.content-section td {
  text-align: left;
  padding: 12px;
  vertical-align: top;
  border: 1px solid #ddd;
}

.content-section thead th {
  background-color: #f4f6f8;
  font-weight: 600;
  font-size: 17px;
}

.content-section tbody tr:nth-child(even) {
  background-color: #fafafa;
}

.content-section tbody tr:hover {
  background-color: #f0f4ff;
  transition: background-color 0.3s ease;
}

.content-section td {
  /* line-height: 1.6; */
}

@media screen and (max-width: 600px) {
  .content-section table,
  .content-section thead,
  .content-section tbody,
  .content-section th,
  .content-section td,
  .content-section tr {
    display: block;
    width: 100%;
  }

  .content-section thead {
    display: none; /* Hide headers on mobile */
  }

  .content-section tr {
    margin-bottom: 1rem;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
  }

  .content-section tr td {
    border: none;
    padding: 0.5rem 0;
    font-size: 15px;
    text-align: left;
    padding-bottom: 2px;
        padding-top: 2px;
  }

  .content-section tr td:first-child::before {
    content: "Do’s: ";
    font-weight: 600;
    color: #104131;
  }

  .content-section tr td:last-child::before {
    content: "Don’ts: ";
    font-weight: 600;
    color: #8B0000;
    display: block;
    margin-top: 0.8rem;
  }
}

.faq-section {
  font-family: 'Inter', sans-serif;
  background: #fff;
  margin: 2rem auto;
  padding: 0;
  max-width: 80%;
}

.faq-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #104131;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 0.5rem;
}

.faq-container {
  border-top: 1px solid #e0e0e0;
}

.faq-item {
  border-bottom: 1px solid #e0e0e0;
}

.faq-question {
  background: none;
  width: 100%;
  text-align: left;
  padding: 1rem;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #104131;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  outline: none;
  transition: background 0.3s;
}

.faq-question:hover {
  background-color: #f5f5f5;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;

  color: #333;
  font-size: 0.95rem;
  line-height: 1.6;
  background: #fafafa;
  transition: max-height 0.2s ease-out, padding 0.2s ease-out;
  will-change: max-height, padding;
}

.faq-item.active .faq-answer {
  max-height: 800px; /* High enough for most answers */
  padding: 0.75rem 1rem;
}

.faq-toggle-icon {
  font-size: 1.2rem;
  transition: transform 0.3s;
}

.faq-item.active .faq-toggle-icon {
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .faq-section {
    max-width: 90%;
    margin: 1rem auto;
  }

  .faq-question {
    font-size: 0.95rem;
    padding: 0.75rem;
  }

  .faq-answer {
    font-size: 0.9rem;
  }
}

 .ad-container1 {
    margin-top: 2%;
        margin-bottom: 3%;
    margin-left: 10.5%;
    margin-right: 10.5%;
  }
    .ad-container2 {
    margin-top: 2%;
    margin-left: 10.5%;
    margin-right: 10.5%;
  }

   @media (max-width: 600px) {
  .ad-container1 {
    margin-left: 7%;
    margin-right: 7%;
    margin-top: 10px;
    margin-bottom: 5%;
  }
        .ad-container2 {
   margin-left: 7%;
    margin-right: 7%;
    margin-top: 5px;
    margin-bottom: 5%;
  }
     .content-section h3 {
    /* color: #007bff; */
    font-size: 16px;
    margin-bottom: 4px;
}
}
