﻿
/*bootstrap icons*/

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");

/*variables*/

:root {
    --primary: #06A3DA;
    --secondary: #EEF9FF;
    --tertiary: #091E3E;
    --card-bg: #EEF9FF;
}

.loader-section {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

    .loader-section .loader {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100px;
    }

    .loader-section .box {
        width: 20px;
        height: 20px;
        margin: 0 8px;
        border-radius: 50%;
        animation: jump_4123 0.7s ease-in-out infinite;
    }

        .loader-section .box:nth-child(1) {
            background-color: var(--primary);
            animation-delay: 0.1s;
        }

        .loader-section .box:nth-child(2) {
            background-color: #fff;
            animation-delay: 0.3s;
        }

        .loader-section .box:nth-child(3) {
            background-color: var(--primary);
            animation-delay: 0.5s;
        }

        .loader-section .box:nth-child(4) {
            background-color: #fff;
            animation-delay: 0.7s;
        }

@keyframes jump_4123 {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }
}


.header-top {
    height: 125px;
    position: relative;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

    .header-top.header-Sticky {
        position: sticky;
        top: -45px;
        z-index: 999;
        background-color: #fff;
    }

    .header-top .navbar-nav {
        margin-top: 10px;
    }

    .header-top::after {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 16%;
        height: 100%;
        top: 0;
        left: 0;
        background: var(--secondary);
        z-index: 1;
    }

@media (min-width: 992px) {
    .header-top::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 45px;
        top: 0;
        right: 0;
        background: var(--secondary);
        z-index: -1;
    }

    .navbar-brand-2 {
        display: none;
    }
}

@media (max-width: 991px) {
    .header-top {
        max-height: 80px;
    }

    .navbar {
        justify-content: space-between;
    }

    .header-top .container {
        max-height: 80px;
    }

    .navbar-brand {
        display: none;
    }

    .navbar-brand-2 {
        position: relative;
        overflow: hidden;
        width: 200px;
        height: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        z-index: 99;
    }

    .nav-bar .navbar a img {
        max-width: 75%;
    }

    .navbar-brand-2::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 600px;
        top: -200px;
        right: 0;
        background: var(--card-bg);
        transform: rotate(-18deg);
        z-index: -1;
    }

    .navbar-brand-2::after {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 5px;
        height: 600px;
        top: -200px;
        right: 18px;
        background: var(--bs-primary);
        transform: rotate(-18deg);
        z-index: -1;
    }

    .navbar.navbar-light {
        height: 100%;
        padding: 0;
    }

    .navbar .navbar-collapse {
        margin-top: -20px;
    }
}

.nav-bar .navbar {
    z-index: 9;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 50px;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
}

.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 0;
    margin-right: 10px;
}

.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: var(--primary);
}

@media (max-width: 991px) {
    .navbar {
        padding: 20px 0;
    }

        .navbar .navbar-nav .nav-link {
            padding: 0;
        }

        .navbar .navbar-nav .nav-item {
            display: flex;
            padding: 12px;
            flex-direction: column;
            justify-content: start;
            align-items: start;
        }

        .navbar .navbar-nav .nav-btn {
            display: flex;
            justify-content: start;
        }

        .navbar .navbar-nav {
            width: 100%;
            display: flex;
            margin-top: 20px;
            padding-bottom: 20px;
            margin-left: 50px;
            background: var(--bs-light);
        }

            .navbar .navbar-nav .nav-btn {
                display: flex;
                flex-direction: column;
            }

                .navbar .navbar-nav .nav-btn a.btn {
                    margin-right: 15px;
                }

        .navbar.navbar-expand-lg .navbar-toggler {
            padding: 8px 15px;
            border: 1px solid var(--bs-primary);
            color: var(--bs-primary);
        }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--secondary);
    color: var(--primary);
}

@media (min-width: 992px) {
    .navbar {
        padding: 20px 0;
    }

        .navbar .nav-btn {
            display: flex;
            align-items: center;
            justify-content: end;
        }

        .navbar .navbar-nav {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            background: var(--bs-light);
            white-space: nowrap;
            border-radius: 10px;
        }

            .navbar .navbar-nav a {
                font-size: 14px;
                margin-right: 15px !important;
            }
        /*.navbar .navbar-nav .nav-btn {
                width: 100%;
                display: flex;
                margin-left: auto;
            }*/

        .navbar .nav-item .dropdown-menu {
            display: block;
            visibility: hidden;
            top: 100%;
            transform: rotateX(-75deg);
            transform-origin: 0% 0%;
            border: 0;
            transition: .5s;
            opacity: 0;
        }

        .navbar .nav-item:hover .dropdown-menu {
            transform: rotateX(0deg);
            visibility: visible;
            margin-top: 19px;
            background: var(--bs-white);
            transition: .5s;
            opacity: 1;
            border-bottom: 1px solid var(--primary);
            border-left: 1px solid var(--secondary);
            border-right: 1px solid var(--secondary);
        }

            .navbar .nav-item:hover .dropdown-menu a {
                padding: 6px 16px;
                font-size: 15px;
                border-left: 2px solid transparent;
            }


                .navbar .nav-item:hover .dropdown-menu a:hover {
                    border-left: 2px solid var(--primary);
                }

    .header-top .navbar-brand {
        position: relative;
        overflow: hidden;
        padding: 40px 50px 40px 0;
        z-index: 99;
    }

    .navbar-brand::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 300px;
        height: 600px;
        top: -200px;
        right: 18px;
        background: var(--secondary);
        transform: rotate(-18deg);
        z-index: -1;
    }

    .navbar-brand::after {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 5px;
        height: 600px;
        top: -200px;
        right: 18px;
        background: var(--primary);
        transform: rotate(-18deg);
        z-index: -1;
    }
}

.header-top .topbar a {
    color: #888;
    text-decoration: none;
    text-transform: lowercase;
}

    .header-top .topbar a[href="/#clients"] {
        text-transform: capitalize;
    }

.header-top .social_icons a i {
    color: var(--primary);
}

.header-top .nav-btn .getApi-btn {
    background-color: transparent;
    border-radius: 50px;
    color: var(--primary);
    border: 1px solid var(--primary);
    box-shadow: none;
}

    .header-top .nav-btn .getApi-btn:hover {
        outline: 3px double var(--primary);
        animation: leftRight .5s ease-in-out;
        border: 1px solid transparent;
        box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
    }

