/*! Start Hero Section Bar */

body.preload * {
  transition: none !important;
  animation: none !important;
}

.hero,
.hero * {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.kkrf-main-new-mobile-ad-top-section {
  background: #000;
  padding: 40px 0;
  font-family: Arial, sans-serif;
}

.kkrf-main-new-mobile-ad-container {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 16px;
}

.kkrf-main-new-mobile-ad-scroll-wrapper {
  position: relative;
  height: 200vh;
}

/* ================= VIDEO ================= */
.kkrf-main-new-mobile-ad-scroll-video {
  position: absolute;
  top: 100vh;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.kkrf-main-new-mobile-ad-scroll-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
  border-radius: 12px;
}

/* ================= STICKY CONTENT ================= */
.kkrf-main-new-mobile-ad-scroll-fixed-content {
  position: sticky;
  top: 0;
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 2;
  pointer-events: none;
}

/* ================= TEXT ================= */
.kkrf-main-new-mobile-ad-scroll-fixed-content h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 16px;
  background: linear-gradient(90deg, #f0f0f0, #bdbdbd);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.kkrf-main-new-mobile-ad-scroll-fixed-content p {
  max-width: 800px;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 36px;
  color: #f5f5f5;
}

/* ================= BUTTON ================= */
.kkrf-main-new-mobile-ad-section-btn {
  background: #f0f0f0;
  color: #171717;
  border: none;
  padding: 14px 32px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  pointer-events: auto;

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kkrf-main-new-mobile-ad-section-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.35);
}

/* ================= MOBILE OPTIMIZATION ================= */
@media (max-width: 576px) {
  .kkrf-main-new-mobile-ad-top-section {
    padding: 16px 0;
  }

  .kkrf-main-new-mobile-ad-scroll-wrapper {
    height: 120vh;
    display: block;
  }

  .kkrf-main-new-mobile-ad-scroll-video {
    top: 60vh;
    height: 60vh;
  }

  .kkrf-main-new-mobile-ad-scroll-fixed-content {
    height: 70vh;
    padding-top: 62px;
  }

  .kkrf-main-new-mobile-ad-scroll-fixed-content h1 {
    font-size: 1.3rem;
    line-height: 1.25;
    margin-bottom: 12px;
  }

  .kkrf-main-new-mobile-ad-scroll-fixed-content p {
    font-size: 0.82rem;
    line-height: 1.6;
    margin-bottom: 22px;
    max-width: 92%;
  }

  .kkrf-main-new-mobile-ad-section-btn {
    padding: 11px 22px;
    font-size: 0.9rem;
    border-radius: 6px;
  }

  .kkrf-main-new-mobile-ad-scroll-video video {
    height: 100%;
    object-fit: cover;
  }
}

/*! End Hero Section Bar */


/*! Start Clients Section Bar */

.clients {
  padding: 70px 0;
  color: #f8f8f8;
  background: #000;
}

.clients .container {
  margin: 0 auto;
  padding: 0 12px;
  max-width: 1290px;
  text-align: center;
}

.clients h2 {
  color: #f8f8f8;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
}

.client-marquee {
  overflow: hidden;
}

.client-logos {
  gap: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.client-logos img {
  height: 52px;
  opacity: 0.7;
  filter: grayscale(100%) brightness(0) invert(1);
}

.client-logos img:hover {
  opacity: 1;
  transform: scale(1.05);
}

.client-logos img:nth-child(n+6) {
  display: none;
}

@media (max-width: 768px) {
  .clients {
    color: #fff;
    padding: 40px 0;
    background: #000;
  }

  .clients .container {
    max-width: 92%;
    margin: 0 auto;
    overflow: hidden;
    background: #111;
    text-align: center;
    border-radius: 18px;
    padding: 20px 18px 14px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.6);
  }

  .clients h2 {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 18px;
  }

  .client-marquee {
    width: 100%;
    height: 40px;
    margin-top: 6px;
  }

  .client-logos {
    gap: 24px;
    display: flex;
    width: max-content;
    align-items: center;
    animation: marquee 12s linear infinite;
  }

  .client-logos img {
    height: 24px;
    opacity: 0.8;
    margin-top: 10px;
    filter: grayscale(100%) contrast(1.1);
    transform: translateY(0) scale(1);
    transition: transform 0.25s ease, opacity 0.25s ease, filter 0.25s ease;
  }

  .client-logos img:hover {
    opacity: 1;
    filter: grayscale(0);
    transform: translateY(-3px) scale(1.05);
  }

  @keyframes marquee {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-50%);
    }
  }
}

