.page-template-our-story .home-banner:after {
  background-color: #ebfbcb;
  opacity: 1;
  height: 60rem;
  width: 67rem;
  right: -17rem;
  top: -5rem;
}
@media (max-width: 1420px) {
  .page-template-our-story .home-banner:after {
    right: -30rem;
  }
}
@media (max-width: 767px) {
  .page-template-our-story .home-banner:after {
    right: -20rem;
    height: 65rem;
  }
}
.page-template-our-story .home-banner .right-banner figure {
  background-position: center;
  margin-top: 0;
  height: 500px;
  margin-right: 0;
  background-size: cover;
}
@media (max-width: 767px) {
  .page-template-our-story .home-banner .right-banner figure {
    height: 300px !important;
  }
}
.page-template-our-story .content-row {
  position: relative;
}
.page-template-our-story .content-row:after {
  background-color: #ebfbcb;
  opacity: 1;
  height: 800px;
  width: 800px;
  left: 0rem;
  top: 10%;
  content: "";
  border-radius: 100%;
  z-index: 0;
  position: absolute;
}
@media (max-width: 1600px) {
  .page-template-our-story .content-row:after {
    height: 650px;
    width: 650px;
  }
}
@media (max-width: 1420px) {
  .page-template-our-story .content-row:after {
    left: -7rem;
  }
}
@media (max-width: 767px) {
  .page-template-our-story .content-row:after {
    left: -1rem;
    top: 15px;
    height: 400px;
    width: 400px;
  }
}
.page-template-our-story #professionalHere:after {
  background-color: #ebfbcb;
  opacity: 1;
  height: 700px;
  width: 700px;
  right: 4rem;
  left: auto;
  top: 2rem;
  content: "";
  border-radius: 100%;
  z-index: 0;
  position: absolute;
}
@media (max-width: 1600px) {
  .page-template-our-story #professionalHere:after {
    right: -4rem;
  }
}
.page-template-our-story .testimonial-row, .page-template-our-story .core-values-row {
  background-color: #fafafa;
}
@media (max-width: 1200px) {
  .page-template-our-story .content-row:after {
    opacity: 0 !important;
    display: none;
  }
  .page-template-our-story .colImage {
    background-color: #ebfbcb;
    border-radius: 50%;
    aspect-ratio: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.ourFacility {
  background: #EAEAEE;
}
.facilityImagesSlider {
  gap: 5px;
}
.facilityImagesSlider .slick-list {
  overflow: hidden;
}
.facilityImagesSlider .slick-arrow {
  background: #8040ad;
  border: 1px solid #ccc;
  border-radius: 50%;
  line-height: 27px;
  text-align: center;
  cursor: pointer;
  padding: 0;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 38px;
}
.facilityImagesSlider .gallery-box {
  border-radius: 20px;
  overflow: hidden;
}
.facilityImagesSlider .slick-slide {
  margin: 0 10px;
}
/* Our Core Values */
.coreValuesGrid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  /* Tablet: 2 columns */
  /* Mobile: 1 column */
}
.coreValuesGrid .coreValuesItm {
  width: calc(100%/4 - 15px);
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-top: 46px;
}
.coreValuesGrid .coreValuesItm .coreValuesIcon {
  width: 130px;
  margin: auto;
  aspect-ratio: 1;
  margin-top: -80px;
}
.coreValuesGrid .coreValuesItm h3 {
  color: var(--primary);
  margin-bottom: 12px;
  font-size: 22px;
}
.coreValuesGrid .coreValuesItm p {
  font-size: 16px;
}
@media (max-width: 991px) {
  .coreValuesGrid .coreValuesItm {
    width: calc(50% - 15px);
  }
}
@media (max-width: 575px) {
  .coreValuesGrid .coreValuesItm {
    width: 100%;
  }
  .coreValuesGrid .coreValuesItm p {
    font-size: 14px;
  }
  .coreValuesGrid .coreValuesItm h3 {
    font-size: 19px;
  }
  .coreValuesGrid .coreValuesGrid {
    gap: 20px;
  }
}
