/*! Start Hero Section Bar */

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

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

.hero {
    width: 100%;
    display: flex;
    color: #f8f8f8;
    overflow: hidden;
    position: relative;
    align-items: center;
    padding: 10px 0 80px;
    background: url("http://kkrfgroup.com/wp-content/uploads/2025/12/image-52-scaled.png") top/cover no-repeat;
}

.hero::before {
    inset: 0;
    z-index: 0;
    content: "";
    position: absolute;
}

.hero .container {
    z-index: 1;
    margin: 0 auto;
    padding-top: 60px;
    max-width: 1290px;
    position: relative;
}

.hero-content {
    gap: 90px;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
}

.hero-text {
    flex: 1;
    max-width: 880px;
    padding-top: 80px;
    margin-right: 200px;
}

.hero-text h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
}

.hero-text p {
    opacity: 0.8;
    font-size: 16px;
    margin-bottom: 42px;
}

.cta-button {
    color: #f8f8f8;
    font-weight: 600;
    padding: 12px 26px;
    border-radius: 12px;
    display: inline-block;
    text-decoration: none;
    background: transparent;
    border: 2px solid #f8f8f8;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, color 160ms ease;
}

.cta-button:hover {
    color: #030303;
    transform: translateY(-4px);
    background-color: #f8f8f8;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.contact-form {
    flex: 1;
    padding: 32px;
    color: #fff;
    max-width: 570px;
    position: relative;
    border-radius: 10px;
    backdrop-filter: blur(6px);
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.45);
}

.form-close {
    top: 10px;
    right: 12px;
    width: 28px;
    height: 28px;
    border: none;
    display: none;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
}

.form-row {
    gap: 22px;
    display: flex;
}

.form-group {
    flex: 1;
    display: flex;
    margin-bottom: 6px;
    flex-direction: column;
}

.form-group label {
    font-size: 14px;
    margin-bottom: 14px;
}

input,
textarea,
select {
    width: 100%;
    color: #fff;
    outline: none;
    font-size: 14px;
    padding: 10px 19px;
    border-radius: 10px;
    transition: all 0.25s ease;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

input::placeholder,
textarea::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

input:focus,
textarea:focus,
select:focus {
    color: #000;
    border-color: #eff7f3;
    background: rgba(228, 222, 222, 0.5);
    box-shadow: 0 0 0 3px rgba(229, 238, 234, 0.25);
}

textarea {
    resize: none;
    border-radius: 12px;
}

.recaptcha-box {
    margin: 8px 0 18px;
}

.submit-button {
    width: 100%;
    border: none;
    color: #000;
    font-size: 17px;
    cursor: pointer;
    font-weight: 700;
    padding: 10px 12px;
    border-radius: 10px;
    background: #ffffff;
    transition: all 0.3s ease;
}

.submit-button:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.submit-button:active {
    transform: scale(0.98);
}

.hero-form-overlay {
    display: none;
}

.hero-mobile-video-wrapper {
    display: none;
}

@media (max-width: 992px) {
    .hero-content {
        gap: 40px;
    }

    .hero-text h1 {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .contact-form {
        display: none !important;
    }

    body.show-mobile-form .contact-form {
        display: none !important;
    }

    .hero-form-overlay {
        display: none !important;
    }

    .hero {
        overflow: visible;
        background: #000;
        position: relative;
        padding: 70px 0 40px;
    }

    .hero .container {
        padding: 0 16px;
        max-width: 480px;
    }

    .hero-content {
        gap: 24px;
        display: flex;
        position: relative;
        align-items: center;
        flex-direction: column;

    }

    .hero-text {
        position: relative;
        z-index: 3;
        max-width: 360px;
        margin: 0 auto;
        padding: 24px 14px;
        margin-top: 40px;
        border-radius: 16px;
        transform: translateY(0);
        transition: transform 0.9s ease-out;
    }

    .hero-text h1 {
        font-size: 20px;
        line-height: 1.25;
        margin-bottom: 10px;
    }

    .hero-text p {
        font-size: 12px;
        line-height: 1.6;
        margin: 0 10px 18px;
    }

    .hero-text .cta-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px 28px;
        white-space: nowrap;
    }

    .hero-mobile-video-wrapper {
        position: relative;
        top: auto;
        z-index: 1;
        display: block;
        width: 100%;
        margin: 0 auto;
        max-width: 420px;
        overflow: hidden;
        border-radius: 18px;
        transform: translateY(0);
        transition: transform 0.35s ease-out;
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.85);
    }

    .hero-mobile-video {
        width: 100%;
        height: 360px;
        object-fit: cover;
        display: block;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 70px 0 40px;
    }

    .hero-text h1 {
        font-size: 20px;
    }

    .hero-text p {
        font-size: 12px;
    }
}

