body,
html {
  background: #ffffff;
  color: #070d25;
  height: 100%;
  width: 100%;
  line-height: 1;
  position: relative;
  font: 400 18px "Poppins", sans-serif;
  font-display: swap;
}

/* Custom Scrollbar */
*::-webkit-scrollbar {
  width: 6px;
  height: 5px;
}

*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
}

*::-webkit-scrollbar-thumb {
  background-color: rgb(117 117 117 / 20%);
}

.h2tag {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.h3tag {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.h5tag {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.h6tag {
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  color: #1e2237;
}

.head {
  max-width: 75%;
  margin: 0 auto 15px;
  text-align: center;
}

.link {
  color: #0a58ca;
  text-decoration: none;
}

.link:hover {
  color: #0a58ca;
}

.bot_panel_div:hover .link {
  color: #0a58ca;
}

@media (max-width: 1199px) {
  .h2tag {
    font-size: 38px;
  }

  .h3tag {
    font-size: 34px;
  }

  .h5tag {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .head {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .h2tag {
    font-size: 32px;
    padding-bottom: 0 !important;
    margin-bottom: 25px !important;
  }

  .h3tag {
    font-size: 28px;
  }

  p {
    font-size: 16px;
  }

  .head {
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
  }

  .head h2 {
    margin-bottom: 10px !important;
  }

  .h5tag {
    font-size: 18px;
    /* line-height: unset; */
  }

  section {
    padding: 20px 0 !important;
    text-align: center;
  }

  .inner_sec_2 .svg_button {
    margin: 50px auto;
  }
}

/* common styles ends  */

/* inner_sec_1 - Hero Section Responsive Styles */
.inner_sec_1 {
  position: relative;
  z-index: 1;
  padding: 160px 0 0 !important;
  overflow: hidden;
}

.inner_sec_1 .container {
  position: relative;
  z-index: 2;
}

.inner_sec_1 .h2tag {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 20px;
  color: #070d25;
  text-transform: capitalize;
}

.inner_sec_1 p {
  max-width: 800px;
  margin: 0 auto 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #070d25;
}

.inner_sec_1 .svg_button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}

.inner_sec_1 .hero_banner_img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: -450px;
  position: relative;
  z-index: 1;
  object-fit: cover;
}

/* Hero Section Media Queries */
@media (max-width: 1400px) {
  .inner_sec_1 .hero_banner_img {
    margin-top: -320px;
  }
}

@media (max-width: 1199px) {
  .inner_sec_1 {
    padding: 140px 0 0 !important;
  }

  .inner_sec_1 .h2tag {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 18px;
  }

  .inner_sec_1 p {
    max-width: 750px;

  }

  .inner_sec_1 .hero_banner_img {
    margin-top: -260px;
  }
}

@media (max-width: 991px) {
  .inner_sec_1 {
    padding: 120px 0 0 !important;
  }

  .inner_sec_1 .h2tag {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 16px;
  }

  .inner_sec_1 p {
    max-width: 680px;


  }

  .inner_sec_1 .svg_button {
    margin: 0 auto;
  }

  .inner_sec_1 .hero_banner_img {
    margin-top: -190px;
  }
}

@media (max-width: 767px) {
  .inner_sec_1 {
    padding: 100px 0 0 !important;
  }

  .inner_sec_1 .h2tag {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 25px !important;
    padding-bottom: 0 !important;
  }

  .inner_sec_1 p {

    font-weight: 400;
    line-height: 1.55;

    padding: 0 10px;
  }

  .inner_sec_1 .svg_button {
    margin: 0 auto;
  }

  .inner_sec_1 .hero_banner_img {
    margin-top: -120px;
  }
}

@media (max-width: 575px) {

  .inner_sec_1 .hero_banner_img {
    margin-top: 40px;
    margin-bottom: 50px;
    /* Gives room for scaled height */
    border-radius: 8px;
    transform: scale(1.4);
    transform-origin: top center;
    /* Scales down from the top */
  }
}

/* inner_sec_1 ends  */

.inner_sec_2 {
  padding: 40px 0;
}

@media (max-width: 767px) {
  .inner_sec_2 img {
    margin-bottom: 15px;
  }
}

/* inner_sec_2 ends  */

/* inner_sec_12 */

/* inner_sec_15 */

/* inner_sec_18 */

/* inner_sec_26 */
.inner_sec_26 {
  padding: 40px 0;
}

.inner_sec_26 .head {
  background: #fff8ec;
  padding: 48px;
  border-radius: 16px;
  max-width: 87% !important;
}

.box_content ul {
  margin: auto;
  padding-left: 0px !important;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 20px;
  justify-content: center;
}

.box_content li {
  text-align: left;
  list-style-type: none;
  /* box-shadow: 0 2px 35px 0 #e4e4e4; */
  background: #fff;
  border: 1px solid #e0b9ec;
  border-radius: 70px;
  padding: 16px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 23%; */
}

.box_content .category_list_green {
  border: 1px solid #79e6bf;
}

.box_content .category_list_org {
  border: 1px solid #e8ba79;
}

.box_content .category_list_pink {
  border: 1px solid #ea6fc8;
}

.box_content .category_list_red {
  border: 1px solid #f78d95;
}

.box_content .category_list_vlt {
  border: 1px solid #907dec;
}

.box_content .category_list_blue {
  border: 1px solid #96bcf6;
}

.box_content .category_list_lytgreen {
  border: 1px solid #81ba6c;
}

.inner_sec_24 {
  padding: 40px 0;
}

.inner_sec_24 .boxbg {
  background: url(../images/stellar-blockchain-wallet-development-services/sec24_bg.webp) no-repeat center #ffff9f;
  border-radius: 20px;
  border: 1px solid #00d78b;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 1077px;
  height: 236px;
  max-width: 100%;
  display: flex;
  align-items: center;
}

.cta-text {
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.cta-img {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 193px;
  margin-left: 40px;
}

.boxbg .h5tag {
  margin-bottom: 0;
  line-height: 36px;
}

@media (max-width: 1399px) {
  .inner_sec_24 .boxbg {
    background-size: cover;
  }

  .inner_sec_26 .head {
    max-width: 90% !important;
  }
}

@media (max-width: 1199px) {
  .inner_sec_26.ylw_curve {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 991px) {
  .inner_sec_26 .head {
    max-width: 100% !important;
  }

  .inner_sec_24 .boxbg {
    max-width: 100%;
    height: unset;
    padding: 20px 10px;
    text-align: center;
  }

  .inner_sec_24 .cta-img {
    display: none;
  }

  .inner_sec_24 .cta-text {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .inner_sec_26 .box_content li {
    padding: 10px;
    font-size: 15px;
    width: 100%;
  }

  .inner_sec_26 .box_content {
    margin-top: 20px !important;
  }

  .inner_sec_26 .head {
    padding: 30px 15px;
  }
}

/* inner_sec_24 ends  */
/* inner_sec_26 ends  */

.inner_sec_36 {
  padding: 30px;
}

.inner_sec_36 .features_panel_div {
  margin-bottom: 30px;
}

.inner_sec_36 .features_panel_div .img_box {
  width: 85px;
  height: 85px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.inner_sec_36 .features_panel_div .img_box.blue {
  background: #cad8f3;
}

.inner_sec_36 .features_panel_div .img_box.green {
  background: #bef5e1;
}

.inner_sec_36 .features_panel_div .img_box.rose {
  background: #fbd0ec;
}

.inner_sec_36 .features_panel_div .img_box.ash {
  background: #ffeaca;
}

@media (max-width: 991px) {
  .inner_sec_36 .features_panel_div .img_box {
    margin: 0 auto 25px;
  }
}

/* inner_sec_35 */
.inner_title {
  font-size: 48px;
  font-weight: 600;
  color: #070d25;
}

.crypto_token_services {
  border-radius: 15px;
  position: relative;
}

.crypto_token_services_div {
  padding: 30px;
  border-radius: 15px;
  transition: 0.2s all;
  cursor: default;
  min-height: 340px;
  margin-bottom: 30px;
}

.crypto_token_services_div p {
  margin-bottom: 0;
}

.crypto_token_services_div h4 {
  font-size: 22px;
  font-weight: 700;
}

.crypto_token_services_div:hover {
  background: #fff;
}

.crypto_token_services_div:hover h4,
.crypto_token_services_div:hover p {
  color: #191d30;
}

.token_std_section {
  background-color: #ccf7e8;
  padding-top: 200px !important;
  margin-top: -200px;
}

.token_std_section_div {
  background: linear-gradient(180deg, #8fe4c6 0%, #cbf7e7 100%);
  padding: 30px;
  border-radius: 15px;
  transition: 0.2s all;
  cursor: default;
  margin-bottom: 30px;
  border: 1px solid #ffffff;
}

.token_std_section_tokens {
  grid-gap: 15px;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.token_std_section_tokens p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  background: linear-gradient(180deg, #cbf7e7 0%, #8fe4c6 100%);
  border-radius: 15px;
  width: 87px;
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  padding: 15px;
}

.token_std_section_tokens_wrapper {
  min-height: 210px;
  display: flex;
  align-items: center;
}

.token_std_section_div h4 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}

.develop_services .nav-tabs {
  border-bottom: 0;
  justify-content: space-between;
  background: #ccf7e8;
  width: 450px;
  margin: 0 auto;
  border-radius: 15px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.develop_services .nav-tabs .nav-link {
  background: transparent;
  border-radius: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #191d30;
  padding: 18px 38px;
  border: none;
}

.develop_services .nav-tabs .nav-link.active {
  background: #00d78b;
  color: #fff !important;
  border-color: #2dbd96;
}

.develop_services .tab-content p {
  color: #191d30;
  text-align: center;
  max-width: 70%;
  margin: 40px auto 0;
}

.benefits_token_dev {
  margin-bottom: 0;
}

.benefits_token_dev .crypto_token_services_div {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.common-section {
  padding: 40px 0;
}

.d_d_none {
  display: none !important;
}

/* Megamenu Changes Starts */
/* Megamenu Changes Ends */

.purple-box {
  background-color: #cfadda !important;
}

.blue-box {
  background-color: #c4d9ff !important;
}

.pink-box {
  background-color: #ffd9e4 !important;
}

.ben-img-bg {
  width: 80px;
  height: 80px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.purple-box .ben-img-bg {
  background-color: #6d0c8d !important;
}

.blue-box .ben-img-bg {
  background-color: #2d67d2 !important;
}

.pink-box .ben-img-bg {
  background-color: #f146b8 !important;
}

@media screen and (max-width: 1199px) {
  .inner_title {
    font-size: 40px;
  }

  .token_std_section_tokens p {
    font-size: 18px;
    width: 70px;
    height: 70px;
  }

  .token_std_section_div h4 {
    font-size: 24px;
  }

  .develop_services .nav-tabs {
    width: 500px;
  }

  .develop_services .nav-tabs .nav-link {
    font-size: 36px;
  }
}

@media screen and (max-width: 991px) {
  .inner_title {
    font-size: 32px;
  }

  .crypto_token_services_div {
    min-height: auto;
  }

  .token_std_section_tokens_wrapper {
    min-height: auto;
    justify-content: center;
  }

  .benefits_token_dev .crypto_token_services_div {
    min-height: auto;
    margin: 0 0 30px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .d_m_none {
    display: none !important;
  }

  .d_d_none {
    display: block !important;
  }

  .inner_title {
    font-size: 32px;
  }

  .develop_services .nav-tabs .nav-link {
    font-size: 24px;
    padding: 10px 15px;
    width: 100%;
  }

  .develop_services .nav-tabs {
    width: 100%;
  }

  .develop_services .tab-content p {
    max-width: 100%;
  }

  .inner_title {
    font-size: 30px;
  }
}

.text-stack {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.tech-stack-item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin: 20px 15px;
}

/* inner_sec_23  */
.inner_sec_23 {
  padding: 40px 0;
  background: rgba(136, 114, 242, 0.03);
}

.inner_sec_23 .box {
  border: 1px solid #c6daff;
  border-radius: 16px;
  padding: 32px;
  /* padding-top: 40px; */
  position: relative;
  text-align: left;
  margin-top: 25px;
}

.inner_sec_23 .box:hover {
  /* border-color: transparent;   */
  /* box-shadow: 0 0 20px -10px #5a617e; */
}

.inner_sec_23 .box {}

.inner_sec_23 .box .fees_head {
  /* background: #ffd9e4; */
  border-radius: 50px;
  padding: 5px 16px;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 40px;
  right: 0;
  /* margin: 0 auto; */
  width: fit-content;
  font-size: 19px;
  background: #c6daff;
  color: #1468ef;
  transition: 0.3s;
}

.inner_sec_23 .box:hover .fees_head {
  background: #1468ef;
  color: #fff;
  transition: 0.3s;
}

.inner_sec_23 .box:hover {
  border: 1px solid #1468ef;
  background: #fff;
  transition: 0.3s;
}

.inner_sec_23 .box .fees_head.yellow {
  background: #ffff9f;
}

.inner_sec_23 .box .fees_head.blue {
  background: #c4d9ff;
}

.inner_sec_23 .box .fees_head.rose {
  background: #f1c7ff;
}

.inner_sec_23 .svg_button {
  margin: 50px auto 10px;
}

.inner_sec_23 p {
  margin-bottom: 0px !important;
}

.awards_panel_1 {
  background: #ffebcb !important;
}

.awards_panel_1 .awards_list img {
  box-shadow: none;
  border-radius: 0px;
}

@media (max-width: 1199px) {
  .inner_sec_23 .box .fees_head {
    font-size: 15px;
  }

  .awards_panel_1 .awards_list {
    margin-top: 0px !important;
    background: #ffebcb !important;
  }
}

@media (max-width: 991px) {
  .inner_sec_23 .box {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .inner_sec_23 .box .fees_head {
    margin: 0px auto 20px;
    position: unset;
  }

  .inner_sec_23 .box {
    margin-top: 25px;
    padding: 20px;
    text-align: center;
  }
}

/* inner_sec_23 ends  */
.blog_sec_2 {
  margin-bottom: 50px;
}

.blog_side_menu ul {
  padding-left: 0px;
  list-style-type: none;
}

.blog_side_menu ul {
  list-style: none;
}

/* .blog_sec_2 .blog_side_menu .category_list {
  cursor: pointer;
} */
.blog_side_menu .category_list {
  border-left: none;
  padding: 0px;
  background: transparent;
  margin-top: 0px;
}

.blog_side_menu .category_list::after {
  right: -10px;
  top: calc(64% - 10px);
  background: url("../../assets/images/bc-game-clone-script-2024/blue_arrow.webp") left top no-repeat;
}

/* .blog_side_menu .category_list_head :hover {
  color: #14adef !important;
} */
.blog_side_menu {
  /* border-radius: 16px;
    padding: 24px;   */
  /* max-height: 82%;
  overflow: scroll; */
}

.flex-title-left-content {
  max-height: 580px;
  overflow: auto;
  padding-right: 15px;
}

.flex-title-left-content-1 {
  max-height: 400px;
  overflow: auto;
  padding-right: 15px;
}

.simplebar-scrollbar::before {
  opacity: 1 !important;
  background: #2a69d1 !important;
}

.simplebar-track.simplebar-vertical {
  background: #e1ecff !important;
  border-radius: 5px;
}

.blog_side_menu li {
  font-weight: 500;
  font-size: 18px;
  color: #1e2237;
  padding: 14px;
  border-left: 3px solid transparent;
  /* border-bottom: 1px solid #eabcda; */
  text-align: left;
  transition: 0.5s;
  cursor: pointer;
}

.blog_side_menu li:hover {
  border-left: 3px solid #1468ef;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(90deg,
      rgba(20, 104, 239, 0.15) 0%,
      rgba(20, 104, 239, 0) 100%);
  transition: 0.5s;
  color: #1468ef;
}

.blog_side_menu li.active {
  border-left: 3px solid #1468ef;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(90deg,
      rgba(20, 104, 239, 0.15) 0%,
      rgba(20, 104, 239, 0) 100%);
  transition: 0.5s;
  color: #1468ef;
}

.blog_side_menu li:active {
  border-left: 3px solid #1468ef;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(90deg,
      rgba(20, 104, 239, 0.15) 0%,
      rgba(20, 104, 239, 0) 100%);
  transition: 0.5s;
  color: #1468ef;
}

.blog_sec_2 .blue_bg .h2tag {
  font-weight: 500;
  font-size: 24px;
  color: #1468ef;
}

.category_list_head {
  transition: background 0.3s ease, border 0.3s ease, color 0.3s ease,
    all 0.5s ease;
}

.category_list_head :hover {
  color: #1468ef;
}

.category_list_head:hover .category_list::after {
  opacity: 1;
}

.category_list_head:hover .category_list::after {
  transform: scale(0.85) translate(5px) !important;
  transition: all 0.5s;
}

.category_list_head.active .category_list::after {
  opacity: 1;
}

.category_list_head.active .category_list::after {
  transform: scale(0.85) translate(5px) !important;
  transition: all 0.5s;
}

.category_list {
  position: relative;
}

.category_list::after {
  content: "";
  display: block;
  width: 15px;
  height: 13px;
  position: absolute;
  right: 17px;
  background: url("../images/bc-game-clone-script-2024/blue_arrow.webp") left top no-repeat;
  top: calc(50% - 10px);
  transition: all 0.5s ease;
  opacity: 0;
}

.blog_views .blue_bg {
  border-radius: 16px;
  padding: 35px;
  background: #f1f6ff;
  min-height: 318px;
}

.blog_views .blue_bg p {
  margin-bottom: 0px;
}

.inner_2bg {
  background: #f0f5ff;
}

@media (max-width: 991px) {
  .blog_side_menu {
    overflow-x: scroll;
  }

  .blog_side_menu ul {
    display: flex;
    white-space: nowrap;
    align-items: center;
    gap: 25px;
  }

  .blog_side_menu .category_list::after {
    right: -35px;
  }

  .blog_views .blue_bg {
    text-align: center;
    padding: 20px;
  }

  .blog_sec_2 .blue_bg .h2tag {
    /* font-size: 20px; */
  }

  .blog_side_menu li {
    border: 1px solid #a3c3ff;
    border-radius: 8px;
    padding: 10px 18px;
  }

  .blog_side_menu li:hover {
    border: 1px solid #a3c3ff;
    border-radius: 8px;
  }

  .category_list_head:hover .category_list::after {
    background: none;
    transform: none !important;
    transition: none;
    opacity: 0;
  }

  .blog_views .svg_button {
    margin: 40px auto;
  }

  .blog_views .blue_bg {
    min-height: auto !important;
  }
}

@media (max-width: 767px) {
  .blog_views .blue_bg {
    min-height: 310px !important;
  }

  .blog_sec_2 {
    margin-bottom: 0 !important;
  }
}

/* inner_sec_12 */
.inner_sec_12 {
  margin: 70px 0px;
  background: #fff9f3;
  /* background: url(../images/leverage-and-margin-trading-exchange-development/style-box-12-bg.webp)
    no-repeat center 180px; */
}

.inner12_bg {
  padding: 70px 0;
}

.head-title-center {
  margin-bottom: 30px;
}

.head-title-center h2 {
  text-align: center;
  max-width: 90%;
  margin: 0 auto 30px;
}

.head-title-center h2 span {
  color: #f047b8;
}

.head-title-center p {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  font-size: 18px;
}

.ftlc-card {
  display: flex;
  align-items: center;
}

.ftlc-card h5 {
  min-width: 30%;
  text-align: center;
  background: #dedede;
  border-radius: 15px;
  padding: 15px;
  font-size: 24px;
  color: #ffffff;
}

.ftlc-card p {
  margin-left: 30px;
  background: #dedede;
  border-radius: 15px;
  padding: 30px;
}

/* .green-style h5 {
  background: #02d087;
}
.pink-style h5 {
  background: #f046b7;
}
.blue-style h5 {
  background: #2c67d1;
}
.violet-style h5 {
  background: #6d0c8d;
}
.orange-style h5 {
  background: #cfac1b;
}
.green-style p {
  background: #ccf7e8;
}
.pink-style p {
  background: #ffd9e4;
}
.blue-style p {
  background: #c4d9ff;
}
.violet-style p {
  background: #ebafff;
}
.orange-style p {
  background: #ffec9b;
} */
.flex-title-left-content .svg_button {
  margin-left: calc(30% + 30px);
  margin-top: 15px;
}

.title-left-content {
  margin-left: 20px;
}

@media (max-width: 1200px) {
  .head-title-center h2 {
    max-width: 100%;
  }

  .head-title-center p {
    max-width: 100%;
  }

  .flex-title-left-content-3 {
    max-height: 451px !important;
  }
}

@media (max-width: 991px) {
  .inner12_bg .h3tag {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .inner12_bg {
    padding: 0px 0px 30px !important;
  }

  .ftlc-card {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .ftlc-card h5 {
    display: block;
    width: 100%;
  }

  .ftlc-card p {
    margin-left: 0;
  }

  .flex-title-left-content .svg_button {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
  }

  .title-left-content {
    margin-left: 0px;
  }
}

@media (max-width: 991px) {
  .inner_sec_12 {
    margin: 40px 0px;
  }
}

@media (max-width: 575px) {
  .inner_sec_12 {
    margin: 0px 0px 40px;
  }
}

/* inner_sec_21 start */

.inner_sec_21 {
  padding: 40px 0;
  /* background: url(../images/leverage-and-margin-trading-exchange-development/mixed-waves.webp) no-repeat right top; */
}

.inner_sec_21 .card {
  border: 0;
  display: flex !important;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  margin-bottom: 30px;
  background: transparent;
}

.inner_sec_21 .card h5 {
  color: #ffffff;
  background: #dedede;
  border-radius: 15px;
  padding: 15px;
  display: inline-block;
}

.inner_sec_21 .card p {
  margin-bottom: 0;
}

.bignumber {
  /* min-width: 150px; */
  font-size: 64px;
  display: inline-flex;
  justify-content: flex-end;
  margin-right: 15px;
  font-weight: 300;
  text-align: center;
}

.card-text .category_list {
  font-weight: 500 !important;
  font-size: 18px !important;
  color: #1468ef;
  margin-top: 17px;
}

.card-text .category_list_org {
  color: #ca7f0f;
}

.card-text .category_list_pink {
  color: #e530b2;
}

.card-text .category_list_green {
  color: #00d68a;
}

.card-text .category_list_vlt {
  color: #5635f1;
}

.card-text .category_list_red {
  color: #eb505c;
}

.pink-card .bignumber {
  color: #cfe0fc;
}

.blue-card .bignumber {
  color: #e530b2;
}

.yellow-card .bignumber {
  color: #d9d3f6;
}

.green-card .bignumber {
  color: #fde9d0;
}

.purple-card .bignumber {
  color: #c8f2e3;
}

.red-card .bignumber {
  color: #f1ced0;
}

.inner_sec_21 .card.pink-card h5 {
  background-color: #f046b7;
}

.inner_sec_21 .card.blue-card h5 {
  background-color: #2c67d1;
}

.inner_sec_21 .card.yellow-card h5 {
  background-color: #cfac1b;
}

.inner_sec_21 .card.green-card h5 {
  background-color: #00d78b;
}

.inner_sec_21 .purple-card h5 {
  background-color: #6d0c8d;
}

@media (max-width: 1399px) {
  .inner_sec_21 {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 1199px) {
  .bignumber {
    min-width: 90px;
    font-size: 72px;
  }
}

@media (max-width: 991px) {
  .inner_sec_21 .card {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .inner_sec_21 .card h5 {
    display: none;
  }

  .inner_sec_21 .card {
    flex-direction: column;
    align-items: center;
  }

  .inner_sec_31 .svg_button,
  .inner_sec_22 .svg_button {
    margin: 30px auto 0;
  }

  .bignumber {
    display: none;
  }
}

@media (max-width: 575px) {
  .inner_sec_21 {
    background-image: none;
  }
}

/* inner_sec_21 ends  */
.inner_sec_21 {
  position: relative;
  z-index: 1;
  padding: 40px 0;
  background: #fff;
}

.inner_sec_21 .slider_1 {
  overflow: hidden;
  height: unset !important;
  padding-bottom: 80px;
}

.inner_sec_21 .head-title-center h2 {
  text-align: center;
  margin: auto !important;
  /* max-width: 36%; */
}

.inner_sec_21 .box {
  /* padding: 50px;
    border-radius: 20px;
    background: #fff4fa;
    margin: 10px;
    position: relative;
    height: 350px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; */
}

.inner_sec_21 .logo_img {
  /* min-width: 55px;
    width: 55px;
    height: 55px;
    border: 3px solid #fff;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center; */
}

.inner_sec_21 .slick-active.slick-center .box {
  background: #c4d9ff;
}

.inner_sec_21 .slick-active.slick-center .box .usr_box {
  background: #bff5e2;
}

.inner_sec_21 .slick-active.slick-center .box::before {
  color: #2c67d1;
  z-index: 1;
  opacity: 0.1;
}

.inner_sec_21 .slick-active.slick-center+div .box {
  background: #fff8ee;
}

.inner_sec_21 .slick-active.slick-center+div .box .usr_box {
  background: #fff8cb;
}

.inner_sec_21 .slick-prev {
  left: -50px;
  right: 0;
}

.inner_sec_21 .slick-next {
  right: -50px;
  left: 0;
}

.inner_sec_21 .slick-prev,
.inner_sec_21 .slick-next {
  background: #d4dbeb !important;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: unset;
  bottom: 0px;
  z-index: 300;
  margin: 0 auto;
  transition: 0.3s;
}

.inner_sec_21 .slick-prev:hover,
.inner_sec_21 .slick-prev:focus,
.inner_sec_21 .slick-next:hover,
.inner_sec_21 .slick-next:focus {
  background: #070d25 !important;
  transition: 0.3s;
}

.inner_sec_21 .slick-prev::before {
  content: "";
  background: url("../images/binance-clone-script-2023-new/right_arw.webp") no-repeat center;
  width: 10px;
  height: 14px;
  display: block;
  position: relative;
  font-size: 0;
  opacity: 1;
  filter: contrast(0.5) brightness(0.5);
  transition: 0.3s;
}

.inner_sec_21 .slick-next::before {
  content: "";
  background: url("../images/binance-clone-script-2023-new/right_arw.webp") no-repeat center;
  width: 10px;
  height: 14px;
  display: block;
  position: relative;
  font-size: 0;
  transform: rotate(180deg);
  filter: contrast(0.5) brightness(0.2);
  transition: 0.3s;
}

.inner_sec_21 .slick-prev:hover::before,
.inner_sec_21 .slick-prev:focus::before,
.inner_sec_21 .slick-next:hover::before,
.inner_sec_21 .slick-next:focus::before {
  filter: contrast(0.5) brightness(5.5);
  transition: 0.3s;
}

.inner_sec_21 .box .para {
  color: #1e2237;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
}

.inner_sec_21 .usr_box {
  border-radius: 140px;
  background: #fcddf2;
  padding: 10px 20px 10px 10px;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.inner_sec_21 .usr_box p {
  color: #1e2237;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
  text-align: left;
}

.inner_sec_21 .usr_box span {
  color: #1e2237;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}

.inner_sec_21 .usr_box span img {
  margin-bottom: 2px;
}

.inner_sec_21 .slick-active.slick-center .box {
  background: #edfff9;
}

.inner_sec_2 {
  padding-top: 20px !important;
}

@media (max-width: 991px) {
  .inner_sec_2 {
    text-align: center;
  }

  .inner_sec_2 .svg_button {
    text-align: center;
    margin: auto;
  }
}

@media (min-width: 1200px) {
  .inner_sec_21 .container {
    max-width: 1140px !important;
  }
}

@media (min-width: 1400px) {
  .inner_sec_21 .container {
    max-width: 1320px !important;
  }
}

@media (max-width: 1399px) {
  .inner_sec_21 .slider {
    height: 230px;
  }

  .inner_sec_21 .slider_1 {
    padding-bottom: 28px;
  }
}

@media (max-width: 1199px) {
  .inner_sec_21::before {
    background-size: 40%;
  }

  .inner_sec_21 .box {
    padding: 0px 25px;
    border-radius: 20px;
    background: #fff4fa;
    margin: 10px;
    position: relative;
    height: 460px;
  }

  .inner_sec_21 .head-title-center h2 {
    text-align: center;
    margin: auto !important;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .inner_sec_21 .slider {
    overflow: visible;
  }

  .inner_sec_21 .slider .slick-list {
    margin-left: 0px;
  }

  .inner_sec_21 .slider {
    height: unset;
  }

  .inner_sec_21 .box {
    min-height: 200px;
    padding: 25px;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .inner_sec_21 .slider_1 {
    padding-bottom: 67px;
  }
}

/* inner_sec_21 ends  */
/* inner_sec_box start */
.inner_sec_box {
  margin: 30px 0;
}

.inner_sec_box .pink-style h5 {
  background: transparent;
  margin-bottom: 0px;
}

.inner_sec_box .blue-style h5 {
  background: transparent;
  margin-bottom: 0px;
}

.inner_sec_box .green-style h5 {
  background: transparent;
}

.inner_sec_box .pink-style {
  background: #fff4e3 !important;
  border-radius: 20px;
  padding: 40px;
}

.inner_sec_box .blue-style {
  background: #eaf1ff !important;
  border-radius: 20px;
  padding: 40px;
}

.inner_sec_box .tccb-card {
  list-style: none;
  /* margin: 0; */
  /* padding: 0; */
}

.inner_sec_box .tccb-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  background: transparent !important;
}

.inner_sec_box .pink-style h5 {
  color: #1e2237;
}

.inner_sec_box .blue-style h5 {
  color: #1e2237;
}

.inner_sec_box .tccb-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inner_sec_box .tccb-card li {
  list-style: none;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  color: #070d25;
  font-size: 18px;
}

.inner_sec_box .tccb-card li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #f046b7;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
  margin-top: 9px;
}

.inner_sec_box .blue-style li::before {
  background: #2c67d1;
}

.inner_sec_box .purple-style li::before {
  background: #6d0c8d;
}

.inner_sec_box .three-column-color-box {
  position: relative;
}

/* .three-column-color-box::before {
    content: "";
    background: url(../images/leverage-and-margin-trading-exchange-development/left-yellow-curves.webp)
      no-repeat scroll 0 0;
    position: absolute;
    left: -70px;
    bottom: -25px;
    width: 387px;
    height: 325px;
    z-index: -1;
  }
  .three-column-color-box::after {
    content: "";
    background: url(../images/leverage-and-margin-trading-exchange-development/right-yellow-curves.webp)
      no-repeat scroll 0 0;
    position: absolute;
    right: -50px;
    top: -30px;
    width: 570px;
    height: 294px;
    z-index: -1;
  } */

@media (max-width: 991px) {
  .tccb-card {
    margin-bottom: 30px;
    text-align: center;
  }

  .h2tag {
    text-align: center;
  }

  .inner_sec_box .para {
    text-align: center;
  }

  .svg_button {
    /* margin-top: 0px !important; */
  }

  .inner_sec_1 .svg_button {
    margin-top: 0px !important;
  }

  .inner_sec_box {
    margin: 20px 0px 30px;
  }

  .inner_sec_1 {
    padding: 150px 0px 40px !important;
  }
}

@media (max-width: 767px) {
  .inner_sec_box .svg_button {
    margin: 30px auto 10px;
  }

  .inner_sec_box h3 {
    text-align: center;
    max-width: 100%;
  }

  .inner_sec_box .tccb_card_head p {
    text-align: center;
  }

  .inner_sec_box .tccb-card {
    height: auto !important;
  }

  .inner_sec_box .tccb_card_head h4 {
    text-align: center;
  }

  .inner_sec_box {
    margin-bottom: 0 !important;
  }

  .box_ul {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .three-column-color-box::before {
    width: 100%;
    background-size: 100%;
    left: 0;
  }

  .three-column-color-box::after {
    width: 100%;
    background-size: 100%;
    right: 0;
  }

  .inner_sec_box .blue-style {
    padding: 30px 20px;
  }

  .inner_sec_box .pink-style {
    padding: 30px 20px;
  }

  .text-slider {
    padding: 25px !important;
  }

  .head-title-center h3 {
    max-width: 100% !important;
  }
}

/* inner_sec_box end */
/* inner_sec23_new  */
.inner_sec23_new {
  padding: 40px 0;
  background: #f5f5f5;
  margin: 30px 0 0;
}

.inner_sec23_new .box {
  border: 1px solid #dee6f5;
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  /* padding-top: 40px; */
  position: relative;
  text-align: left;
  margin-top: 45px;
}

.inner_sec23_new .box:hover {
  /* border-color: transparent;   */
  /* box-shadow: 0 0 20px -10px #5a617e; */
}

.inner_sec23_new .box {}

.inner_sec23_new .box .fees_head {
  /* background: #ffd9e4; */
  border-radius: 50px;
  padding: 3px 13px;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 40px;
  right: 0;
  /* margin: 0 auto; */
  width: fit-content;
  font-size: 16px;
  background: #c6daff;
  color: #1468ef;
  transition: 0.3s;
}

.inner_sec23_new .box:hover .fees_head {
  background: #1468ef;
  color: #fff;
  transition: 0.3s;
}

.inner_sec23_new .box:hover {
  border: 1px solid #1468ef;
  transition: 0.3s;
}

.inner_sec23_new .box .fees_head.yellow {
  background: #ffff9f;
}

.inner_sec23_new .box .fees_head.blue {
  background: #c4d9ff;
}

.inner_sec23_new .box .fees_head.rose {
  background: #f1c7ff;
}

.inner_sec23_new .svg_button {
  margin: 50px auto 10px;
}

.inner_sec23_new p {
  margin-bottom: 0px !important;
}

.awards_panel_1 {
  background: #ffebcb !important;
}

.awards_panel_1 .awards_list img {
  box-shadow: none;
  border-radius: 0px;
}

@media (max-width: 1199px) {
  .inner_sec23_new .box .fees_head {
    font-size: 15px;
  }

  .awards_panel_1 .awards_list {
    margin-top: 0px !important;
  }
}

@media (max-width: 991px) {
  .inner_sec23_new .box {
    width: 100%;
    text-align: center;
  }

  .card-text .category_list {
    text-align: center;
  }

  .inner_sec23_new {
    margin: 25px 0px;
  }
}

@media (max-width: 767px) {
  .inner_sec23_new .box .fees_head {
    margin: 0px auto 20px;
    position: unset;
  }

  .inner_sec23_new .box {
    margin-top: 25px;
    padding: 20px;
  }
}

/* inner_sec_23 ends  */
/* -----------------blog_sec_new--------------------- */
.blog_sec_new {
  margin: 50px 0;
}

.blog_sec_new .box_content ul {
  margin: auto;
  padding-left: 0px !important;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 20px;
  justify-content: start;
}

.blog_sec_new_clone {
  margin: 70px 0;
}

.blog_sec_new .box_content li {
  text-align: left;
  list-style-type: none;
  /* box-shadow: 0 2px 35px 0 #e4e4e4; */
  border: 1px solid #ffc8cc;
  border-radius: 8px;
  background: #fff;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 23%; */
}

.blog_sec_new .box_content li:hover {
  background: #ffc8cc;
  cursor: pointer;
  transition: 0.3s;
}

.blog_sec_new .h3tag {
  line-height: 56px;
}

.blog_sec_new_clone .box_content li {
  border: 1px solid #bcd6ff !important;
  border-radius: 100px !important;
  transition: 0.3s;
}

.blog_sec_new_clone .box_content li:hover {
  background: #bcd6ff;
  transition: 0.3s;
}

.blog_sec_new_head {
  background: url(../images/blockchain-game-development-2024/bg1.webp) no-repeat;
  background-size: cover;
  border-radius: 16px;
  padding: 50px;
}

.blog_sec_new_clone .blog_sec_new_head {
  background: url(../images/blockchain-game-development-2024/bg2.webp) no-repeat;
  background-size: cover;
  border-radius: 16px;
}

.blog_sec_new_head .h3tag {
  font-weight: 500 !important;
}

@media (max-width: 991px) {
  .blog_sec_new {
    text-align: center;
    padding: 40px 0 !important;
  }

  .blog_sec_new .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .blog_sec_new ul {
    justify-content: center !important;
  }

  .blog_sec_new_head,
  .blog_sec_new_clone .blog_sec_new_head {
    background: #fff2f2 !important;
    background-image: none !important;
    padding: 30px 20px !important;
    border-radius: 16px !important;
    text-align: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .blog_sec_new_head img {
    display: none !important;
  }
}

@media (max-width: 767px) {

  .blog_sec_new_head,
  .blog_sec_new_clone .blog_sec_new_head {
    background: #fff2f2 !important;
    background-image: none !important;
    padding: 24px 16px !important;
    border-radius: 16px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .blog_sec_new {
    padding: 30px 0 !important;
    margin-bottom: 20px !important;
  }
}

.inner_sec_bg2 {
  /* background: #F0F5FF; */
  border-radius: 16px;
  padding: 48px;
  background: #fff6e9;
}

.inner_sec_bg2 a {
  text-decoration: none;
}

.inner_sec_bg2 a:hover {
  color: #1468ef;
}

.inner_sec_2 .inner_sec_2_bg {
  background-color: #c4d9ff;
  padding: 38px 0px;
  border-radius: 20px;
}

.inner_sec_bg2 .h3tag {
  max-width: 72%;
  margin: auto;
}

.inner_sec_bg2 .para {
  max-width: 78%;
  margin: auto;
}

.inner_sec_bg2 .box_content li {
  list-style-type: none;
  /* box-shadow: 0 2px 35px 0 #e4e4e4; */
  background: #fff;
  border: 1px solid #ffe7c6;
  border-radius: 100px;
  padding: 12px 18px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.inner_sec_bg2 .box_content li:hover {
  /* color: #ea6fc8; */
}

.inner_sec_bg2 .box_content ul {
  margin: auto;
  padding-left: 0px !important;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 20px;
  justify-content: center;
}

@media (max-width: 1399px) {
  .inner_sec_bg2 .box_content li {
    font-size: 14px;
    /* width: 24%; */
    white-space: nowrap;
  }

  .inner_sec_bg2 .h3tag {
    max-width: 92%;
  }

  .inner_sec_bg2 .para {
    max-width: 91%;
    margin: auto;
  }
}

@media (max-width: 1199px) {
  .inner_sec_bg2 .box_content ul {
    gap: 10px;
  }

  .inner_sec_bg2 {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .inner_sec_bg2 {
    text-align: center;
  }

  .inner_sec_bg2 .box_content {
    display: flex;
  }

  .inner_sec_bg2 .box_content li {
    text-align: center;
    width: 48%;
  }

  .inner_sec_bg2 .box_content ul {
    margin: auto;
  }

  .inner_sec_bg2 .h3tag {
    max-width: 100%;
  }

  .inner_sec_bg2 .para {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .inner_sec_bg2 .box_content ul {
    flex-direction: column;
    width: 100%;
  }

  .inner_sec_bg2 .box_content li {
    width: 100%;
  }

  .inner_sec_2 {
    /* padding: 0 !important;
    margin: 0 !important; */
  }
}

@media (max-width: 575px) {
  .inner_sec_bg2 .box_content li {
    font-size: 16px;
  }
}

.category_list {
  border-left: 3px solid #1468ef;
  padding: 16px;
  background: linear-gradient(90deg,
      rgba(20, 104, 239, 0.15) 0%,
      rgba(20, 104, 239, 0) 100%);
  margin-top: 30px;
}

.category_list a:hover {
  color: #1468ef !important;
}

.category_list_green a:hover {
  color: #00d68a !important;
}

.category_list_org a:hover {
  color: #ff9c0d !important;
}

.category_list_pink a:hover {
  color: #e530b2 !important;
}

.category_list_red a:hover {
  color: #ff6e79 !important;
}

.category_list_vlt a:hover {
  color: #8a71ff !important;
}

.category_list_blue a:hover {
  color: #2ad2ff !important;
}

.category_list_lytgreen a:hover {
  color: #85c06f !important;
}

.category_list_green {
  border-left: 3px solid #00d68a;
  background: linear-gradient(90deg,
      rgba(0, 214, 138, 0.15) 0%,
      rgba(0, 214, 138, 0) 100%);
}

.category_list_org {
  border-left: 3px solid #ff9c0d;
  background: linear-gradient(90deg,
      rgba(255, 156, 13, 0.15) 0%,
      rgba(255, 156, 13, 0) 100%);
}

.category_list_pink {
  border-left: 3px solid #e530b2;
  background: linear-gradient(90deg,
      rgba(229, 48, 178, 0.15) 0%,
      rgba(229, 48, 178, 0) 100%);
}

.category_list_red {
  border-left: 3px solid #ff6e79;
  background: linear-gradient(90deg,
      rgba(255, 110, 121, 0.15) 0%,
      rgba(255, 110, 121, 0) 100%);
}

.category_list_vlt {
  border-left: 3px solid #8a71ff;
  background: linear-gradient(90deg,
      rgba(138, 113, 255, 0.15) 0%,
      rgba(138, 113, 255, 0) 100%);
}

.category_list_blue {
  border-left: 3px solid #2ad2ff;
  background: linear-gradient(90deg,
      rgba(42, 210, 255, 0.15) 0%,
      rgba(42, 210, 255, 0) 100%);
}

.category_list_lytgreen {
  border-left: 3px solid #85c06f;
  background: linear-gradient(90deg,
      rgba(133, 192, 111, 0.15) 0%,
      rgba(133, 192, 111, 0) 100%);
}

.category_list_head {
  transition: background 0.3s ease, border 0.3s ease, color 0.3s ease,
    all 0.5s ease;
}

.category_list_head :hover {
  color: #1468ef;
}

/* inner_sec_new start */
.inner_sec_new .box {
  border: 1px solid #dce8ff;
  border-radius: 20px;
  padding: 50px 10px 10px 10px;
  height: 100%;
  transition: 0.3s;
}

.inner_sec_new img {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 4px;
  margin-bottom: -27px;
}

.inner_sec_new .box ul {
  margin-top: 10px;
  list-style-type: none;
  margin: auto;
  text-align: center;
  padding-left: 0px;
}

.inner_sec_new .box {
  width: 100%;
}

.inner_sec_new .inner_width:hover .box,
.inner_sec_new .box:hover {
  border: 1px solid #1468ef;
  transition: 0.3s;
}

.inner_sec_new .inner_width:hover .box span,
.inner_sec_new .box:hover span {
  color: #1468ef;
  transition: 0.3s;
}

.inner_width {
  width: 100%;
  height: 230px;
}

.inner_sec_new .box span {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #070d25;
}

.inner_sec_new .box li {
  font-size: 17px;
}

.inner_sec_flx {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .inner_width {
    width: 30%;
  }

  .inner_sec_flx {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .inner_width {
    width: 48%;
  }
}

@media (max-width: 575px) {
  .inner_width {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .inner_sec_new .box {
    /* padding: 20px 0; */
    text-align: center;
  }

  .inner_sec_new .box ul {
    /* list-style: none; */
  }

  .inner_sec_new .box li {
    font-size: 16px !important;
    text-align: justify;
  }
}

/* cta_box */
.cta_box {
  padding: 30px 0;
  padding-top: 170px;
}

.cta_box .box {
  border-radius: 20px;
  background: url("../images/binance-clone-script-2023-new/cta_bg.webp") no-repeat center #bff5e2;
  position: relative;
}

.cta_box .box img {
  position: absolute;
  bottom: 0;
  right: 100px;
}

.cta_box h2 {
  line-height: normal;
}

.cta_box.ylw .box {
  background: url("../images/binance-clone-script-2023-new/cta_bg_ylw.webp") no-repeat center #ffe3b7;
  background-size: cover;
}

.cta_box.ylw .svg_button a {
  background: #00d68a;
  border: 2px solid #00d68a;
}

.cta_box.ylw .svg_button a:before {
  background: #abffe1;
}

.cta_box.ylw .box h2 {
  font-size: 40px;
}

.cta_text .h2tag {
  font-size: 34px;
}

.cta_text .svg_button {
  margin-top: 35px !important;
}

@media (max-width: 1399px) {
  .cta_box .box img {
    right: 10px;
  }
}

@media (max-width: 1199px) {
  .cta_box .box {
    padding: 15px;
    text-align: center;
  }

  .cta_box .svg_button {
    margin: 0 auto;
    margin-top: 20px;
  }

  .cta_box .box img {
    display: none;
  }

  .cta_box.ylw .box h2 {
    font-size: 32px;
  }

  .cta_box {
    padding-top: 0px;
  }
}

@media (max-width: 1399) {
  .inner_sec_box {
    margin: 10px 0 !important;
  }
}


/*  */
.homesection_02 {
  background-color: #fff;
  padding: 50px 0px 0;
}

.our_info_panel {
  padding: 30px 0px 0;
}

.our_info_panel_flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 15px;
  background: #FFF6F6;
  border-radius: 16px;
  padding: 45px 0px;
}

.our_info_panel label {
  font-style: normal;
  line-height: 56px;
  display: block;
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -0.04em;
  color: #f3525e;
  transition: 0.5s;
}

.our_info_panel span {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.03em;
  color: #1e2237;
  border-bottom: 1px solid #f3525e;
  padding: 0px 0px 12px 0px;

}

.our_info_panel_flex>div {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 40px;
  cursor: default;
  gap: 20px;
  /* border-right: 1px solid #e3e4e5; */
}

.our_info_panel_flex>div:last-child {
  border-right: 0px;
}

.our_info_panel_flex>div img {
  margin-bottom: 20px;
}

/* .our_info_panel_flex > div:hover label {
  color: #3352ff;
  transition: 0.5s;
} */

@media screen and (max-width: 1399px) {
  .our_info_panel {
    /* padding: 50px 40px; */
  }

  .our_info_panel label {
    font-size: 32px;
  }

  .our_info_panel span {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .our_info_panel {
    padding: 30px 20px;
  }

  .our_info_panel_flex {
    flex-wrap: wrap;
  }

  .our_info_panel_flex>div {
    width: 49%;
    flex: unset;
    border-bottom: 1px solid #f3525e;
  }

  .our_info_panel span {
    border-bottom: none;
  }

  .our_info_panel_flex {
    padding: 35px;
  }

  .our_info_panel_flex>div:hover {
    flex: unset;
  }

  .our_info_panel {
    padding: 40px 50px;
  }

  .our_info_panel_flex>div:last-child {
    /* border-right: 1px solid #e3e4e5; */
  }
}

@media screen and (max-width: 991px) {
  .our_info_panel_flex>div {
    width: 48%;
    border: 0;
    border-bottom: 1px solid #f3525e;
  }

  .our_info_panel_flex>div:last-child {
    border-right: 0;
  }

  .our_info_panel label {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .our_info_panel_flex>div {
    width: 100%;
  }

  .our_info_panel label {
    /* font-size: 40px; */
    line-height: 40px;
    margin-bottom: 10px;
  }

  .our_info_panel {
    padding: 30px 30px;
  }

  .homesection_02 {
    padding: 0;
  }

  .our_info_panel_flex>div:last-child {
    border: 0;
  }

}

@media screen and (max-width: 575px) {
  .our_info_panel_flex {
    padding: 16px;
  }

  .our_info_panel label {
    font-size: 30px;
  }

  .our_info_panel {
    padding: 10px;
  }
}



/*  Inner Section 24  Starts  */
.inner_sec24 {
  padding: 60px 0;
  background: #f5f5f5;
}

.bot_panel_div {
  background: #fff;
  border: 1px solid #dee6f5;
  border-radius: 16px;
  padding: 48px;
  transition: 0.2s all;
  cursor: default;
  margin-bottom: 8px;
  margin: 10px;
  text-align: start;
}

.slider_box .slick-next:before {
  content: "";
  background: url("../images/cryptocurrency-exchange-software-2.0/next_icon.webp") no-repeat center;
  width: 45px;
  height: 46px;
  display: block;
  position: relative;
  font-size: 0 !important;
  opacity: 1 !important;
}

.slider_box .slick-prev:before {
  content: "";
  background: url("../images/cryptocurrency-exchange-software-2.0/prev_icon.webp") no-repeat center;
  width: 45px;
  height: 46px;
  display: block;
  position: relative;
  font-size: 0 !important;
  opacity: 1 !important;
}

.slider_box button.slick-prev {
  z-index: 1;
  left: -15px;
}

.slider_box button.slick-next {
  right: 12px;
}

.slider_box button.slick-next,
.slider_box button.slick-prev {
  top: 43%;
}

.bot_panel_div .para {
  min-height: 110px;
}

@media screen and (max-width: 1199px) {
  .bot_panel_div .para {
    min-height: auto;
  }
}

@media screen and (max-width: 991px) {

  .bot_panel_div,
  .bot_panel_div .para {
    text-align: left;
  }
}

/*  Inner Section 24  Ends  */


/* inner_sec_40 */
.inner_sec_40 {
  padding: 50px 0;
  /* margin: 40px 0px; */
  background: #fafafa;
  /* background: url(../images/leverage-and-margin-trading-exchange-development/style-box-12-bg.webp)
    no-repeat center 180px; */
}

.inner_sec_40 .head-title-center {
  margin-bottom: 30px;
}

.inner_sec_40 .head-title-center h2 {
  text-align: center;
  max-width: 90%;
  margin: 0 auto 30px;
}

.inner_sec_40 .head-title-center h2 span {
  color: #f047b8;
}

.inner_sec_40 .head-title-center p {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  font-size: 18px;
}

.inner_sec_40 .ftlc-card {
  display: flex;
  align-items: center;
}

.inner_sec_40 .ftlc-card h5 {
  min-width: 30%;
  text-align: center;
  background: #dedede;
  border-radius: 15px;
  padding: 15px;
  font-size: 24px;
  color: #ffffff;
}

.inner_sec_40 .ftlc-card p {
  margin-left: 30px;
  background: #dedede;
  border-radius: 15px;
  padding: 30px;
}

/* .green-style h5 {
  background: #02d087;
}
.pink-style h5 {
  background: #f046b7;
}
.blue-style h5 {
  background: #2c67d1;
}
.violet-style h5 {
  background: #6d0c8d;
}
.orange-style h5 {
  background: #cfac1b;
}
.green-style p {
  background: #ccf7e8;
}
.pink-style p {
  background: #ffd9e4;
}
.blue-style p {
  background: #c4d9ff;
}
.violet-style p {
  background: #ebafff;
}
.orange-style p {
  background: #ffec9b;
} */
.inner_sec_40 .flex-title-left-content .svg_button {
  margin-left: calc(30% + 30px);
  margin-top: 15px;
}

.inner_sec_40 .title-left-content {
  margin-left: 20px;
}

.inner_sec_40 .flex_img {
  border-radius: 8px;
  padding: 36px;
  background: #fff;
  transition: 0.3s;
  cursor: default;
  margin-bottom: 18px;
}

.inner_sec_40 .flex_img:hover {
  background: #efeaff;
}

.inner_sec_40 .flex_img p {
  margin-bottom: 0px;
  text-align: left;
}

.inner_sec_40 .flex_img:hover .h5tag,
.inner_sec_40 .flex_img:hover p,
.inner_sec_40 .flex_img:hover li {
  color: #5433b6;
  transition: 0.3s;
}

.inner_sec_40 .sticky_col {
  position: sticky;
  top: 100px;
  z-index: 1;
}



@media (max-width: 1200px) {
  .inner_sec_40 .head-title-center h2 {
    max-width: 100%;
  }

  .inner_sec_40 .head-title-center p {
    max-width: 100%;
  }

  .inner_sec_40 .flex-title-left-content-2 {
    max-height: 451px !important;
  }

  .inner_sec_40 .inner12_bg_para .para {
    font-size: 16px !important;
  }

  .inner_sec_40 .inner12_bg_para .h3tag {
    font-size: 32px !important;
  }
}

@media (max-width: 991px) {
  .inner_sec_40 .sticky_col {
    text-align: center !important;
    position: relative;
    top: 0;
    margin-bottom: 25px;
  }

  .inner_sec_40 .security_mob_img {
    display: none !important;
  }

  .inner_sec_40 .title-left-content {
    margin-left: 0;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding: 10px 15px 25px 15px;
  }

  .inner_sec_40 .title-left-content::-webkit-scrollbar {
    height: 4px;
  }

  .inner_sec_40 .title-left-content::-webkit-scrollbar-thumb {
    background: rgba(84, 51, 182, 0.3);
    border-radius: 4px;
  }

  .inner_sec_40 .flex_img {
    flex: 0 0 84%;
    max-width: 340px;
    min-width: 270px;
    scroll-snap-align: center;
    margin-bottom: 0;
    padding: 24px 20px;
    border-radius: 14px;
    border: 1.5px solid #eaeef4;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .inner_sec_40 .flex_img p {
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
  }

  .inner_sec_40 .flex_img .h5tag {
    font-size: 22px;
    margin-bottom: 10px;
    color: #0b0f19;
  }
}

@media (max-width: 575px) {
  .inner_sec_40 .security_mob_img {
    max-width: 260px;
  }

  .inner_sec_40 .flex_img {
    flex: 0 0 88%;
    max-width: 300px;
    min-width: 250px;
    padding: 20px 16px;
  }

  .inner_sec_40 .inner12_bg_para .h3tag {
    font-size: 28px !important;
  }
}

/* section 2 - floating pills design */
.bottleneck_sec {
  position: relative;
  background-color: #ffffff;
  padding: 110px 0 !important;
  overflow: hidden;
}

.bottleneck_wrapper {
  min-height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.bottleneck_title {
  font-size: 48px;
  font-weight: 500;
  color: #0b0f19;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin: 0;
}

.bottleneck_title .red_dot {
  color: #ff334b;
  display: inline-block;
}

/* Floating Pills */
.floating_pills_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.pill_item {
  position: absolute;
  white-space: nowrap;
  padding: 12px 28px 12px 64px;
  font-size: 17px;
  font-weight: 500;
  color: #2b2b2b;
  /* border-radius: 8px; */
  background: linear-gradient(90deg, rgba(255, 235, 238, 0) 0%, rgba(255, 236, 239, 0.75) 25%, rgba(255, 236, 239, 0.95) 100%);
  backdrop-filter: blur(4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  will-change: transform;
  transition: box-shadow 0.3s ease;
}

.pill_item:hover {
  box-shadow: 0 8px 24px rgba(255, 51, 75, 0.15);
}

/* Tighter, closer positions around central heading */
.pill_1 {
  top: 10%;
  left: 20%;
}

.pill_2 {
  top: 18%;
  right: 16%;
}

.pill_3 {
  top: 46%;
  left: 14%;
}

.pill_4 {
  top: 50%;
  right: 14%;
}

.pill_5 {
  bottom: 10%;
  left: 36%;
}

@media (max-width: 1199px) {
  .bottleneck_title {
    font-size: 44px;
  }

  .pill_1 {
    left: 10%;
    top: 8%;
  }

  .pill_2 {
    right: 8%;
    top: 16%;
  }

  .pill_3 {
    left: 6%;
    top: 46%;
  }

  .pill_4 {
    right: 6%;
    top: 50%;
  }

  .pill_5 {
    left: 30%;
    bottom: 8%;
  }
}

@media (max-width: 991px) {
  .bottleneck_sec {
    padding: 40px 0 !important;
  }

  .bottleneck_wrapper {
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .floating_pills_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }

  .pill_item {
    position: absolute;
    padding: 10px 22px 10px 48px;
    font-size: 16px;
  }

  .bottleneck_title {
    font-size: 34px;
    line-height: 1.25;
  }

  .pill_1 {
    top: 5%;
    left: 4%;
  }

  .pill_2 {
    top: 16%;
    right: 4%;
  }

  .pill_3 {
    top: 52%;
    left: 2%;
  }

  .pill_4 {
    top: 60%;
    right: 2%;
  }

  .pill_5 {
    bottom: 5%;
    left: 25%;
  }
}

@media (max-width: 767px) {
  .bottleneck_wrapper {
    min-height: 500px;
  }

  .bottleneck_title {
    font-size: 33px;
    line-height: 1.25;
  }

  .pill_item {
    padding: 8px 18px 8px 40px;

  }

  .pill_1 {
    top: 4%;
    left: 2%;
  }

  .pill_2 {
    top: 16%;
    right: 2%;
  }

  .pill_3 {
    top: 55%;
    left: 1%;
  }

  .pill_4 {
    top: 65%;
    right: 1%;
  }

  .pill_5 {
    bottom: 4%;
    left: 18%;
  }
}

@media (max-width: 575px) {
  .bottleneck_wrapper {
    min-height: 480px;
  }

  .bottleneck_title {
    font-size: 28px;
    line-height: 1.25;
    padding: 0 10px;
  }

  .pill_item {
    padding: 6px 14px 6px 32px;

  }

  .pill_1 {
    top: 4%;
    left: 2%;
  }

  .pill_2 {
    top: 17%;
    right: 2%;
  }

  .pill_3 {
    top: 64%;
    left: 1%;
  }

  .pill_4 {
    top: 68%;
    right: 1%;
  }

  .pill_5 {
    bottom: 3%;
    left: 14%;
  }
}

@media (max-width: 420px) {
  .bottleneck_wrapper {
    min-height: 460px;
  }

  .bottleneck_title {

    line-height: 1.25;
  }

  .pill_item {
    padding: 5px 12px 5px 28px;
  }

  .pill_1 {
    top: 4%;
    left: 1%;
  }

  .pill_2 {
    top: 17%;
    right: 1%;
  }

  .pill_3 {

    left: 1%;
  }

  .pill_4 {
    top: 75%;
    right: 1%;
  }

  .pill_5 {
    bottom: 2%;
    left: 10%;
  }
}

/* Section 23 New - Sticky Media + Scrolling Content Stack */
.inner_sec_23_new {
  position: relative;
  background-color: #ffffff;
  padding: 80px 0 !important;
}

.solutions_full_stage {
  max-width: 1360px;
  margin: 0 auto;
}


.solutions_sticky_wrapper {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 40px;
  align-items: start;
  position: relative;
}

/* Sticky Left Media (Number + Center Image) */
.solutions_sticky_media {
  position: sticky;
  top: 15vh;
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  gap: 20px;
  height: 70vh;
}

.solution_number_box {
  user-select: none;
}

.static_slash {
  font-size: 80px;
  font-weight: 400;
  color: #d1d5db;
  margin-right: 4px;
  line-height: 90px;
}

.odometer_window {
  height: 90px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.odometer_track {
  display: flex;
  flex-direction: column;
  will-change: transform;
}

.odometer_num {
  height: 90px;
  line-height: 90px;
  font-size: 80px;
  font-weight: 400;
  color: #d1d5db;
  letter-spacing: -2px;
  font-family: inherit;
}

.solution_img_box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution_img_display {
  max-width: 420px;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.08));
  will-change: transform, opacity;
}

/* Right Side Vertical Scrolling Content Stack */
.solutions_scrolling_content {
  display: flex;
  flex-direction: column;
}

.solution_content_item {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0.25;
  transform: translateY(30px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.solution_content_item.active {
  opacity: 1;
  transform: translateY(0);
}

.solution_title_display {
  font-size: 38px;
  font-weight: 600;
  color: #0b0f19;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
  transition: color 0.3s ease;
}

.solution_desc_display {
  font-size: 18px;
  line-height: 1.7;
  color: #4b5563;
  max-width: 520px;
  margin: 0;
}

@media (max-width: 1199px) {
  .solutions_sticky_wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .solutions_sticky_media {
    grid-template-columns: 120px 1fr;
    gap: 15px;
    top: 120px;
    height: 65vh;
  }

  .static_slash,
  .odometer_num {
    font-size: 70px;
    height: 75px;
    line-height: 75px;
  }

  .odometer_window {
    height: 75px;
  }

  .solution_title_display {
    font-size: 32px;
  }

  .solution_img_display {
    max-width: 320px;
  }
}

@media (max-width: 991px) {
  .inner_sec_23_new {
    padding: 50px 0 !important;
  }

  .solutions_sticky_wrapper {
    grid-template-columns: 0.95fr 1fr;
    gap: 25px;
  }

  .solutions_sticky_media {
    grid-template-columns: 100px 1fr;
    gap: 10px;
    top: 100px;
    height: 60vh;
  }

  .static_slash,
  .odometer_num {
    font-size: 55px;
    height: 60px;
    line-height: 60px;
  }

  .odometer_window {
    height: 60px;
  }

  .solution_title_display {
    font-size: 26px;
    margin-bottom: 12px;
  }

  .solution_desc_display {

    line-height: 1.6;
  }

  .solution_img_display {
    max-width: 230px;
  }

  .solution_content_item {
    min-height: 55vh;
  }
}

@media (max-width: 767px) {
  .inner_sec_23_new {
    padding: 40px 0 !important;
  }

  .solutions_sticky_wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .solutions_sticky_media {
    position: sticky;

    z-index: 20;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: grid;
    grid-template-columns: 90px 1fr;
    align-items: center;
    gap: 10px;
    height: auto;
    padding: 12px 16px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
  }

  .static_slash,
  .odometer_num {
    font-size: 44px;
    height: 48px;
    line-height: 48px;
  }

  .odometer_window {
    height: 48px;
  }

  .solution_img_display {
    max-width: 140px;
    max-height: 110px;
  }

  .solutions_scrolling_content {
    padding: 0 5px;
  }

  .solution_content_item {
    min-height: 48vh;
    padding: 25px 0;
    opacity: 0.3;
    transform: scale(0.97);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }

  .solution_content_item.active {
    opacity: 1;
    transform: scale(1);
  }

  .solution_title_display {
    margin-bottom: 10px;
  }

  .solution_desc_display {

    line-height: 1.6;
  }
}

@media (max-width: 575px) {
  .solutions_sticky_media {
    grid-template-columns: 75px 1fr;
    padding: 10px 12px;

  }

  .static_slash,
  .odometer_num {
    font-size: 38px;
    height: 42px;
    line-height: 42px;
  }

  .odometer_window {
    height: 42px;
  }

  .solution_img_display {
    max-width: 115px;
    max-height: 95px;
  }





  .solution_content_item {
    min-height: 42vh;
  }
}

/* Token Guide Section - Matching Reference Screenshot Card Design */
.token_guide_sec {
  background-color: #ffffff;
  padding: 90px 0 !important;
}



.guide_main_desc {
  max-width: 920px;
  margin: 0 auto;
}

.guide_row {
  margin-top: 30px;
}

.guide_img_card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.guide_card_img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  object-fit: contain;
  border-radius: 16px;
}

.guide_card_title {
  font-size: 32px;
  font-weight: 600;
  color: #0b0f19;
}

.guide_card_desc {
  font-size: 18px;
}

@media (max-width: 1199px) {
  .guide_card_title {
    font-size: 28px;
  }

  .guide_img_card {
    min-height: auto;
  }

  .guide_card_img {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .token_guide_sec {
    padding: 50px 0 !important;
  }

  .guide_img_card {
    display: none !important;
  }

  .guide_card_title {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .guide_card_title {
    font-size: 21px;
  }
}

/* Shake-Free Solution Image Container & Pixelated Transition */
.solution_img_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.solution_img_display {
  max-width: 420px;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.08));
}

/* ==========================================================================
   New Custom FAQ Section - Exact Image Match Design
   ========================================================================== */
.new_faq_section {
  background-color: #ffffff;
  padding: 90px 0;
  text-align: left;
}

.new_faq_title_wrapper {
  position: sticky;
  top: 100px;
  text-align: left;
}

.new_faq_main_title {
  font-size: 56px;
  font-weight: 700;
  color: #0d1117;
  line-height: 1.1;
  margin-bottom: 16px;
  letter-spacing: -1.5px;
  text-align: left;
}

.faq_red_dot {
  color: #e53935;
}

.new_faq_subtitle {
  font-size: 18px;
  line-height: 1.6;
  color: #6b7280;
  max-width: 260px;
  margin: 0;
  font-weight: 400;
  text-align: left;
}

.new_faq_accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
}

.new_faq_card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 26px 32px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
  text-align: left;
}

.new_faq_card:hover {
  border-color: #d1d5db;
}

.new_faq_card.active {
  border-color: #e5e7eb;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.new_faq_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
  gap: 20px;
  text-align: left;
}

.new_faq_question {
  font-size: 22px;
  font-weight: 500;
  color: #111827;
  margin: 0;
  line-height: 1.35;
  letter-spacing: -0.3px;
  flex: 1;
  text-align: left;
}

.new_faq_icon {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new_faq_icon::before,
.new_faq_icon::after {
  content: "";
  position: absolute;
  background-color: #e53935;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Horizontal bar of the plus/minus */
.new_faq_icon::before {
  width: 18px;
  height: 2px;
}

/* Vertical bar of the plus */
.new_faq_icon::after {
  width: 2px;
  height: 18px;
}

/* When active, show minus by removing vertical bar */
.new_faq_card.active .new_faq_icon::after {
  transform: rotate(90deg);
  opacity: 0;
}

.new_faq_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), margin-top 0.35s ease, opacity 0.3s ease;
  opacity: 0;
  text-align: left;
}

.new_faq_card.active .new_faq_content {
  max-height: 1000px;
  margin-top: 18px;
  opacity: 1;
}

.new_faq_answer {
  font-size: 16px;
  line-height: 1.7;
  color: #6b7280;
  margin: 0;
  max-width: 660px;
  font-weight: 400;
  text-align: left;
}

@media (max-width: 991px) {
  .new_faq_content li {
    font-size: 16px;
  }

  .new_faq_section {
    padding: 60px 0;
  }

  .new_faq_title_wrapper {
    position: static;
    text-align: center !important;
  }

  .new_faq_main_title {
    font-size: 32px;
    text-align: center !important;
  }

  .new_faq_subtitle {
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center !important;
  }

  .new_faq_card {
    padding: 20px 22px;
    border-radius: 16px;
    text-align: left;
  }

  .new_faq_question {
    font-size: 18px;
    text-align: left;
  }

  .new_faq_answer {
    text-align: left;
  }
}

/* ==========================================================================
   Crypto Token Development Pricing Table Section
   ========================================================================== */
.token_pricing_sec {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  position: relative;
  overflow: hidden;
}

.pricing_sub_badge {
  display: inline-block;
  background: rgba(79, 70, 229, 0.1);
  color: #4f46e5;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 18px;
  border-radius: 30px;
  border: 1px solid rgba(79, 70, 229, 0.2);
}

/* 100% Pixel-Perfect 3D Real Shadow Pricing Tray & Floating Column Cards */
.token_pricing_sec {
  background: #f2f5fb;
  padding: 85px 0;
  position: relative;
}

.pricing_main_title {
  color: #0a1128;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.6px;
}

.pricing_3d_wrapper {
  /* max-width: 1180px; */
  margin: 0 auto;
}

/* Outer Tray Base ("Shadow Outside") */
.pricing_3d_tray_base {
  background: #ffffff;
  border-radius: 38px;
  padding: 24px;
  box-shadow:
    0 40px 90px rgba(10, 24, 64, 0.13),
    0 12px 35px rgba(10, 24, 64, 0.06),
    inset 0 2px 4px rgba(255, 255, 255, 0.95);
  border: 1px solid #e2e8f5;
  overflow-x: auto;
  scrollbar-width: thin;
}

.pricing_3d_grid {
  display: grid;
  grid-template-columns: 300px repeat(3, minmax(250px, 1fr));
  gap: 16px;
  min-width: 1050px;
}

/* Individual Floating 3D Cards ("Shadow Inside") */
.pricing_3d_card {
  background: #ffffff;
  border-radius: 26px;
  box-shadow:
    0 14px 35px rgba(10, 24, 60, 0.08),
    0 2px 10px rgba(10, 24, 60, 0.03),
    inset 0 1px 2px rgba(255, 255, 255, 0.9);
  border: 1px solid #e8edf7;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.pricing_3d_card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 26px 55px rgba(10, 24, 60, 0.15),
    0 6px 18px rgba(10, 24, 60, 0.07),
    inset 0 1px 2px rgba(255, 255, 255, 1);
}

/* Factor Labels Card (Card 1) */
.card_factors {
  background: #fcfdfe;
  box-shadow:
    0 8px 24px rgba(12, 24, 60, 0.04);
}

.card_factors:hover {
  transform: none;
  box-shadow: 0 8px 24px rgba(12, 24, 60, 0.04);
}

.card_header_spacer {
  height: 96px;
  border-bottom: 1px solid #f0f4fa;
}

/* Column Headers */
.card_header {
  height: 96px;
  padding: 20px 24px;
  color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.4);
}

.header_basic {
  background: linear-gradient(135deg, #4f2ce0 0%, #7d4ef7 100%);
}

.header_advanced {
  background: linear-gradient(135deg, #1d5ff0 0%, #3ca0fe 100%);
}

.header_enterprise {
  background: linear-gradient(135deg, #009eb5 0%, #00d6c9 100%);
}

.plan_3d_icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.18));
}

.plan_title_3d {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 2px;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
}

.plan_subtitle_3d {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  display: block;
  font-family: "Poppins", sans-serif;
}

/* Card Body Lists & Rows */
.card_body_list {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.factor_item_row {
  height: 66px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 24px;
  border-bottom: 1px solid #f0f4fa;
  transition: background 0.2s ease;
}

.factor_item_row:hover,
.plan_val_row:hover {
  background: #f8fafc;
}

.plan_val_row {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-bottom: 1px solid #f0f4fa;
  font-size: 16px;
  color: #070d25;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  font-family: "Poppins", sans-serif;
  transition: background 0.2s ease;
}

/* Per-Factor Color Glow Box Icons */
.factor_icon_box_3d {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

.box_purple {
  background: #f3e8ff;
  color: #a855f7;
  box-shadow: 0 4px 12px rgba(168, 85, 247, 0.25);
}

.box_cyan {
  background: #e0f2fe;
  color: #06b6d4;
  box-shadow: 0 4px 12px rgba(6, 182, 212, 0.25);
}

.box_indigo {
  background: #ede9fe;
  color: #8b5cf6;
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.25);
}

.box_blue {
  background: #dbeafe;
  color: #3b82f6;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.25);
}

.box_green {
  background: #dcfce7;
  color: #22c55e;
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.25);
}

.box_magenta {
  background: #fce7f3;
  color: #ec4899;
  box-shadow: 0 4px 12px rgba(236, 72, 153, 0.25);
}

.box_emerald {
  background: #d1fae5;
  color: #10b981;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25);
}

.box_sky {
  background: #e0f2fe;
  color: #0284c7;
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.25);
}

.box_violet {
  background: #f3e8ff;
  color: #a855f7;
  box-shadow: 0 4px 12px rgba(168, 85, 247, 0.25);
}

.box_mint {
  background: #ecfdf5;
  color: #22c55e;
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.25);
}

.box_orange {
  background: #ffedd5;
  color: #f97316;
  box-shadow: 0 4px 12px rgba(249, 115, 22, 0.25);
}

.box_pink {
  background: #fce7f3;
  color: #ec4899;
  box-shadow: 0 4px 12px rgba(236, 72, 153, 0.25);
}

.factor_text_3d {
  font-weight: 600;
  color: #070d25;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
}

/* Development Cost Action Row & 3D Pill Buttons */
.cost_factor_row {
  height: 86px;
  border-bottom: none;
}

.plan_action_row {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-bottom: none;
}

.btn_3d_pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 230px;
  height: 48px;
  padding: 12px 20px;
  font-size: 15.5px;
  font-weight: 500;
  color: #ffffff !important;
  border-radius: 50px;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border: none;
  text-align: center;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.2px;
}

.btn_3d_purple {
  background: linear-gradient(135deg, #592de4 0%, #834bf8 100%);
  box-shadow:
    0 12px 28px rgba(89, 45, 228, 0.45),
    inset 0 2px 3px rgba(255, 255, 255, 0.4),
    inset 0 -2px 3px rgba(0, 0, 0, 0.15);
}

.btn_3d_purple:hover {
  background: linear-gradient(135deg, #4c24df 0%, #763cf5 100%);
  transform: translateY(-2px);
  box-shadow:
    0 16px 32px rgba(89, 45, 228, 0.58),
    inset 0 2px 3px rgba(255, 255, 255, 0.5);
}

.btn_3d_blue {
  background: linear-gradient(135deg, #1b60f0 0%, #3da1fe 100%);
  box-shadow:
    0 12px 28px rgba(27, 96, 240, 0.45),
    inset 0 2px 3px rgba(255, 255, 255, 0.4),
    inset 0 -2px 3px rgba(0, 0, 0, 0.15);
}

.btn_3d_blue:hover {
  background: linear-gradient(135deg, #1254e2 0%, #2f94f8 100%);
  transform: translateY(-2px);
  box-shadow:
    0 16px 32px rgba(27, 96, 240, 0.58),
    inset 0 2px 3px rgba(255, 255, 255, 0.5);
}

.btn_3d_cyan {
  background: linear-gradient(135deg, #00a7b7 0%, #00d9cb 100%);
  box-shadow:
    0 12px 28px rgba(0, 167, 183, 0.45),
    inset 0 2px 3px rgba(255, 255, 255, 0.4),
    inset 0 -2px 3px rgba(0, 0, 0, 0.15);
}

.btn_3d_cyan:hover {
  background: linear-gradient(135deg, #0096a5 0%, #00c9bd 100%);
  transform: translateY(-2px);
  box-shadow:
    0 16px 32px rgba(0, 167, 183, 0.58),
    inset 0 2px 3px rgba(255, 255, 255, 0.5);
}

.mobile_factor_label {
  font-weight: 600;
  color: #4b5563;
  font-size: 16px;
  margin-bottom: 4px;
  display: block;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.1px;
  text-align: center;
}

@media (max-width: 991px) {
  .token_pricing_sec {
    padding: 50px 0;
  }

  .pricing_main_title {
    font-size: 25px;
  }

  .pricing_3d_tray_base {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    overflow-x: visible;
  }

  .pricing_3d_grid {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 18px;
    min-width: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 10px 15px 25px 15px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .pricing_3d_grid::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .card_factors {
    display: none !important;
  }

  .pricing_3d_card {
    scroll-snap-align: center;
    flex: 0 0 86vw;
    max-width: 340px;
    min-width: 270px;
    width: 86vw;
    height: auto !important;
    align-self: flex-start;
    border-radius: 22px;
    box-shadow: 0 12px 32px rgba(10, 24, 60, 0.08);
    border: 1.5px solid #e2e8f5;
    background: #ffffff;
  }

  .card_header {
    height: auto;
    padding: 14px 18px;
  }

  .plan_title_3d {
    font-size: 22px;
  }

  .plan_subtitle_3d {
    font-size: 16px;
  }

  .plan_val_row {
    height: auto !important;
    min-height: auto !important;
    padding: 10px 14px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .mobile_factor_label {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .plan_val_text {
    font-size: 16px;
    color: #070d25;
    font-weight: 500;
    text-align: center;
  }

  .plan_action_row {
    height: auto;
    padding: 16px 14px;
  }

  .btn_3d_pill {
    height: 48px;
    font-size: 16px;
    max-width: 100%;
  }
}

/* New How We Work Process Section (Light Theme 100% Pixel Perfect) */
.process_scroll_section_wrapper {
  position: relative;
  height: 220vh;
}

.token_process_sec_new {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  background: #f8fafc;
  overflow: hidden;
}

.process_centered_layout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.process_center_heading {
  max-width: 960px;
  margin: 0 auto;
}

.process_tag_label {
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

/* Horizontal Scroll Track (Scrollbar Hidden) */
.process_steps_scroll_track {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding: 10px max(24px, calc((100vw - 1180px) / 2)) 20px max(24px, calc((100vw - 1180px) / 2));
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.process_steps_scroll_track::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

/* Individual Step Card (User Friendly & Ultra Attractive) */
.process_step_card {
  flex: 0 0 320px;
  min-width: 320px;
  background: #ffffff;
  border: 1px solid #e2e8f5;
  border-radius: 8px;
  padding: 35px 28px;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  scroll-snap-align: start;
  position: relative;
  overflow: hidden;
  transition: border-color 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
  cursor: pointer;
}

.process_step_card:first-child {
  border-left: 1px solid #e2e8f5;
  border-radius: 8px;
}

.process_step_card:last-child {
  border-radius: 8px;
}

.process_step_card:hover {
  background: #ffffff;
  border-color: #cbd5e1;
}

/* Interactive Cursor Light Glow Effect */
.card_light_glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.4s ease;
  background: radial-gradient(280px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(59, 130, 246, 0.08), transparent 75%);
}

.process_step_card:hover .card_light_glow {
  opacity: 1;
}

.step_num_header {
  font-size: 14px;
  font-weight: 700;
  color: #070d25;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  margin-bottom: 40px;
  position: relative;
  z-index: 5;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.process_step_card:hover .step_num_header {
  opacity: 0;
}

.step_dot {
  color: #ef4444;
  font-weight: 800;
  font-size: 18px;
}

.step_card_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-grow: 1;
  position: relative;
  z-index: 5;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.process_step_card:hover .step_card_content {
  opacity: 0;
  pointer-events: none;
}

/* Whole Card Image Overlay on Hover (Slow Pure Smooth Fade Effect) */
.step_card_hover_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 10;
  background: #ffffff;
  border-radius: inherit;
  padding: 0;
}

.process_step_card:hover .step_card_hover_img {
  opacity: 1;
}

.step_hover_img_display {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.step_card_title {
  font-size: 22px;
  font-weight: 600;
  color: #070d25;
  line-height: 1.15;
  margin-bottom: 18px;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.5px;
}

.step_card_desc {
  /* font-size: 14.5px;/ */
  color: #475569;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 991px) {
  .step_card_content {
    justify-content: flex-start;
  }

  .process_scroll_section_wrapper {
    height: auto;
  }

  .token_process_sec_new {
    position: static;
    height: auto;
    padding: 50px 0;
  }

  .process_full_layout {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .process_left_col {
    flex: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .process_right_col {
    width: 100%;
  }

  .process_big_heading {
    font-size: 42px;
  }

  .process_title_box {
    position: static;
    margin-bottom: 0;
  }

  .process_step_card {
    flex: 0 0 280px;
    min-width: 280px;
    padding: 24px 20px;
    min-height: 360px;
  }

  .process_step_card:hover {
    background: #ffffff !important;
    box-shadow: none !important;
    border-color: #e2e8f5 !important;
    transform: none !important;
  }

  .process_step_card:hover .step_num_header,
  .process_step_card:hover .step_card_content {
    opacity: 1 !important;
    transform: none !important;
  }

  .step_card_hover_img,
  .process_step_card:hover .step_card_hover_img {
    display: none !important;
    opacity: 0 !important;
  }

  .step_card_title {
    font-size: 22px;
  }
}