/* Updated CSS */

.feature-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }
  
  .feature-card:hover {
    transform: translateY(-10px);
  }
  
  .icon-wrapper {
    text-align: center;
  }
  
  .feature-icon {
    width: 100px;
    height: 100px;
    object-fit: contain;
  }
  
  .card-title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
  }
  
  .card-text {
    font-size: 14px;
    text-align: center;
  }

  .service-card, .gothrough-card{
    background-color: #A08145 !important;
    color:#FFF;
  }
  
  
  
  .income-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .income-container img {
      margin: 0 10px;
  }
  section p {
    text-align: center;
  }
  
  
  .terms-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .terms-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
  }
  
  .terms-icon {
    font-size: 24px;
    color: #FFC107;
    margin-right: 15px;
  }
  
  .terms-item:last-child {
    border-bottom: none;
  }
  
  .trade-benefits {
    padding: 50px 0;
  }
  
  .benefits-list {
    list-style-type: none;
    padding: 0;
  }
  
  .benefits-list li {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
  }
  
  .benefits-list li strong {
    color: #000;
  }
  
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  .payment-logos img {
      width: 100px;
  }
  span.blue-text {
      display: none;
  }
  .question__form-wrapper .question__form .form-control {
      border-color:rgb(255 193 7 / 47%);
  }
  .question__form .form-control::placeholder{
    color:#FFF !important;
  }
  .gothrough-section .features-card-item{
    min-height: 315px !important;
  }
  .swiper-slide{
    cursor:pointer !important;
  }
  .modal{
    animation-name: zoomIn;
    animation-duration: 0.3s;
    animation-timing-function: ease-out;
    z-index: 1055555555555 !important;
  }
  @keyframes zoomIn {
    0% {
      transform: scale(0.5);
      opacity: 0;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  
  .go-through-capitalfy-section .features-card-item{
     min-height:300px !important;
  }
  
  .why-choose-card{
    background-color: #a08145 !important;
  }
  
  .why-choose-card img{
    filter: drop-shadow(2px 4px 6px black);
  }
  
  @media screen and (max-width:500px){
    .income-container .col{
      padding-left:0px !important;
      padding-right:0px !important;
    }
    .income-container .col.final-child{
      padding-right:18px !important;
    }
  }
  
  .trade-result-section th{
        color:#41341B !important;
        background-color:#CCA354 !important;
    }
    .trade-result-section td{
      padding-top:14px;
      padding-bottom:14px;
    }
    .trade-result-section th, .trade-result-section td{
       text-align:center !important;
    }
    .trade-result-section thead th:first-child{
        border-top-left-radius:10px !important;
    }
    .trade-result-section thead th:last-child{
      border-top-right-radius:10px !important;
    }
    .trade-result-section tbody tr:last-child td:first-child{
      border-bottom-left-radius:10px !important;
    }
    .trade-result-section tbody tr:last-child td:last-child{
      border-bottom-right-radius:10px !important;
    }
    .blog-inner {
      border-radius: 0.5rem;
      overflow: hidden;
  }
  .blog-thumb {
      position: relative;
      width: 100%;
      overflow: hidden;
      border-radius: 3px;
      z-index: 1;
      position: relative;
  }
  .blog-thumb::before {
      mix-blend-mode: multiply;
  }
  .blog-thumb::before {
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      content: "";
      position: absolute;
      background: rgba(255, 255, 255, 0.1);
      transition: all 0.3s ease-in-out;
  }
  .blog-inner:hover .blog-thumb:not(.blog-thumb__slider) img {
      transform: scale(1.1);
  }
  .blog-thumb img {
      transition: all 0.3s linear;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .blog-inner .contents {
      /* background-color: #1e2028; */
      background-color: #a08145;
      padding: 1.5rem;
  }
  .blog-inner .contents .post-meta .post-cat {
      position: relative;
      margin-right: 5px;
      padding-right: 10px;
  }
  .blog-inner .contents .post-meta .post-cat a {
      color: #000;
      font-size: 16px;
      line-height: 1;
  }
      .blog-inner .contents .post-meta {
      display: flex;
      justify-content: space-between;
      padding-bottom: 1rem;
  }
       .blog-inner .contents .post-meta .post-date span {
      color: #000;
      font-size: 16px;
      line-height: 1;
  }
  .blog-inner .contents .post-meta .post-cat::before {
      position: absolute;
      right: 0;
      content: "";
      width: 4px;
      height: 4px;
      background-color: #000000;
      border-radius: 50%;
      top: 50%;
  }
  .blog-inner:hover .contents h4 {
      color: #FFC107;
  }
  .blog-inner .contents h4 {
      font-size: 20px;
      margin-bottom: 10px;
      text-shadow: 1px 1px 2px rgb(0 0 0 / 61%);
  }
  .blog-inner .contents .read-more-link {
      text-decoration: underline;
      text-underline-offset: 4px;
      text-transform: capitalize;
      color: #cdc3b1;
      font-weight: 600;
      line-height: 24px;
      font-size: 16px;
      margin-block: 1rem;
      display: block;
  }
  .blog-inner .contents .read-more-link i {
      margin-left: 3px;
      font-size: 14px;
  }
  .social-badge-container{
        width:fit-content;
        margin-bottom: 18px;
      }
     .social-badge-container.facebook{
       background-color:#3B5998 !important;
       padding: 5px 14px;
       border-radius:10px !important;
       display:flex;
       justify-content:center;
       align-items:center;
     }
     .social-badge-container.twitter{
       background-color:#18BFFF !important;
       padding: 5px 14px;
       border-radius:10px !important;
       display:flex;
       justify-content:center;
       align-items:center;
     }
     .social-badge-container.insta{
       background-color:#DF297B !important;
       padding: 5px 14px;
       border-radius:10px !important;
       display:flex;
       justify-content:center;
       align-items:center;
     }
     .social-badge-container.telegram{
       background-color: #0089C9 !important;
       padding: 5px 14px;
       border-radius:10px !important;
       display:flex;
       justify-content:center;
       align-items:center;
     }
     .social-badge-container.youtube{
      background-color: #C62E2F !important;
       padding: 5px 14px;
       border-radius:10px !important;
       display:flex;
       justify-content:center;
       align-items:center;
     }
     .social-badge-container a{
       color:#FFF !important;
       font-size:14px;
       font-weight:600;
     }
     @media screen and (min-width:768px) and (max-width:991px){
        .social-links-wrapper{
          display:flex !important;
        }
     }
     @media screen and (max-width:500px){
      .social-icons-col{
        display: flex !important;
        justify-content:center !important;
      }
     }
  
  
     /* Activation Package Card CSS */
  
     .package-section li {
      list-style-type: none;
  }
  ul.pricing-list.bounce-invert {
      overflow: auto;
      display: flex;
      scrollbar-width: none; /* For Firefox */
      -ms-overflow-style: none; /* For Internet Explorer and Edge */
  }
  .value {
      font-size: 38px!important;
      font-weight: 800;
  }
  ul.pricing-list.bounce-invert::-webkit-scrollbar {
      display: none; /* For Chrome, Safari, and Opera */
  }
  .afflicate {
       height: 340px;
      background-image: url('../img/banner/affiliate.png');
      background-size: contain; /* Adjust as needed */
      background-position: center center; /* Adjust as needed */
  }
  .investment {
     
      background-size: cover; /* Adjust as needed */
      background-position: center center; /* Adjust as needed */
  }
  .package-section .card{
  width: calc(50% - 35px);
      padding: 30px;
      margin-bottom: 35px;
      border: 1px solid #F0F0F4;
      border-radius: 5px;
      background-color: #fff;
      transition: background-color 250ms;
  }
  #newtradingview-widget-container {
      height: 500px!important;
  }
  
  @property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
  }
  
  .moving-border {
      position: relative;
      padding: 0px;
  }
  .moving-border::before, .moving-border::after {
      content: "";
      position: absolute;
      inset: -5px;
      z-index: -1;
      background: linear-gradient(var(--angle), #fd961a, #111, #111);
      animation: rotate 2s linear infinite;
  }
  .moving-border::after {
    filter: blur(10px);
  }
  @keyframes rotate {
    0%     { --angle: 0deg; }
    100%   { --angle: 360deg;
    }
  }
  @keyframes borderAnimation {
      0% {
          border-color: #ffffff; /* Start color */
      }
      100% {
          border-color: #ff9900; /* End color */
      }
  }
  .pricing-header {
    position:relative !important;
      height: auto;
      padding: 30px;
      pointer-events: auto;
      text-align: center;
      color: #173d50;
      background-color: transparent !important;
  }
  .pricing-header h2 {
      font-size: 15px;
      line-height: 1.8rem;
      color: #e7e7e7;
      letter-spacing: 2px;
      margin-bottom: 3px;
      font-weight: 600;
      text-transform: uppercase;
  }
  .pricing-header h2 span {
      color: #e7e7e7;
      display: block;
      padding-top: 17px;
      font-weight: 400;
      font-size: 14px;
  }
  .price {
     text-shadow: 1px 2px 21px #a08145;
      margin-top: 45px;
      color: #fff;
  }
  .currency {
      font-size: 2rem;
      font-weight: 600;
  }
  .value {
      font-size: 38px !important;
      font-weight: 800;
  }
  .pricing-footer {
      background-color:transparent !important;
      position: relative;
      height: auto;
      padding: 30px 0;
      text-align: center;
      z-index: 1;
      top: 0;
      left: 0;
      height: 80px;
      width: 100%;
  }
  .pricing-footer a, .pricing-footer a:hover, .pricing-footer a:active, .pricing-footer a:focus {
      display: block;
      margin: 0 30px;
      background: #ba8d35 !important;
      border-color: #ba8d35 !important;
      border: 0;
      border-radius: 0;
      padding: 12px 30px;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      transition: .1s;
      outline: 0;
      box-shadow: none !important;
      font-family: 'Open Sans', sans-serif;
      color:#000 !important;
  }
  
  @media screen and (max-width:450px){
    .pricing-header h2 {
      margin-top: 28px !important;
    }
    .pricing-footer a{
      margin-top: 5px !important;
    }
  }
  
  /* Activation Package Card CSS Ends.. */


  .coming-soon-text{
    font-weight: 800;
    font-size: 45px;
    line-height: 45px;
    margin-top: 0;
    color: #fff;
  }

  .coming-soon-text span{
    color: #CCA354 !important;
  }

  @media screen and (max-width:500px){
    .app-widget-logo{
        height: 50px !important;
    }
    .coming-soon-text {
        font-size: 34px !important;
    }
  }


  /* FEATURE SECTION CSS */

  .feature-info-section .card{
    background:transparent !important;
    border: none !important;
    margin-bottom:70px
  }

  .feature-info-section .feature-img{
    width: auto !important;
    height: 55px !important;
    max-width: min-content;
    margin-bottom: 12px;
  }

  .feature-info-section .heading-FS{
    font-size: 18px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
  }

  .feature-info-section .inner-para{

    line-height: 28px;
    font-weight: 400;
    font-size: 16px;
    color:#e4d4b5;
  }

  .FS-right-Banner{
    overflow: clip;
    height: 100%;
  }

  .FS-banner-img{
    position: absolute;
    max-width: 720px;
    height: 100%;
    border-radius: 15px !important;
    top: -5%;
  }

  @media screen and (min-width:992px) and (max-width:1500px){
    .FS-banner-img{
      position: absolute;
      max-width: 720px;
      height: 100%;
      max-height: 80%;
      border-radius: 15px !important;
      top: 5%;
    }
  }

  @media screen and (max-width:991px){
    .FS-banner-img {
      position: relative !important;
      max-width: 500px !important;
      height: 100% !important;
      border-radius: 10px !important;
      top: 0 !important;
  }
  }

  .affiliate-income-card{
    background-color:#A08145 !important;
  }


  /* Tutorials */

  .tutorials-section .blog-thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
    z-index: 1;
    position: relative;
}
.tutorials-section .blog-thumb::before {
    mix-blend-mode: multiply;
}
.tutorials-section .blog-thumb::before {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease-in-out;
}
.tutorials-section .blog-thumb img {
    transition: all 0.3s linear;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tutorials-section img {
    max-width: 100%;
}
.tutorials-section .blog-thumb .post-meta-top--style2 {
    width: calc(100% - 40px);
    padding: 1.5rem;
}
.tutorials-section .blog-thumb .post-meta-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    font-size: 16px;
    width: calc(100% - 40px);
    padding: 1rem;
    bottom: 20px;
    left: 50%;
    background: rgba(0, 0, 0, 0.8392156863);
    backdrop-filter: blur(5px);
    transform: translateX(-50%);
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 2;
}
.tutorials-section .blog-thumb .post-meta-top .post-author {
    display: flex;
    align-items: center;
    gap: 10px;
}
.tutorials-section .blog-thumb .post-meta-top .post-author-thumb {
    overflow: hidden;
    width: 30px;
    height: auto;
    border-radius: 99px;
}
.tutorials-section .blog-thumb img {
    transition: all 0.3s linear;
    width: 100%;
    min-height: 500px;
    object-fit: cover;
    opacity:0.5
}
.tutorials-section .blog-thumb .video-btn {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%, -50%);
    z-index: 1;
    font-size: 4rem;
    border: 8px solid #d9d4cbab;
    border-radius: 50%;
}
.tutorials-section a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    font-size: 16px;
    line-height: 28px;
    transition: all 0.35s ease-in-out;
    color: #FFF;
    font-weight: 500;
    transition: 0.3s all ease-in-out;
}

.tutorials-section a:hover{
  color: #DDA74D;
  transition: 0.3s all ease-in-out;
}

.tutorials-section a:hover .video-btn{
  border-color: #00000070 !important;
  transition: 0.3s ease-in all;
}

.tutorials-section .right-arrow-icon{
  font-size: 20px;
  color:#A08145;
}

.tutorials-section .tut-ques{
  font-size: 20px;
}

.tutorials-section .blog-thumb{
  border-radius: 15px !important;
}

@media screen and (max-width:500px){
  .tutorials-section .blog-thumb img {
    min-height: 350px !important;
  }
  .tutorials-section .blog-thumb .video-btn{
    font-size: 3rem;
  }
}

.tut-P-breadcrumb{
  padding-top: 145px !important;
}

