.list-group-item {
  border-left: 5px solid #1f4e3d !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.main-timeline {
  font-family: "Roboto", sans-serif;
  position: relative;
}
.main-timeline:after {
  content: "";
  display: block;
  clear: both;
}
.main-timeline .timeline {
  width: 50%;
  padding: 0 30px 0 0;
  margin: 20px 0;
  float: left;
}
.main-timeline .timeline-content {
  background-color: #536e79;
  min-height: 133px;
  padding: 30px 39px 30px 42px;
  display: block;
  position: relative;
  z-index: 1;
}
.main-timeline .timeline-content:hover {
  text-decoration: none;
}
.main-timeline .timeline-content:before {
  content: "";
  background: #fff;
  border-radius: 50px 20px 20px 50px;
  position: absolute;
  left: 10px;
  top: 4px;
  bottom: 6px;
  right: 6px;
  z-index: -1;
}
.main-timeline .timeline-year {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
  transform: translateY(-50%) rotate(-90deg);
  position: absolute;
  left: -15px;
  top: 50%;
}
.main-timeline .timeline-icon {
  color: #fff;
  background-color: #536e79;
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  line-height: 55px;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  transform: translateY(-50%);
  position: absolute;
  right: -20px;
  top: 50%;
}
.main-timeline .title {
  color: #536e79;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 7px 0;
}
.main-timeline .description {
  color: #000000;
  font-size: 14px;
  text-align: left;
  line-height: 22px;
  margin: 0;
}
.main-timeline .timeline:nth-child(even) {
  padding: 0 0 0 30px;
  float: right;
}
.main-timeline .timeline:nth-child(even) .timeline-content {
  padding: 26px 35px 30px 44px;
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
  border-radius: 20px 100px 100px 20px;
  left: 4px;
  right: 10px;
}
.main-timeline .timeline:nth-child(even) .timeline-year {
  right: -15px;
  left: auto;
}
.main-timeline .timeline:nth-child(even) .timeline-icon {
  right: auto;
  left: -20px;
}
.main-timeline .timeline:nth-child(4n + 2) .timeline-content,
.main-timeline .timeline:nth-child(4n + 2) .timeline-icon {
  background-color: #00b8d4;
}
.main-timeline .timeline:nth-child(4n + 2) .title {
  color: #00b8d4;
}
.main-timeline .timeline:nth-child(4n + 3) .timeline-content,
.main-timeline .timeline:nth-child(4n + 3) .timeline-icon {
  background-color: #fea726;
}
.main-timeline .timeline:nth-child(4n + 3) .title {
  color: #fea726;
}
.main-timeline .timeline:nth-child(4n + 4) .timeline-content,
.main-timeline .timeline:nth-child(4n + 4) .timeline-icon {
  background-color: #01bfa5;
}
.main-timeline .timeline:nth-child(4n + 4) .title {
  color: #01bfa5;
}
@media screen and (max-width: 767px) {
  .main-timeline .timeline,
  .main-timeline .timeline:nth-child(even) {
    text-align: center;
    width: 100%;
    padding: 0 0 30px 0;
    margin: 0 0 30px;
  }
  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 50px 25px;
  }
  .main-timeline .timeline-content:before,
  .main-timeline .timeline:nth-child(even) .timeline-content:before {
    border-radius: 50px 50px 20px 20px;
    bottom: 4px;
    top: 15px;
    left: 10px;
    right: 10px;
  }
  .main-timeline .timeline-year,
  .main-timeline .timeline:nth-child(even) .timeline-year {
    transform: translateX(-50%) translateY(0);
    top: 10px;
    left: 50%;
  }
  .main-timeline .timeline-icon,
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    font-size: 30px;
    line-height: 43px;
    width: 40px;
    height: 40px;
    transform: translateX(-50%);
    top: auto;
    bottom: -20px;
    right: auto;
    left: 50%;
  }
}
@media screen and (max-width: 576px) {
  .main-timeline .title {
    font-size: 18px;
  }
}

.fa-star-half-o {
  color: #1f4e3d;
}
.comm {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 4px 11px 0 rgb(0 0 0 / 15%);
  padding: 30px 20px;
  text-align: center !important;
  margin-bottom: 25px;
}

.comm img {
  margin: auto;
}

.comm h4 {
  font-size: 19px !important;
  margin-bottom: 5px !important;
  text-align: center;
}

.comm p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 3px !important;
}

/* sdg style */
.testimonial-block-1 {
  position: relative;
  margin-bottom: 15px;
  /* background-color: #fff !important; */
}

.testimonial-block-1 .inner-box {
  position: relative;
  padding: 25px 25px 25px 200px !important;
  border-radius: 4px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff !important;
}

.testimonial-block-1 .inner-box .author-image {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translate(0, -50%);
  width: 150px;
  height: 150px;
  border-radius: 5px;
}

.testimonial-block-1 .inner-box .author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  border: 1px solid #6f6f6f;
}

.testimonial-block-1 .inner-box .text {
  position: relative;
  font-weight: 500;
  line-height: 30px;
  padding-right: 0px !important;
}



button {
  width: 100%;
  padding: 6px;
  color: #fff;
  background-color: #6e2020; /* Main color */
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  transition: background-color 0.3s, transform 0.2s;
  box-sizing: border-box; /* Ensure padding is included in width */
}

button:hover {
  background-color: #5c1a1a; /* Darker shade for hover effect */
}

button:active {
  transform: scale(0.98); /* Slightly scale down on click */
}

button:focus {
  outline: none; /* Remove default outline */
}
