/********** Template CSS **********/
:root {
    --primary: #FFC700;
    --secondary: #FFC700;
    --light: #F7F7F5;
    --dark: #1A1A1A;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}

/*** Button ***/
.btn {
    transition: .5s;
}

.btn:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.btn.btn-primary {
    color: #1A1A1A;
    background: #FFC700;
    border-color: #FFC700;
    font-weight: 600;
}

.btn.btn-primary:hover {
    color: #1A1A1A;
    background: #E6B400;
    border-color: #E6B400;
    box-shadow: 0 8px 20px rgba(255, 199, 0, 0.25);
}

.btn.btn-light {
    color: #1A1A1A;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    font-weight: 500;
    color: var(--light);
    outline: none;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--light);
}

.sticky-top.navbar:not(.navbar-2finance) .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
}

.sticky-top.navbar:not(.navbar-2finance) .navbar-nav .nav-link:hover,
.sticky-top.navbar:not(.navbar-2finance) .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar:not(.navbar-2finance) {
        position: relative;
        background: #FFFFFF;
    }

    .navbar:not(.navbar-2finance) .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar:not(.navbar-2finance) .navbar-nav .nav-link,
    .sticky-top.navbar:not(.navbar-2finance) .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark);
    }

    .navbar:not(.navbar-2finance) .navbar-nav .nav-link:hover,
    .navbar:not(.navbar-2finance) .navbar-nav .nav-link.active {
        color: var(--primary);
    }

    .navbar:not(.navbar-2finance) .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
    }
    
    .sticky-top.navbar:not(.navbar-2finance) {
        position: fixed;
        background: #FFFFFF;
    }

    .sticky-top.navbar:not(.navbar-2finance) .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar .navbar-nav .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .navbar-nav .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .sticky-top.navbar:not(.navbar-2finance) .btn {
        color: var(--light);
        background: var(--primary);
        border-color: var(--primary);
    }
}


/*** Hero Header ***/
.hero-header {
    margin-bottom: 6rem;
    padding: 9rem 0;
    background: url(../img/bg-bottom.png) center bottom no-repeat;
}

@media (max-width: 991.98px) {
    .hero-header {
        padding: 6rem 0 9rem 0;
    }
}


/*** Feature ***/
.feature-item,
.advanced-feature-item {
    height: 100%;
    transition: .5s;
}

.feature-item:hover {
    margin-top: -15px;
}

.advanced-feature-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.advanced-feature-item * {
    transition: .5s;
}

.advanced-feature-item:hover {
    background: var(--primary);
}

.advanced-feature-item:hover * {
    color: #FFFFFF !important;
}


/*** Process ***/
.process {
    padding: 0;
    list-style: none;
}

.process li {
    position: relative;
    display: flex;
    padding-bottom: 25px;
}

.process li::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 20px;
    background: var(--primary);
}

.process li:last-child {
    padding-bottom: 0;
}

.process li:last-child:after {
    display: none;
}

.process li span {
    position: relative;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #1A1A1A;
    background: var(--primary);
    border-radius: 40px;
    z-index: 1;
}

.process li p {
    margin: 0;
}


/*** Price ***/
.price-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.price-item:hover {
    margin-top: -10px;
}


/*** Testimonial ***/
.testimonial-carousel .testimonial-item {
    padding: 0 30px 30px 30px;
}

.testimonial-carousel .owl-nav {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 60px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}


/*** Footer ***/
.footer {
    margin-top: 6rem;
    padding-top: 3rem;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #858585;
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social .social-icon {
    width: 1.1rem;
    height: 1.1rem;
    flex-shrink: 0;
    fill: currentColor;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: #858585;
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
    color: var(--light);
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.footer .copyright a:hover,
.footer .footer-menu a:hover {
    color: var(--secondary);
}


.footer {
    background: #1a1a1a !important;
}

.footer .copyright {
    background: #1a1a1a !important;
}
.bg-dark {
    background-color: #1a1a1a !important;
}


:root{
  --dark: #1A1A1A;
  --primary: #FFC700;
}

.bg-primary {
    background-color: #FFC700 !important;
}

.text-primary {
    color: #E0A800 !important;
}

.bg-light {
    background-color: #F7F7F5 !important;
}

.btn-square.bg-primary,
.btn-sm-square.bg-primary,
.btn-lg-square.bg-primary {
    color: #1A1A1A !important;
}

.navbar-2finance,
.hero-header {
    background: #1A1A1A !important;
}

.hero-header {
    margin-bottom: 0 !important;
}

.footer {
    margin-top: 0 !important;
}

.navbar-2finance {
    padding-top: 1.75rem !important;
    padding-bottom: 1.25rem !important;
}

.navbar-2finance.sticky-top,
.sticky-top.navbar-2finance {
    background: rgba(20, 20, 20, 0.96) !important;
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25) !important;
}

.navbar-2finance .navbar-brand {
    padding-top: 0;
    margin-right: 1rem;
}

.navbar-2finance .brand-logo-img {
    height: 44px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    display: block;
}

@media (min-width: 992px) {
    .navbar-2finance {
        padding-top: 2rem !important;
        padding-bottom: 1.5rem !important;
    }

    .navbar-2finance .brand-logo-img {
        height: 52px;
        max-width: 240px;
    }
}

.navbar-2finance .brand-accent {
    color: #FFC700;
}

.navbar-2finance .navbar-nav .nav-link {
    position: relative;
    padding: 0.5rem 0.85rem !important;
    margin-right: 0.25rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.82) !important;
    transition: color 0.2s ease;
}

