@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&family=Syne:wght@300;400;500;600&display=swap');
@import url("./../../rvm-include/rvrh.css");



a:hover {
    text-decoration: none;

}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-8px)
    }
}

@keyframes rotateSlow {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes pulse {

    0%,
    100% {
        opacity: 0.4
    }

    50% {
        opacity: 1
    }
}

@keyframes marqueeAnim {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

@keyframes shimmer {
    0% {
        background-position: -200% center
    }

    100% {
        background-position: 200% center
    }
}

@keyframes chartGrow {
    from {
        transform: scaleY(0);
        transform-origin: bottom
    }

    to {
        transform: scaleY(1);
        transform-origin: bottom
    }
}

@keyframes countUp {
    from {
        opacity: 0;
        transform: scale(0.8)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}


*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-family: var(--rv-secondary-font);
    background: var(--rv-white);
    color: var(--rv-primary);
    font-size: 16px;
    overflow-x: hidden
}

.main-section {
    padding: 70px 0;
}

img {
    max-width: 100%;
    display: block
}

a {
    text-decoration: none;
    color: inherit
}

.mainhadding {
    padding-bottom: 10px;

    .small {
        background: var(--rv-secondary);
        padding: 5px 15px;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 600;
    }

    h3 {
        font-size: 40px;
        position: relative;
        font-family: var(--rv-primary-font);
        width: fit-content;
        margin-bottom: 20px;
        color: var(--rv-primary);

        span {
            color: var(--rv-secondary);
            font-style: italic;
        }

        &::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            right: 0;
            margin: 0 auto;
            height: 3px;
            border-radius: 50px;
            width: 90%;
            background: var(--rv-secondary);

        }
    }

    p {
        color: var(--rv-primary);
    }
}

.pfs-hero {
    background: var(--rv-new-rgb);
    min-height: 640px;
    position: relative;
    overflow: hidden;
    align-items: center;
}

.pfs-hero-ambient {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 60% at 75% 40%, rgba(196, 151, 90, .09) 0%, transparent 65%),
        radial-gradient(ellipse 30% 40% at 20% 80%, rgba(196, 151, 90, .05) 0%, transparent 60%);
}

.pfs-hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(196, 151, 90, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(196, 151, 90, .04) 1px, transparent 1px);
    background-size: 60px 60px;
    animation: fadeIn 2s ease both .5s;
    opacity: 0;
}



.pfs-hero {
    .row {
        align-items: center;
    }

    .pfs-hero-left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        z-index: 2;

        .pfs-hero-tag-pill {
            height: 1px;
            width: 28px;
            background: var(--rv-secondary)
        }

        .pfs-hero-tag {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 15px;
            animation: fadeUp .8s cubic-bezier(.16, 1, .3, 1) both .2s;
        }

        .pfs-hero-tag-text {
            letter-spacing: .25em;
            text-transform: uppercase;
            color: var(--rv-white);
            font-weight: 500
        }

        h1 {
            font-family: var(--rv-primary-font);
            font-size: 54px;
            line-height: 70px;
            color: #fff;
            font-weight: 400;

            margin-bottom: 15px;
            animation: fadeUp 1s cubic-bezier(.16, 1, .3, 1) both .35s;

            .pfs-h1-em {
                font-style: italic;
                display: block;
                color: transparent;
                background: linear-gradient(135deg, var(--rv-white), var(--rv-secondary));
                -webkit-background-clip: text;
                background-clip: text;
                animation: fadeUp 1s cubic-bezier(.16, 1, .3, 1) both .5s, shimmer 3s linear infinite 1.5s;
                background-size: 200% 100%;
            }


        }

        p {
            color: var(--rv-white);
            max-width: 450px;
            font-weight: 300;
            letter-spacing: .02em;
            margin-bottom: 44px;
            animation: fadeUp 1s cubic-bezier(.16, 1, .3, 1) both .65s;
        }
    }

}

.bg-color {
    background: #f4f8fc;
}

.rbg-primary {
    background: var(--rv-new-rgb);

    .mainhadding {

        p,
        h3 {
            color: var(--rv-white);
        }
    }
}

.investor-section {
    .mainhadding {
        padding-bottom: 30px;
        text-align: center;

        h3 {
            margin: 10px auto;
        }

        p {
            text-align: center;
            padding-top: 20px;
        }
    }

    .tool-card {
        background: #fff;
        border: 1px solid var(--toolsbg);
        border-radius: 24px;
        padding: 40px 25px;
        box-shadow: 0 3px 12px var(--toolsbg);
        transition: .3s;
        text-align: center;

        &:hover {
            transform: translateY(-5px);
        }

        h4 {
            font-size: 20px;
            font-weight: 700;
            color: #001b4e;
            font-family: var(--rv-primary-font);
            margin-bottom: 15px;
        }

        p {
            color: #8a94a6;
            font-size: 16px;
            line-height: 1.7;
            text-align: center;
            margin: 0;
        }
    }





    .icon-circle {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        margin: 0 auto 25px;
        display: flex;
        background: var(--toolsbg);
        align-items: center;
        justify-content: center;
    }

    .icon-circle i {
        font-size: 34px;
        color: var(--toolscolor);
    }




    @media(max-width:767px) {
        .tool-card {
            padding: 30px 20px;
        }

        .tool-card h4 {
            font-size: 24px;
        }
    }
}

