
.bg-dark {
  background-color:  #333333 !important;
}
h1, h2, .display-font {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.05em;
}
body, p, a, .ui-text {
  font-family: 'Poppins', sans-serif;
}
a {
  color: #341457e6;
}
.hero {
  padding: 1rem 1rem;
  text-align: center;
}
.hero img {
  margin-top: 1rem;
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
  border-width: 1px !important;
}
.highlight-section {
  padding: 2rem 1rem;
  padding-bottom: 0rem;
}
.about-section {
  background-color: #f8f9fa;
  padding: 4rem 1rem;
  margin-top: 0rem !important;
}
.project-section {
  padding: 4rem 1rem;
  padding-top: 0rem;
  margin-top: 0rem !important;
}
.footer {
  background-color: #e9ecef;
  padding: 3rem 1rem;
  text-align: center;
}
.section-title {
  font-weight: 600;
  color: #343a40;
}
.project-grid .card {
  border: none;
  transition: all 0.2s ease;
}
.project-grid .card:hover {
  box-shadow: 0 0.75rem 1.5rem rgba(0,0,0,0.1);
  transform: translateY(-4px);
}
.card-title {
  font-size: 1.7rem;
  font-weight: bold;
}
.card {
  padding: 32px !important;
}
.office-pic {
  padding-top: 1rem !important;
}
.nav-link {
  color: oklch(92% 0.004 286.32) !important;
}
.custom-nav .nav-link {
  text-transform: uppercase;
  font-size: 1rem; /* adjust as needed */
  letter-spacing: 0.05em;
  font-weight: 600;
}

.btn-primary {
  background-color: #333333;
  border-color: #333333;
}
.btn-primary:hover {
  background-color: #341457e6;
  border-color: #341457e6;
}
.btn-show-project {
  margin-top: 1rem;
  background-color: #281357c7;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  font-size: 1.1rem;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.btn-show-project:hover {
  background-color: #341457e6;
  border-color: #341457e6;
}
.card {
  .img-fluid {
    height: 250px;
  }
  .card-text {
    height: 80px;
  }
}
.card-clickable {
  cursor: pointer;
}
.card-clickable:hover {
  cursor: pointer;
}
.card-clickable * {
  pointer-events: none;
}

.pills {
  margin-top: 1rem !important;
}
.pills {
  .bg-dark {
    background-color: #231457ba !important;
  }
}
.rounded-pill {
  padding: 0.5rem !important;
  margin: 0.2rem;
  margin-top: 0.4rem;
}
#about {
  .container {
    p {
      font-size: 1.1rem;
      margin-bottom: 0.5rem !important;
    }
  }
}

.flash-message {
  background-color: #fff9db; /* Light yellow */
  border: 1px solid #ffe58f;
  color: #664d03;
  padding: 1rem 1.5rem;
  margin: 2rem auto;
  border-radius: 0.5rem;
  font-size: 1.1rem;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.flash-message.show {
  opacity: 1;
}

.ribbon {
  position: absolute;
  width: 116px;
  text-align: center;
  top: 3.75rem;
  right: -1.05rem;
  color: white;
  padding: 0.35rem 0.5rem;
  font-size: 0.8rem;
  font-weight: bold;
  transform: rotate(45deg);
  transform-origin: right top;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.elixir {
  background: #8a5cc2;
}

.ruby {
  background: #d63333;
}

.python {
  background: #24750b;
}

.js {
  background: #f9d409;
}

.card-ribbon-wrapper {
  position: relative;
}