@keyframes leftRight {

    100% {
        transform: scale(0.9);
    }
}


.header-top .header-contact a > i {
    padding-right: 7px;
    color: var(--primary);
}

.header-top .navbar-brand .logo {
    max-height: 80px;
    mix-blend-mode: darken;
}

.hero-section {
    height: calc(100vh - 35%);
    background-color: #ffffff;
}

.fintech-slider {
    padding: 40px 0;
    background-color: var(--secondary);
}

    .fintech-slider h1 {
        text-align: center;
        font-weight: 600;
        font-size: 25px;
        margin-bottom: 20px;
        width: 100%;
    }

        .fintech-slider h1 b {
            font-weight: 700;
            text-transform: capitalize;
            text-decoration: underline;
            color: var(--primary);
        }

.showcase {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 25px 0;
    overflow: hidden;
}

.slider {
    display: block;
    list-style: none;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.item {
    display: block;
    float: left;
    position: relative;
    width: 180px;
    height: 30px;
}

    .item img {
        vertical-align: middle;
        max-width: 100%;
        width: auto;
        height: 50px;
        padding-right: 50px;
        object-fit: contain;
    }


/*    mobile view */

@media only screen and (min-width:320px) and (max-width:767px) {

    .hero-section {
        height: 100vh !important;
    }

    .navbar .navbar-nav .nav-item:hover .dropdown-menu {
        width: 100%;
    }

        .navbar .navbar-nav .nav-item:hover .dropdown-menu .submenu a {
            padding: 7px 15px;
        }

    body .modal.show .modal-dialog {
        max-width: 80%;
        width: 100%;
    }

    .header-top .nav-btn {
        padding-left: 15px;
    }

        .header-top .nav-btn .getApi-btn {
            max-width: 80%;
            width: 100%;
            margin-bottom: 15px;
        }


    form[id="ctl02"] .project-success .text-center.card h4 {
        font-size: 1.7rem;
    }

    .fabVertical {
        left: 15px !important;
        top: 95% !important;
    }

    .fab .fabNav {
        gap: 5px !important;
        margin-left: 10px !important;
    }

    .header-top {
        padding: 0;
    }

    .navbar .navbar-nav .nav-item .dropdown-menu .submenu:hover > .dropdown-menu.inner {
        left: 5% !important;
        top: 80% !important;
        right: auto !important;
    }

    .navbar .navbar-nav .nav-item .dropdown-menu.inner .submenu-2:hover > .dropdown-menu.operator-dropdown {
        left: 7% !important;
        top: 80% !important;
        right: auto !important;
    }

    .dropdown-item {
        word-break: break-all;
        text-overflow: clip;
    }
    /*
    .navbar .navbar-nav .nav-item .dropdown-menu.inner .submenu-2:hover > .dropdown-menu.operator-dropdown {
        right: 70%;
        left: auto !important;
    }

    .navbar .navbar-nav .nav-item .dropdown-menu .submenu:hover > .dropdown-menu.inner{
        left:80%;
    }*/
    .header-top.header-Sticky {
        top: 0;
    }

    .header-top .container {
        padding: 0;
    }

    .header-top .mobile-logo {
        max-height: 30px;
    }

    .navbar-brand-2::before {
        background-color: var(--secondary);
    }

    .navbar.navbar-light {
        padding: 0 10px;
    }

    footer .footer-contact {
        text-align: left !important;
    }
}



.read-more {
    text-align: center;
    padding: 20px 0;
}


    .read-more .btn {
        position: relative;
        font-size: 16px;
        text-transform: capitalize;
        text-decoration: none;
        padding: 0.6em 2.3em;
        display: inline-block;
        cursor: pointer;
        border-radius: 6em;
        transition: all 0.2s;
        border: none;
        font-family: inherit;
        font-weight: 500;
        color: black;
        background-color: white;
        border: 1px solid var(--primary);
    }

        .read-more .btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }

        .read-more .btn:active {
            transform: translateY(-1px);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
        }

        .read-more .btn::after {
            content: "";
            display: inline-block;
            height: 100%;
            width: 100%;
            border-radius: 100px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            transition: all 0.4s;
        }

        .read-more .btn::after {
            background-color: #fff;
        }

        .read-more .btn:hover::after {
            transform: scaleX(1.4) scaleY(1.6);
            opacity: 0;
        }


/* sidebar form */

.sidebar_Form {
    position: fixed;
    left: -312px;
    top: 25%;
    z-index: 9999;
    transition: all .3s ease-in;
}

    .sidebar_Form.sidebarshow {
        left: -10px;
        transition: all .3s ease-in;
    }

        .sidebar_Form.sidebarshow i {
            transition: all .3s ease-in;
            transform: rotate(180deg);
        }

    .sidebar_Form .form-title i.bi-circle-fill {
        margin: 0 10px 0 0;
        color: red;
        animation: 1s infinite pulse;
        border-radius: 50%;
        display: inline-block;
    }

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .7);
    }

    100% {
        box-shadow: 0 0 0 11px transparent;
    }
}

.sidebar_Form .modern-form .form-icon {
    position: absolute;
    right: -10%;
    top: 40%;
    background-color: var(--primary);
    height: 45px;
    max-width: 80px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .sidebar_Form .modern-form .form-icon i {
        transition: all .3s ease-in;
        color: #fff;
    }

.sidebar_Form .modern-form {
    --primary: #3b82f6;
    --primary-dark: #2563eb;
    --primary-light: rgba(59, 130, 246, 0.1);
    --success: #10b981;
    --text-main: #1e293b;
    --text-secondary: #64748b;
    --bg-input: #f8fafc;
    position: relative;
    width: 300px;
    padding: 24px;
    background: #ffffff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.05), inset 0 0 0 1px rgba(148, 163, 184, 0.1);
    font-family: system-ui, -apple-system, sans-serif;
}

.sidebar_Form .form-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-main);
    margin: 0 0 24px;
    text-align: center;
    letter-spacing: -0.01em;
}

.sidebar_Form .input-group {
    margin-bottom: 16px;
}

.sidebar_Form .input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.sidebar_Form .form-input {
    width: 100%;
    height: 40px;
    padding: 0 36px;
    font-size: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: var(--bg-input);
    color: var(--text-main);
    transition: all 0.2s ease;
}

    .sidebar_Form .form-input::placeholder {
        color: var(--text-secondary);
    }