.pfs-process {
    .mainhadding {
        text-align: center;

        h3 {
            margin: 10px auto;


            span {
                display: block;
            }
        }

        p {
            text-align: center;
            padding-top: 20px;
        }
    }

    .ps-number {
        font-family: var(--rv-primary-font);
        font-size: 72px;
        font-weight: 400;
        color: var(--rv-secondary);
        line-height: 1;
        margin-bottom: 16px;
    }

    .ps-icon-line {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 20px
    }

    .ps-icon {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 1px solid var(--rv-secondary);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ps-icon i {
        color: var(--rv-black);
        font-size: 30px;
    }

    .ps-line {
        height: 1px;
        flex: 1;
        background: linear-gradient(to right, var(--rv-secondary), transparent);
    }

    .ps-title {
        font-weight: 500;
        color: var(--rv-secondary);
        letter-spacing: .04em;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .ps-desc {
        color: var(--rv-black);
        line-height: 1.8;
        font-weight: 300
    }

    .pfs-stats {
        background: var(--warm);
        position: relative;
        overflow: hidden;

        .container {
            position: relative;
        }
    }
}


.owl-carousel .owl-item {
    .btn-gold {

        &:hover {

            i {
                &::before {
                    color: var(--rv-secondary);
                }
            }
        }

        i {
            &::before {
                font-size: 16px;
                color: var(--rv-black);
            }
        }
    }
}








.pfs-hero-actions {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 48px;
    animation: fadeUp 1s cubic-bezier(.16, 1, .3, 1) both .8s;
}

.btn-gold {
    padding: 13px 30px;
    background: var(--rv-secondary);
    color: var(--rv-black);
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--rv-secondary-font);
    letter-spacing: .10em;
    cursor: pointer;
    border: 1px solid var(--rv-secondary);
    border-radius: 2px;
    transition: var(--trans);


}

.btn-gold:hover {
    background: var(--rv-primary);
    color: var(--rv-white);
}

.btn-outline-w {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 13px 24px;
    background: transparent;
    border: 1px solid var(--rv-white);
    color: var(--rv-white);
    letter-spacing: .10em;
    text-transform: uppercase;
    font-weight: 400;
    font-family: var(--rv-secondary-font);
    cursor: pointer;
    border-radius: 2px;
    transition: var(--trans);
}

.btn-outline-w:hover {
    background: #ffffff1f;
    color: var(--rv-white)
}

.pfs-hero-apps {
    display: flex;
    gap: 12px;
    animation: fadeUp 1s cubic-bezier(.16, 1, .3, 1) both .95s;
}

.pfs-app-badge {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 16px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 3px;
    cursor: pointer;
    transition: var(--trans);
}

.pfs-app-badge:hover {
    border-color: rgba(196, 151, 90, .4)
}

.pfs-app-badge i {
    color: rgba(255, 255, 255, .6);
    font-size: 18px
}

.pfs-app-sub {
    color: rgba(255, 255, 255, .3);
    text-transform: uppercase;
    letter-spacing: .1em;
    display: block
}

.pfs-app-name {
    color: rgba(255, 255, 255, .8);
    font-weight: 500;
    display: block
}

.pfs-hero-right {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 16px;
    overflow: visible;
    min-height: 620px;
}

.pfs-hero-app-wrap {
    position: relative;
    width: 100%;
    max-width: 580px;
    animation: fadeIn 1.2s ease both 0.6s;
}

.pfs-hero-app-img {
    width: auto;
    height: 580px;
    max-width: 100%;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    border-radius: 8px;
    animation: float 6s ease-in-out infinite 1s;
    filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.8));
    margin: 0 auto;
}

.pfs-hero-app-wrap::after {
    content: '';
    position: absolute;
    bottom: -24px;
    left: 5%;
    right: 5%;
    height: 80px;
    background: radial-gradient(ellipse, rgba(196, 151, 90, 0.3) 0%, transparent 70%);
    filter: blur(20px);
    z-index: -1;
    border-radius: 50%;
}

.pfs-app-chip {
    position: absolute;
    padding: 8px 13px;
    background: #2272b7eb;
    border: 1px solid rgba(196, 151, 90, 0.3);
    border-radius: 6px;
    text-align: center;
    backdrop-filter: blur(8px);
    animation: fadeIn 0.8s ease both;
}

.pfs-app-chip.c1 {
    top: 10%;
    right: -10px;
    animation-delay: 1.2s
}

.pfs-app-chip.c2 {
    bottom: 22%;
    right: -10px;
    animation-delay: 1.5s
}

.pfs-app-chip.c3 {
    bottom: 6%;
    left: 6%;
    animation-delay: 1.8s
}

.pfs-app-chip-val {
    font-family: var(--rv-primary-font);
    color: var(--rv-white);
    display: block;
    line-height: 1;
    font-size: 18px;
    font-weight: 400
}

.pfs-app-chip-lbl {
    color: var(--rv-white);
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-top: 2px;
    display: block
}


@keyframes scoresSlideUp {
    from {
        opacity: 0;
        transform: translateY(48px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scoresPopIn {
    from {
        opacity: 0;
        transform: scale(0.88) translateY(24px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

#myDIV {
    display: none;
    position: fixed !important;
    bottom: 148px !important;
    right: 28px !important;
    width: 360px !important;
    max-width: calc(100vw - 40px) !important;
    background: #1c1c1c !important;
    border: 1px solid rgba(196, 151, 90, 0.25) !important;
    border-top: 3px solid #C4975A !important;
    border-radius: 6px 6px 4px 4px !important;
    padding: 24px 24px 20px !important;
    z-index: 99989 !important;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.7) !important;
    color: rgba(255, 255, 255, 0.75) !important;
}

#myDIV.pfs-scores-open {
    display: block !important;
    animation: scoresSlideUp 0.55s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
}

#myDIV.remove {
    display: none !important;
}

.pfs-scores-bar .scores-body {
    width: 100%
}

.pfs-scores-bar .pInfo {
    font-weight: 700;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
}

.pfs-scores-bar .pInfo::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--rv-secondary);
    flex-shrink: 0;
    animation: pulse 2s infinite;
}

.pfs-scores-bar .ulInfo {
    list-style: none;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 14px;
}

.pfs-scores-bar .ulInfo li::before {
    content: 'â†’ ';
    color: rgba(196, 151, 90, 0.6)
}

.pfs-scores-bar .ulInfo .ulInfo {
    margin-left: 14px
}

