  .pcview .tab-pane {
      padding: 0px;
  }

  .card.pkg-card .pkg-header {
      border-collapse: collapse;
      width: 100%;
  }

  .live-price-widgets td,
  th {
      border-bottom: 1px solid #dddddd;
      padding: 9px 8px;
      text-align: center;
  }

  .live-price-widgets td {
      color: #000;
      font-weight: 500;
      font-size: 16px;
      line-height: 18px;
  }

  .live-price-widgets td span {
      color: #717880;
      font-size: 13px;
      font-weight: 400;
      padding: 0;
  }

  .live-price-widgets a.trade-btn {
      border: 1px solid transparent;
      border-radius: 2px;
      color: #000;
      padding: 7px 14px;
      transition: all .2s ease;
      text-decoration: none;
      font-weight: 500;
      cursor: pointer;
      border-radius: 17px;
      background-color: #34e83400;
      border: 1px solid #34e834;

  }

  .live-price-widgets tr th:first-child {
      width: 40%;
  }

  .live-price-widgets tr th:last-child {
      width: 6%;
  }

  .live-price-widgets tr th:first-child,
  .live-price-widgets tr td:first-child {
      text-align: left;
  }

  .pcview {
      display: block !important;
  }

  .mobview {
      display: none !important;
  }

  .bg-gray {
      background-color: #f6f7f8 !important;
  }

  .padding-custom {
      padding-top: 35px;
      padding-bottom: 35px;
  }

  .social-link {
      padding-top: 0px !important;
  }

  .pcview .nav-tabs {
      /*border: none;*/
      border: 1px solid #dddddd;
      margin: 0px;
      background: white;
      padding: 9px 5px;
      justify-content: space-around;
  }

  .pcview .nav-link.active {
      background: #34e834;
      color: #000;
      font-weight: 500;
  }

  .pcview .nav-link {
      margin-right: 10px;
      color: #000;
      background: #fff;
      border: 1px solid #e5e5e5;
      transition: all ease .5s;
  }

  .live-price-widgets tbody tr td:nth-child(3) {
      color: red;
  }

  .live-price-widgets tbody tr td:nth-child(2) {
      color: green;
  }

  @media screen and (min-width:767px) {
      .top-left-bar {
          display: none;
      }

  }

  @media (max-width: 767px) {
      .w-60 {
          width: 100% !important;
      }
  }

  @media screen and (max-width:991px) {

      .btn-open,
      .btn-free {
          font-size: 12px !important;
      }

      .pcview,
      .card-text-bg .bg-text {
          display: none !important;
      }

      .mobview {
          display: block !important;
          padding: 0px 20px;
      }

      .mobview .nice-select {
          width: 100%;
          color: #fff;
          font-size: 18px;
          height: 50px;
          background-color: #283545;
      }

      .mobview .nice-select:after {
          border-bottom: 2px solid #fff;
          border-right: 2px solid #fff;
          content: '';
          display: block;
          height: 10px;
          margin-top: -4px;
          pointer-events: none;
          position: absolute;
          right: 24px;
          top: 44%;
          -webkit-transform-origin: 66% 66%;
          -ms-transform-origin: 66% 66%;
          transform-origin: 66% 66%;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          -webkit-transition: all .15s ease-in-out;
          transition: all .15s ease-in-out;
          width: 10px;
      }

      .mobview .nice-select.open .list {
          width: 100%;
          color: #000;
      }

      .mobview .symbol-container {
          display: flex;
          padding: 14px 8px 8px 8px;
          justify-content: space-between;
          align-items: baseline;
          border-bottom: 1px solid #0c51a3;
      }

      .mobview .left .title {
          color: #0c51a3;
          font-weight: 500;
          font-size: 15px;
          line-height: 25px;
      }

      .mobview .left .name {
          color: #717880;
          font-size: 13px;
          font-weight: 400;
          padding: 0;
      }

      .mobview p {
          margin-bottom: 0px;
      }

      .mobview .right .title {
          color: #0c51a3;
          font-weight: 500;
          font-size: 15px;
          line-height: 25px;
      }

      .mobview .right .name {
          text-align: right;
          color: #000;
      }

      .mobview .right .title .bid {
          color: blue;
      }

      .mobview .right .title .ask {
          color: red;
      }

      .symbol-list {
          display: none;
      }

      #mobtab0 {
          display: block;
      }

      .mobview .nice-select:focus {
          box-shadow: none !important;
      }
  }

  :root {
      --bg: #f6f7f9;
      --card: #fff;
      --muted: #6c757d;
      --line: #e5e7eb;
      --primary: #0d6efd;
      --primary-hover: #0b5ed7;
      --ink: #1f2937;
      --ink-2: #495057;
      --radius: 12px;
  }

  * {
      box-sizing: border-box
  }

  body {
      margin: 0;
      font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, "Helvetica Neue", Arial;
      color: var(--ink);
      background: var(--bg);
      line-height: 1.5
  }

  h1,
  h2 {
      margin: 0 0 .75rem
  }

 
  /* ===== Tabs (CSS only) ===== */
  .tabs {
      --gap: .25rem
  }

  .tabs input[type="radio"] {
      position: absolute;
      left: -9999px
  }

  .tab-list {
      display: flex;
      gap: var(--gap);
      border-bottom: 1px solid var(--line);
      overflow-x: auto;
      padding-bottom: 1px;
  }

  .tab-list label {
      display: block;
      padding: .6rem 1rem;
      border: 1px solid transparent;
      border-top-left-radius: .5rem;
      border-top-right-radius: .5rem;
      color: var(--primary);
      background: #fff;
      cursor: pointer;
      user-select: none;
      margin-bottom: -1px;
      border-bottom-color: var(--line);
      white-space: nowrap;
  }

  .tab-list label:hover {
      color: #0a58ca
  }

  .tab-content {
      background: var(--card);
      border: 1px solid var(--line);
      border-top: none;
      border-bottom-left-radius: var(--radius);
      border-bottom-right-radius: var(--radius);
      padding: 16px;
  }

  .tab-pane {
      display: none
  }

  /* Active tab styling (duplicate lines are fine, easy to extend) */
  .tabs #tab-0:checked~.tab-list label[for="tab-0"],
  .tabs #tab-1:checked~.tab-list label[for="tab-1"],
  .tabs #tab-2:checked~.tab-list label[for="tab-2"],
  .tabs #tab-3:checked~.tab-list label[for="tab-3"],
  .tabs #tab-4:checked~.tab-list label[for="tab-4"],
  .tabs #tab-5:checked~.tab-list label[for="tab-5"] {
      color: var(--ink-2);
      background: #fff;
      border-color: var(--line) var(--line) #fff;
  }

  .tabs #tab-0:checked~.tab-content #pane-0,
  .tabs #tab-1:checked~.tab-content #pane-1,
  .tabs #tab-2:checked~.tab-content #pane-2,
  .tabs #tab-3:checked~.tab-content #pane-3,
  .tabs #tab-4:checked~.tab-content #pane-4,
  .tabs #tab-5:checked~.tab-content #pane-5 {
      display: block
  }

  /* ===== Table styling ===== */
  .table-wrap {
      overflow: auto
  }

  table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0;
      background: #fff
  }

  thead th {
      position: sticky;
      top: 0;
      background: #f8fafc;
      text-align: left;
      font-weight: 600;
      padding: .75rem;
      border-bottom: 1px solid var(--line);
      z-index: 1
  }

  tbody td {
      padding: .75rem;
      border-bottom: 1px solid var(--line);
      vertical-align: middle
  }

  tbody tr:last-child td {
      border-bottom: none
  }

  .symbolname {
      font-size: .85rem;
      color: var(--muted)
  }

  .trade-btn {
      display: inline-block;
      padding: .45rem .8rem;
      background: var(--primary);
      color: #fff;
      text-decoration: none;
      border-radius: .5rem;
      font-weight: 600
  }

  .trade-btn:hover {
      background: var(--primary-hover)
  }

  .section-title {
      text-align: center;
      margin-bottom: 1rem
  }

  /* ===== Responsive niceties ===== */
  @media (max-width:640px) {
      .tab-content {
          padding: 12px
      }

      thead th,
      tbody td {
          padding: .6rem
      }
  }


  /* ---------------slider----------- */



  .section-title {
      color: var(--primary-text);
      text-align: center;
      font-size: 40px;
      font-family: "Cormorant Garamond";
      font-weight: bold;
      font-style: normal;
      text-align: center;
      line-height: 48px;
      position: relative;
      margin-bottom: 0px;
  }

  .section-title::before,
  .section-title::after {
      content: "";
      position: absolute;
      left: 25%;
      top: 22px;
      width: 45px;
      height: 2px;
      background-color: var(--secondary-text);
  }

  .section-title::after {
      left: unset;
      right: 25%;
  }

  .testimonial-section {
      padding-top: 0px;
      padding-bottom: 72px;
  }

  .swiper {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
  }

  .swiper-slide {
      text-align: center;
      border-radius: 40px;
      padding: 30px 23px;
      background: rgb(178, 211, 250);
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
  }

  .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .swiper-pagination-bullet {
      width: var(--swiper-pagination-bullet-width,
              var(--swiper-pagination-bullet-size, 15px));
      height: var(--swiper-pagination-bullet-height,
              var(--swiper-pagination-bullet-size, 15px));
      background: #d9d9d9;
      background: #504b4b;
  }

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
      bottom: var(--swiper-pagination-bottom, -4px);
  }

  .swiper-pagination-bullet-active {
      background: var(--primary-text);
  }

  .swiper.testimonial-wrapper {
      padding-top: 59px;
      padding-bottom: 60px;
  }

  .testimonial-items .testimonial-text {
      color: var(--white-text-white);
      text-align: center;
      font-size: 16px;
      font-family: "Outfit";
      font-weight: normal;
      font-style: normal;
      max-width: 330px;
      margin-bottom: 0px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      line-clamp: 4;
      -webkit-line-clamp: 4;
  }
 .testimonial-items svg
 {
    width: 60%;
 }
  .testimonial-items .testimonial-title {
      color: var(--white-text-white);
      text-align: center;
      font-size: 16px;
      font-family: "Outfit";
      font-weight: bold;
      font-style: normal;
      margin-bottom: 5px;
      position: relative;
  }

  .testimonial-items .testimonial-title::before {
      content: "";
      position: absolute;
      left: -23px;
      top: 9px;
      width: 20px;
      height: 1px;
      background-color: var(--white-text-white);
  }

  .testimonial-img {
      position: relative;
      width: 100px;
      height: 100px;
      height: 70px;
  }

  .testimonial-img::before {
      content: "";
      position: absolute;
      left: 50%;
      top: -50%;
      transform: translate(-50%, -50%);
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
  }

  /* .testimonial-img.tm-img-1::before {
      background-image: url(https://w7.pngwing.com/pngs/646/829/png-transparent-avatar-man-ico-icon-cartoon-little-boy-avatar-cartoon-character-png-material-child-thumbnail.png);
  }

  .testimonial-img.tm-img-2::before {
      background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS2IYhSn8Y9S9_HF3tVaYOepJBcrYcd809pBA&s);
  }

  .testimonial-img.tm-img-3::before {
      background-image: url(https://png.pngtree.com/element_our/png/20181206/female-avatar-vector-icon-png_262142.jpg);
  } */

  /* media query  */
  @media screen and (min-width: 768px) {
      .swiper-pagination-bullet {
          width: var(--swiper-pagination-bullet-width,
                  var(--swiper-pagination-bullet-size, 24px));
          height: var(--swiper-pagination-bullet-height,
                  var(--swiper-pagination-bullet-size, 24px));
      }

      .section-title::before,
      .section-title::after {
          width: 141px;
      }

      /*   .section-title::before,
  .section-title::after {
    left: 25%;
  }
  .section-title::after {
    right: 25%;
  } */
  }


  .swiper-pagination-bullet {
      width: auto;
      height: auto;
      padding: .35rem .6rem;
      border-radius: 999px;
      font: 600 12px/1.2 ui-sans-serif, system-ui;
      background: #1b2437;
      color: #cbd5e1;
      border: 1px solid #334155;
  }

  .swiper-pagination-bullet-active {
      background: #6aa6ff;
      color: #0b1220;
      border-color: #6aa6ff;
  }