/*! End Clients Section Bar */


/*! Start KKRF Integrate Services Section Bar */

.kkrf-integrate-section {
  background: #000;
  padding: 80px 0;
  color: #fff;
}

.kkrf-integrate-container {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px;
}

.kkrf-integrate-text {
  max-width: 900px;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 48px;
  color: #d1d1d1;
}

.kkrf-integrate-slider {
  overflow: hidden;
}

.kkrf-integrate-cards {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.kkrf-integrate-cards::-webkit-scrollbar {
  display: none;
}

.kkrf-integrate-card {
  flex: 0 0 300px;
  background: linear-gradient(180deg, #151515, #0c0c0c);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 24px;
  margin-top: 10px;
  transition: transform 0.3s ease;
}

.kkrf-integrate-card:hover {
  transform: translateY(-6px);
}

.kkrf-integrate-card img {
  width: 42px;
  margin-bottom: 16px;
}

.kkrf-integrate-card h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.kkrf-integrate-card p {
  font-size: 14px;
  color: #bdbdbd;
}

.kkrf-integrate-nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 36px;
}

.kkrf-integrate-btn {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: #f8f8f8;
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.kkrf-integrate-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.45);
  color: #ffffff;
}

.kkrf-integrate-btn svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: square;
  stroke-linejoin: square;
}

/* ================= Responsive ================= */
@media (max-width: 768px) {
  .kkrf-integrate-text {
    font-size: 26px;
  }

  .kkrf-integrate-card {
    flex: 0 0 260px;
  }
}

@media (max-width: 480px) {
  .kkrf-integrate-text {
    font-size: 20px;
  }

  .kkrf-integrate-card {
    flex: 0 0 240px;
  }
}

/*! End KKRF Integrate Services Section Bar */


/*! Start Stats Section Bar */

.stats {
  padding: 60px 0;
  background: #050505;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.stats-card {
  opacity: 0;
  margin: 0 auto;
  max-width: 1270px;
  padding: 40px 48px;
  text-align: center;
  border-radius: 14px;
  background: #f8f8f8;
  border: 1px solid #d7d7d7;
  transform: translateY(20px);
  animation: statsCardFade 0.6s ease forwards;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

@media (min-width: 769px) {
  .stats-card:hover {
    transform: none !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35) !important;
    border-color: #d7d7d7 !important;
  }
}

@keyframes statsCardFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.stats-card:hover {
  border-color: #f8f8f8;
  transform: translateY(-6px);
  box-shadow: 0 28px 55px rgba(0, 0, 0, 0.45);
}

/* Numbers Row */
.stats-items {
  gap: 36px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  align-items: center;
  justify-content: space-between;
}

/* Single Stats */
.stat-item {
  flex: 1;
  opacity: 0;
  min-width: 180px;
  transform: translateY(18px);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  animation: statsItemUp 0.6s ease-out forwards;
}

/* Stagger Animation Delay */
.stat-item:nth-child(1) {
  animation-delay: 0.12s;
}

.stat-item:nth-child(2) {
  animation-delay: 0.22s;
}

.stat-item:nth-child(3) {
  animation-delay: 0.32s;
}

.stat-item:nth-child(4) {
  animation-delay: 0.42s;
}

.stat-number {
  display: block;
  font-size: 58px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 8px;
}

.stat-label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #555555;
}

.stat-item:hover {
  transform: translateY(-6px);
}