.sidebar_Form .input-icon {
    position: absolute;
    left: 12px;
    width: 16px;
    height: 16px;
    color: var(--text-secondary);
    pointer-events: none;
}

.sidebar_Form .password-toggle {
    position: absolute;
    right: 12px;
    display: flex;
    align-items: center;
    padding: 4px;
    background: none;
    border: none;
    color: var(--text-secondary);
    cursor: pointer;
    transition: all 0.2s ease;
}

.sidebar_Form .eye-icon {
    width: 16px;
    height: 16px;
}

.sidebar_Form .submit-button {
    position: relative;
    width: 100%;
    height: 40px;
    margin-top: 8px;
    background: var(--primary);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.2s ease;
}

.sidebar_Form .button-glow {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.2), transparent );
    transform: translateX(-100%);
    transition: transform 0.5s ease;
}

.sidebar_Form .form-footer {
    margin-top: 16px;
    text-align: center;
    font-size: 13px;
}

.sidebar_Form .login-link {
    color: var(--text-secondary);
    text-decoration: none;
    transition: all 0.2s ease;
}

    .sidebar_Form .login-link span {
        color: var(--primary);
        font-weight: 500;
    }


.sidebar_Form .form-input:hover {
    border-color: #cbd5e1;
}

.sidebar_Form .form-input:focus {
    outline: none;
    border-color: var(--primary);
    background: white;
    box-shadow: 0 0 0 4px var(--primary-light);
}

.sidebar_Form .password-toggle:hover {
    color: var(--primary);
    transform: scale(1.1);
}

.sidebar_Form .submit-button:hover {
    background: var(--primary-dark);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.25), 0 2px 4px rgba(59, 130, 246, 0.15);
}

    .sidebar_Form .submit-button:hover .button-glow {
        transform: translateX(100%);
    }

.sidebar_Form .login-link:hover {
    color: var(--text-main);
}

    .sidebar_Form .login-link:hover span {
        color: var(--primary-dark);
    }

/* Active States */
.sidebar_Form .submit-button:active {
    transform: translateY(0);
    box-shadow: none;
}

.sidebar_Form .password-toggle:active {
    transform: scale(0.9);
}

.sidebar_Form .form-input:not(:placeholder-shown):valid {
    border-color: var(--success);
}

    .sidebar_Form .form-input:not(:placeholder-shown):valid ~ .input-icon {
        color: var(--success);
    }

/* Animation */
@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-4px);
    }

    75% {
        transform: translateX(4px);
    }
}

.sidebar_Form .form-input:not(:placeholder-shown):invalid {
    border-color: #ef4444;
    animation: shake 0.2s ease-in-out;
}

    .sidebar_Form .form-input:not(:placeholder-shown):invalid ~ .input-icon {
        color: #ef4444;
    }

.aboutUs {
    padding: 40px 0;
    background-image: url(/Web/images/aboutBg.webp);
    background-position: center;
}

    .aboutUs h4 {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 20px;
        padding-bottom: 10px;
        position: relative;
        width: fit-content;
    }

        .aboutUs h4::after {
            content: '';
            height: 3px;
            width: 65px;
            display: block;
            background-color: var(--primary);
            position: absolute;
            left: 0;
            bottom: -5px;
        }

    .aboutUs .about-content {
        padding: 20px;
    }

        .aboutUs .about-content h5 i {
            color: var(--primary);
            text-decoration: underline;
        }

        .aboutUs .about-content h1 i {
            color: var(--primary);
            text-decoration: underline;
        }

        .aboutUs .about-content h5, h1 {
            line-height: 1.5;
            font-size: 1.25rem;
        }

    .aboutUs .our-mission {
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 8px 0;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
        padding: 15px;
        background-color: var(--card-bg);
    }

        .aboutUs .our-mission img {
            max-height: 90px;
            width: auto;
        }

        .aboutUs .our-mission h5::first-letter {
            font-size: 21px;
            color: var(--primary);
        }

.our-clients {
    padding: 40px 0;
}

    .our-clients h2 {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 20px;
        padding-bottom: 10px;
        position: relative;
        width: fit-content;
    }


        .our-clients h2::after {
            content: '';
            height: 3px;
            width: 65px;
            display: block;
            background-color: var(--primary);
            position: absolute;
            left: 0;
            bottom: -5px;
        }

    .our-clients .clients-wrap {
        border-top: 1px solid #c9c9c9;
        border-left: 1px solid #c9c9c9;
    }

        .our-clients .clients-wrap .client-logo {
            border-right: 1px solid #c9c9c9;
            border-bottom: 1px solid #c9c9c9;
            text-align: center;
        }

            .our-clients .clients-wrap .client-logo img {
                padding: 50px;
                max-width: 80%;
                transition: 0.3s;
            }

section,
.section {
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 60px 0;
    scroll-margin-top: 72px;
    overflow: clip;
}

@media (max-width: 1199px) {

    section,
    .section {
        scroll-margin-top: 57px;
    }
}

.services .service-item {
    background-color: var(--surface-color);
    box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
    padding: 60px 30px;
    transition: all ease-in-out 0.3s;
    border-radius: 18px;
    border-bottom: 5px solid transparent;
    height: 100%;
}

    .services .service-item .stretched-link {
        color: #000;
        text-decoration: none;
    }

    .services .service-item .icon {
        color: var(--contrast-color);
        background: var(--accent-color);
        margin: 0;
        width: 64px;
        height: 64px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        font-size: 28px;
        transition: ease-in-out 0.3s;
    }

    .services .service-item h3 {
        font-weight: 700;
        margin: 10px 0 15px 0;
        font-size: 22px;
        transition: ease-in-out 0.3s;
    }

    .services .service-item p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

@media (min-width: 1365px) {
    .services .service-item:hover {
        transform: translateY(-10px);
        border-color: var(--accent-color);
    }
}

.services .service-item .icon {
    color: #fff;
    background: var(--secondary);
    margin: 0;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    font-size: 28px;
    transition: ease-in-out 0.3s;
}

    .services .service-item .icon img {
        max-width: 65%;
        height: auto;
    }

.services .service-item:hover {
    transform: translateY(-10px);
    border-color: var(--primary);
}

    .services .service-item:hover .stretched-link {
        color: var(--primary);
    }

    .services .service-item:hover .icon {
        background-color: var(--primary);
    }

.section-title h2, h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    width: fit-content;
}

