/* ------------------banner(service request)---------------------- */
.about-section-banner {
  background-image: url("../images/service-request/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 176px;
  display: grid;
  place-items: center start;
}
.banner-heading {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}

@media (max-width:768px){
  .about-section-banner{
    height:88px;
  }
  .banner-heading{
    font-size: 22px;
  }
}
/* <!-------------------about-content --------------------------> */
.about-content {
  background-image: url("../images/about/about-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 56px 0;
}

.carousel-about-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 552px;
  max-height: 370px !important;
  margin: 0 auto;
}
.carousel-wrapper {
  box-shadow: 15px 15px #f9f9f9;
}

.carousel-about-image-wrapper img {
  max-width: 100%;
  max-height: 100%;
}

.about-content-text h5 {
  font-size: 20px;
  font-weight: 700;
  color: #2b2d37;
  margin-bottom: 12px;
}

.about-subtext {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #6b748c;
}

.about-content-text {
  padding: 0 42px;
  text-align: justify;
}

.carousel-wrapper {
  position: relative;
  max-width: 552px;
  max-height: 319px;
}

.carousel-fixed-arrows {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: flex;
  gap: 10px;
  z-index: 10;
}

.arrow-btn {
  background-color: #ffffff;
  border: none;
  padding: 8px 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  font-size: 16px;
  font-weight: 1200;
  transition: background-color 0.3s ease;
}

.arrow-btn:hover {
  background-color: #f9f9f9;
}
@media (max-width:767px){
.carousel-wrapper{
  box-shadow: none;
}
.about-content-text{
  padding: 0 18px;
  margin-top: 50px;
}  
}
@media(min-width:768px) and (max-width:991px){
  .about-content-text{
    margin-top: 50px !important;
  }
  .ecolife-image{
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .content-text{
    margin: 50px 0 !important;
    padding: 0 !important;
  }
}

/* <!-------------------about-content (vision and mission)  -----------------------> */
.ecolife {
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-ecolife-wrapper {
  width: 387px;
  height: 387px;
}
.about-ecolife-wrapper img {
  max-width: 100%;
  height: 100%;
}

.content-text {
  margin: 50px 0 50px 150px;
}
@media (max-width:768px) {
  .ecolife{
    padding: 0;
  }
  .content-text{
    margin: 0;
  }
  .about-ecolife-wrapper {
  width: 323px;
  height: 323px;
}
.about-ecolife-wrapper img{
  margin-left: 20px;
}
  
}
/* <!-------------------vision and mission (section-2)  -----------------------> */
.card {
  border-radius: 0;
  background-color: #f9f9f9;
  border: none;
  padding: 32px 28px;
  position: relative;
}
.vision-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.card-body h5 {
  font-size: 18px;
  font-weight: 700;
  color: #2b2d37;
}
.card-body p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #6b748c;
}
.vision-positioning,
.mission-positioning {
  margin-bottom: 20px;
  position: absolute;
  bottom: 8px;
  opacity: 0.6;
}
