    body {
      margin: 5px;
      margin-top:-5px;
      background-color: #f5f5f5;
      font-family: "Roboto Slab", Cambria, Georgia, "Times New Roman", Times, serif;
    }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 10px 20px 7px 20px;
  background-color: #fff;
  border-bottom: 3px solid #cc0000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-container {
  display: flex;
  align-items: center;
}

.logo-container img {
  height: 40px;
}

.customer-service-btn {
  text-decoration: none;
  color: #cc0000;
  font-size: 16px;
  font-weight: bold;
  border: none;
  background: none;
  cursor: pointer;
  transition: color 0.3s;
  margin-right: 30px;
}

.customer-service-btn:hover {
}

 :root {
            --title-font-size: 14px;
            --title-color: #000;
        }

        body {
        }

        table {
            margin-bottom: 1.5em;
        }

        table a {
            color: #cc0000;
            text-decoration: none;
            font-weight: bold;
            font-size: 12px
        }

        #message {
            text-align: center;
            color: #cc0000;
            font-size: 12px
        }

        table td {
            font-weight: bold;
        }

        table {
            border-collapse: collapse;
            width: 99.6106%;
            margin-left: auto;
            margin-right: auto;
        }

        td,
        tr td {
            border: 1px solid #e5e5e5;
            height: 26.3906px;
            font-size: 13px;
        }

        th,
        td {
            text-align: center;
            padding: 1px;
        }

        tbody tr {
            height: 23.3906px;
        }

        tr:nth-child(even) {
            background-color: #EFEFEF;
        }

        tr:nth-child(odd) {
            background-color: #FFF6F3;
        }

        th span {
            font-weight: bold;
        }

        .table-container h4 {
            text-align: center;
            margin: 0px 4px 5px 4px;
            font-size: var(--title-font-size);
            color: var(--title-color);
        }

        .container {
            background-color: #fff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            text-align: center;
            width: 275px;
            margin-bottom: 20px;
        }

        .container h2 {
            margin-bottom: 20px;
            font-size: 12px;
        }

        .container label {
            display: block;
            text-align: left;
            margin: 10px 0 5px 0;
        }

        .container select,
        .container input {
            width: 100%;
            padding: 6px;
            margin: 3px 0 3px 0;
            border: 1px solid #ccc;
            border-radius: 5px;
            box-sizing: border-box;
        }

        .container button {
            background-color: #28a745;
            color: white;
            padding: 8px;
            border: none;
            border-radius: 5px;
            margin: 4px 0 0px 0;
            cursor: pointer;
            width: 100%;
            font-size: 15px;
        }

        .container button:hover {
            background-color: #218838;
        }

        .search-box {
            padding-top: 55px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0em;
            flex-direction: column;
        }

        .search-box button {
            width: 80px;
            margin-right: 80%;
        }

        #tables {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }

        h2 {
            text-align: center;
            font-size: 18px;
            margin-bottom:10px;
        }
        .content-box{
            text-align: center;
            margin: 0px 10px 0px 10px;
            
        }
        
        @media (min-width: 700px) {
            .table-container {
                width: 75%;
            }
        }
.faq-section {
  padding: 40px;
  max-width: 960px;
  margin: auto;
  background-color: #f9f9f9;
  font-family: Arial, sans-serif;
}

.faq-section h2 {
  color: #1d3557;
  font-size: 28px;
  margin-bottom: 30px;
  text-align: center;
}

.faq-item {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  transition: box-shadow 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.faq-item h3 {
  color: #2a9d8f;
  margin-bottom: 10px;
  font-size: 20px;
}

.faq-item p {
  margin: 0;
  color: #333;
  line-height: 1.6;
}
