body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
}

.card:hover {
  transform: translateY(-5px);
  transition: 0.3s ease-in-out;
}

header {
  background: linear-gradient(135deg, #0d6efd 0%, #003d99 100%);
}

@media (max-width: 768px) {
  .card {
    text-align: center;
  }
}

h1,
h2,
h3 {
  color: #ff0077;
}

a {
  color: hsl(216, 98%, 52%);
}

a:hover {
  color: #003d99;
  text-decoration: none;
}

#skills-section,
#experience-section {
  margin-top: 40px;
}

.card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: none;
}

.card-body {
  padding: 20px;
}

footer {
  background: #f8f9fa;
  padding: 20px 0;
  text-align: center;
  margin-top: 40px;
}

footer p {
  margin: 0;
  color: #6c757d;
}

#skills-container .col-md-4 {
  display: flex;
  justify-content: center;
}

#experience-section .card {
  margin-bottom: 20px;
}

#experience-section .card-body {
  background-color: #f8f9fa;
}

nav a {
  margin-right: 0px;
}

#skills-section .card {
  background-color: #e9f0ff;
}

#skills-section .card-body {
  background-color: #ffffff;
}

#experience-section .card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-in-out;
}

#experience-section h2 {
  margin-bottom: 20px;
}

#skills-section h2 {
  margin-bottom: 20px;
}

#skills-section .card-title {
  font-weight: bold;
  color: #0d6efd;
}

#skills-section .card-text {
  color: #333333;
}

#experience-section .card-title {
  font-weight: bold;
  color: #0d6efd;
}

#experience-section .card-text {
  color: #333333;
}

#experience-section .card-date {
  font-size: 0.9em;
  color: #6c757d;
  margin-bottom: 10px;
}

/* Additional styles can be added here */
.display-4.font-weight-bold {
  font-weight: bold;
  color: #ffaed4;
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  body {
    background-color: #ffffff;
  }
}

#volunteering {
  flex: content;
  flex-wrap: wrap-reverse;
}

html {
  scroll-behavior: smooth;
}

.card-title {
  color: #458fff;
}

.table {
  border-color: #003d99;
  border-style: 1pt;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  left: 80%;
  display: none; /* Hidden by default */
  z-index: 1000;
  border-radius: 50%; /* Circular button */
}

#btn-go-to-bottom {
  position: fixed;
  bottom: 20px;
  left: 90%;
  display: none; /* Hidden by default */
  z-index: 1000;
  border-radius: 50%; /* Circular button */
}
