﻿

/*==================================
PREMIUM FOOTER
==================================*/

.premium-footer {
    position: relative;
    overflow: hidden;
    background: linear-gradient( 135deg, #071b4d 0%, #0a2c73 100% );
    padding: 40px 0 30px;
}

/*==================================
GLOWS
==================================*/

.footer-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.footer-glow-1 {
    width: 500px;
    height: 500px;
    top: -200px;
    left: -150px;
    background: radial-gradient( circle, rgba(255,48,86,.18), transparent 70% );
}

.footer-glow-2 {
    width: 500px;
    height: 500px;
    bottom: -200px;
    right: -150px;
    background: radial-gradient( circle, rgba(93,109,255,.18), transparent 70% );
}

/*==================================
CTA
==================================*/

.footer-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-bottom: 60px;
    padding: 45px;
    border-radius: 30px;
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,.08);
}

    .footer-cta h2 {
        color: #fff;
        font-size: 42px;
        margin-bottom: 10px;
    }

    .footer-cta p {
        color: #cbd5e1;
    }

.footer-cta-btns {
    display: flex;
    gap: 15px;
}

.cta-btn {
    padding: 16px 35px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    transition: .4s;
}

.loan-btn {
    background: #ff3056;
    color: #fff;
}

.partner-btn {
    background: #fff;
    color: #163f73;
}

.cta-btn:hover {
    transform: translateY(-5px);
}

/*==================================
GRID
==================================*/

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
    gap: 50px;
}

/*==================================
BRAND
==================================*/

.footer-brand h3 {
    color: #fff;
    font-size: 54px;
    font-weight: 800;
    margin-bottom: 8px;
}

.footer-brand span {
    color: #ff3056;
    font-size: 13px;
    letter-spacing: 2px;
}

.footer-about p {
    color: #dbeafe;
    line-height: 1.9;
    margin: 25px 0;
}

/*==================================
SOCIAL
==================================*/

.footer-social {
    display: flex;
    gap: 15px;
}

    .footer-social a {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255,255,255,.08);
        color: #fff;
        transition: .4s;
    }

        .footer-social a:hover {
            transform: translateY(-6px) rotate(8deg);
            background: linear-gradient( 135deg, #ff3056, #5d6dff );
        }

/*==================================
HEADINGS
==================================*/

.footer-col h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
}

/*==================================
LINKS
==================================*/

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-col ul li {
        margin-bottom: 16px;
    }

        .footer-col ul li a {
            color: #dbeafe;
            text-decoration: none;
            transition: .3s;
        }

            .footer-col ul li a:hover {
                color: #ff3056;
                padding-left: 6px;
            }

/*==================================
CONTACT
==================================*/

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 22px;
}

.contact-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient( 135deg, #ff3056, #5d6dff );
    color: #fff;
}

.footer-contact span {
    display: block;
    color: #FFF;
    font-size: 22px;
    margin-bottom: 4px;
}

.footer-contact P {
    color: #dbeafe;
    font-size: 18px;
}

/*==================================
BOTTOM
==================================*/
.footer-bottom {
    padding-top: 25px;
    border-top: 1px solid rgba(255,255,255,.08);
    text-align: center;
}

    .footer-bottom p {
        color: #cbd5e1;
    }

/*==================================
HOVER
==================================*/

.footer-col {
    transition: .4s;
}

    .footer-col:hover {
        transform: translateY(-6px);
    }

/*==================================
RESPONSIVE
==================================*/

@media(max-width:991px) {

    .footer-cta {
        flex-direction: column;
        text-align: center;
    }

    .footer-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .footer-brand h3 {
        font-size: 42px;
    }
}

@media(max-width:768px) {

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-cta h2 {
        font-size: 32px;
    }

    .footer-cta-btns {
        flex-direction: column;
        width: 100%;
    }

    .cta-btn {
        width: 100%;
        text-align: center;
    }
}

@media(max-width:576px) {

    .premium-footer {
        padding: 40px 0 20px;
    }

    .footer-brand h3 {
        font-size: 34px;
    }

    .footer-cta {
        padding: 30px;
    }

        .footer-cta h2 {
            font-size: 26px;
        }
}

/*=========================
NARAINSONS TEXT LOGO
=========================*/

