#breadcrumb {
    background-image: url(images/banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px;
}

h1, h2{
    color: #003366;
}

.social-icons img {
    padding: 0px 10px;
}
.profile-img {
  width: 175px;          /* Set your desired width */
  height: 175px;         /* Set your desired height */
  object-fit: cover;     /* Ensures image covers container */
  border-radius: 50%;    /* Makes it perfectly round */
  border: 1px solid #ddd; /* Optional: subtle border */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Optional: soft shadow */
}
.grey{
    background-color: rgb(235, 234, 234);
}
.sticky-sidebar {
  position: sticky;
  top: 30px; /* Adjust based on your navbar height */
  z-index: 10;
}