/*! End Hero Section Bar */


/*! Start Clients Section Bar */

.clients {
    padding: 70px 0;
    color: #f8f8f8;
    background: #000;
    background-image: url("http://kkrfgroup.com/wp-content/uploads/2025/12/NFT-Banner01-scaled.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.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 Trusted Section Bar */

.trusted-section {
    padding: 80px 0;
    color: #f8f8f8;
    background: #000;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
}

.trusted-section .ts-container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1310px;
}

.trusted-section .ts-header {
    text-align: left;
    margin: 0 auto 32px;
}

.trusted-section .ts-header h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 12px;
}

.trusted-section .ts-header p {
    font-size: 16px;
    line-height: 1.6;
    color: #c5c5c5;
}

.trusted-section .ts-layout {
    gap: 1px;
    display: flex;
    overflow: hidden;
    border-radius: 18px;
    background: #0b0b0b;
    border: 1px solid #262626;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.6);
}

.trusted-section .ts-sidebar {
    width: 38%;
    padding: 12px;
    border-right: 1px solid #262626;
    background: linear-gradient(180deg, #1a1a1a, #101010);
}

.trusted-section .ts-list {
    margin: 0;
    padding: 4px;
    list-style: none;
    max-height: 320px;
    overflow-y: auto;
}

.trusted-section .ts-list::-webkit-scrollbar {
    width: 6px;
}

.trusted-section .ts-list::-webkit-scrollbar-track {
    background: transparent;
}

.trusted-section .ts-list::-webkit-scrollbar-thumb {
    background: #2c2c2c;
    border-radius: 999px;
}

.trusted-section .ts-item {
    gap: 10px;
    display: flex;
    font-size: 13px;
    cursor: pointer;
    color: #9b9b9b;
    padding: 10px 14px;
    position: relative;
    align-items: center;
    border-radius: 10px;
    background: transparent;
    transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.trusted-section .ts-item+.ts-item {
    margin-top: 4px;
}

.trusted-section .ts-item:hover {
    color: #e8e8e8;
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.06);
}

.trusted-section .ts-item.ts-item--active {
    color: #111;
    background: #e5e5e5;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.trusted-section .ts-item.ts-item--active .ts-item-index {
    color: #666;
}

.trusted-section .ts-item-index {
    font-weight: 600;
    flex-shrink: 0;
}

.trusted-section .ts-item-title {
    font-weight: 500;
    line-height: 1.5;
}

/* RIGHT: Detail Panel */
.trusted-section .ts-detail-panel {
    width: 62%;
    color: #111;
    position: relative;
    background: #f4f4f4;
    padding: 24px 24px 22px;
    border-radius: 0 18px 18px 0;
}

.trusted-section .ts-detail-icon {
    width: 40px;
    height: 40px;
    display: flex;
    background: #fff;
    align-items: center;
    margin-bottom: 18px;
    border-radius: 12px;
    justify-content: center;
    border: 1px solid #dadada;
}

.trusted-section .ts-detail-icon-img {
    max-width: 34px;
    max-height: 34px;
    object-fit: contain;
}

.trusted-section .ts-detail {
    display: none;
}

.trusted-section .ts-detail.ts-detail--active {
    display: block;
}

.trusted-section .ts-detail h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.trusted-section .ts-detail p {
    color: #333;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 10px;
}

@media (min-width: 1024px) {
    .trusted-section .ts-layout {
        margin: 0 32px !important;
    }

    .trusted-section .ts-detail-panel {
        padding: 32px 40px !important;
    }

    .trusted-section .ts-sidebar {
        padding: 20px 24px !important;
    }
}

@media (min-width: 769px) {
    .trusted-section .ts-sidebar {
        width: 30%;
    }

    .trusted-section .ts-detail-panel {
        width: 70%;
    }

    /* LEFT LIST ME ICON HIDE  */
    .trusted-section .ts-item-icon {
        display: none;
    }

    .trusted-section .ts-item {
        font-size: 13px;
        min-height: auto;
        padding: 10px 16px;
    }

    .trusted-section .ts-item-title {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .trusted-section {
        padding: 48px 8px;
    }

    .trusted-section .ts-header {
        text-align: left;
        margin-bottom: 20px;
    }

    .trusted-section .ts-header h2 {
        font-size: 26px;
    }

    .trusted-section .ts-header p {
        font-size: 13px;
        color: #d0d0d0;
    }

    .trusted-section .ts-layout {
        gap: 0;
        border: none;
        box-shadow: none;
        flex-direction: column;
        background: transparent;
    }

    .trusted-section .ts-sidebar {
        width: 100%;
        padding: 0;
        border-right: none;
        background: transparent;
    }

    .trusted-section .ts-list {
        padding: 0;
        max-height: none;
    }

    .trusted-section .ts-item {
        gap: 10px;
        display: flex;
        margin-top: 10px;
        color: #f5f5f5;
        position: relative;
        padding: 12px 14px;
        border-radius: 14px;
        align-items: center;
        background: radial-gradient(circle at top left, #282828, #111);
    }

    .trusted-section .ts-item:first-child {
        margin-top: 0;
    }

    .trusted-section .ts-item::before {
        content: none;
    }

    .trusted-section .ts-item-icon {
        width: 26px;
        height: 26px;
        border-radius: 9px;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.08);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        margin-right: 6px;
    }

    .trusted-section .ts-item-icon img {
        max-width: 18px;
        max-height: 18px;
        display: block;
    }

    .trusted-section .ts-item-index {
        display: none;
    }

    .trusted-section .ts-item-title {
        font-size: 12px;
        font-weight: 500;
    }

    /* Right Side + / - */
    .trusted-section .ts-item::after {
        top: 50%;
        right: 14px;
        width: 22px;
        content: "+";
        height: 22px;
        display: flex;
        font-size: 14px;
        color: #dcdcdc;
        position: absolute;
        align-items: center;
        border-radius: 999px;
        justify-content: center;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.4);
        border: 1px solid rgba(255, 255, 255, 0.16);
    }

    .trusted-section .ts-item.ts-item--active {
        color: #fff;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.65);
        background: radial-gradient(circle at top left, #3a3a3a, #181818);
    }

    .trusted-section .ts-item.ts-item--active::after {
        content: "−";
    }

    /* Detail becomes Full-Width Card Below List */
    .trusted-section .ts-detail-panel {
        width: 100%;
        margin-top: 16px;
        border-radius: 16px;
        background: #f6f6f6;
        padding: 18px 16px 16px;
    }

    .trusted-section .ts-detail h3 {
        font-size: 18px;
    }

    .trusted-section .ts-detail p {
        font-size: 13px;
    }

    .trusted-section .ts-item-icon {
        width: 26px;
        height: 26px;
        border-radius: 9px;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.08);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .trusted-section .ts-item-icon img {
        max-width: 18px;
        max-height: 18px;
        display: block;
        filter: brightness(0) invert(1);
    }
}

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

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

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

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

.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;
        padding: 16px 18px;
        border-radius: 18px;
        background: #ffffff;
        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
    }

    .stat-number {
        font-size: 24px;
        margin-bottom: 4px;
    }

    .stat-label {
        font-size: 13px;
        color: #444444;
    }

    .stats-cta {
        width: 100%;
        color: #000000;
        margin-top: 18px;
        border-radius: 14px;
        justify-content: center;
        background: #f8f8f8;
        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 Usecase Section Bar */

.usecases-section {
    color: #f8f8f8;
    background: #050505;
    padding: 32px 0 40px 0;
}

.usecases-container {
    margin: 0 auto;
    padding: 0 8px;
    max-width: 1290px;
}

.usecases-top {
    gap: 40px;
    display: flex;
    margin-bottom: 40px;
    padding-bottom: 32px;
    align-items: flex-start;
}

.usecases-left {
    flex: 0 0 40%;
}

.usecases-left h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
}

.usecases-right {
    flex: 1;
}

.usecases-right p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    color: #706f6f;
}


