/* === Who we are part Start === */
.wa-section {
  margin-top: -50px;
  z-index: 1;
  position: relative;
}

.wa-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #007bff;
  font-size: 0.875rem;
  margin-bottom: 0px;
}

.wa-title {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 0px;
}

.wa-title strong {
  font-weight: 700;
}

.wa-paragraph {
  color: #555;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}

.wa-highlight {
  font-size: 18px;
  font-weight: 400;
  color: #222;
}

.wa-right-image-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wa-right-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.wa-info-card {
  background-color: #fff;
}
.wa-info-left-part {
  padding: 24px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}
hr.wa-highlight-top-line {
  opacity: 1;
  border-top: 4px solid #0082ca;
  width: 77px;
  margin: 10px 0px 0px;
  display: block;
}

@media (min-width: 992px) {
  .wa-info-left-part {
    padding: 100px 137px;
  }
  .wa-section {
    margin-top: -150px;
  }
  .wa-title {
    font-size: 2.5rem;
  }
  .wa-highlight {
    font-size: 1.25rem;
  }
  .wa-paragraph {
    font-size: 0.95rem;
  }
  .wa-info-left-part {
    gap: 25px;
  }
  hr.wa-highlight-top-line {
    width: 127px;
  }
}

/* === Who we are part End === */




/* == Our Team Section Start === */
.ta-section {
    background-color: #f8fcff;
    padding: 5rem 0;
  }

  .ta-title-block {
    text-align: center;
    margin-bottom: 3rem;
  }

  .ta-top-title {
    text-transform: uppercase;
    color: #007bff;
    letter-spacing: 2px;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }

  .ta-main-title {
    font-size: 2.5rem;
    font-weight: 300;
  }

  .ta-main-title strong {
    font-weight: 700;
    color: #111;
  }

  .ta-card {
    background-color: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
    text-align: center;
    transition: transform 0.3s ease;
  }

  .ta-card:hover {
    transform: translateY(-5px);
  }

  .ta-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .ta-info {
    padding: 1.5rem;
  }

  .ta-name {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
  }

  .ta-role {
    font-size: 0.95rem;
    color: #888;
    margin-bottom: 1rem;
  }

  .ta-social a {
    color: #007bff;
    margin: 0 0.4rem;
    font-size: 1.1rem;
    transition: color 0.3s ease;
  }

  .ta-social a:hover {
    color: #0056b3;
  }

  @media (max-width: 768px) {
    .ta-main-title {
      font-size: 1.6rem;
    }
    .ta-name {
    font-size: 1.2rem;
}
  }
/* == Our Team Section End === */


/* == Testimonial Section Start === */

/* == Testimonial Section End === */