/* ============ CTA BUTTON ============ */
.stats-cta {
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #f8f8f8;
  overflow: hidden;
  position: relative;
  padding: 12px 28px;
  align-items: center;
  border-radius: 12px;
  display: inline-flex;
  text-decoration: none;
  border: 1px solid #111111;
  background: linear-gradient(135deg, #111111, #222222);
  transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

.stats-cta::after {
  inset: 0;
  opacity: 0;
  content: "";
  position: absolute;
  background: radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.25) 0, transparent 55%);
  transform: translateX(-40%);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

/* Button Hover */
.stats-cta:hover {
  color: #111111;
  background: #f8f8f8;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
}

.stats-cta:hover::after {
  opacity: 1;
  transform: translateX(10%);
}

.stats-cta-arrow {
  line-height: 0;
  font-size: 18px;
  transition: transform 0.25s ease;
}

/* Arrow Slide on Hover */
.stats-cta:hover .stats-cta-arrow {
  transform: translateX(4px);
}

/* ============ KEYFRAMES ============ */
@keyframes statsFadeIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes statsItemUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .stats {
    padding: 50px 0;
  }

  .stats-card {
    padding: 32px 26px;
    border-radius: 20px;
  }

  .stat-number {
    font-size: 42px;
  }
}

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

  .stats-card {
    padding: 0;
    border: none;
    box-shadow: none;
    background: transparent;
  }

  .stats-items {
    gap: 14px;
    flex-direction: column;
  }

  .stat-item {
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: 72px 1fr;
    align-items: center;
    column-gap: 76px;
    padding: 16px 18px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
  }

  .stat-number {
    font-size: 22px;
    font-weight: 700;
    padding-left: 28px;
    color: #111;
    text-align: center;
    line-height: 1;
  }

  .stat-label {
    font-size: 13px;
    line-height: 1.45;
    color: #444;
    text-align: center;
  }

  .stats-cta {
    width: 100%;
    margin-top: 18px;
    border-radius: 14px;
    justify-content: center;
    background: #f8f8f8;
    color: #000;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.35);
  }
}

@media (max-width: 480px) {
  .stats {
    padding: 36px 0;
  }

  .stat-item {
    padding: 14px 14px;
    border-radius: 16px;
  }

  .stat-number {
    font-size: 22px;
  }

  .stat-label {
    font-size: 12px;
  }

  .stats-cta {
    font-size: 14px;
    padding: 11px 20px;
  }
}

/*! End Stats Section Bar */


/*! Start Feature Icon Wrapper Section */

.intro-text {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
}

.feature-icon-wrapper {
  width: 30px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon-wrapper svg {
  width: 14px !important;
  height: 14px !important;
}

/*! End Feature Icon Wrapper Section */


/*! Start KKRF SS Section Bar */

.kkrf-ss-section {
  background: #f8f8f8;
  padding: 80px 0;
  color: #111;
  font-family: Inter, Arial, sans-serif;
}

.kkrf-ss-container {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 10px;
}

.kkrf-ss-heading {
  max-width: 900px;
  margin-bottom: 48px;
}

.kkrf-ss-heading h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 16px;
  color: #000;
}

.kkrf-ss-heading p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

/* ---------- CAROUSEL ---------- */
.kkrf-ss-carousel {
  position: relative;
  overflow: visible;
}

/* ---------- SLIDE ---------- */
.kkrf-ss-slide {
  display: none;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  background: #fff;
  padding: 40px;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.kkrf-ss-slide.active {
  display: grid;
}


.kkrf-ss-carousel {
  position: relative;
}

.kkrf-ss-desktop-nav {
  position: relative;
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  z-index: 10;
}

/* ---------- SLIDE BASE ---------- */
.kkrf-ss-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(40px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
  pointer-events: none;
}

.kkrf-ss-slide.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
  position: relative;
}

.kkrf-ss-slide.enter-from-right {
  transform: translateX(60px);
}

.kkrf-ss-slide.enter-from-left {
  transform: translateX(-60px);
}

.kkrf-ss-slide.exit-to-left {
  transform: translateX(-60px);
  opacity: 0;
}

.kkrf-ss-slide.exit-to-right {
  transform: translateX(60px);
  opacity: 0;
}

.kkrf-ss-slide {
  position: relative;
  overflow: visible;
}

/* ---------- LEFT ---------- */
.kkrf-ss-left p {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 12px;
}

.kkrf-ss-left strong {
  color: #000;
}

.kkrf-ss-left ul {
  padding-left: 18px;
  margin: 12px 0 24px;
}

.kkrf-ss-left li {
  font-size: 14px;
  margin-bottom: 6px;
}

/* ---------- CTA ---------- */
.kkrf-ss-cta {
  background: #000;
  color: #fff;
  border: none;
  padding: 12px 26px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
}

/* ---------- RIGHT ---------- */
.kkrf-ss-right img {
  width: 100%;
  max-width: 520px;
  max-height: 300px;
  object-fit: cover;
  border-radius: 14px;
}

