/*!  Start Hero Section Bar */

.kkrf-hero {
    width: 100%;
    display: flex;
    overflow: hidden;
    min-height: 80vh;
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: #020814;
}

.kkrf-hero__video {
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    object-position: center;
}

/* ================ OVERLAY ================ */
.kkrf-hero__overlay {
    inset: 0;
    z-index: 1;
    position: absolute;
    
);
}

/* ================= CONTAINER ================= */
.kkrf-container {
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    padding: 0 12px;
    max-width: 1290px;
    position: relative;
}

/* ================= CONTENT ================= */
.kkrf-hero__content {
    margin: 0 auto;
    max-width: 900px;
    color: #f8f8f8;
    text-align: center;
    animation: heroFadeUp 1.2s ease forwards;
}

.kkrf-hero__title {
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -0.4px;
    font-size: clamp(36px, 4.5vw, 60px);
    color: #000000; 
}

.kkrf-hero__text {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 600;
    color: #000000;
    max-width: 820px;
    margin: 0 auto 42px;
}

/* ================= BUTTON WRAPPER ================= */
.kkrf-hero__actions {
    gap: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* ================= COMMON BUTTON ================= */
.kkrf-btn {
    font-size: 14px;
    font-weight: 600;
    align-items: center;
    border-radius: 28px;
    white-space: nowrap;
    display: inline-flex;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(.4, 0, .2, 1);
}

/* ================= OUTLINE BUTTON ================= */
.kkrf-btn--outline-pill {
    color: #000000;
    padding: 12px 26px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.kkrf-btn--outline-pill:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 1);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.15),
        0 8px 24px rgba(0, 0, 0, 0.35);
}

/* ================= FILLED BUTTON ================= */
.kkrf-btn--filled-pill {
    gap: 12px;
    color: #000000;
    align-items: center;
    display: inline-flex;
    background: #ffffff;
    padding: 10px 22px 10px 24px;
}

.kkrf-btn--filled-pill:hover {
    background: #f7f7f7;
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.35),
        inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

/* ================= ARROW CIRCLE ================= */
.kkrf-btn__arrow {
    width: 32px;
    height: 32px;
    display: flex;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 50%;
    align-items: center;
    background: #000000;
    justify-content: center;
}

/* Arrow Icon */
.kkrf-btn__arrow::after {
    content: "→";
    line-height: 1;
    font-size: 15px;
    color: #ffffff;
    display: inline-block;
    transition: transform 0.3s cubic-bezier(.4, 0, .2, 1);
}

/* Arrow hover (→ to ↗ Feel) */
.kkrf-btn--filled-pill:hover .kkrf-btn__arrow::after {
    transform: translate(2px, -2px) rotate(-45deg);
}

/* ================= ANIMATION ================= */
@keyframes heroFadeUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

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

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
    .kkrf-hero {
        min-height: 75vh;
    }

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

    .kkrf-hero__content {
        text-align: center;
    }

    .kkrf-hero__title {
        font-size: 33px;
    }

    .kkrf-hero__text {
        font-size: 13px;
        font-weight: 600;
    }

    .kkrf-hero__actions {
        gap: 14px;
        margin-bottom: 20px;
        flex-direction: column;
    }

    .kkrf-btn {
        margin: 0 20px;
        border-radius: 10px;
        justify-content: center;
    }

    .kkrf-btn__arrow {
        display: none;
    }
}

/*!  End Hero Section Bar */


/*!  Start Clients Section Bar */

/* ================= PARTNERS STRIP (BLENDED) ================= */
.partners-strip {
    position: relative;
    background:
        linear-gradient(to bottom,
            rgba(3, 11, 23, 0.95) 0%,
            rgba(0, 0, 0, 0.95) 100%);
    overflow: hidden;
}

.partners-strip::before {
    left: 0;
    top: -60px;
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    pointer-events: none;
    background: linear-gradient(to bottom,
            rgba(3, 11, 23, 0),
            rgba(3, 11, 23, 0.95));
}

/* Container */
.partners-container {
    gap: 32px;
    z-index: 2;
    display: flex;
    margin: 0 auto;
    max-width: 1290px;
    position: relative;
    padding: 28px 24px;
    align-items: center;
    justify-content: space-between;
}

