/* VSME Webpage Stylesheet */
/* Version: 1.0.0 */
        body {
      font-family: Arial, sans-serif;
      background: #f9f9f9;
      line-height: 1.6;
    }
    .section-title {
      color: #000;
      text-align: center;
      margin: 3rem 0 1.5rem;
      font-size: 2rem;
    }
    .section-title.left {
      text-align: left;
      font-weight: bold;
    }
    .text-box {
      background: #e0f7f1;
      padding: 1.2rem;
      border: 1px solid #b3d9cc;
      border-radius: 5px;
      height: 100%;
      font-size: 1.15rem;
    }
    .custom-table th, .custom-table td {
      text-align: center;
      vertical-align: middle;
    }
    .custom-table th {
      background: #d1e7dd;
    }
    img.responsive-img {
      width: 100%;
      height: auto;
      border-radius: 5px;
    }
    .feature-box {
      background: #0d3c55;
      color: #fff;
      padding: 1.5rem;
      border-radius: 10px;
      text-align: center;
      font-weight: 600;
      font-size: 1.1rem;
    }
    .contact-section {
      background: #74c5b5;
      padding: 2rem;
      border-radius: 10px;
      color: white;
      margin-top: 3rem;
    }
    .contact-section label {
      font-weight: bold;
      color: white;
    }
    .contact-section .form-control {
      font-size: 1rem;
    }
    