/* CENTER TITLE */
.usecases-title {
    text-align: center;
    margin-bottom: 32px;
}

.usecases-title h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 6px;
}

.usecases-title p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    color: #706f6f;
}


/* GRID FIXED */
.usecases-grid {
    gap: 54px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    justify-content: center;
}

.usecase-card {
    gap: 14px;
    width: 210px;
    display: flex;
    padding: 22px 12px;
    text-align: center;
    border-radius: 12px;
    background: #0e0e0e;
    flex-direction: column;
    justify-content: center;
    transition: all 0.28s ease;
    border: 1px solid #2b2b2b;
}

.usecase-card .icon {
    opacity: 0.9;
    font-size: 30px;
    filter: grayscale(100%);
    transition: all 0.28s ease;
}

.usecase-card h4 {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
}


/* PREMIUM HOVER EFFECT */
.usecase-card:hover {
    background: #111;
    border-color: darkgray;
    transform: translateY(-8px);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.4);
}

.usecase-card:hover .icon {
    opacity: 1;
    filter: grayscale(0);
    transform: scale(1.12);
}

@media (max-width: 992px) {
    .usecases-top {
        flex-direction: column;
    }

    .usecases-left h2 {
        font-size: 32px;
    }

    .usecases-grid {
        justify-content: center;
    }

    .usecase-card {
        width: 31%;
    }
}

