.section {
    padding: 50px 15px;
  }
  .title {
    font-size: 36px;
    font-weight: 600;
  }
  .highlight {
    color: #e74c3c;
  }
  .info-item {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .btn-custom {
    background-color: #e74c3c;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    transition: background 0.3s ease;
  }

  .progress-bar {
    background-color: #573bff;
  }
  .progress {
    height: 10px;
    background-color: #e0e0e0;
  }
  .skill-title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 4px;
  }
  .profile-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
  }
  .info-item {
    margin-bottom: 10px;
    font-size: 15px;
    border-bottom: 1px dashed #bbb;
    padding-bottom: 6px;
  }