    /* تنظیمات فونت */
    @font-face {
        font-family: Vazirmatn;
        src: url('/view_file/4/4718/Vazirmatn-Regular.woff2');
    }

    @font-face {
        font-family: Vazirmatn-ExtraBold;
        src: url('/view_file/4/4718/Vazirmatn-ExtraBold.woff2');
    }

 .titles_font{
  font-family: Vazirmatn-ExtraBold !important;
  }
  h1,h2,h3,h4,p,button,a,details{
  font-family: Vazirmatn !important;
  }
.container-xl {max-width:100% !important;}
.customsite_holder_template{
background-image:linear-gradient(to bottom, #00001d, #182854), url('path-to-your-image.jpg') !important;
background-size:cover !important;
background-repeat:no-repeat !important;
  width: 100% !important;
}



    /* باکس اصلی جدول با حاشیه سفید واضح */
    .s2-table-container {
        background-color: #152549; /* رنگ ثابت جایگزین در صورت عدم نمایش گرادینت */
        background-image: linear-gradient(to bottom, #152549, #1361ac) !important;
        padding: 0 !important;
        border: 2px solid #ffffff !important; /* حاشیه ضخیم‌تر برای دیده شدن */
        border-radius: 15px;
        overflow: hidden;
        color: #ffffff !important;
        max-width: 650px;
        margin: 20px auto;
        box-shadow: 0 15px 35px rgba(0,0,0,0.4);
        direction: rtl !important;
        font-family: Vazirmatn, Tahoma, sans-serif;
    }

    /* استایل هدر جدول */
    .table-header {
        text-align: center;
        padding: 25px 15px;
        background: rgba(0,0,0,0.25);
        border-bottom: 2px solid #ffffff;
    }

    .table-header h3 {
        color: #f9af1a !important;
        font-family: Vazirmatn-ExtraBold, sans-serif !important;
        font-size: 24px;
        margin-top: 15px;
        margin-bottom: 0;
    }

    /* ردیف‌های جدول */
    .spec-row {
        display: flex;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        min-height: 50px;
        align-items: stretch;
    }

    .spec-row:last-child {
        border-bottom: none;
    }

  .banner-box {
    background-image: url('/');
    background-size: cover;
    background-position-x: right;
    background-position-y: center;
    padding-bottom: 20rem;
    padding-bottom: 20erm;
    background-repeat: no-repeat;
   }

.title-header{
padding-top: 49px;
  padding-left: 119px !important;
padding-right: 119px !important;
}

  .banner-box .banner-title{
    font-size: 3rem;
   }
  .dark-blue-color{
    color:#00001d !important;
   }
  .black-color{
   color:#000000 !important;
   }

  .nav-item {
    width: 38.333%;
   }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active span {
  border-bottom: 1px solid #b3b1b2;
}
.nav-tabs {
  border-bottom: unset !important;
}
.nav-tabs .nav-link{
background-color: white !important;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
border-color:transparent !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
background-color: #dfdfdf !important;
  border: unset !important;
}
.nav-tabs .nav-link span {
border-bottom: 1px solid #00001d;
  font-size: 14px !important;
  color: #00001d !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active span {
border-bottom: 1px solid #00001d !important;
  color: #00001d !important;
  font-family: Vazirmatn-ExtraBold!important;
}
.nav-tabs .nav-link{
padding: 20px 0 !important;
}
.trusted-box{
  border: 1px solid #1858aa;
  border-radius: 9px;
}
.trusted-box-img{
  /* height: 90px; */
}
.trusted-box-title{
  /* height: 50px; */
}
.trusted-box-content{
  height: 65px;
}
.title-font{
font-size: 3rem;
}
.little-title{
font-size: 2.5rem;
}
.numbers{
    font-size: 3rem;
}
.network-of-forex {
  margin-bottom: 4.8rem;
}
 .trade_fx_pairs {
  font-size: 20px;
}
.subtitle-font{
font-size: 1.2rem;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;}


    /* ستون سمت راست (مقادیر) */
    .spec-value {
        flex: 1;
        padding: 12px 20px;
        text-align: right !important; /* تمامی نوشته‌ها راست‌چین */
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        line-height: 1.6;
    }

    /* ستون سمت چپ (عناوین) */
    .spec-label {
        flex: 1;
        padding: 12px 20px;
        text-align: right !important; /* تمامی نوشته‌ها راست‌چین */
        border-right: 1px solid rgba(255, 255, 255, 0.3); /* خط جداکننده عمودی */
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        background: rgba(255, 255, 255, 0.08);
        font-weight: bold;
        line-height: 1.6;
    }

    /* دکمه پایین جدول */
    .table-footer {
        text-align: center;
        background: rgba(0,0,0,0.2);
        border-top: 1px solid rgba(255,255,255,0.3);
        padding: 20px 0;
    }

    .open-account-btn {
        display: inline-block;
        padding: 14px 60px;
        border-radius: 10px;
        background-color: #f9af1a;
        color: #000000 !important;
        text-decoration: none !important;
        font-weight: bold;
        font-size: 18px;
        transition: 0.3s;
        border: none;
        cursor: pointer;
    }

    .open-account-btn:hover {
        background-color: #ffffff;
        transform: scale(1.05);
    }

    /* واکنش‌گرایی برای موبایل */
    @media (max-width: 768px) {
        .spec-row {
            min-height: 40px;
        }
        .spec-label, .spec-value {
            font-size: 12px;
            padding: 10px 12px;
        }
        .table-header h3 {
            font-size: 20px;
        }
    }

.accordion-button:focus{
box-shadow: unset !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;}
.p-x{
padding:0 81px;
}
.m-x{
padding:0 81px;
}
.eau{
  padding-top: 7rem;
  padding-bottom: 7rem;
  padding-left: 10rem !important;
}
.coin-name{
color:white !important;
font-weight:bold !important;
}
.coin-price{
color:#be3583 !important;
font-weight:bold !important;
}
.changed-coin-price{
color:#098784 !important;
font-weight:bold !important;
}
.btn-style{
color: #fff;
  border: 1px solid #1463b5;
  background: #14244a;
  border-radius: 9px;
  font-size: 18px;
}
#market:hover{ 
color:white !important;
}
.start-btn{
    width: 180px;
    height: 40px;
    border-radius: 9px;
    background-color: #fff;
    font-size: 20px;    
}
.start-risk{
    width: 180px;
    height: 40px;
	color:#fff;
    border-radius: 9px;
    background-color: #152549;
    font-size: 16px;    
}
@media(max-width:1400px){
  .trusted-box-title{
    height: 50px;
  }
  .trusted-box-content{
    height: 86px;
  }
}
@media(max-width:1201px){
.title-header {
  padding-left: 81px !important;
  padding-right: 81px !important;
}
.banner-box .banner-title {
  font-size: 4.3rem;
}
.trusted-box-title{
  height: 25px;
}
.trusted-box-content{
  height: 63px;
}
}
@media(max-width:992px){
.p-x{
padding:0 60px;
}
.m-x{
padding:0 60px;
}
.title-header {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
  .banner-box .banner-title {
    font-size: 4rem;
  }
  .eau {
    padding-left: 5.6rem !important;
    padding-right: 5.6rem !important;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
.title-font {
  font-size: 2.5rem !important;
}
.little-title {
  font-size: 2rem !important;
}
.map{
padding: 58px 3rem !important;
}
.trusted-box-title{
  height: 25px;
}
.trusted-box-content{
  height: 63px;
}
}
@media(max-width:768px){
.p-x{
padding:0 20px;
}
.m-x{
padding:0 20px;
}
.title-header {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
  .eau {
    padding-left: 2.1rem !important;
    padding-right: 2.1rem !important;
  }
.phone-pc {
  width: 75% !important;
}
.banner-img {
  padding-left: 20px !important;
}
.trusted-box-title{
  height: 50px;
}
.trusted-box-content{
  height: 85px;
}
}
.banner-img .btn{
top: 50%;
  left: 115px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  height: 100%;
  width: 690px;
}
.banner-img .btn:focus-visible {
  outline: none !important;
box-shadow: unset !important;
}
.nav-tabs .nav-link{
  border-top-left-radius: unset !important;
  border-top-right-radius: unset !important;
}
@media (max-width: 800px) {
  .banner-box .banner-title {
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 768px){
  .banner-box {
    background-image: none !important;
  }
}
@media(max-width:768px){


}
@media (max-width: 720px) {
    .banner-box .banner-title {
      font-size: 3.5rem;
    }
  }
  @media (max-width: 640px) {
    .banner-box .banner-title {
      font-size: 3rem;
    }
    .numbers {
        font-size: 2.5rem;
      }
    .start-btn {
        width: 280px;
        height: 50px;
        border-radius: 9px;
        background-color: #f9af1a;
        font-size: 20px;
      }
	  
  }
 @media(max-width:576px){

  .banner-box {
    margin-bottom: 0;
    padding-bottom: 1.8rem;
  }
     
      .network-of-forex {
        margin-bottom: 2rem;
      }
       .trade_fx_pairs {
        font-size: 16px !important;
      }
      .trusted-box-title{
        height: 25px;
      }
      .trusted-box-content{
        height: 65px;
      }
 }
  @media (max-width: 548px) {
    .banner-box .banner-title {
      font-size: 2.5rem;
    }
    .numbers {
        font-size: 2rem;
      }
  }
  @media (max-width: 462px) {
    .banner-box .banner-title {
      font-size: 2rem;
    }
    .start-btn {
        width: 255px;
        height: 43px;
        border-radius: 9px;
        background-color: #f9af1a;
        font-size: 20px;
      }
  }
  @media(max-width:400px){
    .trusted-box-title{
      height: 50px;
    }
    .trusted-box-content{
      height: 105px;
    }
  }
  @media (max-width: 380px) {
    .banner-box .banner-title {
      font-size: 1.6rem;
    }
     .trade_fx_pairs {
      font-size: 14px;
    }
  }
  @media (max-width: 330px) {
     .trade_fx_pairs {
      font-size: 12px;
    }
  }