.main-menu-three__logo {
    position: relative;
    z-index: 10;
}

    .main-menu-three__logo a {
        display: inline-block;
        position: relative;
        font-size: 34px;
        font-weight: 800;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-decoration: none;
        color: #163f73;
        line-height: 1;
        transition: all .4s ease;
    }

        /* N Letter Highlight */

        .main-menu-three__logo a::first-letter {
            color: #ff3056;
        }

        /* Premium Underline */

        .main-menu-three__logo a::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -8px;
            width: 55px;
            height: 4px;
            border-radius: 50px;
            background: linear-gradient( 90deg, #ff3056, #4f8cff);
            transition: .4s;
        }

        /* Glow Dot */

        .main-menu-three__logo a::before {
            content: '';
            position: absolute;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            right: -18px;
            top: 2px;
            background: #ff3056;
            box-shadow: 0 0 15px rgba(255,48,86,.45);
            animation: logoPulse 2.5s infinite;
        }

        .main-menu-three__logo a:hover {
            transform: translateY(-2px);
            text-shadow: 0 10px 25px rgba(22,63,115,.15);
        }

            .main-menu-three__logo a:hover::after {
                width: 100%;
            }

@keyframes logoPulse {

    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.4);
        opacity: .6;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/*=========================
RESPONSIVE
=========================*/

@media(max-width:991px) {

    .main-menu-three__logo a {
        font-size: 28px;
        letter-spacing: 1.5px;
    }

        .main-menu-three__logo a::before {
            right: -14px;
            width: 8px;
            height: 8px;
        }
}

@media(max-width:576px) {

    .main-menu-three__logo a {
        font-size: 24px;
        letter-spacing: 1px;
    }

        .main-menu-three__logo a::after {
            width: 40px;
            height: 3px;
        }

        .main-menu-three__logo a::before {
            display: none;
        }
}

.hero-banner {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    font-family: 'Outfit',sans-serif;
    display: flex;
    align-items: center;
    background: #04153d;
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(4,21,61,.92) 0%, rgba(4,21,61,.75) 45%, rgba(4,21,61,.45) 100%);
}

.hero-wrap {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
    position: relative;
    z-index: 10;
}

.hero-left {
    width: 50%;
}

.hero-tag {
    display: inline-block;
    padding: 12px 22px;
    border-radius: 50px;
    background: rgba(255,255,255,.08);
    color: #fff;
    border: 1px solid rgba(255,255,255,.12);
}

.hero-left h1 {
    font-size: 56px;
    line-height: 1.05;
    margin: 25px 0;
    color: #fff;
    font-weight: 800;
}

    .hero-left h1 span {
        color: #ff2e4d;
    }

.hero-left p {
    color: #dbe5f5;
    line-height: 1.9;
    font-size: 18px;
    max-width: 650px;
}

.hero-buttons {
    display: flex;
    gap: 18px;
    margin-top: 45px;
    flex-wrap: wrap;
}

    /* COMMON BUTTON */

    .hero-buttons a {
        position: relative;
        overflow: hidden;
        display: inline-flex;
        align-items: center;
        gap: 12px;
        padding: 18px 32px;
        border-radius: 70px;
        text-decoration: none;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: .3px;
        transition: .4s ease;
    }

/* TURRANT BUTTON */

.btn-turrant {
    background: linear-gradient( 135deg, #ff2e4d, #ff5c76 );
    color: #fff;
    box-shadow: 0 15px 35px rgba(255,46,77,.25);
}

    .btn-turrant::before {
        content: '';
        position: absolute;
        top: 0;
        left: -120%;
        width: 100%;
        height: 100%;
        background: linear-gradient( 90deg, transparent, rgba(255,255,255,.35), transparent );
        transition: .7s;
    }

    .btn-turrant:hover::before {
        left: 120%;
    }

    .btn-turrant:hover {
        transform: translateY(-6px);
        background: #fff;
        box-shadow: 0 25px 50px rgba(255,46,77,.35);
    }

/* KREDSETU BUTTON */

.btn-kredsetu {
    background: #fff;
    color: #071B4D;
    border: 1px solid rgba(45,127,255,.15);
    box-shadow: 0 15px 35px rgba(45,127,255,.08);
}

    .btn-kredsetu::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient( 135deg, #071B4D, #2D7FFF );
        transform: scaleX(0);
        transform-origin: left;
        transition: .4s;
        z-index: 0;
    }

    .btn-kredsetu span,
    .btn-kredsetu i {
        position: relative;
        z-index: 2;
    }

    .btn-kredsetu:hover {
        color: #fff;
        transform: translateY(-6px);
    }

        .btn-kredsetu:hover::before {
            transform: scaleX(1);
        }

/* ARROW ANIMATION */

.hero-buttons a i {
    font-size: 14px;
    transition: .3s;
}

.hero-buttons a:hover i {
    transform: translateX(6px);
}
.hero-right {
    position: relative;
    width: 650px;
    height: 650px;
}

.circle-border {
    position: absolute;
    width: 580px;
    height: 580px;
    border-radius: 50%;
    border: 2px dashed rgba(255,255,255,.15);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: spin 25s linear infinite;
}

.hero-image {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 4px solid #ff2e4d;
    box-shadow: 0 0 50px rgba(255,46,77,.35), 0 0 120px rgba(45,127,255,.15);
}

    .hero-image video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.floating-card {
    position: absolute;
    width: 220px;
    padding: 20px;
    border-radius: 20px;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,.1);
    color: #fff;
}

    .floating-card .icon {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: #ff2e4d;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }

.card-1 {
    top: 80px;
    left: -20px;
}

.card-2 {
    top: 110px;
    right: -10px;
}

.card-3 {
    bottom: 100px;
    left: 0;
}

.card-4 {
    bottom: 70px;
    right: -20px;
}

.hero-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
}