/* Text */
.partners-text {
    font-size: 19px;
    font-weight: 500;
    color: #f8f8f8;
    white-space: nowrap;
    letter-spacing: 0.3px;
}

/* Logos */
.partners-logos {
    gap: 48px;
    display: flex;
    align-items: center;
}

.partners-logos img {
    opacity: 1;
    width: auto;
    height: 36px;
    transition: transform 0.3s ease;
}

.partners-logos img:hover {
    transform: translateY(-2px);
}

.partners-logos img {
    height: 36px;
    width: auto;
}

.partners-logos .logo-google {
    height: 50px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
    .partners-container {
        flex-direction: column;
        text-align: center;
    }

    .partners-text {
        white-space: normal;
        font-size: 14px;
    }

    .partners-logos {
        flex-wrap: wrap;
        justify-content: center;
        gap: 32px;
    }

    .partners-logos img {
        height: 32px;
    }
}

/*!  End Clients Section Bar */


/*!  Start Stats Section Bar */

/* ================= SECTION ================= */
.impact-section {
    padding: 100px 0;
    background: #f8f8f8;
}

/* ================= CONTAINER ================= */
.impact-container {
    gap: 64px;
    display: grid;
    margin: 0 auto;
    padding: 0 24px;
    max-width: 1290px;
    align-items: center;
    grid-template-columns: 1.1fr 0.9fr;
}

/* ================= LEFT ================= */
.impact-content h2 {
    color: #000000;
    line-height: 1.25;
    font-weight: bold;
    margin-bottom: 22px;
    font-size: clamp(32px, 3.5vw, 44px);
}

.impact-content p {
    color: #555;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.8;
    max-width: 560px;
    margin-bottom: 32px;
}

/* ================= BUTTONS ================= */
.impact-actions {
    gap: 14px;
    display: flex;
}