.pfs-scores-bar a {
    display: inline-block;
    padding: 8px 18px;
    background: var(--rv-secondary);
    color: var(--rv-primary);
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    border-radius: 2px;
    transition: background 0.2s;
    text-decoration: none;
}

.pfs-scores-bar a:hover {
    background: var(--rv-secondary2);
    color: var(--rv-primary)
}

.pfs-scores-close {
    position: absolute;
    top: 10px;
    right: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    line-height: 1;
    transition: all 0.2s;
}

.pfs-scores-close:hover {
    background: rgba(196, 151, 90, 0.2);
    border-color: rgba(196, 151, 90, 0.4);
    color: var(--rv-secondary);
}

.pfs-ticker-wrap {
    background: var(--rv-primary);
    border-top: 1px solid rgba(196, 151, 90, .2);
    border-bottom: 1px solid rgba(196, 151, 90, .1);
    overflow: hidden;
}

.pfs-ticker-inner {
    position: relative;
    height: 48px
}

.section-micro {
    letter-spacing: .25em;
    text-transform: uppercase;
    color: var(--rv-secondary);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-micro::before {
    content: '';
    width: 20px;
    height: 1px;
    background: var(--rv-secondary)
}

.section-micro.centered {
    justify-content: center
}

.section-micro.centered::before {
    display: none
}




.about-section {
    .founder-row {
        padding-top: 10px;
    }

    .image {
        img {
            border-radius: 8px;
            animation: float 6s ease-in-out infinite 1s;
            filter: drop-shadow(0 14px 08px rgba(0, 0, 0, 0.8));
            margin: 0 auto;
        }
    }

    .founder-row:last-child {
        border-bottom: none;
        padding-bottom: 0
    }

    .pfs-about-right {
        background: var(--rv-white);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .about-heading {
        font-family: var(--rv-primary-font);
        font-size: 42px;
        font-weight: 400;
        line-height: 1.12;
        color: var(--rv-primary);
        margin: 24px 0;
        letter-spacing: -.02em;
    }

    .about-body {
        color: var(--rv-black);
        line-height: 1.95;
        font-weight: 300;
        margin-bottom: 20px;
        letter-spacing: .01em;
    }

    .about-body strong {
        color: var(--rv-primary);
        font-weight: 500
    }


    .about-heading em {
        font-style: italic;
        color: var(--rv-secondary)
    }


    .about-est {
        display: flex;
        gap: 20px;
        padding: 10px 0 20px;
        border: 1px solid #ddd;
        border-left: unset;
        border-right: unset;
    }

    .about-est-num {
        font-family: var(--rv-primary-font);
        font-size: 48px;
        color: var(--rv-secondary);
        font-weight: 400;
        line-height: 1
    }

    .about-est-text {
        color: #9CA3AF;
        line-height: 1.5;
        max-width: 160px
    }

    .pfs-about {

        min-height: 540px;
        background: linear-gradient(90deg, rgba(34, 114, 183, 1) 45%, rgba(255, 255, 255, 1) 45%);

    }

    .pfs-about-visual {
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: flex-end;
        max-width: 450px;
    }

    .pfs-about-visual-bg {
        position: absolute;
        inset: 0;
        background: radial-gradient(ellipse 70% 80% at 30% 60%, rgba(196, 151, 90, .1) 0%, transparent 70%);
    }

    .about-year-huge {
        position: absolute;
        bottom: -20px;
        left: -10px;
        font-family: var(--rv-primary-font);
        font-size: 200px;
        font-weight: 400;
        color: rgba(196, 151, 90, .05);
        line-height: 1;
        user-select: none;
        pointer-events: none;
        animation: fadeIn 1.5s ease both .5s;
    }

    .about-content-visual {
        position: relative;
        z-index: 2;
        padding: 56px 0;
        width: 100%
    }

    .about-founders-vertical {
        display: flex;
        flex-direction: row;
        gap: 24px
    }

    .founder-num {
        font-family: var(--rv-primary-font);
        font-size: 40px;
        font-weight: 400;
        color: var(--rv-secondary2);
        line-height: 1;
        min-width: 48px;
    }

    .founder-info-name {
        font-weight: 500;
        color: var(--rv-black);
        margin-bottom: 2px
    }

    .founder-info-role {
        color: var(--rv-black);


        font-style: italic;
        line-height: 1.5
    }

}





.pfs-process {
    overflow: hidden;
    position: relative;
}

.pfs-process-bg {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(-45deg, transparent, transparent 60px,
            rgba(196, 151, 90, .015) 60px, rgba(196, 151, 90, .015) 61px);
}

.pfs-process-header {
    padding: 0 48px;
    margin-bottom: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.process-heading {
    font-family: var(--rv-primary-font);
    font-size: 44px;
    font-weight: 400;
    color: var(--rv-black);
    line-height: 1.1;
    letter-spacing: -.02em;
    margin-top: 16px;
}

.process-heading em {
    color: var(--rv-secondary);
    font-style: italic
}

.process-sub {
    color: var(--rv-black);
    max-width: 200px;
    text-align: right;
    line-height: 1.7
}

.pfs-process-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    position: relative;
    z-index: 1;
}

.pfs-process-step {
    flex: 1;
    padding: 32px 36px 32px;
    position: relative
}

.pfs-process-step:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(196, 151, 90, .2), transparent);
}




.stats-bg-text {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-family: var(--rv-primary-font);
    font-size: 180px;
    font-weight: 400;
    color: rgba(196, 151, 90, .04);
    line-height: 1;
    user-select: none;
    pointer-events: none;
    white-space: nowrap;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1px solid rgba(10, 10, 10, .06);
    position: relative;
    z-index: 1;
}

.stat-item {
    padding: 30px;
    position: relative
}

.stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: rgba(10, 10, 10, .06);
}

.stat-n {
    font-family: var(--rv-primary-font);
    font-size: 56px;
    font-weight: 400;
    color: var(--rv-primary);
    line-height: 1;
    margin-bottom: 6px;
}