.hero-shape-1 {
    width: 400px;
    height: 400px;
    background: #ff2e4d40;
    left: -100px;
    top: -100px;
}

.hero-shape-2 {
    width: 450px;
    height: 450px;
    background: #2d7fff30;
    right: -100px;
    bottom: -100px;
}

@keyframes spin {
    from {
        transform: translate(-50%,-50%) rotate(0deg);
    }

    to {
        transform: translate(-50%,-50%) rotate(360deg);
    }
}

@media(max-width:991px) {

    .hero-wrap {
        flex-direction: column;
        padding: 60px 20px;
        gap:0;


    }
    .hero-wrap
    .hero-left,
    .hero-right {
        width: 100%;
    }
        
        .hero-left h1 {
            font-size: 38px;
        }

    .hero-right {
        height: 500px;
    }

    .hero-image {
        width: 320px;
        height: 320px;
    }

    .circle-border {
        width: 380px;
        height: 380px;
    }

    .floating-card {
        display: none
    }
}

/* about */
.about-section {
    padding: 60px 0;
    background: #fff;
}

.about-wrapper {
    max-width: 1400px;
    margin: auto;
    padding: 0 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.about-image {
    position: relative;
}

    .about-image img {
        width: 100%;
        height: 650px;
        object-fit: cover;
        border-radius: 30px;
    }

.experience-box {
    position: absolute;
    bottom: 30px;
    right: -20px;
    background: #fff;
    padding: 25px 35px;
    border-radius: 25px;
    box-shadow: 0 20px 60px rgba(0,0,0,.08);
    border-left: 5px solid #FF2E4D;
}

    .experience-box h3 {
        font-size: 35px;
        color: #071B4D;
        line-height: 1;
    }

    .experience-box span {
        color: #64748b;
    }

.section-tag {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 50px;
    background: #eef4ff;
    color: #0E2D7A;
    font-size: 13px;
    font-weight: 700;
}

.about-content h2 {
    font-size: 54px;
    line-height: 1.1;
    margin: 25px 0;
    color: #071B4D;
}

    .about-content h2 span {
        display: block;
        color: #FF2E4D;
    }

.about-content p {
    color: #64748b;
    line-height: 1.9;
    margin-bottom: 18px;
}

.about-features {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
    margin: 35px 0;
}

.feature-item {
    font-weight: 600;
    color: #071B4D;
}

.about-btn {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    
    padding: 18px 38px;
    border-radius: 60px;
    background: linear-gradient( 135deg, #071B4D, #2D7FFF );
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 15px 40px rgba(45,127,255,.25);
    transition: .4s;
}

    .about-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient( 90deg, transparent, rgba(255,255,255,.3), transparent );
        transition: .6s;
    }

    .about-btn:hover::before {
        left: 100%;
    }

    .about-btn:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 50px rgba(45,127,255,.35);
    }
@media(max-width:991px) {

    .about-wrapper {
        grid-template-columns: 1fr;
    }

    .about-content h2 {
        font-size: 40px;
    }

    .about-image img {
        height: 450px;
    }

    .experience-box {
        right: 10px;
    }
}


.about-features {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px;
    margin-top: 40px;
}

.feature-card {
    position: relative;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 22px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #edf2f7;
    box-shadow: 0 10px 30px rgba(0,0,0,.04);
    transition: .4s ease;
    overflow: hidden;
}

    .feature-card::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 4px;
        height: 100%;
        background: linear-gradient( 180deg, #FF2E4D, #2D7FFF );
    }

    .feature-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 25px 50px rgba(7,27,77,.10);
        border-color: #dbeafe;
    }