.btn {
    font-size: 14px;
    padding: 11px 26px;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Primary */
.btn-primary {
    font-size: 15px;
    font-weight: 500;
    color: #f8f8f8;
    overflow: hidden;
    box-shadow: none;
    padding: 14px 36px;
    position: relative;
    align-items: center;
    display: inline-flex;
    border-radius: 999px;
    text-decoration: none;
    background: #000000;
    justify-content: center;
    transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.btn-primary:hover {
    background: #111111;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

/* Outline */
.btn-outline {
    color: #000;
    border: 2px solid #ddd;
}

.btn-outline:hover {
    background: #f5f5f5;
}

/* ================= STATS ================= */
.impact-stats {
    gap: 22px;
    padding: 32px;
    display: grid;
    border-radius: 18px;
    background: #ffffff;
    grid-template-columns: repeat(2, 1fr);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

/* Stat card */
.stat-card {
    padding: 26px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

/* Highlight card */
.stat-highlight {
    border: none;
    color: #fff;
    background: #000;
}

.stat-highlight p {
    color: #ddd;
}

/* Numbers */
.stat-card h3 {
    font-size: 32px;
    margin-bottom: 6px;
}

.stat-card p {
    color: #666;
    font-size: 16px;
    font-weight: 600;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 900px) {
    .impact-container {
        gap: 48px;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .impact-section {
        padding: 30px 0;
        background: #000000;
    }

    .impact-container {
        gap: 28px;
        display: flex;
        flex-direction: column;
    }

    .impact-content h2 {
        font-size: 24px;
        line-height: 1.4;
        color: #f8f8f8;
        font-weight: bold;
        margin-bottom: 14px;
    }

    .impact-content p {
        font-size: 14px;
        line-height: 1.7;
        color: #bcbcbc;
        margin-bottom: 22px;
    }

    /* ================= BUTTONS ================= */
    .impact-actions {
        gap: 12px;
        display: flex;
        margin-bottom: 28px;
        flex-direction: column;
    }

    .impact-actions .btn {
        width: 100%;
        font-size: 14px;
        text-align: center;
        padding: 14px 16px;
        border-radius: 12px;
    }

    .impact-actions .btn-primary {
        color: #000000;
        background: #ffffff;
    }

    .impact-actions .btn-outline {
        color: #ffffff;
        margin-bottom: 10px;
        background: transparent;
        border: 1px solid rgba(255, 255, 255, 0.4);
    }

    /* ================= STATS ================= */
    .impact-stats {
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        background: transparent !important;

        gap: 14px;
        display: flex;
        flex-direction: column;
    }

    /* INDIVIDUAL STAT CARDS ONLY */
    .stat-card {
        display: flex;
        min-height: 64px;
        padding: 18px 20px;
        align-items: center;
        border-radius: 14px;
        justify-content: space-between;
        background: linear-gradient(180deg,
                #1a1a1a 0%,
                #0f0f0f 100%);
        border: 1px solid rgba(255, 255, 255, 0.08);
    }

    /* Number */
    .stat-card h3 {
        margin: 0;
        line-height: 1;
        font-size: 22px;
        font-weight: 600;
        color: #ffffff;
    }

    /* Label */
    .stat-card p {
        margin: 0;
        max-width: 65%;
        font-size: 12px;
        line-height: 1.4;
        color: #c0c0c0;
        text-align: right;
    }
}

@media (max-width: 520px) {
    .impact-stats {
        grid-template-columns: 1fr;
    }
}

/*!  End Stats Section Bar */


/*! Start KKRF Mobile Ad Journey Section */

.kkrf-new-main-mobile-ad-journey-section {
    color: #fff;
    padding: 55px 0 20px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("http://kkrfgroup.com/wp-content/uploads/2026/01/Frame-427320575-scaled.png");
}

.kkrf-new-main-mobile-ad-journey-section::before {
    inset: 0;
    z-index: 0;
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.35);
}

.kkrf-new-main-mobile-ad-journey-section>* {
    position: relative;
    z-index: 1;
}

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

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

.kkrf-new-main-mobile-ad-journey-heading-row {
    gap: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.journey-line {
    height: 1px;
    width: 120px;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.35);
}

.journey-text {
    max-width: 920px;
    text-align: center;
}

.kkrf-new-main-mobile-ad-journey-title {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.65;
    margin-bottom: 14px;
}

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

/* ================= SCROLL REVEAL ================= */
.reveal-on-scroll {
    opacity: 0;
    transform: translateY(60px);
    transition:
        opacity 0.8s ease,
        transform 0.8s cubic-bezier(.4, 0, .2, 1);
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
    .kkrf-new-main-mobile-ad-journey-heading-row {
        flex-direction: column;
        gap: 20px;
    }

    .journey-line {
        width: 80px;
    }

    .kkrf-new-main-mobile-ad-journey-title {
        font-size: 26px;
    }

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

/* ---------- 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;
}

/* ---------- WRAPPER ---------- */
.kkrf-new-main-mobile-ad-journey-cards-wrapper {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
    position: relative;
}

/* ---------- CONTAINER ---------- */
.kkrf-new-main-mobile-ad-journey-cards {
    gap: 24px;
    display: flex;
    width: max-content;
    animation: kkrf-marquee-lr 40s linear infinite alternate;
}

/* Hover → pause animation */
.kkrf-new-main-mobile-ad-journey-cards-wrapper:hover .kkrf-new-main-mobile-ad-journey-cards {
    animation-play-state: paused;
}

/* ---------- KEYFRAMES ---------- */
@keyframes kkrf-marquee-lr {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-100% + 100vw));
    }
}

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

    opacity: 0;
    transform: translateY(80px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

/* When Visible */
.kkrf-new-main-mobile-ad-journey-card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

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

/* 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);
    }
}

/* ---------- FRONT ---------- */
.kkrf-new-main-mobile-ad-journey-card-front {
    color: #f8f8f8;
    background: #151515;
    border: 1px solid #333232;
}

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

/* ---------- COMMON ---------- */
.kkrf-new-main-mobile-ad-journey-card-front,
.kkrf-new-main-mobile-ad-journey-card-back {
    inset: 0;
    display: flex;
    position: absolute;
    padding: 28px 24px;
    border-radius: 16px;
    flex-direction: column;
    justify-content: center;
    backface-visibility: hidden;
}

/* ---------- ICON ---------- */
.journey-card-icon,
.kkrf-new-main-mobile-ad-journey-card i {
    width: 26px;
    font-size: 24px;
    margin-bottom: 18px;
}

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

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

/* ---------- TEXT ---------- */
.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 p {
    font-size: 14px;
    line-height: 1.6;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px) {
    .kkrf-new-main-mobile-ad-journey-card {
        height: 340px;
        min-width: 220px;
    }
}

@media (max-width: 768px) {
    .kkrf-new-main-mobile-ad-journey-cards {
        gap: 14px;
        padding: 0 10px 14px;
        scroll-snap-type: x mandatory;
    }

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

    .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-title {
        font-size: 19px;
    }

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

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

    .kkrf-new-main-mobile-ad-journey-card {
        flex: 0 0 180px;
        height: 300px;
    }
}

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

/*! End KKRF Mobile Ad Journey Section */


/*! Start KKRF CTA Section */

/* ================= CTA SECTION ================= */
.kkrf-cta {
    padding: 64px 0;
    overflow: hidden;
    position: relative;
    background: #f8f8f8;
}

/* ================= CONTAINER ================= */
.kkrf-cta__container {
    gap: 40px;
    display: grid;
    margin: 0 auto;
    padding: 0 24px;
    max-width: 1290px;
    align-items: center;
    grid-template-columns: 1fr auto;
}

/* ================= CONTENT ================= */
.kkrf-cta__content {
    text-align: center;
    animation: fadeUp 0.8s ease forwards;
}

.kkrf-cta__title {
    color: #000;
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 12px;
}

.kkrf-cta__text {
    color: #3f3d3d;
    font-size: 18px;
    font-weight: 600;
    max-width: 760px;
    line-height: 1.6;
    margin: 0 auto 28px;
}

/* ================= BUTTON WRAPPER ================= */
.kkrf-trial-actions {
    gap: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* ================= BASE BUTTON ================= */
.kkrf-trial-btn {
    font-size: 14px;
    font-weight: 500;
    min-width: 180px;
    text-align: center;
    padding: 14px 26px;
    border-radius: 10px;
    text-decoration: none;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease,
        color 0.25s ease;
}

/* ================= PRIMARY (BLACK) ================= */
.kkrf-trial-btn--primary {
    color: #ffffff;
    background: #000000;
    border: 1px solid #000000;
}

.kkrf-trial-btn--primary:hover {
    background: #111111;
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35);
}

/* ================= OUTLINE (GREY) ================= */
.kkrf-trial-btn--outline {
    color: #000000;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.35);
}

.kkrf-trial-btn--outline:hover {
    color: #ffffff;
    background: #000000;
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.25);
}

/* ================= ACTIVE (CLICK FEEL) ================= */
.kkrf-trial-btn:active {
    transform: translateY(0);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}

/* ================= CTA IMAGE SIZE FIX ================= */
.kkrf-cta__image {
    bottom: 0;
    right: 32px;
    position: absolute;
}

/* ================= CTA IMAGE SIZE INCREASE ================= */
.kkrf-cta__image img {
    height: auto;
    display: block;
    max-width: 300px;
}


/* ================= ANIMATIONS ================= */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

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

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
    .kkrf-cta__container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .kkrf-cta__image {
        display: none;
    }

    .kkrf-cta__title {
        font-size: 32px;
    }

    .kkrf-cta__text {
        font-size: 14px;
    }

    .kkrf-trial-actions {
        flex-direction: column;
    }
}

/*! End KKRF CTA Section */


/*! Start KKRF News Section */

/* ================= SECTION ================= */
.kkrf-news {
    padding: 30px 0;
    color: #ffffff;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.431),
            rgba(0, 0, 0, 0.31)),
        url("http://kkrfgroup.com/wp-content/uploads/2026/01/Frame-427320575-scaled.png");
}

/* ================= CONTAINER ================= */
.kkrf-news__container {
    gap: 48px;
    display: grid;
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1290px;
    align-items: center;
    grid-template-columns: 1fr 1.2fr;
}

/* ================= IMAGE ================= */
.kkrf-news__image {
    width: 85%;
    overflow: hidden;
    max-height: 460px;
    position: relative;
    border-radius: 18px;
}

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

.kkrf-news__image::after {
    inset: 0;
    content: "";
    background: #000;
    position: absolute;
    z-index: 2;

    transform-origin: right center;
    transform: scaleX(0);
}

@media (prefers-reduced-motion: no-preference) {
    .kkrf-news {
        view-timeline-name: --kkrfNews;
        view-timeline-axis: block;
    }

    .kkrf-news__image::after {
        animation: waterFillReveal linear forwards;
        animation-timeline: --kkrfNews;
        animation-range: entry 10% cover 50%;
    }
}

@keyframes waterFillReveal {
    from {
        transform: scaleX(1);
    }

    to {
        transform: scaleX(0);
    }
}

/* ================= CONTENT ================= */
.kkrf-news__content {
    animation: fadeUp 1s ease forwards;
}

.kkrf-news__tag {
    opacity: 0.85;
    font-size: 16px;
    font-weight: 600;
    color: #cfcfcf;
    margin-bottom: 12px;
    display: inline-block;
}

.kkrf-news__title {
    font-size: 38px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 16px;
}

.kkrf-news__text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    color: #848181;
    max-width: 560px;
    margin-bottom: 28px;
}

/* ================= BUTTON ================= */
.kkrf-news__btn {
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    padding: 10px 18px;
    border-radius: 10px;
    align-items: center;
    display: inline-flex;
    background: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.kkrf-news__btn span {
    transition: transform 0.3s ease;
}

.kkrf-news__btn:hover {
    background: #f2f2f2;
    transform: translateY(-2px);
}

.kkrf-news__btn:hover span {
    transform: translateX(4px);
}

/* ================= ANIMATIONS ================= */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

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

@keyframes slideLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }

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

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
    .kkrf-news__container {
        gap: 40px;
        padding: 0 20px;
        grid-template-columns: 1fr;
    }

    .kkrf-news__content {
        order: 1;
        padding: 0 6px;
        text-align: center;
    }

    .kkrf-news__tag {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .kkrf-news__title {
        font-size: 28px;
        line-height: 1.25;
    }

    .kkrf-news__text {
        font-size: 14px;
        max-width: 340px;
        line-height: 1.65;
        margin: 16px auto 24px;
    }

    .kkrf-news__btn {
        margin: 0 auto;
        font-size: 14px;
        padding: 12px 20px;
    }

    .kkrf-news__image {
        order: 2;
        width: 100%;
        max-height: 620px;
        border-radius: 14px;
    }

    .kkrf-news__image img {
        object-position: center bottom;
    }

    .kkrf-news__image::after {
        animation: waterFillReveal linear forwards;
        animation-timeline: --kkrfNews;
        animation-range: entry 10% cover 66%;
    }
}


/*! End KKRF News Section */


/*! Start KKRF Ai Hero Section Bar */

/* ================= HERO SECTION ================= */
.kkrf-ai-hero {
    padding: 90px 0;
    overflow: hidden;
    color: #ffffff;
    position: relative;
    background: radial-gradient(circle at right,
            rgba(90, 95, 255, 0.35),
            transparent 55%),
        linear-gradient(90deg, #050617, #0b0f3a);
}

/* ================= CONTAINER ================= */
.kkrf-ai-hero__container {
    display: grid;
    margin: 0 auto;
    padding: 0 8px;
    max-width: 1290px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}

/* ================= LEFT CONTENT ================= */
.kkrf-ai-hero__content {
    animation: fadeUp 1s ease forwards;
}

/* LOGO */
.kkrf-ai-hero__logo {
    margin-bottom: 18px;
}

.kkrf-ai-hero__logo img {
    width: auto;
    height: 32px;
}

/* TITLE */
.kkrf-ai-hero__title {
    font-weight: 600;
    color: #f2c94c;
    line-height: 1.25;
    margin-bottom: 14px;
    font-size: clamp(28px, 4vw, 40px);
}

/* TEXT */
.kkrf-ai-hero__text {
    font-size: 16px;
    font-weight: 600;
    max-width: 460px;
    line-height: 1.7;
    color: #cfd2ff;
    margin-bottom: 26px;
}

/* ================= BUTTON (SAME STYLE) ================= */
.kkrf-ai-hero__btn {
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    background: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 10px 18px 10px 16px;
}

.kkrf-ai-hero__btn-icon {
    width: 26px;
    height: 26px;
    display: flex;
    font-size: 14px;
    color: #ffffff;
    border-radius: 50%;
    align-items: center;
    background: #000000;
    justify-content: center;
    transition: transform 0.3s ease;
}

.kkrf-ai-hero__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.kkrf-ai-hero__btn:hover .kkrf-ai-hero__btn-icon {
    transform: translateX(3px);
}

/* ================= RIGHT IMAGE ================= */
.kkrf-ai-hero__visual {
    right: 0;
    margin: 0;
    padding: 0;
    display: flex;
    position: absolute;
    pointer-events: none;
    justify-content: flex-end;
}

.kkrf-ai-hero__visual img {
    width: auto;
    height: auto;
    display: block;
    max-width: 580px;
    margin-bottom: 80px;
}

/* ================= ANIMATION ================= */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

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

/* ================= RESPONSIVE ================= */
@media (max-width: 900px) {
    .kkrf-ai-hero__container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }

    .kkrf-ai-hero__text {
        margin-left: auto;
        margin-right: auto;
    }

    .kkrf-ai-hero__visual {
        justify-content: center;
    }

    .kkrf-ai-hero__visual img {
        max-width: 320px;
    }
}

@media (max-width: 768px) {
    .kkrf-ai-hero {
        padding: 24px 0 40px;
        background: linear-gradient(180deg, #191e53 0%, #050617 100%);
    }

    .kkrf-ai-hero__container {
        display: flex;
        padding: 0 26px;
        flex-direction: column;
    }

    .kkrf-ai-hero__logo {
        order: 1;
        text-align: left;
        margin-bottom: 16px;
    }

    .kkrf-ai-hero__visual {
        order: 2;
        display: flex;
        position: relative;
        margin-bottom: 24px;
        margin-right: -26px;
        justify-content: flex-end;
    }

    .kkrf-ai-hero__visual img {
        width: 100%;
        height: auto;
        display: block;
        max-width: none;
    }

    .kkrf-ai-hero__content {
        order: 3;
        text-align: left;
    }

    .kkrf-ai-hero__title {
        font-size: 26px;
        font-weight: 700;
        line-height: 1.35;
        color: #f2c94c;
        margin-bottom: 10px;
    }

    .kkrf-ai-hero__text {
        font-size: 14px;
        line-height: 1.7;
        color: #d6d9ff;
        margin-bottom: 18px;
    }

    .kkrf-ai-hero__btn {
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        padding: 12px 16px;
        border-radius: 10px;
        justify-content: center;
    }
}

/*! End KKRF Ai Hero Section Bar */


/*! Start KKRF Industry Section Bar */

.kkrf-industry-section {
    color: #ffffff;
    padding: 72px 20px 60px;

    background-color: #000000;
}

/* ---------- HEADER ---------- */
.kkrf-industry-header {
    max-width: 1000px;
    text-align: center;
    margin: 0 auto 40px;
}

.kkrf-industry-header .heading-intelligence-services {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 16px;
}

.kkrf-industry-description {
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    max-width: 900px;
    color: #cfcfcf;
}

/* ---------- GRID ---------- */
.kkrf-industry-grid {
    display: grid;
    max-width: 1100px;
    margin: 48px auto 0;
    grid-template-columns: repeat(5, 1fr);
}

/* ---------- ITEM ---------- */
.kkrf-industry-item {
    display: flex;
    padding: 36px 18px;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;

    opacity: 0;
    transform: translateY(18px);
    animation: kkrfFadeUp 0.6s ease forwards;

    border-right: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.kkrf-industry-item:nth-child(5n) {
    border-right: none;
}

.kkrf-industry-item:nth-last-child(-n + 5) {
    border-bottom: none;
}

/* ---------- LOGO (NO BACKGROUND BOX) ---------- */
.kkrf-industry-icon {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    justify-content: center;
    background: none !important;
}

.kkrf-industry-icon img {
    opacity: 1;
    max-width: 140px;
    max-height: 52px;
    object-fit: contain;
    filter: none !important;
}

/* ---------- NAME ---------- */
.kkrf-industry-name {
    margin-top: 6px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
}

/* ---------- HOVER ---------- */
.kkrf-industry-item:hover .kkrf-industry-icon img {
    transform: scale(1.05);
}

/* ---------- ANIMATION ---------- */
@keyframes kkrfFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1024px) {
    .kkrf-industry-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .kkrf-industry-item:nth-child(4n) {
        border-right: none;
    }

    .kkrf-industry-item:nth-last-child(-n + 4) {
        border-bottom: none;
    }
}

@media (max-width: 768px) {
    .kkrf-industry-section {
        padding: 56px 16px 48px;
    }

    .kkrf-industry-header .heading-intelligence-services {
        font-size: 22px;
        text-align: center;
    }

    .kkrf-industry-description {
        font-size: 15px;
    }

    .kkrf-industry-grid {
        grid-template-columns: repeat(3, 1fr);
        margin-top: 28px;
    }

    .kkrf-industry-item {
        padding: 24px 5px;

    }

    .kkrf-industry-item:nth-child(3n) {
        border-right: none;
    }

    .kkrf-industry-item:nth-last-child(-n + 3) {
        border-bottom: none;
    }

    .kkrf-industry-icon img {
        max-width: 90px;
        max-height: 38px;
    }
}

@media (max-width: 576px) {
    .kkrf-industry-name {
        font-size: 14px;
    }
}

/*! End KKRF Industry Section Bar */


/*! Start KKRF Case Study Section Bar */

/* ================= CASE STUDY ================= */
.kkrf-case-study {
    color: #fff;
    padding: 40px 0;
    overflow: hidden;
    background: #000;
}

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

/* Header */
.kkrf-case-study__header {
    margin: 0 auto 48px;
}

.kkrf-case-study__header h2 {
    font-size: 38px;
    margin-bottom: 12px;
}

.kkrf-case-study__header p {
    font-size: 16px;
    font-weight: 600;
    max-width: 620px;
    color: #bdbdbd;
    line-height: 1.6;
}

/* ================= CARD ================= */
.kkrf-case-card {
    width: 100%;
    height: 390px;
    margin-top: 10px;
    cursor: pointer;
    overflow: hidden;
    background: #111;
    position: relative;
    border-radius: 14px;
    transition: transform 0.4s ease;
}

.kkrf-case-study .swiper-slide {
    width: 520px;
}

.kkrf-case-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* Overlay */
.kkrf-case-card__overlay {
    inset: 0;
    padding: 28px;
    display: flex;
    position: absolute;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.85),
            rgba(0, 0, 0, 0.2),
            transparent);
}

