/*
Theme Name: NaviGait
Theme URI: https://navigait.care
Author: Xavor Corporation
Description: Lightweight custom Theme for NaviGait.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GPL-2.0-or-later
Text Domain: navigait
*/

html {
  scroll-behavior: smooth;
}
.hide{
  display: none;
}
.pt-32{
  padding-top: 32px;
}
.center{
  text-align: center;
}
.ng-home-hero {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: flex-end;
  padding: 180px 0 140px;
  overflow: hidden;
  background: #1d1d1f;
}

.ng-home-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
.ng-home-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ng-home-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.28) 0%,
    rgba(0,0,0,0.30) 38%,
    rgba(29,29,31,0.92) 100%
  );
  z-index: 2;
}
.ng-home-hero__content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.ng-home-hero h1 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 56px;
  line-height: 64px;
  font-weight: 500;
  letter-spacing: -2.4px;
}

.ng-home-hero p {
  max-width: 520px;
  margin: 0 auto 34px;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
}

.ng-home-hero__btn {
  min-width: 122px;
  height: 38px;
  font-size: 13px;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 1199px) {
  .ng-home-hero {
    min-height: 560px;
  }

  .ng-home-hero h1 {
    font-size: 50px;
    line-height: 58px;
  }
}

@media (max-width: 991px) {
  .ng-home-hero {
    min-height: 540px;
    padding: 150px 0 56px;
  }

  .ng-home-hero h1 {
    font-size: 42px;
    line-height: 50px;
    letter-spacing: -1.6px;
  }
}

@media (max-width: 767px) {
  .ng-home-hero {
    min-height: 620px;
    padding: 140px 0 52px;
  }

  .ng-home-hero h1 {
    font-size: 38px;
    line-height: 44px;
  }

  .ng-home-hero p {
    font-size: 15px;
    line-height: 22px;
  }
}

@media (max-width: 575px) {
  .ng-home-hero {
    min-height: 600px;
    padding: 130px 0 48px;
  }

  .ng-home-hero h1 {
    font-size: 34px;
    line-height: 40px;
  }
}

/* Partner section home page  */
.ng-partners-section {
  padding: 68px 0 38px;
  background: #1d1d1f;
  color: #ffffff;
}

.ng-partners-logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  border: 1px solid rgba(255,255,255,0.025);
  background: rgba(255,255,255,0.01);
}

.ng-partner-logo {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 28px;
  position: relative;
}

.ng-partner-logo:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 1px;
  height: 72px;
  background: rgba(255,255,255,0.12);
}

.ng-partner-logo img {
  max-width: 100%;
  max-height: 52px;
  object-fit: contain;
}

.ng-partners-content {
  max-width: 850px;
  margin: 58px auto 0;
  text-align: center;
}

.ng-partners-content p {
  margin: 0;
  color: #ffffff;
  font-size: 23px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -0.4px;
}

/* Responsive */
@media (max-width: 991px) {
  .ng-partners-section {
    padding: 56px 0 34px;
  }

  .ng-partners-logos {
    grid-template-columns: repeat(2, 1fr);
  }

  .ng-partner-logo:nth-child(2)::after {
    display: none;
  }

  .ng-partner-logo:nth-child(1),
  .ng-partner-logo:nth-child(2) {
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  .ng-partners-content {
    margin-top: 44px;
  }

  .ng-partners-content p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 575px) {
  .ng-partners-section {
    padding: 44px 0 30px;
  }

  .ng-partners-logos {
    grid-template-columns: 1fr;
  }

  .ng-partner-logo {
    min-height: 82px;
    justify-content: flex-start;
  }

  .ng-partner-logo:not(:last-child)::after {
    display: none;
  }

  .ng-partner-logo:not(:last-child) {
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  .ng-partners-content p {
    font-size: 18px;
    line-height: 28px;
  }
}
.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 ratio */
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* CSS for section section:Video */
/* =========================
   VIDEO SECTION
========================= */

.video-section,
.ng-feature-video-section {
  background-color: #1d1d1f;
  padding: 60px 0 100px;
  text-align: center;
}

.video-description {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.6;
  max-width: 970px;
  margin: 0 auto 60px;
}

/* Main video wrapper */
.video-container,
.ng-feature-video {
  position: relative;
  max-width: 1000px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  background: #000000;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

/* Inner wrapper support */
.video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Video player */
.ng-feature-video__player,
.video-wrapper video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  cursor: pointer;
}

/* Legacy thumbnail support */
.video-thumbnail {
  width: 100%;
  display: block;
  mix-blend-mode: screen;
}

/* Play button */
.ng-feature-video__play,
.play-button,
.video-wrapper button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;

  width: 80px;
  height: 80px;
  border: 0;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(255,255,255,0.18);
  backdrop-filter: blur(12px);
  color: #ffffff;

  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.ng-feature-video__play span,
.video-wrapper button span {
  display: block;
  margin-left: 0px;
  font-size: 28px;
  line-height: 0;
}

.video-wrapper button {
  font-size: 28px;
  line-height: 1;
}

.ng-feature-video__play:hover,
.play-button:hover,
.video-wrapper button:hover {
  transform: translate(-50%, -50%) scale(1.08);
}

.ng-feature-video.is-playing .ng-feature-video__play,
.video-wrapper.is-playing button {
  opacity: 0;
  pointer-events: none;
}

/* Optional gradient overlay */
.video-gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background: linear-gradient(
    180deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 0.3) 17.25%,
    rgba(29, 29, 29, 0.59) 37.27%,
    rgba(29, 29, 29, 0.83) 56.56%,
    rgba(29, 29, 29, 0.93) 78.39%,
    #1d1d1f 100%
  );
  z-index: 5;
  pointer-events: none;
}

.video-action {
  margin-top: 42px;
  position: relative;
  z-index: 20;
}

/* Existing feature section support */
#section-features h2,
#section-features p {
  color: #1D1D1F;
}

#section-features h2 {
  padding-top: 28px;
}

.robot-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bottom-right-node-wrap {
  position: relative;
  width: 52px;
  height: 49px;
}

.bottom-right-node-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ng-feature-video__player {
  background: #000000;
}
/* =========================
   RESPONSIVE
========================= */

