/* ═══════════════════════════════════════════════════════════════════════
   slikslider.css — scoped to  
   All selectors are prefixed so they cannot bleed onto other pages.
   ═══════════════════════════════════════════════════════════════════════ */
  .section_silk_modal {
    padding: 80px 20px;
    background: url(../img/crypto-exchange/why-invest-CED.png) center/cover no-repeat;
}

  .slik-model {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    position: relative;
}

  .slik-model h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 700;
}

  .slider-head {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

  .text-white-head {
    color: #fff !important;
    text-align: left !important;
}

  .common-heading {
    color: #0054ff !important;
    display: block;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 600;
}

  .common-heading.media-heading {
    text-align: left !important;
}

  .media-heading {
    text-align: center !important;
}

  .slide-head-mrg-p {
    color: #bbb;
    font-size: 1rem;
    max-width: 600px;
    margin: 0 auto 40px;
    text-align: left;
}

  .slide-head-mrg-p a {
    color: #0054ff;
}

  .slider-btn {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

  .nav-btn {
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 12px 18px;
    border-radius: 50%;
    transition: background 0.3s;
    z-index: 10;
}

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

  .left-btn {
    left: -20px;
}

  .right-btn {
    right: -20px;
}

  .card-wrapper {
    overflow: hidden;
    position: relative;
}

  .card_slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}

  .card-des {
    flex: 0 0 calc(33.333% - 20px);
    margin: 0 10px;
    padding: 30px 20px;
    border-radius: 12px;
    text-align: left;
    border: 1px solid #edf1f338;
    background: url(../img/crypto-exchange/How-Hashcodex-delivers-CED-right-bg.webp) center/cover no-repeat;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    /* height: 350px; */
    cursor: grab;
}

  .card-des p {
    color: #bbb;
    font-size: 0.95rem;
    margin: 0 auto 40px;
    text-align: left !important;
}

  .card-des:hover {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

  .card-des h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: 600;
}

  .slider_head_cls {
    background: transparent;
    color: #fff;
    -webkit-text-fill-color: unset;
    font-size: 20px;
    margin-bottom: 15px !important;
    margin-top: 30px;
    min-height: 40px;
    display: block !important;
}

  .footer-note-slider {
    margin-top: 30px;
    font-size: 0.9rem;
    color: #bbb;
    text-align: center !important;
    max-width: 1100px;
    margin: 0 auto;
}

  .mt-3 {
    margin-top: 30px;
}

/* ── Silk slider responsive ─────────────────────────────────────────── */
@media (max-width: 1199.98px) {
      .slik-model {
        margin: 0 40px;
    }

      .slider-head {
        flex-wrap: wrap;
    }

      .common-heading.text-left {
        text-align: left !important;
    }

      .card-des {
        flex: 0 0 calc(50% - 20px);
    }
}

@media (max-width: 767.98px) {
      .left-btn {
        left: 5px;
    }

      .right-btn {
        right: 5px;
    }

      .slider-btn {
        justify-content: center;
    }

      .text-white-head {
        text-align: center !important;
    }

      .card-des {
        flex: 0 0 96%;
    }

      .card-des {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

/* ═══════════════════════════════════════════════════════════════════════
   Process Section — card switcher slider
   ═══════════════════════════════════════════════════════════════════════ */
  .process-section {
    padding: 40px 0;
    background: url("../img/blockchain/slider-bg.webp") center/cover no-repeat !important;
    margin-bottom: 200px;
}

  .common-heading-white {
    color: #fff;
    display: block;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 600;
}

  .common-heading-white.fnt {
    font-size: 14px;
}

  .process-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
}

  .process-text p {
    color: #f1f1f1;
    font-size: 1rem;
    margin-top: 20px;
}

  .process-card {
    color: #fff;
    padding: 40px;
    border-radius: 20px;
    position: relative;
    display: none;
    background: none !important;
    /* height: 350px; */
    height: 400px;
    margin-bottom: 30px;
    background:radial-gradient(83.37% 111.2% at 43.98% 0.6%, #0B0C14 0%, #0B0C14 75.31%, #3D001A 100%) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}


  .process-card.active {
    display: block;
}

  .process-card h5 {
    font-weight: 600;
    margin-bottom: 15px;
}

  .nav-btns {
    position: absolute;
    top: 20px;
    right: 20px;
}

  .nav-btns button {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-left: 8px;
    transition: background 0.3s;
}

  .nav-btns button:hover {
    background: rgba(255, 255, 255, 0.2);
}

  .process-cards-position {
    position: relative;
    top: 170px;
}

  .process-card-img p {
    text-align: left;
}

/* ── Process section responsive ─────────────────────────────────────── */
@media (max-width: 991.98px) {
      .process-card-img {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .wfull-991{
        width: 100% !important;
    }
      .process-card-img p {
    text-align: center;
}

      .tab-buttons {
        flex-wrap: wrap;
        justify-content: center !important;
        align-items: center !important;
    }

      .width-full-alway {
        width: 100% !important;
    }

      .inner-tab-swtich {
        background-color: #f0f0f0;
        border-radius: 50px;
        min-width: 146px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

      .cta-width-bck {
        background-image: none !important;
        background: #000 !important;
    }

      .process-cards-position {
        position: relative;
        top: 0px;
    }

      .process-section {
        margin-bottom: 20px;
    }
}

@media (max-width: 578.98px) {
      .nav-btns button {
        width: 50px;
        height: 50px;
    }

      .process-card {
        height: 100% !important;
        margin-bottom: 60px !important;
    }

      .padding-cutt {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

      .process-card-img {
        align-items: flex-start !important;
    }

      .process-card-img p {
        text-align: left;
    }

      .slider_head_cls {
        text-align: left !important;
    }
}

@media (max-width: 330px) {
      .nav-btns {
        position: absolute;
        top: 5px !important;
        right: 5px !important;
    }
}

/* ── Shared silk-slider design ───────────────────────────────────────── */
  .slide-head-mrg {
    max-width: 600px;
    margin: 0 auto;
}

  .below-hero-section.Cryptocurrency-Exchange-Development-below-hero-section.height-content-btn img {
    height: 24px !important;
    width: 24px !important;
}

/* ── Responsive shared ───────────────────────────────────────────────── */
@media (max-width: 1199.98px) {
      .width-full-alway {
        width: 100% !important;
    }

      .tab-switch-section {
        margin: 0px !important;
    }



      .medi-center.a3 {
        text-align: center !important;
    }

      .button-common.a3 {
        text-align: center !important;
    }

      .slide-head-mrg-p {
        text-align: center;
    }
    .text-white-head {
        text-align: center !important;
    }
}

@media (max-width: 768px) {
      .slik-model {
        margin: 0 0px;
    }

      .slik-model p {
        text-align: center !important;
    }
}

/* ── Process section forex variant ──────────────────────────────────── */
  .process-section.forex {
    margin-bottom: 60px;
}

  .col-6.ar33 {
    width: 50%;
    flex: 0 0 auto;
}

@media (max-width: 991.98px) {
      .forex.bg-ar3 {
        background-size: cover !important;
    }

      .mt-none {
        margin-top: 0px !important;
    }

      .process-card.forex-card {
        top: 0px;
    }

      .tab-buttons {
        flex-wrap: wrap;
        justify-content: center !important;
        align-items: center !important;
    }

      .width-full-alway {
        width: 100% !important;
    }

      .inner-tab-swtich {
        background-color: #f0f0f0;
        border-radius: 50px;
        min-width: 146px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

      .cta-width-bck {
        background-image: none !important;
        background: #000 !important;
    }
}

@media (max-width: 768.98px) {
      .process-card.forex-card {
        height: 100% !important;
    }
}

@media (max-width: 578.98px) {
      .process-cards-position {
        height: 100% !important;
    }

      .padding-cutt {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

/* ── Drag-select prevention (unchanged from original) ───────────────── */
  #card_slider,
  #card_slider * {
    user-select: none !important;
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
    -webkit-touch-callout: none !important;
}

  #card_slider {
    will-change: transform;
    touch-action: pan-y;
}