.feature-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 16px;
    background: linear-gradient( 135deg, #FF2E4D, #2D7FFF );
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
}

.feature-card h4 {
    font-size: 18px;
    color: #071B4D;
    margin-bottom: 8px;
    font-weight: 700;
}

.feature-card p {
    margin: 0;
    color: #64748b;
    line-height: 1.6;
    font-size: 14px;
}

@media(max-width:768px) {

    .about-features {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .feature-card {
        padding: 18px;
    }

    .feature-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }

        .feature-icon i {
            font-size: 20px;
        }

    .feature-card h4 {
        font-size: 15px;
    }
    .experience-box{
        display: none;
    }
}

.path-section {
    padding: 60px 0;
    background: #fff;
}

.section-heading {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 70px;
}

.section-tag {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 50px;
    background: #f1f5f9;
    color: #FF2E4D;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

.section-heading h2 {
    font-size: 54px;
    color: #071B4D;
    margin: 20px 0;
    line-height: 1.1;
}

    .section-heading h2 span {
        color: #FF2E4D;
    }

.section-heading p {
    color: #64748b;
    line-height: 1.8;
}

.path-grid {
    max-width: 1400px;
    margin: auto;
    padding: 0 30px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}

.path-card {
    position: relative;
    height: 650px;
    overflow: hidden;
    border-radius: 35px;
    cursor: pointer;
    box-shadow: 0 30px 80px rgba(0,0,0,.08);
}

    .path-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 1s;
    }

    .path-card:hover img {
        transform: scale(1.08);
    }

.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 180deg, rgba(0,0,0,.1), rgba(7,27,77,.85) );
}

.card-content {
    position: absolute;
    left: 45px;
    bottom: 45px;
    z-index: 2;
    color: #fff;
}

.card-tag {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 50px;
    background: rgba(255,255,255,.15);
    backdrop-filter: blur(10px);
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
}

.card-content h3 {
    font-size: 64px;
    margin: 20px 0 10px;
    line-height: 1;
}

.card-content p {
    font-size: 22px;
    margin-bottom: 25px;
    opacity: .9;
}

.card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 34px;
    border-radius: 60px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

.turrant-card .card-btn {
    background: #FF2E4D;
}

.kredsetu-card .card-btn {
    background: #2D7FFF;
}

.path-card::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .35;
    z-index: 1;
}

.turrant-card::before {
    background: #FF2E4D;
}

.kredsetu-card::before {
    background: #2D7FFF;
}
@media(max-width:991px) {

    .path-grid {
        grid-template-columns: 1fr;
    }

    .path-card {
        height: 500px;
    }

    .section-heading h2 {
        font-size: 42px;
    }

    .card-content h3 {
        font-size: 48px;
    }
}




.how-work-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: radial-gradient(circle at top left, rgba(255,46,77,.12), transparent 25%), radial-gradient(circle at bottom right, rgba(45,127,255,.15), transparent 30%), #071B4D;
}

.hw-heading {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 100px;
}

    .hw-heading span {
        color: #FF2E4D;
        font-weight: 700;
        letter-spacing: 2px;
    }

    .hw-heading h2 {
        font-size:54px;
        color: #fff;
        margin: 15px 0;
    }

        .hw-heading h2 span {
            color: #2D7FFF;
        }

    .hw-heading p {
        color: #cbd5e1;
    }

.process-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    margin-bottom: 120px;
}

    .process-row.right {
        flex-direction: row-reverse;
    }

.phone-box {
    flex: 1;
    text-align: center;
}

    .phone-box img {
        width: 280px;
        transform: perspective(1200px) rotateY(-12deg) rotateX(5deg);
        transition: .5s;
    }

.center-phone img {
    width: 320px;
}

.phone-box:hover img {
    transform: perspective(1200px) rotateY(0) translateY(-15px);
}

.content-box {
    flex: 1;
    background: rgba(255,255,255,.05);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 30px;
    padding: 40px;
}

