/* This is for consultancy css. */

.position-relative {
  position: relative;
}

.xl-block {
  display: none;
}

.lg-none {
  display: block;
}

@media (min-width: 1024px) {
  .lg-none {
    display: none;
  }
}

@media (min-width: 1280px) {
  .xl-block {
    display: inline;
  }
}

.video-hero-with-text {
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
}

.video-hero-bg {
  position: absolute;
  inset: 0;
}

.video-hero-bg img,
.video-hero-bg video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-hero-overlay {
  position: absolute;
  inset: 0;
  background: #000000;
  opacity: 0.4;
}

.video-hero-with-text-inner .banner-section {
  padding-left: 5.55%;
}

@media (max-width: 1200px) {
  .video-hero-with-text-inner .banner-section {
    padding-left: 3.9%;
  }
}

@media (max-width: 767.98px) {
  .video-hero-with-text-inner .banner-section {
    padding: 0 4.25%;
    flex-wrap: wrap;
  }
}

.video-hero-with-text-inner .text-wrap {
  position: relative;
  padding-top: 20%;
}

@media (max-width: 1200px) {
  .video-hero-with-text-inner .text-wrap {
    padding-top: 30%;
  }
}

@media (max-width: 480px) {
  .video-hero-with-text-inner .text-wrap {
    padding-top: 55%;
  }
}

.video-hero-with-text .heading {
  font-size: 64px;
  font-weight: 500;
  color: var(--white);
  margin: 0;
  z-index: 3;
  line-height: 1.4;
}

@media (max-width: 1600px) {
  .video-hero-with-text .heading {
    font-size: 48px;
    line-height: 1.4;
  }
}

@media (max-width: 1200px) {
  .video-hero-with-text .heading {
    font-size: 45px;
    line-height: 1.4;
  }
}

@media (max-width: 991.98px) {
  .video-hero-with-text .heading {
    font-size: 42px;
    line-height: 1.4;
  }
}

@media (max-width: 767.98px) {
  .video-hero-with-text .heading {
    font-size: 32px;
    line-height: 1.4;
  }
}

.video-hero-with-text .heading--sub {
  font-size: 28px;
  line-height: 1.8;
  font-weight: 400;
  margin: 30px 0 0;
  z-index: 3;
}

@media (max-width: 767.98px) {
  .video-hero-with-text .heading--sub {
    font-size: 20px;
  }
}

@media (max-width: 479.98px) {
  .video-hero-with-text .heading--sub {
    font-size: 18px;
    line-height: 2.3;
  }
}

.consultancy-test-top {
  padding: 120px 0 25px;
  text-align: center;
  display: flex;
  align-items: center;
}

.consultancy-test-top .container-hero {
  display: block;
  width: 85.9%;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .consultancy-test-top .container-hero {
    width: 88.9%;
  }
}

.consultancy-test-top .hero-title {
  font-size: 52px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--light-black);
  margin-bottom: 1rem;
	margin-top: 0;
}

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

@media (max-width: 1200px) {
  .consultancy-test-top .hero-title {
    font-size: 45px;
  }
}

@media (max-width: 768px) {
  .consultancy-test-top .hero-title {
    font-size: 38px;
  }
}

@media (max-width: 480px) {
  .consultancy-test-top .hero-title {
    font-size: 28px;
  }
}

.consultancy-test-top .hero-subtitle {
  font-size: 16px;
  line-height: 1.6;
  color: #767676;
  margin: 0 auto;
  font-weight: 400;
}

@media (max-width: 768px) {
  .consultancy-test-top .hero-subtitle {
    font-size: 16px;
    padding: 0 10px;
  }
}

.consultancy-hero-about-mid {
  padding: 25px 0 25px;
  text-align: center;
  display: flex;
  align-items: center;
}

.consultancy-hero-about-mid .container-hero {
  display: block;
  width: 88.9%;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .consultancy-hero-about-mid .container-hero {
    width: 88.9%;
  }
}

.consultancy-hero-about-mid .hero-title {
  font-size: 52px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--light-black);
  margin-bottom: 2rem;
	margin-top: 0;
}

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

@media (max-width: 1200px) {
  .consultancy-hero-about-mid .hero-title {
    font-size: 45px;
  }
}

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

@media (max-width: 480px) {
  .consultancy-hero-about-mid .hero-title {
    font-size: 28px;
  }
}

.consultancy-hero-about-mid .hero-subtitle {
  font-size: 24px;
  line-height: 1.6;
  color: #767676;
  margin: 0 auto;
  font-weight: 400;
}

@media (max-width: 768px) {
  .consultancy-hero-about-mid .hero-subtitle {
    font-size: 21px;
    padding: 0 10px;
    max-width: 850px;
  }
}

@media (max-width: 480px) {
  .consultancy-hero-about-mid .hero-subtitle {
    font-size: 18px;
    padding: 0 10px;
  }
}

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

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

.feature-cards .values-container-consultancy {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  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;
  inset: 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;
}

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

.services-section-container {
  width: 100%;
  position: relative;
  min-height: 250vh;
}

.services-section-container.mobile {
  min-height: 100vh;
}

.services-main-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 40px 16px;
  max-width: 80rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .services-main-content {
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .services-main-content {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
    padding: 0 4rem;
  }

  .destop-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
  }
}

