
body {
    background-color: #fff;
    color: #333;
}
  .about-section {
    line-height: 1.8;
  }
  .about-section h3 {
    letter-spacing: 0.5px;
  }
  .about-section ul li {
    align-items: flex-start;
  }
  .text-black {
    color: #000 !important;
  }
  @media (max-width: 768px) {
    .about-section {
      padding: 40px 20px;
    }
    .about-section h3 {
      font-size: 1.25rem;
    }
    .about-section p, 
    .about-section li {
      font-size: 0.95rem;
    }
  }


.vg-page-header {
    text-align: center;
    padding: 60px 0 30px 0;
    background-color: #f1f3f6;
    border-bottom: 2px solid #ddd;
}

.vg-page-header h1 {
    font-weight: 700;
}

.about-section {
    padding: 50px 0;
}

.about-section h3 {
    color: #0056b3;
    font-weight: 700;
    margin-bottom: 15px;
}

.about-section p,
.about-section li {
    line-height: 1.7;
    font-size: 16px;
}

ul.custom-list {
    list-style-type: disc;
    margin-left: 20px;
}

.divider {
    border-top: 2px solid #eee;
    margin: 40px 0;
}

footer {
    background-color: #f8f9fa;
    color: #555;
    font-size: 14px;
}

.vg-page-header {
    
    color: #fff;
    padding: 60px 0;
    text-align: center;
    border-radius: 1 1 30px 30px;
}

.vg-page-header h1 {
    font-weight: 700;
    letter-spacing: 1px;
}

/* Team Section */
.team-section {
    padding: 60px 0;
}

.team-card {
    border: none;
    height: 460px;
    border-radius: 20px;
    transition: all 0.3s ease;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.team-card img {
    width: 190px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #0261c6;
    margin: 20px auto;
}

.team-card h5 {
    font-weight: 700;
    color: #014791;
}

.team-card p {
    margin: 0 15px 15px;
    line-height: 1.6;
    font-size: 15px;
}

.team-card .text-muted {
    color: #6c757d !important;
    font-size: 14px;
    margin-bottom: 10px;
}

footer {
    background-color: #0c4e89;
    color: #fff;
    margin-top: auto;
}

footer a {
    color: #ffc107;
}