/* ---------- NAV BUTTONS ---------- */
.kkrf-ss-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #d0d0d0;
  background: #fff;

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

  font-size: 18px;
  font-weight: 600;
  color: #000;

  cursor: pointer;
  transition: all 0.25s ease;
}

.kkrf-ss-btn:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

/* ---------- ARROW EMOJI ---------- */
.kkrf-ss-btn.prev::before {
  content: "←";
}

.kkrf-ss-btn.next::before {
  content: "→";
}

/* ---------- TABS ---------- */
.kkrf-ss-tabs {
  margin-top: 32px;
  text-align: center;
}

.kkrf-ss-tabs ul {
  display: inline-flex;
  gap: 24px;
  list-style: none;
  padding: 0;
}

.kkrf-ss-tabs li {
  font-size: 14px;
  color: #777;
  cursor: pointer;
}

.kkrf-ss-tabs li.active {
  color: #000;
  font-weight: 600;
  border-bottom: 2px solid #000;
}

/* Responsive */
@media (max-width: 992px) {
  .kkrf-ss-section {
    padding: 60px 16px;
  }

  .kkrf-ss-heading {
    text-align: center;
    margin-bottom: 32px;
  }

  .kkrf-ss-heading h2 {
    font-size: 32px;
  }

  .kkrf-ss-heading p {
    font-size: 15px;
  }

  .kkrf-ss-slide {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 32px;
  }

  .kkrf-ss-right img {
    max-width: 100%;
    max-height: 260px;
  }
}

/* ---------- MOBILE ---------- */
@media (max-width: 576px) {
  .kkrf-ss-section {
    padding: 48px 18px;
  }

  .kkrf-ss-heading h2 {
    font-size: 24px;
    line-height: 1.3;
  }

  .kkrf-ss-heading p {
    font-size: 14px;
    line-height: 1.6;
  }

  .kkrf-ss-slide {
    padding: 20px;
    border-radius: 14px;
    gap: 20px;
  }

  .kkrf-ss-left p {
    font-size: 14px;
    line-height: 1.6;
  }

  .kkrf-ss-left li {
    font-size: 13px;
  }

  .kkrf-ss-cta {
    width: 100%;
    padding: 12px 0;
    font-size: 14px;
  }

  .kkrf-ss-right img {
    max-height: 220px;
    border-radius: 12px;
  }

  .kkrf-ss-desktop-nav {
    margin-top: 18px;
    gap: 12px;
  }

  .kkrf-ss-btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .kkrf-ss-tabs ul {
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
  }

  .kkrf-ss-tabs li {
    font-size: 13px;
  }
}

/*! End KKRF SS Section Bar */


/*! Start KKRF Mobile Ad Journey Section */

.kkrf-new-main-mobile-ad-journey-section {
  background: #050505;
  padding: 80px 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #fff;
}

/* ---------- CONTAINER ---------- */
.kkrf-new-main-mobile-ad-journey-container {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

/* ---------- HEADER ---------- */
.kkrf-new-main-mobile-ad-journey-header {
  margin-bottom: 32px;
}

.kkrf-new-main-mobile-ad-journey-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 12px;
  color: #fff;
}

.kkrf-new-main-mobile-ad-journey-description {
  max-width: 760px;
  font-size: 16px;
  line-height: 1.6;
  color: #cfcfcf;
}

/* ---------- NAVIGATION ---------- */
.kkrf-new-main-mobile-ad-journey-navigation {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  gap: 12px;
  z-index: 5;
}

.kkrf-new-main-mobile-ad-journey-nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #2a2a2a;
  background: #0f0f0f;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.kkrf-new-main-mobile-ad-journey-nav-btn:hover {
  background: #1c1c1c;
  border-color: #3a3a3a;
}

/* ---------- CARDS WRAPPER ---------- */
.kkrf-new-main-mobile-ad-journey-cards-wrapper {
  overflow: hidden;
  padding-top: 20px;
}

.kkrf-new-main-mobile-ad-journey-cards {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 20px;
}

.kkrf-new-main-mobile-ad-journey-cards::-webkit-scrollbar {
  display: none;
}

.kkrf-new-main-mobile-ad-journey-card {
  min-width: 260px;
  height: 320px;
  perspective: 1200px;
  flex-shrink: 0;
  margin-top: 20px;
}

.kkrf-new-main-mobile-ad-journey-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.7s ease;
  transform-style: preserve-3d;
}

