body {
      margin: 5px;
      background-color: #f5f5f5;
      font-family: "Roboto Slab", Cambria, Georgia, "Times New Roman", Times, serif;
    }

    .header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 20px;
      background-color: #fff;
      border-bottom: 3px solid #cc0000;
    }

    .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;
    }

    .customer-service-btn:hover {
      color: darkred;
    }
 :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 {
            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: 20px;
        }
        .content-box{
            text-align: center;
            margin: 0px 10px 0px 10px;
            
        }
        
        @media (min-width: 700px) {
            .table-container {
                width: 75%;
            }
        }
/* CUSTOM CSS */
.info {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 20px;
    max-width: 400px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    margin: 20px auto;
}

.info h3 {
    color: #1d3557;
    font-size: 20px;
    margin-bottom: 12px;
}

.info p {
    font-size: 16px;
    color: #333;
    margin: 6px 0;
}
.our-service {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 24px;
    max-width: 600px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin: 30px auto;
}

.our-service h2 {
    color: #0c4a6e;
    font-size: 22px;
    margin-bottom: 14px;
}

.our-service p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
}
/* General styling for body */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #333;
    padding: 20px;
  }
  
  /* FAQ Section */
  .faq-section {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 40px;
    max-width: 960px;
    margin: 30px auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  }
  
  .faq-section h2 {
    color: #1d3557;
    margin-bottom: 20px;
  }
  
  .faq-section details {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 15px;
    cursor: pointer;
  }
  
  .faq-section summary {
    font-weight: bold;
    color: #0c4a6e;
    margin-bottom: 8px;
  }
  
  .faq-section p {
    margin-top: 10px;
  }
  
  /* Welcome Section */
  section h1 {
    font-size: 28px;
    color: #0c4a6e;
    margin-top: 40px;
  }
  
  section p {
    font-size: 16px;
    color: #444;
    margin-top: 10px;
  }
  
  /* Renamed container class */
  .container2-info {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 30px;
    max-width: 960px;
    margin: 40px auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  }
  
  .container2-info h1 {
    color: #1d3557;
    margin-bottom: 20px;
  }
  
  .container2-info h2 {
    color: #0f172a;
    margin-top: 30px;
  }
  
  .container2-info ul {
    padding-left: 20px;
    list-style-type: disc;
  }
  
  .container2-info ul li {
    margin-bottom: 10px;
  }
  
  /* Button */
  .button {
    display: inline-block;
    background-color: #1d3557;
    color: #fff;
    padding: 10px 20px;
    margin-top: 15px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }
  
  .button:hover {
    background-color: #0c4a6e;
  }
  
  /* Important Notice */
  .container2-info .important {
    background-color: #fff8e1;
    border-left: 5px solid #ffc107;
    padding: 20px;
    margin-top: 30px;
    border-radius: 8px;
  }

  .site-footer {
    text-align: center;
    padding: 20px;
    background-color: #dad1d1;
    margin-top: 40px;
    font-size: 14px;
    color: #131212;
    line-height: 1.6;
  }
  
  .site-footer a {
    color: #1d3557;
    text-decoration: none;
    margin: 0 5px;
    transition: color 0.3s ease;
  }
  
  .site-footer a:hover {
    color: #0c4a6e;
    text-decoration: underline;
  }
    