@media (max-width: 600px) {
    .usecases-section {
        padding: 52px 20px;
    }

    .usecases-left h2 {
        font-size: 26px;
    }

    .usecases-title h3 {
        font-size: 26px;
    }

    .usecases-grid {
        flex-direction: column;
        gap: 10px;
    }

    .usecase-card {
        width: 100%;
        padding: 16px 14px;
        margin-bottom: 10px;
    }
}

@media (max-width: 400px) {
    .usecase-card {
        width: 100%;
    }
}

/*! End Usecase Section Bar */


/*! Start Success Stories Section Bar */

.success-stories {
    padding: 50px 0;
    color: #f8f8f8;
    background: #050505;
}

/* DESKTOP LEFT + RIGHT GAP FIX */
@media (min-width: 993px) {
    .success-stories .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 22px;
        max-width: 1320px;
    }
}

.success-header h2 {
    font-size: 36px;
    font-weight: 700;
    max-width: 500px;
    margin-bottom: 20px;
}

.success-header p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    max-width: 700px;
    color: #b0b0b0;
    margin-bottom: 70px;
}

/* =============== SLIDER =============== */
.case-slider {
    overflow: hidden;
    min-height: 460px;
    position: relative;
}

.case-slide {
    display: none;
}

.case-slide.is-active {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: caseFadeInUp 0.6s ease forwards;
}

@keyframes caseFadeInUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

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