/* Desktop Hover Flip */
@media (min-width: 769px) {
  .kkrf-new-main-mobile-ad-journey-card:hover .kkrf-new-main-mobile-ad-journey-card-inner {
    transform: rotateY(180deg);
  }
}

.kkrf-new-main-mobile-ad-journey-card-front {
  background: #f8f8f8;
  border: 5px solid #000;
  color: #000;
}


.kkrf-new-main-mobile-ad-journey-card-back {
  background: #000;
  border: 5px solid #222;
  color: #f8f8f8;
  transform: rotateY(180deg);
}

.kkrf-new-main-mobile-ad-journey-card-front,
.kkrf-new-main-mobile-ad-journey-card-back {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 28px 24px;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transition: background 0.4s ease, color 0.4s ease;
}

.journey-card-icon {
  width: 26px;
  height: 26px;
  justify-items: center;
  margin-bottom: 18px;
}

.kkrf-new-main-mobile-ad-journey-card-front i {
  width: 26px;
  font-size: 24px;
  justify-items: center;
  margin-bottom: 18px;
}

.kkrf-new-main-mobile-ad-journey-card-back i {
  width: 26px;
  font-size: 24px;
  justify-items: center;
  margin-bottom: 18px;
}

.kkrf-new-main-mobile-ad-journey-card-back .journey-card-icon {
  filter: brightness(0) invert(1);
}

.kkrf-new-main-mobile-ad-journey-card-front .journey-card-icon {
  filter: brightness(0);
}

.kkrf-new-main-mobile-ad-journey-card h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
}

.kkrf-new-main-mobile-ad-journey-card-front h3,
.kkrf-new-main-mobile-ad-journey-card-front p {
  color: #000;
}

.kkrf-new-main-mobile-ad-journey-card-back h3,
.kkrf-new-main-mobile-ad-journey-card-back p {
  color: #f8f8f8;
}

.kkrf-new-main-mobile-ad-journey-card p {
  font-size: 14px;
  line-height: 1.6;
}

.kkrf-main-new-mobile-ad-top-section,
.kkrf-main-new-mobile-ad-container,
.kkrf-main-new-mobile-ad-scroll-wrapper {
  overflow: visible !important;
  transform: none !important;
  will-change: auto !important;
}


