/* Vision Section */
.vision-section {
  padding: 100px 0;
  background: #f8fafb;
  background: linear-gradient(0deg, #f4f8ec 0%, rgba(255, 255, 255, 0) 155.15%); }
  @media (max-width: 768px) {
    .vision-section {
      padding: 60px 15px; } }

.vision-content-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .vision-content-wrapper {
      flex-direction: column;
      gap: 40px; } }
  .vision-content-wrapper .vision-content {
    flex: 1; }
    .vision-content-wrapper .vision-content h2 {
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 24px;
      line-height: 1.3;
      color: #1e3a5f; }
      @media (max-width: 768px) {
        .vision-content-wrapper .vision-content h2 {
          font-size: 28px; } }
    .vision-content-wrapper .vision-content p {
      color: #666;
      font-size: 16px;
      line-height: 1.8; }
  .vision-content-wrapper .vision-image {
    flex: 1;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); }
    .vision-content-wrapper .vision-image img {
      width: 100%;
      height: 400px;
      object-fit: cover;
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); }

/* Approach Section */
.approach-section {
  padding: 50px 0px;
  text-align: center; }
  @media (max-width: 768px) {
    .approach-section {
      padding: 50px 15px; } }
  .approach-section .category-group h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1e3a5f; }
  .approach-section .category-group .category-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1e3a5f; }

.approach-intro {
  color: #666;
  font-size: 16px;
  max-width: 800px;
  margin: 0 auto 60px;
  line-height: 1.8; }

.values-grid {
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 20px;
  gap: 1rem; }
  @media (max-width: 1199px) {
    .values-grid {
      max-width: 100%;
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (max-width: 768px) {
    .values-grid {
      grid-template-columns: 1fr;
      max-width: 100%; } }
  .values-grid .value-card {
    background: linear-gradient(0deg, #f4f8ec 0%, rgba(255, 255, 255, 0) 155.15%);
    padding: 40px 30px;
    border-radius: 12px;
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    justify-content: start;
    gap: 15px;
    align-items: center; }
    .values-grid .value-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); }
    .values-grid .value-card .card-icon .value-icon {
      width: 48px;
      height: 48px;
      margin: 0 auto 0px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .values-grid .value-card .card-content {
      text-align: left; }

/* CTA Section */
.cta-section {
  text-align: center;
  margin: 100px 40px;
  margin-top: 0;
  background: #f8fafb;
  padding: 40px 30px;
  border-radius: 12px;
  transition: transform 0.3s, box-shadow 0.3s;
  margin-bottom: 20px;
  display: flex;
  justify-content: start;
  gap: 15px;
  align-items: center; }
  .cta-section h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #222; }
  .cta-section p {
    font-size: 16px;
    color: #222;
    font-weight: 700;
    max-width: 80%;
    margin: 0 auto; }

.cta-btn {
  display: inline-block;
  background: #c9a961;
  color: #ffffff;
  padding: 16px 40px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s; }
  .cta-btn:hover {
    transform: translateY(-2px);
    color: #ffffff;
    text-decoration: none; }

/* Responsive */
@media (max-width: 768px) {
  .cta-section {
    margin: 0px 15px;
    margin-bottom: 50px;
    padding: 60px 20px; }

  .cta-section h2 {
    font-size: 28px; } }

/*# sourceMappingURL=vision.css.map */