/* =============== MAIN BIG CARD =============== */
.case-main {
    flex: 2;
    display: flex;
    overflow: hidden;
    margin-top: 10px;
    max-width: 900px;
    border-radius: 22px;
    background: #111111;
    justify-items: center;
    justify-content: center;
    border: 1px solid #3a3a3a;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.7);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

/* Hover Lift for Main Card */
.case-main:hover {
    border-color: #4b5563;
    transform: translateY(-6px);
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.85);
}

/* LEFT TEXT SIDE */
.case-info {
    flex: 1.1;
    display: flex;
    color: #f9fafb;
    flex-direction: column;
    padding: 24px 26px 22px;
}

.case-logo img {
    width: auto;
    height: 28px;
    margin-bottom: 18px;
}

.case-description {
    font-size: 16px;
    line-height: 1.7;
    color: #e5e7eb;
    margin-bottom: 24px;
}

.case-subtitle {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}


/* METRICS */
.case-metrics {
    gap: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 22px;
}

.metric {
    gap: 6px;
    display: flex;
    font-size: 13px;
    color: #e5e7eb;
    align-items: center;
}

.metric img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

/* CTA BUTTON */
.case-btn {
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #111111;
    padding: 10px 20px;
    margin-right: auto;
    border-radius: 12px;
    display: inline-flex;
    background: #ffffff;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.case-btn:hover {
    background: #f4f4f4;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
}

/* RIGHT VISUAL */
.case-visual {
    flex: 1;
    display: flex;
    background: #000;
    align-items: center;
    flex-direction: column;
    padding: 20px 16px 18px 18px;
    border-left: 1px solid #3a3a3a;
}

.case-visual-labels {
    width: 100%;
    display: flex;
    padding: 0 4px;
    font-size: 11px;
    color: #d1d5db;
    margin-bottom: 6px;
    justify-content: space-between;
}

.case-visual img {
    height: 80%;
    max-width: 90%;
    margin-top: 30px;
    border-radius: 12px;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.case-visual:hover img {
    transform: scale(1.04);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.7);
}

.case-side {
    flex: 0.9;
}

.case-side-inner {
    height: 100%;
    display: flex;
    border-radius: 22px;
    background: #111111;
    flex-direction: column;
    padding: 22px 22px 20px;
    border: 1px solid #3a3a3a;
    justify-content: space-between;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.65);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.case-side-inner:hover {
    border-color: #4b5563;
    transform: translateY(-5px);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.9);
}

.case-side-logo img {
    width: auto;
    height: 24px;
    margin-bottom: 14px;
}

.case-side-text {
    font-size: 13px;
    line-height: 1.6;
    color: #d1d5db;
    margin-bottom: 14px;
}

/* =============== SLIDER CONTROLS =============== */
.case-slider-controls {
    gap: 16px;
    display: flex;
    margin-top: 18px;
    align-items: center;
    justify-content: center;
}

.case-prev,
.case-next {
    width: 32px;
    height: 32px;
    display: flex;
    line-height: 1;
    cursor: pointer;
    font-size: 18px;
    color: #f9fafb;
    align-items: center;
    border-radius: 999px;
    background: transparent;
    justify-content: center;
    border: 1px solid #4b5563;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.case-prev:hover,
.case-next:hover {
    color: #111111;
    background: #f9fafb;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.5);
}

.case-dots {
    gap: 6px;
    display: flex;
}

.case-dots .dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #4b5563;
    transition: transform 0.25s ease, background 0.25s ease;
}

.case-dots .dot.is-active {
    background: #f9fafb;
    transform: scale(1.4);
}

/* =============== RESPONSIVE =============== */
@media (max-width: 992px) {
    .success-stories {
        padding: 56px 0;
    }

    .success-stories .container {
        padding: 0 32px;
    }

    .case-slide.is-active {
        flex-direction: column;
    }

    .case-main,
    .case-side-inner {
        border-radius: 12px;
    }

    .case-side {
        flex: 1;
    }

    .case-side-inner {
        margin-top: 12px;
    }

    .case-info {
        padding: 20px 20px 18px;
    }

    .case-description {
        font-size: 13px;
    }
}

