/* Custom theme styles */

@media (min-width: 1200px) {
  body .rad-showcase+section {
    margin-top: -250px !important;
  }
}

.avatar-image {
  border-radius: 50%;
  object-fit: cover;
  width: 300px !important;
  height: 300px !important;
  /* Adjust size as needed */
  margin-left: 200px;
  display: block;
}

.education::before {
  height: 0 !important;
}

@media (max-width: 600px) {
  .avatar-image {
    width: 200px !important;
    height: 200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
  }
  /* Center the resume button */
  .rad-showcase .btn-primary {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  /* Center the social links row */
  .platform-links-margins {
    display: flex;
    justify-content: center;
    margin-top: 20px !important;
    text-align: center;
    margin-bottom: 24px !important;
  }
  .platform-links-margins .col-12 {
    display: flex;
    justify-content: center;
    gap: 12px;
  }
}

.platform-links-margins {
  margin-top: 20px !important;
}

.experience+.experience {
  padding-top: 20px !important;
}