.stat-n span {
    font-size: 32px;
    color: var(--rv-secondary)
}

.stat-l {
    color: #9CA3AF;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 400
}

.pfs-corners {
    background: var(--rv-primary2);
    padding: 80px 0
}

.pfs-corners-header {
    padding: 0 48px 48px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.corners-h {
    font-family: var(--rv-primary-font);
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -.02em;
    margin-top: 12px;
}

.corners-h em {
    font-style: italic;
    color: var(--rv-secondary)
}

.corners-nav {
    display: flex;
    gap: 4px
}

.cn-btn {
    padding: 7px 16px;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-family: var(--rv-secondary-font);
    font-weight: 500;
    cursor: pointer;
    border-radius: 2px;
    border: none;
    transition: var(--trans);
}

.cn-active {
    background: var(--rv-secondary);
    color: var(--rv-primary)
}

.cn-inactive {
    background: rgba(255, 255, 255, .05);
    color: rgba(255, 255, 255, .4)
}

.cn-inactive:hover {
    background: rgba(255, 255, 255, .09)
}

.pfs-corners-feature {
    padding: 0 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.cf-icon-wrap {
    width: 56px;
    height: 56px;
    border: 1px solid rgba(196, 151, 90, .25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.cf-icon-wrap i {
    color: var(--rv-secondary);
    font-size: 22px
}

.cf-title {
    font-family: var(--rv-primary-font);
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 14px;
}

.cf-desc {
    color: rgba(255, 255, 255, .4);
    line-height: 1.85;
    font-weight: 300;
    margin-bottom: 28px
}

.cf-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--rv-secondary);
    font-weight: 500;
    cursor: pointer;
    border-bottom: 1px solid rgba(196, 151, 90, .3);
    padding-bottom: 2px;
}

.cf-chart {
    width: 100%;
    max-width: 270px;
    background: rgba(255, 255, 255, .02);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 8px;
    padding: 24px;
}

.cf-chart-label {
    color: rgba(255, 255, 255, .3);
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 12px
}

.cf-chart-val {
    font-family: var(--rv-primary-font);
    font-size: 28px;
    color: var(--rv-secondary);
    margin-bottom: 20px
}

.cf-bars {
    display: flex;
    gap: 6px;
    align-items: flex-end;
    height: 64px
}

.cf-bar {
    flex: 1;
    border-radius: 2px 2px 0 0;
    background: rgba(196, 151, 90, .12);
    position: relative;
    overflow: hidden
}

.cf-bar-fill {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--rv-secondary);
    border-radius: 2px 2px 0 0;
    animation: chartGrow 1.2s cubic-bezier(.16, 1, .3, 1) both;
}


.dl-badge:hover {
    background: var(--rv-primary)
}

.dl-badge i {
    color: var(--rv-primary);

    font-size: 28px
}

.dlb-sub {
    color: var(--rv-primary);
    text-transform: uppercase;
    letter-spacing: .08em;
    display: block
}

.dlb-name {
    color: #fff;
    font-weight: 500;
    display: block
}

.pfs-phone-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-device {
    width: 190px;
    background: var(--rv-primary);
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, .08);
    overflow: hidden;
    box-shadow: 0 48px 80px rgba(10, 10, 10, .25);
    animation: float 5s ease-in-out infinite 1s;
}

.phone-notch-area {
    height: 26px;
    background: #050505;
    display: flex;
    align-items: center;
    justify-content: center
}

.phone-notch-pill {
    width: 54px;
    height: 5px;
    background: #080808;
    border-radius: 3px
}

.phone-body-area {
    padding: 14px
}

.phone-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px
}

.phone-logo-text {
    font-family: var(--rv-primary-font);
    color: var(--rv-secondary);
    font-weight: 400
}

.phone-greet {
    color: rgba(255, 255, 255, .3);
    margin-bottom: 2px
}

.phone-pval {
    font-family: var(--rv-primary-font);
    color: #fff;
    font-weight: 400;
    margin-bottom: 3px
}

.phone-pchg {
    color: #5DCAA5;
    margin-bottom: 12px
}

.phone-mini-chart {
    height: 52px;
    background: rgba(196, 151, 90, .06);
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative
}

.phone-mini-chart svg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.phone-funds {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.pf-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 8px;
    background: rgba(255, 255, 255, .03);
    border-radius: 3px
}

.pf-name {

    color: rgba(255, 255, 255, .5)
}

.pf-ret {

    color: #5DCAA5;
    font-weight: 500
}

.pfs-contact-video {
    background: var(--rv-secondary);
    display: flex;
    flex-direction: column;
    gap: 56px;

    .rvfrhcontent-box .form-group label {
        color: var(--rv-white);
    }


}

.rvcontact-video {
    .section-micro-light {
        color: var(--rv-white);
    }
}

.pfs-news-col .section-micro-light {
    margin-bottom: 16px;

}

.pfs-news-inner {

    color: rgba(255, 255, 255, .5);
    border-top: 1px solid rgba(196, 151, 90, .12);
    padding-top: 16px;
    margin-top: 4px;
}

.pfs-video-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}

.section-micro-light {

    letter-spacing: .25em;
    text-transform: uppercase;
    color: var(--rv-secondary);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.section-micro-light::before {
    content: '';
    width: 20px;
    height: 1px;
    background: var(--rv-secondary)
}

.pfs-video-box {
    width: 100%;
    aspect-ratio: 11/9;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .06);
}

.pfs-video-box iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0
}

.video-caption {

    color: rgba(255, 255, 255, .25);
    margin-top: 10px;
    font-style: italic
}

.pfs-news-heading {
    font-family: var(--rv-primary-font);
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 20px;
}

.sched-heading {
    font-family: var(--rv-primary-font);
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 28px;
}

.pfs-contact-video input,
.pfs-contact-video select,
.pfs-contact-video textarea {
    width: 100%;
    padding: 11px 14px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    color: #fff;
    font-family: var(--rv-secondary-font);

    border-radius: 2px;
    outline: none;
    transition: border-color .2s;
    margin-bottom: 10px;
}

