@font-face {
    font-family: 'Aspekta';
    src: url('/fonts/Aspekta-350.woff2') format('woff2'),
         url('/fonts/Aspekta-350.ttf') format('truetype');
    font-weight: 350;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Aspekta';
    src: url('/fonts/Aspekta-500.woff2') format('woff2'),
         url('/fonts/Aspekta-500.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'ClashGrotesk-Extralight';
    src: url('/fonts/ClashGrotesk-Extralight.woff2') format('woff2'),
         url('/fonts/ClashGrotesk-Extralight.woff') format('woff'),
         url('/fonts/ClashGrotesk-Extralight.ttf') format('truetype');
    font-weight: 200;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: 'ClashGrotesk-Light';
    src: url('/fonts/ClashGrotesk-Light.woff2') format('woff2'),
         url('/fonts/ClashGrotesk-Light.woff') format('woff'),
         url('/fonts/ClashGrotesk-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: 'ClashGrotesk-Regular';
    src: url('/fonts/ClashGrotesk-Regular.woff2') format('woff2'),
         url('/fonts/ClashGrotesk-Regular.woff') format('woff'),
         url('/fonts/ClashGrotesk-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: 'ClashGrotesk-Medium';
    src: url('/fonts/ClashGrotesk-Medium.woff2') format('woff2'),
         url('/fonts/ClashGrotesk-Medium.woff') format('woff'),
         url('/fonts/ClashGrotesk-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: 'ClashGrotesk-Semibold';
    src: url('/fonts/ClashGrotesk-Semibold.woff2') format('woff2'),
         url('/fonts/ClashGrotesk-Semibold.woff') format('woff'),
         url('/fonts/ClashGrotesk-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: 'ClashGrotesk-Bold';
    src: url('/fonts/ClashGrotesk-Bold.woff2') format('woff2'),
         url('/fonts/ClashGrotesk-Bold.woff') format('woff'),
         url('/fonts/ClashGrotesk-Bold.ttf') format('truetype');
        
    font-weight: 700;
    font-display: swap;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'ClashGrotesk-Variable';
    src: url('/fonts/ClashGrotesk-Variable.woff2') format('woff2'),
         url('/fonts/ClashGrotesk-Variable.woff') format('woff'),
         url('/fonts/ClashGrotesk-Variable.ttf') format('truetype');
    font-weight: 200 700;
    font-display: swap;
    font-style: normal;
  }
  
a{
    text-decoration: none;
}
.nav-right a {
    text-decoration: none;
    font-size: var(--font-size-md);
    transition: color 0.3s ease;
}
p {
    font-family: 'Aspekta', Arial, sans-serif;
    font-weight: 350;
    font-size: 18px;
}
section.about-trading {
    max-width: var(--container-width);
    margin: 0 auto;
    padding-top: 20px;
}
nav {
    font-family: var(--font-family-Aspekta);
    padding: 0;
}
.nav-links a {
    color: #1D2563;
}
p{
    line-height: 1.6;
    margin-bottom: 32px;
    font-size: var(--font-size-md);
    margin: 0;
}
ul li{
    line-height: 1.6;
    margin-bottom: 32px;
    font-size: var(--font-size-md); 
}
section.about-trading h1 {
    font-size: 54px;
    text-align: center;
    padding-bottom: 35px;
    font-family: 'ClashGrotesk-Regular', Arial, sans-serif;
    font-weight: 700;
    color: #1D2563;
    line-height: 60px;
    text-align: center;
}
section.about-trading p {
    color: #1D2563;
    color: var(--black);
        line-height: 1.6;
        margin-bottom: 32px;
        font-size: var(--font-size-md);
        text-align: center;
}


.about_trade_heading {
    /* min-height: 610px; */
    width: 60%;
    margin: 0 auto;
}
.mission-section{
    background: linear-gradient(180deg, #7C58C1 0%, #7B58C1 100%);
    padding: 40px 0px;
}
.container {
    max-width: var(--container-width);
    margin: 0 auto;
}
.mission-row {
    display: flex;
    padding-top: 60px;
}
.text-mission {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
.mission-left-img {
    width: 60%;
}
.mission-left-img img {
    width: 80%;
}
.mission-right-text {
    width: 40%;
}


section.become-ib.about-se h2.become-ib__title {
    width: 24%;
    margin: 0 auto;
    padding-bottom: 30px;
}
.mission-right-text ul,
.vission-right-text ul {
    list-style: none;
    padding: 0;
}

.mission-right-text ul li,
.vission-right-text ul li {
    position: relative;
    padding-left: 20px; 
    font-family: 'Aspekta', sans-serif;
    font-weight: 300;
}

.mission-right-text ul li::before,
.vission-right-text ul li::before {
    content: "•";
    color: blue;
    color: #B2BAFF;
    font-size: 30px;
    position: absolute;
    left: -10px;
    top: -13px;
}




section.vission-section {
    background: linear-gradient(279.3deg, #040A38 -1.16%, #1D2563 98.77%);
    padding: 40px 0px;
}
.vission-right-text{
    width: 80%; 
}
.vission-left-img{
    width: 40%;
}
.vission-left-img img {
    width: 100%;
}
section.our-team ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.our-team ul li {
    width: 30%;
    padding-top: 35px;
}
section.our-team h2 {
    color: #000;
    text-align: center;
}
section.our-team h3 {
    color: #7C58C1;
    font-family: 'ClashGrotesk-Regular', Arial, sans-serif;
 
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
section.our-team p {
    color: #1D2563;
}
section.become-ib.about-se .bg-layer-1 {
    background: rgb(178,186,255);
    background: linear-gradient(90deg, rgba(178,186,255,1) 50%, rgba(123,88,193,1) 50%);}

section.become-ib.about-se .bg-layer-2 {
    position: absolute;
    bottom: 181px;
    height: 37%;
    background: #B2BAFF;
    background: rgb(123, 88, 193);
    background: linear-gradient(90deg, rgba(123, 88, 193, 1) 50%, rgba(178, 186, 255, 1) 50%);
}
section.become-ib.about-se {
    background: #1D2563;
    margin: 0;
    padding: 30px;
}

section.become-ib.about-se h2 {
    color: #fff;
}
section.become-ib.about-se p {
    color: #fff;
}
section.our-team {
    padding: 30px;
}
/*=====contact page=======*/
.contact-page h1 {
    font-size: 48px;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 25px;
    text-align: center;
}
.contact-tittle {
    padding: 40px 10px;
    padding-top: 0;
}
.contact-row {
    border-top: 1px solid #B2BAFF;
    display: flex;
    border-top: 1px solid #B2BAFF;

}

  
  .enquiry-form {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 20px;
  }
  
  .form-container {
    max-width: 500px;
    width: 100%;
    /* padding-top: 50px; */
  }
  
  .form-container h2 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: normal;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
    font-family: 'ClashGrotesk-Medium', Arial, sans-serif;
    font-weight: 500;
  }

  .form-container .form-group {
    display: flex;
    border-bottom: 1px solid #ffffff;
    align-items: center;
    padding: 16px 0px;
}
  
.form-container label {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    display: block;
    width: 40%;
    font-family: 'Clash Grotesk', sans-serif;
 
  }
  
  .form-container input,
  .form-container textarea {
    width: 100%;
    background-color: transparent;
    border: none;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 0;
    outline: none;
  }
  
  .form-container textarea {
    resize: none;
    height: 60px;
  }
  
 
  
  .form-container button.submit-btn {
    background-color: #ffffff;
    color: #16214D;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
  }
  
  .form-container button.submit-btn:hover {
    background-color: #dcdcdc;
  }
  .info-row {
    width: 55%;
    border-right: 1px solid #B2BAFF;
    padding-top: 50px;
    padding-bottom: 35px;
}
.info-form {
    width: 45%;
    padding-left: 60px;
}
iframe {
    width: 70%;
    border-radius: 10px;
}
.d-flex {
    display: flex;
    align-items: baseline;
}
.info-row h2 {
    font-family: 'ClashGrotesk-Regular', Arial, sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    text-align: left;
    width: 44%;
    color:#fff;
}
.contact-info-head {
    display: flex;
    flex: 1;
}
.contact-d-flex {
    display: flex;
    align-items: baseline;
    margin: 1em 0;

}
.contact-info-para {
    flex: 2;
}
.contact-info-row {
    margin: 2em 0;
}
.form-container {
    margin: 2em 0;

}
.contact-info-para a {
    color: white;
}
.contact-info-title {
    font-size: 18px;
    margin-bottom: 25px;
    max-width: 60%;
}
.form-container > h2 {
    padding-bottom: 45px;

}
.d-flex a {
    font-family: 'ClashGrotesk-Regular', Arial, sans-serif;
    font-weight: 400; /* Regular */
    font-size: 20px;
    font-weight: 500;
    line-height: 50px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color:#fff;
    text-decoration: none;
}
.contact-row p {
    width: 37%;
    font-family: 'ClashGrotesk-Regular', Arial, sans-serif;
    font-weight: 400; 
    font-size: 21px;
}
.info-row .d-flex:first-of-type {
    margin-top: 25px; 
}
.info-row .d-flex:last-of-type {
    padding-bottom: 30px;
}
.contact-page {
    padding-bottom: 45px;
    color:#fff;
    padding-top: 20px;
}
.contact-page .container {
    border-bottom: 1px solid #B2BAFF;
}
.banner-sub {
    max-width: var(--container-width);
    margin: 0 auto;
    padding-top: 30px;
}
.banner-sub img {
    width: 100%;
    border-radius: 20px;
}
.form-group input::placeholder , .form-group textarea::placeholder{
color: #B2BAFF;
font-family: 'Clash Grotesk', sans-serif;
font-size: 20px;
font-weight: 400;
line-height: 40px;
}
ul.event-list {
    display: flex;
    flex-wrap: wrap;
    gap: .3%;
}
ul.event-list li{
    width: 33%;
    list-style-type: none;
}
.event-page h1 {
    text-align: center;
    padding-bottom: 20px;
    font-family: 'ClashGrotesk-Regular', Arial, sans-serif;
    font-weight: 700;
        font-size: 46px;
    color: #1D2563;

}
.detail-page h1 {
    font-size: 54px;
    text-align: center;
    padding-bottom: 20px;
    font-family: 'ClashGrotesk-Regular', Arial, sans-serif;
    font-weight: 700;
    color: #1D2563;
    width: 55%;
    margin: 0 auto;
    text-transform: none;
    letter-spacing: 1.8px;
}
.event-page {
    padding-top: 20px;
}
.dropdown-content a {
    color: #141f4b ; 
}
.news-events__date-badge {
    padding: 0.5rem .8rem;
}
.risk_manage_banner img {
    width: 100%;
    border-radius: 30px;
}
/*===detail page====*/
section.articles__section {
    padding-left: 7%;
}
section.articles__section  .news-events__card {
     margin: 10px;
}
.risks_safeguard {
    width: 70%;
    margin: 0 auto;
    padding: 30px 0px;
}
.risks_safeguard h2 {
    font-family: 'Aspekta', sans-serif;
    font-weight: 400;
    width: 90%;
    position: relative;
    padding-left: 20px;
    font-size: 30px;
}
.risks_safeguard h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    bottom: 0;
    width: 2px;
    height: 63px;
    background-color: #1D2563;
}
.risks_safeguard span {
    font-family: 'ClashGrotesk-Light', Arial, sans-serif;
    font-weight: 300;
}
.detail-page p {
    font-family: 'Aspekta', Arial, sans-serif;
    font-weight: 350;
    font-size: 18px;
    padding-bottom: 25px;
}
section.articles__section h2 {
    font-family: 'ClashGrotesk-Regular', Arial, sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    padding: 15px 0px 30px 0px;
    font-size: var(--font-size-xl);
}
.detail-page {
    padding-bottom: 45px;
    padding-top: 20px;
}
.news-events__date-badge span {
    font-family: 'ClashGrotesk-Light', Arial, sans-serif;
    font-weight: 300;
}
.risk_manage_banner {
    padding-top: 30px;
}
a.sign-up-btn {
    background-color: #000;
    background-color: #1D2563;
    color: #fff !important;
}
.nav-right {
    display: flex;
    gap: 15px;
    align-items: center;
}
h3.news-events__card-title {
    font-family: 'ClashGrotesk-Regular', Arial, sans-serif;
    font-weight: 600;
}
p.news-events__card-description {
    font-size: 16px;
}
h1 {
    text-align: center;
    padding-bottom: 20px;
    font-family: 'ClashGrotesk-Regular', Arial, sans-serif;
    font-weight: 700;
    font-size: 48px;
}
.info-row .d-flex h2 {
    font-family: 'ClashGrotesk-Regular', Arial, sans-serif;
    font-weight: 500;
    font-size: 22px;
    width: 30%;
    
}
h2.making-difference-title {
    font-family: 'ClashGrotesk-Regular', Arial, sans-serif;
    font-weight: 700;
}
.text-mission h2, section.become-ib.about-se h2  ,section.our-team h2{
    font-family: 'ClashGrotesk-Regular', Arial, sans-serif;
    font-weight: 700;
    font-size: var(--font-size-xl);
}
.Global_rading img {
    /* animation: rotateImage 30s linear infinite; */
}

/* @keyframes rotateImage {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
} */

/*======forex page===*/
.forex-banner {
    background-image: url('../images/Forex_Banner.png'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;  
    width: 100%; 
    min-height: 100vh; 
}
.forex-sub {
    text-align: left;
    max-width: 800px;
}


.trading-info {
    display: flex;
    background-color: #B2BAFF33;
    padding: 15px;
    border-radius: 30px;
    margin: 20px 0;
    width: 50%;
    border: solid 1px #CEBAF6;
}
.trading-detail {
    width: 60%;
    padding: 10px;
    text-align: center;
}
.trading-detail span {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
   background: linear-gradient(90deg, #B2BAFF 0%, #7C58C1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'ClashGrotesk-Regular', Arial, sans-serif;
    padding: 5px 10px;
    border-radius: 50px;
    min-width: 120px;
    border: solid 1px #fff;
}
.buttons {
    display: flex;
    gap: 30px;
    padding-top: 10px;
}

.forex-tittle h1 {
    font-size: 54px;
    text-align: left;
    font-family: 'ClashGrotesk-Regular', Arial, sans-serif;
    font-weight: 700;
    color: #ffffff;
    line-height: 60px;
}
.forex-tittle p {
    font-family: 'Aspekta', sans-serif;
    font-weight: 200;
    color: #fff;
    font-size: 17px;
}
.forex-sub {
    text-align: left;
    max-width: 85%;
    margin: 0 auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.trading-detail p {
    font-family: 'ClashGrotesk-Regular', Arial, sans-serif;
    color: #ffff;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
}
.trading-box small {
    font-family: 'ClashGrotesk-Regular', Arial, sans-serif;
    color: #ffff;
    font-size: 16px;
    text-align: left;
}
.trading-box {
    display: flex;
    align-items: baseline;
    gap: 20px;
    padding-top: 10px;
}
.trading-detail.w-50 {
    width: 40%;
    position: relative;
}
.trading-detail.w-50::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 15px;
    width: 3px;
    height: 90%;
    background: linear-gradient(142deg, #1D2563 0%, #FFFFFF 48.5%, #1D2563 99.5%);
}
.trading-detail.w-50 small {
    min-width: auto;
}
.trading-detail small {
    min-width: 80px;
}
.buttons a {
    display: inline-block;
    background: rgb(255, 255, 255);
    padding: 12px 20px;
    border-radius: 50px;
    font-family: var(--font-family-Aspekta);
    color: var(--black);
}
a.btn-primary {
    background: #B2BAFF;
}
/*---trading-slide---*/
section.experience_rading {
    padding: 50px 0px 20px 0px;
}
.forex-page h2 {
    font-size: 40px;
    padding-bottom: 35px;
    font-family: 'ClashGrotesk-Regular', Arial, sans-serif;
    font-weight: 700;
    color: #000000;
    line-height: 50px;
    text-align: center;
    width: 50%;
    margin: 0 auto;
}
.forex-heading p{
text-align: center;
color: #000;
}

.trading-slider {
    user-select: none;
    touch-action: pan-y pinch-zoom;
    cursor: grab;
}

.trading-slider:active {
    cursor: grabbing;
}

.trading-item {
    pointer-events: none;
    transition: all 0.5s ease-out;
    border: 2px solid #b2baffc1;
}

.trading-item img {
    pointer-events: none;
}


.course-content {
    display: flex;
    justify-content: center;
    gap: 2rem;
    position: relative;
    padding: 2em 5em;
}

.trading-slider {
        position: relative;
        width: 100%;
        max-width: 800px;
        min-height: 575px;
        perspective: 1000px;
        margin: 0 auto;
}

.trading-nav {
    display: none !important;
    position: absolute;
    top: 50%;
    width: calc(100% + 0rem);
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 3;
}

.nav-btn {
    background: rgba(255, 255, 255, 0.605);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    color: var(--white);
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
    backdrop-filter: blur(5px);
}

.nav-btn:hover {
    background: rgba(255, 255, 255, 0.686);
}

.trading-item {
    position: absolute;
    padding: 2rem;
    border-radius: 1rem;
    text-align: center;
    transition: all 0.5s ease;
    box-shadow: 0px 8px 61px 0px rgba(123, 88, 193, 0.2);
    opacity: 1;
    transform: scale(0.8);
    width: 48%;
    min-height: 520px;
}

.trading-item:nth-child(1) {
    left: 50%;
    transform: translateX(-50%) scale(1);
    opacity: 1;
    z-index: 2;
    background: #CEBAF6;
}

.trading-item:nth-child(2) {
    left: calc(50% - 200px);
    transform: translateX(-50%) scale(0.8);
    z-index: 1;
}

.trading-item:nth-child(3) {
    left: calc(50% + 200px);
    transform: translateX(-50%) scale(0.8);
    z-index: 1;
    background: #B2BAFF;
}
.trading-item.slide_03 {
    background: #CEBAF6;
    overflow: hidden;
}
.trading-item.slide_01 {
    background: #F0EEF4;
    overflow: hidden;
}
.trading-item.slide_02 {
background: #B2BAFF;
overflow: hidden;
}
.trading-item.slide_01 img {
    width: 100%;
    position: absolute;
    bottom: 0px;
    right: 0;
}
.trading-item.slide_02 img {
    width: 80%;
    bottom: 0px;
    position: absolute;
    right: -2px;
}
.trading-item.slide_03 img {
    width: 100%;
}
section.experience_rading  .trading-item h2 {
    font-size: 32px;
    padding-bottom: 0px;
    font-family: 'ClashGrotesk-Regular', Arial, sans-serif;
    font-weight: 700;
    color: #000000;
    line-height: 50px;
    text-align: left;
    width: 100%;
}
.trading-item p{
    text-align: left;
}
.growth-row {
    display: flex;
    padding-top: 25px;
    justify-content: space-between;
}
.growth-row ul li{
    margin-bottom: 8px
}
.growth-img {
    width: 50%;
}
.growth-img img{
    width: 95%;
    border-radius: 20px;
}

/*--growth-accordion--*/

/*--growth-accordion--*/

.growth-accordion .growth-accordion-item {
    border-bottom: 1px solid #e5e5e5;
  }
  
  .growth-accordion {
    width: 49%;
  }
  
  .growth-accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
  }
  
  .growth-accordion button:hover,
  .growth-accordion button:focus {
    cursor: pointer;
    color: #03b5d2;
  }
  
  .growth-accordion button .growth-accordion-title {
    font-size: 25px;
    text-align: center;
    font-family: 'ClashGrotesk-Regular', Arial, sans-serif;
    font-weight: 700;
    padding: 20px 0px;
    color: #000;
    display: flex;
    align-items: center;
     gap: 15px;
}
span.growth-accordion-title span img {
    width: 30px;
}
span.growth-accordion-title span {
    background-color: #0d1449;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
  .growth-accordion button .icon-img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: opacity 0.3s ease-in-out;
  }
  span.round-bg img {
    background: linear-gradient(149.36deg, #CEBAF6 18.6%, #F0EEF4 145.36%);
    padding: 6px;
    width: 32px;
    display: block;
    border-radius: 50px;
}
  
  .growth-accordion button .icon-img.open-icon {
    display: none;
  }
  
  .growth-accordion button[aria-expanded="true"] {
    color: #03b5d2;
  }
  
  .growth-accordion button[aria-expanded="true"] .open-icon {
    display: inline;
  }
  
  .growth-accordion button[aria-expanded="true"] .close-icon {
    display: none;
  }
  section.financial-growth {
    padding-bottom: 80px;
}
  .growth-accordion button[aria-expanded="true"] + .growth-accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
    overflow-y: auto;
     padding-bottom: 15px;
  }
  
  .growth-accordion .growth-accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
  }
  
  .growth-accordion .growth-accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    text-align: left;
  }
.max-min-section {
    background: #0E154A;
}
.partner-products-grid {
    display: flex;
    width: 85%;
    margin: 0 auto;
}
section.max-min-section h2 {
    color: #ffff;
    padding-bottom: 10px;
    width: 44%;
}
.max-min-section {
    background: #0E154A;
    padding: 20px 0px 40px 0px;
}

.max-min-section .partner-product-card p {
    text-align: left;
    text-align: center;
}
.max-min-section .partner-product-card h3 {
    text-align: center;
    font-family: 'ClashGrotesk-Regular', Arial, sans-serif;
}
.max-min-section .partner-product-title{
    border: none;
}
.max-min-section .partner-product-icon {
    justify-content: left;
}


.max-min-section .partner-product-card {
    position: relative;
    background: linear-gradient(180deg, #1D2563 0%, #0E154A 100%);
    border-radius: 20px;
}

.max-min-section .partner-product-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px; 
    border-radius: 20px; 
    background: linear-gradient(180deg, #B2BAFF 0%, #7C58C1 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.max-min-section .partner-products-grid {
    padding-top: 25px;
}
section.forex-trade img {
    width: 100%;
    border-radius: 20px;
}
section.forex-trade {
    padding: 20px 0px 40px 0px;
}

.discover_section {
  display: flex;
  gap: 20px;
  width: 85%;
  margin: 0 auto;
}

.discover_container {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  height: 450px;
}

.discover_image {
  width: 100%;
  height: auto;
  display: block;
}

.discover_container h3 {
  margin: 0;
  padding: 15px 0;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  font-family: 'ClashGrotesk-Regular', Arial, sans-serif;
  font-size: 27px;
}

.discover_overlay {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background-color: #008CBA;
    overflow: hidden;
    width: 100%;
    height: 184px;
    transition: height 0.4s ease-in-out;
    padding-top: 25px;
    border-bottom-left-radius: 15px; /* Add border radius to the bottom-left */
    border-bottom-right-radius: 15px;
}
.discover_container:hover .discover_overlay {
    /* height: 100%; */ 
  }
  .discover_text a {
    font-family: 'Aspekta', Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    background-color: #fff;
    padding: 7px 30px;
    border-radius: 30px;
    line-height: 38px;
   color: #1E1E1E;
}
.discover_move{
    padding: 50px 0px;
}
.discover_container:nth-child(1) .discover_overlay {
    background-color: #B2BAFF;
}

.discover_container:nth-child(2) .discover_overlay {
    background-color: #CEBAF6;
    
}
.discover_container:nth-child(3) .discover_overlay {
    background-color: #B2BAFF; 
}
/*---terms-----*/

.terms-container {
    display: flex;
    margin: auto;
    padding: 30px 0px 20px 0px;
}

.terms-menu {
    width: 40%;
    background: #F0EEF4;
    padding: 30px 20px 0px 20px;
    border-radius: 20px;
    height: max-content;
}

.terms-menu ul {
    list-style: none;
    padding: 0;
}

.terms-content {
    width: 60%;
    padding-left: 50px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}
ol.numbered-list {
    list-style-type: none; 
    counter-reset: section;
}

ol.numbered-list li {
    counter-increment: section; 
}

ol.numbered-list li h3::before {
    content: "1." counter(section) " "; 
    padding-right: 10px;

}
.terms-page {
    padding-top: 20px;
    padding-bottom: 30px;
}
.tab-content h2 {
    font-family: 'ClashGrotesk-Regular', Arial, sans-serif;
    font-size: 31px;
    line-height: 40px;
    color: #1D2563;
    font-weight: 800;
    padding-bottom: 10px;
    display: flex;
}
.tab-content p
{
    font-family: 'Aspekta', Arial, sans-serif;
}
ol.numbered-list li {
    padding-top: 25px;
}

ol.numbered-list li h3 {
    font-family: 'ClashGrotesk-Medium', Arial, sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 40px;
    padding-bottom: 10px;
    color: #1D2563;
}
.terms-content h2 span {
    height: 36px;
    width: 36px;
    border: solid 1px #38418D;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    margin-right: 15px;
}

.terms-menu ul li span {
    height: 36px;
    width: 36px;
    border: solid 1px #38418D;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    margin-right: 15px;
}
.terms-menu ul li {
    cursor: pointer;
    display: flex;
    font-family: 'ClashGrotesk-Medium', Arial, sans-serif;
    color: #38418D;
    font-size: 21px;
    font-weight: 500;
    border-bottom: 1px solid #B2BAFF;
    padding-bottom: 25px
}
.terms-menu ul li:last-child {
    border-bottom: none;
    padding-bottom: 10px;
}
/*====account====*/
.account-banner {
    background-image: url('../images/Accounts\ Banner.png'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;  
    width: 100%; 
    min-height: 100vh; 
}
.account-sub {
    text-align: left;
    max-width: 85%;
    margin: 0 auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.account-tittle h1 {
    font-size: 54px;
    text-align: center;
    font-family: 'ClashGrotesk-Regular', Arial, sans-serif;
    font-weight: 700;
    color: #ffffff;
    line-height: 60px;
}
.account-box {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    width: 100%;
}
.image-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.image-box img {
    width: 95%;
    border-radius: 15px;
}
.classic-card {
    background: #2a2f75;
    color: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.classic-card h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
}
.classic-card h2 img {
    width: 70px;
}
.classic-card p {
    font-size: 14px;
}
.explore-btn {
    display: block;
    text-align: center;
    background: #7B58C1;
    font-family: 'Aspekta', Arial, sans-serif;
    color: white;
    padding: 12px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 400;
    margin-top: 20px;
    line-height: 30.75px;
    font-size: 20px;
}
@media (max-width: 768px) {
    .account-box {
        grid-template-columns: 1fr;
    }
}
section.classic-section {
    padding: 60px 0px;
}
.classic-card h2 {
    font-family: 'Aspekta', Arial, sans-serif;
    color: #ffff;
    font-size: 29px;
    font-weight: 500;
    padding-bottom: 20px;
}
.card-flex {
    display: flex;
    border-bottom: 1px solid #CEBAF6;
    justify-content: space-between;
}
.classic-card ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    padding: 2px 0px;
}
.mini-deposit span {
    font-family: 'ClashGrotesk-Regular', Arial, sans-serif;
    font-size: 25px;
    font-weight: 800;
}
.classic-card ul li  {
    font-family: 'Aspekta', Arial, sans-serif;
    font-size: 19px;
    line-height: 40px;
    font-weight: 400;
}
.classic-card ul li p {
    font-family: 'Aspekta', Arial, sans-serif;
    color: #B2BAFF;
    font-size: 19px;
    line-height: 40px;
    font-weight: 400;
}
.classic-card ul {
    padding-top: 15px;
}

.account__container {
    margin: 0 auto;
    padding: 2em 5rem 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    background-image: url('../images/account-sub.png'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
}
section.platform_account img {
    width: 49% !important;
}
section.platform_account .preview__phone {
    position: absolute;
    right: 75px;
    bottom: -16em;
    max-width: 600px;
    z-index: 1;
}
.account__header {
    width: 100%;
}
.account__header h1 {
    color: #fff;
    padding: 0;
}
.account__header p {
    margin: 0 auto;
    text-align: center;
    width: 40%;
    color: #fff;
}
.platform__content h2 {
    font-size: var(--font-size-xl);
    color: #fff;
    font-family: 'ClashGrotesk-Regular', Arial, sans-serif;
    font-weight: 700;
}
section.platform_account ul.features__list {
    margin-top: 20px;
}
section.platform_account button.actions__button.actions__button--secondary {
    background-color: #B2BAFF;
    color:#000;
}
section.platform_account button.actions__button.actions__button--primary{
    color:#000;
}
section.platform_account ul.features__list li span {
    font-family: 'Aspekta', Arial, sans-serif;
}
.trade_account {
    display: flex;
}
.trade_account_text {
    width: 50%;
}
.trade_account_img {
    width: 50%;
}
.trade_account_img img {
    width: 100%;
    border-radius: 20px;
}
.trade_account_text p {
    width: 75%;
    text-align: justify;
}
section.classic-section h2 {
    text-align: center;
    font-size: var(--font-size-xl);
    font-family: 'ClashGrotesk-Regular', Arial, sans-serif;
    font-weight: 700;
    text-transform: capitalize;
}
.trade_account {
    display: flex;
    padding: 40px 0px;
}
/*====Course Detail Plan====*/
.plan-container {
    display: flex;
    padding: 30px 0px 20px 0px;
}
.plan-container-img img {
    width: 100%;
    border-radius: 20px;
}
.plan-container-img {
    width: 50%;
    padding-right: 20px;
}
.plan-container-text {
    width: 50%;
    padding-left: 20px;
}
.plan-container-text p {
    text-align: justify;
}

.course-page {
    padding-top: 20px;
    padding-bottom: 30px;
}


.course-tab-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.course-tab-button {
    padding: 6px 27px;
    border: 2px solid #38418D;
    border-radius: 20px;
    background-color: white;
    cursor: pointer;
    font-weight: 500;
    font-family: 'ClashGrotesk-Regular', Arial, sans-serif;
    font-size: 20px;
}
.course-tab-button.course-tab-active {
    background-color: #38418D;
    color: white;
}

.course-tab-content {
    display: none;
}

.course-tab-content.course-tab-active {
    display: block;
}

.course-tab-description {
    margin-top: 20px;
}

.course-text h2 {
    font-size: 26px;
    margin-bottom: 0px;
    text-align: left;
    padding-bottom: 20px;
    font-family: 'ClashGrotesk-Regular', Arial, sans-serif;
    font-weight: 700;
}

.course-tab-description p {
    font-size: 16px;
    color: #555;
}

.course-tab-feature {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 10px;
}

.course-tab-feature img {
    width: 30px;
}

.course-tab-feature-content {
    flex: 1;
}

.course-tab-feature-content h3 {
    font-size: 20px;
    margin: 0;
    font-family: 'ClashGrotesk-Regular', Arial, sans-serif;
    font-weight: 600;
    line-height: 40px;
}

.course_description{
    display: flex;
}
.course-text {
    width: 60%;
    padding-right: 40px;
}
.course-right-box {
    width: 40%;
}
.description-section{
padding: 30px 0px;
}
.streamline {
    display: flex;
    width: 85%;
    margin: 0 auto;
    background-color: #B2BAFF;
    border-radius: 10px;
    padding: 30px 30px 0px 0px;
}
.streamline_left_image {
    width: 60%;
    padding-right: 40px;
}
.streamline_right_text {
    width: 40%;
}
.streamline_left_image img {
    width: 100%;
    border-radius: 18px 18px 0px 0px;
}
.streamline_left_image h2 {
    font-family: 'ClashGrotesk-Regular', Arial, sans-serif;
    font-size: 36px;
    font-weight: 600;
    padding-left: 35px;
    line-height: 40px;
    padding-bottom: 5px;
}
.streamline_left_image h2 span {
    font-family: 'ClashGrotesk-Regular', Arial, sans-serif;
    font-size: 26px;
    display: block;
}
h2 span:first-of-type {
    font-weight: 600;
}

h2 span:last-of-type {
    font-weight: 400;
}
section.streamline_section .form-container label {
    color: #1D2563;
    font-size: 17px;
    width: 45%;
}

section.streamline_section .form-container .form-group {
    border-bottom: 1px solid #1D2563;
    padding: 12px 0px;
  }
  section.streamline_section .form-container h2 {
    border-bottom: 1px solid #1D2563;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
section.streamline_section .form-container {
    max-width: 500px;
    width: 100%;
    padding-top: 0px;
}
section.streamline_section .form-container button.submit-btn {
    background-color: #1D2563;
    color: #fff;
    padding: 10px 40px;
    margin-top: 35px;
    
}
section.streamline_section .form-group input::placeholder , section.streamline_section .form-group textarea::placeholder{
    color: #fbfbfb;
    font-family: 'Clash Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    }
    section.streamline_section .form-container input, section.streamline_section .form-container textarea {
  color: #000000;
}
.classic-card.course-card ul li {
    font-family: 'Aspekta', Arial, sans-serif;
    font-size: 19px;
    line-height: 40px;
    font-weight: 400;
    border-bottom: 0.1px solid #4f58aa;
    padding: 15px 0px;
}
.course-top span {
    font-family: 'Clash Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #B2BAFF;
    /* margin-top: 40px; */
    display: inline-block;
}.course-top {
    align-items: center;
    display: flex;
    gap: 10px;
}
.course-top img {
    width: 100px;
}
.classic-card.course-card .card-flex {
    align-items: center;
}
.classic-card.course-card ul li p {
    display: flex;
    gap: 10px;
    align-items: center;
}
.terms-page h1 {
        color: #1D2563;
}
.hamburger i {
    color: #1c2462;
    font-size: 1.5rem;
}
.lg-none{
    display: none;
}section.forex-banner {
        margin-bottom: 50px;
} 