.services-mobile-layout {
  width: 100%;
}

.services-mobile-header {
  text-align: center;
  margin-bottom: 2rem;
}

.services-mobile-header h1 {
  font-size: 1.875rem;
  font-weight: 300;
  color: #1f2937;
}

@media (min-width: 640px) {
  .services-mobile-header h1 {
    font-size: 2.25rem;
  }
}

@media (min-width: 768px) {
  .services-mobile-header h1 {
    font-size: 3rem;
  }
}

.services-highlight-text {
  background: var(--gradient-theme);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 400;
}

.services-accordion {
  width: 100%;
}

.services-accordion-item {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.services-accordion-item:last-child {
  margin-bottom: 0;
}

.services-accordion-button {
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  cursor: pointer;
  min-height: 48px;
}

.services-accordion-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 39px;
  color: var(--light-black);
}

@media (max-width: 991.98px) {
  .services-accordion-title {
    font-size: 16px;
    line-height: 24px;
  }
}

.services-accordion-caret {
  font-size: 30px;
  display: flex;
  color: var(--light-black);
  transition: 0.4s;
}

.services-accordion-item.open .services-accordion-caret {
  transform: rotate(180deg);
}

.services-accordion-panel {
  display: none;
  padding-top: 20px;
}

.services-accordion-item.open .services-accordion-panel {
  display: block;
}

.services-accordion-panel .service-description {
  color: #374151;
  line-height: 1.75;
  padding: 5px 0;
  margin-bottom: 20px;
}

.services-accordion-panel img {
  width: 100%;
  height: auto;
}

.services-desktop-only {
  display: none;
}

.services-mobile-only {
  display: block;
}

@media (min-width: 1024px) {
  .services-mobile-only {
    display: none;
  }

  .services-desktop-only {
    display: block;
  }

  .services-desktop-contents {
    display: contents;
  }
}

.services-image-container-desktop {
  flex-shrink: 0;
  position: relative;
  width: 529px;
  height: 473px;
}

.services-image-item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.services-image-item.active {
  opacity: 1;
}

.services-image-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.services-progress-container-desktop {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 20rem;
}

.services-progress-bar-desktop {
  width: 0.25rem;
  height: 16rem;
  background-color: #e5e7eb;
  border-radius: 9999px;
  position: relative;
}

.services-progress-fill-desktop {
  width: 100%;
  background: linear-gradient(to bottom, #a855f7, #ef4444);
  border-radius: 9999px;
  height: 0;
  transition: height 0.3s ease-out;
}

.services-list-desktop {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.services-desktop-header {
  font-size: 52px;
  font-weight: 400;
  color: var(--light-black);
  margin: 0;
}

.services-item-desktop {
  transition: all 0.3s ease-out;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 11px;
}

.services-item-desktop.active {
  transform: translateX(1rem) scale(1.05);
}

.services-item-title-desktop {
  font-size: 19px;
  font-weight: 500;
  color: #111827;
  margin-bottom: 1rem;
  line-height: normal;
  margin-top: 0;
}

.services-item-description {
  color: #374151;
  line-height: 1.75;
  transition: all 0.4s ease-out;
}

.services-item-description-desktop {
  max-width: 32rem;
  overflow: hidden;
  opacity: 0;
  max-height: 0;
}

.services-item-description-desktop.active {
  opacity: 1;
  max-height: 12rem;
  margin-top: 0.5rem;
}

.metrics-container {
  padding: 20px 0 0 0;
}

@media (max-width: 768px) {
  .metrics-container {
    padding: 0;
  }
}

.metrics-wrapper {
  max-width: 88.9%;
  margin: 0 auto;
}

.metrics-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .metrics-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}

.metric-value-container {
  margin-bottom: 1.5rem;
}

.metric-value {
  font-size: 72px;
  margin: 0 auto;
  font-weight: 400;
  color: #111827;
}

@media (max-width: 1200px) {
  .metric-value {
    font-size: 65px;
  }
}

@media (max-width: 998px) {
  .metric-value {
    font-size: 52px;
  }
}

@media (max-width: 480px) {
  .metric-value {
    font-size: 45px;
  }
}

.metric-description {
  color: #909aa2;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.75;
  max-width: 20rem;
}

@media (max-width: 1200px) {
  .metric-description {
    font-size: 20px;
  }
}

@media (max-width: 998px) {
  .metric-description {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .metric-description {
    font-size: 16px;
  }
}

.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;
}

@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;
}

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

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

html[data-theme="dark"] .consultancy-test-top .hero-title,
html[data-theme="dark"] .consultancy-hero-about-mid .hero-title,
html[data-theme="dark"] .consultancy-test-top .hero-subtitle,
html[data-theme="dark"] .consultancy-hero-about-mid .hero-subtitle,
html[data-theme="dark"] .services-desktop-header,
html[data-theme="dark"] .services-item-title-desktop,
html[data-theme="dark"] .services-item-description,
html[data-theme="dark"] .services-mobile-header h1,
html[data-theme="dark"] .services-accordion-title,
html[data-theme="dark"] .services-accordion-panel .service-description,
html[data-theme="dark"] .metric-value,
html[data-theme="dark"] .metric-description {
  color: var(--dark-theme-white);
}

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-title,
html[data-theme="dark"] .feature-cards .value-description {
  color: var(--dark-theme-white);
}