.pfs-contact-video input:focus,
.pfs-contact-video select:focus,
.pfs-contact-video textarea:focus {
    border-color: rgba(196, 151, 90, .4)
}

.pfs-contact-video input::placeholder,
.pfs-contact-video textarea::placeholder {
    color: rgba(255, 255, 255, .2)
}

.pfs-contact-video select {
    color: rgba(255, 255, 255, .4);
    appearance: none
}

.pfs-contact-video button[type=submit] {
    width: 100%;
    padding: 13px;
    background: var(--rv-secondary);
    color: var(--rv-primary);

    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--rv-secondary-font);
    cursor: pointer;
    border: none;
    border-radius: 2px;
    transition: var(--trans);
}

.pfs-contact-video button[type=submit]:hover {
    background: var(--rv-secondary2)
}

.pfs-compliance {
    background: var(--rv-white);
    gap: 24px;
    overflow: visible;
    box-sizing: border-box;
    width: 100%;
}

.comp-item {
    padding: 28px 32px;
    border-radius: 8px;
    border: 1px solid var(--rv-secondary);
    margin-bottom: 30px;
}

.comp-icon {

    color: var(--rv-secondary);
    margin-bottom: 10px;
    display: block;
    font-size: 32px;
}

.comp-text {

    color: #6B7280;
    line-height: 1.85;
    font-style: italic;
    font-weight: 300
}

.comp-item-dark {
    padding: 28px 32px;
    background: var(--rv-secondary);
    border-radius: 4px;

    i {

        color: var(--rv-white);
        font-size: 32px;
    }

    .comp-dark-link,
    .comp-dark-text {
        color: var(--rv-white);
    }

}

.comp-dark-title {

    font-weight: 500;
    color: #fff;
    margin-bottom: 6px
}

.comp-dark-text {

    color: rgba(255, 255, 255, .4);
    line-height: 1.85;
    font-weight: 300
}

.comp-dark-link {

    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--rv-secondary);
    cursor: pointer;
    margin-top: 12px;
    display: inline-block;
    font-weight: 500;
}

.comp-grievance {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 28px;
    border-left: 2px solid rgba(196, 151, 90, .15);
}

.comp-grievance i {
    color: var(--rv-secondary);
    font-size: 22px;
    flex-shrink: 0
}

.comp-g-title {

    font-weight: 500;
    color: var(--rv-primary);
    margin-bottom: 3px
}

.comp-g-text {

    color: #9CA3AF;
    line-height: 1.6
}

.pfs-regulatory {
    background: var(--warm);
    align-items: start;
}

.reg-section-label {
    grid-column: 1/-1;

    letter-spacing: .25em;
    text-transform: uppercase;
    color: var(--rv-secondary);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
}

.reg-section-label::before {
    content: '';
    width: 20px;
    height: 1px;
    background: var(--rv-secondary)
}

.reg-block {
    padding: 32px;
    background: #fff;
    border-radius: 4px;
    border-top: 2px solid var(--rv-secondary);
}

.reg-name {
    font-family: var(--rv-primary-font);
    font-size: 22px;
    color: var(--rv-primary);
    margin-bottom: 6px;
    font-weight: 400
}

.reg-name .s {
    color: #E24B4A
}

.reg-sub {

    font-weight: 500;
    color: var(--rv-primary);
    margin-bottom: 10px;
    letter-spacing: .03em
}

.reg-desc {

    color: #6B7280;
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 20px
}

.reg-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.reg-btn-dark {
    padding: 8px 16px;
    background: var(--rv-secondary);
    color: #fff;

    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: var(--rv-secondary-font);
    font-weight: 500;
    cursor: pointer;
    border: none;
    border-radius: 2px;
    transition: var(--trans);
}

.reg-btn-dark:hover {
    background: var(--rv-primary);
    color: var(--rv-white);
}

.reg-btn-out {
    padding: 8px 16px;
    background: transparent;
    border: 1px solid rgba(10, 10, 10, .15);
    color: var(--rv-primary);

    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: var(--rv-secondary-font);
    font-weight: 400;
    cursor: pointer;
    border-radius: 2px;
    transition: var(--trans);
}

.reg-btn-out:hover {
    border-color: var(--rv-secondary);
    color: var(--rv-secondary)
}

.pfs-sebi-images {
    align-items: center;
}

.pfs-sebi-images img {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06)
}

.sebi-action-links {
    list-style: none;
    display: flex;
    gap: 10px;
    margin-top: 14px;
    flex-wrap: wrap
}

.sebi-action-links a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: var(--rv-secondary);
    color: var(--rv-white);
    border-radius: 2px;

    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 500;
    transition: var(--trans);
}

.sebi-action-links a:hover {
    background: var(--rv-primary);
    color: var(--rv-white)
}

a.request_call_back,
.pfsl-primary-btn.request_call_back {
    position: fixed !important;
    bottom: 84px !important;
    right: 28px !important;
    background: var(--rv-secondary) !important;
    color: var(--rv-primary) !important;
    padding: 12px 24px !important;
    border-radius: 2px !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-family: var(--rv-secondary-font) !important;
    box-shadow: 0 8px 24px rgba(196, 151, 90, .35) !important;
    z-index: 9990 !important;
    cursor: pointer !important;
    border: none !important;
    text-decoration: none !important;
    line-height: 1 !important;
}

.will-reveal {
    opacity: 1;
}

.will-reveal-left {
    opacity: 1;
}

.pfs-contact-video.latest-news {
    background: var(--rv-white);

}