/* Text */
.kkrf-case-card__overlay h3 {
    font-size: 22px;
    margin-bottom: 8px;
}

.kkrf-case-card__overlay p {
    font-size: 14px;
    line-height: 1.6;
    color: #d0d0d0;
    margin-bottom: 14px;
}

.kkrf-case-card__tag {
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
    width: fit-content;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.12);
}

/* Link */
.kkrf-case-card__link {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

/* Hover */
.kkrf-case-card:hover {
    transform: translateY(-6px);
}

.kkrf-case-card:hover img {
    transform: scale(1.08);
}

/* Featured Card */
.kkrf-case-card--featured {
    height: 460px;
}

.kkrf-case-study__nav .swiper-button-prev,
.kkrf-case-study__nav .swiper-button-next {
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .kkrf-case-study__header {
        padding: 0 16px;
        text-align: center;
        margin-bottom: 24px;
    }

    .kkrf-case-study__header h2 {
        font-size: 38px;
        margin-bottom: 10px;
    }

    .kkrf-case-study__header p {
        font-size: 14px;
        line-height: 1.4;
        color: #bdbdbd;
        max-width: 350px;
        margin: 0 auto;
    }

    .kkrf-case-study__slider {
        padding: 0;
    }

    .kkrf-case-study .swiper-wrapper {
        align-items: center;
    }

    .kkrf-case-study .swiper-slide {
        width: 78%;
        display: flex;
        justify-content: center;
    }

    .kkrf-case-card,
    .kkrf-case-card--featured {
        height: 360px;
        border-radius: 18px;
    }

    .kkrf-case-study__nav .swiper-button-prev,
    .kkrf-case-study__nav .swiper-button-next {
        width: 38px;
        height: 38px;
        color: #000;
        border-radius: 50%;
        background: #ffffff;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
    }

    .kkrf-case-study__nav .swiper-button-prev {
        left: 6px;
    }

    .kkrf-case-study__nav .swiper-button-next {
        right: 6px;
    }

    .kkrf-case-study__nav .swiper-button-prev::after,
    .kkrf-case-study__nav .swiper-button-next::after {
        font-size: 14px;
        font-weight: bold;
    }
}

/*! End KKRF Case Study Section Bar */


/*! Start the Android Form Group Career Link */

.career-link {
    color: #f8f8f8;
    text-decoration: none;
}

.career-link:hover {
    color: darkgrey;
}

/*! End the Android Form Group Career Link */