@media (max-width: 767px) {
  .video-section,
  .ng-feature-video-section {
    padding: 50px 0 80px;
  }

  .ng-feature-video__play,
  .play-button,
  .video-wrapper button {
    width: 64px;
    height: 64px;
  }

  .ng-feature-video__play span,
  .video-wrapper button span {
    font-size: 22px;
  }

  .video-wrapper button {
    font-size: 22px;
  }
}


/* CSS for section section:Features */
.features-section {
  background-color: #ffffff;
  padding: 100px 0;
  overflow: hidden;
}

.features-header {
  text-align: center;
  margin-bottom: 80px;
  max-width: 800px;
      margin: auto;
}

.features-visual {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: 600px;
}

.robot-image-container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.robot-gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 287px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.67) 51.58%, rgba(255, 255, 255, 0.84) 69.51%, #ffffff 82.51%, rgba(255, 255, 255, 0.98) 91.49%, #ffffff 97.52%);
}

.feature-nodes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.feature-node {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  width: 200px;
}

.icon-box {
  width: 100px;
  height: 100px;
  background-color: #f5f5f7;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.feature-node p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 1.4;
}

.node-top-left {
  top: 80px;
  left: 15%;
}

.node-top-right {
  top: 80px;
  right: 15%;
}

.node-bottom-left {
  bottom: 80px;
  left: 5%;
}

.node-bottom-right {
  bottom: 80px;
  right: 5%;
}