@media(max-width:900px) {

    .pfs-hero,
    .pfs-about,
    .pfs-contact-video,
    .pfs-app,
    .pfs-compliance,
    .pfs-regulatory,
    .pfs-sebi-images {
        grid-template-columns: 1fr !important
    }


    .pfs-contact-video {
        gap: 32px !important;
        padding: 40px 20px !important
    }

    .pfs-video-form-row {
        grid-template-columns: 1fr !important;
        gap: 32px !important
    }

    .pfs-process-steps {
        grid-template-columns: 1fr !important
    }

    .pfs-corners-feature {
        grid-template-columns: 1fr !important
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr) !important
    }




    .pfs-h1 {
        font-size: 38px !important
    }

    .about-heading,
    .app-heading,
    .process-heading {
        font-size: 28px !important
    }

    .about-year-huge {
        font-size: 100px !important
    }

    .pfs-hero-right {
        padding: 0 16px 24px !important
    }

    .pfs-hero-app-chip {
        display: none
    }

    .stats-bg-text {
        display: none
    }
}



.pfs-footer-alert {
    background: var(--rv-black);
    padding: 12px 0;
    font-family: var(--rv-secondary-font);
    color: var(--rv-white);
    line-height: 1.7;
    font-weight: 500;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.pfs-footer-alert strong {
    font-weight: 700;
    color: var(--rv-white);
}

.pfs-footer-alert a {
    color: var(--rv-white) !important;
    text-decoration: underline
}

.pfs-footer-alert .pfs-fa-marquee {
    white-space: nowrap;
    color: var(--rv-white);
    margin-top: 4px;
}

/* Main footer body */
.pfs-footer {
    background: var(--rv-new-rgb);
    font-family: var(--rv-secondary-font);
}

/* 3-column grid */
.pfs-footer-main {
    display: grid;
    grid-template-columns: 2fr 1fr 1.4fr;
    gap: 48px;
    padding: 56px 0 44px;
}

@media(max-width:900px) {
    .pfs-footer-main {
        grid-template-columns: 1fr !important;
        padding: 36px 20px !important;
        gap: 32px
    }

    .pfs-footer-alert {
        padding: 12px 20px !important
    }

    .pfs-footer-bottom,
    .pfs-footer-reg {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
}

/* Brand column */
.pfs-f-brand-logo {
    font-family: var(--rv-primary-font);
    color: #fff;
    font-weight: 400;
    letter-spacing: .02em;
    margin-bottom: 4px;
}

.pfs-f-brand-logo span {
    color: var(--rv-secondary)
}

.pfs-f-tagline {
    font-family: var(--rv-primary-font);
    color: var(--rv-white);
    font-style: italic;
    margin-bottom: 18px;
}

.pfs-f-info {
    color: var(--rv-white);
    line-height: 1.95;
    font-weight: 300;
}

.pfs-f-info a {
    color: var(--rv-secondary);
    text-decoration: none
}

.pfs-f-info a:hover {
    color: var(--rv-secondary2)
}

.pfs-f-info strong {
    color: var(--rv-white);
    font-weight: 500
}

/* EPF badge */
.pfs-epf-block {
    margin-top: 16px;
    padding: 14px 16px;
    border: 1px solid rgba(196, 151, 90, .12);
    border-radius: 3px;
    color: var(--rv-white);
    line-height: 1.8;
    font-weight: 300;
}

.pfs-epf-block strong {
    color: var(--rv-primary);
    font-weight: 500
}

/* Column headings */
.pfs-f-col-title {
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--rv-secondary);
    font-weight: 500;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pfs-f-col-title::before {
    content: '';
    width: 16px;
    height: 1px;
    background: var(--rv-secondary);
    flex-shrink: 0;
}

/* Quick links */
.pfs-f-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding-left: 0;

}

.pfs-f-links a {
    color: var(--rv-white);
    text-decoration: none;
    font-weight: 300;
    transition: color .2s;
    display: flex;
    align-items: center;
    gap: 6px;
}



.pfs-f-links a:hover {
    color: rgba(255, 255, 255, .7)
}

.pfs-f-links a:hover::before {
    color: var(--rv-secondary)
}

/* Contact rows */
.pfs-f-contact-list {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.pfs-f-contact-row {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: var(--rv-white);
    line-height: 1.65;
    font-weight: 300;
}

.pfs-f-contact-row i {
    color: var(--rv-secondary);
    margin-top: 1px;
    flex-shrink: 0;
}

.pfs-f-contact-row a {
    color: var(--rv-white);
    text-decoration: none;
    transition: color .2s
}

.pfs-f-contact-row a:hover {
    color: var(--rv-secondary)
}

/* Divider */
.pfs-footer-divider {
    height: 1px;
    background: rgba(255, 255, 255, .05);
    margin: 0 48px;
}

@media(max-width:900px) {
    .pfs-footer-divider {
        margin: 0 20px
    }
}

/* Bottom row */
.pfs-footer-bottom {
    padding: 16px 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.pfs-f-bottom-links {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.pfs-f-bottom-links a {
    color: var(--rv-white);
    text-decoration: none;
    font-weight: 300;
    transition: color .2s;
}

.pfs-f-bottom-links a:hover {
    color: var(--rv-primary);
}

.pfs-f-copy {
    color: var(--rv-white);
    font-weight: 300;
}

/* Reg bar */
.pfs-footer-reg {
    padding: 12px 48px;
    color: var(--rv-white);
    line-height: 1.8;
    text-align: center;
    font-weight: 300;
    border-top: 1px solid rgba(255, 255, 255, .03);
}

.bottom-scroller {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 9985;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
}

.bottom-scroller.active {
    opacity: 1;
    pointer-events: auto
}

.bottom-scroller .scroller {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--rv-primary3);
    border: 1px solid rgba(196, 151, 90, .3);
    color: var(--rv-secondary);
    text-decoration: none;
    transition: all .2s;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .4);
}

div#acc-page-wrapper .navbar {
    min-height: auto;
    margin: 0;
}

.bottom-scroller .scroller span {
    display: none
}

.bottom-scroller .scroller:hover {
    background: var(--rv-secondary);
    color: var(--rv-primary);
    border-color: var(--rv-secondary);
    transform: translateY(-2px);
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400&family=Syne:wght@300;400;500;600&display=swap');

.pfs-nav {
    position: sticky;
    top: 0;
    z-index: 9997;
    background: #ffffff;
    border-bottom: 3px solid #3794d1;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    font-family: 'Syne', system-ui, sans-serif;
    transition: box-shadow 0.3s ease, background 0.3s ease;
}

.pfs-nav.stickyhead {
    box-shadow: 0 4px 24px rgba(55, 148, 209, 0.18), 0 2px 8px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

/* Inner layout */
.pfs-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 36px;
    height: 64px;

    margin: 0 auto;
    gap: 20px;
}

/* Logo */
.pfs-nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    text-decoration: none;
}

.pfs-nav-logo-img {
    height: 70px;
    width: auto;
    filter: none;
    transition: opacity 0.3s;
}

.pfs-nav-logo:hover .pfs-nav-logo-img {
    opacity: 0.82;
}

.pfs-nav-logo-text {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    color: #1a2332;
    letter-spacing: 0.04em;
    line-height: 1.2;
}

.pfs-nav-logo-text span {
    color: #3794d1;
}

/* Main links */
.pfs-nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2px;
    align-items: center;
    flex: 1;
    justify-content: center;
}

