/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./app/(aboutuss)/aboutUs/aboutUs.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.aboutUs_container__P8NVH {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0rem 2rem;
  background: linear-gradient(to right, white, #f4fbff, #d1e7dd);
  flex-wrap: wrap;
  gap: 2rem;
}

.aboutUs_image__DwSQT {
  border-radius: 20px;
  width: 220px;
  height: auto;
  object-fit: cover;
}
.aboutUs_truncatedName__bJmQF,
.aboutUs_truncatedRole__wq8oe {
  display: block;
  max-width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
  text-align: center;
  position: relative;
  cursor: default;
}

.aboutUs_truncatedName__bJmQF:hover::after,
.aboutUs_truncatedRole__wq8oe:hover::after {
  content: attr(title);
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  z-index: 1000;
  opacity: 1;
}
.aboutUs_text__dW0U6 {
  text-align: center;
  color: #1e1e1e;
  font-size:3rem;
  font-weight: 600;
  line-height: 1.4;
  flex: 1 1;
}


@media (max-width: 767px) {
  .aboutUs_container__P8NVH {
    flex-direction: column;
    text-align: center;
  }

  .aboutUs_image__DwSQT {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .aboutUs_text__dW0U6 {
    font-size: 1.5rem;
    text-align: center;
  }
}

  .aboutUs_gradientSection__fsBci {
    background: linear-gradient(to right, white, #f4fbff, #d1e7dd);
    padding: 0px 20px;
    text-align: center;

  }
  
  .aboutUs_highlight__Gvhv_ {
    color: #f7ab1e;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
  }
  
  .aboutUs_textLine__qPkrD {
    font-size: 36px;
    font-weight: 200;
    color: #777;
    line-height: 1.6;
  }
  
  .aboutUs_bold__QVgWX {
    font-weight: 700;
    color: #007c9d;
    margin: 0 6px;
  }
  
  .aboutUs_icon3__w6jbd{
    width: 40px;
    height: 40px;
    margin: 0 8px;
    vertical-align: middle;
  }
  .aboutUs_centeredContainer__i4Vzt {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
    padding: 40px 0;
  }
  
  .aboutUs_founderText__LwKf1 {
    width: 70%;
    text-align: center;
    font-size: 18px;
    color: #555;
    line-height: 1.6;
  }
  .aboutUs_cardContainer__Sse_j {
    position: relative;
    padding: 1.5rem;
    border-radius: 0.5rem;
    background-color: white;
    border: 1px solid #dcdcdc;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease;
  }
  
  .aboutUs_cardContainer__Sse_j::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #007c9d;
    transform: skewX(-20deg);
    transition: all 0.5s ease;
    z-index: 1;
  }
  
  .aboutUs_cardContainer__Sse_j:hover::after {
    left: 0;
  }
  
  .aboutUs_icon__BkKSj,
  .aboutUs_cardContainer__Sse_j h5,
  .aboutUs_cardContainer__Sse_j p {
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
  }
  
  .aboutUs_icon__BkKSj i {
    font-size: 50px;
    margin-bottom: 20px;
    color: #26aba3;
    display: inline-block;
    transition: transform 0.5s ease, color 0.3s ease;
  }
  
  .aboutUs_cardContainer__Sse_j:hover .aboutUs_icon__BkKSj i {
    transform: rotate(360deg);
    color: white;
  }
  
  .aboutUs_cardContainer__Sse_j:hover h5,
  .aboutUs_cardContainer__Sse_j:hover p {
    color: white !important;
  }
  @media (max-width: 767px) {
    .aboutUs_textLine__qPkrD {
      font-size: 24px;
    }
    .aboutUs_founderText__LwKf1 {
      font-size: 16px;
      width: 80%;
    }
  }
  .aboutUs_section1__JteHc {
    background-color: #007c9d;
    color: #fff;
    padding: 30px 170px;
  }
  
  .aboutUs_container1__kHRsY {
    background-color: #007c9d !important;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  
  .aboutUs_left__OQ_Vi {
    flex: 1 1 100%;
    max-width: 440px;
  }
  
  .aboutUs_heading__0BCMn {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: white;
  }
  
  .aboutUs_description__Wmr78 {
    font-size: 15px;
    line-height: 1.7;
  }
  
  .aboutUs_right__ekkd0 {
    flex: 1 1 100%;
    max-width: 640px;
  }
  
  .aboutUs_grid__oZkk7 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    grid-gap: 0px;
    gap: 0px;
  }
  
  .aboutUs_card__t1EI_ {
    background-color: #007c9d;
    padding: 10px;
    text-align: center;
  }
  .aboutUs_card__t1EI_:not(:nth-child(4n)) {
    border-right: 1px solid #1e8f89;
  }
  
  .aboutUs_card__t1EI_:nth-child(n + 5) {
    border-top: 1px solid #1e8f89;
  }
  @media (max-width: 767px) {
    .aboutUs_card__t1EI_ {
      border: 1px solid #1e8f89;
    }
  
    .aboutUs_card__t1EI_:not(:nth-child(4n)),
    .aboutUs_card__t1EI_:nth-child(n + 5) {
      border: 1px solid #1e8f89;
    }
  }
  
  .aboutUs_icon2__jv8YE {
    font-size: 2rem;
    margin-bottom: 10px;
    color: white;
  }
  
  .aboutUs_value__9GvPo {
    font-size: 1.2rem;
    font-weight: bold;
  }
  
  .aboutUs_label__FMHpF {
    font-size: 0.95rem;
    color: #ffffffcc;
  }
  .aboutUs_teamSection__hY8Bp {
    text-align: center;
    padding: 50px 0;
    background: #fff;
    width: 80%;
    margin: 0 auto; 
}

  
  .aboutUs_teamTitle__IOREI {
    font-size: 28px;
    font-weight: bold;
    color: #f7ab1e;
  }
  
  .aboutUs_underline__gchiG {
    width: 50px;
    height: 3px;
    background-color: #1e8f89;
    margin: 10px auto 30px;
  }
  
  .aboutUs_teamContainer__K2qt2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }
  
 .aboutUs_teamCard__Non__ {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.aboutUs_teamImage__bj19D {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 2px dashed #1e8f89;
    overflow: hidden;
    margin-bottom: 15px;
    box-sizing: border-box;
    transition: transform 0.3s ease;
}

.aboutUs_teamImage__bj19D img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.aboutUs_teamImage__bj19D:hover {
    transform: scale(1.1);
}

.aboutUs_teamImage__bj19D img:hover {
    transform: scale(1.1);
}

  .aboutUs_teamCaption__JZVkx {
    background-color: #007c9d;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 16px;
    text-align: center;
  }
  
  .aboutUs_teamCaption__JZVkx strong {
    display: block;
    font-weight: bold;
  }
  
  .aboutUs_dots__3_Ps4 {
    margin-top: 30px;
  }
  
  .aboutUs_dot__TBgFI {
    height: 10px;
    width: 10px;
    margin: 0 6px;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
  }
  
  .aboutUs_active__YY8Fb {
    background-color: #f7ab1e;
  }
  
