
   :root {
    /* Brand Colors */
    --color-primary: #2563eb;
    --color-primary-hover: #1d4ed8;
    --font-primary: 'Inter', sans-serif;
  
    --color-text-primary: #26408B;
    --color-text-secondary: #000000;
  
   
  }
  
  body {
    font-family: var(--font-primary);
    font-size: var(--font-size-base);
    background-color: var(--color-white);
  }
  

  .main-heading{
    font-size: 40px;
    font-weight: 300;
    color: var(--color-text-secondary);
  }
  .main-heading span{
    font-weight: 600;
    color: #26408B;
  }
  .sub-heading{
    font-size: 16px;
    font-weight: 400;
    color: var(--color-text-secondary);
  }
  @media (max-width: 991px){
    .main-heading{
        font-size: 28px;
      }
  }

  .logo-img {
    height: 60px;
    width: 103px;
  }


  /* header */
  .main-header {
    background: #ffffff;
    border-bottom: 1px solid  #E2E5EA;
    box-shadow: 0px 2px 8px 0px #0000001F;
    position: sticky;
    top: 0;
    z-index: 1050;
  }
  .main-header .navbar-brand{
    border-right: 1px solid  #E2E5EA;
    padding-right: 32px;
    margin-right: 24px;
  }
  .main-header .nav-link {
    font-weight: 600;
    font-size: 14px;
    color: #000000;
  }
  .main-header .nav-link:hover {
    color: #1d4ed8;
  }
  .main-header .login-link {
    text-decoration: none;
    color: var(--color-text-secondary);
    font-weight: 600;
    font-size: 14px;
    padding: 0px 16px;
  }
  .main-header .login-link:hover {
    color: #1d4ed8;
  }
  .main-header .btn-primary {
    background: #26408B;
    border-color: transparent;
    padding: 8px 16px;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
  }
  .main-header .btn-primary:hover {
    background: #1d4ed8;
  }


  @media (max-width: 991px){
    .main-header .navbar-brand{
        border:transparent;
    }
    .main-header .login-link{
        padding: 0px;
    }
    .main-header .navbar-toggler:focus{
        box-shadow: none;
    }
    .main-header .navbar-toggler{
        border: transparent;
    }
    .main-header .navbar-collapse{
      position: absolute;
      top: 58px;
      background: #fff;
      width: 100%;
      left: 0;
      padding-left: 14px;
    }
    .main-header .navbar-nav{
      border-bottom: 1px solid #eee;
    }
  }
  /* 1. banner */
  .multi-trading-banner {
    background: #ffffff;
    padding: 86px 0px 86px;
    background: linear-gradient(101.33deg, #FFFFFF -2.22%, #F9FAFA 52.98%, #EFF6FF 108.17%);

  }
  .multi-trading-banner .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 2px; 
    background: #fff;
    font-size: 14px;
    color: var(--color-text-secondary);
    font-weight: 500;
    padding: 10px 14px;
    border-radius: 100px;
    box-shadow: 0px 2px 4px 0px #00000024;
    border: 0.5px solid #E2E5EA;
    margin-bottom: 20px;
  }
  .multi-trading-banner .banner-title {
    font-size: 56px;
    font-weight: 300;
    color: var(--color-text-secondary);
    margin-bottom: 20px;
  }
  .multi-trading-banner .banner-title span {
    color: var(--color-text-primary);
    font-weight: 600;
  }
  .multi-trading-banner .banner-desciption {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    max-width: 530px;
  }
 .multi-trading-banner .btn-primary{
    background-color: #26408B;
    border-color: transparent;
    padding: 11px 24px;
    font-size: 16px;
    font-weight: 600;
 }
 .multi-trading-banner .btn-primary:hover{
    background: #1d4ed8;
 }
 .multi-trading-banner .btn-outline-secondary{
    border: 1px solid  #E2E5EA;
    padding: 11px 24px;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-text-secondary);
 }
 .multi-trading-banner .btn-outline-secondary:hover{
   background-color: transparent;
 }
 .multi-trading-banner .banner-pattern1{
    top: -50px;
    right: 20px;
 }
 .multi-trading-banner .banner-pattern2{
    bottom: 50px;
    left: 215px;
 }
 .multi-trading-banner .banner-pattern3{
    top: -24px;
    left: -20px;
 }
 .multi-trading-banner .banner-bgleft {
    left: 0;
    top: 0;
    z-index: 0;
  }
  .multi-trading-banner .banner-bg-right {
    right: 0;
    top: 0;
    z-index: 0;
  }
  .multi-trading-banner .banner-bgleft img,
  .multi-trading-banner .banner-bg-right img {
    max-width: 100%;
    height: auto;
  }
.multi-trading-banner .container {
    position: relative;
    z-index: 2;
  }
  
 @media (max-width: 1400px){
    .banner-pattern2 {
        left: 170px;
        bottom: 15px;
    }
    .trading-dashboard .rank-card, .trading-dashboard .market-card, .trading-dashboard .platform-card{
      min-height: 690px !important;
    }
    .platform-card .platform-main-title{
      font-size: 15px !important;
    }
 }
 @media (max-width: 1200px){
    .multi-trading-banner{
        padding: 60px 0px;
    }
    .multi-trading-banner .banner-title{
        font-size: 40px;
    }
    .multi-trading-banner .banner-pattern2 img{
      display: none;
    }
    .main-header .login-link{
      padding: 0px 14px;
    }
   
 }
 @media (max-width: 991px){
    .multi-trading-banner{
        padding: 40px 0px;
    }
    .multi-trading-banner  .banner-title {
        font-size: 40px;
      }
      .multi-trading-banner .banner-pattern2 img{
        display: none;
      }
      .get-heading{
        font-size: 32px !important;
      }
  }
  @media (max-width: 576px){
    .banner-pattern2 {
        bottom: -40px;
        left: 115px;
    }
    .multi-trading-banner .banner-pattern2 img{
      display: none;
    }
    .trading-dashboard .platform-item img{
      width: 100% !important;
      height: auto !important;
    }
    .trading-dashboard .platform-item{
      display: block !important;
    }
    .platform-card .platform-main-title .arrow{
      display: none;
    }
    .platform-card .platform-main-title{
      margin: 13px 0px;
      padding-bottom: 7px;
    }
    .trading-dashboard .platform-item{
      margin-bottom: 30px !important;
    }
   .one-broker .section-heading{
    padding: 0px 30px;
   }
  }
   /* 2. banner bottom */
