

    body {
      background-color: #ffffff;
      font-family: Arial, sans-serif;
       /* Hide vertical scrollbar */
  overflow-x: hidden;
    }
    

   
    .otc-hero-section .hero-section {
      
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
   
        padding: 20px;
       
    }
    .otc-hero-section .otc-hero-img {
     width: 100%;
      margin-top: 50px;
    }

    .otc-hero-section .hero-title {
      color: #5E35B1; 
      font-size: 50px;
     font-weight: 700;
      margin-bottom: 20px;
    }

    .otc-hero-section .hero-text {
      color: #333333;
      font-size: 1rem;
      margin-bottom: 30px;
    }

    .otc-hero-section .Start-btn {
      background-color: #5E35B1;
      color: #ffffff;
      padding: 10px 22px;
      border-radius: 6px;
      font-size: 0.95rem;
      font-weight: 500;
      border: none;
      transition: 0.3s;
      text-decoration: none;
      display: flex;
      width: 30%;
      justify-content: center;
    }

    .otc-hero-section .custom-btn:hover {
      background-color: #5E35B1;
      color: #fff;
    }

   @media (max-width:786px) {
    .otc-hero-section .hero-section{
      padding: 10px;
    }
    .otc-hero-section{
      padding-inline: 15px;
    }
    .otc-hero-section .Start-btn{
      width: 100%;
    }
    .otc-hero-section .hero-title{
      font-size: 35px;
    }
   }


    /* --------------- */


    .Market-Prices-section {
      background-color: #ffffff;
      padding: 50px 20px;
      text-align: center;
    }


.Market-Prices-img img {
  width: 100%;}


  .Market-Prices-title{
    color: #5E35B1;
    font-size: 40px;
    padding-bottom: 20px;
    font-weight: 700;
  }
.Market-Prices-title{
  padding-bottom: 50px;
}

@media (max-width:786px) {
  .Market-Prices-title {
    font-size: 30px;
    text-align: left;
  }
}

  /* ------------------- */
.how-it-work-section{
  background-color: #F4F2FA99;
  margin-block: 50px;
}
.how-it-work-section .how-it-work-title{
    text-align: center;
    padding-bottom: 20px;
}
.how-it-work-section .how-title{
    color: #5E35B1;
    font-size: 40px;
    font-weight: 700;
    padding-top: 50px;
}
.step-title{
  color: #714DBA;
}

.how-it-work-section .step-card{
    background-color: #ffffff;
    border: #5E35B1 2px solid;
    border-radius: 8px;
    padding: 20px;
    margin: 10px;
    text-align: center;
height: 300px;
padding-top: 140px;}

    .how-it-work-section .step-card-box .mid-box{
    margin-top: 140px;
    } 
    .how-it-work-section .step-card-box {
 padding: 10px;
 position: relative;
 z-index: 2;
    } 


  .how-it-work-section {
    position: relative;
   
  }
  .how-it-work-section .how-it-work-container::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 250px;
      background-color: #5E35B1;
      z-index: 1;
    }
@media (max-width:986px) {
  .how-it-work-section{
   margin-block: 20px;
  }
  .how-it-work-section .how-title{
    padding-top: 20px;
  }
  .how-it-work-section .step-card-box{
    margin-inline: 20px;
  }
  .how-it-work-section .step-card{
    padding: 20px;
    height: 200px;
  }
  .how-it-work-section .step-card-box .mid-box{
    margin-top: 0px;
  }
}

    /* Instant-buy-sell-box */
.Instant-buy-sell-box{
  border: #5E35B1 1px solid;
  border-radius: 12px;
 
}
.Buy-and-sell-section-container{
  margin-inline: 12px;
}
.Buy-and-sell-title-text {
  margin-bottom: 50px;
 
}
.Buy-and-sell-title{
  color: #5E35B1;
   font-weight: 700;
}

@media (max-width:786px) {
  .Instant-buy-sell-box {
    width: 100%;
    
  }
  .Buy-and-sell-section-container{
    margin-inline: 10px;
  }
  
}
.Instant-title{
  width: 100%;
}
.Instant-title .nav-item{
  width: 50%;
  text-align: center;
}