@media (max-width: 600px) {
    .success-stories {
        padding: 48px 3px;
    }

    .success-stories .container {
        padding: 0 30px;
    }

    .success-header h2 {
        font-size: 22px;
    }

    .success-header p {
        font-size: 13px;
        margin-bottom: 40px;
    }

    .case-main {
        flex-direction: column;
    }

    .case-visual {
        border-left: none;
        padding: 10px 12px 16px;
        border-top: 1px solid #3a3a3a;
    }

    .case-visual img {
        width: 75%;
        height: 40%;
        margin-top: 8px;
    }

    .case-btn {
        width: 100%;
        justify-content: center;
    }

    .case-side-inner {
        padding: 18px 16px;
    }
}

@media (max-width: 400px) {
    .success-stories {
        padding: 48px 3px;
    }

    .success-stories .container {
        padding: 0 30px;
    }

    .case-main,
    .case-side-inner {
        border-radius: 16px;
    }

    .case-description {
        font-size: 12px;
    }

    .metric {
        font-size: 12px;
    }
}

/*! End Success Stories Section Bar */


/*! Start Bi Wrapper Section Bar */

.bi-section {
    padding: 30px 0;
    color: #f8F8F8;
    background: #000;
}

.bi-wrapper {
    margin: 0 auto;
    padding: 0 5px;
    max-width: 1300px;
}

.bi-title {
    font-size: 36px;
    max-width: 800px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 22px;
}

.bi-subtitle {
    font-weight: 600;
    line-height: 1.6;
    color: #bfbfbf;
    font-size: 1.0rem;
    max-width: 1200px;
    margin-bottom: 50px;
}

/* ================= ACCORDION ================= */
.bi-accordion-container {
    width: 100%;
}

/* Item Wrapper */
.bi-accordion-item {
    padding: 8px 0;
    border-bottom: 1px solid #222;
}