/* Responsive */
@media (hover: hover) and (pointer: fine) {
  .kkrf-new-main-mobile-ad-journey-card:hover .kkrf-new-main-mobile-ad-journey-card-inner {
    transform: rotateY(180deg);
  }

  .kkrf-new-main-mobile-ad-journey-card.is-flipped .kkrf-new-main-mobile-ad-journey-card-inner {
    transform: rotateY(180deg);
  }

  .kkrf-new-main-mobile-ad-journey-card {
    perspective: 1200px;
  }

  .kkrf-new-main-mobile-ad-journey-card-inner {
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.7s ease;
  }

  .kkrf-new-main-mobile-ad-journey-card-front,
  .kkrf-new-main-mobile-ad-journey-card-back {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  .kkrf-new-main-mobile-ad-journey-card-back {
    transform: rotateY(180deg);
  }
}

@media (max-width: 1024px) {
  .kkrf-new-main-mobile-ad-journey-title {
    font-size: 26px;
  }

  .kkrf-new-main-mobile-ad-journey-description {
    font-size: 15px;
  }

  .kkrf-new-main-mobile-ad-journey-card {
    min-width: 300px;
    height: 340px;
  }
}

@media (max-width: 768px) {
  .kkrf-new-main-mobile-ad-journey-section {
    padding: 52px 0;
  }

  .kkrf-new-main-mobile-ad-journey-navigation {
    position: static;
    justify-content: flex-end;
    margin-bottom: 12px;
  }

  .kkrf-new-main-mobile-ad-journey-cards {
    display: flex;
    gap: 14px;
    padding: 0 10px 14px;
    scroll-snap-type: x mandatory;
  }

  .kkrf-new-main-mobile-ad-journey-card {
    flex: 0 0 260px;
    max-width: 260px;
    height: 300px;
    scroll-snap-align: center;
    margin-top: 0;
    cursor: pointer;
  }

  .kkrf-new-main-mobile-ad-journey-card:hover .kkrf-new-main-mobile-ad-journey-card-inner {
    transform: none;
  }

  .kkrf-new-main-mobile-ad-journey-card.is-flipped .kkrf-new-main-mobile-ad-journey-card-inner {
    transform: rotateY(180deg);
  }

  .kkrf-new-main-mobile-ad-journey-card-front,
  .kkrf-new-main-mobile-ad-journey-card-back {
    padding: 20px;
  }

  .kkrf-new-main-mobile-ad-journey-card h3 {
    font-size: 16px;
  }

  .kkrf-new-main-mobile-ad-journey-card p {
    font-size: 13px;
    line-height: 1.55;
  }

  .kkrf-new-main-mobile-ad-journey-card:hover .kkrf-new-main-mobile-ad-journey-card-inner {
    transform: none;
  }

  .kkrf-new-main-mobile-ad-journey-card.is-flipped .kkrf-new-main-mobile-ad-journey-card-inner {
    transform: rotateY(180deg);
  }
}

@media (min-width: 769px) {
  .kkrf-new-main-mobile-ad-journey-card:hover .kkrf-new-main-mobile-ad-journey-card-inner {
    transform: rotateY(180deg);
  }
}

@media (max-width: 480px) {
  .kkrf-new-main-mobile-ad-journey-card {
    flex: 0 0 200px;
    max-width: 200px;
    height: 280px;
  }
}

/*! End KKRF Mobile Ad Journey Section */


/*! Start NFT Metaverse Section Bar */

.nft-metaverse-section {
  color: #000;
  padding: 60px 0;
  background: #ffffff;
}

.nft-metaverse-container {
  gap: 60px;
  display: grid;
  margin: 0 auto;
  padding: 0 2px;
  max-width: 1280px;
  align-items: center;
  grid-template-columns: 1fr 1fr;
}

.nft-metaverse-text h2 {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.nft-metaverse-text .intro {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  color: #000000bd;
  margin-bottom: 16px;
}

.nft-metaverse-media {
  height: 102%;
  display: flex;
}

.nft-metaverse-media video {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
}

/* Responsive */
@media (max-width: 900px) {
  .nft-metaverse-container {
    gap: 10px;
    margin: 0 18px;
    grid-template-columns: 1fr;
  }

  .nft-metaverse-media video {
    display: none;
  }

  .nft-metaverse-text {
    text-align: left;
  }

  .nft-metaverse-text h2 {
    font-size: 26px;
    line-height: 1.3;
  }

  .nft-metaverse-text .intro {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .nft-metaverse-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nft-metaverse-text .intro {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .nft-metaverse-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nft-metaverse-text .intro {
    font-size: 16px;
  }
}

/*! End NFT Metaverse Section Bar */


/*! Start Recognition Process Section Bar */

.recognition-section {
  padding: 40px 0;
  text-align: center;
  background: #f8f8f8;
  font-family: "Inter", sans-serif;
}

.recognition-section .container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1300px;
}

.recognition-title {
  color: #111;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 22px;
}

.recognition-btn {
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #f8f8f8;
  padding: 12px 28px;
  background: #111;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border: 1px solid #222;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.recognition-btn:hover {
  background: #000;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

.recognition-btn .arrow {
  font-size: 16px;
  margin-top: 1px;
  display: inline-block;
  transition: transform 0.3s ease;
}

.recognition-btn:hover .arrow {
  transform: translateX(5px);
}

.recognition-image {
  opacity: 1;
  margin-top: 32px;
  overflow: hidden;
  border-radius: 14px;
  transform: translateY(0);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.recognition-image.reveal {
  opacity: 1;
  transform: translateY(0);
}

.recognition-image img {
  left: 50%;
  width: 120%;
  height: 420px;
  display: block;
  max-width: none;
  object-fit: cover;
  position: relative;
  transition: transform 0.6s ease;
  transform: translateX(-50%) scale(1);
}

.recognition-image:hover img {
  transform: translateX(-50%) scale(1.05);
}

@media (max-width: 768px) {
  .recognition-title {
    font-size: 22px;
  }

  .recognition-image img {
    height: 35%;
  }
}

@media (max-width: 480px) {
  .recognition-title {
    font-size: 18px;
  }

  .recognition-btn {
    padding: 10px 22px;
    font-size: 14px;
  }

  .recognition-image img {
    border-radius: 10px;
  }
}

/*! End Recognition Process Section Bar */