.top-image{
    background: url('/img/about-us/about-us-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: calc(100vh - 17vh);
    width: 100%;
}

.main-heading h1 {
    font-size: 50px;
    font-weight: 900;
}

.rounded-pill {
    font-size: 13px;
    font-weight: 500;
}

.core-value {
    margin-bottom: 40px;
}
.core-value h3 {
    font-size: 28px;
    font-weight: bold;
}
.core-value p {
    color: #666;
}
.core-value img {
    border-radius: 15px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.core-value .col-md-9 {
    border-top: 3px solid rgba(0, 0, 0, 0.075);
}

.core-value {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}

.core-value:hover {
  transform: scale(1.05) translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.accordion-button{
  font-weight: 500;
  font-size: 20px;
}

.glassmorphic-box {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 10px 20px rgba(255, 255, 255, 0.1);
}