.pfs-nav-links>li {
    position: relative;
}

.pfs-nav-links>li>a,
.pfs-nav-links>li>.pfs-nav-dropdown-toggle {
    display: block;
    padding: 8px 11px;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 500;
    transition: color 0.25s;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Syne', system-ui, sans-serif;
    white-space: nowrap;
}

.pfs-nav-links>li>a:hover,
.pfs-nav-links>li>.pfs-nav-dropdown-toggle:hover,
.pfs-nav-links>li.pfs-has-dd:hover>a,
.pfs-nav-links>li.pfs-has-dd:hover>.pfs-nav-dropdown-toggle {
    color: #3794d1;
}

.pfs-nav-links>li>a.pfs-active {
    color: #3794d1;
}

/* Blue underline on hover */
.pfs-nav-links>li>a::after {
    content: '';
    display: block;
    height: 1px;
    background: #3794d1;
    width: 0;
    transition: width 0.25s ease;
    margin-top: 2px;
}

.pfs-nav-links>li>a:hover::after {
    width: 100%;
}

.pfs-nav-links>li>a.pfs-active::after {
    width: 100%;
}

/* Dropdown */
.pfs-nav-links>li.pfs-has-dd:hover .pfs-dd-menu,
.pfs-nav-links>li.pfs-has-dd:focus-within .pfs-dd-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.pfs-dd-menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 210px;
    background: #ffffff;
    border: 1px solid rgba(55, 148, 209, 0.15);
    border-top: 2px solid #3794d1;
    border-radius: 0 0 4px 4px;
    padding: 8px 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 9999;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}

.pfs-dd-menu a {
    display: block;
    padding: 9px 18px;
    color: #1a2332;
    text-decoration: none;
    letter-spacing: 0.06em;
    font-weight: 400;
    transition: color 0.2s, background 0.2s;
}

.pfs-dd-menu a:hover {
    color: #3794d1;
    background: rgba(55, 148, 209, 0.06);
}

.pfs-dd-sep {
    height: 1px;
    background: rgba(26, 35, 50, 0.08);
    margin: 4px 0;
}

.pfs-dd-chevron {
    margin-left: 4px;
    opacity: 0.5;
    transition: transform 0.2s;
}

.pfs-has-dd:hover .pfs-dd-chevron {
    transform: rotate(180deg);
}

/* Action buttons */
.pfs-nav-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.pfs-nav-btn-ghost {
    display: inline-block;
    padding: 7px 16px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 500;
    color: #3794d1;
    font-size: 14px;

    border: 1px solid #3794d1;
    border-radius: 1px;
    text-decoration: none;
    transition: all 0.2s;
    white-space: nowrap;
    font-family: 'Syne', system-ui, sans-serif;
}

.pfs-nav-btn-ghost:hover {
    color: #ffffff;
    background: #3794d1;
    border-color: #3794d1;
}

.pfs-nav-btn-gold {
    display: inline-block;
    padding: 7px 16px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    background: #ee595b;
    border: none;
    border-radius: 1px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
    white-space: nowrap;
    font-family: 'Syne', system-ui, sans-serif;
    position: relative;
}

.pfs-nav-btn-gold:hover {
    background: #d44547;
    color: #ffffff;
}

.pfs-nav-btn-gold .pfs-dd-menu {
    left: auto;
    right: 0;
    top: calc(100% + 8px);
}

.pfs-nav-btn-gold-wrap {
    position: relative;
}

.pfs-nav-btn-gold-wrap:hover .pfs-dd-menu,
.pfs-nav-btn-gold-wrap:focus-within .pfs-dd-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.pfs-nav-btn-gold-wrap .pfs-dd-menu {
    background: #ffffff;
}

.pfs-nav-btn-gold-wrap .pfs-dd-menu a {
    color: #1a2332;
}

.pfs-nav-btn-gold-wrap .pfs-dd-menu a:hover {
    color: #3794d1;
    background: rgba(55, 148, 209, 0.06);
}

/* Hamburger (mobile) */
.pfs-nav-toggle {
    display: none;
    background: none;
    border: 1px solid #3794d1;
    color: #3794d1;
    padding: 6px 10px;
    cursor: pointer;
    border-radius: 2px;
    transition: all 0.2s;
}

.pfs-nav-toggle:hover {
    border-color: #3794d1;
    color: #ffffff;
    background: #3794d1;
}

/* Notification dot */
.pfs-nav-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ee595b;
    display: inline-block;
    animation: pulse 2s infinite;
    margin-left: 5px;
    vertical-align: middle;
}

