@keyframes infinite-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

* {
  font-family: "Raleway", sans-serif;
  font-style: normal;
}

.openSans{
   font-family: "Open Sans", sans-serif;
  font-style: normal;
}

.infinite-scroll {
  animation: infinite-scroll 25s linear infinite;
}

.gradient-bg {
  background: linear-gradient(90deg, #0e62aa 0%, #1cace7 100%),
    linear-gradient(90deg, #0e62aa 0%, #1cace7 100%);
  background-blend-mode: overlay, normal;
}
.government:hover {
  background: linear-gradient(90deg, #e71c1c 0%, #e71c1c 100%),
    linear-gradient(90deg, #e71c1c 0%, #e71c1c 100%);
  background-blend-mode: overlay, normal;
}
.government:hover {
  color: #fff;
}
.government svg:hover {
  fill: #fff !important;
}
.government:hover span {
  display: block;
}
.gradient-bg-opacity {
  opacity: 0.8;
  background: linear-gradient(90deg, #0e62aa 0%, #1cace7 100%),
    linear-gradient(90deg, #0e62aa 0%, #1cace7 100%);
  background-blend-mode: overlay, normal;
}

.active-tab {
  background-color: #ddf3fc; /* Dark active tab */
  color: #000;
}

section.slider .feedback {
  color: rgba(28, 172, 231, 1);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}

section.slider .feedback-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

section.slider .feedback-card {
  padding: 20px;
  background-color: #fff;
  border-radius: 16px;
}

section.slider .feedback-card .feedback-text {
  color: #000;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
  display: none;
}

section.slider .feedback-card .feedback-img {
  width: 200px;
}

section.slider .feedback-card .feedback-user-container {
  display: flex;
  align-items: center;
  gap: 15px;
}

section.slider .feedback-card .feedback-user-container img {
  width: 60px;
}

section.slider .feedback-card .feedback-user-container .name {
  color: #bbbbbb;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 5px;
}

section.slider .feedback-card .feedback-user-container .desc {
  color: #858585;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
}

section.slider::before,
section.slider::after {
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

section.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

section.slider::before {
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  section.slider {
    padding: 30px 0 40px;
  }

  section.slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(100% * 20);
    gap: 20px;
  }

  section.slider .slide-track:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }

  section.slider .slide {
    width: 100%;
    display: flex;
    align-items: center;
  }

  section.slider .feedback-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
}
section.slider {
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 80px 0 120px;
}

section.slider .feedback {
  color: rgba(28, 172, 231, 1);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}

section.slider .feedback-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

section.slider .feedback-card {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #242424;
  border-radius: 16px;
}

section.slider .feedback-card .feedback-text {
  color: #bbbbbb;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}

section.slider .feedback-card .feedback-img {
  width: 200px;
}

section.slider .feedback-card .feedback-user-container {
  display: flex;
  align-items: center;
  gap: 15px;
}

section.slider .feedback-card .feedback-user-container img {
  width: 60px;
}

section.slider .feedback-card .feedback-user-container .name {
  color: #bbbbbb;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 5px;
}

section.slider .feedback-card .feedback-user-container .desc {
  color: #858585;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
}

section.slider::before,
section.slider::after {
  content: "";
  height: 100px;
  position: absolute;
  width: 600px;
  z-index: 2;
}

section.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

section.slider::before {
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  section.slider {
    padding: 30px 0 40px;
  }

  section.slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(100% * 20);
    gap: 20px;
  }

  section.slider .slide-track:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }

  section.slider .slide {
    width: 100%;
    display: flex;
    align-items: center;
  }

  section.slider .feedback-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-170px * 7));
    transform: translateX(calc(-170px * 7));
  }
}
.slider-bg {
  box-shadow: 0px -10px 30px rgba(93, 64, 189, 0.1),
    0px 10px 30px rgba(93, 64, 189, 0.1);
  background-color: rgb(90 161 161 / 10%);
}
@keyframes slide-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes slide-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.animate-slide-left {
  display: flex;
  width: max-content;
  animation: slide-left 35s linear infinite;
}
.animate-slide-right {
  display: flex;
  width: max-content;
  animation: slide-right 35s linear infinite;
}
.animate-slide-left:hover,
.animate-slide-right:hover {
  animation-play-state: paused;
}
section.slider {
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 80px 0 120px;
}

section.slider {
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 80px 0 120px;
}

section.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(400px * 10);
  gap: 20px;
}