.features-action {
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 992px) {
  .features-visual {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .robot-image-container {
    position: relative;
    transform: none;
    left: 0;
    margin-bottom: 40px;
  }
  .feature-nodes {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
  .feature-node {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
}
@media (max-width: 480px) {
.feature-node{
  width: 135px;
}
}

/* CSS for section section:UseCases */
.tab-content h2.section-title {
    text-align: center;
}
.use-cases-section {
  background-color: #1D1D1F;
  padding: 100px 0;
  position: relative;
}

.use-cases-header {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.use-cases-header .text-gradient {
  color: linear-gradient(90deg, #0c47f8 0%, #189bfb 100%);
}

.use-cases-header .section-title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

/* Content & Tab Structure */
.use-cases-tab-content {
  margin-top: 30px;
}

.tab-content {
  display: none !important; /* Ensures it gets priority */
  color: #ffffff;
}

.tab-content.active {
  display: block !important; /* Ensures active content is displayed */
}

.use-cases-video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.use-cases-video-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* Tabs (Buttons) */
.use-cases-tags-container {
  position: relative;
  z-index: 10;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.tags-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.tag-item {
  position: relative;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 28px;
  cursor: pointer;
  overflow: hidden;
}

.tag-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2a2a2a;
  border: 2px solid #323232;
  border-radius: 28px;
  box-shadow: inset 0px 0px 0.5px 0px rgba(0, 0, 0, 0.11);
  z-index: 1;
}

.active-bg {
  background: linear-gradient(90deg, #0C47F8 0%, #189BFB 100%) !important; /* Apply the active background */
  border: none !important;
}

.tag-text {
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.active-text {
  color: #ffffff;
}
.use-cases-video-wrapper {
  position: relative;
  max-width: 1048px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 28px;
}

.use-cases-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 0;
  background: rgba(255,255,255,0.18);
  backdrop-filter: blur(12px);
  color: #ffffff;
  font-size: 26px;
  line-height: 1;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.use-cases-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}

.use-cases-video-wrapper.is-playing .use-cases-play {
  opacity: 0;
  pointer-events: none;
}

.use-cases-play {
  transition: opacity 0.25s ease;
}
@media (max-width: 991px) {
  .use-cases-video-wrapper {
    height: 420px;
  }
    .tags-row {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
    .use-cases-video-wrapper {
    height: 280px;
  }
  .tags-row {
    flex-direction: column;
  }
  .use-cases-tags-container {
    display: flex;
    flex-direction: row;
    overflow: auto;
}
.tags-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
}

/* =========================
   PRODUCTS SECTION
========================= */

.products-section {
  background-color: #ffffff;
  padding: 100px 0;
}

.products-grid {
  display: flex;
  gap: 26px;
  justify-content: center;
  flex-wrap: nowrap;
}

/* =========================
   FLIP CARD
========================= */

.product-card {
  width: 586px;
  height: 598px;
  perspective: 1500px;
  border-radius: 16px;
}

.product-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s ease;
  transform-style: preserve-3d;
}

.product-card:hover .product-card-inner {
  transform: rotateY(180deg);
}

/* =========================
   FRONT / BACK
========================= */

.product-card-front,
.product-card-back {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.product-card-front {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-card-back {
  transform: rotateY(180deg);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 42px 34px;
}

.product-card-back--light {
  background: #e9e1da;
}

.product-card-back--blue {
  background: linear-gradient(
    135deg,
    #0c47f8 0%,
    #189bfb 100%
  );
}

/* =========================
   FRONT
========================= */

.product-image {
  width: 100%;
  height: 100%;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 115px;
}

.product-info-bg {
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  z-index: 1;
}

.research-bg {
  background: linear-gradient(
    90deg,
    rgba(12, 71, 248, 0.75) 0%,
    rgba(24, 155, 251, 0.75) 100%
  );
}

.product-info-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 47px;
  height: 100%;
}

.product-title {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  color: #1d1d1f;
}

.text-white {
  color: #ffffff;
}

.product-arrow {
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* =========================
   BACK CONTENT
========================= */

.product-back-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.product-back-title {
  margin: 0 0 24px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
  color: #1d1d1f;
}

.product-back-text {
  max-width: 420px;
  margin: 0;
  font-size: 20px;
  line-height: 1.65;
  font-weight: 400;
  color: #1d1d1f;
}

.product-back-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1d1d1f;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}

.product-back-link span {
  transition: transform 0.3s ease;
}

.product-card:hover .product-back-link span {
  transform: translateX(4px);
}
.product-card-back--blue h3, .product-card-back--blue p, .product-card-back--blue a {
    color: white;
}
.product-card-front {
  pointer-events: auto;
}

.product-card-back {
  pointer-events: none;
}

.product-card:hover .product-card-front {
  pointer-events: none;
}

.product-card:hover .product-card-back {
  pointer-events: auto;
}

.product-card-back,
.product-back-content,
.product-back-link {
  position: relative;
  z-index: 5;
}

.product-back-link {
  pointer-events: auto;
  cursor: pointer;
}
.product-card {
  transform-style: preserve-3d;
}

.product-card-inner {
  transform-origin: center;
}

.product-card-front,
.product-card-back {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1200px) {

  .products-grid {
    flex-direction: column;
    align-items: center;
  }

  .product-card {
    width: 100%;
    max-width: 586px;
  }
}

@media (max-width: 768px) {

  .products-section {
    padding: 70px 0;
  }

  .product-card {
    height: 520px;
  }

  .product-info-content {
    padding: 0 28px;
  }

  .product-title {
    font-size: 24px;
  }

  .product-card-back {
    padding: 32px 28px;
  }

  .product-back-title {
    font-size: 24px;
  }

  .product-back-text {
    font-size: 18px;
    line-height: 1.6;
  }

  .product-back-link {
    font-size: 22px;
  }
}

/* Research Partners Section */
.research-partners-section {
    background-color: #1d1d1f;
    padding: 80px 0;
}

.research-partners-header {
    text-align: center;
    margin-bottom: 40px;
}

.research-partners-header .text-gradient {
    background: linear-gradient(90deg, #0c47f8 0%, #189bfb 100%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 18px;
    font-weight: 600;
}

.research-partners-header .section-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    margin: 20px 0;
}

.research-partners-header .section-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto 40px;
}

/* Button Section */
.research-partners-button {
    text-align: center;
    padding-top: 62px;
}

@media (max-width: 767px) {
    .research-partners-header .section-title {
        font-size: 28px;
    }
}



/* CSS for section section:Testimonials */
#section-testimonials {
  padding: 100px 20px;
  overflow: hidden;
  background: white;
}

.testi-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.testi-title-area {
  max-width: 755px;
}

.testi-nav {
  display: flex;
  gap: 18px;
}

.nav-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.nav-btn.prev {
  background-color: #D2D2D7A3;
}
button.nav-btn.prev svg, button.nav-btn.next svg {
    color: #0000008F;
}
button.nav-btn.next.active-bg svg, button.nav-btn.prev.active-bg svg {
    color: white;
}
.testi-carousel {
  overflow: hidden;
  /* max-width: 1200px; */
  margin: 0 auto;
  position: relative;
}

/* moving track */
.testi-track {
  display: flex;
  gap: 38px;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

/* card sizing for 3 visible cards */
.testi-card {
  flex: 0 0 calc((100% - 76px) / 2.7);
  min-width: unset;
  border: 1px solid #D5D5D5;
  border-radius: 28px;
}

/* optional: better peek effect */
.testi-card:last-child {
  margin-right: 40px;
}
.ng-card-company-logo {
    background-color: #F5F5F7;
    padding: 22px 16px;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
}
.ng-card-company-logo img {
    margin: 0;
}

.testi-top {
     padding: 24px 32px;
  flex-grow: 1;
}

.green-bg {
  background-color: #27A16F;
  color: #ffffff;
}

.blue-bg {
  background-color: #0066CC;
  color: #ffffff;
}

.white-bg {
  background-color: #ffffff;
  color: #1d1d1f;
}

.testi-logo {
  height: 60px;
  mix-blend-mode: multiply;
}
.testi-title-area h2 {
    color: #1D1D1F;
}
.testi-title-area .section-desc{
color: #1d1d1f;
    margin-top: 16px;
}

.green-bg .testi-logo,
.blue-bg .testi-logo {
  filter: brightness(0) invert(1);
  mix-blend-mode: normal;
}

.testi-quote {
font-size: 14px;
    margin: 0;
    font-weight: 500;
    letter-spacing: -0.25px;
    line-height: 24px;
}
#section-testimonials .text-center{
  margin-top: 60px;
}

.testi-author {
  padding: 31px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background-color: #F5F5F7;
      border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
}

.author-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}

.author-info h5 {
font-weight: 600;
font-size: 22px;
line-height: 21px;
letter-spacing: -0.37px;
vertical-align: middle;
color:#1D1D1F ;
}

.author-info p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.75px;
    vertical-align: middle;
    color: #1D1D1F;
}
.testi-full-bleed {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
  padding-left: calc((100vw - 1280px) / 2 + 15px);
}

@media (max-width: 768px) {
  .testi-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .testi-card {
    min-width: 300px;
    width: 80vw;
  }

  .testi-top,
  .testi-author {
    padding: 20px;
  }
  .testi-full-bleed{
    padding-left: 20px;
  }
}


/* BLOG LISTING PAGE  */
.ng-insights-page {
  background: #ffffff;
  color: #1d1d1f;
}

.ng-insights-hero {
  padding: 150px 0 150px;
  background:
  radial-gradient(circle at 15% 95%, rgba(12, 71, 248, 0.92), transparent 11%),
    linear-gradient(175deg, #17203a 0%, #0C47F8 66%, #189BFB 100%);

  color: #ffffff;
}

.ng-insights-eyebrow {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 26px;
  color: rgba(255,255,255,0.92);
}

.ng-insights-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #ffffff;
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
  letter-spacing: -1px;
}

.ng-insights-list {
  margin-top: -92px;
  padding-bottom: 90px;
}

.ng-insights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.ng-insight-card {
  overflow: hidden;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.12);
}

.ng-insight-card__content {
  min-height: 172px;
  padding: 24px 25px 22px;
}

.ng-insight-card__type {
  display: block;
  margin-bottom: 12px;
  color: #111111;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
}

.ng-insight-card h2 {
  margin: 0 0 10px;
  font-size: 23px;
  line-height: 27px;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.ng-insight-card h2 a {
  color: #1d1d1f;
  text-decoration: none;
}

.ng-insight-card p {
  margin: 0;
  color: rgba(0,0,0,0.78);
  font-size: 13px;
  line-height: 17px;
}

.ng-insight-card__image {
  position: relative;
  display: block;
  aspect-ratio: 1.53 / 1;
  overflow: hidden;
  background: #e8e8e8;
}

.ng-insight-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ng-insight-card__arrow {
  position: absolute;
  right: 22px;
  bottom: 22px;

  width: 36px;
  height: 36px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #1D1D1F;
}

.ng-insight-card__arrow svg {
  width: 20px;
  height: 20px;
}
.ng-blog-pagination {
  margin-top: 54px;
  text-align: center;
}

.ng-blog-pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.ng-blog-pagination a,
.ng-blog-pagination span {
  min-width: 40px;
  height: 40px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.14);
  color: #1d1d1f;
  text-decoration: none;
}

.ng-blog-pagination .current {
  background: var(--gradient-accent);
  color: #ffffff;
  border-color: transparent;
}

@media (max-width: 1199px) {
  .ng-insights-grid {
    gap: 22px;
  }

  .ng-insight-card h2 {
    font-size: 21px;
    line-height: 26px;
  }
}

@media (max-width: 991px) {
  .ng-insights-hero {
    padding: 135px 0 125px;
  }
  .section-title {
    font-size: 34px;
  }

  .ng-insights-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ng-insights-list {
    margin-top: -72px;
  }
}

@media (max-width: 767px) {
  .ng-insights-hero {
    padding: 125px 0 105px;
  }

  .ng-insights-hero h1 {
    font-size: 32px;
    line-height: 39px;
  }

  .ng-insights-grid {
    grid-template-columns: 1fr;
  }

  .ng-insights-list {
    margin-top: -58px;
  }
}

@media (max-width: 575px) {
  .ng-insights-hero h1 {
    font-size: 29px;
    line-height: 36px;
  }

  .ng-insight-card__content {
    min-height: auto;
    padding: 22px;
  }
}


/* =================== NAVI FOR HOME ================== */
.ng-navi-for-home-hero__bg{
    position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,0.28) 0%,
      rgba(0,0,0,0.30) 38%,
      rgba(29,29,31,0.92) 100%
    ),
    url("assets/images/navi-for-home.webp") center center / cover no-repeat;
  z-index: 1;
}

