/* Base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family:
        "Albert Sans",
        -apple-system,
        Roboto,
        Helvetica,
        sans-serif;
    color: #ffffff;
    line-height: 1.5;
    letter-spacing: 1px;
    background-color: rgb(0 3 42);

}

body>* {
    background-color: rgb(0 3 42);
}

.body:after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: 1;
    -webkit-animation: bg-scrolling-reverse 5s infinite;
    -moz-animation: bg-scrolling-reverse 5s infinite;
    -o-animation: bg-scrolling-reverse 5s infinite;
    animation: bg-scrolling-reverse 5s infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    background: url(../images/shape2.png) repeat 0 0;
    opacity: .13;
}

.preloader:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: 1;
    -webkit-animation: bg-scrolling-reverse 5s infinite;
    -moz-animation: bg-scrolling-reverse 5s infinite;
    -o-animation: bg-scrolling-reverse 5s infinite;
    animation: bg-scrolling-reverse 5s infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    background: url(../images/shape2.png) repeat 0 0;
    opacity: .1;
}

@keyframes bg-scrolling-reverse {
    100% {
        background-position: 50px 50px;
    }
}

@keyframes bg-scrolling {
    0% {
        background-position: 50px 50px;
    }
}

.instruments-images,
.section-title,
.monthly-stats,
.empowering-section,
.main-footer>*,
.accordion-section>*,
.contact-page-section>*,
.about-section>* {
    z-index: 9;
    position: relative;
}

a {
    color: white;
    text-decoration: none;
}

.main {

    display: flex;
    padding-top: 80px;
    padding-bottom: 42px;
    flex-direction: column;
    overflow: hidden;
    align-items: stretch;
}

.preloader {
    z-index: 5000;
    background: linear-gradient(12deg, rgb(0 4 44), rgba(12, 19, 49, 1));
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: hidden;
    height: 100vh;
    transition: all 1s ease-in-out;
    box-shadow: rgb(248 247 244 / 15%) 5px 5px 4rem;
}

.preloader.hidden {
    top: -100vh;
    overflow: hidden;
    /* Prevent overflow when hidden */
    border-radius: 0 0 50% 50%;
}

.text-yellow {
    color: #FCCE0B;

}

.font-weight-600 {
    font-weight: 600;
}

.brand {
    font-size: 30px;
    letter-spacing: 6px;
    font-weight: 300;
    transition: 1s;
}

.preloader.hidden .brand {
    transform: scale(.3);
}

.preloader-center {
    z-index: 50;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.load-text {
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 15px;
    text-transform: uppercase;
    z-index: 20;
}

.load-text span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    animation: letterAnimation 0.8s ease forwards;
}

/* Different delay for each letter */
.load-text span:nth-child(1) {
    animation-delay: 0.1s;
}

.load-text span:nth-child(2) {
    animation-delay: 0.2s;
}

.load-text span:nth-child(3) {
    animation-delay: 0.3s;
}

.load-text span:nth-child(4) {
    animation-delay: 0.4s;
}

.load-text span:nth-child(5) {
    animation-delay: 0.5s;
}

.load-text span:nth-child(6) {
    animation-delay: 0.6s;
}

.load-text span:nth-child(7) {
    animation-delay: 0.7s;
}