section.slider .slide-track:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

section.slider .slide {
  width: 400px;
  display: flex;
  align-items: center;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-170px * 7));
    transform: translateX(calc(-170px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-170px * 7));
    transform: translateX(calc(-170px * 7));
  }
}

.tableTitle {
  background: linear-gradient(90deg, #0254b7 0%, #09b9f0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tempShadow {
  box-shadow: 0 -4px 12px 0 rgba(0, 0, 0, 0.16);
}

.bgSlider {
  opacity: 0.16;
  background: linear-gradient(90deg, #0e62aa 0%, #1cace7 100%);
  filter: blur(14px);
}

/* ---------- Animated shadow orbs ---------- */

/* Base orb style (soft blurred radial gradient) */
.shadow-orb {
  position: absolute;
  border-radius: 50%;
  mix-blend-mode: multiply; /* darkens underlying image */
  pointer-events: none;
  filter: blur(80px); /* soften edges */
  opacity: 0.8;
  transform: translate3d(0, 0, 0);
  will-change: transform, opacity;
}

/* Sizes & start positions (responsive via vw/vh) */
.orb-1 {
  width: 40vw;
  height: 40vw;
  left: -15%;
  top: 5%;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0.7) 30%,
    rgba(0, 0, 0, 0) 75%
  );
  animation: orbMove1 20s ease-in-out infinite;
}
.orb-2 {
  width: 55vw;
  height: 55vw;
  right: -25%;
  bottom: -5%;
  background: radial-gradient(
    circle at 40% 40%,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.6) 35%,
    rgba(0, 0, 0, 0) 80%
  );
  animation: orbMove2 26s ease-in-out infinite reverse;
  opacity: 0.7;
  filter: blur(100px);
}
.orb-3 {
  width: 30vw;
  height: 30vw;
  left: 80%;
  top: 30%;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.5) 35%,
    rgba(0, 0, 0, 0) 75%
  );
  animation: orbMove3 16s ease-in-out infinite;
  opacity: 0.75;
  filter: blur(60px);
}
.orb-4 {
  width: 70vw;
  height: 70vw;
  left: 50%;
  top: 80%;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0.6) 30%,
    rgba(0, 0, 0, 0) 75%
  );
  animation: orbMove4 32s ease-in-out infinite reverse;
  opacity: 0.6;
  filter: blur(120px);
}