/* CSS for section section:CoreCapabilities */
#section-core-capabilities {
  padding: 100px 20px;
      padding-bottom: 0px;
}
.section-header {
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.section-title {
  font-size: 46px;
  font-weight: 500;
  margin: 0;
  color: #ffffff;
}
.section-desc {
  font-size: 18px;
  color: #ffffff;
  max-width: 600px;
  margin: 0;
  line-height: 1.5;
}
.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 auto;
}
.capability-card {
  background-color: #000000;
  border-radius: 28px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 300px;
  gap: 26px;
}
.icon-wrapper {
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.capability-card h4 {
  color: #8b8b8b;
  font-size: 19px;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
}
.navi-capabilities__media {
  position: relative;
  overflow: hidden;
}

.navi-capabilities__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.navi-capabilities__play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 0;
  background: rgba(255,255,255,0.18);
  backdrop-filter: blur(12px);
  color: #ffffff;
  font-size: 26px;
  line-height: 1;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: opacity 0.25s ease;
}

.navi-capabilities__media.is-playing .navi-capabilities__play {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 992px) {
  .capabilities-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .capabilities-grid {   grid-template-columns: repeat(2, 1fr); }
  .section-title { font-size: 36px; }
  .capability-card img {
    width: 70px;
    margin: auto;
}
.capability-card h4 {
    font-size: 16px;
}
.capability-card{
  min-height: 250px;
  padding: 30px 20px;
}
#section-core-capabilities{
  padding-bottom: 10px;
}
}


/* =========================
   NAVI FIT SECTION
========================= */

.navi-fit-section {
  padding: 100px 0;
  background: #f5f5f7;
  overflow: hidden;
}

.navi-fit-header {
  max-width: 760px;
  margin: 0 auto 72px;
  text-align: center;
}

.navi-fit-header h2 {
  margin-top: 8px;
  margin-bottom: 24px;
  color: black;
}

.navi-fit-header p {
  max-width: 680px;
  margin: 0 auto;
  color: #1d1d1f;
  opacity: 0.75;
}

.navi-fit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

.navi-fit-card {
  background: #ededf0;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  min-height: 620px;
  display: flex;
  flex-direction: column;
}

.navi-fit-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* content */
.navi-fit-card__content {
  padding: 34px 30px;
}

.navi-fit-card__content span {
  display: block;
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 1;
  color: rgba(29, 29, 31, 0.35);
  font-weight: 500;
}

.navi-fit-card__content h3 {
  font-size: 28px;
  line-height: 1.18;
  font-weight: 500;
  color: #1d1d1f;
  margin: 0;
}

/* left card */
.navi-fit-card--left img {
  margin-top: auto;
  height: 420px;
}

/* center card */
.navi-fit-card--dark {
  background: #1d1d1f;
}

.navi-fit-card--dark .navi-fit-card__content {
  background: #1d1d1f;
}

.navi-fit-card--dark .navi-fit-card__content span,
.navi-fit-card--dark .navi-fit-card__content h3 {
  color: #ffffff;
}

.navi-fit-card--dark img {
  height: 420px;
}

/* right card */
.navi-fit-card--right img {
  margin-top: auto;
  height: 420px;
}

@media (max-width: 1199px) {

  .navi-fit-grid {
    gap: 18px;
  }

  .navi-fit-card {
    min-height: 560px;
  }

  .navi-fit-card__content h3 {
    font-size: 24px;
  }
}

@media (max-width: 991px) {

  .navi-fit-section {
    padding: 90px 0;
  }

  .navi-fit-grid {
    grid-template-columns: 1fr;
  }

  .navi-fit-card {
    min-height: auto;
  }

  .navi-fit-card img {
    height: 420px !important;
  }

  .navi-fit-header {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {

  .navi-fit-section {
    padding: 70px 0;
  }

  .navi-fit-header h2 {
    font-size: 42px;
    line-height: 1.15;
  }

  .navi-fit-card__content {
    padding: 26px 22px;
  }

  .navi-fit-card__content h3 {
    font-size: 22px;
  }

  .navi-fit-card img {
    height: 320px !important;
  }
}
/* =========================
   RESEARCH HERO
========================= */
.ng-research-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  padding: 250px 0 10px;
  overflow: hidden;
  background: #1d1d1f;
}

.ng-research-hero__bg {
  position: absolute;
  inset: 0;
  background:
   linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgb(0 0 0 / 0%) 52%, rgba(29, 29, 31, 0.98) 100%), url(assets/images/navi-for-research.webp) center top / cover no-repeat;
  z-index: 1;
}

