/* This is for about us css. */

.position-relative {
  position: relative;
}

.hero-section-about-new {
  min-height: calc(100vh - 96px);
  display: flex;
  align-items: center;
}

@media (max-width: 1200px) {
  .hero-section-about-new {
    min-height: 50vh;
  }
}

@media (max-width: 998px) {
  .hero-section-about-new {
    min-height: 60vh;
  }
}

.hero-section-about-new .hero-container {
  margin: 0 auto;
  width: 88.9%;
}

.hero-section-about-new .hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .hero-section-about-new .hero-content {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
}

.hero-section-about-new .hero-text {
  width: 60%;
}

@media (max-width: 768px) {
  .hero-section-about-new .hero-text {
    width: 100%;
  }
}

.hero-section-about-new .hero-title {
  font-size: 52px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 30px;
  color: var(--light-black);
  letter-spacing: -0.02em;
  margin-top: 0;
}

@media (max-width: 1200px) {
  .hero-section-about-new .hero-title {
    font-size: 48px;
  }
}

@media (max-width: 998px) {
  .hero-section-about-new .hero-title {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .hero-section-about-new .hero-title {
    font-size: 38px;
  }
}

@media (max-width: 480px) {
  .hero-section-about-new .hero-title {
    font-size: 32px;
    margin-top: 30px;
  }
}

.hero-section-about-new .hero-title .highlight {
  background: var(--gradient-theme);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 400;
}

.hero-section-about-new .hero-description {
  font-size: 28px;
  line-height: 1.7;
  color: #767676;
  margin: 0;
  font-weight: 400;
}

@media (max-width: 998px) {
  .hero-section-about-new .hero-description {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .hero-section-about-new .hero-description {
    font-size: 23px;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .hero-section-about-new .hero-description {
    font-size: 19px;
    max-width: 100%;
  }
}

.hero-section-about-new .hero-image {
  width: 32%;
}

@media (max-width: 768px) {
  .hero-section-about-new .hero-image {
    width: 100%;
    max-width: 400px;
  }
}

.hero-section-about-new .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

html[data-theme="dark"] .hero-section-about-new .hero-title,
html[data-theme="dark"] .hero-section-about-new .hero-description {
  color: var(--dark-theme-white);
}

.about-new-wrap {
  display: block;
  margin: 0 auto;
  width: 88.9%;
}

@media (max-width: 1200px) {
  .about-new-wrap {
    width: 92.2%;
  }
}

@media (max-width: 767.98px) {
  .about-new-wrap {
    width: 91.5%;
  }
}

.about-new-wrap .about-img-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto 0;
  width: 83.12%;
}

@media (max-width: 1200px) {
  .about-new-wrap .about-img-wrap {
    width: 100%;
  }
}

.about-new-wrap .about-img-wrap .img1 .img-inner,
.about-new-wrap .about-img-wrap .img2 .img-inner {
  margin: 10px;
}

@media (max-width: 575.98px) {
  .about-new-wrap .about-img-wrap .img1 .img-inner,
  .about-new-wrap .about-img-wrap .img2 .img-inner {
    margin: 10px 0;
  }
}

.about-new-wrap .about-img-wrap img {
  width: 100%;
  height: 28.8vw;
  object-fit: cover;
}

@media (max-width: 575.98px) {
  .about-new-wrap .about-img-wrap img {
    height: auto;
  }
}

.about-new-wrap .about-img-wrap .img1 {
  width: 40.8%;
}

.about-new-wrap .about-img-wrap .img2 {
  width: 59.2%;
}

@media (max-width: 575.98px) {
  .about-new-wrap .about-img-wrap .img1,
  .about-new-wrap .about-img-wrap .img2 {
    width: 100%;
  }
}

.cta-about-new .career-container {
  display: block;
  margin: 0 auto;
  width: 88.9%;
  padding: 70px 0;
}

@media (max-width: 768px) {
  .cta-about-new .career-container {
    padding: 40px 0;
  }
}

.cta-about-new .career-banner {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  background: var(--cta-gradient);
  padding: 1.8rem;
  text-align: center;
  background-image: url("/wp-content/uploads/2026/01/cta-dotted-bg.webp");
  background-repeat: repeat;
  background-size: auto;
  background-position: top left;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cta-about-new .career-banner {
    padding: 2.7rem;
  }
}

@media (min-width: 1024px) {
  .cta-about-new .career-banner {
    padding: 2.7rem;
  }
}

.cta-about-new .banner-title {
  font-size: 52px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 2.5rem;
  line-height: 1.5;
  margin-top: 0;
}

@media (max-width: 1200px) {
  .cta-about-new .banner-title {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .cta-about-new .banner-title {
    font-size: 35px;
  }
}

@media (max-width: 480px) {
  .cta-about-new .banner-title {
    font-size: 30px;
  }
}

.cta-about-new .highlight {
  background: var(--gradient-theme);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.cta-about-new .banner-subtitle {
  color: var(--white);
  font-size: 28px;
  margin-bottom: 2.5rem;
  margin-top: 0;
}

@media (max-width: 1200px) {
  .cta-about-new .banner-subtitle {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .cta-about-new .banner-subtitle {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .cta-about-new .banner-subtitle {
    font-size: 16px;
  }
}

.cta-about-new .banner-small-subtitle {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 2.5rem;
  margin-top: 0;
}

@media (max-width: 1200px) {
  .cta-about-new .banner-small-subtitle {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .cta-about-new .banner-small-subtitle {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .cta-about-new .banner-small-subtitle {
    font-size: 16px;
  }
}

.cta-about-new .btn-area {
  display: flex;
  justify-content: center;
}

.cta-about-new .btn-wrap {
  min-width: fit-content;
  border: none;
  text-decoration: none;
}

.gradient-text-para .container-hero.award .hero-title {
  text-align: left;
}

.award-section-wrap {
  display: block;
  width: 88.9%;
  margin: 0 auto;
  padding: 0 20px 88px 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .award-section-wrap {
    width: 88.9%;
    padding: 0 16px 40px 16px;
  }
}

@media (max-width: 767.98px) {
  .award-section-wrap {
    width: 91.5%;
    padding: 0 0 40px 0;
  }
}

.award-section-wrap-inner {
  display: flex;
  gap: 24px;
}

@media (max-width: 1200px) {
  .award-section-wrap-inner {
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .award-section-wrap-inner {
    flex-wrap: wrap;
  }
}

.award-section-wrap-inner .w-25 {
  width: 25%;
}

.award-section-wrap-inner .w-50 {
  width: 50%;
}

@media (max-width: 768px) {
  .award-section-wrap-inner .w-25,
  .award-section-wrap-inner .w-50 {
    width: 100%;
  }
}

.award-section-wrap-inner .award-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 2px 2px 16px 0 #00000017;
  border-radius: 24px;
  padding: 32px 24px;
  background-color: #ffffff;
}

@media (max-width: 1200px) {
  .award-section-wrap-inner .award-item {
    padding: 20px 18px;
  }
}

.award-section-wrap-inner .award-block {
  margin-bottom: 24px;
}

@media (max-width: 1200px) {
  .award-section-wrap-inner .award-block {
    margin-bottom: 18px;
  }
}

.award-section-wrap-inner .award-block:last-child {
  margin-bottom: 0;
}

.award-section-wrap-inner .logo {
  display: block;
  margin: 0 auto 16px;
}

.award-section-wrap-inner .text {
  display: block;
  margin: 0 auto;
  width: 85%;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}

.award-section-wrap-inner .award-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}

@media (max-width: 1200px) {
  .award-section-wrap-inner .award-list {
    gap: 18px;
  }
}

.award-section-wrap-inner .award-list-inner {
  width: calc(50% - 16px);
  max-width: 250px;
}

@media (max-width: 575.98px) {
  .award-section-wrap-inner .award-list-inner {
    width: 100%;
  }
}

.award-section-wrap-inner .award-list-inner .group-img {
  display: block;
  margin: 16px auto 0;
  height: 140px;
  width: auto;
  object-fit: cover;
}

.feature-cards {
  display: block;
  width: 80.9%;
  margin: 0 auto;
  padding: 30px 0;
}

.feature-cards .values-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-cards .values-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 1.5rem;
  width: 72%;
}

@media (max-width: 768px) {
  .feature-cards .values-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    width: 100%;
  }
}

.feature-cards .value-card {
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 2px 2px 16px 0 #00000017;
  border-radius: 28px;
  padding: 16px 24px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.feature-cards .value-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.05);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.feature-cards .value-icon {
  margin-bottom: 1rem;
  display: block;
  width: 50px;
  height: 50px;
}

.feature-cards .value-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.feature-cards .value-title {
  font-size: 18px;
  font-weight: 500;
  color: #141414;
  margin-bottom: 1rem;
  line-height: 1.3;
  margin-top: 0;
}

.feature-cards .value-description {
  color: #141414;
  line-height: 1.6;
  font-size: 16px;
  margin: 0;
}

html[data-theme="dark"] .feature-cards .value-card {
  border: 1px solid var(--dark-theme-white);
  box-shadow: 2px 2px 16px 0 #00000040;
  background: #1a1a1a;
}

html[data-theme="dark"] .feature-cards .value-card::before {
  background: rgba(255, 255, 255, 0.1);
}

html[data-theme="dark"] .feature-cards .value-title,
html[data-theme="dark"] .feature-cards .value-description {
  color: var(--dark-theme-white);
}

.hero-container .hero-content{
	animation:fadeUp 1s;
}

.gradient-text-para .container-hero{
	animation:fadeUp 1s;
}
.stats-section {
	animation:fadeUp 1s;
}

.about-new-wrap .about-img-wrap{
	display: flex;
	overflow: hidden;
	opacity: 0;
	transform: translateX(-80px);
}
.about-new-wrap .about-img-wrap.animate {
	animation: fadeLeft 1s forwards;
}
.feature-cards .values-section .values-container{
	animation:fadeUp 1s;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(-80px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