.navbar-2finance .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0.85rem;
    right: 0.85rem;
    bottom: 0.15rem;
    height: 2px;
    background: #FFC700;
    transform: scaleX(0);
    transition: transform 0.2s ease;
}

.navbar-2finance .navbar-nav .nav-link:hover,
.navbar-2finance .navbar-nav .nav-link.active {
    color: #fff !important;
}

.navbar-2finance .navbar-nav .nav-link:hover::after,
.navbar-2finance .navbar-nav .nav-link.active::after {
    transform: scaleX(1);
}

.navbar-2finance .navbar-toolbar {
    flex-shrink: 0;
}

.navbar-2finance .lang-dropdown {
    position: relative;
}

.navbar-2finance .lang-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    min-width: 4.5rem;
    padding: 0.5rem 0.85rem;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.navbar-2finance .lang-dropdown-toggle:hover,
.navbar-2finance .lang-dropdown.open .lang-dropdown-toggle {
    background-color: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.35);
}

.navbar-2finance .lang-dropdown-toggle:focus {
    outline: none;
    border-color: #FFC700;
    box-shadow: 0 0 0 3px rgba(255, 199, 0, 0.25);
}

.navbar-2finance .lang-dropdown-chevron {
    width: 0.65rem;
    height: 0.65rem;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.navbar-2finance .lang-dropdown.open .lang-dropdown-chevron {
    transform: rotate(180deg);
}

.navbar-2finance .lang-dropdown-menu {
    position: absolute;
    top: calc(100% + 0.45rem);
    right: 0;
    z-index: 1050;
    min-width: 100%;
    margin: 0;
    padding: 0.35rem;
    list-style: none;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    border-radius: 0.75rem;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
}

.navbar-2finance .lang-dropdown.open .lang-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.navbar-2finance .lang-dropdown-menu button {
    display: block;
    width: 100%;
    padding: 0.55rem 0.75rem;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-align: left;
    color: #1A1A1A;
    background: transparent;
    border: 0;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.navbar-2finance .lang-dropdown-menu button:hover,
.navbar-2finance .lang-dropdown-menu button.active {
    color: #1A1A1A;
    background: rgba(255, 199, 0, 0.22);
}

.navbar-2finance .navbar-toggler:hover,
.navbar-2finance .navbar-toggler:focus {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: none;
}

.navbar-2finance .navbar-toggler-bars {
    display: block;
    width: 1.35rem;
    height: 1.35rem;
    pointer-events: none;
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.9rem;
}

.footer-copyright a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    border-bottom: none;
}

.footer-copyright a:hover {
    color: #FFC700;
}

@media (max-width: 991.98px) {
    .navbar-2finance {
        flex-wrap: wrap;
        align-items: center;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .navbar-2finance .navbar-brand {
        max-width: calc(100% - 8.5rem);
    }

    .navbar-2finance .brand-logo-img {
        height: 38px;
        max-width: 170px;
    }

    .navbar-2finance .navbar-collapse {
        flex-basis: 100%;
        margin-top: 0.75rem;
        padding: 0.85rem 1rem 1rem;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 1rem;
        background: rgba(255, 255, 255, 0.04);
        backdrop-filter: blur(12px);
    }

    .navbar-2finance .navbar-nav .nav-link {
        padding: 0.65rem 0.5rem !important;
        margin-right: 0;
        border-radius: 0.5rem;
    }

    .navbar-2finance .navbar-nav .nav-link:hover,
    .navbar-2finance .navbar-nav .nav-link.active {
        background: rgba(255, 255, 255, 0.06);
    }

    .navbar-2finance .navbar-nav .nav-link::after {
        display: none;
    }

    .navbar-2finance .navbar-toggler {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2.75rem;
        height: 2.75rem;
        padding: 0;
        color: #ffffff;
        border: 1px solid rgba(255, 255, 255, 0.24);
        border-radius: 0.75rem;
        background: rgba(255, 255, 255, 0.08);
        transition: background-color 0.2s ease, border-color 0.2s ease;
    }
}

@media (min-width: 992px) {
    .navbar-2finance .navbar-toggler {
        display: none !important;
    }

    .navbar-2finance .navbar-toolbar {
        order: 3;
    }

    .navbar-2finance .navbar-collapse {
        order: 2;
    }
}


/*** Redesign: sections ***/
.section-light {
    background: #F7F7F5;
}

.section-dark {
    background: #1A1A1A;
    color: rgba(255, 255, 255, 0.78);
}

.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark h5 {
    color: #FFFFFF;
}

.section-eyebrow {
    display: inline-block;
    margin-bottom: 0.75rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #C99F00;
}

.section-dark .section-eyebrow {
    color: #FFC700;
}

.title-bar {
    display: block;
    width: 56px;
    height: 4px;
    margin: 1rem 0 1.5rem;
    border-radius: 2px;
    background: #FFC700;
}

.title-bar.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.text-accent {
    color: #FFC700 !important;
}

/*** Redesign: hero ***/
.hero-tagline {
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #FFC700;
}

.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.hero-stat {
    padding: 0.45rem 1rem;
    font-size: 0.85rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    white-space: nowrap;
}

.hero-stat strong {
    color: #FFC700;
    font-weight: 700;
}

/*** Redesign: cards ***/
.card-2f {
    height: 100%;
    padding: 1.75rem;
    background: #FFFFFF;
    border: 1px solid #ECECEA;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(26, 26, 26, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card-2f:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(26, 26, 26, 0.1);
}

.icon-2f {
    width: 3.25rem;
    height: 3.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-bottom: 1.1rem;
    font-size: 1.3rem;
    color: #C99F00;
    background: rgba(255, 199, 0, 0.16);
    border-radius: 0.85rem;
}

.banner-2f {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.1rem 1.5rem;
    font-weight: 600;
    color: #1A1A1A;
    background: #FFF3CC;
    border: 1px solid rgba(255, 199, 0, 0.55);
    border-radius: 0.9rem;
}

.banner-2f i {
    color: #C99F00;
    font-size: 1.25rem;
}

/*** Redesign: compare table ***/
.compare-card {
    background: #FFFFFF;
    border: 1px solid #ECECEA;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(26, 26, 26, 0.05);
}

.compare-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.compare-table th,
.compare-table td {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #F0F0EE;
    vertical-align: top;
    font-size: 0.95rem;
    min-width: 180px;
}

.compare-table tbody tr:last-child th,
.compare-table tbody tr:last-child td {
    border-bottom: none;
}

.compare-table thead th {
    font-weight: 700;
    font-size: 1rem;
}

.compare-table thead .col-2f {
    background: #FFC700;
    color: #1A1A1A;
}

.compare-table thead .col-bank {
    background: #1A1A1A;
    color: #FFFFFF;
}

.compare-table td.col-2f {
    background: #FFFBEB;
    font-weight: 500;
}

.compare-table .row-label {
    font-weight: 600;
    color: #1A1A1A;
}

.compare-table td .fa-circle-check {
    color: #2BA84A;
    margin-right: 0.5rem;
}

.compare-table td .fa-circle-exclamation {
    color: #B7791F;
    margin-right: 0.5rem;
}

/*** Redesign: gains ***/
.gain-item {
    display: flex;
    gap: 1.25rem;
    height: 100%;
    padding: 1.5rem;
    background: #222222;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
}

.gain-item .icon-2f {
    margin-bottom: 0;
    color: #FFC700;
    background: rgba(255, 199, 0, 0.12);
}

.gain-item h5 {
    color: #FFC700;
}

.gain-item p {
    color: rgba(255, 255, 255, 0.72);
}

/*** Redesign: differentials ***/
.diff-item {
    display: flex;
    gap: 1.1rem;
    height: 100%;
    padding: 1.35rem;
    background: #FFFFFF;
    border: 1px solid #ECECEA;
    border-radius: 0.9rem;
    box-shadow: 0 8px 24px rgba(26, 26, 26, 0.04);
}

.diff-num {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #1A1A1A;
    background: #FFC700;
    border-radius: 0.6rem;
}

/*** Redesign: product grid ***/
.product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.5rem;
    background: #FFFFFF;
    border: 1px solid #ECECEA;
    border-radius: 1rem;
    text-decoration: none;
    color: #1A1A1A;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.product-card:hover {
    transform: translateY(-4px);
    border-color: #FFC700;
    box-shadow: 0 14px 34px rgba(26, 26, 26, 0.1);
    color: #1A1A1A;
}

.product-card h5 {
    margin-bottom: 0.75rem;
    font-size: 1.02rem;
}

.product-card .product-link {
    margin-top: auto;
    padding-top: 0.75rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #C99F00;
}