.section-title h1::after {
    content: '';
    height: 3px;
    width: 65px;
    display: block;
    background-color: var(--primary);
    position: absolute;
    left: 0;
    bottom: -5px;
}

.section-title h2::after {
    content: '';
    height: 3px;
    width: 65px;
    display: block;
    background-color: var(--primary);
    position: absolute;
    left: 0;
    bottom: -5px;
}

section,
.section {
    color: var(--default-color);
    padding: 40px 0;
    scroll-margin-top: 100px;
    overflow: clip;
}

.services.fetch {
    background-color: var(--card-bg);
    padding: 60px 0;
    scroll-margin-top: 100px;
    overflow: clip;
}

    .services.fetch .service-item {
        background-color: #fff;
    }

.call-to-action {
    background-image: url(/Web/VFWeb/images/call-to-action.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

    .call-to-action.career {
        background-attachment: fixed;
        background-image: url(/Web/images/career-bg.webp);
        background-blend-mode: multiply;
        background-color: #626262;
    }

    .call-to-action.faq {
        background-attachment: fixed;
        background-image: url(/Web/images/faq2.webp);
        background-blend-mode: multiply;
        background-color: #dedede;
    }

    .call-to-action.career a {
        background-color: var(--primary);
        border-color: var(--primary);
    }

        .call-to-action.career a:hover {
            background-color: transparent;
            border-color: #fff;
        }


    .call-to-action h3 {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 10px;
        color: #fff;
    }

    .call-to-action p {
        color: #fff;
    }

    .call-to-action .cta-btn {
        font-family: var(--heading-font);
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 40px;
        border-radius: 5px;
        transition: 0.5s;
        margin: 10px;
        border: 2px solid white;
        color: white;
        text-decoration: none;
    }

        .call-to-action .cta-btn:hover {
            background-color: var(--primary);
            border: 2px solid var(--primary);
        }

.footer {
    color: var(--default-color);
    background-color: var(--card-bg);
    font-size: 14px;
    padding-bottom: 50px;
    position: relative;
}

    .footer .footer-top {
        padding-top: 50px;
    }

    .footer .footer-about .logo {
        line-height: 1;
        margin-bottom: 8px;
    }

        .footer .footer-about .logo img {
            max-height: 80px;
            mix-blend-mode: darken;
        }

        .footer .footer-about .logo span {
            color: var(--heading-color);
            font-size: 30px;
            font-weight: 700;
            letter-spacing: 1px;
            font-family: var(--heading-font);
        }

    .footer .footer-about p {
        font-size: 14px;
        font-family: var(--heading-font);
    }

    .footer .social-links a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        border: 1px solid var(--primary);
        font-size: 16px;
        color: var(--accent-color);
        margin-right: 10px;
        transition: 0.3s;
    }

        .footer .social-links a:hover {
            background-color: var(--accent-color);
            color: var(--contrast-color);
            border-color: var(--accent-color);
        }

    .footer h4 {
        font-size: 16px;
        font-weight: bold;
        position: relative;
        padding-bottom: 12px;
    }

    .footer .footer-links {
        margin-bottom: 30px;
    }

    .footer .footer-contact .contact-details li {
        padding: 5px 0;
    }

        .footer .footer-contact .contact-details li a {
            color: #000;
            text-decoration: none;
        }

    .footer .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .footer .footer-links ul i {
            padding-right: 2px;
            font-size: 12px;
            line-height: 0;
        }

        .footer .footer-links ul li {
            padding: 10px 0;
            display: flex;
            align-items: center;
        }

            .footer .footer-links ul li a {
                text-decoration: none;
                color: #000;
            }

            .footer .footer-links ul li:first-child {
                padding-top: 0;
            }

        .footer .footer-links ul a {
            display: inline-block;
            line-height: 1;
        }

            .footer .footer-links ul a:hover {
                color: var(--accent-color);
            }

    .footer .footer-contact p {
        margin-bottom: 5px;
    }

    .footer .copyright {
        padding: 20px 0;
        background-color: #fff;
        box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
        color: #fff;
        border-radius: 50px;
    }

        .footer .copyright p {
            margin-bottom: 0;
            color: #000;
        }

.contactPage .info-item i {
    color: #fff;
    background: var(--primary);
    font-size: 20px;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
}

.contactPage .info-item h3 {
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.contactPage .info-item p, a {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.contactPage .info-item {
    padding: 10px 0;
    margin: 10px 0;
}

.contactPage input[class="form-control"], textarea {
    max-width: 100%;
}

.contactPage button[type="submit"] {
    background-color: var(--primary);
    border: none;
    padding: 6px 15px;
    border-radius: 3px;
    color: #fff;
}

.click-to-top {
    position: fixed;
    right: 20px;
    display: none;
    bottom: 20px;
}

    .click-to-top img {
        height: 60px;
        width: auto;
    }

.navbar .navbar-nav .nav-item:hover .dropdown-menu {
    display: inline-block;
}

.whyus-page {
    padding: 40px 0;
}

    .whyus-page h4 {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 20px;
        padding-bottom: 10px;
        position: relative;
        width: fit-content;
    }

    .whyus-page h1 {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 20px;
        padding-bottom: 10px;
        position: relative;
        width: fit-content;
    }

    .whyus-page h4:after {
        content: '';
        height: 3px;
        width: 65px;
        display: block;
        background-color: var(--primary);
        position: absolute;
        left: 0;
        bottom: -5px;
    }

    .whyus-page h1:after {
        content: '';
        height: 3px;
        width: 65px;
        display: block;
        background-color: var(--primary);
        position: absolute;
        left: 0;
        bottom: -5px;
    }

    .whyus-page i.fa {
        color: var(--primary);
    }

    .whyus-page h2.mb-1 {
        font-size: 25px;
        padding: 4px 0;
    }

    .whyus-page .Features {
        background-color: var(--card-bg);
    }

        .whyus-page .Features h6.section-title {
            color: var(--primary);
        }

        .whyus-page .Features h1.mb-2 {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 10px;
            position: relative;
            width: fit-content;
        }

        .whyus-page .Features h3.mb-2 {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 10px;
            position: relative;
            width: fit-content;
        }

            .whyus-page .Features h3.mb-2::after {
                content: '';
                height: 3px;
                width: 65px;
                display: block;
                background-color: var(--primary);
                position: absolute;
                left: 0;
                bottom: -5px;
            }

    .whyus-page .staff .team-item {
        background-color: var(--card-bg);
        box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    }

        .whyus-page .staff .team-item a {
            background-color: var(--primary);
            height: 30px;
            width: 30px;
            display: flex;
            justify-content: center;
            border: none;
            align-items: center;
        }

            .whyus-page .staff .team-item a i {
                color: #fff;
            }

        .whyus-page .staff .team-item img.img-fluid {
            max-height: 240px;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            transition: all .3s ease-in;
        }

    .whyus-page .features {
        padding: 20px 0;
        background-color: #fff;
    }

        .whyus-page .features h5.mb-1 {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 10px;
            position: relative;
            width: fit-content;
        }

            .whyus-page .features h5.mb-1:after {
                content: '';
                height: 3px;
                width: 65px;
                display: block;
                background-color: var(--primary);
                position: absolute;
                left: 0;
                bottom: -5px;
            }

        .whyus-page .features .advanced-feature-item {
            box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
            padding: 60px 30px;
            transition: all ease-in-out 0.3s;
            border-radius: 18px;
        }

            .whyus-page .features .advanced-feature-item i {
                color: var(--primary);
                background-color: #e6f8fe;
                padding: 25px;
                border-radius: 3px;
            }

    .whyus-page.default {
        background-color: var(--card-bg);
    }

        .whyus-page.default .features {
            background-color: transparent;
        }

        .whyus-page.default .flex-shrink-0 {
            background-color: #fff;
        }

/*       faq */

.relatedLinks {
    background-color: #fff;
    padding: 20px 25px 5px;
    box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
}

.faq-sidebar {
    box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
}

    .faq-sidebar img {
        max-width: 100%;
        width: 100%;
    }

.relatedLinks h2 {
    text-align: left;
    font-size: 20px;
    margin-bottom: 30px;
    position: relative;
}

    .relatedLinks h2::after {
        content: '';
        height: 3px;
        width: 65px;
        display: block;
        background-color: var(--primary);
        position: absolute;
        left: 0;
        bottom: -10px;
    }

.relatedLinks div ul {
    padding: 0;
    list-style-type: none;
}

    .relatedLinks div ul li {
        border-bottom: 1px double #cecece;
        font-size: 15px;
        position: relative;
        font-weight: 600;
        padding: 5px 20px 10px;
    }

        .relatedLinks div ul li a {
            color: #000;
            transition: all .3s ease-in;
        }

            .relatedLinks div ul li a:hover {
                color: var(--primary);
                letter-spacing: 0.5px;
                transition: all .3s ease-in;
            }

        .relatedLinks div ul li::before {
            content: '\2023';
            font-size: 30px;
            padding-right: 8px;
            color: var(--primary);
            position: absolute;
            left: 0;
            top: -5px;
        }

        .relatedLinks div ul li:nth-last-child(-n+1) {
            border: none;
        }

.accordionDiv .contents {
    padding: 0 15px 0 0;
    background: #f2f2f2;
}

.accordion-single-title {
    font-family: 'roboto';
    font-size: 16px;
}

.accordion-single-content p {
    padding: 15px;
    font-family: 'montserrat';
    font-size: 15px;
    color: #000;
}

.h2-Heading {
    text-align: left !important;
}

div.is-open h4 {
    background-color: var(--primary);
    color: #fff;
}

.testimonials .testimonial-item {
    background-color: var(--surface-color);
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
    padding: 30px;
    position: relative;
    height: 100%;
}

    .testimonials .testimonial-item .testimonial-img {
        width: 90px;
        border-radius: 50px;
        border: 6px solid var(--background-color);
        float: left;
        margin: 0 10px 0 0;
    }

    .testimonials .testimonial-item .testimonial-img {
        width: 90px;
        border-radius: 50px;
        border: 6px solid var(--background-color);
        float: left;
        margin: 0 10px 0 0;
    }

    .testimonials .testimonial-item .stars {
        margin: 10px 0;
    }

    .testimonials .testimonial-item p {
        font-style: italic;
        margin: 15px 0 0 0;
        padding: 0;
    }

    .testimonials .testimonial-item h3 {
        font-size: 18px;
        font-weight: 500;
        color: var(--primary);
        margin: 10px 0 5px 0;
    }

.testimonials .title-section h4 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    width: fit-content;
}

    .testimonials .title-section h4:after {
        content: '';
        height: 3px;
        width: 65px;
        display: block;
        background-color: var(--primary);
        position: absolute;
        left: 0;
        bottom: -5px;
    }

.banner {
    position: relative;
    overflow: hidden;
    background-color: var(--card-bg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
}

    .banner .container {
        position: relative;
        z-index: 99;
    }

    .banner::after {
        content: "";
        position: absolute;
        width: 100px;
        height: 500px;
        top: -200px;
        left: 0;
        background: var(--primary);
        transform: rotate(45deg);
        z-index: 1;
    }

    .banner::before {
        content: "";
        position: absolute;
        width: 100px;
        height: 500px;
        bottom: -200px;
        right: 0;
        background: var(--primary);
        transform: rotate(45deg);
        z-index: 1;
    }

    .banner .banner-design-1 {
        position: absolute;
        width: 30px;
        height: 500px;
        top: -165px;
        left: 0;
        background-color: #000;
        transform: rotate(45deg);
        z-index: 2;
    }

    .banner .banner-design-2 {
        position: absolute;
        width: 30px;
        height: 500px;
        bottom: -165px;
        right: 0;
        background-color: #000;
        transform: rotate(45deg);
        z-index: 2;
    }

    .banner h3.display-4 {
        font-size: 40px;
        font-family: sans-serif;
        font-weight: 600;
        line-height: 1.4em;
    }

    .banner h4 {
        color: var(--primary);
        font-size: 16px;
    }

    .banner a[href="services"] {
        box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
        background-color: #fff;
        font-weight: 600;
        font-size: 14px;
        text-transform: capitalize;
    }

        .banner a[href="services"]:hover {
            box-shadow: rgb(204, 219, 232) -3px -3px 6px 0px inset, rgba(255, 255, 255, 0.5) 3px 3px 6px 1px inset;
        }

.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu.inner {
    display: none;
}

.navbar .navbar-nav .nav-item .dropdown-menu .submenu {
    position: relative;
}

    /*   submenu */

    .navbar .navbar-nav .nav-item .dropdown-menu .submenu:hover > .dropdown-menu.inner {
        display: block !important;
        position: absolute;
        left: 100%;
        top: 0;
        margin-top: 7px;
        padding-top: 0;
    }

/*submenu 2*/

.navbar .navbar-nav .nav-item .dropdown-menu.inner .submenu-2:hover > .dropdown-menu.operator-dropdown {
    display: block !important;
    position: absolute;
    margin-top: 0;
    padding: 5px 0;
    left: 100%;
    top: 0;
}

.navbar .navbar-nav .nav-item .dropdown-menu .operator-dropdown {
    display: none;
}

.navbar .navbar-nav .nav-item .dropdown-menu.inner .submenu-2 {
    position: relative;
}

/*privacy policy*/

.privacy-policy {
    padding: 40px 0;
}

    .privacy-policy .primary-bg {
        background-color: var(--card-bg);
        padding: 10px 0 10px 20px;
        font-size: 15px;
        font-weight: normal;
        margin-top: 15px;
        border-radius: 5px;
    }

    .privacy-policy h1 {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 20px;
        padding-bottom: 10px;
        position: relative;
        width: fit-content;
    }

        .privacy-policy h1::after {
            content: '';
            height: 3px;
            width: 65px;
            display: block;
            background-color: var(--primary);
            position: absolute;
            left: 0;
            bottom: -5px;
        }

    .privacy-policy ul li {
        padding: 5px 0;
        color: #323232;
    }

    .privacy-policy p {
        padding: 5px 0;
        color: #323232;
    }

        .privacy-policy p b {
            text-decoration: underline;
        }

        .privacy-policy p a {
            text-decoration: underline;
            font-weight: bold;
            font-size: 16px;
        }

/*blogs */

.blogs .wrapper {
    display: flex;
    justify-content: center;
}

.blogs .card {
    overflow: hidden;
    box-shadow: 0px 2px 20px #d7dfe2;
    background: white;
    border-radius: 0.5rem;
    position: relative;
    width: 350px;
    margin: 1rem;
    transition: 250ms all ease-in-out;
    cursor: pointer;
}

    .blogs .card:hover {
        transform: scale(1.05);
        box-shadow: 0px 2px 40px #d7dfe2;
    }

.blogs .banner-img {
    position: absolute;
    object-fit: cover;
    height: 14rem;
    width: 100%;
}

.blogs .category-tag {
    font-size: 0.8rem;
    font-weight: bold;
    color: white;
    background: red;
    padding: 0.5rem 1.3rem 0.5rem 1rem;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    top: 1rem;
    border-radius: 0 2rem 2rem 0;
}

.blogs .popular {
    background: #ef257a;
}

.blogs .technology {
    background: #651fff;
}

.blogs .psychology {
    background: #e85808;
}

.blogs .card-body {
    margin: 15rem 1rem 1rem 1rem;
    padding: 0 5px;
}

.blogs .blog-hashtag {
    font-size: 0.9rem;
    font-weight: 500;
    color: #4d97b2;
}

.blogs .blog-title {
    line-height: 1.5rem;
    margin: 1rem 0 0.5rem;
    line-height: 1.4;
    font-size: 19px;
}

.blogs .blog-description {
    color: #616b74;
    font-size: 0.9rem;
}

.blogs .card-profile {
    display: flex;
    margin-top: 2rem;
    align-items: center;
}

.blogs .profile-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.blogs .card-profile-info {
    margin-left: 1rem;
}

.blogs .profile-name {
    font-size: 1rem;
}

.blogs .profile-followers {
    color: #616b74;
    font-size: 0.9rem;
}

.blogs h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    width: fit-content;
}

    .blogs h1::after {
        content: '';
        height: 3px;
        width: 65px;
        display: block;
        background-color: var(--primary);
        position: absolute;
        left: 0;
        bottom: -5px;
    }

/*    floating menus */


@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

footer {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
/*
    footer p {
        color: #fff;
        font-weight: normal;
    }

        footer p a {
            color: #fff;
            text-decoration: none;
            transition: 0.25s;
        }

            footer p a:hover {
                letter-spacing: 1px;
            }*/

.fab {
    position: fixed;
    transform-origin: center;
    transition: 0.25s;
}

    .fab.active .fabTrigger {
        transform: scale(1);
    }

        .fab.active .fabTrigger .icon {
            background: transparent;
            transition: background 0.3s ease;
        }

            .fab.active .fabTrigger .icon, .fab.active .fabTrigger .icon:before, .fab.active .fabTrigger .icon:after {
                height: 3px;
            }

                .fab.active .fabTrigger .icon:before, .fab.active .fabTrigger .icon:after {
                    width: 20px;
                    transform-origin: 50% 50%;
                    transition: all 100ms ease, width 100ms 100ms ease, transform 300ms 200ms cubic-bezier(0.28, 0.55, 0.385, 1.65);
                }

                .fab.active .fabTrigger .icon:before {
                    left: 50%;
                    transform: translateX(-50%) rotate(45deg);
                }

                .fab.active .fabTrigger .icon:after {
                    right: 50%;
                    transform: translateX(50%) rotate(-45deg);
                }

    .fab.active .fabNav a {
        opacity: 1;
        visibility: visible;
        transition: 0.35s cubic-bezier(0.4, 2.08, 0.55, 1);
    }

    .fab .fabTrigger {
        position: relative;
        z-index: 1;
        width: 60px;
        height: 60px;
        color: #fff;
        cursor: pointer;
        outline: none;
        border: 0;
        border-radius: 100px;
        background: #fff;
        transform: scale(0.675);
        box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 0 rgba(108, 46, 185, 0.2);
        transition: 0.35s cubic-bezier(0.4, 2.08, 0.55, 1);
    }

        .fab .fabTrigger .icon {
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            transition: background 0.3s ease;
        }

            .fab .fabTrigger .icon, .fab .fabTrigger .icon:before, .fab .fabTrigger .icon:after {
                position: absolute;
                display: block;
                background: #000;
                width: 6px;
                height: 6px;
                border-radius: 10px;
            }

                .fab .fabTrigger .icon:before, .fab .fabTrigger .icon:after {
                    content: '';
                    transition: all 100ms ease, right 100ms 100ms ease, left 100ms 100ms ease;
                }

                .fab .fabTrigger .icon:before {
                    left: -11px;
                    transform: translateX(-50%);
                }

                .fab .fabTrigger .icon:after {
                    right: -11px;
                    transform: translateX(50%);
                }

    .fab .fabNav {
        display: flex;
        align-items: center;
        gap: 15px;
        position: absolute;
        left: 100%;
        top: 11px;
        margin-left: 20px;
    }

        .fab .fabNav a {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 12px;
            width: 40px;
            height: 40px;
            font-family: 'Noto Sans', sans-serif;
            outline: none;
            border: 0;
            text-decoration: none;
            border-radius: 100px;
            box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 0 rgba(108, 46, 185, 0.2);
            opacity: 0.0001;
            visibility: hidden;
            will-change: transform;
            transition: 0.35s cubic-bezier(0.4, 2.08, 0.55, 1);
        }

            .fab .fabNav a:before {
                content: "";
                position: absolute;
                z-index: -1;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                border-radius: 100%;
                background-color: #fff;
                transition: 0.25s;
            }

            .fab .fabNav a i {
                color: var(--primary);
                transition: 0.25s;
                font-size: 18px;
            }

            .fab .fabNav a:hover:before {
                background-color: #000;
            }

            .fab .fabNav a:hover i {
                color: #fff;
            }

            .fab .fabNav a:hover .fabTooltip {
                opacity: 1;
                visibility: visible;
            }

    .fab .fabTooltip {
        position: absolute;
        z-index: -2;
        padding: 5px;
        color: #fff;
        font-size: 12px;
        border-radius: 5px;
        background: rgba(0, 0, 0, 0.8);
        opacity: 0;
        visibility: hidden;
        cursor: default;
        pointer-events: none;
        transition: 0.5s;
    }

.fabHorizontal {
    flex-direction: row;
    bottom: 100px;
    left: 50%;
    transform: translate(-50%, 0);
}

    .fabHorizontal.active .fabNav.fabNav--left a {
        left: 0;
        transform: scale(1) translateX(0);
    }

    .fabHorizontal.active .fabNav.fabNav--right a {
        right: 0;
        transform: scale(1) translateX(0);
    }

    .fabHorizontal .fabTrigger {
        margin: 0 12px;
    }

    .fabHorizontal .fabNav {
        flex-direction: row;
    }

        .fabHorizontal .fabNav a:hover .fabTooltip {
            top: -100%;
            transform: translate(-50%, 50%) scale(1);
        }

        .fabHorizontal .fabNav.fabNav--left a {
            left: 45px;
            transform: scale(0.8) translateX(10px);
        }

            .fabHorizontal .fabNav.fabNav--left a:nth-child(1) {
                transition-delay: 0.3s;
            }

            .fabHorizontal .fabNav.fabNav--left a:nth-child(2) {
                transition-delay: 0.2s;
            }

            .fabHorizontal .fabNav.fabNav--left a:nth-child(3) {
                transition-delay: 0.1s;
            }

        .fabHorizontal .fabNav.fabNav--right a {
            right: 45px;
            transform: scale(0.8) translateX(-10px);
        }

            .fabHorizontal .fabNav.fabNav--right a:nth-child(1) {
                transition-delay: 0.1s;
            }

            .fabHorizontal .fabNav.fabNav--right a:nth-child(2) {
                transition-delay: 0.2s;
            }

            .fabHorizontal .fabNav.fabNav--right a:nth-child(3) {
                transition-delay: 0.3s;
            }

    .fabHorizontal .fabTooltip {
        top: -80%;
        left: 50%;
        transform-origin: center center;
        transform: translate(-50%, 50%) scale(0);
    }

.fabVertical {
    flex-direction: column;
    top: 90%;
    left: 25px;
    transform: translate(0, -50%);
}

    .fabVertical.active .fabNav.fabNav--left a {
        left: 0;
        transform: scale(1) translateX(0);
    }

    .fabVertical.active .fabNav.fabNav--right a {
        right: 0;
        transform: scale(1) translateX(0);
    }

    .fabVertical .fabTrigger {
        margin: 12px 0;
    }

    .fabVertical .fabNav a {
        margin: 12px 0;
    }

        .fabVertical .fabNav a:hover .fabTooltip {
            top: calc(100% - 65px);
            transform: translate(0, -50%) scale(1);
        }

    .fabVertical .fabNav.fabNav--left a {
        left: 0;
        transform: scale(0.8) translateY(10px);
    }

        .fabVertical .fabNav.fabNav--left a:nth-child(1) {
            transition-delay: 0.3s;
        }

        .fabVertical .fabNav.fabNav--left a:nth-child(2) {
            transition-delay: 0.2s;
        }

        .fabVertical .fabNav.fabNav--left a:nth-child(3) {
            transition-delay: 0.1s;
        }

    .fabVertical .fabTooltip {
        top: 50%;
        right: 0;
        transform-origin: center right;
        transform: translate(0, -50%) scale(0);
    }

.project-success {
    background-color: var(--card-bg);
    border-top: 2px dashed var(--primary);
    padding: 30px 0 50px;
}

    .project-success .heading-span {
        text-align: left;
        margin-bottom: 10px;
    }

    .project-success h2 {
        font-size: 32px;
        font-weight: 700;
        margin: 10px 0 20px;
        padding-bottom: 10px;
        position: relative;
        width: fit-content;
    }

        .project-success h2:after {
            content: '';
            height: 3px;
            width: 65px;
            display: block;
            background-color: var(--primary);
            position: absolute;
            left: 0;
            bottom: -5px;
        }

    .project-success .text-center.card {
        padding: 20px;
        box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
        border: none;
        background-color: #fff;
        outline: none;
    }

        .project-success .text-center.card h4 {
            font-size: 2.2rem;
        }

        .project-success .text-center.card p.mb-0 {
            color: var(--primary);
            font-weight: 600;
        }
/*subscription plan*/

.subscription-plan .plan-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

    .subscription-plan .plan-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    }

.subscription-plan .price {
    font-size: 1.8rem;
    margin: 15px 0;
}

.subscription-plan .sliderNavigation {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: fit-content;
    margin: 20px auto 0;
}

    .subscription-plan .sliderNavigation .left, .right {
        padding: 5px 15px;
        background: #06a3da;
        border-radius: 3px;
        font-size: 17px;
        color: white;
        cursor: pointer;
    }

.subscription-plan .container-fluid .row {
    display: -webkit-box; /* align row */
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    scroll-behavior: smooth;
}

.subscription-plan p {
    margin: 0 auto 15px;
    color: #545454;
    max-width: 80%;
    width: 100%;
}

.subscription-plan .border-primary {
    background-color: var(--secondary);
    border: 1px solid #d7d7d7 !important;
    position: relative;
    overflow: hidden;
    padding: 25px 0;
}

    .subscription-plan .border-primary::after {
        content: '';
        height: 150px;
        width: 150px;
        border-radius: 50%;
        background-color: #b4eafd;
        position: absolute;
        right: -70px;
        top: -70px;
        transition: all .3s ease-in;
    }

.subscription-plan button.btn {
    background: #000000;
    padding: 7px 30px 10px;
    border: none;
    color: #fff;
}

/*login / signup popup style */

.loginForm .modal-dialog .modal-content .modal-header h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.signupForm .modal-dialog .modal-content .modal-header h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.forgotForm .modal-dialog .modal-content .modal-header h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.loginForm .modal-dialog .modal-content .modal-body input {
    margin: 0;
    width: 100%;
    max-width: 100%;
}


.signupForm .modal-dialog .modal-content .modal-body input {
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.forgotForm .modal-dialog .modal-content .modal-body input {
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.modal.show .modal-dialog {
    max-width: 25%;
    margin: 130px auto auto;
}

#exampleModal .modal-dialog {
    max-width: 30%;
    margin: 130px auto auto;
}

    #exampleModal .modal-dialog .modal-content .modal-body {
        height: 500px;
        overflow-y: scroll;
        scrollbar-width: thin;
    }

    #exampleModal .modal-dialog .modal-content {
        padding-bottom: 15px;
    }

.modal.show .modal-dialog .modal-content .modal-body table thead tr th {
    background-color: var(--primary);
    color: #fff;
}

.loginForm .modal-dialog .modal-content .modal-body input[value="Login"] {
    background-color: var(--primary);
    margin-bottom: 10px;
    border: none;
}

.signupForm .modal-dialog .modal-content .modal-body input[value="Login"] {
    background-color: var(--primary);
    margin-bottom: 10px;
    border: none;
}

.loginForm .modal-dialog .modal-content .modal-body {
    padding: 25px 16px 20px;
}

.signupForm .modal-dialog .modal-content .modal-body {
    padding: 25px 16px 20px;
}

.loginForm .modal-dialog .modal-content .modal-body input[type="button"] {
    max-width: 45%;
    margin: 0 5px 0;
    width: 100%;
    font-size: 16px;
}

.forgotForm .modal-dialog .modal-content .modal-body input[type="button"] {
    max-width: 45%;
    margin: 0 5px 0;
    width: 100%;
    font-size: 16px;
}

.signupForm .modal-dialog .modal-content .modal-body input[type="button"] {
    max-width: 45%;
    margin: 0 5px 0;
    width: 100%;
    font-size: 16px;
}

.loginForm .modal-dialog .modal-content .modal-body input[value="SignUP"] {
    background-color: transparent;
    border: 1px solid var(--primary);
    color: var(--primary);
}

.signupForm .modal-dialog .modal-content .modal-body input[value="SignUP"] {
    background-color: transparent;
    border: 1px solid var(--primary);
    color: var(--primary);
}

.loginForm .modal-dialog .modal-content .modal-body input[value="SignUP"]:hover {
    background-color: var(--primary);
    color: #fff;
}

.forgotForm .modal-dialog .modal-content .modal-body input[value="SignUP"]:hover {
    background-color: var(--primary);
    color: #fff;
}

.signupForm .modal-dialog .modal-content .modal-body input[value="SignUP"]:hover {
    background-color: var(--primary);
    color: #fff;
}

.subscription-plan .card .card-body span#serviceslist {
    display: inline-block;
    height: 75px;
    overflow: hidden;
}