.banner-bottom{
padding: 24px 0px;
border-top: 1px solid #E2E5EA;
}
 .banner-bottom .trust-box .icon-box{
    background-color: #ECF2FE;
    width: 48px;
    height: 48px;
    border-radius: 12px;
 }
 .banner-bottom .trust-box .icon-box img{
    width: 24px;
 }
 .banner-bottom .icon-content h5{
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 2px;
 }
 .banner-bottom .icon-content p{
    color: #82858B;
    font-size: 14px;
    font-weight: 400;
    text-align: start;
 }
 @media (max-width: 991px){
    .banner-bottom{
        padding: 0px;
    }
 }
  /* 3. Choose Your Path */
  .choose-path-section {
    background: #15192C url(./images/choosepathbg.png) no-repeat center center;
    background-size: cover;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    padding:70px 0px 104px;
  }
  .choosepath-header{
    margin-bottom: 82px;
  }
  .choose-path-section h2{
    font-size: 40px;
  }
  .choose-path-section p{
    font-size: 16px;
    font-weight: 400;
    max-width: 690px;
    margin: 0 auto;
  }
  .choose-path-section .arrow-left {
    bottom: 0px;
  }
  .choose-path-section .arrow-right {
    top: 160px;
  }
  .choose-path-section .path-card {
    padding: 16px;
    background: #000000;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
  }
  .choose-path-section .path-card .card-bg{
    border-radius: 8px;
  }
  .choose-path-section .img-content{
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
  }
  .choose-path-section .path-content {
    padding: 32px 6px;
    color: #ffffff;
  }
  .choose-path-section .user-icon {
    bottom: -18px;
    left: 10px;
    background: #D4D3EF;
    width: 62px;
    height: 62px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000000;
  }
  .choose-path-section .user-icon img {
    width: 31px;
    height: 31px;
  }
  .choose-path-section .path-content h3 {
    font-size: 32px;
    font-weight: 700;
  }
  .choose-path-section .path-content ul li {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
  }
  .choose-path-section .path-content .btn-primary {
    background: #26408B;
    border: none;
    padding: 8px 24px;
    font-weight: 600;
    border-radius: 8px;
    font-size: 16px;
    color: #ffffff;
  }
  .choose-path-section .path-content .btn-primary:hover {
    background: #1d4ed8;
  }
  @media (max-width: 1200px) {
    .choose-path-section .arrow-left {
        width: 100px;
      }
      .choose-path-section .arrow-right {
        width: 100px;
      }
      .choose-path-section .img-content{
        font-size: 24px;
    }
    .choose-path-section .user-icon{
        width: 40px;
        height: 40px;
    }
    .choose-path-section .user-icon img{
        width: 20px;
        height: 20px;
    }
  }
  @media (max-width: 991px) {
    .choose-path-section .arrow {
      display: none;
    }
    .choose-path-section{
        padding: 40px 16px 40px;
    }
    .choose-path-section h2{
        font-size: 24px;
    }
    .choose-path-section p{
        font-size: 14px;
    }
    .choosepath-header{
        margin-bottom: 30px;
    }
    .choose-path-section .path-content ul li{
        margin-bottom: 12px;
    }
    .choose-path-section .path-content{
        padding-bottom: 20px;
    }
  }
  
  


  /* ===============================
   Market Widget (Scoped)
   =============================== */
   .trading-dashboard {
    font-family: 'Inter', sans-serif;
  }
  
  /* COMMON CARD */
  .trading-dashboard .rank-card,
  .trading-dashboard .market-card,
  .trading-dashboard .platform-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px 20px 20px;
    min-height: 634px;
    border: 1px solid #E5E7EB;
  }

  .trading-dashboard .platform-card a {
    text-decoration: none;
    color: #000;
  }
  
  /* LEFT BOX */
  .trading-dashboard .rank-title {
    font-weight: 300;
  }

  .trading-dashboard .rank-title span{
    font-weight: 600;
  }
  
  .trading-dashboard .rank-number {
    text-align: center;
    font-size: 48px;
    color: #4f46e5;
    margin: 30px 0;
  }
  
  .trading-dashboard .rank-brand {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 33px 0px;
    border-top: 1px solid #E2E5EA;
    padding-top: 26px;
  }
  
  .trading-dashboard .rank-features {
    list-style: none;
    padding: 0;
  }

  .trading-dashboard .rank-features h5{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
  }

  .trading-dashboard .rank-features h5{
    font-size: 16px;
    font-weight: 700;
  }

  .trading-dashboard .rank-features p{
    font-size: 14px;
    color: #82858B;
    font-weight: 400;
  }
  
  .trading-dashboard .rank-features li {
    margin-bottom: 24px;
  }
  
  .trading-dashboard .rank-features span {
    display: block;
    font-size: 13px;
    color: #6b7280;
  }
  
  /* MARKET */
  .trading-dashboard .market-header {
    display: flex;
    justify-content: space-between;
  }
  
  .trading-dashboard .live {
    color: #16A34A;
    font-size: 14px;
  }
  
  .trading-dashboard .live i {
    width: 8px;
    height: 8px;
    background: #16A34A;
    border-radius: 50%;
    display: inline-block;
  }
  
  .trading-dashboard .market-tabs {
    margin: 16px 0;
    gap: 6px;
  }
  
  .trading-dashboard .market-tabs .nav-link.active {
    background: #fff;
    color:var(--color-text-secondary ) !important;
    font-weight: 500;
  }

  .market-content{
    height: 455px;
    overflow-y: scroll;
  }
  

  .market-card .main-box{
    padding: 8px 16px;
    border-radius: 8px;
    margin-bottom: 10px;
    background-color: rgba(249, 250, 251, 0.5);
    border: 1px solid #F3F4F6;
  }
  .market-card  .coin-name{
    color: #AEB1B7;
    font-weight: 400;
    font-size: 12px;
  }
  
  .trading-dashboard .market-item {
    background: #fff;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
  }
  .trading-dashboard .market-item .market-box{
    width: 100%;
  }
  
 .trading-dashboard .market-card .nav-pills .nav-link{
  font-size: 14px;
  color: #82858B;
  }

  .trading-dashboard .market-item .market-box h3{
    font-size: 16px;
    font-weight: 600;
    color: var(--color-text-secondary);
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
  }
  .trading-dashboard .market-item .market-box img{
    padding: 10px;
  }
  .trading-dashboard .market-item .market-box .green-color{
    color: #16A34A;
  }

  .trading-dashboard .market-item .market-box .red-color{
    color: #dc2626;
  }

  .trading-dashboard .up {
    color: #26408B;
  }
  
  .trading-dashboard .bid {
    background: #fee2e2;
    padding: 2px 6px;
    border-radius: 4px;
  }
  
  .trading-dashboard .ask {
    background: #dcfce7;
    padding: 2px 6px;
    border-radius: 4px;
  }
  
  /* RIGHT BOX */
  .trading-dashboard .platform-item {
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 12px;
  }
 .platform-card .platform-main-title{
  font-size: 18px;
  font-weight: 600;
  }
  .platform-card .platform-main-title .arrow{
    width: 16px;
    height: 16px;
  }
  .trading-dashboard .platform-card h5{
    margin-bottom: 26px;
  }

  .trading-dashboard .rank-title h5{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 26px;
  }

  .trading-dashboard .platform-item img{
    width: 92px;
    height: 92px;
    border-radius: 6px;
    object-fit: cover;
  }
  .platform-link:nth-child(4) .multi-box img {
  border-radius: 10px; 
}

  .trading-dashboard .platform-item .platform-title{
    color:#AEB1B7;
    font-size: 14px;
  }

  
  .trading-dashboard .platform-item span {
    font-size: 13px;
    color: #6b7280;
  }
  
  .market-footer {
    padding-top: 6px;
  }
  
  /* Price group */
  .market-footer .price-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
  }
  
  .market-footer .label {
    color: #9ca3af;
    font-weight: 400;
  }
  
  /* Price pills */
  .market-footer .price {
    padding: 4px 8px;
    border-radius: 6px;
    font-weight: 300;
    font-size: 13px;
  }
  
  .market-footer .price.bid {
    background-color: #fee2e2;
    color: #dc2626;
  }
  
  .market-footer .price.ask {
    background-color: #dcfce7;
    color: #26408B;
  }
  
  /* Trade link */
  .market-footer .trade-link {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text-primary);
    text-decoration: none;
  }

  .market-footer .trade-link:hover {
    text-decoration: none;
  }
  
  /* ------one-broker----- */

  .one-broker{
    margin-top: 116px;
    padding-top: 64px;
    position: relative;
  }
