body {
      background-color: #fdfcf8;
      font-family: 'Lato', sans-serif;
      color: #333;
      margin: 0;
}

h1, h3 {
  font-family: 'Merriweather', serif;
  color: #0d1b2a;
}

nav.navbar {
  background-color: #0d1b2a !important;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.navbar-nav .nav-link {
  color: #f5f5f5 !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #f4c430 !important;
  text-decoration: none;
}

.profile-pic img {
  border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  max-width: 380px;
  margin: 20px auto;
  display: block;
}

.content-section {
  margin: 60px auto;
  max-width: 1000px;
  padding: 0 20px;
}

.content-section h1 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.content-section p {
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.8;
}

.ul-interests {
  list-style-type: none;
  padding-left: 0;
}

.ul-interests li {
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.ul-interests a {
  color: #0d1b2a;
  text-decoration: none;
  transition: color 0.3s;
}

.ul-interests a:hover {
  color: #c49b0b;
}

hr {
  border-top: 1px solid #ccc;
  margin: 40px 0;
}

footer {
  background-color: #0d1b2a;
  color: #fff;
  text-align: center;
  padding: 25px 0;
  margin-top: 50px;
}

footer a {
  color: #f4c430;
}

footer a:hover {
  text-decoration: underline;
}

.visitor-counter {
  margin-top: 15px;
}

.cert-card img { transition: transform .3s ease, box-shadow .3s ease; }
.cert-card img:hover { transform: scale(1.05); box-shadow: 0 4px 20px rgba(0,0,0,0.2); }
.cert-card .card { border-radius: 12px; background-color: #fafafa; transition: all .3s }

/* Profile Image Styling */
.profile-img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #c49b0b;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.profile-img:hover {
  transform: scale(1.03);
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.25);
}

/* Section Container */
.profile-section {
  max-width: 750px;
  margin: auto;
}

.content-section h1 {
  font-family: 'Merriweather', serif;
  font-weight: bold;
  color: #0d1b2a;
}

.content-section p {
  font-family: 'Lato', sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333;
}