.Instant-body{
  padding: 20px;
}
.tab-switch{
    display: flex;
    justify-content: space-between;
   
}
    .Instant-buy-sell-box .tab-switch .nav-link {
      color: #6c757d;
      border-bottom: 2px solid #1C1C1C;
    }

    .Instant-buy-sell-box .tab-switch .nav-link.active {
      color: #5E35B1;
      font-weight: bold;
      border-bottom: 2px solid #5E35B1;
      background-color: hsl(260, 54%, 45%,0.25);
    }

    .Instant-buy-sell-box .exchange-box {
      border: 1px solid #5E35B1;
      border-radius: 12px;
      padding: 15px;
      margin-bottom: 20px;
      background: #fff;
    }

    .Instant-buy-sell-box .buy-sell-toggle {
      display: flex;
      border: 2px solid #a18cd1;
      border-radius: 50px;
      overflow: hidden;
      width: max-content;
      box-shadow: inset 0 0 4px rgba(0,0,0,0.1);
    }

   .Instant-buy-sell-box .toggle-option {
      padding: 8px 30px;
      border: none;
      background: none;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
    }

   .Instant-buy-sell-box .toggle-option.active {
      background:  #6a11cb;
      color: white;
      border-radius: 50px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    }

   .Instant-buy-sell-box .toggle-option:not(.active) {
      color: black;
    }

   .Instant-buy-sell-box .switch-icon i {
      background-color: white;
      border-radius: 50%;
      padding: 5px;
      width: 40px;
      height: 40px;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    }

   .Instant-buy-sell-box .switch-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 10px 0;
      color: #5E35B1 ;
      text-align: center;
    }

    .Instant-buy-sell-box .rate-text {
      color: #5E35B1;
      font-weight: 500;
    }

    .Instant-buy-sell-box .action-buttons {
      display: flex;
      justify-content: center;
      margin-top: 20px;
    }

    .Instant-buy-sell-box .action-buttons .btn-buy,
    .action-buttons .btn-sell {
      width: 30%;
      padding: 10px;
      border-radius: 8px;
      color: white;
      font-weight: bold;
    }

    .Instant-buy-sell-box .action-buttons .btn-buy {
      background-color: green;
    }

   .Instant-buy-sell-box .action-buttons .btn-sell {
      background-color: #ba0000;
    }

    .Instant-buy-sell-box.to-box {
      border: 1px solid #ccc;
      border-radius: 12px;
      background: #f5f3fa;
      padding: 15px;
      text-align: center;
      font-weight: 500;
      color: #5E35B1;
      cursor: pointer;
      margin-bottom: 20px;
    }

    .hidden {
      display: none !important;
    }

@media (max-width:786px) {
  .Instant-body{
    padding: 10px;
  }
}




.trading-activity {
  /* background: #F4F2FA; */
   height: 100%;
  border-radius: 10px;
  margin: 2px;
  width: 100%;
  
  color: #1C1C1C;
}
.trading-activity-table{
    border: 1px solid #5E35B1;
    border-radius: 10px;
    height: 100%;
}
.trading-activity-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.trading-activity-menu i {
  cursor: pointer;
}

.trading-activity-title{
  color: #5E35B1;
}
.activity-header{
     display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 14px;
  border-bottom: 1px solid #333;
  padding:20px 20px;
}

.activity-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px ;
  /* flex:1 1 0; */
  font-size: 14px;
 
}
.activity-header div{
      flex: 1 1 0;
}
.activity-item div {
  flex: 1 1 0;
}

.activity-item img {
  
   width: 30px; 
}
.activity-item .status .buy-btn{
  padding: 5px 30px;
   border: none;
    color: #ffffff;
    border-radius: 0.5rem;
    background-color: #68B54E;

}
.activity-item .status .sell-btn{
  padding: 5px 30px;
   border: none;
    color: #ffffff;
    border-radius: 0.5rem;
    background-color: #ff0000;

}
.myaccount-dashboard-page::-webkit-scrollbar{
    display: none;
}
.status.completed {
  color: #16c784;
}

.status.cancelled {
  color: red;
}

.progress-bar {
  width: 100%;
  height: 6px;
  background-color: #161D2727;
  border-radius: 4px;
  overflow: hidden;
  margin-block: 10px;
}

.progress-fill {
  height: 100%;
  border-radius: 4px;
}

.fill-main {
  background-color: #68B54E;
  width: 80%;
}

.fill-trading {
  background-color: #00ff00;
  width: 60%;
}

.fill-margin {
  background-color: #ff5722;
  width: 30%;
}

.fill-future {
  background-color: #2196f3;
  width: 50%;
}