.ng-research-hero__content {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

.ng-research-hero h1 {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: 62px;
  line-height: 70px;
  font-weight: 500;
  letter-spacing: -2px;
}

.ng-research-hero p {
  max-width: 560px;
  margin: 0 auto 34px;
  color: rgba(255,255,255,0.88);
  font-size: 18px;
  line-height: 26px;
}

.ng-research-hero__btn {
  min-width: 112px;
  height: 44px;
}

@media (max-width: 991px) {
  .ng-research-hero {
    min-height: 560px;
    padding: 145px 0 72px;
  }

  .ng-research-hero h1 {
    font-size: 48px;
    line-height: 56px;
  }
}

@media (max-width: 575px) {
  .ng-research-hero h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .ng-research-hero p {
    font-size: 16px;
    line-height: 24px;
  }
}

.research-capabilities {
  padding: 90px 0 100px;
  background: #1d1d1f;
  color: #ffffff;
}

.research-capabilities__header {
  max-width: 960px;
  margin: 0 auto 60px;
  text-align: center;
}

.research-capabilities__header h2 {
  margin: 10px 0 26px;
  color: #ffffff;
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
}

.research-capabilities__header p {
  max-width: 930px;
  margin: 0 auto;
  color: rgba(255,255,255,0.82);
  font-size: 18px;
  line-height: 30px;
}

.research-capabilities__grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
}

.research-capability-card {
  position: relative;
  min-height: 272px;
  overflow: hidden;
  border-radius: 22px;
  background: #000000;
}

.research-capability-card--wide {
  grid-column: span 2;
}

.research-capability-card--small {
  grid-column: span 1;
}

.research-capability-card img {
  width: 100%;
  height: 100%;
  min-height: 272px;
  object-fit: cover;
  display: block;
}

