.story-slide {
  height: 500px;
}

.story-left {
  background: #5bbf6a;
  color: #fff;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.story-left.blue {
  background: #1f66b5;
}

.story-left.green {
  background: #5bbf6a;
}

.story-left.redis {
  background: #f6910e;
}

.story-left h4 {
  margin-top: 0;
  font-weight: 100;
  line-height: 1.5;
}

.story-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #ddd;
  border-radius: 50%;
  padding: 15px;
}
.custom-arrow {
  width: 50px;
}

/* Pillers Css */
.pillar-card {
  border-radius: 40px;
  overflow: hidden;
  border: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.pillar-btn {
  background: #fff !important;
  border-radius: 50px;
  padding: 25px 35px;
  font-size: 18px;
  height: 90px;
}

.pillar-img {
  width: 280px;
  height: 80px;
  border-radius: 12px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  object-fit: cover;
}

.accordion-button::after {
  background-color: #e63946;
  border-radius: 50%;
  padding: 10px;
  background-position: center;
}

/* Achievements Css */

.achievement-section {
  background: #0aa7b3;
  padding: 60px 20px;
}

.year-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.year-btn {
  background: white;
  border: none;
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: bold;
  cursor: pointer;
  color: red;
}

.year-btn.active {
  background: red;
  color: #fff;
}

.achievement-box {
  background: #d7f4f6;
  max-width: 900px;
  margin: auto;
  padding: 30px;
  border-left: 5px solid red;
}

.achievement-list {
  display: list-item;
  list-style: none;
  padding-left: 0;
}

.achievement-list.show {
  display: block;
}

.achievement-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
}

.achievement-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background: red;
  border-radius: 50%;
}

.achievement-box {
  display: none;
  margin-top: 25px;
}

.achievement-box.active {
  display: block;
}

.approach-box {
  padding: 14px 20px;
  font-weight: 600;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.yellow {
  background: #fff4cc;
}
.green {
  background: #e7ffd6;
}
.purple {
  background: #e6d6f2;
}
.cyan {
  background: #d9f7f7;
}

.arrow {
  transition: transform 0.3s ease;
}

/* Content */
.approach-content {
  display: none;
  padding: 12px 20px;
  background: #f8f9fa;
  border-radius: 0 0 4px 4px;
  font-size: 14px;
}

/* Active state */
.approach-box.active .arrow {
  transform: rotate(90deg);
}

/* Div + Boxes Css */

/* .row {
  display: flex;
  gap: 20px;
}*/

.box {
  margin-top: 25px;
  flex: 1;
  padding: 30px;
  border-radius: 12px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  /* width: 100%;
  height: 420px;
  overflow-y: auto;
  gap: 20px; */
}