@media (max-width:486px) {
      .activity-item div{
   font-size: 12px;
    }
.activity-item .status {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
}


/* ---------------- */

.online-store{
    margin-top: 20px;
    background-color: #5E35B1;
    position: relative;
}
.online-store-content::after {
  content: '';
      position: absolute;
     right: 0;
     top: 0;
      width: 30%;
      height: 100px;
      background-color: #F4F2FA;
      z-index: 1;
        border-bottom-left-radius: 51px;
}
.online-store .online-store-content {
   display: flex;
   flex-direction: column;
   justify-content: center;
   height: 100%;
}
.online-store .online-store-content p {
    color: #ffffff;
    font-size: 30px;
}
.online-store .store-type img{
    width: 150px;
    height: auto;
   
}
.online-store .store-type {
   margin-top: 10px;
   
}

.online-store-img img{
    width: 560x;
    height: 560px;
}

   @media (max-width: 768px) {
  .online-store-img img{
    width: 90%;
    height: auto;
}
.online-store-content::after{
  display: none;
}

.online-store .online-store-content {
    margin-top: 10px;
    margin-left: 20px;
    text-align: center;
}
.online-store{
  padding: 20px;
}
    }
/* -------- */


    .newsletter-section {
      background-color: #f2ecfc; /* light purple */
      border-radius: 10px;
      padding: 40px 30px;
      margin: 40px auto;
      max-width: 1160px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 30px;
    }
.newsletter-text{
  flex:1;
}
    .newsletter-text h3 {
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 8px;
      color: #222;
    }

    .newsletter-text p {
      font-size: 0.95rem;
      color: #444;
      margin: 0;
    }

    .newsletter-form {
      flex: 1;
      display: flex;
      justify-content: flex-end;
    }

    .newsletter-input {
      display: flex;
      width: 100%;
      border: 1px solid #ccc;
      border-radius: 5px;
      overflow: hidden;
      padding: 5px;
      background-color: white;
    }

    .newsletter-input input {
      flex: 1;
      padding: 10px 12px;
      border: none;
      outline: none;
      font-size: 0.95rem;
    }

    .newsletter-input button {
      background-color: #5E35B1;
      color: #fff;
      border: none;
      padding: 10px 18px;
      font-size: 0.9rem;
      font-weight: 600;
      cursor: pointer;
      transition: 0.3s;
      width:25%;
    }

    .newsletter-input button:hover {
      background-color: #482090;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .newsletter-section {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
      }

      .newsletter-form {
        width: 100%;
        justify-content: flex-start;
      }
    }

/* ------------- */


.FAQ-section{
    background-color: #5E35B1;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.FAQ-section .FAQ-section-box{
    background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
  
}
.faq-container{
  margin-inline: 30px;
}

.FAQ-section-box h5{
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 40px;
}
.faq-img{
  display: flex;
  justify-content: center;
  height: 100%;
}
.FAQ-section .FAQ-section-box .faq-img img{
  width:70%;
}


   .accordion-item {
      border: none;
      border-left: 3px solid #5E35B1; /* purple border */
      margin-bottom: 12px;
      border-radius: 6px;
      box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
    }

    .accordion-button {
      background-color: #fff;
      color: #222;
      font-weight: 500;
      padding: 15px 18px;
      border-radius: 6px;
    }

    .accordion-button:not(.collapsed) {
      color: #5E35B1;
      background-color: #f8f6ff;
      box-shadow: none;
    }

    .accordion-body {
      font-size: 0.95rem;
      color: #333;
      padding: 15px 20px;
      border-top: 1px solid #eee;
    }

    .accordion-button:focus {
      box-shadow: none;
    }

@media (max-width:786px) {
  .FAQ-section
{
  padding: 10px;
}
}
/* ------------------ */


.otc-footer-section{
    background-color: #EAE5F5;
    padding: 50px;
}
.otc-footer-box{
    background-color: #ffffff;
    border-radius: 20px;
}

    .footer-cta {
      text-align: center;
      padding: 50px 20px 30px;
    }
    .footer-cta h3 {
      font-weight: 700;
      font-size: 1.6rem;
      margin-bottom: 10px;
    }
    .footer-cta p {
      color: #444;
      margin-bottom: 25px;
    }
    .cta-btn {
      background-color: #5E35B1;
      color: #fff;
      border: none;
      padding: 10px 24px;
      border-radius: 30px;
      font-weight: 600;
    
    }

    .cta-btn:hover {
      background-color: #482090;
    }

    /* Footer Section */
    .custom-footer {
      border-top: 1px solid #ddd;
      padding: 40px 20px;
    }
    .footer-logo img {
      width: 100px;
      height: auto;
      margin-bottom: 15px;
     
    }
    .footer-description {
      font-size: 0.95rem;
      color: #555;
      margin-bottom: 20px;
    }
    .footer-social a {
      display: inline-block;
      margin-right: 12px;
      font-size: 20px;
      color: #5E35B1;
      transition: 0.3s;
    }
        .footer-social a i{
          font-size: 30px;
        }
    .footer-social a:hover {
      color: #482090;
    }
    .footer-column h5 {
      font-size: 1.3rem;
      font-weight: 700;
      margin-bottom: 15px;
      color: #482090;
    }
    .footer-column ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .footer-column ul li {
      margin-bottom: 10px;
    }
    .footer-column ul li a {
      text-decoration: none;
      color: #444;
      font-size: 0.95rem;
      transition: 0.3s;
    }
    .footer-column ul li a:hover {
      color: #5E35B1;
    }
@media (max-width:786px) {
  .otc-footer-section{
    padding: 10px;
  }
}