.bi-accordion-header {
    display: flex;
    cursor: pointer;
    padding: 16px 8px;
    border-radius: 6px;
    align-items: center;
    justify-content: space-between;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.bi-accordion-item.active .bi-accordion-header {
    color: #000;
    background: #f8f8f8;
    border-radius: 6px 6px 0 0;
}

/* Index */
.bi-accordion-index {
    color: inherit;
    font-size: 0.85rem;
    margin-right: 16px;
}

/* Title */
.bi-accordion-title {
    flex-grow: 1;
    color: inherit;
    font-weight: 600;
    font-size: 1.15rem;
}

/* Icon */
.bi-accordion-icon {
    color: inherit;
    font-size: 24px;
    transition: transform 0.3s ease;
}

.bi-accordion-item.active .bi-accordion-icon {
    transform: rotate(45deg);
}

/* Content Box */
.bi-accordion-content {
    padding: 0;
    max-height: 0;
    color: #000;
    overflow: hidden;
    font-weight: 600;
    background: #fff;
    border-radius: 0 0 8px 8px;
    transition: max-height 0.35s ease, padding 0.3s ease;
}

/* Open State */
.bi-accordion-content.active {
    max-height: 260px;
    padding: 16px 16px 20px;
}

/* Text */
.bi-accordion-text {
    color: #000;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Link Coloring */
.bi-link {
    color: #3498db;
    text-decoration: none;
}

.bi-link:hover {
    text-decoration: underline;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
    .bi-title {
        font-size: 2.2rem;
    }

    .bi-wrapper {
        padding: 0 18px;
    }

    .bi-wrapper {
        margin: 0 12px;
    }

    .bi-accordion-title {
        font-size: 1.05rem;
    }

    .bi-accordion-content {
        font-weight: 600;
    }
}

@media (max-width: 480px) {
    .bi-title {
        font-size: 1.8rem;
    }

    .bi-subtitle {
        font-size: 1rem;
    }

    .bi-wrapper {
        margin: 0 12px;
    }

    .bi-accordion-header {
        padding: 14px 6px;
    }

    .bi-accordion-title {
        font-size: 1rem;
    }

    .bi-accordion-content {
        font-weight: 600;
    }
}

/*! End Bi Wrapper Section Bar */


/*! Start KKRF Blog Section Bar */

.kkrf-blog-section {
    width: 100%;
    background-color: #f8f8f8;
    padding: 36px 0;
    color: #0a0a0a;
}

.kkrf-blog-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 32px;
}

/* ================= HEADER ================= */
.kkrf-blog-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.kkrf-blog-title {
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.kkrf-blog-view-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 700;
    color: #0a0a0a;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

.kkrf-blog-view-link:hover {
    color: darkgray;
    transform: translateX(4px);
}

.kkrf-blog-subtitle {
    font-size: 17px;
    line-height: 1.6;
    font-weight: 600;
    max-width: 920px;
    margin-bottom: 48px;
}

/* ================= SWIPER ================= */
.kkrf-blog-swiper {
    position: relative;
    padding-bottom: 56px;
    overflow: visible;
}

.kkrf-blog-swiper .swiper-wrapper {
    align-items: stretch;
}

.kkrf-blog-swiper .swiper-slide {
    width: 320px;
    height: auto;
}

/* ================= CARD ================= */
.kkrf-blog-card {
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background: #0b0e0f;
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: transform 0.45s ease;
}

.kkrf-blog-card:hover {
    transform: translateY(-8px);
}

/* ================= IMAGE ================= */
.kkrf-blog-image {
    height: 380px;
    position: relative;
    overflow: hidden;
}

.kkrf-blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

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

/* ================= TOP LABEL ================= */
.kkrf-blog-top-label {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 3;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.85);
}

/* ================= OVERLAY ================= */
.kkrf-blog-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(to bottom,
            rgba(0, 0, 0, 0.75) 0%,
            rgba(0, 0, 0, 0.25) 35%,
            rgba(0, 0, 0, 0) 55%),
        linear-gradient(to top,
            rgba(0, 0, 0, 0.9) 0%,
            rgba(0, 0, 0, 0.6) 40%,
            rgba(0, 0, 0, 0) 65%);
}

/* ================= CONTENT ================= */
.kkrf-blog-content {
    position: absolute;
    bottom: 0;
    inset-inline: 0;
    z-index: 4;
    padding: 20px 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* ================= TAGS ================= */
.kkrf-blog-tag {
    align-self: flex-start;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #9ff0d0;
    background: rgba(159, 240, 208, 0.18);
}

.kkrf-blog-tag-group {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

/* ================= TITLE ================= */
.kkrf-blog-card-title {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.45;
    color: #f8f8f8;
}

/* ================= SWIPER NAV (FINAL FIXED) ================= */
.kkrf-blog-swiper .swiper-button-prev,
.kkrf-blog-swiper .swiper-button-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(15, 20, 20, 0.75);
    color: #ffffff;
    backdrop-filter: blur(6px);
    z-index: 999;
    transition: transform 0.3s ease, background 0.3s ease;
}

.kkrf-blog-swiper .swiper-button-prev:hover,
.kkrf-blog-swiper .swiper-button-next:hover {
    transform: scale(1.08);
    background: rgba(159, 240, 208, 0.25);
}

/* ================ RESPONSIVE ================ */
@media (max-width: 1024px) {
    .kkrf-blog-title {
        font-size: 32px;
    }

    .kkrf-blog-image {
        height: 340px;
    }
}

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

@media (max-width: 640px) {
    .kkrf-blog-section {
        padding: 72px 0 48px;
    }

    .kkrf-blog-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .kkrf-blog-title {
        font-size: 32px;
    }

    .kkrf-blog-image {
        height: 300px;
    }

    .kkrf-blog-card-title {
        font-size: 16px;
    }
}

/*! End KKRF Blog Section Bar */