/* 
  .one-broker::before{
    position: absolute;
    content: '';
    left: 0;
    top:100px;
    width: 200px;
    height: 200px;
    background-image: url('../images/outer-right.svg');
    z-index: 0;
  }

  .one-broker::after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 100px;
    width: 200px;
    height: 200px;
    background-image: url('../images/outer-right.svg');
    z-index: 0;
  } */

  .integration-section{
    position: relative;
  }

  .integration-section::after{
    position: absolute;
    content: '';
    right: 0;
    top: 0px;
    width: 200px;
    height: 200px;
    background-image: url('../images/outer-right.svg');
    z-index: 0;
  }
  

  .one-broker .btn-api{
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
  }

  .btn-primary-cta{
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    background: #26408B;
  }
  .btn-primary-cta:hover{
    background: #1d4ed8;
  }

  .one-broker .card-wrapper {
    background-color: #F3F5F7;
    padding: 22px 16px 16px 16px;
    border-radius: 8px;
    margin-top: 50px;
    position: relative;
    z-index: 9;
  }

  .one-broker .card-wrapper a{
    text-decoration: none;
    color: #000;
  }

  .one-broker .card-wrapper h3{
    font-size: 20px;
    font-weight: 600;
    padding-left: 0px;
  }
  .one-broker .card-wrapper img{
    width: 100%;
    border-radius: 8px;
  }
  .one-broker .card-wrapper p{
    font-size: 14px;
    color: #82858B;
    font-weight: 400;
    min-height: 48px;
  }
  .platform-cta{
    padding: 64px 0px 64px;
  }


  .cta-section.cta-platform-bottom{
    position: relative;
    background-color: rgba(243, 245, 247, 1);
    border-top: 1px solid #E2E5EA;
  }

  .cta-section.cta-platform-bottom::before{
    position: absolute;
    content: '';
    left: 0;
    top: 180px;
    width: 200px;
    height: 200px;
    background-image: url('../images/outer-right.svg');
    z-index: 0;
    opacity: 0.6;
  }

  .cta-section.cta-platform-bottom .main-heading span{
    color: #26408B;
  }

  .cta-section.cta-platform-bottom .main-heading{
    color: #000 !important;
  }

  .cta-section.cta-platform-bottom .cta-subtitle{
    color: #000;
    font-weight: 600;
  }

  .cta-section.cta-platform-bottom .cta-subtitle-last{
    color: #82858B;
    font-weight: 300;
    text-align: center;
  } 
  .cta-section.cta-platform-bottom .cta-button{
    background-color: #26408B;
    color: #ffffff;
  }
  .cta-section.cta-platform-bottom .cta-button:hover {
    background: #1d4ed8;
}

  /* ------------- */

  .execution-model-section {
    font-family: 'Inter', sans-serif;
    margin: 50px 0px;
  }
  
  .execution-model-section .execution-card {
    background: #F3F5F7;
    border-radius: 16px;
    padding: 21px;
    height: 100%;
  }
  
  .execution-model-section .icon-box {
    margin-bottom: 16px;
    box-shadow: 0px 1px 3px 0px #0000001A;
    border-radius: 8px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .execution-model-section .icon-box img{
    width: 32px;
    height: 32px;
  }

  .execution-model-section .icon-box.icon-box-home{
    box-shadow: none !important;
  }

  
  .execution-model-section h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    display: inline-block;
  }
  .execution-model-section .bg-outer-wrapper .execution-card h4{
    border-bottom: 0 !important;
  }
  
  .execution-model-section .execution-card p {
    font-size: 14px;
    color: #82858B;
    margin-bottom: 0;
  }
  
  .execution-model-section .section-heading{
    padding-bottom: 35px;
    padding-top: 20px;
  }
  .bottomheading-subtext{
    font-size: 14px;
  }
  .our-values-icon .icon-box{
    background: #F3F5F7;
}


  /* account type */

  .account-types {
    font-family: 'Inter', sans-serif;
    padding: 60px 0;
    position: relative;
    background: #F3F5F7;
  }
.account-types .container{
  max-width: 850px;
  margin: 0 auto;
}

  .account-types::before{
    position: absolute;
    content: '';
    left: 0;
    top: 110px;
    width: 200px;
    height: 200px;
    background-image: url('../images/outer-right.svg');
    z-index: 0;
  }

  .account-types::after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 80px;
    width: 200px;
    height: 200px;
    background-image: url('../images/outer-right.svg');
    z-index: 0;
  }
  
  /* Base card */
  .account-types .account-card {
    background: #fff;
    border-radius: 24px;
    /* padding: 32px 28px; */
    text-align: left;
    height: 492px;
    position: relative;
    z-index: 9;
  }
  .account-types .account-card .head-box{
    border-bottom:1px solid #E2E5EA;
    padding-top: 40px;
    padding-left: 40px;
  }
  .account-types .account-card .head-box-vip{
    border-bottom:  1px solid #d5d5d5;
    padding-top: 40px;
    padding-left: 40px;
  }
  
  /* Titles */
  .account-types .account-card h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 6px;
  }
  
  .account-types .subtitle {
    color: #000000;
    margin-bottom: 32px;
  }
  
  /* Section title */
  .account-types .account-card h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    display: none;
  }
  
  /* Features */
  .account-types .features {
    list-style: none;
    padding: 32px;
    margin-bottom: 0px;
  }
  
  .account-types .features li {
    margin-bottom: 12px;
    position: relative;
    font-size: 18px;
    font-weight: 300;
  }
  .account-types .features li img{
    margin-right: 8px;
  }
  
  /* .account-types .features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #4f46e5;
    font-weight: bold;
  } */
  
  /* Buttons */
  .account-types .btn-outline {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 4px;
    border: 1px solid #e5e7eb;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    width: 300px;
    background: #26408B;
    color: #fff;
  }
  .account-types .btn-outline:hover{
    background-color: #1d4ed8;
  }
  
  .account-types .btn-primary {
    display: inline-block;
    padding: 14px 22px;
    border-radius: 4px;
    background: #373a8a;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
  }
  
  /* VIP Highlight */
  .account-types .vip {
    background:#26408B;
    color: #ffffff;
    /* transform: translateY(-20px); */
    /* min-height: 550px; */
  }



  .account-types .vip .btn-outline{
    color:#26408B;
    border: transparent;
    background-color: #ffffff;
    width: 300px;
    text-align: center;
  }
  
  .account-types .vip .btn-outline:hover{
    background: #1d4ed8;
    color: #fff;
  }

  .account-types .vip .subtitle,
  .account-types .vip h5 {
    color: #fff;
  }

  .account-types .vip .btn-primary {
    background: #26408B;
  }
  .account-types .section-heading{
    margin-bottom: 55px;
  }
  
  /* Responsive */
  @media (max-width: 991px) {
    .account-types .vip {
      transform: none;
    }
    .account-types::before{
     display: none;
    }
  
    .account-types::after{
      display: none;
    }
  }


/* new section css */
.get-access {
  padding: 78px 0px;
}
.get-access-wrapper {
  background-image: url("../images/arrow-img.png");
  background-size: cover;
  background-position: center;
  height: 286px;
}

  /* Responsive */
  @media (max-width: 991px) {
    .get-access-wrapper{
      height: auto;
    }
  }

/* Mobile App Image */
.app-mockup {
  max-width: 320px;
  position: absolute;
  right: 120px;
  bottom: -200px;
}
.get-heading{
  font-size: 40px;
  font-weight: 300;
  color: #ffffff;
  font-family: var(--font-primary);
}
.get-heading span{
  font-weight: 600;
}
.get-description{
  font-size: 16px;
  font-weight: 400;
  color: #AEB1B7;
  font-family: var(--font-primary);
  margin-bottom: 24px;
}
.button-open a{
  padding: 14px 26px;
  background-color: #26408B;
  border: none;
}
.button-open a:hover{
  background-color: #1d4ed8;
}
/* Responsive fix for mobile */
@media (max-width: 991px) {
  .app-mockup {
    position: static;
    transform: none;
    margin-top: 20px;
  }
}


