/* ========== banner css code start ========== */
.about_banner {
  position: relative;
  width: 100%;
  height: 250px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/about-page/banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about_banner .banner_text {
  width: 100%;
  height: 100%;
}
.about_banner .banner_text .text_box {
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 2rem;
}
.about_banner .banner_text .text_box .h2had {
  color: white !important;
}

/* ========== banner css code end ========== */

/* ========== about css code start ========== */
/* .about_us_containers{
    position: relative;
    margin-top: 3rem;
    padding-top: 2rem;
}
.about_us_containers::before{
    content: "";
    background-color: var(--very-light-blue-color);
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 1.5rem;
}
.about_menu_containe{
    padding-left: 2rem;
    display: flex;
    justify-content: start;
    gap: 1rem;
    margin-bottom: 1rem;
}
.about_menu_containe .about_menuh4{
    font-size: 1.1rem;
    cursor: pointer;
}
.about_menu_containe .about_menuh4.active{
    border-bottom: 2.5px solid var(--dark-blue-color);
    padding-bottom: .4rem;
    color: var(--dark-blue-color);
}
.about_box{
    display: none;
}
.about_box.active{
    display: block;
    animation: zoomIn;
    animation-duration: 1s;
}
.about_us_containers .left_box {
    flex-basis: 40%;
    overflow: hidden;
    border-radius: 1.5rem;
}

.about_us_containers .left_box img {
    width: 100%;
    object-fit: cover;
}

.about_us_containers .right_box {
    flex-basis: 60%;
    padding: 0rem 2rem;
    display: flex;
    justify-content: start;
    flex-direction: column;
    row-gap: 1rem;
} */
.about_us_containers {
  margin-bottom: 2rem;
}
.about_us_containers:nth-child(2) .flex_container{
    flex-direction: row-reverse;
}
.about_us_containers:nth-child(2) .flex_container .flex_box .text_box{
    left: 0;
    right: -15%;
}
.about_us_containers .flex_container {
  gap: 1rem;
}
.about_us_containers .flex_box {
  /* border: 1px solid; */
  flex-basis: 49%;
}
.about_us_containers .flex_box img {
  width: 100%;
}
.about_us_containers .flex_box .text_box .about_h3had {
  padding-bottom: 1rem;
}
.about_us_containers .flex_box .text_box .h3had {
  padding-bottom: 1.5rem;
}
.about_us_containers .flex_box .text_box .h6had {
  padding-bottom: 1rem;
}
.about_us_containers .flex_box:nth-child(2) {
  position: relative;
  /* border: 1px solid red; */
  /* min-height: 300px; */
}
.about_us_containers .flex_box .text_box {
  position: absolute;
  /* top: 50%; */
  top: 10%;
  bottom: 10%;
  left: -15%;
  padding: 1rem;
  /* transform: translateY(-50%); */
  background-color: var(--white-color);
  border-radius: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about_page .what_we_do {
  background-image: url(../img/footer/footer-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .about_us_containers .flex_container {
    /* flex-direction: column-reverse; */
    flex-wrap: wrap;
  }
  .about_us_containers .flex_box {
    flex-basis: 100%;
  }
  .about_us_containers .flex_box .text_box {
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
    padding: 0;
  }
}
/* ========== about css code end ========== */

/* ========== what we do css code start ========== */
.what_we_do_container .flex_container {
  gap: 1rem;
}

.what_we_do_box {
  flex-basis: 50%;
  border-radius: 0.5rem;
}

.what_we_do_box > .flex_container {
  column-gap: 0.4rem;
  margin-bottom: 0.5rem;
}

.what_we_do_box > .flex_container > .ri-checkbox-circle-fill {
  font-size: 1.4rem;
  color: var(--dark-blue-color);
}

.what_we_do_box > .flex_container > p > span {
  color: var(--black-color);
  font-weight: 600;
}

/* ========== what we do css code end ========== */

/* ========== wour mission css code start ========== */

/* ========== wour mission css code end ========== */

/* *********************************************************************************************** */
/* ========== media query section start ========== */

@media (max-width: 768px) {
  /* ========== about css code start ========== */

  /* ========== about css code end ========== */

  /* ========== what we do css code start ========== */
  .what_we_do_container .flex_container {
    flex-wrap: wrap;
  }

  .what_we_do_box {
    flex-basis: 100%;
  }

  .what_we_do_box > .flex_container {
    flex-wrap: nowrap;
  }

  /* ========== what we do css code end ========== */
}

@media (max-width: 480px) {
  .about_menu_containe {
    flex-direction: column;
  }
  .about_menu_containe .about_menuh4 {
    text-align: center;
  }
}

.meet_our_team_container .swiper {
  width: 100%;
  height: 100%;
  /* border: 1px solid red; */
}
.meet_our_team_container .swiper-slide{
  background-color: var(--white-color );
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: .5rem;
  overflow: hidden;
  /* padding: 1rem; */
  /* border-radius: 50% 50% 0 0; */
}
.meet_our_team_container .swiper-slide .img_box {
  width: 100%;
  /* height: 100px; */
  /* border-radius: 50%; */
  /* overflow: hidden; */
}
.meet_our_team_container .swiper-slide .img_box img {
  width: 100%;
}
.meet_our_team_container .swiper-slide .para_box{
  /* border: 1px solid red; */
  width: 100%;
  /* height: 100%; */
  color: var(--black-color);
  padding: 1rem;
}
.meet_our_team_container .swiper-slide .para_box strong{
  font-size: .8rem;
  padding-top: .6rem;
}

.stats-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  gap: 30px;
  text-align: center;
}

.stat-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stat-box h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #000;
}

.stat-box p {
  font-size: 1rem;
  margin-top: 5px;
  color: #333;
}

.divider {
  width: 1px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
}

@media (max-width: 768px) {
  .stats-section {
    flex-direction: column;
  }

  .divider {
    width: 60%;
    height: 1px;
  }
}