.step-no {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient( 135deg, #FF2E4D, #2D7FFF);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}

.content-box h3 {
    color: #fff;
    font-size: 34px;
    margin-bottom: 15px;
}

.content-box p {
    color: #cbd5e1;
    line-height: 1.9;
}

@media(max-width:991px) {

    .process-row,
    .process-row.right {
        flex-direction: column;
    }

    .hw-heading h2 {
        font-size: 42px;
    }

    .phone-box img {
        width: 220px;
    }

    .center-phone img {
        width: 250px;
    }
}




.how-it-works {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
    background: radial-gradient(circle at top left, rgba(255,46,77,.10), transparent 25%), radial-gradient(circle at bottom right, rgba(45,127,255,.12), transparent 30%), #071B4D;
}

    .how-it-works .container {
        max-width: 1400px;
        margin: auto;
        position: relative;
    }

.section-title {
    text-align: center;
    max-width: 850px;
    margin: auto auto 100px;
}

    .section-title span {
        color: #FF2E4D;
        font-weight: 700;
        letter-spacing: 2px;
    }

    .section-title h2 {
        color: #fff;
        font-size: 54px;
        margin: 20px 0;
    }

        .section-title h2 span {
            color: #2D7FFF;
        }

    .section-title p {
        color: #cbd5e1;
    }

.timeline-line {
    position: absolute;
    left: 50%;
    top: 250px;
    bottom: 100px;
    width: 2px;
    background: linear-gradient( to bottom, #FF2E4D, #2D7FFF);
    transform: translateX(-50%);
}

.process-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
    margin-bottom: 120px;
    position: relative;
}

    .process-row.reverse {
        direction: rtl;
    }

        .process-row.reverse > * {
            direction: ltr;
        }

/* PHONE */

.phone-box {
    text-align: center;
    position: relative;
}

    .phone-box::before {
        content: '';
        position: absolute;
        width: 280px;
        height: 280px;
        border-radius: 50%;
        background: radial-gradient( circle, rgba(45,127,255,.35), transparent 70%);
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

    .phone-box img {
        position: relative;
        z-index: 2;
        width: 280px;
        transform: perspective(1200px) rotateY(-12deg) rotateX(6deg);
        transition: .6s;
    }

.process-row.reverse .phone-box img {
    transform: perspective(1200px) rotateY(12deg) rotateX(6deg);
}

.phone-box:hover img {
    transform: perspective(1200px) rotateY(0) translateY(-20px);
}

/* CONTENT */

.content-box {
    position: relative;
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 30px;
    padding: 45px;
    box-shadow: 0 20px 60px rgba(0,0,0,.15);
}

.step-badge {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient( 135deg, #FF2E4D, #2D7FFF);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}

.content-box h3 {
    color: #fff;
    font-size: 34px;
    margin-bottom: 15px;
}

.content-box p {
    color: #cbd5e1;
    line-height: 1.9;
}

/* TIMELINE DOTS */

.process-row::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0 0 0 8px rgba(45,127,255,.25);
}

/* RESPONSIVE */

@media(max-width:991px) {

    .timeline-line {
        display: none;
    }

    .process-row,
    .process-row.reverse {
        grid-template-columns: 1fr;
        gap: 40px;
        direction: ltr;
    }

        .process-row::after {
            display: none;
        }

    .section-title h2 {
        font-size: 40px;
    }

    .phone-box img {
        width: 220px;
    }

    .content-box {
        padding: 30px;
    }
}


/*==================================
WHY CHOOSE US
==================================*/

.trust-section {
    padding: 60px 0;
    background: #fff;
    overflow: hidden;
}

.trust-header {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 0px;
}

.trust-tag {
    display: inline-block;
    color: #FF3056;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
}

.trust-header h2 {
    font-size: 54px;
    color: #163f73;
    margin: 15px 0;
    font-weight: 800;
}

    .trust-header h2 span {
        color: #FF3056;
    }

.trust-header p {
    color: #64748b;
    font-size: 18px;
    line-height: 1.8;
}

/*==================================
LAYOUT
==================================*/

.trust-layout {
    position: relative;
    max-width: 1000px;
    margin: auto;
    height: 750px;
}

/*==================================
CENTER
==================================*/

.trust-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.center-circle {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: linear-gradient( 135deg, #163f73, #2457a7 );
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    box-shadow: 0 30px 80px rgba(22,63,115,.15);
}

    .center-circle::before {
        content: '';
        position: absolute;
        inset: -18px;
        border-radius: 50%;
        border: 2px dashed rgba(255,48,86,.25);
    }

    .center-circle::after {
        content: '';
        position: absolute;
        inset: -40px;
        border-radius: 50%;
        border: 1px solid rgba(22,63,115,.08);
    }

.center-subtitle {
    color: #dbeafe;
    font-size: 12px;
    letter-spacing: 3px;
    margin-bottom: 12px;
}

.center-circle h3 {
    color: #fff;
    font-size: 42px;
    font-weight: 800;
    margin: 0;
}

.center-circle p {
    color: #dbeafe;
    margin-top: 12px;
}

/*==================================
CARDS
==================================*/

.trust-card {
    position: absolute;
    width: 280px;
    background: #fff;
    border-radius: 24px;
    padding: 30px;
    border: 1px solid #edf2f7;
    box-shadow: 0 20px 50px rgba(0,0,0,.06);
    text-align: center;
    transition: .4s;
}

    .trust-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 30px 70px rgba(0,0,0,.10);
    }

.trust-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient( 135deg, #FF3056, #5D6DFF );
    color: #fff;
    font-size: 28px;
}

.trust-card h4 {
    color: #163f73;
    margin-bottom: 10px;
    font-size: 22px;
}

.trust-card p {
    color: #64748b;
    line-height: 1.7;
    font-size: 15px;
}

/*==================================
POSITIONS
==================================*/

.card1 {
    left: 0;
    top: 50px;
}

.card2 {
    right: 0;
    top: 50px;
}

.card3 {
    left: 0;
    bottom: 80px;
}

.card4 {
    right: 0;
    bottom: 80px;
}

.card5 {
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}

/*==================================
RESPONSIVE
==================================*/

@media(max-width:991px) {

    .trust-layout {
        height: auto;
        display: grid;
        gap: 25px;
    }

    .trust-center,
    .card1,
    .card2,
    .card3,
    .card4,
    .card5 {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        transform: none;
    }

    .trust-center {
        margin: 30px 0;
    }

    .center-circle {
        width: 240px;
        height: 240px;
        margin: auto;
    }

    .trust-card {
        width: 100%;
    }

    .trust-header h2 {
        font-size: 40px;
    }
}

@media(max-width:576px) {

    .trust-section {
        padding: 60px 0;
    }

    .trust-header h2 {
        font-size: 30px;
    }

    .center-circle {
        width: 220px;
        height: 220px;
    }

        .center-circle h3 {
            font-size: 32px;
        }
}











/*==================================
TESTIMONIAL SECTION
==================================*/

.testimonial-section {
    position: relative;
    padding: 130px 0;
    overflow: hidden;
    background: #071B4D;
}

.testimonial-bg::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    left: -200px;
    top: -200px;
    border-radius: 50%;
    background: radial-gradient( circle, rgba(255,48,86,.18), transparent 70%);
}

.testimonial-bg::after {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    right: -200px;
    bottom: -200px;
    border-radius: 50%;
    background: radial-gradient( circle, rgba(93,109,255,.20), transparent 70%);
}

/* HEADER */

.testimonial-header {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 80px;
}

    .testimonial-header span {
        color: #FF3056;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 3px;
    }

    .testimonial-header h2 {
        font-size: 58px;
        color: #fff;
        margin: 15px 0;
    }

        .testimonial-header h2 span {
            color: #5D6DFF;
        }

    .testimonial-header p {
        color: #cbd5e1;
        line-height: 1.8;
    }

/* GRID */

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

/* CARD */

.testimonial-card {
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 30px;
    padding: 35px;
    transition: .4s;
    position: relative;
}

    .testimonial-card:hover {
        transform: translateY(-10px);
    }

.featured {
    transform: translateY(-20px);
}

    .featured:hover {
        transform: translateY(-30px);
    }

/* QUOTE */

.quote-icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient( 135deg, #FF3056, #5D6DFF);
    color: #fff;
    font-size: 26px;
    margin-bottom: 25px;
}

.testimonial-card p {
    color: #e2e8f0;
    line-height: 1.9;
    margin-bottom: 30px;
}

/* CLIENT */

.client-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .client-info img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
    }

    .client-info h4 {
        color: #fff;
        margin-bottom: 5px;
    }

    .client-info span {
        color: #94a3b8;
    }
@media(max-width:991px) {

    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .featured {
        transform: none;
    }

    .testimonial-header h2 {
        font-size: 40px;
    }
}

@media(max-width:576px) {

    .testimonial-section {
        padding: 90px 0;
    }

    .testimonial-header h2 {
        font-size: 30px;
    }
}
.testimonial-card {
    animation: floatCard 4s ease-in-out infinite;
}

@keyframes floatCard {

    50% {
        transform: translateY(-10px);
    }
}





/*==================================
OUR PARTNERS
==================================*/

.partners-section {
    padding: 40px 0;
    background: #fff;
    overflow: hidden;
}

.partners-header {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 30px;
}

    .partners-header span {
        color: #FF3056;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 3px;
    }

    .partners-header h2 {
        font-size: 58px;
        color: #163f73;
        margin: 15px 0;
        font-weight: 800;
    }

        .partners-header h2 span {
            color: #FF3056;
        }

    .partners-header p {
        color: #64748b;
        line-height: 1.8;
    }

/* MARQUEE */

.partners-marquee {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.partners-track {
    display: flex;
    align-items: center;
    gap: 30px;
    width: max-content;
    animation: partnerScroll 25s linear infinite;
}

.partners-marquee:hover .partners-track {
    animation-play-state: paused;
}

/* LOGO CARD */

.partner-logo {
    width: 240px;
    height: 120px;
    background: #fff;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #edf2f7;
    box-shadow: 0 15px 40px rgba(0,0,0,.05);
    transition: .4s;
}

    .partner-logo:hover {
        transform: translateY(-8px);
    }

    .partner-logo img {
        max-width: 160px;
        max-height: 70px;
        object-fit: contain;
        filter: grayscale(100%);
        transition: .4s;
    }

    .partner-logo:hover img {
        filter: none;
    }

/* ANIMATION */

@keyframes partnerScroll {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}
@media(max-width:768px) {

    .partners-header h2 {
        font-size: 38px;
    }

    .partner-logo {
        width: 180px;
        height: 100px;
    }

        .partner-logo img {
            max-width: 120px;
        }
}
.partners-marquee::before,
.partners-marquee::after {
    content: '';
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    z-index: 2;
}

.partners-marquee::before {
    left: 0;
    background: linear-gradient(to right,#fff,transparent);
}

.partners-marquee::after {
    right: 0;
    background: linear-gradient(to left,#fff,transparent);
}










.contact-section {
    padding: 60px 0;
    background: #f8fbff;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 60px;
    align-items: start;
}

.contact-tag {
    color: #FF3056;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
}

.contact-info h2 {
    font-size: 34px;
    color: #163f73;
    margin: 15px 0;
    line-height: 1.1;
}

.contact-info > p {
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 35px;
}

.info-card {
    display: flex;
    gap: 18px;
    padding: 22px;
    margin-bottom: 18px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,.05);
    transition: .4s;
}

    .info-card:hover {
        transform: translateX(10px);
    }

.info-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient( 135deg, #FF3056, #5D6DFF);
    color: #fff;
    font-size: 22px;
}

.info-card h4 {
    color: #163f73;
    margin-bottom: 5px;
}

.info-card p {
    color: #64748b;
}

/* FORM */

.contact-form-box {
    background: #fff;
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 25px 60px rgba(0,0,0,.06);
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    margin-bottom: 20px;
}

    .form-group input,
    .form-group textarea {
        width: 100%;
        padding: 18px 20px;
        border: 1px solid #e2e8f0;
        border-radius: 16px;
        font-size: 15px;
        outline: none;
        transition: .3s;
    }

        .form-group input:focus,
        .form-group textarea:focus {
            border-color: #5D6DFF;
        }

.contact-btn {
    border: none;
    padding: 18px 35px;
    border-radius: 60px;
    background: linear-gradient( 135deg, #163f73, #2457a7);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: .4s;
}

    .contact-btn:hover {
        transform: translateY(-4px);
    }

/* Responsive */

@media(max-width:991px) {

    .contact-wrapper {
        grid-template-columns: 1fr;
    }

    .contact-info h2 {
        font-size: 40px;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }
}
.contact-section {
    padding: 60px 0;
    background: #f8fbff;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 60px;
    align-items: start;
}

.contact-tag {
    color: #FF3056;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
}

.contact-info h2 {
    font-size: 54px;
    color: #163f73;
    margin: 15px 0;
    line-height: 1.1;
}

.contact-info > p {
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 15px;
}

.info-card {
    display: flex;
    gap: 18px;
    padding: 22px;
    margin-bottom: 18px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,.05);
    transition: .4s;
}

    .info-card:hover {
        transform: translateX(10px);
    }

.info-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient( 135deg, #FF3056, #5D6DFF);
    color: #fff;
    font-size: 22px;
}

.info-card h4 {
    font-size: 22px;
    color: #163f73;
    margin-bottom: 5px;
}

.info-card p {
    font-size: 15px;
    color: #64748b;
}

/* FORM */

.contact-form-box {
    background: #fff;
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 25px 60px rgba(0,0,0,.06);
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    margin-bottom: 20px;
}

    .form-group input,
    .form-group textarea {
        width: 100%;
        padding: 18px 20px;
        border: 1px solid #e2e8f0;
        border-radius: 16px;
        font-size: 15px;
        outline: none;
        transition: .3s;
    }

        .form-group input:focus,
        .form-group textarea:focus {
            border-color: #5D6DFF;
        }

.contact-btn {
    border: none;
    padding: 18px 35px;
    border-radius: 60px;
    background: linear-gradient( 135deg, #163f73, #2457a7);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: .4s;
}

    .contact-btn:hover {
        transform: translateY(-4px);
    }

/* Responsive */

@media(max-width:991px) {
    .contact-form-box {
        padding: 15px;
    }
    .contact-wrapper {
        grid-template-columns: 1fr;
    }

    .contact-info h2 {
        font-size: 40px;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }
}

.ecosystem-platforms {
    padding: 60px 0;
    background: #fff;
}

.eco-platform-wrap {
    display: grid;
    grid-template-columns: 1fr 180px 1fr;
    align-items: center;
    gap: 20px;
    margin-top: 70px;
}

/* Cards */

.eco-platform-card {
    background: linear-gradient( 135deg, #163f73, #2457a7 );
    color: #fff;
    padding: 50px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    min-height: 450px;
    transition: .4s;
}

    .eco-platform-card:hover {
        transform: translateY(-10px);
    }

    .eco-platform-card::before {
        content: '';
        position: absolute;
        width: 250px;
        height: 250px;
        border-radius: 50%;
        background: rgba(255,255,255,.08);
        top: -100px;
        right: -100px;
    }

.turrant-card {
    box-shadow: 0 25px 60px rgba(22,63,115,.15);
}

.kredsetu-card {
    box-shadow: 0 25px 60px rgba(36,87,167,.15);
}

/* Badge */

.platform-badge {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 30px;
    background: rgba(255,255,255,.15);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

/* Heading */

.eco-platform-card h3 {
    font-size: 52px;
    margin: 30px 0 15px;
    color: #fff;
}

.eco-platform-card p {
    color: #dbeafe;
    line-height: 1.8;
}

.eco-platform-card ul {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.eco-platform-card li {
    margin-bottom: 12px;
    color: #fff;
}

    .eco-platform-card li::before {
        content: '✓';
        margin-right: 10px;
        color: #ff3056;
    }

/* Button */

.eco-btn {
    display: inline-block;
    padding: 15px 32px;
    background: #fff;
    color: #163f73;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
}

/* Center */

.ecosystem-center {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.connector-line {
    position: absolute;
    width: 100%;
    height: 3px;
    background: linear-gradient( to right, #163f73, #ff3056, #163f73 );
}

.center-circle1 {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #fff;
    border: 6px solid #163f73;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    box-shadow: 0 20px 50px rgba(0,0,0,.10);
}

    .center-circle1 i {
        font-size: 28px;
        color: #ff3056;
        margin-bottom: 8px;
    }

    .center-circle1 h4 {
        color: #163f73;
        font-size: 18px;
    }
/*====================================
RESPONSIVE
====================================*/

@media(max-width:991px) {

    .eco-platform-wrap {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .ecosystem-center {
        order: 2;
        margin: 10px 0;
    }

    .turrant-card {
        order: 1;
    }

    .kredsetu-card {
        order: 3;
    }

    .connector-line {
        width: 3px;
        height: 120px;
        background: linear-gradient( to bottom, #163f73, #ff3056, #163f73 );
    }

    .eco-platform-card {
        min-height: auto;
        padding: 40px 30px;
    }

        .eco-platform-card h3 {
            font-size: 42px;
        }

    .center-circle1 {
        width: 120px;
        height: 120px;
    }
}

@media(max-width:768px) {

    .eco-platform-card {
        padding: 35px 25px;
        border-radius: 25px;
    }

        .eco-platform-card h3 {
            font-size: 36px;
            margin: 20px 0 10px;
        }

        .eco-platform-card p {
            font-size: 15px;
        }

    .eco-btn {
        width: 100%;
        text-align: center;
        padding: 16px;
    }

    .center-circle1 {
        width: 100px;
        height: 100px;
    }

        .center-circle1 h4 {
            font-size: 15px;
        }
}

@media(max-width:576px) {

    .ecosystem-platforms {
        padding: 80px 0;
    }

    .eco-platform-card {
        padding: 30px 20px;
    }

        .eco-platform-card h3 {
            font-size: 32px;
        }

    .platform-badge {
        font-size: 11px;
        padding: 8px 15px;
    }

    .center-circle1 {
        width: 90px;
        height: 90px;
        border-width: 4px;
    }

        .center-circle1 i {
            font-size: 20px;
            margin-bottom: 5px;
        }

        .center-circle1 h4 {
            font-size: 13px;
        }
}