/* Main Slider changes */

#main-slider .home-slider .slide.banner {
  background-image: url(../img/about-us-banner.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

#main-slider .home-slider .slide.banner .heading {
  color: #840089;
}

#main-slider .home-slider .slide.banner .sub-heading {
  color: black;
}

#main-slider .home-slider .slide.banner .know-more {
  background-color: white;
  color: #840089;
  box-shadow: 0px 0px 20px lightgray;
}

/* main-text */
#main-text {
  font-size: 18px;
  font-weight: 300;
  margin-top: 20px;
}

#main-text span {
  font-weight: 600;
}

/* Sercies Section */
#services {
  margin-top: 40px;
  background-color: #fff4ff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.about-slider .slick-prev {
  width: 60px;
  height: 60px;
  z-index: 2;
}
.about-slider .slick-next {
  width: 60px;
  height: 60px;
  z-index: 2;
}
.about-slider .slide {
  background-color: white;
  border-radius: 10px;
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: box-shadow 0.3s;
}
.about-slider .slide:hover {
  box-shadow: 0px 0px 15px lightgray;
}
.about-slider .slide h3 {
  font-size: 14px;
}
.about-slider .slide a {
  text-decoration: none;
  color: black;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.about-slider .slide div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card-box .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: white;
  border-radius: 10px;
  transition: box-shadow 0.3s;
  padding: 20px;
}

.card-box .box:hover {
  box-shadow: 0px 0px 15px lightgray;
}
.card-box .box h3 {
  font-size: 14px;
}
.card-box .box a {
  text-decoration: none;
  color: black;
  width: 100%;
  height: 100%;
}

/* Locate Section */
#locate {
  margin-top: 60px;
  font-size: 16px;
  background: linear-gradient(90deg, white 50%, #fff4ff 50%);
  /* background: linear-gradient(to bottom, white 50%, #fff4ff 50%); */
}
#locate .location {
  display: flex;
  align-items: flex-start;
}
#locate .location .city {
  font-weight: 600;
}
#locate .location .address {
  font-weight: 300;
  font-size: 14px;
}
#locate .view-btn {
  color: white;
  background-color: #840c89;
  padding: 7px 25px 7px 25px;
  font-size: 14px;
  border: none;
  border-radius: 20px;
}

#locate .about-img-slider {
  width: 90%;
}

@media (max-width: 991px) {
  #locate {
    background: linear-gradient(to bottom, white 53%, #fff4ff 47%);
  }
  #locate .slider {
    padding-bottom: 50px;
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  #locate {
    background: linear-gradient(to bottom, white 58%, #fff4ff 42%);
  }
}
@media (max-width: 500px) {
  #locate {
    background: linear-gradient(to bottom, white 60%, #fff4ff 40%);
  }
}
@media (max-width: 470px) {
  #locate {
    background: linear-gradient(to bottom, white 62%, #fff4ff 38%);
  }
}
@media (max-width: 430px) {
  #locate {
    background: linear-gradient(to bottom, white 64%, #fff4ff 36%);
  }
}
@media (max-width: 400px) {
  #locate {
    background: linear-gradient(to bottom, white 66%, #fff4ff 34%);
  }
}

/* Vission Mission & Story */

#vission-mission,
#story {
  margin-top: 40px;
  font-size: 16px;
}

#story .bullet-point {
  display: flex;
  align-items: center;
  font-size: 14px;
}

#story .logo-container {
  background-color: #f7f7f7;
  padding: 20px 10px;
  transition: box-shadow 0.3s;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px;
}
#story .logo-container:hover {
  background-color: white;
  box-shadow: 0px 0px 15px lightgray;
}

#story .leadership .leader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#story .leadership .leader .title {
  font-weight: 600;
  margin-top: 15px;
  font-size: 18px;
}
#story .leadership .leader .sub-title {
  font-weight: 300;
  margin-top: 15px;
  font-size: 16px;
}

#testimonials {
  background-color: #fbfbfb;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  margin-top: 40px;
}

#testimonials {
  margin-top: 60px;
}

/* #download-section {
  margin-top: 320px !important;
} */

@media (max-width: 767px) {
  #main-text,
  #vission-mission,
  #story {
    font-size: 14px;
  }
  #testimonials {
    margin-top: 0px;
  }
}