.research-capability-card__text {
  position: absolute;
  left: 44px;
  bottom: 36px;
  max-width: 620px;
  color: rgba(255,255,255,0.62);
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

.research-capability-card__text--top {
  top: 30px;
  left: 0;
  right: 0;
  bottom: auto;
  text-align: center;
}

.research-capability-card__text--bottom-center {
  left: 24px;
  right: 24px;
  bottom: 28px;
  text-align: center;
}

@media (max-width: 991px) {
  .research-capabilities__grid {
    grid-template-columns: 1fr 1fr;
  }

  .research-capability-card--wide,
  .research-capability-card--small {
    grid-column: span 1;
  }

  .research-capabilities__header h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  .research-capabilities {
    padding: 70px 0;
  }

  .research-capabilities__grid {
    grid-template-columns: 1fr;
  }

  .research-capability-card {
    min-height: 260px;
  }

  .research-capability-card img {
    min-height: 260px;
  }

  .research-capability-card__text {
    left: 24px;
    right: 24px;
    bottom: 26px;
    font-size: 18px;
    line-height: 25px;
  }

  .research-capabilities__header h2 {
    font-size: 34px;
    line-height: 42px;
  }
}

/* What Navi can do */
.navi-capabilities {
  padding: 90px 0 80px;
  background: #ffffff;
  color: #1d1d1f;
  text-align: center;
}

.navi-capabilities__header {
  max-width: 720px;
  margin: 0 auto 38px;
}


.navi-capabilities__header h2 {
  margin: 10px 0 22px;
  color: #000000;
  font-size: 46px;
  line-height: 56px;
  font-weight: 500;
}

.navi-capabilities__header p {
  margin: 0 auto;
  max-width: 640px;
  color: #1d1d1f;
  font-size: 17px;
  line-height: 28px;
}

.navi-capabilities__media {
  max-width: 553px;
  height: 310px;
  margin: 0 auto 48px;
  overflow: hidden;
}

.navi-capabilities__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navi-capabilities__tabs {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 54px;
      align-items: start;
}

.navi-capabilities__tab {
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
  cursor: pointer;
  color: #111827;
  font-family: inherit;
}

.navi-capabilities__tab span {
  display: block;
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  background: #e5e5e5;
}

.navi-capabilities__tab.is-active span {
  background: linear-gradient(90deg, #0c47f8 0%, #189bfb 100%);
}

.navi-capabilities__tab h3 {
  margin: 0 0 16px;
  color: #111827;
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
}

.navi-capabilities__tab p {
  max-width: 285px;
  margin: 0 auto;
  color: #1d1d1f;
  font-size: 16px;
  line-height: 24px;
}

.navi-capabilities__cta {
  margin-top: 52px;
}

.navi-capabilities__content {
  display: none;
}

.navi-capabilities__content.is-active {
  display: block;
}
.nav-btn.active-bg {
  background: linear-gradient(90deg, #0c47f8 0%, #189bfb 100%) !important;
  color: #ffffff;
}

@media (max-width: 991px) {
  .navi-capabilities__tabs {
    gap: 28px;
  }

  .navi-capabilities__tab h3 {
    font-size: 25px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .navi-capabilities {
    padding: 70px 0;
  }

  .navi-capabilities__header h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .navi-capabilities__media {
    height: 260px;
  }

  .navi-capabilities__tabs {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .navi-capabilities__tab p {
    max-width: 360px;
  }
}
@media (max-width: 620px) {
.navi-capabilities__tabs h3{
  white-space: nowrap;
}
.navi-capabilities__tabs {
    display: flex;
    flex-direction: row;
    overflow: auto;
}
.navi-capabilities__tab p{
  display: none;
}
}

/* Where Navi fits in   */
.research-fit-section {
  padding: 90px 0 40px;
  background: #1d1d1f;
  color: #ffffff;
}

.research-fit-header {
  max-width: 760px;
  margin: 0 auto 62px;
  text-align: center;
}

.research-fit-header h2 {
  margin: 10px 0 22px;
  color: #ffffff;
  font-size: 46px;
  line-height: 56px;
  font-weight: 500;
}

.research-fit-header p {
  max-width: 640px;
  margin: 0 auto;
  color: rgba(255,255,255,0.86);
  font-size: 17px;
  line-height: 30px;
}

.research-fit-grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.research-fit-card {
  min-height: 540px;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,0.12);
}

.research-fit-card--dark {
  background: #1d1d1f;
}

.research-fit-card--light {
  background: #f5f5f7;
  border-color: transparent;
}

.research-fit-card__content {
  min-height: 178px;
  padding: 30px 32px 28px;
}

.research-fit-card__content span {
  display: block;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
  color: rgba(255,255,255,0.55);
}

.research-fit-card__content h3 {
  margin: 0;
  color: #ffffff;
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
}

.research-fit-card--light .research-fit-card__content span {
  color: rgba(29,29,31,0.38);
}

.research-fit-card--light .research-fit-card__content h3 {
  color: #1d1d1f;
}

.research-fit-card img {
  width: 100%;
  flex: 1;
  min-height: 320px;
  object-fit: cover;
  display: block;
}

@media (max-width: 991px) {
  .research-fit-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
  }

  .research-fit-card {
    min-height: auto;
  }

  .research-fit-card img {
    height: 360px;
    flex: none;
  }
}

@media (max-width: 767px) {
  .research-fit-section {
    padding: 70px 0;
  }

  .research-fit-header h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .research-fit-header span {
    font-size: 19px;
  }

  .research-fit-card__content {
    min-height: auto;
    padding: 26px 24px;
  }

  .research-fit-card__content h3 {
    font-size: 23px;
    line-height: 30px;
  }

  .research-fit-card img {
    height: 300px;
  }
}

/* ABout us page banner  */
.ng-about-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  padding: 160px 0 90px;
  overflow: hidden;
  background: #1d1d1f;
}

.ng-about-hero__bg {
  position: absolute;
  inset: 0;
  background: url("assets/images/about-us-banner.webp") center center / cover no-repeat;
  z-index: 1;
}

.ng-about-hero__content {
  position: relative;
  z-index: 2;
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.ng-about-hero__eyebrow {
  display: block;
  margin-bottom: 24px;
  color: rgba(255,255,255,0.92);
  font-size: 16px;
  line-height: 24px;
}

.ng-about-hero h1 {
  margin: 0 0 44px;
  color: #ffffff;
  font-size: 64px;
  line-height: 72px;
  font-weight: 500;
  letter-spacing: -2px;
}

.ng-about-hero__btn {
  min-width: 142px;
  height: 44px;
}

@media (max-width: 991px) {
  .ng-about-hero {
    min-height: 640px;
    padding: 140px 0 80px;
  }

  .ng-about-hero h1 {
    font-size: 48px;
    line-height: 56px;
  }
}

@media (max-width: 575px) {
  .ng-about-hero {
    min-height: 580px;
  }

  .ng-about-hero h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
/* =========================
   ABOUT VALUES SECTION
========================= */

.ng-about-values {
  position: relative;
  overflow: hidden;
  padding: 110px 0 120px;
  background: #1d1d1f;
}

.ng-about-values__pattern {
  position: absolute;
  inset: 0;
  background: url("assets/images/texture-bg.webp") center center / cover no-repeat;
  opacity: 0.45;
  pointer-events: none;
}

.ng-about-values .ng-container {
  position: relative;
  z-index: 2;
}

.ng-about-values__header {
  text-align: center;
  margin-bottom: 70px;
}


.ng-about-values__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.ng-about-values__item {
  padding: 0 56px;
  text-align: center;
  position: relative;
}

.ng-about-values__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 0;
  width: 1px;
  height: 180px;
  background: rgba(255,255,255,0.08);
}

.ng-about-values__number {
  display: block;
  margin-bottom: 34px;
  color: #ffffff;
  font-size: 64px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -2px;
}

.ng-about-values__item p {
font-weight: 400;
font-size: 24px;
line-height: 32px;
letter-spacing: -0.5px;
text-align: center;
}

@media (max-width: 1200px) {

  .ng-about-values__header h2 {
    font-size: 54px;
  }

  .ng-about-values__item p {
    font-size: 24px;
  }
}

@media (max-width: 991px) {

  .ng-about-values {
    padding: 90px 0;
  }

  .ng-about-values__grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .ng-about-values__item {
    padding: 0;
  }

  .ng-about-values__item:not(:last-child)::after {
    display: none;
  }

  .ng-about-values__header {
    margin-bottom: 50px;
  }

  .ng-about-values__header h2 {
    font-size: 42px;
  }

  .ng-about-values__number {
    font-size: 52px;
    margin-bottom: 20px;
  }

  .ng-about-values__item p {
    font-size: 22px;
    line-height: 1.4;
  }
}

@media (max-width: 575px) {

  .ng-about-values {
    padding: 70px 0;
  }

  .ng-about-values__header h2 {
    font-size: 34px;
    line-height: 1.2;
  }

  .ng-about-values__number {
    font-size: 42px;
  }

  .ng-about-values__item p {
    font-size: 18px;
  }
}

/* =========================
   CORE VALUES SECTION
========================= */

.ng-core-values {
  padding: 90px 0 90px;
  background: white;
}

.ng-core-values__header {
  text-align: center;
  margin-bottom: 60px;
}

.ng-core-values__header h2 {
font-weight: 500;
font-style: Medium;
font-size: 46px;
line-height: 56px;
letter-spacing: -3%;
text-align: center;
color: black;
}

.ng-core-values__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px 36px;
  margin: 0 auto;
}

.ng-core-values__card {
  min-height: 278px;
  padding: 20px 18px 24px;
  border-radius: 24px;
  background: #F9FAFB;
  border: 1px solid #568DD91A;
}

.ng-core-values__icon {
  width: 78px;
  height: 78px;
  border-radius: 20px;
  background: #f7f7f8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
}

.ng-core-values__icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.ng-core-values__card h3 {
  margin: 0 0 12px;
  color: #1d1d1f;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.ng-core-values__card p {
  margin: 0;
  color: #1d1d1f;
  font-size: 17px;
  line-height: 1.45;
  opacity: 0.92;
}

@media (max-width: 991px) {

  .ng-core-values {
    padding: 90px 0;
  }

  .ng-core-values__header h2 {
    font-size: 48px;
  }

  .ng-core-values__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {

  .ng-core-values {
    padding: 70px 0;
  }

  .ng-core-values__header {
    margin-bottom: 40px;
  }

  .ng-core-values__header h2 {
    font-size: 36px;
  }

  .ng-core-values__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ng-core-values__card {
    min-height: auto;
  }

  .ng-core-values__card h3 {
    font-size: 24px;
  }

  .ng-core-values__card p {
    font-size: 16px;
  }
}
/* =========================
   ABOUT JOURNEY TIMELINE
========================= */

.ng-journey {
  padding: 90px 0 120px;
  background: #f5f5f7;
  color: #111827;
  overflow: hidden;
}

.ng-journey .ng-container {
  width: 100%;
  max-width: 1400px;
}

.ng-journey__header {
  text-align: center;
  margin-bottom: 80px;
}

.ng-journey__header h2 {
font-weight: 500;
font-size: 46px;
line-height: 56px;
letter-spacing: -3%;
text-align: center;
}

.ng-journey__header p {
  margin: 0 auto;
  max-width: 900px;
  color: #111827;
  font-size: 18px;
  line-height: 30px;
}

/* TIMELINE */

.ng-journey__timeline {
  position: relative;
  width: 100%;
}

.ng-journey__line {
  position: absolute;
  left: 50%;
  top: 35px;
  height: calc(100% - 345px);
  width: 1px;
  background: #d2d2d7;
  transform: translateX(-50%);
  z-index: 1;
}

/* ROW */

.ng-journey__row {
  position: relative;
  min-height: 320px;
}

/* DOT */

.ng-journey__dot {
    position: absolute;
    left: 50%;
    top: 35px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #1688ff;
    border: 6px solid #ffffff;
    transform: translateX(-50%);
    z-index: 5;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

/* VISUAL */

.ng-journey__visual {
  position: absolute;
  top: 0;
  z-index: 3;
}

.ng-journey__visual img {
  display: block;
  max-width: 130px;
  max-height: 180px;
  object-fit: contain;
}

/* RIGHT SIDE */

.ng-journey__row--right .ng-journey__visual {
  left: calc(50% + 45px);
}

.ng-journey__row--right .ng-journey__text {
  position: absolute;
  top: 0;
  left: calc(50% + 220px);
  width: 430px;
  text-align: left;
}

/* LEFT SIDE */

.ng-journey__row--left .ng-journey__visual {
  right: calc(50% + 45px);
}

.ng-journey__row--left .ng-journey__text {
  position: absolute;
  top: 0;
  right: calc(50% + 220px);
  width: 430px;
  text-align: right;
}

/* TYPOGRAPHY */

.ng-journey__text h3,
.ng-journey__end h3 {
  margin: 0 0 14px;
  color: #1688ff;
  font-size: 64px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -2px;
}

.ng-journey__text p {
  margin: 0;
  color: #111827;
  font-size: 18px;
  line-height: 30px;
}

/* LOGO ROW */

.ng-journey__row--logo .ng-journey__visual {
  left: calc(50% + 60px);
  top: 40px;
}

.ng-journey__row--logo .ng-journey__visual img {
  max-width: 340px;
  max-height: 60px;
}

.ng-journey__row--logo .ng-journey__text {
  left: calc(50% + 60px);
  top: 110px;
  width: 360px;
}

/* SPACING */

.ng-journey__row:nth-child(2) {
  margin-top: 20px;
}

.ng-journey__row:nth-child(3) {
  margin-top: 20px;
}

.ng-journey__row:nth-child(4) {
  margin-top: 30px;
}

.ng-journey__row:nth-child(5) {
  margin-top: 20px;
}

/* END */

.ng-journey__end {
  position: relative;
  padding-top: 100px;
  text-align: center;
}

.ng-journey__end .ng-journey__dot {
  top: 0;
}

.ng-journey__end h3 {
  margin-bottom: 6px;
}

.ng-journey__end > strong {
  display: block;
  margin-bottom: 18px;
  color: #111827;
  font-size: 18px;
  line-height: 24px;
}

.ng-journey__end img {
  display: block;
  margin: 0 auto 24px;
  max-width: 180px;
}

.ng-journey__end p {
  max-width: 980px;
  margin: 0 auto;
  color: #111827;
  font-size: 18px;
  line-height: 30px;
}

/* =========================
   JOURNEY SCROLL REVEAL
========================= */

.ng-journey__row .ng-journey__visual,
.ng-journey__row .ng-journey__text,
.ng-journey__end h3,
.ng-journey__end strong,
.ng-journey__end img,
.ng-journey__end p {
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
  will-change: opacity, transform;
}

.ng-journey__row.is-visible .ng-journey__visual,
.ng-journey__row.is-visible .ng-journey__text,
.ng-journey__end.is-visible h3,
.ng-journey__end.is-visible strong,
.ng-journey__end.is-visible img,
.ng-journey__end.is-visible p {
  opacity: 1;
  transform: translateY(0);
}

/* small stagger */
.ng-journey__row .ng-journey__text {
  transition-delay: 0.12s;
}

.ng-journey__end.is-visible strong {
  transition-delay: 0.1s;
}

.ng-journey__end.is-visible img {
  transition-delay: 0.18s;
}

.ng-journey__end.is-visible p {
  transition-delay: 0.26s;
}

@media (max-width: 1199px) {

  .ng-journey__row--right .ng-journey__text {
    left: calc(50% + 150px);
    width: 300px;
  }

  .ng-journey__row--left .ng-journey__text {
    right: calc(50% + 150px);
    width: 300px;
  }

  .ng-journey__text h3 {
    font-size: 52px;
  }

  .ng-journey__text p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 991px) {
.ng-journey__row.ng-journey__row--left {
    display: flex;
    flex-direction: column-reverse;
}
  .ng-journey {
    padding: 70px 0 90px;
  }

  .ng-journey__header h2 {
    font-size: 42px;
  }

  .ng-journey__header p {
    font-size: 16px;
    line-height: 26px;
  }

  .ng-journey__line {
    left: 24px;
  }

  .ng-journey__dot {
    left: 24px;
  }

  .ng-journey__row {
    min-height: auto;
    padding-left: 90px;
    margin-bottom: 70px;
  }

  .ng-journey__row--left .ng-journey__visual,
  .ng-journey__row--right .ng-journey__visual {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin-bottom: 20px;
  }

  .ng-journey__row--left .ng-journey__text,
  .ng-journey__row--right .ng-journey__text {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    text-align: left;
  }

  .ng-journey__text h3,
  .ng-journey__end h3 {
    font-size: 44px;
  }

  .ng-journey__text p,
  .ng-journey__end p {
    font-size: 16px;
    line-height: 26px;
  }

  .ng-journey__row--logo .ng-journey__visual,
  .ng-journey__row--logo .ng-journey__text {
    position: relative;
    left: auto;
    top: auto;
  }

  .ng-journey__row--logo .ng-journey__visual img {
    max-width: 240px;
  }

  .ng-journey__end {
    text-align: left;
    padding-left: 15px;
     padding-top: 60px;
  }

  .ng-journey__end img {
    margin-left: 0;
  }
  .ng-journey__line {
    height: calc(100% - 305px);
  }
}

@media (max-width: 767px) {

  .ng-journey__header {
    margin-bottom: 50px;
  }

  .ng-journey__header h2 {
    font-size: 34px;
  }

  .ng-journey__text h3,
  .ng-journey__end h3 {
    font-size: 38px;
  }

  .ng-journey__text p,
  .ng-journey__end p {
    font-size: 15px;
    line-height: 24px;
  }

  .ng-journey__visual img {
    max-width: 90px;
  }
}
@media (max-width: 600px) {
.ng-journey__line {
        height: calc(100% - 320px);
    }
}
@media (max-width: 455px) {
.ng-journey__line {
        height: calc(100% - 345px);
    }
}
@media (max-width: 385px) {
.ng-journey__line {
        height: calc(100% - 370px);
    }
}
/* =========================
   MEET THE TEAM
========================= */

.ng-team {
  padding: 90px 0 100px;
  background: #ffffff;
  color: #111827;
}

.ng-team__header {
  max-width: 1240px;
  margin: 0 auto 58px;
  text-align: center;
}

.ng-team__header h2 {
font-weight: 500;
font-size: 46px;
line-height: 56px;
letter-spacing: -3%;
text-align: center;
}

.ng-team__header p {
font-weight: 400;
font-size: 18px;
line-height: 24px;
letter-spacing: -2%;
text-align: center;
}

.ng-team__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
}

.ng-team__card img {
  width: 100%;
  height: 320px;
  display: block;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 24px;
}

.ng-team__card h3 {
font-weight: 500;
font-style: Medium;
font-size: 28px;
line-height: 34px;
letter-spacing: 0%;
}

.ng-team__card span {
  display: block;
  margin-bottom: 16px;
font-weight: 400;
font-size: 18px;
line-height: 30px;
letter-spacing: 0%;
}

.ng-team__card p {
font-weight: 400;
font-size: 18px;
line-height: 24px;
letter-spacing: 0%;
margin-top: 0;
color: #475467;
}

.cky-consent-bar > div:nth-of-type(2), .cky-footer-wrapper > div:nth-of-type(2), .cky-consent-bar > div:nth-of-type(3){
    display: none !important;
}


/* Privacy Policy page css  */

.privacy-policy .section {
    padding-top: 120px;
}
.privacy-policy h2.wp-block-heading {
    font-size: 36px;
    padding-top: 20px;
}



@media (max-width: 1199px) {
  .ng-team__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ng-team__card img {
    height: 380px;
  }
}

@media (max-width: 767px) {
  .ng-team {
    padding: 70px 0;
  }

  .ng-team__header {
    margin-bottom: 42px;
  }

  .ng-team__header h2 {
    font-size: 38px;
  }

  .ng-team__header p {
    font-size: 17px;
    line-height: 26px;
  }

  .ng-team__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
.ng-team__card{
  text-align: center;
}
  .ng-team__card img {
            height: auto;
        object-fit: contain;
  }

  .ng-team__card h3 {
    font-size: 28px;
  }

  .ng-team__card span,
  .ng-team__card p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 480px) {
    .ng-team__grid {
        gap: 20px;
    }
        .ng-team__card h3 {
                font-size: 22px;
        line-height: 30px;
    }
 .ng-team__card p {
        font-size: 14px;
        line-height: 18px;
    }
    .ng-team__card span {
    margin-bottom: 10px;
    font-size: 15px;
    }
    .ng-navi-for-home-hero__bg {
    background-size: contain;
    background-position: top;
    top: 40px;
}
}




/* BLOG DETAIL PAGE  */

.ng-blog-detail {
  background: #ffffff;
}

.ng-blog-detail-hero {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  padding: 150px 0 54px;
  overflow: hidden;
  color: #ffffff;
  background: #1d1d1f;
}

.ng-blog-detail-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ng-blog-detail-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.32) 0%, rgba(0,0,0,0.42) 100%),
    radial-gradient(circle at 10% 70%, rgba(12,71,248,0.35), transparent 36%);
}