@keyframes letterAnimation {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    50% {
        opacity: 1;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


.btn {
    border: 2px solid transparent !important;
    transition: .3s;
    white-space: nowrap;
}

.btn:hover {
    /* box-shadow: 4px 4px rgba(231, 191, 83, 1); */
    border: 2px solid white !important;
}

/* Hero Section */
.hero-section {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 787px;
    max-width: 1460px;
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
    align-items: center;
    margin: 0 auto;
}

.hero-background {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-content {
    position: relative;
    z-index: 10;
    display: flex;
    margin-top: 140px;
    margin-left: 10px;
    margin-bottom: 140px;
    width: 100%;
    max-width: 1160px;
    flex-direction: column;
    align-items: center;
}

/* Header and Navigation */
header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    transition: all 0.5s ease-in-out;

}

.scroll-down header {

    background: #0d1539a8;
    backdrop-filter: blur(8px);
}

.main-header {
    align-self: stretch;
    display: flex;
    width: 100%;
    align-items: stretch;
    gap: 20px;
    font-size: 14px;
    font-weight: 400;
    justify-content: space-between;
    padding: 20px;
    max-width: 1460px;
    margin: 0 auto;
    align-items: center;
}

.main-header>* {
    flex: 1;
}

.main-navigation {
    place-items: center;
}

.logo-wrapper {
    display: flex;
    align-items: center;
}

.logo {
    object-fit: contain;
    object-position: center;
    width: 200px;
    flex-shrink: 0;
    max-width: 100%;
}

.main-navigation .nav-links {
    border-radius: 30px;
    background-color: rgba(12, 19, 49, 1);
    border: 2px solid rgba(0, 104, 217, 0.15);
    margin-top: auto;
    margin-bottom: auto;
    padding: 5px;
    font-family:
        "Albert Sans",
        -apple-system,
        Roboto,
        Helvetica,
        sans-serif;
    color: rgba(255, 255, 255, 1);
    list-style: none;
    display: flex;
    gap: 2px;
    font-size: 14px;
    font-weight: 300;

}

.main-navigation .nav-links li {
    white-space: nowrap;
    padding: 4px 0px;
    border-radius: 30px;
    border: 2px solid transparent;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    max-width: 360px;
}

.main-navigation .nav-links li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: .3s;
    background: rgba(217, 217, 217, 0.08);

}

.main-navigation .nav-links li:hover:before {
    height: 100%;
}

.main-navigation .nav-links li.active {
    background: rgba(217, 217, 217, 0.14);
    border: 2px solid #1d2b66;

}

.main-navigation .nav-links li a {
    padding: 4px 24px;
    z-index: 9;
    min-height: 40px;
    position: relative;
}

.auth-buttons {
    display: flex;
    align-items: stretch;
    gap: 20px;
    text-align: center;
    line-height: 1;
    justify-content: flex-end;
    align-items: center;
}


.login-button {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    align-items: stretch;
    gap: 9px;
    font-family:
        "Albert Sans",
        -apple-system,
        Roboto,
        Helvetica,
        sans-serif;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.login-icon {
    aspect-ratio: 0.94;
    object-fit: contain;
    object-position: center;
    width: 15px;
    align-self: start;
    flex-shrink: 0;
}

.register-button {
    align-self: stretch;
    border-radius: 30px;
    background-color: rgba(251, 208, 11, 1);
    box-shadow: 0px 0px 8px rgba(231, 191, 83, 1);
    border: 3px solid rgba(222, 228, 214, 0.27);
    min-height: 27px;
    padding: 5px 27px 5px 25px;
    gap: 26px;
    font-family:
        Roboto,
        -apple-system,
        Roboto,
        Helvetica,
        sans-serif;
    color: rgba(18, 16, 39, 1);
    white-space: nowrap;
    cursor: pointer;
    font-size: 14px;
}

.menu {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: flex-end;
    gap: 5px;
    justify-content: center;
    flex-direction: column;
    display: none;
    background-color: rgba(12, 19, 49, 1);
    border: 2px solid rgba(0, 104, 217, 0.15);
    border-radius: 30px;
    padding: 8px;
}

.menu span {
    height: 1px;
    width: 100%;
    background: white;

}

.menu span:nth-child(2) {
    width: 80%;
}

/* Hero Content */
.hero-title {
    color: rgba(255, 255, 255, 1);
    font-size: 96px;
    font-family:
        "Albert Sans",
        -apple-system,
        Roboto,
        Helvetica,
        sans-serif;
    font-weight: 700;
    line-height: 77px;
    text-align: center;
}

.highlight {
    color: rgba(252, 206, 11, 1);
}







.hero-description {
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    font-family:
        "Albert Sans",
        -apple-system,
        Roboto,
        Helvetica,
        sans-serif;
    font-weight: 400;
    text-align: center;
    margin-top: 26px;
}

.hero-cta {
    display: flex;
    margin-top: 27px;
    width: 224px;
    max-width: 100%;
    align-items: start;
    gap: 16px;
    font-family:
        Roboto,
        -apple-system,
        Roboto,
        Helvetica,
        sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 1;
}

.signup-button {
    border-radius: 30px;
    border: 2px solid rgba(255, 255, 255, 1) !important;
    display: flex;
    min-height: 27px;
    padding: 5px 17px;
    align-items: center;
    gap: 5px;
    color: rgba(255, 255, 255, 1);
    justify-content: end;
    background: transparent;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
}

.signup-button span {
    align-self: stretch;
    margin-top: auto;
    margin-bottom: auto;
}

.button-icon {
    align-self: stretch;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    width: 14px;
    flex-shrink: 0;
    height: 14px;
    transition: all 0.5s ease-in-out;
}

.btn:hover .button-icon {
    transform: translateX(5px);

}

.register-button-large {
    align-self: stretch;
    border-radius: 30px;
    background-color: rgba(251, 208, 11, 1);
    box-shadow: 0px 0px 8px rgba(231, 191, 83, 1);
    border: 2px solid rgba(222, 228, 214, 0.27);
    min-height: 27px;
    padding: 5px 27px 5px 25px;
    gap: 26px;
    color: rgba(18, 16, 39, 1);
    white-space: nowrap;
    cursor: pointer;
    white-space: nowrap;
    font-size: 14px;
}

/* funded section */
.funded-section {
    position: relative;
    z-index: 9;
}

.funded-container {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;

    padding: 20px;
}
    
.funded-container::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 360px;
    height: 300px;
    background: url(../images/gradient-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    border-radius: 50%;
}

.funded-container .tabs-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 35%;
    background: rgba(23, 37, 76, 0.7);
    border-radius: 10px;
    padding: 10px 20px;
    box-shadow: 0 4px 40px #0c163d80;
    position: relative;
}

.funded-container .center-fund {
    width: 20%;
    text-align: center;
    position: relative;
    justify-items: center;
    padding-top: 85px;

}

.center-fund-mob {
    display: none;
}

.funded-box {
    background: rgba(33, 46, 92, 1);
    padding: 8px 50px;
    border-radius: 12px;
    width: fit-content;
    position: relative;
    border: 2px solid #6574b459;
    z-index: 9;
}

.tabs-group.tabs-group-1 {
    background: linear-gradient(270deg, #0C1331, #172758);
}

.tabs-group.tabs-group-2 {
    background: linear-gradient(45deg, #0C1331, #172758);
}

.tabs-group.tabs-group-1::after {
    content: '';
    position: absolute;
    inset: -3px;
    padding: 3px;
    /* thickness of gradient border */
    background: linear-gradient(45deg, #0C1331, #172758);
    border-radius: 14px;
    z-index: -1;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.tabs-group.tabs-group-2::after {
    content: '';
    position: absolute;
    inset: -3px;
    padding: 3px;
    /* thickness of gradient border */
    background: linear-gradient(270deg, #0C1331, #172758);
    border-radius: 14px;
    z-index: -1;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.tabs-group-1 .border-square {
    position: absolute;
    left: calc(100% + 2px);
    top: 50%;
    width: calc(50% - 40px);
    height: calc(100% - 100px);
    border: 4px solid #1179EB;
    transform: translateY(-50%);
    border-radius: 0 10px 10px 0;
    border-left: 0;
    /* z-index: -1; */
    box-shadow: 5px 0 8px 4px #1179eb1c;
}

.tabs-group-1 .border-square:before {
    content: "";
    position: absolute;
    left: -7px;
    top: 0;
    width: 14px;
    height: 14px;
    background-color: #5AA0FA;
    transform: translateY(-50%);
    border-radius: 10px;
    z-index: -1;
    box-shadow: 0 0 8px 4px #1179eb40;
}

.tabs-group-1 .border-square:after {
    content: "";
    position: absolute;
    left: -7px;
    top: 100%;
    width: 14px;
    height: 14px;
    background-color: #5AA0FA;
    transform: translateY(-50%);
    border-radius: 10px;
    z-index: -1;
    box-shadow: 0 0 8px 4px #1179eb40;
}

.tabs-group-2 .border-square {
    position: absolute;
    right: calc(100% + 2px);
    top: 50%;
    width: calc(50% - 40px);
    height: calc(100% - 100px);
    border: 4px solid #1179EB;
    transform: translateY(-50%);
    border-radius: 10px 0 0 10px;
    border-right: 0;
    box-shadow: -5px 0 8px 4px #1179eb1c;
}

.tabs-group-2 .border-square:before {
    content: "";
    position: absolute;
    right: -7px;
    top: 0;
    width: 14px;
    height: 14px;
    background-color: #5AA0FA;
    transform: translateY(-50%);
    border-radius: 10px;
    z-index: -1;
    box-shadow: 0 0 8px 4px #1179eb40;
}

.tabs-group-2 .border-square:after {
    content: "";
    position: absolute;
    right: -7px;
    top: 100%;
    width: 14px;
    height: 14px;
    background-color: #5AA0FA;
    transform: translateY(-50%);
    border-radius: 10px;
    z-index: -1;
    box-shadow: 0 0 8px 4px #1179eb40;
}

.funded-container .funded-tab {
    position: relative;

    margin-bottom: 0;
}

.funded-container .tab-label {
    cursor: pointer;
    padding: 25px;
    display: block;
    font-size: 1rem;
    border-radius: 10px;
    white-space: pre-wrap;
    border-top: 2px solid #59658b;
    /* top color */
    border-bottom: 2px solid #59658b;
    /* bottom color */
    border-left: 2px solid #2f3961;
    /* left color */
    border-right: 2px solid #2f3961;
    background: #1a254c;
    border-radius: 12px;
    /* background: url(../images/border-bg.png); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 10px 0;
}

/* .funded-container .funded-tab:hover,
.funded-container .funded-tab:focus-within {
    background: #294388;
} */

.funded-container .funded-tab-content {
    opacity: 0;
    max-height: 0;
    pointer-events: none;
    text-align: left;
    color: #fff;
    position: relative;
    z-index: 2;
    margin-top: 0;
    font-weight: 300;
    transition:
        opacity 1s ease,
        max-height 1s ease;
    overflow: hidden;
        padding-left: 10px;
    padding-right: 10px;
}

.funded-container .funded-tab:hover .funded-tab-content,
.funded-container .funded-tab:focus-within .funded-tab-content {
    opacity: 1;
    pointer-events: auto;
    max-height: 200px;
    /* Adjust as needed, depending on max expected content height */

   

}

/* Features Grid */
.features-grid {
    align-self: stretch;
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 1160px;
    margin: 80px auto;
    z-index: 9;
    position: relative;
    padding: 20px;

}

.featured-card-main {

    width: 25%;
    border-radius: 16px;
    padding: 1px;
}

.feature-description,
.feature-title {
    transition: color 0.7s ease-in-out
}

.feature-card {
    transition: background-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out, border 0.5s ease-in-out, color 0.5s ease-in-out;
    border: 2px solid rgba(33, 52, 112, 1);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: normal;
    gap: 10px;
    background-color: #071245;
    /* solid color similar to gradient */
    border-radius: 16px;
    cursor: context-menu;
    height: 100%;
    color: white;
}

.featured-card-main:nth-child(2) .feature-card,
.featured-card-main:nth-child(3) .feature-card,
.featured-card-main:nth-child(4) .feature-card {
    background-color: #071245;
    /* match with base */
}

.feature-card:hover {
    background-color: rgba(255, 223, 77, 1) !important;
    /* yellow */
    box-shadow: 0px 5px 18px 1px rgba(252, 206, 11, 0.38);
    color: #0D1539;
    border: 2px solid rgba(255, 223, 77, 1);
    cursor: pointer;
}

.feature-card:hover * {

    color: #0D1539;
}

.feature-content {
    border-radius: 15px;
    display: flex;
    flex-grow: 1;
    /* padding: 16px; */
    align-items: flex-start;
    font-family:
        "Albert Sans",
        -apple-system,
        Roboto,
        Helvetica,
        sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    text-align: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.feature-title {
    font-size: 15px;
    font-weight: 600;

}




.feature-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}



.feature-icon-large {
    aspect-ratio: 1.06;
    object-fit: contain;
    object-position: center;
    width: 154px;
    transition: all 0.3s ease-in-out;

}

.feature-card:hover .feature-icon-large {
    transform: scale(.9);
}

/* Trading Instruments Section */
.trading-instruments {
    align-self: center;
    margin-top: 130px;
    width: 100%;
    position: relative;
}

.trading-instruments:before {
    content: '';
    position: absolute;
    right: -106px;
    bottom: -243px;
    /* background: url(../images/gradient-bg3.png); */
    background: radial-gradient(57% 50% at 50% 44%, rgb(9 15 79 / 51%) 10%, #00042c00 97%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    width: 460px;
    height: 560px;
    z-index: 1;

}

.instruments-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}


.instruments-container:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../images/gradient-bg.svg);
    background: radial-gradient(57% 50% at 50% 44%, rgb(9 15 79) 10%, #00042c 60%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100%;
    opacity: .8;
    height: 100vh;

    transform: translate(-50%, -50%);
    /* max-height: 700px; */
    max-width: 1000px;
}

.empowering-container:before {
    content: '';
    position: absolute;
    left: -106px;
    bottom: -133px;
    /* background: url(../images/gradient-bg3.png); */
    background: radial-gradient(57% 50% at 50% 44%, rgb(9 15 79 / 42%) 10%, #00042c00 97%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    width: 460px;
    height: 560px;
    z-index: 1;
}

.section-title {
    display: flex;
    max-width: 100%;
    align-items: center;
    gap: 8px;
    font-family:
        "Albert Sans",
        -apple-system,
        Roboto,
        Helvetica,
        sans-serif;
    font-size: 15px;
    color: rgba(252, 206, 11, 1);
    font-weight: 400;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    padding: 5px 16px;
}

.section-title:before {
    content: "";
    border: 2px dashed rgba(39, 60, 126, 1);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    left: 0;
    top: 0;
    box-shadow: 0px 5px 18px 1px rgba(39, 60, 126, .38);
}

.section-title h2 {
    flex-grow: 1;
    font-weight: 400;
    font-size: 15px;
}

.section-icon {
    width: 16px;
}

.instruments-content {
    display: flex;
    margin-top: 28px;
    width: 100%;
    padding: 0 80px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.instruments-description {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-family:
        "Albert Sans",
        -apple-system,
        Roboto,
        Helvetica,
        sans-serif;
    font-weight: 900;
    line-height: 23px;
    text-align: center;
    align-self: start;
    z-index: 10;
    max-width: 520px;
    margin: 0 auto;

}

.instruments-images {
    display: flex;
    position: relative;
    margin-top: 50px;
    width: 400px;
    height: 400px;
    align-items: end;
}

.platform-image {

    height: 400px;
    width: 400px;
    object-fit: contain;
    object-position: center;
    animation: 140s rotate infinite linear;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.go-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 120px;
    background-color: #273C7E;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.go-icon {
    width: 32px;
    position: absolute;
    top: 70%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.go-button:hover .go-icon {
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;

}

.go-text {
    width: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

.go-button:hover .go-text {
    top: 20%;
    transform: translateY(-50%);
    opacity: 0;

}

.chart-image {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 100px;
    border-radius: 50%;
    margin-bottom: -49px;
    max-width: 100%;
    z-index: 10;
    animation: 10s rotate2 infinite linear;
}

@keyframes rotate2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Stats Section */
.stats-section {
    align-self: end;
    z-index: 10;
    display: flex;
    width: 100%;
    margin-top: 80px;
    flex-direction: column;
    align-items: center;

}

.stats-grid {
    align-self: end;
    width: 100%;
    display: flex;
    gap: 20px;
    max-width: 1460px;
    margin: 0 auto;
    justify-content: center;
    padding: 20px;
}



.stats-content {
    z-index: 10;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
}

.stats-cards {
    max-width: 1160px;
    display: flex;
    gap: 20px;
    margin: 0 auto;
}

.stat-card {
    border-radius: 15px;
    background-color: rgb(6 10 48);
    border: 2px solid rgba(18, 29, 82, 1);
    display: flex;
    flex-grow: 1;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    font-family:
        "Albert Sans",
        -apple-system,
        Roboto,
        Helvetica,
        sans-serif;
    color: rgba(255, 255, 255, 1);
    font-weight: 300;
    text-align: center;
    width: 100%;
    transition: all 0.3s ease-in-out;
    cursor: context-menu;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.stat-highlight {
    color: rgba(255, 223, 77, 1);
    font-size: 24px;
    font-weight: 700;
}

.stat-title {
    font-size: 15px;
    align-self: stretch;
    margin-top: 15px;
}


.stat-icon-circle {
    border: 1px solid rgba(0, 104, 217, 0.29);
    border-radius: 50%;
    display: flex;
    width: 70px;
    padding: 15px 14px;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}

.stat-icon-inner {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

.monthly-stats {
    align-self: end;
    display: flex;

    width: 630px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 80px;
    flex-direction: column;
    align-items: center;
    font-family:
        "Albert Sans",
        -apple-system,
        Roboto,
        Helvetica,
        sans-serif;
    text-align: center;
}

.monthly-stats p {
    margin-top: 20px;
}

.monthly-label {
    color: rgba(252, 206, 11, 1);
    font-size: 32px;
    font-weight: 300;
    line-height: 60px;
    z-index: 10;
}


.chart-anim {

    transform: scale(1.2, 1.2);
    overflow: hidden;
    width: 300px;
    height: 300px;
    margin-top: 50px;

    >div {
        border-radius: 50%;
        border: 1px solid #fff;
        transform-style: preserve-3d;
        transform: rotateX(80deg) rotateY(20deg);
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -100px;
        margin-top: -100px;

        &:first-of-type {
            &:after {
                content: "";
                position: absolute;
                height: 40px;
                width: 40px;
                background: #fff;
                border-radius: 50%;
                transform: rotateX(-80deg) rotateY(0);
                box-shadow: 0 0 25px #fff;
                animation: nucleus_ 2s infinite linear;
                left: 50%;
                top: 50%;
                margin-top: -20px;
                margin-left: -20px;
            }
        }

        &:nth-of-type(2) {
            transform: rotateX(-80deg) rotateY(20deg);

            >div,
            >div:after {
                animation-delay: -0.5s;
            }
        }

        &:nth-of-type(3) {
            transform: rotateX(-70deg) rotateY(60deg);

            >div,
            >div:after {
                animation-delay: -1s;
            }
        }

        &:nth-of-type(4) {
            transform: rotateX(70deg) rotateY(60deg);

            >div,
            >div:after {
                animation-delay: -1.5s;
            }
        }

        >div {
            width: 200px;
            height: 200px;
            position: relative;
            transform-style: preserve-3d;
            animation: trail_ 2s infinite linear;

            &:after {
                content: "";
                position: absolute;
                top: -5px;
                box-shadow: 0 0 12px #fff;
                left: 50%;
                margin-left: -5px;
                width: 5px;
                height: 5px;
                border-radius: 50%;
                background-color: #fff;
                animation: particle_ 2s infinite linear;
            }
        }
    }
}

@keyframes trail_ {
    from {
        transform: rotateZ(0deg);
    }

    to {
        transform: rotateZ(360deg);
    }
}

@keyframes particle_ {
    from {
        transform: rotateX(90deg) rotateY(0deg);
    }

    to {
        transform: rotateX(90deg) rotateY(-360deg);
    }
}

@keyframes nucleus_ {

    0%,
    100% {
        box-shadow: 0 0 0 transparent;
    }

    50% {
        box-shadow: 0 0 25px #fff;
    }
}

.customers-count {
    color: rgba(255, 255, 255, 1);
    font-size: 96px;
    font-weight: 900;
    line-height: 80px;
}

.light-text {
    font-weight: 300;
}

.customers-chart {
    aspect-ratio: 1.64;
    object-fit: contain;
    object-position: center;
    width: 100%;
    align-self: stretch;
    margin-top: 71px;
}

.empowering-section {
    padding: 20px;
    margin-top: 80px;
    /* background: url(../images/gradient-bg2.svg); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
}

.empowering-container {
    max-width: 1400px;
    margin: 0 auto;
}

.empowering-title {
    color: rgba(255, 255, 255, 1);
    font-size: 40px;
    font-family:
        "Albert Sans",
        -apple-system,
        Roboto,
        Helvetica,
        sans-serif;
    font-weight: 400;
    line-height: 43px;
    text-align: center;
    margin-top: 20px;
}

.empowering-subtitle {
    margin-top: 25px;
}


.services-grid {
    align-self: start;
    display: flex;
    margin-top: 70px;
    width: 100%;
    align-items: stretch;
    gap: 20px;
    font-family:
        "Albert Sans",
        -apple-system,
        Roboto,
        Helvetica,
        sans-serif;
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    text-align: center;
    line-height: 2;
    /* flex-wrap: wrap; */
    justify-content: space-between;
}

.service-card {
    align-self: start;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.33%;
    padding: 20px 30px;
    transition: all 0.4s ease-in-out;
    cursor: context-menu;

}

.hover-fadeup {
    margin-top: 10px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease-in-out;


}

.service-card:hover .hover-fadeup {
    opacity: 1;
    transform: translateY(0px);

}

.service-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 60px;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}

.service-card:hover {
    transform: translateY(-30px);
}

.service-card:hover .service-icon {
    opacity: 0;
}

.service-title {
    font-weight: 800;
    margin-top: 12px;
    line-height: 1;
}

.service-highlight {
    color: rgba(252, 206, 11, 1);
    margin-top: 12px;
    line-height: 1.2;
}

.service-description {
    font-size: 15px;
    line-height: 20px;
    align-self: stretch;
    margin-top: 10px;
}

.service-button {
    align-self: stretch;
    border-radius: 30px;
    background-color: rgba(251, 208, 11, 1);
    box-shadow: 0px 0px 8px rgba(231, 191, 83, 1);
    border: 3px solid rgba(222, 228, 214, 0.27);

    width: 130px;
    max-width: 100%;
    padding: 5px 27px 5px 19px;
    gap: 26px;
    font-family:
        Roboto,
        -apple-system,
        Roboto,
        Helvetica,
        sans-serif;
    font-size: 14px;
    color: rgba(18, 16, 39, 1);
    line-height: 1;
    cursor: pointer;
    margin: 30px auto 0;
}

.vertical-divider {
    border: 1px dashed rgba(255, 255, 255, 0.37);
    align-self: top;
    margin-top: 46px;
    width: 1px;
    flex-shrink: 0;
    height: 100px;
}

/* Footer */

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--bd-border-primary);
    padding: 30px 0;
    gap: 10px 30px;
}

.footer__copyright p {
    margin-bottom: 0;
    color: var(--bd-text-1);
}

.footer__conditions ul {
    display: flex;
    align-items: center;
    gap: 10px 30px;
    flex-wrap: wrap;
}

.footer__conditions ul li {
    list-style: none;
    position: relative;
}

.main-footer {
    display: flex;
    margin: 40px auto;
    width: 100%;
    padding: 0 20px;
    flex-direction: column;
    align-items: stretch;
    max-width: 1400px;
}

.contact-section {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    font-family:
        "Albert Sans",
        -apple-system,
        Roboto,
        Helvetica,
        sans-serif;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    text-align: center;
}

.contact-title {
    border-radius: 130px;
    border: 1px dashed rgba(255, 255, 255, 0.53);
    padding: 85px 70px;
    font-size: 128px;
    line-height: 0.6;
    background: radial-gradient(rgb(35 42 110 / 38%), #00042c, #0f1638);
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    position: relative;
}

.contact-title:hover {
    transform: scale(.988);

}

.contact-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 131px;
    box-shadow: rgb(248 247 244 / 0%) 0px 0px 4rem inset;
    transition: all 0.4s ease-in-out;
}

.contact-title:hover::before {
    box-shadow: rgb(248 247 244 / 30%) 0px 0px 4rem inset;
}

.contact-title>div {
    animation: marquee-left 30s linear infinite;
    display: flex;
    gap: 160px;
}

.contact-title span {
    white-space: nowrap;
    position: relative;

}

@keyframes marquee-left {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-100%)
    }
}

.contact-title span:before {
    content: '';
    position: absolute;
    right: -100px;
    bottom: 0;
    /* transform: translateY(-50%); */
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
}

.contact-email {
    font-size: 48px;
    line-height: 1.6;
    align-self: center;
    margin-top: 30px;
}

.company-address {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    font-family:
        "Albert Sans",
        -apple-system,
        Roboto,
        Helvetica,
        sans-serif;
    font-weight: 300;
    line-height: 33px;
    text-align: center;
    align-self: center;
    width: 280px;
    font-style: normal;
}

.footer-content {
    margin: 0 auto;
    margin-top: 80px;
    max-width: 1400px;
    width: 100%;

}

.footer-grid {
    display: flex;
    gap: 20px;
}

.footer-logo-column {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 32%;
}

.footer-logos {
    display: flex;
    align-items: stretch;
    gap: 9px;
}

.fav-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 45px;
    flex-shrink: 0;
}

.footer-logo {
    aspect-ratio: 3.38;
    object-fit: contain;
    object-position: center;
    width: 142px;
    margin-top: auto;
    margin-bottom: auto;
    flex-shrink: 0;
    max-width: 100%;
}

.footer-links-column {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 68%;
}

.footer-links-grid {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.footer-links-group {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    font-family:
        "Albert Sans",
        -apple-system,
        Roboto,
        Helvetica,
        sans-serif;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
}

.footer-links-title {
    font-weight: 300;
    line-height: 2;
    text-align: center;
    align-self: start;

}

.footer-links {
    font-weight: 600;
    line-height: 33px;
    margin-top: 20px;
    list-style: none;
    font-size: 15px;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.social-icons img {
    width: 34px;
    height: 34px;
    transition: .3s;
    cursor: pointer;
}

.social-icons img:hover {
    transform: translateY(-3px);
    filter: sepia(1) saturate(12) hue-rotate(359deg);
}

.footer-divider {
    border: 1px dashed rgba(255, 255, 255, 0.37);
    margin-top: 41px;
    margin-left: 13px;
    margin-right: 11px;
    width: 1416px;
    flex-shrink: 0;
    max-width: 100%;
    height: 1px;
}

.legal-disclaimer,
.legal-disclaimer-short {
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    font-family:
        "Albert Sans",
        -apple-system,
        Roboto,
        Helvetica,
        sans-serif;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
    align-self: center;
    margin-top: 50px;
    font-size: 12px;
}

.legal-disclaimer-short {
    margin-top: 36px;
}

.copyright {
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    font-family:
        "Albert Sans",
        -apple-system,
        Roboto,
        Helvetica,
        sans-serif;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    align-self: center;
    margin-top: 49px;
}

.sidebar-logo {
    margin-bottom: 30px;
}




/* terms of use start */
.ul-pad {
    padding-left: 20px;
}

.und-p p {
    padding-bottom: 20px;
}

.head-sub {
    padding-bottom: 15px;
}

.ul-pad ul li {
    font-size: 16px;
}

.accordion-section {
    padding: 20px;
    margin-top: 50px;
}

.contact-page-section {
    padding: 20px;
    margin-top: 50px;
}

.accordion-container {
    max-width: 1400px;
    margin: 100px auto;
}

table {
    border-collapse: collapse;
    width: 100%;
    max-width: 600px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

th,
td {
    padding: 14px 20px;
    border: 2px solid #000;
    text-align: center;
    font-size: 16px;
    color: black;
    background-color: #e4f0ff;
}

th {
    background-color: #03A9F4;
    color: #000;
    font-weight: bold;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

@media (max-width: 600px) {

    table,
    th,
    td {
        font-size: 14px;
    }
}

.accordion-header {
    cursor: pointer;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
    font-size: 48px;
    opacity: .6;
    font-weight: 800;
    border-bottom: 2px solid #ffffff5e;
    border-top: 2px solid #ffffff5e;
    text-align: right;
}

.card-container .accordion-header {
    text-align: left;
}

.accordion-header.active {
    opacity: 1;

}

.card .accordion-header {
    border: 1px solid #0068D9;
    opacity: 1;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 12px;
    background-color: #0F1638;
}

.card .accordion-header img {
    transform: rotate(-90deg);
    transition: 0.4s ease, padding 0.4s ease;

}

.card .accordion-header.active img {
    transform: rotate(0deg);
}

.card-container {
    max-width: 1425px;
    padding: 2px;
    margin: 0 auto;
    border-radius: 20px;
    background: linear-gradient(90deg, #3a5aba, #0e1637);
    width: 100%;
}

.card {
    padding: 45px;
    padding-top: 35px;
    padding-bottom: 55px;
    border-radius: 20px;
    background: linear-gradient(90deg, #00042c, #233774);
}

.card .empowering-title {
    text-align: left;
    margin-bottom: 18px;
    margin-top: 0;
}

.card .accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.card .accordion-container {
    margin: 0;
}

.card .accordion-content {
    font-size: 15px;
    line-height: 1.8;
}

.card ul {
    padding-left: 20px;
    font-size: 15px;
    line-height: 2;
    margin: 10px 0;
}

.accordion-header span {
    font-size: 24px;
    color: #0068D9;
    font-weight: 300;
}

.accordion-content {
    height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: max-height 0.4s ease, padding 0.4s ease;
    font-size: 20px;
    opacity: 0.8;
}

.accordion-content p {
    font-size: 1rem;
    font-weight: 300;

    line-height: 1.5;
}

.pt-40 {
    padding-top: 40px;
}

.pt-20 {
    padding-top: 20px;
}

.text-center {
    text-align: center;
}

.accordion-content p strong {
    display: block;
    margin-bottom: 20px;
}

.accordion-content.open {
    padding: 40px 20px;
    height: 100%;
    /* adjust if needed */
}

.card .accordion-content.open {
    padding: 30px 10px;
    padding-bottom: 20px;
}

/* terms of use end */

/* about start */
.about-section {
    max-width: 1460px;
    margin: 0 auto;
    padding: 80px 20px;
}

.mision-vision {
    display: flex;
    gap: 50px;


}

.mision-vision-col {
    display: flex;
    align-items: center;
    gap: 35px;
    width: calc(50% - 25px);
}

.mision-vision-col img {
    width: 20%;
}

.mision-vision-col>div {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: calc(80% - 35px);
}

.mision-vision-col h5 {
    color: #FCCE0B;
    font-weight: 700;
    font-size: 24px;
}

.mision-vision-col h6 {
    font-weight: 600;
    font-size: 20px;
}

.core-values-container {
    margin-top: 70px;
    padding: 2px;
    border-radius: 20px;
    background: linear-gradient(180deg, #3a5aba, #0e1637);
}

.core-values {
    padding: 45px;
    padding-top: 35px;
    padding-bottom: 55px;
    border-radius: 20px;
    background: linear-gradient(1deg, #00042c, #233774);
}

.core-values h3 {
    font-size: 40px;
}

.core-values p {
    font-size: 20px;
}

.core-values-row {
    display: flex;
    gap: 50px;
    max-width: 1460px;
    margin: 0 auto;
    padding-top: 50px;
}

.core-values-col {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 33.33%;
}

.core-values-col img {
    width: 20%;
}

.core-values-col>div {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: calc(80% - 20px);
}

.core-values-col h4 {
    font-weight: 700;
    font-size: 32px;
}

.core-values-col p {

    font-size: 16px;
}

/* about end */

/* contact desing start */
.contact-container {
    display: flex;
    text-align: left;
    gap: 50px;
}

.contact-column h6 {
    color: #FCCE0B;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

.contact-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 20px;
    width: 50%;
}

.contact-column-child p {
    font-weight: 400;
    font-size: 18px;
    padding-top: 5px;
}

.contact-column img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.contact-column-child>* {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-column-child span {
    font-weight: 300;
    font-size: 24px;
}

.challenge-section {
    position: relative;
    z-index: 9;
    margin-top: 80px;
    padding: 20px;
}

.timeline-section {
    padding: 80px 20px;
    position: relative;
}

.timeline-section::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../images/gradient-bg.svg);
    background: radial-gradient(57% 50% at 50% 44%, rgb(9 15 79) 10%, #00042c 60%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100%;
    opacity: .4;
    transform: translate(-50%, -50%);
    max-width: 1000px;
}

.timeline-container {
    max-width: 1160px;
    margin: auto;
    position: relative;
}

.timeline-row {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
}

.timeline-row.left .timeline-box {
    order: 1;
    text-align: right;
}

.timeline-row.left .timeline-marker {
    order: 2;
}

.timeline-row.left .timeline-icon {
    order: 3;
}

.timeline-row.right .timeline-icon {
    order: 1;
}

.timeline-row.right .timeline-marker {
    order: 2;
}

.timeline-row.right .timeline-box {
    order: 3;
    text-align: left;
}

.timeline-box {
    width: 50%;
    padding: 40px;

    >* {
        max-width: 460px;
    }
}

.timeline-box h3 {
    color: white;
    font-size: 24px;
    margin-bottom: 20px;
}

.timeline-box p {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 300;
}

.timeline-marker {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.timeline-dot {
    width: 40px;
    height: 40px;
    background: #5AA0FA;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: relative;
    box-shadow: 0 0 10px #1179eb80;
}

.timeline-line {
    width: 3px;
    height: 100%;
    background: #126DD8;
    box-shadow: 0 0 10px #1179eb80;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.timeline-row:first-child {
    .timeline-line:before {
        content: '';
        width: 22px;
        height: 22px;
        background: #5AA0FA;
        display: block;
        border-radius: 50%;
        left: 50%;
        position: absolute;
        top: 0;
        transform: translateX(-50%);
    }
}

.timeline-row:last-child {
    .timeline-line:before {
        content: '';
        width: 22px;
        height: 22px;
        background: #5AA0FA;
        display: block;
        border-radius: 50%;
        left: 50%;
        position: absolute;
        bottom: 0;
        transform: translateX(-50%);
    }
}

.timeline-icon {
    width: 50%;
    display: flex;
    padding: 40px;
}

.timeline-icon img {
    width: 100%;
    height: 100%;
    max-width: 120px;
}

.timeline-row:nth-child(odd) {
    .timeline-marker {
        width: fit-content;
        margin-left: auto;
    }

    >.timeline-box * {
        margin-left: auto;
    }
}

.timeline-row:nth-child(even) {
    .timeline-icon img {
        margin-left: auto;
    }
}

.package-section {
    position: relative;
    z-index: 9;
    margin-top: 80px;
    padding: 20px;
}

.package-section-head {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 660px;
    margin: 0 auto;
    text-align: center;
}

.second-section-head {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}

.second-section-head h2 {
    font-size: 36px;
    font-family: "Albert Sans", -apple-system, Roboto, Helvetica, sans-serif;
    line-height: 40px;
}

.second-section-head h5 {
    font-size: 20px;
    max-width: 600px;
    margin: 20px auto 0 auto;
    font-weight: 300;
    line-height: 28px;
}

.second-section-head p {
    font-size: 16px;
    max-width: 680px;
    margin: 20px auto 0 auto;
    font-weight: 200;
    line-height: 24px;
}

.package-section-head h2 {

    font-size: 36px;
    font-family: "Albert Sans", -apple-system, Roboto, Helvetica, sans-serif;
    line-height: 40px;

}

.package-section-head p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.package-section .container {
    max-width: 1000px;
    width: 100%;
    margin: 40px auto 0;
}

.tabs-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 6px;
    border-radius: 30px;
    width: fit-content;
    margin: 0 auto 50px;
    border: 5px solid rgba(118, 152, 253, 0.2);
    background-color: #0D1B4B;
}

.tab {
    padding: 8px 26px;
    border-radius: 26px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    outline: none;
    color: #fff;
    white-space: nowrap;
    background: #152351;
    border: 1px solid rgba(118, 152, 253, 0.1);
}

.tab.active {
    background: #FBD00B;
    color: #1a2444;
}

.tab:hover:not(.active) {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.8);
}

.tab-content {
    padding: 30px;
    border: 5px solid rgb(118 152 253 / 11%);
    border-radius: 16px;
    background: radial-gradient(57% 50% at 50% 44%, rgb(9 15 79) 10%, #0b113e 60%);

}

.content {
    color: white;
}

.pricing-section {
    margin-bottom: 30px;
}


.pricing-grid {
    display: grid;
    grid-template-columns: 200px repeat(5, 1fr);
    gap: 16px;
    align-items: center;
    max-width: 760px;
    margin: 0 auto;
    padding: 15px 5px;
}

.pricing-grid.item-no-6 {

    grid-template-columns: 140px repeat(6, 1fr);
}

.pricing-grid:nth-child(1) {
    border-bottom: .1rem solid #ffffff52;
}

.pricing-header {
    font-weight: 700;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    text-align: left;
}

.pricing-value {
    padding: 4px 8px;
    position: relative;
}

.pricing-value span {
    position: absolute;
    bottom: calc(100% - 5px);
    right: 8px;
    font-size: 8px;
    background: white;
    padding: 1px 4px;
    text-wrap: nowrap;
    color: rgb(0 4 44);
    letter-spacing: .2px;

}

.pricing-label {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}

.parameters-section {
    background: rgba(34, 52, 111, 0.3);
    border-radius: 16px;
    padding: 20px 30px;
    position: relative;
    overflow: hidden;
}

.parameters-section:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background: radial-gradient(57% 50% at 50% 44%, rgb(9 15 79) 10%, #00042c2b 60%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100%;
    opacity: .3;

    transform: translate(-50%, -50%);

    max-width: 1000px;
}

.parameters-grid {
    display: grid;
    gap: 40px;
    align-items: start;
    position: relative;
    z-index: 1;
}

.parameter-group {
    display: flex;
    flex-direction: column;
}

.parameter-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;

}

.parameter-label {
    color: white;
    font-weight: 300;
    font-size: 15px;
}

.parameter-value {
    color: white;
    font-weight: 600;
    font-size: 15px;
}


/* blog css */
.blog-section{
    max-width: 1160px;
    padding: 20px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    z-index: 9;
}
.blog-row{
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 60px;
}
.opacity-60 {
    opacity: .6;
}
.project-row{
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
}
.project-details-row{
    margin-top: 60px;
    font-weight: 300;
}
.project-col > div{
    padding: 15px 0;
}
.project-col h4{
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px;
    text-decoration: none;
    margin-top: 8px;
}
.project-col {
    text-decoration: none;
    color: inherit;
}
.project-col  img{
    width: 100%;
    border-radius: 14px;
    display: block;
}
.project-details-row{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.main-img{
    width: 100%;
}
.project-details-row h5{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.project-details-row ul{
    margin-left: 20px;
}
.project-descriptipn-row{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.25rem;
}
.project-descriptipn-row img{
    width: 100%;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 50px 0 0 0;
  font-family: sans-serif;
}

.pagination a {
  text-decoration: none;
  color: #fff;
  padding: 8px 14px;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: all 0.3s ease;
  transition: .3s;
}

.pagination a:hover {
  transform: translateY(-3px);
  
}

.pagination .active {
  background-color:rgb(251 208 11);
  color:rgb(0 3 42);
  border-color:rgb(251 208 11);
}
/* Media Queries */
@media (min-width: 991.1px) {
    .sidebar-logo {
        display: none;
    }

    .auth-buttons {
        min-width: 200px;
    }
}

@media (max-width: 1120px) {


    .service-card {
        padding: 20px;
    }

    .main-navigation .nav-links li {

        padding: 4px 14px;

    }

    .main-navigation .nav-links li a {
        padding: 4px 4px;
    }

}
@media (max-width: 1240px) {
        .main {
        padding-top: 140px;
    }

    .hero-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-content {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .main-header {
        max-width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 14px;
    }

    .main-navigation {
        opacity: 0;
        position: fixed;
        top: -100vh;
        left: 0px;
        /* height: 100vh; */
        overflow: auto;
        /* min-width: max(30%, 300px); */
        width: 100%;
        transition: .5s;
        z-index: 99;
    }

    .menu-open .main-navigation {
        opacity: 1;
        top: 0;
    }

    .body.menu-open {
        overflow: hidden;
    }

    .body.menu-open header:before {
        content: "";
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(15, 22, 56, .5);
        backdrop-filter: blur(30px);
    }

    .main-navigation .nav-links {
        max-width: 100%;
        padding: 30px 20px;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: column;
        height: 100%;
        border-radius: 0 0 50% 50%;
        width: 100%;
    }

    .menu-open .main-navigation .nav-links {
        border-radius: 0 0 30px 30px;
    }

    .menu {
        display: flex;
        z-index: 999;
        position: absolute;
        top: 30px;
        right: 20px;

    }

    .menu-open .menu span:nth-child(1) {
        /* transform: translate(0%, 10px) rotate(45deg); */
        transition: .3s;
    }

    .menu-open .menu span:nth-child(2) {
        display: none;
    }

    .menu-open .menu span:nth-child(3) {
        transform: translate(0%, -6px) rotate(-45deg);
        transition: .3s;
        display: none;
    }
        .logo-wrapper {
        width: 100%;
    }
    .funded-container .tab-label{
        min-height: 100px;
        align-content: center;
    }
    .funded-container .center-fund{
        padding-top: 110px;
    }

}
@media (max-width: 991px) {
    

.blog-row{

    grid-template-columns: 1fr 1fr;

}


    .tabs-group-1 .border-square,
    .tabs-group-2 .border-square {
        display: none;
    }

    .funded-container .tabs-group {
        width: 100%;
        max-width: 600px;
    }
.funded-section{
    padding: 20px;
}
    .funded-container {
        flex-direction: column;
        align-items: center;
        width: fit-content;
        background: linear-gradient(270deg, #0C1331, #172758);
        border-radius: 20px;
        margin-top: 30px;
        box-shadow: 0 4px 40px #0c163d80;
        gap: 5px;
        padding: 15px;
    }
.funded-container .tab-label{
    padding: 20px;
    min-height: auto;
}

    .funded-container::before {
        display: none;
    }

    .funded-container .tabs-group {
        background: transparent;
        box-shadow: none;
        padding: 0;
    }

    .tabs-group {
        width: 97vw;
        max-width: 380px;
    }

    .scroll-down .auth-buttons {
        display: none;
    }

    .hero-title {
        max-width: 100%;
        font-size: 40px;
        line-height: 36px;
    }

    .features-grid {
        width: 100%;
        margin-top: 40px;
        /* flex-direction: column; */
        overflow: auto;
        /* margin-left: -25px;
        margin-right: -20px; */
        padding: 20px;
    }

    .featured-card-main {

        min-width: 300px;
    }

    .feature-card {
        width: 100%;
        margin-top: 15px;
    }

    .feature-content {
        padding-left: 20px;
        padding-right: 20px;
    }



    .flexible-reward-cycles {
        margin-top: 40px;
    }

    .trading-instruments {
        margin-top: 40px;
    }

    .instruments-content {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .instruments-description {
        max-width: 100%;
    }

    .center-fund-desk {
        display: none;
    }

    .center-fund-mob {
        display: block;
        place-items: center;
    }


    .stats-section {
        max-width: 100%;
        margin-top: 80px;
    }

    .stats-grid {
        max-width: 100%;
        flex-direction: column;
    }

    .stat-card {
        width: calc(50% - 10px);
    }




    .stats-cards {
        max-width: 100%;
        flex-wrap: wrap;
    }



    .monthly-stats {
        margin-top: 40px;
    }

    .customers-count {
        max-width: 100%;
        font-size: 40px;
        line-height: 37px;
    }

    .customers-chart {
        max-width: 100%;
        margin-top: 40px;
    }


    .empowering-title {
        max-width: 100%;
    }

    .services-grid {
        max-width: 100%;
        margin-top: 40px;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .service-card {
        width: calc(50% - 10px);
    }

    .vertical-divider {
        margin-top: 40px;
        display: none;
    }

    .service-button {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 40px;
        white-space: initial;
    }

    .main-footer {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 40px;
    }

    .contact-page-section {
        max-width: 1400px;
        width: 100%;
    }

    .contact-title {
        max-width: 100%;
        font-size: 40px;
        padding: 40px 20px;
    }

    .contact-email {
        max-width: 100%;
        font-size: 40px;
    }

    .footer-content {
        margin-top: 40px;
    }

    .footer-grid {
        flex-direction: column;
        align-items: center;
    }

    .footer-logo-column,
    .footer-links-column {
        width: 100%;
    }

    .footer-logos {
        margin-top: 40px;
        justify-content: center;
    }

    .footer-links-column {
        max-width: 100%;
        margin-top: 40px;
    }

    .footer-links-grid {
        flex-direction: column;
        align-items: center;
    }

    .footer-links-group {
        margin-top: 40px;
        align-items: center;
    }

    .footer-divider {
        margin-right: 10px;
        margin-top: 40px;
    }

    .legal-disclaimer,
    .legal-disclaimer-short {
        max-width: 100%;
        margin-top: 40px;
    }

    .copyright {
        margin-top: 40px;
    }

    .register-button,
    .register-button-large {
        padding-left: 20px;
        padding-right: 20px;
        white-space: initial;
    }

    .contact-title>div {
        gap: 60px;
    }



    .contact-title span:before {
        content: '';
        position: absolute;
        right: -40px;
        bottom: 15px;
        /* transform: translateY(-50%); */
        width: 15px;
        height: 15px;
        background-color: white;
        border-radius: 50%;
    }

    .hover-fadeup {
        opacity: 1;
        transform: none;
    }

    .service-card:hover .service-icon {
        opacity: 1;
        transform: none;
    }

    .accordion-section {
        margin-top: 0px;
    }

    .contact-page-section {
        margin-top: 0px;
    }

    .accordion-container {
        margin: 50px auto;
    }

    .accordion-header {
        font-size: 28px;
    }

    .about-section {
        padding: 20px 20px;
    }

    .mision-vision {
        flex-wrap: wrap;
    }

    .mision-vision-col {
        width: 100%;
    }

    .core-values-row {
        flex-direction: column;
    }

    .core-values-col {
        width: 100%;
    }

    .contact-container {
        gap: 30px;
        flex-direction: column;
    }

    .contact-column {
        width: 100%;
    }

    .social-icons {

        justify-content: center;
    }



    .pricing-grid,
    .pricing-grid.item-no-6 {
        grid-template-columns: 1fr;
        margin: 0;

    }

    .pricing-section {
        display: flex;
        justify-content: space-between;
    }

    .pricing-grid:nth-child(1) {
        border-bottom: none;
    }

    .pricing-grid:nth-child(2) * {
        text-align: right;
        display: block;
    }
}


@media (max-width: 600px) {
    .stat-card {
        width: calc(50% - 10px);
    }

    .platform-image,
    .instruments-images {
        height: 300px;
        width: 300px;
    }

    .go-button {

        width: 90px;
        height: 90px;
    }

    .chart-image {
        left: 10px;
        top: 10px;
        width: 70px;
    }

    .service-card {
        width: 100%;
    }

    .contact-email {
        font-size: 28px;
    }

    .company-address {
        font-size: 20px;
    }

    .footer-logos {
        margin-top: 0;
    }

    .footer-links-group {
        margin-top: 0px;
        text-align: center;
    }

    .footer-links-title {
        align-self: center;
    }

    .empowering-title {
        font-size: 30px;
        line-height: 36px;
    }

    .accordion-header {
        font-size: 22px;
        padding: 10px;
    }

    .accordion-content.open {}

    .card .accordion-content.open {
        padding: 20px 5px !important;
    }

    .accordion-content p {
        font-size: 16px;
    }

    .accordion-header span {
        font-size: 18px;
    }

    .mision-vision-col h6 {
        font-weight: 500;
        font-size: 16px;
    }

    .mision-vision-col>div {
        gap: 5px;
        width: calc(80% - 15px);
    }

    .mision-vision-col {
        gap: 15px;
    }

    .core-values-col {
        flex-direction: column;
        text-align: center;
    }

    .core-values-row {
        gap: 20px;
    }

    .core-values-col>div {

        width: 100%;
    }

    .core-values-col img {
        width: 60px;
    }

    .core-values {
        padding: 30px;
        text-align: center;
    }

    .core-values h3 {
        font-size: 30px;
    }

    .core-values p {
        font-size: 16px;
    }

    .core-values-col h4 {
        font-size: 28px;
    }

    .card {
        padding: 20px;
    }

    .card .empowering-title {
        margin-bottom: 30px;

    }

    .footer-links-grid {
        gap: 20px;
    }

    .footer-links {
        margin-top: 5px;
    }

    .parameters-section {
        border-radius: 8px;
        padding: 10px 15px;
    }



    .pricing-value {
        display: flex;
        justify-content: space-between;
        text-align: left;

    }


    .parameters-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .tabs-container {
        flex-wrap: wrap;
        gap: 8px;
        margin: 0 auto 30px;
    }

    .tab {
        flex: 1;
        min-width: 120px;
        text-align: center;
        padding: 12px 20px;
        font-size: 14px;
    }

    .tab-content {
        padding: 15px;


    }

    .second-section-head h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .second-section-head h5 {
        font-size: 16px;
    }

    .second-section-head p {
        font-size: 16px;
    }

    .timeline-row {
        flex-direction: column;
    }

    .timeline-row.left {
        flex-direction: column-reverse;
    }

    .timeline-box,
    .timeline-icon {
        padding: 20px 0px;
        width: 100%;
    }

    .timeline-row .timeline-icon {

        justify-content: center;
    }

    .timeline-row .timeline-box {
        text-align: center !important;
    }

    .timeline-line {
        display: none;
    }

    .timeline-marker {
        place-items: center;
    }

    .timeline-icon img {
        max-width: 100px;
    }

    .timeline-row {
        >.timeline-box * {
            margin-left: auto;
            margin-right: auto;
        }
    }

    .timeline-row:nth-child(2n) {
        .timeline-icon img {
            margin-left: 0;
        }
    }

    .timeline-row.left .timeline-box {
        text-align: left;
    }
    .blog-row{

    grid-template-columns:1fr;
    text-align: center;

}
}


@media (max-width: 400px) {
    .stat-card {
        width: 100%;
    }

    .mision-vision-col {
        flex-direction: column;
        text-align: center;
    }

    .mision-vision-col>div {
        width: 94%;
    }

    .card .accordion-header {
        font-size: 18px;
    }
.timeline-section {
    padding-bottom: 20px;

}
.package-section {
    margin-top: 50px;
}
.package-section-head h2 {
    font-size: 28px;
}
.funded-container .tab-label{
    padding: 12px;
}
}