/* Mobile */
@media(max-width:1024px) {
    .pfs-nav-links {
        display: none;
    }

    .pfs-nav-toggle {
        display: block;
    }

    .pfs-nav-inner {
        padding: 0 20px;
    }

    .pfs-nav-links.pfs-open {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 64px;
        left: 0;
        right: 0;
        background: #ffffff;
        border-bottom: 1px solid rgba(55, 148, 209, 0.15);
        padding: 16px 0 24px;
        gap: 0;
        max-height: calc(100vh - 64px);
        overflow-y: auto;
        z-index: 9998;
    }

    .pfs-nav-links.pfs-open>li>a,
    .pfs-nav-links.pfs-open>li>.pfs-nav-dropdown-toggle {
        padding: 12px 28px;
    }

    .pfs-dd-menu {
        position: static;
        opacity: 1;
        pointer-events: auto;
        transform: none;
        border: none;
        border-left: 2px solid rgba(55, 148, 209, 0.25);
        margin: 0 28px 8px;
        background: rgba(55, 148, 209, 0.03);
        box-shadow: none;
        display: none;
    }

    .pfs-has-dd.pfs-dd-open .pfs-dd-menu {
        display: block;
    }
}


#myHeader {
    .navbar-nav {
        display: flex;
        float: unset;
        justify-content: end;

        li {
            &:last-child {
                a {
                    padding-right: 0;
                }
            }

        }
    }

    .top-section ul.contact1 {
        li {
            margin-left: 10px;

            a {
                border-radius: 3px;
                padding: 8px 15px;

                display: block;

                &.open_account {
                    border: 1px solid var(--rv-secondary);

                    &:hover {
                        color: var(--rv-secondary);
                    }
                }

                &:hover {
                    background-color: var(--rv-primary);
                }
            }

            .rvnewdm-menu {
                gap: 10px;

                li {
                    width: 100%;

                    a {
                        display: block;
                        background: unset;
                        text-align: left;
                        padding: 0;
                        color: var(--rv-white);

                        &:hover {
                            color: var(--rv-secondary);
                        }
                    }
                }
            }
        }
    }
}

.rbgride {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

@media only screen and (max-width:767px) {

    .rbgride {
        grid-template-columns: repeat(1, 1fr);
    }

}

.pfs-about {
    .section-micro {
        color: var(--rv-white);
    }
}

.features-sectionr {

    .mainhadding {
        padding-bottom: 0;

        p {
            margin-bottom: 0;

        }

        h3 {

            &::after {
                margin: 0;
            }

            span {
                display: block;
            }
        }
    }



    .rvp-hadding {
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto;
        padding: 0 20px;
        background: var(--rv-white);
    }

    .features-row {
        display: flex;
        flex-wrap: wrap;
        margin: -15px;
        align-items: center;
    }

    .features-row .features-icon {
        width: 100%;
        padding: 20px 0;
    }

    .features-row .features-icon .icone-row {
        display: flex;
        margin: -15px;
        flex-wrap: wrap;
    }

    @media only screen and (max-width: 767px) {
        .features-row .features-icon .icone-row {
            justify-content: center;
        }
    }

    .features-row .features-icon .icone-row .icone {
        padding: 15px;
        text-align: center;
    }

    .features-row .features-icon .icone-row .icone a {
        display: block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: var(--rv-primary);
        border: 1px solid var(--rv-secondary);
        box-shadow: 0 0 10px 0 var(--rv-secondary);
        padding: 15px;
    }

    .features-row .features-icon .icone-row .icone a.active {
        background: var(--rv-secondary);
    }

    .features-row .features-icon .icone-row .icone a.active img {
        width: 100%;
        filter: brightness(0) invert(0);
    }

    .features-row .features-icon .icone-row .icone a img {
        width: 100%;
    }

    .features-row .features-image {
        padding: 15px;
        max-width: 35%;
        width: 100%;
    }

    @media only screen and (max-width: 767px) {
        .features-row .features-image {
            max-width: 100%;
        }
    }

    .features-row .features-image .image img {
        height: 500px;
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%;
        filter: drop-shadow(2px 4px 6px #888);
    }

    .features-row .features-content {
        padding: 15px;
        max-width: 65%;
        width: 100%;
    }

    @media only screen and (max-width: 767px) {
        .features-row .features-content {
            max-width: 100%;
            text-align: center;
        }
    }



    .features-row .features-content {

        h5 {
            font-size: 18px;

        }

        p,
        h5 {
            text-transform: capitalize;
            color: var(--rv-white);
        }
    }

    .download-text {
        .text {
            p {
                min-height: 50px;
            }
        }
    }

    .stores {
        display: flex;
        flex-wrap: wrap;
        margin: -15px;
        padding-top: 5px
    }

    @media only screen and (max-width: 767px) {
        .stores {
            justify-content: center;
            margin-bottom: 30px
        }
    }

    .stores .stors {
        padding: 15px
    }

    .stores .stors:hover {
        transition: .5s;
        filter: unset
    }

    .stores .stors img {
        transition: .5s;
        height: 45px
    }

}

.getintouch-section {
    .rvfrhcontent-box .form-group label {
        color: var(--rv-white);

    }

    .image img {
        height: 450px;
        width: 100%;
        object-fit: cover;
        border-radius: 8px;
        animation: float 6s ease-in-out infinite 1s;
        filter: drop-shadow(0 14px 08px rgba(0, 0, 0, 0.8));
        object-position: top;
        margin-bottom: 20px;
    }

    .rvfrhcontent-box .form-group select,
    .rvfrhcontent-box .form-group input,
    .rvfrhcontent-box .form-group textarea {
        border: 1px solid var(--rv-secondary);
        background: #0000;
        color: var(--rv-secondary);
    }
}

.pagehadding {
    background: var(--rv-secondary);
    padding: 15px 0;
    margin-bottom: 30px;

    h3 {
        color: var(--rv-primary);
        margin: 0 auto;
        display: flex;
        align-items: center;
        gap: 20px;

        &::after {
            content: '';
            width: 50px;
            height: 2px;
            background: var(--rv-primary);
        }
    }
}