.search-from{
  font-size: 14px;
  font-weight: 300;
}
  
  /* CTA Section */
  .cta-section {
    background: #26408B;
    padding: 80px 0;
    display: flex;
    align-items: center;
  }
  .cta-section .main-heading span{
    color: #fff;
  }
  
  /* Subtitle */
  .cta-subtitle {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
  }
  
  /* Features Row */
  .features-row {
    margin-bottom: 3rem;
  }
  
  /* Feature Card */
  .feature-card {
    text-align: center;
    padding: 1rem;
  }
  
  /* Feature Icon */
  .feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s ease;
  }
  
  /* Feature Title */
  .feature-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.5rem;
  }
  
  /* Feature Description */
  .feature-description {
    font-size: 0.875rem;
    color: #fff;
    line-height: 1.6;
    max-width: 220px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
  }
  
  /* CTA Button Wrapper */
  .cta-button-wrapper {
    text-align: center;
  }
  
  /* CTA Button */
  .cta-button {
    background-color: #ffffff;
    color: #26408B;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    gap: 20px;
    max-width: 270px;
    width: 100%;
  }
  .cta-button img{
    margin-left: 10px;
  }
  .cta-button:hover img {
    filter: brightness(0) invert(1);
  }
  .cta-button:hover {
    background-color: #1d4ed8;
    color: #fff;
  }
  
  .cta-button i {
    transition: transform 0.3s ease;
  }
  
  .cta-button:hover i {
    transform: translate(2px, -2px);
  }
  



  /* footer */

  .footer {
    background: #000;
    font-family: var(--font-primary);
    padding-bottom: 80px;
  }
  .footer-menu {
    padding: 40px 0px;
  }
  .footer-wrapper {
    padding-top: 32px;
  }

  
  .footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer-list li {
    font-size: 14px;
    margin-bottom: 12px;
    color: #EBF0F5;
    cursor: pointer;
  }
  .hr-line{
    border-bottom: 0.5px solid var(--lines-dividers-color-primary, #fff);
  }
  
  .icon-btn {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: #121212;
    color: #fff;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-col {
    margin-top: 20px;
  }
  
  .footer-col p{
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    font-family: var(--font-primary);
  }
  
  .footer-title {
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 20px;
    font-family: var(--font-primary);
    color: #ffffff;
  }
  .bottom-content {
    font-size: 12px;
    font-weight: 400;
    font-family: var(--font-primary);
    color: #B5C3D3;
    margin-bottom: 40px;
  }
  .desclamer-wrapper span{
    font-size: 12px;
    font-weight: 700;
    color: #B5C3D3;
    font-family: var(--font-primary);
  }
  .desclamer-wrapper p{
    font-size: 12px;
    margin-bottom: 8px;
    font-weight: 400;
    color: #B5C3D3;
    font-family: var(--font-primary);
  }
  .version-wrapper h6{
    font-size: 14px;
    font-weight: 500;
    color: #B5C3D3;
  }
  .version-wrapper span{
    font-size: 12px;
    font-weight: 400;
    color: #B5C3D3;
  }
  .footer-social-icon {
    gap: 16px;
    margin-bottom: 16px;
  }
  
  @media (max-width: 768px) {
  .footer-menu {
    padding: 0px;
  }
  .footer {
    padding-bottom: 40px;
  }
  .platform-link:nth-child(4) .multi-box img {
  border-radius: 28px; 
}
  }
  
  @media (min-width: 767px) and (max-width: 992px){
  .footer-menu {
    padding: 0px;
  }
  }
  
  @media (max-width: 1100px) {
  .footer-social-icon {
    gap: 8px;
  }
  }
  
  /* Mobile accordion footer only */
  .footer-menu .accordion-item {
    background-color: #000;
    border: none;
    border-bottom: 1px solid #222;
  }
  
  .footer-menu .accordion-button {
    background-color: var(--color-text-secondary);
    color: #B5C3D3;
    font-size: 16px;
    font-family: var(--font-primary);
    font-weight: 500;
    padding: 12px 0;
    box-shadow: none;
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
  }
  
  .footer-menu .accordion-button:not(.collapsed) {
    background-color: var(--color-text-secondary);
    color: #B5C3D3;
  }
  
  .footer-menu .accordion-button::after {
    filter: invert(1);
    transition: transform 0.3s ease-out;
  }
  
  .footer-menu .accordion-body {
    background-color: var(--color-text-secondary);
    color: #B5C3D3;
    padding: 10px 0;
  } 

/* Start proffesional css */

  .custom-banner-wrapper{
    padding: 86px 0px 86px;
    background: linear-gradient(101.33deg, #FFFFFF -2.22%, #F9FAFA 52.98%, #EFF6FF 108.17%)!important;
  }
  .custom-banner-wrapper .hero-badge {
    background: transparent;
    font-size:14px;
    color: var(--color-text-secondary);
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 100px;
    box-shadow: 0px 2px 4px 0px #00000024;
    border: 0.5px solid #E2E5EA;
    margin-bottom: 20px;
  }
  .custom-banner-wrapper .banner-title {
    font-size: 56px;
    font-weight: 300;
    color: var(--color-text-secondary);
    margin-bottom: 20px;
  }
  .custom-banner-wrapper .banner-title span {
    color: var(--color-text-primary);
    font-weight: 600;
  }
  .custom-banner-wrapper .banner-desciption {
    color: #82858B;
    font-size: 16px;
    font-weight: 500;
    max-width: 530px;
  }
  .custom-banner-wrapper .btn-primary{
    background-color: #26408B;
    border-color: transparent;
    padding: 11px 24px;
    font-size: 16px;
    font-weight: 600;
 }
 .custom-banner-wrapper .btn-primary:hover{
    background: #1d4ed8;
 }
 .custom-banner-wrapper .banner-pattern1{
    top: 70px;
    right: 120px;
 }
 /* .custom-banner-wrapper .banner-pattern3{
    top: 90px;
    left: 30px;
 } */
 .custom-banner-wrapper .banner-bgleft {
    left: 0;
    top: 0;
    z-index: 0;
  }
  .custom-banner-wrapper .banner-bg-right {
    right: 0;
    top: 0;
    z-index: 0;
  }
  .custom-banner-wrapper .banner-bgleft img,
  .custom-banner-wrapper .banner-bg-right img {
    max-width: 100%;
    height: auto;
  }
  .custom-banner-wrapper .container {
    position: relative;
    z-index: 2;
  }
  
  @media (max-width: 1200px){
    .custom-banner-wrapper{
        padding: 60px 0px;
    }
    .custom-banner-wrapper .banner-title{
        font-size: 40px;
    }
    .one-broker .card-wrapper h3{
      font-size: 16px;
    }
    .main-header .btn-primary{
      padding: 8px 10px;
    }
    .main-header .nav-link{
      font-size: 12px;
    }
 }
 @media (max-width: 991px){
    .custom-banner-wrapper{
        padding: 40px 0px;
    }
    .custom-banner-wrapper  .banner-title {
        font-size: 32px;
      }
      .custom-banner-wrapper .banner-pattern1{
        right: 20px;
      }
      .custom-banner-wrapper .banner-bgleft img,
      .custom-banner-wrapper .banner-bg-right img {
       display: none;
      }
  }
  @media (max-width: 576px){
    .custom-banner-wrapper .banner-pattern1{
        display: none;
      }
      .custom-banner-wrapper .banner-pattern3{
       display: none;
      }
  }
  /* 2. Buit for professional Trader */
  .professional-traders{
    padding: 64px 0px;
    background-color: #F3F5F7;
  }

  .professional-wrapper{
    background-color: #F3F5F7;
  }

  .professional-traders .trader-tools-card{
    background:#fff;
    border-radius: 16px;
    border: 1px solid #E2E5EA;
  }
  .professional-traders .trader-tools-card .icon-box{
    width:56px;
    height:56px;
    border-radius:8px;
    box-shadow: 0px 1px 2px 0px #0000000D;
        background: #ECF2FE;
 }
 .professional-traders .trader-tools-card .icon-box img{
    width:24px;
  }
.professional-traders .trader-tools-card h5{
    font-size:20px;
    color: var(--color-text-secondary);
  }
.professional-traders .trader-tools-card p{
    font-size:14px;
    color:#82858B;
    margin-bottom:20px;
  }
  .professional-traders .banner-pattern1{
    bottom: 110px;
    right: -60px;
    z-index: -1;
  }
.professional-traders .banner-pattern3{
    top: 120px;
    left: 20px;
    z-index: -1;
  }
  .professional-traders .banner-pattern3 img, .professional-traders .banner-pattern1 img{
    width: 197px;
  }
  .professional-traders .container {
    position: relative;
    z-index: 2;
  }
  @media(max-width:991px){
    .professional-traders{
        padding: 40px 0px;
      }
  }
  /*3. Professional Account Benefits*/
  .professional-benefits{
    padding: 70px 0px;
    background: #F3F5F7;
  }
  .professional-benefits .list-unstyled{
    margin-top: 40px;
  }
  .professional-benefits .list-unstyled span{
    font-size: 16px;
    font-weight: 500;
    color: var(--color-text-secondary);
    font-family: var(--font-primary);
  }
  @media (max-width: 991px){
    .professional-benefits{
    padding: 40px 0px;
  }
  }
  /*4.Open Your Professional Account*/
  .professional-form-section{
    padding: 56px 0px;
  }
  .professional-form-section .professional-form-box{
    background:#F3F5F7;
    border-radius:24px;
    padding:64px 118px;
  }
  .professional-form-section .prof-wrapper{
    max-width: 812px;
 }
 .professional-form-section .form-label{
    font-size:14px;
    font-weight:500;
    color: var(--color-text-secondary);
  }
  .professional-form-section .form-label span{
    color:#DC2626;
  }
  .professional-form-section .form-control,
  .professional-form-section .form-select{
    border-radius:8px;
    padding:12px;
    font-size:14px;
    border: 1px solid #E2E5EA;
  }
  .professional-form-section .form-control:focus,
  .professional-form-section .form-select:focus{
    box-shadow:none;
    border-color:#26408b;
  }
  .professional-form-section .form-control::placeholder,
  .professional-form-section .form-select::placeholder,
  .professional-form-section textarea::placeholder{
    color:#AEB1B7;
    opacity:1;
    }
.professional-form-section .btn-primary{
    background-color: #26408B;
    border-color: transparent;
    padding: 11px 24px;
    font-size: 16px;
    font-weight: 600;
 }
 .professional-form-section .btn-primary:hover{
    background: #1d4ed8;
 }
 .professional-form-section .form-help-text{
    text-align:center;
    margin-top:40px;
    font-size:14px;
    font-weight: 500;
    color: var(--color-text-secondary);
  }
  .professional-form-section .form-help-text a{
    color:#26408B;
    text-decoration:underline;
    display: block;
  }
  .professional-form-section .form-help-text a:hover{
    text-decoration:underline;
  }
  .professional-form-section .banner-pattern1{
    bottom: 40%;
    right: 0px;
    z-index: -1;
  }
  .professional-form-section .banner-pattern3{
    top: 10%;
    left: 20px;
    z-index: -1;
  }
  .professional-form-section .banner-pattern3 img, .professional-form-section .banner-pattern1 img{
    width: 197px;
  }
  .professional-form-section .container {
    position: relative;
    z-index: 2;
  }


  .professional-benefits {
    background: #fff;
  }
  .professional-benefits .container{
    max-width: 1100px;
    margin: 0 auto;
  }
  
  /* Heading */
  .professional-benefits .main-heading {
    font-size: 36px;
    font-weight: 300;
    color: #0b0b0b;
    text-align: center;
  }
  
  .professional-benefits .sub-heading {
    font-size: 16px;
    color: #5f6368;
    max-width: 700px;
    padding-bottom: 30px;
    text-align: center;
    margin: 0 auto;
  }
  
  /* Cards */
  .professional-benefits .benefit-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px 24px;
    gap: 12px;
    border: 1px solid #E2E5EA;
  }
 
  
  /* Icon */
  .professional-benefits .benefit-card .icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }
  
  .professional-benefits .benefit-card img {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }
  
  /* Text */
  .professional-benefits .benefit-card p {
    font-size: 15px;
    font-weight: 500;
    color: #0b0b0b;
  }
  
  /* Responsive */
  @media (max-width: 767px) {
    .professional-benefits .main-heading {
      font-size: 28px;
    }
  }
  


  @media(max-width:768px){
    .professional-form-section .professional-form-box{
      padding:40px 16px;
    }
  }


  /* Abouts us csss */



  /* about us */

  /* 1. banner */

  .bg-outer-wrapper{
    position: relative;
  }
  .bg-outer-wrapper .execution-card{
    position: relative;
    z-index: 9;
  }

  .bg-outer-wrapper .card-wrapper{
    position: relative;
    z-index: 9;
  }

  .bg-outer-wrapper::before{
    position: absolute;
    content: '';
    left: 0;
    top: 100px;
    width: 200px;
    height: 200px;
    background-image: url('../images/outer-right.svg');
    z-index: 0;
    opacity: 0.6;
  }
  .bg-outer-wrapper::after{
    position: absolute;
    content: '';
    right: 0;
    bottom: -70px;
    width: 200px;
    height: 200px;
    background-image: url('../images/outer-right.svg');
    z-index: 0;
    opacity: 0.6;
  }

  .bg-outer-wrapper.bg-outer-wrapper-team::before{
    top: 200px;
    opacity: 0.6;
  }



  .about-us-banner .banner-title{
    max-width: 878px;
    margin: 0 auto;
  }
  .custom-banner-wrapper{
    background:#ffffff;
    padding: 86px 0px 86px;
  }
  .custom-banner-wrapper .hero-badge {
    background: transparent;
    font-size:14px;
    color: var(--color-text-secondary);
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 100px;
    box-shadow: 0px 2px 4px 0px #00000024;
    border: 0.5px solid #E2E5EA;
    margin-bottom: 20px;
  }
  .custom-banner-wrapper .banner-title {
    font-size: 56px;
    font-weight: 300;
    color: var(--color-text-secondary);
    margin-bottom: 20px;
  }
  .custom-banner-wrapper .banner-title span {
    color: var(--color-text-primary);
    font-weight: 600;
  }
  .custom-banner-wrapper .banner-desciption {
    color: #82858B;
    font-size: 16px;
    font-weight: 500;
    max-width: 530px;
  }
  .custom-banner-wrapper .btn-primary{
    background-color: #26408B;
    border-color: transparent;
    padding: 11px 24px;
    font-size: 16px;
    font-weight: 600;
}
.custom-banner-wrapper .btn-primary:hover{
    background: #1d4ed8;
}
.custom-banner-wrapper .banner-pattern1{
    top: 70px;
    right: 120px;
}
/* .custom-banner-wrapper .banner-pattern3{
    top: 90px;
    left: 30px;
} */
.custom-banner-wrapper .banner-bgleft {
    left: 0;
    top: 0;
    z-index: 0;
  }
  .custom-banner-wrapper .banner-bg-right {
    right: 0;
    top: 0;
    z-index: 0;
  }
  .custom-banner-wrapper .banner-bgleft img,
  .custom-banner-wrapper .banner-bg-right img {
    max-width: 100%;
    height: auto;
  }
  .custom-banner-wrapper .container {
    position: relative;
    z-index: 2;
  }

  @media (max-width: 1200px){
    .custom-banner-wrapper{
        padding: 60px 0px;
    }
    .custom-banner-wrapper .banner-title{
        font-size: 40px;
    }
}
@media (max-width: 991px){
    .custom-banner-wrapper{
        padding: 40px 0px;
    }
    .custom-banner-wrapper  .banner-title {
        font-size: 32px;
      }
      .custom-banner-wrapper .banner-pattern1{
        right: 20px;
      }
  }
  @media (max-width: 576px){
    .custom-banner-wrapper .banner-pattern1{
        display: none;
      }
      .custom-banner-wrapper .banner-pattern3{
       display: none;
      }
  }

  .banner-content-wrapper{
    padding: 88px 0px 8px;
    font-weight: 300;
    font-size: 16px;
  }
  .banner-content-wrapper span{
    font-weight: 500;
    color: #000;
  }
  
  .out-mission .award-card {
    position: relative;
    border-radius: 24px;
    background: linear-gradient(135.01deg, #F9FAFB -2.76%, #F0F6FF 99.58%);
    border: 1px solid #E2E5EA;
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
  }
  
  .out-mission .award-text{
  font-size: 24px;
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: 32px;
  color: #000000;
  }

  .out-mission .mb-49{
    margin-bottom: 49px;
  }
  .out-mission .mission-list p{
    margin-bottom: 0;
  }
  
  .out-mission .award-list li {
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
  }
  .out-mission .award-list li:last-child{
    margin-bottom: 0px;
  }

  .out-mission .mission-list img{
    filter: saturate(0.5);
  }
  .middel-para{
    border: 1px solid #E2E5EA;
    background: #F3F5F7;
    padding: 16px;
    border-radius: 8px;
    font-size: 14px;
    color: #000000;
    max-width: 856px;
    margin: 0 auto;
  }
  .heading-subtext{
    color: #000000;
    font-size: 24px;
  }
  .execution-matter .execution-card{
    border: 1px solid #E2E5EA;
  }
  
  /* Mobile spacing fix */
  @media (max-width: 767px) {
    .out-mission .award-card {
      min-height: auto;
    }
    .banner-content-wrapper{
      padding: 40px 0px 8px;
    }
  }
  
  .our-value-warpper .execution-model-section{
    background-color: #F3F5F7;
    padding-bottom: 80px;
    overflow: hidden;
  }

  /* .execution-model-section .execution-card .icon-box{
    box-shadow: none;
  } */

  .need-assistance{
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
    padding: 27px 0px 0px;
  }
  .need-assistance p{
    color: #82858B;
    font-weight: 300;
    margin-bottom: 10px;
  }
  .need-assistance a{
    color: #26408B;
    text-decoration: none;
  }

  .our-value-warpper .execution-card{
background-color: #fff;
border: 1px solid #E2E5EA;
position: relative;
z-index: 1;
  }

  .our-value-warpper .execution-model-section h4{
    text-decoration: none;
    font-size: 16px;
  }
  .our-value-warpper .execution-model-section .card-heading{
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #000000;
  }
  .custom-pd{
    margin-top: 80px;
  }

  /* Platform Section */


  /* ----platform------ */


  /* Parent wrapper (optional spacing control) */
 


  .mt5-wrapper:nth-child(even) {
    background-color: #fff;
  }
  
  .mt5-wrapper:nth-child(odd) {
    background-color: #F3F5F7;
  }

  .mt5-wrapper h2{
    font-size: 32px;
    font-weight: 600;
  }
  .mt5-main-title {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
  }
  
  /* Top card */
  .mt5-wrapper .mt5-info-card {
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 0 0 1px #e6eaf0;
  }
  
  .mt5-wrapper .mt5-image img {
    width: 280px;
    border-radius: 12px;
    object-fit: cover;
  }
  
  .mt5-wrapper .mt5-content p {
    font-size: 14px;
    line-height: 1.7;
    color: #000000;
    font-weight: 400;
    margin-bottom: 0;
  }
  
  /* Features */
  .mt5-wrapper .feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .mt5-wrapper .feature-list li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 16px;
    font-size: 14px;
    color: #1e293b;
  }
  
  .mt5-wrapper .feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-image: url('../images/check-box.svg');
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: saturate(0.5);
  }
  
  /* Bottom info boxes */
  .mt5-wrapper .info-box {
    /* background: #ffffff; */
    border-radius: 16px;
    padding: 20px;
    height: 100%;
  }

  /* .mt5-wrapper:nth-child(odd) .info-box {
    background-color: #ffffff;
  }
  
  .mt5-wrapper:nth-child(even) .info-box {
    background-color: #F3F5F7;
  } */
  

  .mt5-wrapper .info-box img{
    margin-bottom: 8px;
  }
  
  .mt5-wrapper .info-box h6 {
    font-weight: 600;
    margin-bottom: 6px;
  }
  
  .mt5-wrapper .info-box p {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 0;
  }
  
  .mt5-wrapper .badge-group .badge {
    background:rgba(212, 226, 253, 1);
    border: 0.5px solid var(--border-border-info, #74A0FA);
    color: #082662;
    font-weight: 500;
    padding: 6px 14px;
    margin-right: 8px;
    margin-bottom: 8px;
  }
  
  /* Responsive */
  @media (max-width: 991px) {
    .mt5-wrapper .mt5-info-card {
      flex-direction: column;
    }
  
    .mt5-wrapper .mt5-image img {
      width: 100%;
    }
  }

  @media (max-width: 1199px){
    .mt5-wrapper .mt5-image img{
      width: 100%;
      margin-bottom: 10px;
    }
  }


  /* Contact us Section */


  .contact-wrapper{
    max-width: 1060px;
    margin: 0 auto;
  }

  .contact-info-wrapper h3{
    font-size: 24px;
    font-weight: 600;
    color: var(--color-text-secondary);
    font-family: var(--font-primary);
  }
  .contact-info-wrapper p{
    font-size: 16px;
    font-weight: 400;
    max-width: 335px;
    color: var(--color-text-secondary);
    font-family: var(--font-primary);
  }
  .contact-info img {
    width: 24px;
    height: 24px;
  }
  .back-box {
    width: 48px;
    height: 48px;
    padding: 12px;
    border-radius: 12px;
    background: #ECF2FE;
  }
  .contact-box h6{
    font-size: 14px;
    font-weight: 400;
    color: #82858B;
    font-family: var(--font-primary);
  }
.contact-box a{
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

  .contact-box span{
    font-size: 18px;
    font-weight: 500;
    color: var(--color-text-secondary);
    font-family: var(--font-primary);
  }
  
  .form-contact {
    padding: 32px;
    background: #F3F5F7;
    border-radius: 24px;
  }
  .form-heading h3{
    font-size: 40px;
    font-weight: 300;
    color: var(--color-text-secondary);
    font-family: var(--font-primary);
  }
  .form-heading span{
    font-weight: 600;
  }
  .form-heading p{
    font-size: 16px;
    font-weight: 400;
    color: var(--color-text-secondary);
    font-family: var(--font-primary);
  }
  .form-contact .form-heading {
    margin-bottom: 40px;
  }
  .form-contact .form-label {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text-secondary);
    font-family: var(--font-primary);
  }
  .form-contact .form-control {
    font-size: 14px;
    font-weight: 400;
    height: 44px;
    color: #000;
  }
  .form-contact .btn{
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    font-family: var(--font-primary);
    background: #26408B;
    border: none;
    height: 48px;
  }
  .form-contact .btn:hover{
    background: #1d4ed8;
  }
  
  /* Institutional section */

  .card-center-inst{
    max-width: 1000px;
    margin: 0 auto;
  }
  /* 1. banner */
  .custom-banner-wrapper{
    background:#ffffff;
    padding: 86px 0px 86px;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
  }


  .custom-banner-wrapper::before {
    content: "";
    position: absolute;
    width: 900px;
    height: 900px;
    background: linear-gradient(
      90deg,
      #FFFFFF 0%,
      #F9FAFA 50%,
      #EFF6FF 100%
    );
    left: -450px;
    top: -250px;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.9;
    z-index: 0;
  }
  

  .custom-banner-wrapper .hero-badge {
    background: transparent;
    font-size:14px;
    color: var(--color-text-secondary);
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 100px;
    box-shadow: 0px 2px 4px 0px #00000024;
    border: 0.5px solid #E2E5EA;
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
  }
  .custom-banner-wrapper .banner-title {
    font-size: 56px;
    font-weight: 300;
    color: var(--color-text-secondary);
    margin-bottom: 20px;
  }
  .custom-banner-wrapper .banner-title span {
    color: var(--color-text-primary);
    font-weight: 600;
  }
  .custom-banner-wrapper .banner-desciption {
    color: #82858B;
    font-size: 16px;
    font-weight: 500;
    max-width: 530px;
  }
  .custom-banner-wrapper .btn-primary{
    background-color: #26408B;
    border-color: transparent;
    padding: 11px 24px;
    font-size: 16px;
    font-weight: 600;
 }
 .custom-banner-wrapper .btn-primary:hover{
    background: #1d4ed8;
 }
 .custom-banner-wrapper .banner-pattern1{
    top: 70px;
    right: 120px;
 }
 .custom-banner-wrapper .banner-pattern3{
    left: 30px;
    bottom: 36px;
 }
 .custom-banner-wrapper .banner-bgleft {
    left: 0;
    top: 0;
    z-index: 0;
  }
  .custom-banner-wrapper .banner-bg-right {
    right: 0;
    top: 0;
    z-index: 0;
  }
  .custom-banner-wrapper .banner-bgleft img,
  .custom-banner-wrapper .banner-bg-right img {
    max-width: 100%;
    height: auto;
  }
  .custom-banner-wrapper .container {
    position: relative;
    z-index: 2;
  }
  
  @media (max-width: 1200px){
    .custom-banner-wrapper{
        padding: 60px 0px;
    }
    .custom-banner-wrapper .banner-title{
        font-size: 40px;
    }
 }
 @media (max-width: 991px){
    .custom-banner-wrapper{
        padding: 40px 0px;
    }
    .custom-banner-wrapper  .banner-title {
        font-size: 32px;
      }
      .custom-banner-wrapper .banner-pattern1{
        right: 20px;
      }
  }
  @media (max-width: 576px){
    .custom-banner-wrapper .banner-pattern1{
        display: none;
      }
      .custom-banner-wrapper .banner-pattern3{
       display: none;
      }
      .platform-cta a {
        white-space: nowrap;
      }
    
      .platform-cta {
        flex-direction: column;
        margin: 0px 14px; 
      }
    
      .platform-cta a {
        width: 100%;
        justify-content: center;
        text-align: center;
      }
    
  }
  /* 2.Institutional Solutions*/
.content-details h5{
  font-size: 18px;
  font-weight: 500;
  color: var(--color-text-secondary);
  font-family: var(--font-primary);
  margin-bottom: 10px;
}
.content-details p{
  font-size: 14px;
  font-weight: 400;
  color: #82858B;
  font-family: var(--font-primary);
}
.single-para{
  font-size: 16px;
  font-weight: 300;
  color: var(--color-text-secondary);
}
.main-card{
  transition: background-color 0.4s ease-out, color 0.4s ease-out;
}
.main-card:hover {
  background-color: #26408B; 
}
.main-card:hover .content-details h5,
.main-card:hover .content-details p {
  color: #FFFFFF;
}
.institutional-solution .banner-pattern1{
  top: 7%;
  left: 7%;
  z-index: 1;
}
/*3.Integration Option*/
.integration {
  background: #F3F5F7;
}
.integration .integration-wrapper{
  padding: 64px 0px;
}
.integration .integration-wrapper span{
  font-weight: 600;
}
.integration-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 8px;
}
.integration-layout .intro-text h5{
  max-width: 256px;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-text-secondary);
  font-family: var(--font-primary);
}
.integration-layout .intro-text p{
  max-width: 256px;
  font-size: 14px;
  font-weight: 400;
  color: #82858B;
  font-family: var(--font-primary);
}
.integration-layout .intro-text {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.integration-layout .card-small h5{
  font-size: 20px;
  font-weight: 600;
  color: var(--color-text-secondary);
  font-family: var(--font-primary);
}
.integration-layout .card-small p{
  max-width: 256px;
  font-size: 14px;
  font-weight: 400;
  color: #82858B;
  font-family: var(--font-primary);
}
.integration-layout .card-fix h4{
  font-size: 20px;
  font-weight: 600;
  color: var(--color-text-secondary);
  font-family: var(--font-primary);
}
.integration-layout .card-fix p{
  max-width: 256px;
  font-size: 14px;
  font-weight: 400;
  color: #82858B;
  font-family: var(--font-primary);
}
.integration-layout .card-fix {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}
.integration-layout .card-small:nth-of-type(1) {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}
.integration-layout .card-small:nth-of-type(2) {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}
/* .integration-layout .card-small:nth-of-type(3) {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
} */
.integration-layout .card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.integration-layout .card-no {
  font-size: 14px;
  color: #9aa0a6;
}
.integration-layout .card-icon {
  width: 100px;
  height: 100px;
  align-self: flex-end;
  margin-bottom: 12px;
}
.integration-layout .chart-img {
    position: relative;
    width: 100%;
    margin-top: 16px;
    bottom: 0;
    right: 0;
}
@media (max-width: 768px){
  .integration .integration-wrapper {
    padding: 30px 0px;
  }
  .integration .integration-wrapper h5{
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .integration-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .chart-img {
    position: static;
}
.integration-layout .card-small:nth-of-type(3){
    grid-column: 1 / 4;
    grid-row: 2 / 3;
}
.integration-layout .intro-text,
.integration-layout  .card-fix,
.integration-layout  .card-small {
    grid-column: 1 / -1;
    grid-row: auto;
  }
}
/* 4. liquidity Execution Standards */
.liquidity .list-unstyled-liquity span{
  font-size: 16px;
  font-weight: 500;
  color: var(--color-text-secondary);
  font-family: var(--font-primary);
}
.inside-content {
  padding: 31px 34px;
}
.regular-complience h5{
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  font-family: var(--font-primary);
}
.regular-complience p{
  font-size: 16px;
  max-width: 385px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: var(--font-primary);
}
.liquidity .list-unstyled-regular span{
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  font-family: var(--font-primary);
}
.liquidity .list-unstyled-regular img{
  width: 24px !important;
  height: 24px !important;
}
@media (max-width: 1200px){
  .inside-content {
    padding: 24px 34px;
}
}
@media (max-width: 768px){
   .regular-complience img{
    width: 100%;
    height: 100%;
  }
  .liquidity h6{
    font-size: 32px;
  }
}
@media (min-width: 767px) and (max-width: 992px){
  .regular-complience img{
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px){
  .inside-content{
    padding: 24px 16px;
  }
}


/*5 Request Institutional Access Form*/
  .request-institutional-access{
    padding: 56px 0px;
  }
  .request-institutional-access .form-card{
    background:#F3F5F7;
    border-bottom: 1px solid #E2E5EA;
    border-radius:24px;
    max-width:712px;
    margin:40px auto auto;
  }
  .request-institutional-access .stepper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-bottom: 1px solid #E2E5EA;
    padding: 24px;
  }
  .request-institutional-access .step{
    text-align:center;
    flex:1;
  }
  .request-institutional-access .step-content{
      padding: 24px;
  }
  .request-institutional-access .step .icon{
    width:34px;
    height:34px;
    border-radius:50%;
    background:#C8CCD2;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    color:#AEB1B7;
  }
  .request-institutional-access .form-label{
      font-size:14px;
      font-weight:500;
      color: var(--color-text-secondary);
  }
  .request-institutional-access .form-label span{
      color:#DC2626;
  }
  .request-institutional-access .btn-primary{
      background-color: #26408B;
      border-color: transparent;
      padding: 11px 24px;
      font-size: 16px;
      font-weight: 600;
   }
  .request-institutional-access .btn-primary:hover{
      background: #1d4ed8;
   }
   .request-institutional-access .form-control,
   .request-institutional-access .form-select{
     border-radius:8px;
     padding:12px;
     font-size:14px;
     border: 1px solid #E2E5EA;
   }
   .request-institutional-access .step.active .icon{
      background:#26408B;
      color:#fff;
    }
  .request-institutional-access .step.completed .icon{
      background:#26408B;
      color:#fff;
  }
  .request-institutional-access .step.active p{
        color:#26408B;
      }
  .request-institutional-access .step.completed p{
        color:#26408B;
  }
  .request-institutional-access .form-control::placeholder,
  .request-institutional-access .form-select::placeholder,
  .request-institutional-access textarea::placeholder{
        color:#AEB1B7;
        opacity:1;
  }
  .request-institutional-access .btn-light.prev{
          border: transparent;
          font-size: 16px;
          font-weight: 600;
          box-shadow: unset;
          color: var(--color-text-secondary);
}
.request-institutional-access .btn-light.prev:hover{
          background: transparent;
  }
  .request-institutional-access .step p{
    font-size:12px;
    font-weight: 500;
    margin-top:8px;
    color: #AEB1B7;
    }
  .request-institutional-access .line{
    flex:2;
    height:4px;
    background:#E2E5EA;
    border-radius: 10px;
   }
  .request-institutional-access .line.active{
    background:#26408B;
    }
  .request-institutional-access .step-content{
    display:none;
    }
  .request-institutional-access .step-content h5{
      font-size: 20px;
      font-weight: 600;
      color: #000000;
    }
  .request-institutional-access .step-content.active{
    display:block;
    }
  .request-institutional-access .success-heading{
      font-size: 24px;
      font-weight: 600;
      color: var(--color-text-secondary);
    }
  .request-institutional-access .success-subheading{
      font-size: 16px;
      font-weight: 400;
      max-width: 480px;
      color: var(--color-text-secondary);
    }
  .request-institutional-access .white-card{
      border: 1px solid #E2E5EA;
      background-color: #ffffff;
      max-width: 520px;
      padding: 24px;
      border-radius: 16px;
    }
  .request-institutional-access .white-card h6{
      font-size: 16px;
      font-weight: 600;
      color: var(--color-text-secondary);
    }
  .request-institutional-access .white-card ul li{
      font-size: 16px;
      font-weight: 400;
      color: var(--color-text-secondary);
    }
    .request-institutional-access .step.completed .default-icon{
      display:none;
    }
    .request-institutional-access .step.completed .check-icon{
      display:block!important;
    }
    .request-institutional-access .step.active .check-icon{
      display:none;
    }
    .request-institutional-access .stepper.hide{
      display:none;
    }
   .request-institutional-access .step:not(.active):not(.completed) .default-icon{
      filter: brightness(0) saturate(100%) invert(55%) sepia(4%) saturate(239%) hue-rotate(181deg) brightness(91%) contrast(87%);
    }
    .request-institutional-access .form-control:focus,  .request-institutional-access .form-select:focus{
      box-shadow: none;
    }
    .request-institutional-access .banner-pattern1{
      bottom: 10%;
      right: 0px;
      z-index: -1;
    }
    .request-institutional-access .banner-pattern3{
      top: 20%;
      left: 20px;
      z-index: -1;
    }
    @media(max-width:991px){
      .request-institutional-access{
        padding:40px 0px;
      }
      .form-heading h3{
        font-size: 32px;
      }
      .contact-us .position-absolute.banner-pattern1{
        display: none;
      }
    }

    .main-header .nav-link {
      position: relative;
      }

      .main-header .nav-link.active {
      color: #26408B;
      font-weight: 600;
      }

      .main-header .nav-link.active::after {
      content: "";
      position: absolute;
      bottom: -11px;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #26408B;
      border-bottom: 2px solid #26408B;
      }
      @media (max-width: 991px){
          .main-header .nav-link.active::after {
              display: none;
          }
      }

      .footer-list li a{
          color:#EBF0F5;
          text-decoration: none;
          font-weight: 300;
      }
      .footer-list li a:hover{
        color: #fff;
      }

      /* home page trade instruments */

      .market-section {
        background: #ffffff;
      }
    
      .market-section .market-wrapper{
        position: relative;
      }
    
    
      .market-wrapper::before{
        position: absolute;
        content: '';
        left: 0;
        top: 50px;
        width: 200px;
        height: 200px;
        background-image: url('images/outer-right.svg');
        z-index: 0;
        opacity: 0.8;
      }
    
      .market-wrapper::after{
        position: absolute;
        content: '';
        right: 0;
        bottom: 100px;
        width: 200px;
        height: 200px;
        background-image: url('images/outer-right.svg');
        z-index: 0;
        opacity: 0.8;
      }
      
      
      .market-section .market-card {
        width: 100%;
        position: relative;
        border-radius: 16px;
        padding: 24px;
        /* height: 258px; */
        display: flex;
        flex-direction: column;
        justify-content: space-between;
      }
    
     .market-wrapper .bg-options .count{
        color: #fff;
      }
    
    .market-wrapper  .bg-options h5{
        color: #fff !important;
      }
      
      .market-section .image-box-wrapper{
        position: relative;
        z-index: 9;
      }
      .market-section .image-box-wrapper .market-img{
        position: absolute;
        top: 0;
    
      }
    
     
    
     .market-wrapper .image-bg-box h5{
        color: #fff;
      }
     .market-wrapper .image-bg-box p{
        color: #fff !important;
      }
     .market-wrapper .image-bg-box .count{
        color: #fff !important;
      }
    
     .market-wrapper .white-bg-box{
        border: 1px solid #E2E5EA;
      }
     .market-wrapper .gray-bg-box{
        background-color: #F3F5F7;
      }
    
     .market-wrapper .gradient-bg-box{
        background: linear-gradient(180deg, #26408B 0%, #041331 100%);
      }
     .market-wrapper .gradient-bg-box h5{
        color: #fff;
      }
     .market-wrapper .gradient-bg-box p{
        color: #fff !important;
      }
     .market-wrapper .gradient-bg-box .count{
        color: #fff !important;
      }
     /* .market-wrapper .text-wrap-box p{
        max-width: 94px;
      } */
    
      .text-wrap-box p{
        margin-bottom: 0;
        color: #82858B;
        font-size: 15px;
        font-weight: 300;
      }
      
      .market-section .count {
        /* position: absolute;
        top: 20px;
        right: 20px; */
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 0px;
      }
      
      .market-section h5 {
        font-weight: 600;
        margin-bottom: 6px;
        font-size: 20px;
      }
      
      .market-section .image-box-wrapper p {
        font-size: 14px;
        margin: 0;
        color: #82858B;
      }
      
      .market-section .icon {
        font-size: 32px;
        /* align-self: flex-end; */
        opacity: 0.9;
        padding-bottom: 48px;
      }
    
      .market-section .icon img{
        background-color: #fff;
        border-radius: 8px;
        padding: 16px;
        box-shadow: 0px 1px 2px 0px #0000001A;
      }
    
      .market-section .blue-text{
        color: #26408B;
      }
    
      .market-wrapper .option-box img{
        height: 258px;
      }
    
    
      @media (max-width:1199px){
        .market-wrapper .option-box img{
          height: 262px;
          object-fit: cover;
          border-radius: 8px;
        }
      }
    
      @media (max-width:1399px){
        .market-wrapper .option-box img{
          height: 258px;
        }
      }
    
    

  .legal-content-wrapper{
    margin-bottom: 50px;
  }

  .form-control-select{
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    height: 44px;
    color: #000000;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -moz-appearance: none;
    border-radius: var(--bs-border-radius);
    padding: 0px 7px;
  }