@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
    /* ===== Colors ===== */
    --body-bg-color: #f0f0f0ff;
    /* --primary-color: #ECAD12; */
    --primary-color: #E01633;
    --grey-color: #F7F7F4;
    --grey2x-color: #EFEEE8;
    --f-white: #FFFFFF;
    --text-white: #fafafa;
    /* --site-color: #4B4B4B; */
    --site-color: #0F0F10;
    --container-margin: 16px;

    --black-color: #0F0F10;
    --title-black-color: #0F0F10;
    --white: #F8FAFC;
    --primary-gradient: #E01633;

    --site-border: rgba(0, 0, 0, .15);

    /* ===== Typography ===== */
    --hero-title-font: "Helvetica Neue";
    --font-main: "General Sans";

    --h1: 65px;
    --h2: 44px;
    --h3: 28px;
    --h4: 24px;
    --h5: 20px;

    --text-base: 16px;
    --text-small: 14px;
    --menu-text: 16px;

    --line-height: 1.7;
    --letter-spacing: 1;

    /* ===== 8px Spacing System ===== */
    --space-0-5: 4px;
    --space-1: 8px;
    --space-2: 16px;
    --space-3: 24px;
    --space-4: 32px;
    --space-5: 40px;
    --space-6: 48px;
    --space-7: 56px;
    --space-8: 64px;
    --space-9: 72px;
    --space-10: 80px;
    --space-11: 88px;
    --space-12: 96px;

    --header-height: 90px;

    /* ===== Shadows ===== */
    --shadow-main: 0 10px 15px rgba(0, 0, 0, .15);
    --shadow-sm: 0 6px 8px rgba(0, 0, 0, .10);

    --site-container: 1240px;
    /* --site-container-fluid: 1200px; */
    --site-line-height: 1.6;

    /* ========================= CONTAINER MAX WIDTHS ========================= */
    --container-xs: 100%;
    --container-sm: 720px;
    /* mobile landscape / small tablets */
    --container-md: 960px;
    /* tablets */
    --container-lg: 1080px;
    /* laptops (your default) */
    --container-xl: 1280px;
    /* large laptops */
    --container-2xl: 1440px;
    /* desktops */
    --container-3xl: 1680px;
    /* 2K */
    --container-4xl: 1920px;
    /* 4K safe */

    --section-block-space: 96px;
    --section-block-space-medium: 64px;

    --inpt-field-ht: 56px;
    --swiper-wrapper-spacing: 60px;
    --site-btn-ht: 50px;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
ul,
li,
form,
label,
nav,
ul,
button,
input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

body {
    background: #fff;
    font-family: var(--font-main);
    font-size: var(--text-base);
    overflow-x: hidden;
    line-height: var(--site-line-height);
    color: var(--site-color);
    width: 100%;
    overflow-x: hidden;
    font-weight: 500;
}

a,
a:focus,
a:hover {
    outline: none !important;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.site-container {
    width: 100%;
    max-width: calc(var(--site-container) + var(--space-2));
    padding-inline: var(--space-2);
    margin-inline: auto;
}

/* 
 .site-container-fluid {
     width: 100%;
     max-width: var(--site-container-fluid);
     margin-inline: auto;
     padding-inline: var(--space-2);
 } */

.site-container-xl {
    padding-inline: var(--space-2);
}

ul {
    list-style-type: none;
}

.tl-black,
.dd-title {
    color: var(--title-black-color);
}

.dd-title {
    font-weight: 700;
    gap: 12px;
    margin-bottom: 16px;
}

.dropdown-menu.wide-dropdown-menu {
    width: 970px !important;
    left: 0;
    transform: translateX(-35%);
}

.header-ql-wrapper ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.index-1 {
    position: relative;
    z-index: 1;
}

.index-2 {
    position: relative;
    z-index: 2;
}

.index-5 {
    position: relative;
    z-index: 5;
}

.card-border {
    border: 1px solid var(--primary-color);
    border-radius: 12px;
}


.img-fit,
.img-fluid {
    width: 100%;
    display: block;
    object-fit: cover;
}

.img-rad-1 {
    border-radius: 8px;
    overflow: hidden;
}

.img-rad-2 {
    border-radius: 16px;
    overflow: hidden;
}

.img-rad-3 {
    border-radius: 24px;
    overflow: hidden;
}


.img-fluid {
    height: 100%;
}

.site-img {
    border-radius: 8px;
}

.site-rad {
    border-radius: 12px;
}

h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    letter-spacing: -4%;
    line-height: 1.2;
    color: var(--title-black-color);
}


h1 {
    font-family: var(--hero-title-font);
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -4%;
    color: var(--title-black-color);
}

.site-title-h1,
h1 {
    font-size: var(--h1);
    line-height: 1;
}

.site-title-h2,
h2 {
    font-family: var(--section-heading-font);
    font-size: var(--h2);
    font-weight: 600;
}

h2.site-title-h1 {
    font-weight: 500;
}

.site-title-h3 {
    font-size: var(--h3);
    font-weight: 600;
}

.site-title-h4 {
    font-size: var(--h4);
}

.site-title-h5 {
    font-size: var(--h5);
    font-weight: 600;
}

.body-text {
    font-size: var(--text-base);
}

.small-text {
    font-size: var(--text-small);
}

.x-small-text {
    font-size: 12px;
}

.site-section-lg {
    padding-block: var(--space-12);
}

.meta-trader-section {
padding-bottom: var(--space-12);
}

.site-section-med {
    padding-block: var(--space-8);
}

.site-section-sml {
    padding-block: 40px;
}

.section-header .subtitle-text {
    font-size: 14px;
    color: var(--primary-color);
    margin-bottom: 6px;
    font-weight: 700;
    gap: 10px;
}

/* .site-container {width: 100%;max-width: var(--container-xs);margin-inline: auto;padding-inline: var(--space-2);} */
/* @media(min-width:640px){.site-container{max-width:var(--container-sm);}}
@media(min-width:768px){.site-container{max-width:var(--container-md);}}
@media(min-width:1024px){.site-container{max-width:var(--container-lg);}}
@media(min-width:1280px){.site-container{max-width:var(--container-xl);}}
@media(min-width:1440px){.site-container{max-width:var(--container-2xl);}}
@media(min-width:1680px){.site-container{max-width:var(--container-3xl);}}
@media(min-width:1920px){.site-container{max-width:var(--container-4xl);}} */



/* Site grid system */
.grid {
    display: grid;
}

.cols-1 {
    grid-template-columns: repeat(1, 1fr);
}

.cols-2 {
    grid-template-columns: repeat(2, 1fr);
}

.cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

.cols-4 {
    grid-template-columns: repeat(4, 1fr);
}

.cols-5 {
    grid-template-columns: repeat(5, 1fr);
}

.cols-6 {
    grid-template-columns: repeat(6, 1fr);
}

.span-2 {
    grid-column: span 2;
}

.span-3 {
    grid-column: span 3;
}

.span-4 {
    grid-column: span 4;
}

@media(max-width:767px) {

    .m-grid {
        display: grid !important;
    }

    .cols-m-1 {
        grid-template-columns: repeat(1, 1fr);
    }

    .cols-m-2 {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .cols-m-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .m-wrap {
        flex-wrap: wrap;
    }

    .gap-xsml {
        gap: 4px;
    }

    .gap-m-1 {
        gap: 8px !important;
    }

    .gap-m-2 {
        gap: 16px !important;
    }

    .gap-m-3 {
        gap: 24px !important;
    }

    .gap-m-4 {
        gap: 32px !important;
    }

    .gap-m-5 {
        gap: 40px !important;
    }

    .gap-m-6 {
        gap: 48px;
    }

    .gap-m-8 {
        gap: 64px;
    }

    .gap-m-10 {
        gap: 80px;
    }

    .m-fd-col {
        display: flex;
        flex-direction: column !important;
    }

    .m-fd-col-rev {
        display: flex;
        flex-direction: column-reverse !important;
    }

    .mw-fluid {
        width: 100% !important;
    }

    .m-items-start {
        align-items: flex-start !important;
    }
}

@media(min-width:768px) and (max-width:1023px) {
    .cols-t-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .cols-t-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Site grid system */


/* Flex classes */
/* .flex{display:flex;} */
.flex-col {
    display: flex;
    flex-direction: column;
}

.inline-flex {
    display: inline-flex;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-row-reverse {
    display: flex;
    flex-direction: row-reverse;
}

.flex-col-reverse {
    flex-direction: column-reverse;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}

.items-start {
    align-items: flex-start;
}

.items-center {
    align-items: center;
}

.items-end {
    align-items: flex-end;
}

.items-stretch {
    align-items: stretch;
}

.items-baseline {
    align-items: baseline;
}

.justify-start {
    justify-content: flex-start;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.justify-evenly {
    justify-content: space-evenly;
}

.self-start {
    align-self: flex-start;
}

.self-center {
    align-self: center;
}

.self-end {
    align-self: flex-end;
}

.self-stretch {
    align-self: stretch;
}

.gap-1 {
    gap: 8px;
}

.gap-2 {
    gap: 16px;
}

.gap-3 {
    gap: 24px;
}

.gap-4 {
    gap: 32px;
}

.gap-5 {
    gap: 40px;
}

.gap-6 {
    gap: 48px;
}

.gap-8 {
    gap: 64px;
}

.gap-10 {
    gap: 80px;
}

.gap-12 {
    gap: 96px;
}

.flex-1 {
    flex: 1;
}

.flex-2 {
    flex: 2;
}

.flex-3 {
    flex: 3;
}

.flex-4 {
    flex: 4;
}

.flex-5 {
    flex: 5;
}

.flex-6 {
    flex: 6;
}

.flex-7 {
    flex: 7;
}

.flex-8 {
    flex: 8;
}

.flex-9 {
    flex: 9;
}

.flex-10 {
    flex: 10;
}

/* Flex classes */

.row-gap-4 {
    gap: 4px;
}

.row-gap-12,
.col-gap-20 {
    gap: 12px;
}

.row-gap-20,
.col-gap-20 {
    gap: 20px;
}

.row-gap-40,
.col-gap-40 {
    gap: 40px;
}

.row-gap-60,
.col-gap-60 {
    gap: 60px;
}

/* Base zig-zag layout */
/* .zig-wrapper{} */
.zig-zag {
    display: flex;
    align-items: center;
    gap: var(--space-6);
}

/* Column roles */
.zig-media {
    flex: 5;
}

.zig-content {
    flex: 7;
}

/* Auto alternate for dynamic loop content */
.zig-wrapper>.zig-zag:nth-child(even) {
    flex-direction: row-reverse;
}

/* Image styling */
.zig-img {
    width: 100%;
    border-radius: var(--space-2);
}

/* Mobile behavior */
@media(max-width:767px) {

    .m-justify-start {
        justify-content: flex-start !important;
    }

    .zig-zag {
        flex-direction: column;
    }

    .zig-media {
        order: 1;
        flex: unset;
        width: 100%;
    }

    .zig-content {
        order: 2;
        flex: unset;
        width: 100%;
    }

    m-items-start {
        align-items: start;
    }
}


/* Site spacings Margin & Padding */
.m-0 {
    margin: 0;
}

.m-1 {
    margin: 8px;
}

.m-2 {
    margin: 16px;
}

.m-3 {
    margin: 24px;
}

.m-4 {
    margin: 32px;
}

.m-5 {
    margin: 40px;
}

.m-6 {
    margin: 48px;
}

.m-7 {
    margin: 56px;
}

.m-8 {
    margin: 64px;
}

.m-9 {
    margin: 72px;
}

.m-10 {
    margin: 80px;
}

.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 8px;
}

.mt-2 {
    margin-top: 16px;
}

.mt-3 {
    margin-top: 24px;
}

.mt-4 {
    margin-top: 32px;
}

.mt-5 {
    margin-top: 40px;
}

.mt-6 {
    margin-top: 48px;
}

.mt-7 {
    margin-top: 56px;
}

.mt-8 {
    margin-top: 64px;
}

.mt-9 {
    margin-top: 72px;
}

.mt-10 {
    margin-top: 80px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 8px;
}

.mb-2 {
    margin-bottom: 16px;
}

.mb-3 {
    margin-bottom: 24px;
}

.mb-4 {
    margin-bottom: 32px;
}

.mb-5 {
    margin-bottom: 40px;
}

.mb-6 {
    margin-bottom: 48px;
}

.mb-7 {
    margin-bottom: 56px;
}

.mb-8 {
    margin-bottom: 64px;
}

.mb-9 {
    margin-bottom: 72px;
}

.mb-10 {
    margin-bottom: 80px;
}

.m-auto {
    margin: auto;
}

.mx-auto {
    margin-inline: auto;
}

.mx-0 {
    margin-inline: 0;
}

.mx-1 {
    margin-inline: 8px;
}

.mx-2 {
    margin-inline: 16px;
}

.mx-3 {
    margin-inline: 24px;
}

.mx-4 {
    margin-inline: 32px;
}

.mx-5 {
    margin-inline: 40px;
}

.mx-6 {
    margin-inline: 48px;
}

.mx-7 {
    margin-inline: 56px;
}

.mx-8 {
    margin-inline: 64px;
}

.mx-9 {
    margin-inline: 72px;
}

.mx-10 {
    margin-inline: 80px;
}

.my-0 {
    margin-block: 0;
}

.my-1 {
    margin-block: 8px;
}

.my-2 {
    margin-block: 16px;
}

.my-3 {
    margin-block: 24px;
}

.my-4 {
    margin-block: 32px;
}

.my-5 {
    margin-block: 40px;
}

.my-6 {
    margin-block: 48px;
}

.my-7 {
    margin-block: 56px;
}

.my-8 {
    margin-block: 64px;
}

.my-9 {
    margin-block: 72px;
}

.my-10 {
    margin-block: 80px;
}

.p-0 {
    padding: 0;
}

.p-1 {
    padding: 8px;
}

.p-2 {
    padding: 16px;
}

.p-3 {
    padding: 24px;
}

.p-4 {
    padding: 32px;
}

.p-5 {
    padding: 40px;
}

.p-6 {
    padding: 48px;
}

.p-7 {
    padding: 56px;
}

.p-8 {
    padding: 64px;
}

.p-9 {
    padding: 72px;
}

.p-10 {
    padding: 80px;
}

.pt-0 {
    padding-top: 0;
}

.pt-1 {
    padding-top: 8px;
}

.pt-2 {
    padding-top: 16px;
}

.pt-3 {
    padding-top: 24px;
}

.pt-4 {
    padding-top: 32px;
}

.pt-5 {
    padding-top: 40px;
}

.pt-6 {
    padding-top: 48px;
}

.pt-7 {
    padding-top: 56px;
}

.pt-8 {
    padding-top: 64px;
}

.pt-9 {
    padding-top: 72px;
}

.pt-10 {
    padding-top: 80px;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-1 {
    padding-bottom: 8px;
}

.pb-2 {
    padding-bottom: 16px;
}

.pb-3 {
    padding-bottom: 24px;
}

.pb-4 {
    padding-bottom: 32px;
}

.pb-5 {
    padding-bottom: 40px;
}

.pb-6 {
    padding-bottom: 48px;
}

.pb-7 {
    padding-bottom: 56px;
}

.pb-8 {
    padding-bottom: 64px;
}

.pb-9 {
    padding-bottom: 72px;
}

.pb-10 {
    padding-bottom: 80px;
}

.px-0 {
    padding-inline: 0;
}

.px-1 {
    padding-inline: 8px;
}

.px-2 {
    padding-inline: 16px;
}

.px-3 {
    padding-inline: 24px;
}

.px-4 {
    padding-inline: 32px;
}

.px-5 {
    padding-inline: 40px;
}

.px-6 {
    padding-inline: 48px;
}

.px-7 {
    padding-inline: 56px;
}

.px-8 {
    padding-inline: 64px;
}

.px-9 {
    padding-inline: 72px;
}

.px-10 {
    padding-inline: 80px;
}

.py-0 {
    padding-block: 0;
}

.py-1 {
    padding-block: 8px;
}

.py-2 {
    padding-block: 16px;
}

.py-3 {
    padding-block: 24px;
}

.py-4 {
    padding-block: 32px;
}

.py-5 {
    padding-block: 40px;
}

.py-6 {
    padding-block: 48px;
}

.py-7 {
    padding-block: 56px;
}

.py-8 {
    padding-block: 64px;
}

.py-9 {
    padding-block: 72px;
}

.py-10 {
    padding-block: 80px;
}

@media(max-width:767px) {

    .m-p-2 {
        padding: 16px !important;
    }
    .m-m-0 {
        margin: 0;
    }

    .m-m-1 {
        margin: 8px;
    }

    .m-m-2 {
        margin: 16px;
    }

    .m-m-3 {
        margin: 24px;
    }

    .m-m-4 {
        margin: 32px;
    }

    .m-m-5 {
        margin: 40px;
    }

    .mt-m-0 {
        margin-top: 0;
    }

    .mt-m-1 {
        margin-top: 8px;
    }

    .mt-m-2 {
        margin-top: 16px;
    }

    .mt-m-3 {
        margin-top: 24px;
    }

    .mt-m-4 {
        margin-top: 32px;
    }

    .mt-m-5 {
        margin-top: 40px;
    }

    .mb-m-0 {
        margin-bottom: 0;
    }

    .mb-m-1 {
        margin-bottom: 8px;
    }

    .mb-m-2 {
        margin-bottom: 16px;
    }

    .mb-m-3 {
        margin-bottom: 24px;
    }

    .mb-m-4 {
        margin-bottom: 32px;
    }

    .mb-m-5 {
        margin-bottom: 40px;
    }

    .mx-m-0 {
        margin-inline: 0;
    }

    .mx-m-1 {
        margin-inline: 8px;
    }

    .mx-m-2 {
        margin-inline: 16px;
    }

    .mx-m-3 {
        margin-inline: 24px;
    }

    .mx-m-4 {
        margin-inline: 32px;
    }

    .mx-m-5 {
        margin-inline: 40px;
    }

    .my-m-0 {
        margin-block: 0;
    }

    .my-m-1 {
        margin-block: 8px;
    }

    .my-m-2 {
        margin-block: 16px;
    }

    .my-m-3 {
        margin-block: 24px;
    }

    .my-m-4 {
        margin-block: 32px;
    }

    .my-m-5 {
        margin-block: 40px;
    }

    .p-m-0 {
        padding: 0;
    }

    .p-m-1 {
        padding: 8px;
    }

    .p-m-2 {
        padding: 16px;
    }

    .p-m-3 {
        padding: 24px;
    }

    .p-m-4 {
        padding: 32px;
    }

    .p-m-5 {
        padding: 40px;
    }

    .pt-m-0 {
        padding-top: 0;
    }

    .pt-m-1 {
        padding-top: 8px;
    }

    .pt-m-2 {
        padding-top: 16px;
    }

    .pt-m-3 {
        padding-top: 24px;
    }

    .pt-m-4 {
        padding-top: 32px;
    }

    .pt-m-5 {
        padding-top: 40px;
    }

    .pb-m-0 {
        padding-bottom: 0;
    }

    .pb-m-1 {
        padding-bottom: 8px;
    }

    .pb-m-2 {
        padding-bottom: 16px;
    }

    .pb-m-3 {
        padding-bottom: 24px;
    }

    .pb-m-4 {
        padding-bottom: 32px;
    }

    .pb-m-5 {
        padding-bottom: 40px;
    }

    .px-m-0 {
        padding-inline: 0;
    }

    .px-m-1 {
        padding-inline: 8px;
    }

    .px-m-2 {
        padding-inline: 16px;
    }

    .px-m-3 {
        padding-inline: 24px;
    }

    .px-m-4 {
        padding-inline: 32px;
    }

    .px-m-5 {
        padding-inline: 40px;
    }

    .py-m-0 {
        padding-block: 0;
    }

    .py-m-1 {
        padding-block: 8px;
    }

    .py-m-2 {
        padding-block: 16px;
    }

    .py-m-3 {
        padding-block: 24px;
    }

    .py-m-4 {
        padding-block: 32px;
    }

    .py-m-5 {
        padding-block: 40px;
    }
}

/* Site spacings Margin & Padding */

/* Site borders and radius */
.border-0 {
    border: 0;
}

.border-1 {
    border: 1px solid var(--site-border);
}

.border-2 {
    border: 2px solid var(--site-border);
}

.radius-0 {
    border-radius: 0;
}

.radius-0-5 {
    border-radius: var(--space-0-5);
}

.radius-1 {
    border-radius: var(--space-1);
}

.radius-2 {
    border-radius: var(--space-2);
}

.radius-3 {
    border-radius: var(--space-3);
}

.radius-4 {
    border-radius: var(--space-4);
}

.radius-5 {
    border-radius: var(--space-5);
}

.radius-6 {
    border-radius: var(--space-6);
}

.radius-7 {
    border-radius: var(--space-7);
}

.radius-8 {
    border-radius: var(--space-8);
}

.radius-9 {
    border-radius: var(--space-9);
}

.radius-10 {
    border-radius: var(--space-10);
}

.radius-11 {
    border-radius: var(--space-11);
}

.radius-12 {
    border-radius: var(--space-12);
}

@media(max-width:767px) {
    .radius-m-0 {
        border-radius: 0;
    }

    .radius-m-0-5 {
        border-radius: var(--space-0-5);
    }

    .radius-m-1 {
        border-radius: var(--space-1);
    }

    .radius-m-2 {
        border-radius: var(--space-2);
    }

    .radius-m-3 {
        border-radius: var(--space-3);
    }

    .radius-m-4 {
        border-radius: var(--space-4);
    }

    .radius-m-5 {
        border-radius: var(--space-5);
    }

    .radius-m-6 {
        border-radius: var(--space-6);
    }

    .radius-m-7 {
        border-radius: var(--space-7);
    }

    .radius-m-8 {
        border-radius: var(--space-8);
    }

    .radius-m-9 {
        border-radius: var(--space-9);
    }

    .radius-m-10 {
        border-radius: var(--space-10);
    }

    .radius-m-11 {
        border-radius: var(--space-11);
    }

    .radius-m-12 {
        border-radius: var(--space-12);
    }
}

/* Site borders and radius */


/* Site Colors */
.bg-l-primary {
    background: #FEF8F8;
}

.bg-primary {
    background: var(--primary-color) !important;
    /* color: var(--white-color); */
}

.bg-pm-light {
background: #FEF8F8;
}

.bg-black {
    background: var(--dark-black);
}

.bg-grey {
    background: var(--grey-color);
}

.bg-grey2x {
    background: var(--grey2x-color);
}

.bg-f-white, .mb-top {
    background: var(--f-white);
}

.text-main {
    color: var(--primary-color);
}

.text-secondary {
    color: var(--secondary-color);
}

.text-black {
    color: var(--title-black-color) !important;
}

.text-white {
    color: var(--text-white);
}




/* ================== CSS Re-usable STYLE ================== */
.accordian-section .course-timeline {
    margin-bottom: 8px;
}

.accordion.active.bg-white{background: #fff !important;}

.accordion-header .course-timeline {
    margin-bottom: initial !important;
}

.accordion {
    background: var(--grey-color);
    border-radius: 24px;
    padding: 24px;
    overflow: hidden;
    display: none;
}

.accordion.active {
    display: block;
}

.rd-bg {
    background: url(../images/risk-disclosure-bg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}

.faq-bg {
    background: url(../images/hero-bg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}

.faq-section .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
    gap: 8px;
}

.faq-section .accordion+.accordion {
    margin-top: 16px;
}

.faq-section .accordion-content {
    margin-top: 8px;
    display: none;
}

.faq-section h2 {
    max-width: 434px;
    width: 100%;
}

.accordion-header {
    cursor: pointer;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-header.active .faq-icon {
    transform: rotate(180deg);
}

.faq-icon {
    transition: all .4s;
    display: flex;
    align-items: baseline;
}

/* .site-common-content .subtitle-text{margin-bottom: -15px;} */
.site-list ul {
    display: flex;
    flex-direction: column;
    list-style-type: disc;
    gap: 18px;
    padding-left: 20px;
}

/* .site-list ul strong {
    color: var(--primary-color);
} */

.site-btn,
.site-btn-outline,
.site-btn-white {
    font-size: var(--text-base);
    font-weight: bold;
    padding: 8px 32px;
    border-radius: 16px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-family: var(--font-main);
    width: max-content;
    transition: all 0.2s ease-in;
    height: var(--site-btn-ht);
    line-height: 1px;
    border-radius: 8px;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}


.site-btn.primary {
    /* min-width: 197px; */


    /* Brand Color/Brand colors/Gradient */
    /* background: linear-gradient(134.89deg, #E39C10 3.12%, #F0DF5B 33.83%, #EDBE21 66.35%, #ECAD12 97.06%); */
    background: var(--primary-color);
    color: var(--text-white);
}

.site-btn.black {
    background: var(--black-color) !important;
    color: var(--f-white) !important;
    text-transform: uppercase;
}

.site-btn.primary {
    background: var(--primary-color);
    color: var(--text-white);
    transition: all .4s ease;
}

.site-btn.primary:hover {
    background: linear-gradient(90deg,#E01633 0%,#FD5B43 50%,#E01633 100%);
    background-size: 200% auto;
    animation: gradientMove 2s linear infinite;
    color: var(--f-white);
    box-shadow: 0 8px 20px rgba(224, 22, 51, .35);
}

@keyframes gradientMove {
    from {
        background-position: 0% center;
    }
    to {
        background-position: 200% center;
    }
}

/* .site-btn.primary:hover {
    background: var(--black-color);
    color: var(--f-white);
} */

/* .site-btn.primary {
    background: var(--primary-color);
    color: var(--text-white);
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.site-btn.primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 80%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.4),
        transparent
    );
    transform: skewX(-25deg);
    transition: all 0.7s ease;
}

.site-btn.primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.site-btn.primary:hover::before {
    left: 150%;
} */

/* .site-btn-outline {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: var(--site-btn-ht);
    border: 3px solid var(--primary-color);

    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(134.89deg,
            #E39C10 3.12%,
            #F0DF5B 33.83%,
            #EDBE21 66.35%,
            #ECAD12 97.06%) border-box;

    color: #111;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;

    cursor: pointer;
    overflow: hidden;

    transition: all 0.4s ease;
}

.site-btn-outline:hover {
    background:
        var(--black-color);
         border: 3px solid var(--black-color);

    color: var(--f-white);
} */




.site-btn-outline {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: var(--site-btn-ht);
    padding: 0 35px;
    border: 3px solid var(--primary-color);
    background: transparent;
    color: #111;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    transition: all .45s cubic-bezier(.165, .84, .44, 1);
}

/* Animated Background */
.site-btn-outline::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    border-radius: 50% 50% 0 0;
    transition: all .55s cubic-bezier(.165, .84, .44, 1);
    z-index: -1;
}

/* Shine Effect */
.site-btn-outline::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,.5),
        transparent
    );
    transform: skewX(-25deg);
    transition: .8s;
}

.site-btn-outline:hover {
    color: var(--text-white);
    /* transform: translateY(-5px); */
    box-shadow: 0 15px 35px rgba(0,0,0,.18);
}

.site-btn-outline:hover::before {
    bottom: 0;
    border-radius: 0;
}

.site-btn-outline:hover::after {
    left: 150%;
}

.site-btn.black:hover {
    background: var(--primary-color) !important;
    color: var(--f-white) !important;
}

/* .tab-btn {
    font-size: var(--text-base);
    font-weight: 500;
    color: var(--primary-color);
    padding: 16px 36px;
    border-radius: 12px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-family: var(--font-main);
    transition: all 0.3s ease-in;
    max-width: 240px;
    width: 100%;
    text-transform: uppercase;
    border: 3px solid transparent;
    font-weight: 500;
    height: 52px;
    background: #F6F0E6;
}

.tab-btn.active {
    background: var(--primary-color);
    color: var(--white-color);
}

.tab-btn:not(.active):hover {
    border: 3px solid var(--primary-color);
} */



.acc-title {
    transition: all 0.3s ease-in-out;
}

.acc-card {
    background: var(--grey-color);
    transition: all 0.3s ease-in-out;
}

.acc-body-content {
    & {

        h5,
        p,
        ul {
            color: var(--black-color);
            transition: all 0.3s ease-in-out;
        }
    }
}

.acc-card:hover {
    /* background: linear-gradient(134.89deg, #E39C10 3.12%, #F0DF5B 33.83%, #EDBE21 66.35%, #ECAD12 97.06%); */
    background: #FEF8F8;
}

/* .acc-card:hover .site-btn.primary {
    background: var(--f-white);
    color: var(--title-black-color);
} */

.acc-card:hover .acc-title {
    /* background: linear-gradient(to right,
            rgba(238, 237, 231, 0.4) 0%,
            rgba(238, 237, 231, 0.4) 50%,
            rgba(239, 238, 232, 0.7) 100%); */
            background: #FFDED9;
}


.text-center {
    text-align: center;
}

.text-center-desk {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.site-card .card-img {
    border-radius: 8px;
    width: 100%;
}

.site-card .card-btn {
    display: flex;
    gap: 5px;
    border-bottom: 2px solid var(--purple-dark-color);
    color: var(--purple-dark-color);
    font-size: 14px;
    font-weight: 700;
    font-family: var(--heading-font);
    display: inline-flex;
    align-self: flex-start;
    position: absolute;
    bottom: 12px;
    left: 12px;
}

.site-card:has(.card-btn) {
    padding-bottom: 100px;
}

.site-btn-text {
    display: flex;
    gap: 5px;
    border-bottom: 2px solid var(--purple-dark-color);
    color: var(--purple-dark-color);
    font-size: 14px;
    font-weight: 700;
    font-family: var(--heading-font);
    display: inline-flex;
    align-self: flex-start;
}

.tag {
    display: inline-flex;
    border-radius: 100vmax;
    padding: 6px 24px;
    width: max-content;
    font-size: 14px;
}

.bb-btn {
    background: linear-gradient(90.76deg, #A87CCE 8.53%, #8856B4 97.36%);
}

.text-center .site-tag,
.text-center .site-btn {
    align-self: center;
}

/* Video player style */

/* Pagination */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 30px; */
    gap: 8px;
}

.page-number {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: white;
    border: 1px solid #D4B483;
    font-size: var(--text-base);
    cursor: pointer;
    color: #262626;
    transition: all 0.2s ease-in;
}

.pagination .page-number i {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
}

.page-number.active {
    border-color: var(--primary-color);
}

.page-number:hover:not(.active) {
    border-color: var(--primary-color);
    color: var(--white-color);
    background: var(--primary-color);
}

.icon {
    font-size: 22px;
    line-height: 1;
}

/* Pagination */

/* UTILS */
.for-mobile {
    display: none;
}

.btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.site-btn-outline.active {
    background: var(--primary-color);
    color: var(--white-color);
}

.ft-primary {
    font-family: var(--font-main) !important;
}

.ft-wt-500 {
    font-weight: 500 !important;
}

.ft-wt-600 {
    font-weight: 600 !important;
}

.ft-wt-700 {
    font-weight: 700 !important;
}

.l-ht-1 {
    line-height: 1;
}

.up-case {
    text-transform: uppercase;
}

.tab-btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.w-100 {
    width: 100%;
}

.ht-100 {
    height: 100%;
}

.ul-text {
    font-size: 22px;
    font-weight: 300;
    color: var(--title-black-color);
}

/* ================== Header Style ================== */
.desktop-menu {
    display: flex;
}

.header-bar {
    position: absolute;
    top: 08px;
    left: 0;
    z-index: 9;
    width: 100%;
    padding: 16px;
}

.header-wrap {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    height: var(--header-height);
    background: #ffffff;
    /* box-shadow: 0 0 14px rgba(0, 0, 0, 0.1); */
    padding-inline: 44px;
    border-radius: 16px;
    max-width: 1300px;
    width: 100%;
    margin-inline: auto;
}

.dropdown-wrapper {
    position: relative;
    display: inline-block;
    padding-block: 8px;
    z-index: 9;
}

.dropdown-menu,
.knob-icon {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in;
}

.dropdown-wrapper:hover .dropdown-menu,
.dropdown-wrapper:hover .knob-icon {
    opacity: 1;
    visibility: visible;
}

.dropdown-menu {
    top: 70px;
    width: max-content;
    padding: 20px;
    border-radius: 16px;
    background: var(--f-white);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: absolute;


    box-shadow: 130px 64px 58px rgba(0, 0, 0, 0.01), 73px 36px 49px rgba(0, 0, 0, 0.05), 33px 16px 36px rgba(0, 0, 0, 0.09), 8px 4px 20px rgba(0, 0, 0, 0.1);


}

.knob-icon {
    position: absolute;
    top: 18px;
    /* left: 50px; */
    right: -18px;
    color: white;
    z-index: 2;
}

.wide-knob-icn {
    left: 56px;
}

.dropdown-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.menu-arrow-down i {
    font-size: 24px;
}

.knob-icon {
    font-size: 48px;
}

.logo-link {
    display: flex;
    align-items: center;
}

/* .hero-section {
    background: url(../images/hero-bg.jpg) no-repeat;
    background-size: cover;
} */

.ct-m {
    margin: var(--container-margin);
    border-radius: 24px;
}

.hero-section>.site-container {
    padding-top: 200px;
}

.hero-content {
    max-width: 870px;
    width: 100%;
}

.site-hero-section {
    position: relative;
    overflow: hidden;
    height: 472px;
    padding-bottom: 40px;
}

.site-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.site-hero-content {
    max-width: 900px;
    position: relative;
    z-index: 2;

    & {
        h1 {
            font-weight: 700;
        }

        h1,
        p {
            color: var(--text-white);
        }

        p {
            font-size: 22px;
            font-weight: 300;
            margin-top: 8px;
        }
    }
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .menu {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-right: 40px;
}

.header-bttn-wrapper a {
    text-transform: initial;
}

.hero-disc-section {
    max-width: 952px;
}

.vm-section .site-container {
    max-width: 1014px;
}

.vm-img {
    width: 100%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25)
}

.feature-section .section-header {
    max-width: 960px;
    width: 100%;
    margin-inline: auto;
}

.ft-card {
    position: relative;
}

.ft-card img,
.step-card img {
    margin-bottom: 4px;
}

.vt-line {
    position: absolute;
    right: -16px;
    top: 0;
    height: 100%;
}

.mt5-wrapper h2 {
    max-width: 500px;
    width: 100%;
}

.platform-col-wrapper {
    max-width: 762px;
    width: 100%;
}

/* .home-cta {
    background: url(../images/home-cta-bg.jpg) no-repeat;
    background-size: cover;
} */

/* .home-cta .cta-left-col {
    max-width: 430px;
    width: 100%;
} */

.fx-work-img {
    height: 380px;
}

.fx-subtitle {
    max-width: 750px;
    margin-inline: auto;
    width: 100%;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.3;
}

.faq-col {
    width: 100%;
}

.meta-trader-row {
    max-width: 1100px;
    width: 100%;
    margin-inline: auto;
}

.meta-trader-bg {
    background: url(../images/meta-site-bg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.navbar .menu a,
.footer-navbar a {
    font-size: var(--menu-text);
    /* font-family: var(--section-heading-font); */
    font-weight: 400;
    transition: all 0.3s ease-in;
    text-transform: capitalize;
}

.navbar .menu a {
    color: var(--black-color);
    z-index: 2;
}

.footer-navbar a {
    color: var(--text-white);
}

.copyright-section {
    padding-block: 8px;
    border-top: 1px solid #4b4b4b85;
}

.navbar .menu a,
.footer-navbar a,
.copyright-section a {
    position: relative;
    padding-bottom: 2px;
}

.user-int-bar a {
    transform: translateY(0);
}

.navbar .menu a:hover,
.user-int-bar a:hover,
.footer-navbar a:hover {
    color: var(--primary-color);
}

.navbar .menu a::before,
.footer-navbar a::before,
.copyright-section a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: var(--primary-color);
    transition: all 0.3s ease-in;
}

.navbar .menu a:hover::before,
.footer-navbar a:hover::before,
.copyright-section a:hover::before {
    width: 100%;
}

.contact-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;

    & {

        input[type="text"],
        input[type="email"],
        input[type="tel"],
        textarea,
        input[type="password"],
        select {
            display: block;
            width: 100% !important;
            border-radius: 8px;
            height: var(--inpt-field-ht);
            padding: 12px 16px;
            font-family: var(--font-main);
            color: var(--black-color);
            font-size: var(--text-base);
            outline: none;
            background: #FAFAFA;
            border: none;
        }

        br {
            display: none;
        }

        .form-row {
            width: 100%;
            display: flex;
            gap: 8px;
        }

        input[type="text"],
        input[type="email"],
        input[type="tel"], select, textarea {
            margin-top: 8px;
        }

        select {
            appearance: none;
            background-image: url(../images/select-down-icon.svg);
            background-size: 12px;
            background-repeat: no-repeat;
            background-position: right 16px center;
            cursor: pointer;
            border: none;
        }

        textarea {
            height: 124px;
        }

        input::placeholder,
        textarea::placeholder,
        select option {
            font-family: var(--font-main);
            color: var(--black-color);
            font-size: var(--text-base);
        }

        .checkbox-wrapper {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-block: 16px;
            line-height: 1;
        }

        input[type="checkbox"] {
            appearance: none;
            width: 20px;
            height: 20px;
            /* border: 1px solid #B0AE8D; */
            background: var(--f-white);
            border-radius: 4px;
            position: relative;
            transition: all 0.3s ease;
        }

        input[type="checkbox"]:checked {
            background-color: var(--primary-color);
            border: 2px solid var(--primary-color);
        }

        input[type="checkbox"]:checked::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) rotate(45deg);
            width: 4px;
            height: 9px;
            border: solid var(--black-color);
            border-width: 0 2px 2px 0;
        }

        input[type="submit"] {
            margin-top: 20px;
        }

        .wpcf7 input[type="file"] {
            display: none;
        }

        .checkbox-wrapper span.wpcf7-list-item.first.last {
            margin: initial !important;
        }

        .checkbox-wrapper span.wpcf7-list-item.first.last label {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        textarea {
            border: none !important;
        }


        /* input[type="submit"]:hover {
            background: transparent;
            border: 2px solid var(--white-color);
            color: white;

        } */
    }
}

.contact-form select, .contact-form input.walcf7-timepicker{
    appearance: none;
    background-image: url(../images/dropdown-icn.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
}

.contact-form input.walcf7-timepicker{position: relative;}
.contact-form input.walcf7-timepicker::before{position: absolute;width: 30px;height: 30px;content: ""; left: 10px;top: 50%; transform: translateY(-50%);background: url(../images/time-icon.svg) no-repeat;background-position: center;}

.security-section {
    margin-bottom: var(--section-block-space);
}

.footer-section {
    /* background: #FAFAFA; */
    padding-top: 96px;
}

.footer-navbar {
    flex-wrap: wrap;
}

.ql-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ql-links a {
    color: #4B4B4B;
}

.footer-section>.site-container {
    position: relative;
}

.menu-icn {
    font-size: 24px;
    color: var(--black-color);
}

.swiper-pagination-bullet-active {
    background: var(--primary-color) !important;
}


.swiper-pagination.op-1 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background: #E5E5E5;
}


.newsletter-form {
    max-width: 406px;
    width: 100%;

    & {

        input[type="text"] {
            display: block;
            width: 265px !important;
            border-radius: 12px;
            padding: 12px 16px;
            font-family: var(--font-main);
            color: var(--text-white);
            font-size: 18px;
            outline: none;
            border: 1px solid var(--text-white);
            background: var(--dark-black);
        }

        .form-row {
            width: 100%;
            display: flex;
            gap: 12px;
        }

        input::placeholder {
            font-family: var(--font-main);
            color: var(--white);
            font-size: 18px;
        }

        input {
            height: var(--inpt-field-ht);
        }

        .site-btn {
            border: 1px solid transparent;
            transition: all 0.2s ease-in;
        }

        .site-btn:hover {
            background: transparent !important;
            border: 1px solid var(--text-white) !important;
            color: var(--text-white) !important;
        }
    }
}

.social-icns {
    gap: 14px;
}


.social-link {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 18px;
    color: var(--black-color);
}

.ql-title {
    font-weight: bold;
    color: var(--title-black-color);
}

.site-divider {
    width: 100%;
    height: 1px;
    color: var(--site-color);
}

.copyright-section a {
    color: var(--site-color);
    transition: all 0.2s ease-in;
}

.copyright-section a:hover {
    color: var(--primary-color);
}

.table {
    width: 100%;
    max-width: 450px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 16px;
    background: #f5f5f5;
}

.table tr td:first-child {
    width: 35%;
}

.meta-trader-bg .device-table td {
    background: var(--grey-color);
}

.device-table td.site-title-h5.bg-primary {
    background: var(--primary-color) !important;
    color: var(--text-white) !important;
}


.device-table td {
    padding: 7px 24px;
    border-radius: 4px;
    /* color: var(--title-black-color); */
}

.pamm-bg {
    background: url(../images/pamm-bg.jpg) no-repeat;
    object-fit: cover;
    background-position: bottom;
}

.pamm-section .pamm-icn-container {
    max-width: 1100px;
}

.pamm-section .site-container .meta-trader-row {
    max-width: 640px;
}

.ta-section .site-container,
.trad2-container {
    max-width: 1150px;
}

.ta-section .meta-trader-row {
    max-width: 1050px;
}

.home-ts-icon-row .trade-card {
    max-width: 400px;
    width: 100%;
}

.vision-left-col {
    padding: 40px 24px;
}

.device-table td {
    /* background: #FDF1F3; */
}

.table-yell-bg {
    background: var(--primary-gradient) !important;
    color: var(--text-white) !important;
}

.details-section {
    /* background: url(../images/cd-bg.jpg) no-repeat;
    background-size: cover; */
}

.details-section .site-container {
    max-width: 1092px;
}

.benefit-section h2 {
    max-width: 380px;
    width: 100%;
}

.flex-wrap {
    flex-wrap: wrap;
}

/* .sa-icon-section .site-container {
    max-width: 1000px;
} */

.sa-icon-section .mkt-card {
    max-width: 250px;
    width: 100%;
}

.sa-card {
    position: relative;
    overflow: hidden;
}

.sa-card .num {
    position: absolute;
    top: -28px;
    right: 0;
    font-size: 128px;
    line-height: 1;
    font-family: var(--hero-title-font);
    color: #f9d0d666;
    font-weight: 700;
}

.feature-form-section {
    padding-bottom: var(--section-block-space);
}

.feautre-form input[type="text"] {
    height: 88px;
    width: 100%;
    border-radius: 8px;
    padding: 16px;
    color: var(--title-black-color);
}

.feautre-form input::placeholder {
    font-family: var(--font-main);
    font-size: var(--text-base);
}

.feautre-form h3 {
    background: var(--primary-color);
    color: var(--text-white);
    border-radius: 4px;
    padding: 8px;
    font-weight: 400;
    width: 100%;
}

.feautre-form .site-btn {
    min-width: max-content;
}


.gradient-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 600;
    padding-bottom: 6px;
}

.gradient-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: var(--primary-gradient);
    border-radius: 100px;
}

.comission-detail-box {
    width: 100%;
}

.com-right-col {
    font-weight: 700;
    color: var(--title-black-color);
}

/* HIDE DETAILS BY DEFAULT */
.comission-detail-box {
    display: none;
}

/* BUTTON ANIMATION */
.select-account-btn {
    transition: all 0.3s ease;
}

.select-account-btn i {
    transition: all 0.3s ease;
}

/* OPTIONAL */
.gradient-link {
    cursor: pointer;
}

.deposit-display {
    width: 100%;
}

.feature-form-col {
    width: 100%;
}

.deposit-display .text-black {
    color: var(--title-black-color);
    font-size: 20px;
    font-weight: 400;
}

.contact-section .site-container {
    max-width: 730px;
}

.contact-form form {
    width: 100%;
}

.custm-tab {
    display: none;
}

.custm-tab.active {
    display: block;
}

.doc-tab {
    display: none;
}

.doc-tab.active {
    display: block;
}

.contact-tab-btns {
    gap: initial;
}

.contact-tab-btns .ct-btn {
    color: var(--title-black-color);
    border-bottom: 3px solid #EFEEE8;
    width: 100%;
    height: 40px;
    text-align: center;
}

.contact-tab-btns .ct-btn.active {
    color: black;
    font-weight: 700;
    border-bottom: 3px solid var(--primary-color);
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #111;
}

.field-wrapper {
    position: relative;
}

.field-wrapper input,
.field-wrapper select {
    width: 100%;
    height: 58px;
    border: none;
    outline: none;
    background: var(--f-white);
    border-radius: 10px;
    font-size: 16px;
    color: #444;
    padding: 0 16px;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

/* Phone */
.phone-field .flag {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.phone-field input {
    padding-left: 50px;
}

/* Select & Time */
.field-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #555;
    pointer-events: none;
}

.dropdown-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    color: #111;
    pointer-events: none;
}

.select-field select {
    padding-left: 44px;
}

.time-field input {
    padding-left: 44px;
    padding-right: 40px;
}

/* Hide native time icon */
.time-field input::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}


/* Textarea */

.field-wrapper textarea {
    width: 100%;
    min-height: 110px;
    border: none;
    outline: none;
    resize: none;
    background: var(--f-white);
    border-radius: 10px;
    padding: 16px;
    font-size: 16px;
    color: #444;
    font-family: inherit;
}

/* Upload Area */

.upload-box {
    margin-top: 16px;
    background: var(--f-white);
    border: 2px dashed #7B7B7B;
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
}

.upload-icon {
    margin-bottom: 16px;
}

.upload-icon i {
    font-size: 42px;
    color: var(--primary-color);
}

.upload-box h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}