.subscription-plan .card .card-body .morebtn {
    margin-bottom: 10px;
    border: none;
    background-color: transparent;
    font-size: 15px;
}

.userDetails {
    display: block;
}

    .userDetails > span {
        font-size: 15px;
        margin: -8px 8px 0;
        color: #787878;
    }

#lblname {
    border-radius: 3px;
    border: none;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 14px;
    padding: 4px 13px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #00b200;
        -webkit-box-shadow: 0 0 3px #00b200;
    }

    50% {
        background-color: #00ff00;
        -webkit-box-shadow: 0 0 40px #00ff00;
    }

    100% {
        background-color: #00b200;
        -webkit-box-shadow: 0 0 3px #00b200;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #00b200;
        -moz-box-shadow: 0 0 3px #00b200;
    }

    50% {
        background-color: #00ff00;
        -moz-box-shadow: 0 0 40px #00ff00;
    }

    100% {
        background-color: #00b200;
        -moz-box-shadow: 0 0 3px #00b200;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #00b200;
        box-shadow: 0 0 3px #00b200;
    }

    50% {
        background-color: #00ff00;
        box-shadow: 0 0 40px #00ff00;
    }

    100% {
        background-color: #00b200;
        box-shadow: 0 0 3px #00b200;
    }
}

@keyframes glowing {
    0% {
        background-color: #00b200;
        box-shadow: 0 0 3px #00b200;
    }

    50% {
        background-color: #00ff00;
        box-shadow: 0 0 40px #00ff00;
    }

    100% {
        background-color: #00b200;
        box-shadow: 0 0 3px #00b200;
    }
}

.verification-vid-sec {
    padding: 50px 0;
}

    .verification-vid-sec h2 {
        font-size: 32px;
        font-weight: 700;
        margin: 10px 0 20px;
        padding-bottom: 10px;
        position: relative;
        width: fit-content;
    }

        .verification-vid-sec h2:after {
            content: '';
            height: 3px;
            width: 65px;
            display: block;
            background-color: var(--primary);
            position: absolute;
            left: 0;
            bottom: -5px;
        }

    .verification-vid-sec h3 {
        margin: 25px 0;
    }

    .verification-vid-sec ul {
        list-style-type: none;
        padding-left: 5px;
    }

        .verification-vid-sec ul li {
            padding: 3px 0;
        }

    .verification-vid-sec .whyChoose-inner {
        background-color: var(--secondary);
        padding: 10px 25px;
        margin-top: 25px;
        border: 2px dashed var(--primary);
    }

        .verification-vid-sec .whyChoose-inner h3 {
            margin: 10px 0 15px;
            font-size: 20px;
            color: var(--primary);
        }

    .verification-vid-sec li strong {
        font-weight: 500;
    }
.servicesBanner img{
    width:100%;
    height:auto;
}