/* ---------- Keyframes (move across different paths) ---------- */
@keyframes orbMove1 {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  25% {
    transform: translate3d(30vw, -6vh, 0) scale(1.05);
  }
  50% {
    transform: translate3d(60vw, 6vh, 0) scale(1);
  }
  75% {
    transform: translate3d(30vw, 18vh, 0) scale(0.98);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes orbMove2 {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  25% {
    transform: translate3d(-35vw, -10vh, 0) scale(1.02);
  }
  50% {
    transform: translate3d(-70vw, 8vh, 0) scale(1);
  }
  75% {
    transform: translate3d(-40vw, 22vh, 0) scale(0.97);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes orbMove3 {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  30% {
    transform: translate3d(-50vw, 10vh, 0) scale(1.03);
  }
  60% {
    transform: translate3d(-80vw, -6vh, 0) scale(1);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes orbMove4 {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  33% {
    transform: translate3d(-60vw, -18vh, 0) scale(1.02);
  }
  66% {
    transform: translate3d(20vw, -30vh, 0) scale(1);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

/* ---------- Accessibility: turn off long animations if user prefers reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .shadow-orb {
    animation: none !important;
    opacity: 0.5;
    filter: blur(60px);
  }
}

/* ---------- Mobile tweaks (smaller orbs & less blur) ---------- */
@media (max-width: 640px) {
  .orb-1 {
    width: 60vw;
    height: 60vw;
    filter: blur(50px);
  }
  .orb-2 {
    width: 80vw;
    height: 80vw;
    filter: blur(70px);
  }
  .orb-3 {
    width: 50vw;
    height: 50vw;
    filter: blur(40px);
    left: 60%;
  }
  .orb-4 {
    width: 100vw;
    height: 100vw;
    filter: blur(90px);
    top: 70%;
    left: -10%;
  }
}

.node-circle {
  fill: white;
  stroke: #b1b1b2;
  stroke-width: 2;
  transition: all 0.3s ease;
}
.node-circle.active {
  fill: #60a5fa;
  stroke: #60a5fa;
}

#node-content {
  transition: opacity 0.5s ease;
}
/* code for gartner start */
.gartnerImg {
  width: 150px;
}

section.slider {
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 80px 0 120px;
}

section.slider {
  box-shadow: 0 10px 20px -5px transparent;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 80px 0 120px;
}

section.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(400px * 10);
  gap: 20px;
}

section.slider .slide-track:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

section.slider .slide {
  width: 400px;
  display: flex;
  align-items: center;
}

section.slider h3 {
  font-family: "Darker Grotesque";
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 34px;
  text-align: center;
}

section.slider .feedback {
  color: rgba(28, 172, 231, 1);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}

section.slider .feedback-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

section.slider .feedback-card {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #242424;
  border-radius: 16px;
}

section.slider .feedback-card .feedback-text {
  color: #000;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}

section.slider .feedback-card .feedback-img {
  width: 200px;
}

section.slider .feedback-card .feedback-user-container {
  display: flex;
  align-items: center;
  gap: 15px;
}

section.slider .feedback-card .feedback-user-container img {
  width: 60px;
}

section.slider .feedback-card .feedback-user-container .name {
  color: #bbbbbb;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 5px;
}

section.slider .feedback-card .feedback-user-container .desc {
  color: #858585;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
}

section.slider::before,
section.slider::after {
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

section.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

section.slider::before {
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  section.slider {
    padding: 30px 0 40px;
  }

  section.slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(100% * 20);
    gap: 20px;
  }

  section.slider .slide-track:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }

  section.slider .slide {
    width: 100%;
    display: flex;
    align-items: center;
  }

  section.slider .feedback-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
}

.review-title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}

.review-date {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.company-list-item-review {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.crest-pt-logo {
  width: 36px !important;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-170px * 7));
    transform: translateX(calc(-170px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-170px * 7));
    transform: translateX(calc(-170px * 7));
  }
}

/* code for gartner end */

.logo-flipper {
  width: 140px;
  height: 80px;
  perspective: 1000px;
}
.logo-flipper-container {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.logo-cube {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  animation: flipY 15s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

.logo-face {
  position: absolute;
  inset: 0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
}

.logo-face img {
  max-height: 120px;
  object-fit: contain;
}

/* 3D face positioning */
.face-1 {
  transform: rotateX(0deg) translateZ(40px);
}
.face-2 {
  transform: rotateX(90deg) translateZ(40px);
}
.face-3 {
  transform: rotateX(180deg) translateZ(40px);
}
.face-4 {
  transform: rotateX(270deg) translateZ(40px);
}

/* Flip animation */
@keyframes flipY {
  0% {
    transform: rotateX(0deg);
  }
  20% {
    transform: rotateX(0deg);
  }

  25% {
    transform: rotateX(-90deg);
  }
  45% {
    transform: rotateX(-90deg);
  }

  50% {
    transform: rotateX(-180deg);
  }
  70% {
    transform: rotateX(-180deg);
  }

  75% {
    transform: rotateX(-270deg);
  }
  95% {
    transform: rotateX(-270deg);
  }

  100% {
    transform: rotateX(-360deg);
  }
}

.trusted-section {
  padding: 40px 20px 60px;
}

.trusted-heading {
  text-align: center;
  color: #0e65aa;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 36px;
}

/* GRID LAYOUT */
.logo-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  row-gap: 36px;
  column-gap: 48px;
  align-items: center;
  justify-items: center;
}

.logo-grid img {
  max-height: 40px;
  max-width: 140px;
  object-fit: contain;
  filter: grayscale(0%);
}
@media (max-width: 1024px) {
  .logo-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 28px;
  }
}

@media (max-width: 480px) {
  .logo-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
  }
}

@media (max-width: 768px) {
  .logo-flipper-container {
    gap: 10px;
  }
}
/* ===== TRUST STRIP ROOT ===== */
.trust-strip {
  position: relative;
  display: flex;
  align-items: center;
  height: 90px;
  padding: 0 24px;
  /* background: linear-gradient(to right, #0e62aa, #1cace7); */
  overflow: hidden;
}

@media (min-width: 1024px) {
  .trust-strip {
    height: 120px;
    padding: 0 48px;
  }
}

/* ===== TITLE ===== */
.trust-strip__title {
  position: relative;
  z-index: 10; /* Keep title above everything */
  min-width: 180px;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  padding-right: 20px;
}

/* ===== IMPROVED FADE MASK (The "Disappearing" Effect) ===== */
.trust-strip__viewport {
  flex: 1;
  overflow: hidden;
  position: relative;
  /* This creates a soft fade on BOTH ends so logos disappear/appear smoothly */
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 15%,
    black 85%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 15%,
    black 85%,
    transparent 100%
  );
}

/* ===== TRACK ===== */
.trust-strip__track {
  display: flex;
  align-items: center;
  /* Adjust gap to control how many logos fit. 
     Higher gap = fewer logos visible at once */
  gap: 150px; 
  width: max-content;
  animation: trustStripScroll 150s linear infinite; /* Faster speed for better feel */
}

/* ===== LOGOS ===== */
.trust-strip__track img {
  /* Control size to ensure ~5 fit in the viewport */
  /* width: 100px; 
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1); 
  opacity: 0.8;
  transition: opacity 0.3s; */
  width: 188px;
  height: 100px;
  object-fit: contain;
  object-position: center;
  filter: brightness(0) invert(1);
}

.trust-strip__track img:hover {
  opacity: 1;
}

/* ===== ANIMATION ===== */
@keyframes trustStripScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Remove your old .trust-strip__fade class as it's replaced by the mask-image */
/* ---------Uni Hover red---- */
.hoverBtn:hover {
  background: linear-gradient(91.33deg, #e71c1c 30.51%, #e21b1b 77.36%);
}
.hoverBtnWhiteText:hover {
  background: linear-gradient(91.33deg, #e71c1c 30.51%, #e21b1b 77.36%);
  color: #fff;
}
/* ----------------------------------------------About us-------------------------------- */
@font-face {
  font-family: "AboutFont";
  src: url("/assets/fonts/about/About-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AboutFont";
  src: url("/assets/fonts/about/About-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AboutFont";
  src: url("/assets/fonts/about/About-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

.titleHunter {
  font-size: 8rem;
  font-weight: 600;
  /* font-family: "AboutFont"; */
}
.centered-hr {
  width: 90%;
  margin: auto;
  height: 5px;
  color: #28293830;
}

.gradientFont {
  background: linear-gradient(90deg, #0E62AA 0%, #1CACE7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* display: inline-block;  */
  transition: all 0.3s ease;
}

.cyber-score-btn:hover {
  background-color: #dc2626; 
}

.cyber-score-btn:hover .gradientFont {
  -webkit-text-fill-color: white;
  background: none; 
}

.footer-shape {
  mix-blend-mode: multiply;
}

.footer-video-fade {
  background: linear-gradient(
    to bottom,
    #ffffff 0%,                /* pure white (upper div bg) */
    rgba(255, 255, 255, 0.9) 30%,
    rgba(255, 255, 255, 0.5) 60%,
    rgba(255, 255, 255, 0) 100%
  );
}
.hero-video {
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}
.dark-bg-btn{
    background:
      linear-gradient(90deg, #0e62aa 0%, #1cace7 100%),
      linear-gradient(90deg, #0e62aa 0%, #1cace7 100%);
    background-blend-mode: overlay, normal;
}

.feature-tab {
    font-weight: 400;
    border-color: transparent;
    transition: all 0.25s ease;
  }

  /* .feature-tab[aria-selected="true"] {
    font-weight: 700;
    border-color: #ffffff;
  } */
  /* .platformBtn:hover{
    background-color: #e71c1c;
    color: #fff !important;
  } */
  .tableTitle:hover {
  background: linear-gradient(90deg, #0254b7 0%, #09b9f0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
  }

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

/* xl-plus → 1440px+ */
@media (min-width: 1440px) {
  .side-image {
    max-width: 635px;
  }
}

/* 2xl → 1680px+ (optional) */
@media (min-width: 1680px) {
  .side-image {
    max-width: 1200px;
  }
}
.new-open-sans{
  font-family: 'Open Sans' !important;
}

.company-list-item-review {
  position: relative;
  padding-left: 16px;
  font-family: "Open Sans";
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.company-list-item-review::before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  background-color: currentColor;
  border-radius: 50%;
  font-family: "Open Sans";
}
.platformBtn {
  background-color: #fff;
  transition: background-color 0.3s ease;
}

.tableTitle {
  background: linear-gradient(90deg, #1CACE7, #0E65AA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease;
}

/* 🔥 FIX */
.platformBtn:hover .tableTitle {
  background: none;
  -webkit-text-fill-color: #fff;
}
.review-date{
  font-family: "Open Sans" !important;
}
.review-title{
  font-family: "Open Sans" !important;
}

-------------------About Us----------------
.f37-semibold{
    font-family: 'F37 Judge Thin Extended';
    font-weight: 600;
}
.font-inter{
  font-family: "Inter";
}
.font-judge{
  font-family: "F37 Judge Medium Compressed Italic";
}
.f-size-16{
  font-size: 14px;
}
.f-size-16{
  font-size: 16px;
}
.f-size-36{
  font-size: 36px !important;
}
.hero-title-130{
  font-size: 200px !important;
}
@media (max-width: 768px) {

}@media screen and (min-width: 1024px) {
  /* CSS styles for large screens (desktops, large laptops, etc.) go here */
 .lg{
     font-size: 200px !important;
         letter-spacing: 4px;
  }
}
.award-img-500{
      height: 150px;
    width: 184px;
}
.award-img-crn{
      height: 95px;
    width: 161px;
}
/* -----------------Case Study Slider ---- */
.slider-track {
  display: flex !important;
  overflow: hidden !important;
  width: 100% !important;
}

/* FORCE each child to take FULL width */
.slider-track > * {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
/* Container for the tabs */
.feature-tab {
  position: relative;
  /* Ensure text is white by default, with a slight opacity for unselected tabs */
  color: rgba(255, 255, 255, 0.7); 
  background: none;
  border: none;
  transition: color 0.3s ease;
  cursor: pointer;
  box-sizing: border-box; 
}

/* The Animated Border (Pseudo-element) */
.feature-tab::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%; /* Start from center */
  transform: translateX(-50%);
  width: 0; /* Start with 0 width */
  height: 4px; /* Thickness of the border */
  background-color: #ffffff; /* Solid White Border */
  /* Smooth easing function for growth */
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1); 
  border-radius: 20px; /* Optional: slightly rounded corners */
}

/* Active State Styles (aria-selected="true") */
.feature-tab[aria-selected="true"] {
  color: #ffffff; /* Solid White Text when selected */
}

.feature-tab[aria-selected="true"]::after {
  width: 60%; /* Expands to full width */
  
  /* The Opacity Mask for left and right edges, using solid black/white for clarity */
  -webkit-mask-image: linear-gradient(
    to right, 
    rgba(0, 0, 0, 0) 0%,   /* Faded Edge */
    rgba(0, 0, 0, 1) 15%,  /* Solid Center */
    rgba(0, 0, 0, 1) 85%,  /* Solid Center */
    rgba(0, 0, 0, 0) 100%  /* Faded Edge */
  );
  mask-image: linear-gradient(
    to right, 
    rgba(0, 0, 0, 0) 0%, 
    rgba(0, 0, 0, 1) 15%, 
    rgba(0, 0, 0, 1) 85%, 
    rgba(0, 0, 0, 0) 100%
  );
}