.upload-box p {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

.browse-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 28px;
    border: 2px solid var(--primary-color);
    border-radius: 16px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    background: #fff;
}

/* Checkbox */

.checkbox-wrapper input {
    width: 18px;
    height: 18px;
    cursor: pointer;
    border : 1px solid #666666 !important;
}

.faq-tab-btns {
    display: flex;
    background: #FEF8F8;
    border-radius: 16px;
    justify-content: flex-start;
    align-items: center;
    gap: initial;
    padding: 8px;
}

.btn-group.faq-tab-btns::-webkit-scrollbar {
  display: none;                /* Chrome/Safari */
}

.btn-group.faq-tab-btns .faq-btn {
  flex-shrink: 0;
}

.faq-tab-btns::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.faq-tab-btns .faq-btn {
    color: var(--title-black-color);
    text-transform: uppercase;
    font-weight: 700;
    padding: 16px 32px;
    text-wrap: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.faq-tab-btns .faq-btn.active {
    background: var(--primary-color);
    border-radius: 16px;
    color: var(--text-white);
}

.faq-section .custm-tab {
    max-width: 762px;
    width: 100%;
    margin-inline: auto;
}

.doc-vt-btns {
    gap: 4px;
}

.doc-vt-btns .doc-btn {
    display: inline-flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    color: #4B4B4B;
    padding: 16px 12px;
    border-radius: 8px;
    border-left: 5px solid transparent;
    width: 100%;
    justify-content: flex-start;
}

.doc-vt-btns .doc-btn.active {
    background: var(--primary-color);
    color: var(--text-white);

}

.support-form {
    width: 100%;
}

.wpcf7-spinner {
    display: none;
}

.intl-tel-input.separate-dial-code .selected-flag {
    background: transparent !important;
}

.mt5-grid .ft-card:last-of-type .vt-line {
    display: none;
}

.vision-row .device-table {
    width: 100%;
}

#sidenav-container{display: none;}

.why-partener-section{padding: 20px;}
.why-partener-inner{background: var(--grey-color);border-radius: 24px;padding: 96px 0;}
.mkt-card:has(.why-partner-box){background: #fff;align-self: flex-start;}
.why-partner-box{gap: 6px;}

.feautre-form {
    background: #FDF1F3;
}

.gd-bg {
    /* background: url(../images/gd-bg.jpg) no-repeat;
    background-size: cover; */
    background: linear-gradient(135deg, #d6173d 0%, #f23a2f 45%, #fa4e26 70%, #ff7a52 100%);
}

.acc-banner {
    width: 100%;
    height: 46px;
    background: var(--primary-color);
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}

/* Optional: make second card title white for contrast */
.acc-card:nth-child(2) {
    background: #FEF8F8 !important;
    position: relative;
    overflow: visible;
    border-radius: 0 0 24px 24px;
}

.acc-card:nth-child(2)::before{position: absolute;left: 0;top: -40px;width: calc(100% - 20px);content: "POPULAR";background: var(--primary-color);color: var(--f-white);text-align: center;padding: 10px;border-radius: 24px 24px 0 0;}

.acc-card:nth-child(2) .acc-title {
    background: #FFDED9 !important;
}

.acc-card .site-btn.primary{width: 100%;}

.legal-docs {
    color: #4B4B4B;
    /* align-items: center; */
}

.page-template-trading-advantages-2 .mkt-card {
min-width :399px
}

.custom-grid{display: grid;grid-template-columns: repeat(6, 1fr); gap: 16px;}
.custom-grid .mkt-card:nth-child(1) { grid-column: 2 / span 2; }
.custom-grid .mkt-card:nth-child(2) { grid-column: 4 / span 2; }

/* ── Loader ── */
#siteLoader {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-spinner {
  width: 52px;
  height: 52px;
  border: 4px solid #f0f0f0;
  border-top-color: #e8183a;
  border-radius: 50%;
  animation: loaderSpin 0.75s linear infinite;
}

@keyframes loaderSpin {
  to { transform: rotate(360deg); }
}

/* ── Page overlay ── */
#pageOverlay {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 9998;
  pointer-events: none;
}




/* ── Fix parent overflow ── */
.section-header.faq-header-section {
  overflow: visible !important;
}

/* ── Tab scroll container ── */
.btn-group.faq-tab-btns {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 8px;
  cursor: grab;
  padding-bottom: 8px;

  /* Custom scrollbar */
  scrollbar-width: thin;
  scrollbar-color: #e8183a #f0f0f0;
}

.btn-group.faq-tab-btns::-webkit-scrollbar {
  height: 4px;
}

.btn-group.faq-tab-btns::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 99px;
}

.btn-group.faq-tab-btns::-webkit-scrollbar-thumb {
  background: #e8183a;
  border-radius: 99px;
}

.btn-group.faq-tab-btns .faq-btn {
  flex-shrink: 0;
}

.m-width-900{max-width: 900px !important;}
.m-width-960{max-width: 960px !important;}
.social-icns a{display: flex;}

.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
  background-color: #25d366;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
}

.whatsapp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.55);
}

.timerIcon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:20px;height:20px;pointer-events:none;}

footer .gd-bg .ql-title, footer .gd-bg a, footer .gd-bg p {color: #fff !important;}

footer .gd-bg{margin-top: 40px;}


@media(max-width:767px) {
    .form-grid {grid-template-columns: 1fr;}
    .why-partener-inner{padding: 36px 0;}
    .page-template-trading-advantages-2 .mkt-card {min-width: 100%;}
    .custom-grid{grid-template-columns: repeat(1, 1fr);}
    .custom-grid .mkt-card:nth-child(1) { grid-column: 1}
    .custom-grid .mkt-card:nth-child(2) { grid-column: 1}
    
}