.ng-blog-detail-hero__content {
  position: relative;
  z-index: 2;
  max-width: 780px;
}

.ng-blog-detail-hero__content p {
  margin: 0 0 18px;
  color: rgba(255,255,255,0.86);
  font-size: 20px;
  line-height: 28px;
}

.ng-blog-detail-hero__content h1 {
  margin: 0;
  color: #ffffff;
  font-size: 38px;
  line-height: 46px;
  font-weight: 500;
  letter-spacing: -1px;
}

.ng-blog-detail-content-section {
  padding: 28px 0 90px;
}

.ng-blog-detail-content {
  padding: 48px 56px 60px;
  border: 1px solid rgba(24,155,251,0.18);
  background: #ffffff;
  color: #25324a;
}

.ng-blog-detail-content h1,
.ng-blog-detail-content h2,
.ng-blog-detail-content h3 {
  margin: 0 0 16px;
  color: #5b91ea;
  font-weight: 500;
  letter-spacing: -0.8px;
}

.ng-blog-detail-content h2 {
  font-size: 36px;
  line-height: 44px;
}

.ng-blog-detail-content h3 {
  font-size: 30px;
  line-height: 38px;
}

.ng-blog-detail-content p {
  margin: 0 0 24px;
  color: #25324a;
  font-size: 15px;
  line-height: 21px;
}

.ng-blog-detail-content a {
  color: #2f73e8;
  text-decoration: underline;
}

.ng-blog-detail-content ul,
.ng-blog-detail-content ol {
  margin: 0 0 24px 20px;
  padding: 0;
  color: #25324a;
}

.ng-blog-detail-content li {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 22px;
}

@media (max-width: 991px) {
  .ng-blog-detail-hero {
    min-height: 330px;
    padding-top: 130px;
  }

  .ng-blog-detail-content {
    padding: 38px 36px 48px;
  }
}

@media (max-width: 767px) {
  .ng-blog-detail-hero {
    min-height: 310px;
    padding: 120px 0 44px;
  }

  .ng-blog-detail-hero__content h1 {
    font-size: 32px;
    line-height: 39px;
  }

  .ng-blog-detail-content {
    padding: 30px 24px 40px;
  }

  .ng-blog-detail-content h2 {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 575px) {
  .ng-blog-detail-content-section {
    padding-top: 20px;
  }

  .ng-blog-detail-content {
    padding: 26px 18px 36px;
  }
}



/* MIX CSS  */
.wpcf7{
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
}
.text-gradient{
font-weight: 600;
text-transform: capitalize;
}