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

b,
strong {
  font-weight: 600;
}

/* 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%);
}

.main-banner-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.main-banner-list li {
  list-style: none;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.main-banner-list li::before {
  content: "";
  min-width: 10px;
  height: 10px;
  background: #f046b7;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
}

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

.h2tag span {
  color: #f046b7;
}

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

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

.para {
  font-size: 18px;
}

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

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

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

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

  .h2tag {
    font-size: 38px;
  }

  .h3tag {
    font-size: 32px;
  }

  .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;
  }

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

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

  .h3tag {
    font-size: 28px;
  }

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

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

/* common styles ends  */

/* inner_sec_1 */
.inner_sec_1 {
  position: relative;
  z-index: 1;
  padding: 50px 0 30px;
  padding: 150px 0 30px !important;
}

.inner_sec_1 p {
  /* max-width: 55%; */
}

.main-banner-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-banner-list li {
  list-style: none;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.main-banner-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #f046b7;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
}

/* .inner_sec_1::before {
  content: "";
  background: url("../images/crypto-market-making-bot-development-company/sec1_linebg.webp") no-repeat right top;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 50px;
  right: 0;
} */

.inner_sec_1 .h1tag {
  font-weight: 600;
  font-size: 20px;
  content-visibility: visible;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .inner_sec_1 p {
    max-width: 100%;
  }

  /* .inner_sec_1::before {
      right: 0;
  } */
}

@media (max-width: 991px) {
  .inner_sec_1 .svg_button {
    margin: auto;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .inner_sec_1 .banimg {
    display: none;
  }
}

/* inner_sec_1 ends  */

.inner_sec_2 {
  padding: 30px 0 !important;
}

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

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

/* inner_sec_2 ends  */

.inner_sec_2_bg {
  border-radius: 16px;
  padding: 60px;
  background: #fff6e9;
}

@media (max-width: 991px) {
  .inner_sec_2_bg {
    padding: 20px;
  }
}

.inner_sec_5 {
  padding: 40px 0;
}

.inner_sec_5 .contact {
  width: fit-content;
  margin: 70px auto 0;
}

.inner_sec_5 .contact ul {
  margin: 0;
  list-style-type: none;
  display: flex;
  border: 2px solid #ffd62c;
  border-radius: 100px;
  justify-content: center;
  width: fit-content;
  padding: 25px 20px 20px;
}

.inner_sec_5 .contact a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #070d25;
  color: #fff;
  text-decoration: none;
}

.inner_sec_5 .contact li {
  margin: 0 13px;
}

.inner_sec_5 .contact li:hover {
  transition: 1s;
  animation: shake 1s 3;
}

@keyframes shake {
  0% {
    transform: translate(0px, -3px);
  }

  50% {
    transform: translate(0px, 8px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.inner_sec_5 .contact li:nth-last-child(1) {
  margin-right: 0;
}

.inner_sec_5 .contact li:nth-child(1) {
  margin-left: 0;
}

.inner_sec_5 .contact a.green {
  background: #02d087;
}

.inner_sec_5 .contact a.rose {
  background: #f046b7;
}

.inner_sec_5 .contact a.blue {
  background: #2c67d1;
}

.inner_sec_5 .contact span {
  font-size: 20px;
  background: #ffd62c;
  border-radius: 30px;
  margin: 0 auto -20px;
  padding: 2px 30px;
  display: block;
  width: fit-content;
}

@media (max-width: 991px) {
  .inner_sec_5 .contact {
    margin: 15px auto 20px;
  }
}

@media (max-width: 767px) {
  .inner_sec_5 .contact span {
    font-size: 18px;
  }

  .inner_sec_5 .contact a {
    width: 45px;
    height: 45px;
  }

  .inner_sec_5 .contact a img {
    height: 18px;
  }
}

/* inner_sec_8 */
.inner_sec_8 {
  padding: 40px 0;
  background: url("../images/crypto-market-making-bot-development-company/sec8_bgline.webp") no-repeat center;
  background-position-x: 75%;
  background-position-y: 40%;
}

.inner_sec_8 .box {
  background: #ffd9e4;
  padding: 20px;
  border-radius: 20px;
  margin-left: -45px;
}

@media (max-width: 991px) {
  .inner_sec_8 {
    background-size: contain;
  }

  .inner_sec_8 .h2tag {
    text-align: center;
  }

  .inner_sec_8 .box {
    margin: 0;
    margin-top: 20px;
  }
}

/* inner_sec_8 ends  */

/* inner_sec_4  */
.inner_sec_4 {
  padding: 40px 0;
  position: relative;
}

.inner_sec_4::before {
  content: "";
  position: absolute;
  background: url("../images/crypto-trading-bot-development-company/sec4_linebg.webp") no-repeat center;
  height: 633px;
  width: 100%;
  z-index: -1;
  right: 0;
}

.inner_sec_4 .boxbg {
  background: url(../images/crypto-trading-bot-development-company/sec4_bg.webp) no-repeat center #ffff9f;
  border-radius: 20px;
  border: 1px solid #ffd62c;
  padding: 40px;
  max-width: 80%;
  margin: 0 auto;
  background-size: 100% 100%;
}

@media (max-width: 991px) {
  .inner_sec_4 .boxbg {
    max-width: 100%;
    padding: 40px 20px;
  }
}

/* inner_sec_4 ends  */

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

.inner_sec_28 .boxbg {
  background: url("../images/stellar-blockchain-wallet-development-services/sec_28bg.webp") no-repeat center #ffd9e4;
  border-radius: 20px;
  border: 1px solid #f8a9dd;
  padding-top: 20px;
  padding-right: 50px;
  max-width: 80%;
  margin: 0 auto;
  background-size: 100% 100%;
}

.inner_sec_28 h5 {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .inner_sec_28 .boxbg {
    max-width: 100%;
    padding: 15px;
    background-image: none;
  }

  .inner_sec_28 .boxbg img {
    margin-bottom: 15px;
  }
}

/* inner_sec_28 ends  */

.inner_sec_3 {
  padding: 30px 0 80px;
}

.inner_sec_3 .headbg {
  position: relative;
}

.inner_sec_3 .curve {
  position: relative;
}

.inner_sec_3 .headbg::before {
  content: "";
  position: absolute;
  left: -160px;
  right: 0;
  margin: 0 auto;
  bottom: -80px;
  background: url(../images/crypto-market-making-bot-development-company/sec3_smcurv.webp) no-repeat center;
  width: 98px;
  height: 100px;
}

.inner_sec_3 .headbg img {
  position: absolute;
  right: 0;
  bottom: 90px;
}

.inner_sec_3 .boxlow {
  margin-top: 70px;
  margin-bottom: -70px;
}

.inner_sec_3 .box {
  background: #cfadda;
  padding: 30px 40px;
  border-radius: 20px;
  margin-bottom: 28px;
}

.inner_sec_3 .box:hover {
  background: #cfaddafa;
}

/* .inner_sec_3 .box:hover{
  transform: scale(1.027);
  transition: .3s;
} */
.inner_sec_3 .box.blue {
  background: #c4d9ff;
}

.inner_sec_3 .box.blue:hover {
  background: #c4d9fff6;
}

.inner_sec_3 .box.ash {
  background: #fcd7d2;
}

.inner_sec_3 .box.ash:hover {
  background: #fcd7d2f8;
}

.inner_sec_3 .box.rose {
  background: #ffd9e4;
}

.inner_sec_3 .box.rose:hover {
  background: #ffd9e4f6;
}

.inner_sec_3 .box.green {
  background: #ccf7e8;
}

.inner_sec_3 .box.green:hover {
  background: #ccf7e8f5;
}

.inner_sec_3 .box p {
  margin-bottom: 0;
}

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

  .inner_sec_3 .col-lg-4 .box {
    margin-bottom: 20px;
  }

  .inner_sec_3 .col-lg-4:nth-last-child(1) .box {
    margin-bottom: 0;
  }

  .inner_sec_3 .boxlow {
    margin-top: 0;
    margin-bottom: 0;
  }

  .inner_sec_3 .headbg img {
    height: 100px;
  }

  .inner_sec_3 .headbg::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .inner_sec_3 .box {
    padding: 22px;
  }
}

/* inner_sec_3 ends  */

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

.inner_sec_20 .pink-style h5 {
  background: transparent;
}

.inner_sec_20 .blue-style h5 {
  background: transparent;
}

.inner_sec_20 .pink-style {
  background: #ffd9e4;
  border-radius: 20px;
  padding: 30px;
}

.inner_sec_20 .blue-style {
  background: #c4d9ff;
  border-radius: 20px;
  padding: 30px;
}

.inner_sec_20 .purple-style {
  background: #f1c7ff;
  border-radius: 20px;
  padding: 30px;
}

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

.tccb-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.inner_sec_20 .pink-style h5 {
  color: #f046b7;
}

.inner_sec_20 .blue-style h5 {
  color: #2c67d1;
}

.inner_sec_20 .purple-style h5 {
  color: #6d0c8d;
}

.tccb-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

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

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

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

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

.three-column-color-box {
  position: relative;
  z-index: 1;
}

/* .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;
  }
}

@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_20 ends  */

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

.inner_sec_23 .box {
  border: 1px solid #e3e4e5;
  border-radius: 16px;
  padding: 40px;
  padding-top: 40px;
  position: relative;
  text-align: center;
  margin-top: 45px;
}

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

.inner_sec_23 .box h5 {
  background: #ffd9e4;
  border-radius: 50px;
  padding: 7px 20px;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
}

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

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

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

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

  .inner_sec_23 .box {
    margin-top: 25px;
  }
}

/* inner_sec_23 ends  */

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

.inner_sec_26.mixed-waves-2 .bgimg {
  background: url("../images/stellar-blockchain-wallet-development-services/sec19_bg.webp") no-repeat center;
  background-size: 100%;
}

.inner_sec_26 {
  padding: 40px 0;
}

.img-overlay-text {
  background: url(../images/crypto-trading-bot-development-company/banner-img-5.webp) no-repeat scroll center top;
  min-height: 641px;
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  flex-wrap: wrap;
}

.img-overlay-text>div {
  width: 50%;
}

.iot-card {
  background: #dedede;
  padding: 20px 30px;
  border-radius: 20px;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  width: fit-content;
  margin-left: auto;
  margin-right: 200px;
}

.img-overlay-text>div:nth-child(even) .iot-card {
  margin-left: 200px;
  margin-right: initial;
}

.iotc-green {
  background-color: #ccf7e8;
}

.iotc-orange {
  background-color: #ffb6ad;
}

.iotc-purple {
  background-color: #f1c7ff;
}

.iotc-pink {
  background-color: #ffd9e4;
}

.iotc-blue {
  background-color: #c4d9ff;
}

.iotc-ash {
  background-color: #ffdad6;
}

@media (max-width: 991px) {
  .img-overlay-text>div {
    width: 100%;
  }

  .img-overlay-text>div:nth-child(even) .iot-card {
    margin-left: 0;
  }

  .img-overlay-text {
    background-image: none;
    min-height: unset;
  }

  .iot-card {
    max-width: 100%;
    margin-bottom: 30px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .iot-card:last-child {
    margin-bottom: 0;
  }

  .iot-card:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

/* inner_sec_26 ends  */

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

.inner_sec_13 .pink-style span {
  background: transparent;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 20px;
  color: #1e2237;
}

/* .inner_sec_13 .blue-style h5 {
    background: transparent;
    margin-bottom: 0px;
  }
  .inner_sec_13 .green-style h5 {
    background: transparent;
  } */
.inner_sec_13 .pink-style {
  border: 1px solid #bed0ef;
  border-radius: 16px;
  padding: 32px;
  transition: 0.3s;
}

.inner_sec_13 .pink-style p {
  margin-bottom: 0px;
}

.inner_sec_13 .pink-style:hover {
  box-shadow:
    0 1px 2px 0 rgba(138, 144, 174, 0.15),
    0 4px 4px 0 rgba(138, 144, 174, 0.13),
    0 10px 6px 0 rgba(138, 144, 174, 0.08),
    0 18px 7px 0 rgba(138, 144, 174, 0.02),
    0 28px 8px 0 rgba(138, 144, 174, 0);
  background: #fff;
  border: 1px solid #556ff2;
}

.inner_sec_13 .pink-style:hover span {
  /* color: #e530b2 !important; */
}

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

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

.tccb-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.inner_sec_13 .pink-style h5 {
  /* color: #1e2237; */
}

.inner_sec_13 .blue-style h5 {
  /* color: #1e2237; */
}

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

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

/* .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_13 .blue-style li::before {
    background: #2c67d1;
  }
  .inner_sec_13 .purple-style li::before {
    background: #6d0c8d;
  } */
.three-column-color-box {
  position: relative;
}

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

  .h2tag {
    text-align: center;
  }

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

  .inner_sec_13 {
    margin: 10px 0px;
    text-align: center;
  }

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

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

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

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

  .tccb_card_head p {
    text-align: center;
  }

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

  .tccb_card_head h3 {
    text-align: 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_13 .blue-style {
    padding: 20px;
  }

  .inner_sec_13 .pink-style {
    padding: 20px;
  }

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

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

.inner_sec_21 {
  position: relative;
  z-index: 1;
  padding: 20px 0;
}

.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 */

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

.inner_sec_21 .card span {
  color: #1e2237;
  background: #dedede;
  border-radius: 15px;
  padding: 10px;
  display: inline-block;
  margin-top: -10px;
}

.inner_sec_21 .card span.h5tag {
  font-size: 20px;
}

.inner_sec_21 .card p {
  margin-bottom: 0;
  max-width: 90%;
}

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

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

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

.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 .card .card-text {
  margin: 0px 15px 0px 0px;
  padding: 20px;
  border: 1px solid rgba(207, 224, 255, 0.8);
  border-radius: 20px;
  height: 100% !important;
  min-height: 220px;
}

.inner_sec_21 .card .card-text p {
  max-width: unset !important;
}

.inner_sec_21 .card {
  height: 100% !important;
}

.inner_sec_21 .card .card-text .category_list {
  font-weight: 600;
}

.inner_sec_21 .card.pink-card span {
  background-color: #ffebcb;
  width: 100%;
  text-align: center;
}

.inner_sec_21 .card.blue-card span {
  background-color: #bff5e2;
  width: 100%;
  text-align: center;
}

.inner_sec_21 .card.yellow-card span {
  background-color: #e9d1fb;
  width: 100%;
  text-align: center;
}

.inner_sec_21 .card.sandle-card span {
  background-color: #ffdbcb;
  width: 100%;
  text-align: center;
}

.inner_sec_21 .card.green-card span {
  background-color: #fbd1ed;
  width: 100%;
  text-align: center;
}

.inner_sec_21 .purple-card span {
  background-color: #cbd9f3;
  width: 100%;
  text-align: center;
}

.zig_zag {
  /* padding-top: 100px; */
}

.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;
  transition: 0.3s;
  margin: 0 auto;
}

.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);
}

.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.5);
}

.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 .slick-active.slick-center .box {
  background: #edfff9;
}

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

@media (min-width: 1199px) {
  .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;
  }
}

@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%;
  }

  .inner_sec_21 {
    text-align: center;
  }

  .inner_sec_21 .card .card-text {
    margin: 0px;
  }
}

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

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

  .inner_title {
    font-size: 32px !important;
  }
}

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

  .inner_sec_21 .card p {
    text-align: center;
  }
}

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

  .inner_sec_21 .card span.h5tag {
    font-size: 18px;
  }
}

/* inner_sec_21 ends  */

/* blog_sec_new start */
.blog_sec_new {
  /* margin: 40px 0; */
}

.blog_sec_new .box_content ul {
  margin: auto;
  padding-left: 0px !important;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 10px;
  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: 30%;
}

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

/* .blog_sec_new .h3tag {
  line-height: 50px;
} */

.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/cryptocurrency-wallet-development-company/ban_bg_1.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; */
  font-size: 36px;
}

.blog_sec_new_head .box_content li {
  width: auto;
}

/* blog_sec_new end */

/* inner_sec_bg2 start */

.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_bg2 .h3tag {
  max-width: 70%;
  margin: auto;
}

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

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

.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: 16px;
    /* width: 24%; */
    white-space: nowrap;
  }
}

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

  .inner_sec_bg2 {
    padding: 25px;
  }

  .blog_sec_new .box_content li {
    /* width: 46%; */
  }

  .about_section_6 {
    /* padding: 60px 0px 40px !important; */
  }
}

@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%;
  }

  .blog_sec_new {
    text-align: center;
    /* margin: 10px 0px ; */
  }

  .blog_sec_new .box_content ul {
    justify-content: center;
    gap: 10px;
  }

  .blog_sec_new_head {
    padding: 30px 15px;
  }

  .blog_sec_new_head .h3tag {
    line-height: 40px;
    font-size: 22px;
  }

  .inner_sec_2 {
    padding: 20px 0px !important;
  }

  .blog_sec_new {
    margin: 20px 0px;
  }
}

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

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

  .blog_sec_new .box_content li {
    padding: 10px;
  }

  .inner_sec_2 img {
    /* margin-bottom: 15px; */
  }

  .blog_sec_new .box_content ul {
    align-items: center;
  }

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

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

  .inner_sec_bg2 {
    padding: 30px 15px;
  }
}

/* inner_sec_bg2 end */

/*  */
.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_bg_green {
  background: #d1ffdb url(../images/pancakeswap-cone-script/ban_bg.png) no-repeat;
  border-radius: 16px;
  padding: 30px;
  background-size: cover;
}

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

.blog_side_menu ul {
  list-style: none;
}

.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("../images/pancakeswap-cone-script/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;   */
  /* background: #ffeef9; */
  /* height:75%; */
}

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

.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;
}

.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 {
  position: relative;
}

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

.category_content {
  border: 1px solid rgba(20, 104, 239, 0.25);
  border-radius: 8px;
  padding: 48px;
  background: #f1f6ff;
  height: 360px;
}

.blog_views .blue_bg {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}

.blog_views .blue_bg span {
  font-weight: 500;
  font-size: 32px;
  color: #1468ef;
}

.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;
  }

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

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

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

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

.text-slider {
  background: #ffe7f7;
  background: linear-gradient(90deg, #ffe7f7 0%, rgba(255, 231, 247, 0) 100%);
  border-radius: 20px;
  border: 1px solid #ffc9ed;
  padding: 40px;
  position: relative;
  min-height: 300px;
}

.text-slider::before {
  /* content: "";
  background: url("../images/decentralized-exchange-development-company-2023/green_curve.webp")
    no-repeat scroll 0 0;
  width: 203px;
  height: 367px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0; */
}

.slider-card h3 {
  color: #e530b2;
  margin-bottom: 20px;
  max-width: 70%;
}

.slider-card p {
  /* max-width: 70%; */
}

.text-slider .slick-prev {
  left: 30px;
  top: 88%;
  background-color: transparent;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  z-index: 9;
}

.text-slider .slick-prev:hover {
  background: #e530b2;
}

.text-slider .slick-next {
  left: 75px;
  right: auto;
  top: 88%;
  background-color: transparent;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

.text-slider .slick-next:hover {
  background: #e530b2;
}

.text-slider .slick-next::before {
  content: "";
  background: url("../images/icons/next_icon.webp") no-repeat;
  width: 13px;
  height: 22px;
  position: absolute;
  background-size: 70%;
  top: 9px;
  left: 13px;
}

.text-slider .slick-prev::before {
  content: "";
  background: url("../images/icons/prev_icon.webp") no-repeat;
  width: 13px;
  height: 22px;
  position: absolute;
  background-size: 70%;
  top: 9px;
  left: 9px;
}

.text-slider .slick-prev:hover::before,
.text-slider .slick-next:hover::before {
  filter: brightness(0) invert(1);
}

@media (max-width: 1199px) {
  .slider-card p {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .inner_sec_15 .svg_button {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .text-slider {
    min-height: auto;
  }

  .text-slider::before {
    display: none;
  }

  .slider-card h3 {
    max-width: 100%;
    text-align: center;
    font-size: 20px;
  }

  .slider-card p {
    text-align: center;
  }

  .text-slider .slick-prev {
    left: 50%;
    margin-left: -40px;
    z-index: 9;
    top: 85%;
  }

  .text-slider .slick-next {
    left: auto;
    right: 50%;
    margin-right: -40px;
    top: 85%;
  }

  .inner_sec_15 {
    text-align: center;
  }

  .inner_bg_green {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .text-slider .slick-prev {
    top: 93%;
  }

  .text-slider .slick-next {
    top: 93%;
  }

  .inner_bg_pink {
    padding: 20px;
  }

  .inner_bg_green {
    padding: 20px;
  }
}

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

.inner_sec_29 .accordion-item {
  background: #eeeff200;
  border: 0;
  border-radius: 0px;
  margin-bottom: 0px;
  margin-top: 5px;
  transition: 0.5s;
  position: relative;
  border-bottom: 1px solid #ebecef;
}

.inner_sec_29 .accordion-item.accordion_item_active {
  box-shadow: 0 0 10px 5px #00000014;
  border: 0;
  border-color: transparent;
  border-radius: 20px;
}

/* .inner_sec_29 .accordion-item.accordion_item_active .accordion-button.h5tag {
  color: #e530b2 !important;
} */
/* .inner_sec_29 .accordion-item:not(.collapsed) .accordion-button.h5tag{
  color: #e530b2 !important;
} */
.inner_sec_29 .accordion-button {
  background: transparent;
  box-shadow: none !important;
  padding: 18px;
  padding-right: 90px;
  color: #000;
  position: unset;
}

.inner_sec_29 .accordion-item:focus-visible {
  outline: none;
}

.inner_sec_29 .accordion-button h5 {
  margin-bottom: 0;
}

.inner_sec_29 .accordion-button::after {
  background: #fff url("../images/stellar-blockchain-wallet-development-services/sec29_arw.webp") no-repeat center;
  position: absolute;
  right: 30px;
  transform: rotate(0deg);
  /* top: 35px; */
  margin: auto 0;
  transition: 0.5s;
}

/* .inner_sec_29 .accordion-item:not(.collapsed) .accordion-button::after {
  transform: rotate(90deg);
} */
.inner_sec_29 .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
}

.inner_sec_29 .accordion-item .para span {
  font-weight: 600;
}

.inner_sec_29 .accordion-body {
  padding: 20px;
  padding-right: 90px;
  padding-top: 0px;
}

.inner_sec_29 .accordion-body p {
  margin-bottom: 0;
  text-align: left;
}

.accordion-header .h5tag {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 600;
}

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

@media (max-width: 767px) {
  .inner_sec_29 .accordion-body {
    padding-right: 30px;
  }
}

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

  .inner_sec_29 .svg_button {
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
  }

  .inner_sec_2 {
    text-align: center;
  }
}

/* inner_sec_29 ends  */

.awards_panel_1 {
  background: #ffebcb !important;
}

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

.awards_panel_1 .awards_list {
  margin-top: -83px;
}

@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;
  }
}

.inner_2_pinkbg {
  background: #fff2ff;
  padding: 40px 0px !important;
}

/* portfolio_slider starts*/
.portfolio_slider {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  justify-content: flex-end;
  max-width: 75%;
  margin: 0 auto;
}

.portfolio_slider .anime {
  animation: rightslide 40s infinite linear;
  width: 2921px;
  min-width: 2000px;
}

@keyframes rightslide {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(100%);
  }
}

/* portfolio_slider ends */

/* Projects Slider Section Starts */
.slider_website_wrapper {
  position: relative;
  overflow: hidden;
}

.slider_website_item {
  width: 200px;
  height: 120px;
  background-position: 50% 50%;
  display: inline-block;
  transition: 0.5s;
  background-size: cover;
  position: absolute;
  z-index: 1;
  top: unset;
  transform: translate(0, 0%);
  border-radius: 8px;
  bottom: 30px;
}

.slider_website_item:nth-child(1),
.slider_website_item:nth-child(2) {
  left: 0;
  top: 0;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

div#website_slide {
  position: relative;
  height: 700px;
  width: 100%;
  display: inline-block;
}

.slider_website_item:nth-child(n + 6) {
  left: calc(50% + 660px);
  opacity: 0;
}

.slider_website_item:nth-child(5) {
  left: calc(78% + 40px);
}

.slider_website_item:nth-child(4) {
  left: calc(62% + 20px);
}

.slider_website_item:nth-child(3) {
  left: 46%;
}

.slider_website_item {
  width: 17%;
}

.slider_website_item:nth-child(1) {
  z-index: 0;
}

.slider_website_item:nth-child(2) {
  z-index: 1;
}

.slider_website_item:nth-child(n + 6) {
  z-index: -1;
}

@media screen and (max-width: 1279px) {
  div#website_slide {
    height: 600px;
  }

  .slider_website_item {
    height: 100px;
    bottom: 10px;
  }
}

/* Projects Slider Section Ends */

/* inner_sec_12 */
.inner_sec_12 {
  padding: 50px 0;
}

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

.head-title-center h2 {
  text-align: center;
  /* max-width: 70%; */
  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 h3 {
  min-width: 30%;
  text-align: center;
  background: #dedede;
  border-radius: 15px;
  padding: 15px;
  font-size: 20px;
  color: #070d25;
}

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

.green-style h3 {
  background: #ccf7e8;
}

.blue-style h3 {
  background: #c4d9ff;
}

.violet-style h3 {
  background: #ebafff;
}

.orange-style h3 {
  background: #ffec9b;
}

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

.flex_img:hover {
  background: #efeaff;
}

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

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

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

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

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

@media (max-width: 991px) {

  .inner12_bg h2,
  .para {
    text-align: center;
  }

  .sticky_col {
    text-align: center;
  }
}

@media (max-width: 575px) {}

@media (max-width: 767px) {
  .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;
  }

  .inner12_bg {
    /* padding: 25px; */
  }

  .inner12_bg {
    text-align: center;
  }

  .flex_img {
    /* flex-direction: column; */
    text-align: left;
    /* padding: 0px; */
  }

  #flex-title-left-content {
    height: auto;
    max-height: fit-content;
  }

  .flex_img p {
    text-align: left;
  }
}

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

.bot_panel_div {
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 16px;
  padding: 48px;
  transition: 0.3s all ease-in-out;
  cursor: default;
  margin-bottom: 8px;
  margin: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.bot_panel_div.bg_1 {
  background: #c7d2fe;
  border-color: #c7d2fe;
}

.bot_panel_div.bg_2 {
  background: #fde68a;
  border-color: #fde68a;
}

.bot_panel_div.bg_3 {
  background: #a5f3fc;
  border-color: #a5f3fc;
}



.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;
  }

  .bot_panel_div {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .bot_panel_div {
    padding: 30px;
  }
}

/*  Inner Section 24  Ends  */

/* inner_sec23_new  */
.inner_sec23_new {
  padding: 40px 0;
  background: linear-gradient(135deg,
      #F8FBFF 0%,
      #F5F2FF 50%,
      #EEF7FF 100%);
}

.inner_sec23_new .box {
  position: relative;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(63, 162, 246, 0.25);
  border-radius: 16px;
  padding: 32px;
  /* padding-top: 40px; */
  text-align: left;
  margin-top: 30px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  align-items: flex-start;
  gap: 20px;
  box-shadow:
    inset 0 12px 16px rgba(255, 255, 255, 0.6),
    inset 0 -8px 12px rgba(0, 0, 0, 0.015),
    0 10px 30px rgba(63, 162, 246, 0.05);
}

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

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

.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: #cee9ff;
  color: #3fa2f6;
  transition: 0.3s;
}

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

.inner_sec23_new .box:hover {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(25px) saturate(200%);
  -webkit-backdrop-filter: blur(25px) saturate(200%);
  border-color: rgba(63, 162, 246, 0.45);
  box-shadow:
    inset 0 12px 20px rgba(255, 255, 255, 0.85),
    inset 0 -8px 16px rgba(63, 162, 246, 0.04),
    0 20px 40px rgba(63, 162, 246, 0.14);
  transform: translateY(-4px) scale(1.02);
}

.inner_sec23_new .box img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  border-radius: 10px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.inner_sec23_new .box:hover img {
  transform: scale(1.1);
}

/* .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;
}

.inner_sec23_new .para_width {
  max-width: 75%;
  margin: auto;
}

.awards_panel_1 {
  background: #ffebcb !important;
}

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

.awards_panel_1 .awards_list {
  margin-top: -83px;
}

@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 {
    padding: 40px 0px;
  }

  .inner_sec23_new .para_width {
    max-width: 100%;
  }
}

@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;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

/* inner_sec_23_new ends  */

/* Inner section 40 Starts */
.inner_sec_40 {
  background: rgb(254 242 238);
  padding: 60px 0px;
}

.purple_box {
  background: rgb(255 214 200 / 40%);
  border-radius: 16px;
  padding: 24px;
}

.purple_box b {
  font-weight: 600;
}

.purple_box .h5tag {
  color: #a75132;
}

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

  .inner_sec_40 .h3tag,
  .inner_sec_40 .h5tag,
  .white_box .h5tag {
    text-align: center;
  }
}

/* Inner section 40 Ends */

/* What We Deliver Section */
.what_we_deliver_sec {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  /* background: linear-gradient(180deg, #ffffff 0%, #f9faff 100%); */
}

.what_we_deliver_sec .blob {
  position: absolute;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.16;
  z-index: 0;
  pointer-events: none;
}

.what_we_deliver_sec .blob-1 {
  top: 10%;
  left: -10%;
  background: #02d087;
}

.what_we_deliver_sec .blob-2 {
  bottom: 10%;
  right: -10%;
  background: #f046b7;
}

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

.rolling_coins_wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.rolling_coin {
  position: absolute;
  bottom: 20px;
  left: -250px;
  width: 160px;
  height: auto;

  /* filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.28)); */
  transform-origin: center;
  will-change: transform;
}

/* Responsive sizes */
@media (max-width: 991px) {
  .rolling_coins_wrapper {
    top: 0;
    height: 100%;
  }

  .rolling_coin {
    width: 110px;
    bottom: 12px;
    left: -180px;
  }
}

@media (max-width: 575px) {
  .rolling_coins_wrapper {
    top: 0;
    height: 100%;
  }

  .rolling_coin {
    width: 75px;
    bottom: 8px;
    left: -120px;
  }
}

.deliver_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* Liquid Glass UI Card Design */
.deliver_card {
  position: relative;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  padding: 24px 26px;
  display: flex;
  align-items: center;
  height: 100%;
  box-shadow:
    inset 0 12px 16px rgba(255, 255, 255, 0.6),
    inset 0 -8px 12px rgba(0, 0, 0, 0.015),
    0 10px 30px rgba(31, 38, 135, 0.05);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Liquid Glass Hover: glossy highlight shift and scale lift */
.deliver_card:hover {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(25px) saturate(200%);
  -webkit-backdrop-filter: blur(25px) saturate(200%);
  border-color: rgba(240, 70, 183, 0.45);
  box-shadow:
    inset 0 12px 20px rgba(255, 255, 255, 0.85),
    inset 0 -8px 16px rgba(240, 70, 183, 0.04),
    0 20px 40px rgba(240, 70, 183, 0.14);
  transform: translateY(-4px) scale(1.02);
}

.deliver_card_icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  flex-shrink: 0;
  background: transparent;
  border: none;
}

/* Clean SVG icon styling */
.deliver_card_icon svg {
  display: block;
  width: 32px;
  height: 32px;
  color: #f046b7;
  /* Brand Pink */
  overflow: visible;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.deliver_card_icon svg * {
  transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1), fill-opacity 0.35s cubic-bezier(0.215, 0.61, 0.355, 1), stroke-width 0.35s cubic-bezier(0.215, 0.61, 0.355, 1), stroke 0.35s ease;
}

/* Hover: subtle icon scale */
.deliver_card:hover .deliver_card_icon svg {
  transform: scale(1.1);
}




.deliver_card_title {
  font-size: 16px;
  font-weight: 600;
  color: #070d25;
  line-height: 1.4;
  text-align: start;
}

.deliver_card_title .fs-7 {
  font-size: 12.5px;
  font-weight: 500;
}

/* Micro animations that run on hover, simulating Lottie dynamics */

/* Custodial: Shackle unlock click and shackle lift */
.deliver_card:hover .icon-custodial svg {
  animation: unLock3D 0.5s ease forwards;
}

.deliver_card:hover .icon-custodial svg path:first-of-type {
  transform: translateY(-3px);
}

@keyframes unLock3D {
  0% {
    transform: scale(1.1) rotate(0);
  }

  50% {
    transform: scale(1.1) rotate(-5deg);
  }

  100% {
    transform: scale(1.1) rotate(0);
  }
}

/* Staking: Chart columns scale rise (staggered) */
.deliver_card:hover .icon-staking svg .col-1 {
  transform: translateY(-1.5px);
}

.deliver_card:hover .icon-staking svg .col-2 {
  transform: translateY(-3px);
}

.deliver_card:hover .icon-staking svg .col-3 {
  transform: translateY(-4.5px);
}

.deliver_card:hover .icon-staking svg .col-1 {
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.deliver_card:hover .icon-staking svg .col-2 {
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.05s;
}

.deliver_card:hover .icon-staking svg .col-3 {
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
}

/* Non-Custodial: Shield spring pop */
.deliver_card:hover .icon-noncustodial svg {
  animation: shieldPop3D 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.2);
}

@keyframes shieldPop3D {
  0% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(1.25) rotate(3deg);
  }

  100% {
    transform: scale(1.1);
  }
}

/* Smart Contract: contract sheets sliding outward */
.deliver_card:hover .icon-smartcontract svg g {
  transform: translate(2.5px, 0.5px);
  transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* DeFi: Rotate swap ring & float coin */
.deliver_card:hover .icon-defi svg path {
  /* transform: rotate(180deg); */
  transform-origin: 12px 12px;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.deliver_card:hover .icon-defi svg ellipse:nth-of-type(2) {
  transform: translateY(-2px);
  transition: transform 0.4s ease;
}

/* Cross-Chain: rotation shuffle */
/* .deliver_card:hover .icon-crosschain svg g:first-of-type {
  transform: translate(-1px, 0.5px);
  transition: transform 0.35s ease;
}

.deliver_card:hover .icon-crosschain svg g:nth-of-type(2) {
  transform: translate(1px, -0.5px);
  transition: transform 0.35s ease;
} */

.deliver_card:hover .icon-crosschain svg path:first-of-type {
  stroke-width: 3.5px;
  transition: stroke-width 0.3s ease;
}

/* NFT: Image path offset translation */
.deliver_card:hover .icon-nft svg polygon:first-of-type {
  transform: scale(1.2) rotate(15deg);
  transform-origin: 12px 12px;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Hardware: casing pivoting open */
.deliver_card:hover .icon-hardware svg path:first-of-type {
  transform: rotate(-30deg) translate(-2px, -1px);
  transform-origin: 8px 8px;
  transition: transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.2);
}

/* Multi-Currency: 3D coin stacking and floating */
.deliver_card .icon-multicurrency svg {
  overflow: visible;
}

.deliver_card .icon-multicurrency svg .coin {
  transition: transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.2);
}

.deliver_card .icon-multicurrency svg .orbit-line {
  transition: stroke-dashoffset 0.8s linear, opacity 0.4s ease;
}

.deliver_card .icon-multicurrency svg .sparkle {
  transform-origin: center;
  transition: transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.2), opacity 0.4s ease;
  opacity: 0.5;
}

/* Hover States */
.deliver_card:hover .icon-multicurrency svg .front-coin {
  transform: translate(0.5px, 1px) scale(1.03);
}

.deliver_card:hover .icon-multicurrency svg .mid-coin {
  transform: translate(1.5px, -1px) scale(1.05);
}

.deliver_card:hover .icon-multicurrency svg .back-coin {
  transform: translate(-1.5px, -1.5px) scale(1.08);
}

.deliver_card:hover .icon-multicurrency svg .orbit-line {
  stroke-dashoffset: -10;
  opacity: 1;
}

.deliver_card:hover .icon-multicurrency svg .sparkle.sp-1 {
  transform: scale(1.3) rotate(45deg);
  opacity: 1;
}

.deliver_card:hover .icon-multicurrency svg .sparkle.sp-2 {
  transform: scale(1.3) rotate(-45deg);
  opacity: 1;
}

/* MPC: node scales */
.deliver_card:hover .icon-mpc svg circle:last-of-type {
  transform: scale(1.3);
  transform-origin: 12px 12.5px;
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Multi-Chain: layers separating upward */
.deliver_card:hover .icon-multichain svg polygon:nth-of-type(3) {
  transform: translateY(-4px);
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.deliver_card:hover .icon-multichain svg polygon:nth-of-type(2) {
  transform: translateY(-2px);
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Enterprise: briefcase bounce */
.deliver_card:hover .icon-enterprise svg {
  animation: briefcaseBounce 0.5s ease;
}

@keyframes briefcaseBounce {

  0%,
  100% {
    transform: scale(1.1) translateY(0);
  }

  50% {
    transform: scale(1.1) translateY(-4px);
  }
}

/* Mobile: phone tilt rotation */
.deliver_card:hover .icon-mobile svg {
  animation: phoneTiltAnim 0.45s ease-in-out;
}

@keyframes phoneTiltAnim {

  0%,
  100% {
    transform: scale(1.1) rotate(0);
  }

  30% {
    transform: scale(1.1) rotate(-8deg);
  }

  70% {
    transform: scale(1.1) rotate(8deg);
  }
}

/* White Label: tag sway */
.deliver_card:hover .icon-whitelabel svg {
  transform: scale(1.1) rotate(-15deg);
  transform-origin: 6px 6px;
  transition: transform 0.4s ease;
}

/* Token: star pop animation */
.deliver_card:hover .icon-token svg ellipse:nth-of-type(2) {
  transform: translateY(-2.5px);
  transition: transform 0.35s ease;
}

.deliver_card:hover .icon-token svg path {
  transform: scale(1.2);
  transform-origin: 12px 11.5px;
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.2);
}

/* Web: screen glow pulse */
.deliver_card:hover .icon-web svg rect:nth-of-type(3) {
  transform: skewX(-12) rotate(4) translate(3px, -3px);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.2);
}

.deliver_card:hover .icon-web svg {
  filter: drop-shadow(0 4px 10px rgba(240, 70, 183, 0.45));
}

@media (max-width: 1199px) {
  .deliver_grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .deliver_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

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

  .deliver_card {
    padding: 16px 20px;
  }

  .deliver_card_title {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .deliver_grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* client-highlight styling for EJS header animations */
.client-highlight {
  position: relative;
  display: inline-block;
}

.client-highlight svg.underline {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 20px;
  overflow: visible;
  pointer-events: none;
}

.client-highlight path {
  fill: none;
  stroke: #f046b7;
  /* Brand pink color */
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

/* ==========================================
   Hero Section Custom Styling (Dark/Video)
   ========================================== */
section.inner_sec_1 {
  background: #000000 !important;
  position: relative !important;
  overflow: hidden !important;
  min-height: 100vh;
  display: flex;
  align-items: center;
  z-index: 1;
  padding: 100px 0 30px !important;
}

/* Video Background Container on the right side */
.hero-video-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.hero-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.2) contrast(1.1) brightness(1.1);
}

/* Elegant left-to-right fade overlay for desktop */
.hero-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0) 65%, #000000 100%),
    linear-gradient(to right,
      #000000 0%,
      rgba(0, 0, 0, 0.95) 15%,
      rgba(0, 0, 0, 0.5) 45%,
      rgba(0, 0, 0, 0) 100%);
  z-index: 3;
}

/* Content wrapper style */
.inner_sec_1 .container {
  position: relative;
  z-index: 4;
}

.inner_sec_1 .h1tag {
  color: #9757cf !important;
}

.inner_sec_1 .h2tag {
  color: #ffffff !important;
  font-weight: 400 !important;
}

.inner_sec_1 .para {
  color: #cccccc !important;
  font-size: 16px !important;
  max-width: 500px;
}

/* Responsiveness for Smaller Viewports */
@media (max-width: 991px) {
  section.inner_sec_1 {
    min-height: 100vh !important;
    padding: 120px 0 80px 0 !important;
    text-align: center !important;
  }

  .hero-video-container {
    width: 100%;
    opacity: 0.85;
  }

  .hero-video-overlay {
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.6) 0%,
        rgba(0, 0, 0, 0.85) 100%) !important;
    z-index: 3;
  }

  .inner_sec_1 .h2tag {
    font-size: 36px !important;
  }

  .inner_sec_1 .para {
    font-size: 16px !important;
    max-width: 650px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .inner_sec_1 .bc_btn {
    margin: 30px auto 0 !important;
    display: block !important;
  }

  .inner_sec_1 .svg_button {
    margin: 30px auto 0 !important;
  }
}

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

  .inner_sec_1 .h2tag {
    font-size: 28px !important;
  }
}

/* BC.Game Custom Button Style (bc_btn) with Border SVG Animation and Dark Blur */
.bc_btn {
  border-radius: 999px;
  width: fit-content !important;
  display: inline-block;
  overflow: visible !important;
}

.bc_btn a {
  font-family: inherit;
  display: inline-block;
  padding: 12px 35px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  border-radius: 999px;
  font-weight: 400;
  color: #ffffff !important;
  text-decoration: none !important;
  line-height: unset !important;
  height: unset !important;
  cursor: pointer;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3), 0 0 10px rgba(65, 17, 162, 0.15);
  white-space: nowrap;

  /* Inside blur dark theme suit */
  background: rgba(8, 12, 35, 0.55);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1.5px solid rgba(65, 17, 162, 0.25);
}

.bc_btn .electric-svg {
  position: absolute;
  top: -1.5px;
  left: -1.5px;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  pointer-events: none;
  z-index: 2;
  overflow: visible !important;
}

.bc_btn .electric-path {
  fill: none;
  stroke: #5726b9;
  stroke-width: 2.5;
  /* Slightly thicker stroke for button boundary visibility */
  stroke-linecap: round;

  /* Glowing segment of length 120 and gap of 2095.75 (exact total perimeter 2215.75) */
  stroke-dasharray: 120 2095.75;

  /* Smooth moving animation along the border */
  animation: runElectricButton 5s linear infinite;

  filter:
    drop-shadow(0 0 4px #4111A2) drop-shadow(0 0 8px #6c25e8) drop-shadow(0 0 16px #4111A2);
}

@keyframes runElectricButton {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -2215.75;
  }
}

.bc_btn a:hover {
  box-shadow: none;
  /* remove box shadow on hover */
  transform: translateY(-2px);
}

.bc_btn a:active {
  transform: translateY(1px);
  box-shadow: 0 2px 10px rgba(65, 17, 162, 0.4);
}

.inner_sec_1 .bc_btn {
  width: 265px;
  margin-top: 20px;
}

/* trusted_by_sec starts */
.trusted_by_sec {
  background-color: #000000;
  /* background-image: url("../images/cryptocurrency-wallet-development-company/people.png"); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* min-height: 80vh; */
  /* full screen height */
  display: flex;
  align-items: flex-end;
  /* content aligned to bottom */
  justify-content: center;
  padding: 40px 0 80px 0;
  /* padding at the bottom for offset */
  position: relative;
  overflow: hidden;
}

.trusted_by_sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.45) 30%, rgba(0, 0, 0, 0.45) 100%);
  /* soft top black gradient overlay while keeping the background image visible below */
  z-index: 1;
}

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

.trusted_by_sec .h3tag {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: capitalize;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.2), 0 2px 4px rgba(0, 0, 0, 0.6);
}

.trusted_by_sec .h3tag span {
  background: linear-gradient(135deg, #ffffff 0%, #b76eff 50%, #7b2cbf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  text-shadow: 0 0 15px rgba(123, 44, 191, 0.65), 0 0 2px rgba(255, 255, 255, 0.4);
}

/* portfolio_slider starts */
.portfolio_slider {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  justify-content: flex-start;
  max-width: 100%;
  margin: 30px auto 0;
  position: relative;
}

.portfolio_slider .anime {
  animation: rightslide 40s infinite linear;
  height: 65px;
  /* decreased height */
  width: 1977px;
  /* proportionally scaled width */
  min-width: 1977px;
  filter: brightness(0) invert(1);
  /* changes logo images to pure white */
  opacity: 0.75;
  transition: opacity 0.3s ease, filter 0.3s ease;
}

.portfolio_slider:hover .anime {
  /* animation-play-state: paused; */
  /* opacity: 1; */
  /* filter: brightness(0) invert(1) drop-shadow(0 0 8px rgba(240, 70, 183, 0.5)); */
}

@keyframes rightslide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* portfolio_slider ends */

@media (max-width: 991px) {
  .trusted_by_sec {
    padding-bottom: 60px !important;
  }

  .trusted_by_sec .h3tag {
    font-size: 24px !important;
  }
}

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

  .trusted_by_sec .h3tag {
    font-size: 20px !important;
  }

  .portfolio_slider {
    margin-top: 20px;
  }

  .portfolio_slider .anime {
    height: 45px;
    /* smaller height on mobile */
    width: 1369px;
    /* proportionally scaled width */
    min-width: 1369px;
  }
}

/* sec_3_merge starts */
.sec_3_merge {
  position: relative;
}

.sec_3_merge::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 361px;
  /* height of the transition fade */
  background: linear-gradient(to bottom, #000000 46%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 0;
}

.sec_3_merge_bg {
  z-index: 2;
  position: relative;
}

/* ========================================================
   WHAT IS CRYPTO WALLET DEVELOPMENT? TECH CARD (EXACT IMAGE STYLE)
   ======================================================== */
/* sec_3_merge starts */
.sec_3_merge {
  position: relative;
  background: linear-gradient(180deg, #000000 0%, #080710 50%, #030206 100%);
  overflow: hidden;
  padding-bottom: 80px;
}

/* Smooth connection from trusted_by_sec black background */
.sec_3_merge::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

/* Beautiful fading transition to the white body background of the next section */
.sec_3_merge::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 210px;
  background: linear-gradient(to bottom, rgba(3, 2, 6, 0) 0%, #ffffff -25%);
  pointer-events: none;
  z-index: 0;
}

.sec_3_merge_bg {
  z-index: 2;
  position: relative;
}

/* ========================================================
   WHAT IS CRYPTO WALLET DEVELOPMENT? TECH CARD
   ======================================================== */
.wallet_dev_tech_card {
  position: relative;
  background: transparent;
  border: none;
  border-radius: 0;
  overflow: visible;
  transition: all 0.5s ease;
  z-index: 1;
}



.tech_card_frame_svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  /* filter: drop-shadow(0 15px 35px rgba(0, 242, 254, 0.15)) drop-shadow(0 5px 15px rgba(123, 44, 191, 0.1)); */
  transition: all 0.5s ease;
}



/* Center Content Wrapper */
.wallet_dev_tech_card_content {
  position: relative;
  z-index: 2;
  padding: 70px 90px;
}

/* Title and Paragraph Styles */
.tech_card_title {
  font-size: 38px;
  font-weight: 400;
  color: #ffffff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: -0.3px;
  margin-top: 10px;
}

.tech_card_para {
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.75) !important;
  font-weight: 400;
  text-align: center;
}

/* Mobile & Tablet Responsiveness for Tech Card */
@media (max-width: 991px) {
  .wallet_dev_tech_card_content {
    padding: 50px 60px;
  }

  .tech_card_title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .wallet_dev_tech_card {
    background: #0A0E1C;
    background-image: linear-gradient(#0A0E1C, #0A0E1C), linear-gradient(135deg, #00f2fe 0%, #7b2cbf 50%, #f046b7 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 1.5px solid transparent;
    border-radius: 16px;
    overflow: hidden;
    /* box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5); */
  }

  .wallet_dev_tech_card_content {
    padding: 40px 20px;
  }

  .tech_card_title {
    font-size: 24px;
    margin-bottom: 15px !important;
  }

  .tech_card_para {
    font-size: 15px;
    line-height: 1.7;
  }
}

/* sec_3_merge ends */

/* ========================================================
   SECTION 29: UP-TO-DATE AND FAST BANKING SERVICES
   ======================================================== */
.sec_29_banking {
  background-color: #f9f9f9;
  padding: 100px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.sec_29_header_row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 60px;
}

.sec_29_title {
  font-size: 36px;
  font-weight: 500;
  color: #111111;
  line-height: 1.25;
  margin-bottom: 0;
  letter-spacing: -0.5px;
}

.sec_29_header_left {
  flex: 0 0 45%;
  max-width: 45%;
}

.sec_29_header_right {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sec_29_header_right .para {
  margin-top: 0;
  margin-bottom: 30px;
}

/* Card Styling */
.banking_card {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 60px 40px;
  width: 100%;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  transition: all 0.4s ease;
}

.banking_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.banking_card_title {
  font-size: 24px;
  font-weight: 500;
  color: #111111;
  line-height: 1.3;
  margin-bottom: 20px;
  min-height: 62px;
  /* aligns titles across columns */
}

.banking_card_para {
  font-size: 15px;
  color: #777777;
  line-height: 1.65;
  /* margin-bottom: 50px; */
  min-height: 96px;
  /* aligns paragraphs */
}

.banking_graphic {
  width: 100%;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}

.banking_graphic img {
  max-height: 100%;
  object-fit: contain;
}

/* Graphic 1: Rotating Cards Hexagon */
.hexagon_cards_wrap {
  position: relative;
  width: 130px;
  height: 130px;
}

.mini_card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 36px;
  border-radius: 6px;
  margin-top: -18px;
  margin-left: -12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.card_c1 {
  background: #D6F52B;
  transform: rotate(0deg) translate(0, -42px);
}

.card_c2 {
  background: linear-gradient(135deg, #a259ff, #b8cfff);
  transform: rotate(60deg) translate(0, -42px) rotate(-60deg);
}

.card_c3 {
  background: #a259ff;
  transform: rotate(120deg) translate(0, -42px) rotate(-120deg);
}

.card_c4 {
  background: #D6F52B;
  transform: rotate(180deg) translate(0, -42px) rotate(-180deg);
}

.card_c5 {
  background: linear-gradient(135deg, #7b2cbf, #a259ff);
  transform: rotate(240deg) translate(0, -42px) rotate(-240deg);
}

.card_c6 {
  background: #D6F52B;
  transform: rotate(300deg) translate(0, -42px) rotate(-300deg);
}

.banking_card:hover .hexagon_cards_wrap {
  animation: slowSpin 12s linear infinite;
}

@keyframes slowSpin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Graphic 2: Connected User & Glowing Wallet */
.connect_wallet_wrap {
  position: relative;
  width: 240px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.user_avatar_node {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #F1F0F5;
  color: #8E92A5;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  z-index: 2;
}

.connecting_lines {
  position: absolute;
  top: 50%;
  left: 44px;
  width: 130px;
  height: 60px;
  margin-top: -30px;
  z-index: 1;
  pointer-events: none;
}

.vertical_nodes {
  position: absolute;
  left: 106px;
  top: 50%;
  margin-top: -36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 2;
}

.node_dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #D1CFDB;
  background: #ffffff;
}

.node_dot.dot_middle {
  border-color: #a259ff;
  background: #a259ff;
  box-shadow: 0 0 10px rgba(162, 89, 255, 0.4);
}

.glowing_wallet_card {
  width: 74px;
  height: 48px;
  border-radius: 8px;
  background: linear-gradient(135deg, #D6F52B 30%, #b5db09 100%);
  position: relative;
  box-shadow: 0 8px 20px rgba(214, 245, 43, 0.25);
  z-index: 2;
  transition: all 0.3s ease;
}

.banking_card:hover .glowing_wallet_card {
  transform: scale(1.08) rotate(2deg);
  box-shadow: 0 12px 25px rgba(214, 245, 43, 0.4);
}

.card_chip {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 14px;
  height: 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

/* Graphic 3: Dashboard Analytics Stack */
.analytics_stack_wrap {
  width: 180px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.stack_row {
  display: flex;
  gap: 6px;
}

.bar_long,
.bar_medium,
.bar_short {
  height: 10px;
  border-radius: 100px;
  display: inline-block;
  opacity: 0.85;
}

.bar_long {
  width: 100px;
}

.bar_medium {
  width: 60px;
}

.bar_short {
  width: 30px;
}

.purple {
  background: #b8cfff;
}

.lime {
  background: #D6F52B;
}

.blue {
  background: #8ef4ff;
}

/* Mobile & Tablet Responsiveness for Section 29 */
@media (max-width: 1199px) {
  .sec_29_title {
    font-size: 34px;
  }

  .banking_card {
    padding: 40px 30px;
    min-height: 520px;
  }
}

@media (max-width: 991px) {
  .sec_29_header_row {
    flex-direction: column;
    align-items: center !important;
    gap: 24px;
    margin-bottom: 40px;
  }

  .sec_29_header_left,
  .sec_29_header_right {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .sec_29_header_right {
    align-items: center;
  }

  .sec_29_header_right .para {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .sec_29_banking {
    padding: 60px 0;
  }

  .sec_29_title {
    font-size: 26px;
  }

  .banking_card {
    padding: 35px 20px;
    min-height: auto;
  }

  .banking_card_title {
    font-size: 20px;
    min-height: auto;
  }

  .banking_card_para {
    font-size: 14px;
    /* margin-bottom: 30px; */
    min-height: auto;
  }
}

/* Custom additions for Section 29 Slider & Graphics */

.slider-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 10px 0 30px;
  padding-left: 15px;
  /* mobile fallback */
}

@media (min-width: 576px) {
  .slider-wrapper {
    padding-left: calc((100vw - 540px) / 2 + 15px);
  }
}

@media (min-width: 768px) {
  .slider-wrapper {
    padding-left: calc((100vw - 720px) / 2 + 15px);
  }
}

@media (min-width: 992px) {
  .slider-wrapper {
    padding-left: calc((100vw - 960px) / 2 + 15px);
  }
}

@media (min-width: 1200px) {
  .slider-wrapper {
    padding-left: calc((100vw - 1140px) / 2 + 15px);
  }
}

@media (min-width: 1400px) {
  .slider-wrapper {
    padding-left: calc((100vw - 1320px) / 2 + 15px);
  }
}

.slider-track {
  display: flex;
  gap: 30px;
  will-change: transform;
  user-select: none;
  cursor: grab;
}

.slider-track:active {
  cursor: grabbing;
}

@media (min-width: 992px) {
  .slider-track {
    cursor: default;
  }

  .slider-track:active {
    cursor: default;
  }
}

.slider-card-wrap {
  width: 380px;
  flex-shrink: 0;
  display: flex;
}

.sec_29_nav .nav_btn.disabled {
  opacity: 0.35;
  pointer-events: none;
}

/* Graphic 4: Security Shield & Nodes */
.security_shield_wrap {
  position: relative;
  width: 140px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shield_icon {
  width: 50px;
  height: 60px;
  background: linear-gradient(135deg, #a259ff, #7b2cbf);
  clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 50% 100%, 0% 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(162, 89, 255, 0.3);
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}

.banking_card:hover .shield_icon {
  transform: scale(1.08) rotate(5deg);
}

.shield_inner {
  width: 38px;
  height: 48px;
  background: #ffffff;
  clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 50% 100%, 0% 50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.shield_core {
  width: 22px;
  height: 28px;
  background: #D6F52B;
  clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.shield_node_left,
.shield_node_right {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #D6F52B;
  border: 2px solid #111111;
  top: 50%;
  margin-top: -6px;
  z-index: 1;
}

.shield_node_left {
  left: 10px;
}

.shield_node_right {
  right: 10px;
}

.shield_line {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 110px;
  height: 1px;
  border-top: 1.5px dashed #D1CFDB;
  z-index: 0;
}

/* Graphic 5: Interconnected Blockchain Nodes */
.blockchain_nodes_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
  width: 200px;
  height: 100px;
}

.chain_block {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  color: #111111;
  z-index: 2;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.banking_card:hover .chain_block {
  transform: scale(1.05);
}

.chain_block.block_purple {
  background: linear-gradient(135deg, #a259ff, #b8cfff);
  color: #ffffff;
}

.chain_block.block_lime {
  background: #D6F52B;
}

.chain_link_line {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 140px;
  height: 2px;
  background: #111111;
  z-index: 1;
}

.chain_link_line_curve {
  position: absolute;
  top: 20px;
  left: 52px;
  width: 96px;
  height: 30px;
  border: 1.5px dashed #a259ff;
  border-bottom: none;
  border-radius: 50px 50px 0 0;
  z-index: 1;
}

/* Graphic 6: AI Threat Detection Radar */
.ai_radar_wrap {
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.radar_circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(162, 89, 255, 0.2);
}

.radar_circle.c1 {
  width: 100px;
  height: 100px;
}

.radar_circle.c2 {
  width: 70px;
  height: 70px;
  border-color: rgba(162, 89, 255, 0.4);
}

.radar_circle.c3 {
  width: 40px;
  height: 40px;
  background: rgba(214, 245, 43, 0.2);
  border: 1.5px solid #D6F52B;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.radar_dot {
  width: 8px;
  height: 8px;
  background: #a259ff;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  left: 75px;
  animation: radarPulse 2s infinite ease-in-out;
}

.radar_sweep {
  position: absolute;
  width: 50px;
  height: 50px;
  background: linear-gradient(45deg, rgba(162, 89, 255, 0.2) 0%, transparent 80%);
  transform-origin: bottom right;
  bottom: 50%;
  right: 50%;
  border-radius: 100% 0 0 0;
  animation: radarSweep 4s linear infinite;
}

/* Graphic 7: Launch Rocket / Server Cloud */
.launch_cloud_wrap {
  position: relative;
  width: 140px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cloud_base {
  width: 80px;
  height: 35px;
  background: #F1F0F5;
  border-radius: 20px;
  position: absolute;
  bottom: 25px;
  border: 1.5px solid #D1CFDB;
}

.cloud_puff {
  width: 35px;
  height: 35px;
  background: #F1F0F5;
  border-radius: 50%;
  position: absolute;
  bottom: 35px;
  left: 40px;
  border-top: 1.5px solid #D1CFDB;
}

.cloud_puff_2 {
  width: 45px;
  height: 45px;
  background: #F1F0F5;
  border-radius: 50%;
  position: absolute;
  bottom: 32px;
  left: 55px;
  border-top: 1.5px solid #D1CFDB;
  border-right: 1.5px solid #D1CFDB;
}

.launch_rocket {
  position: absolute;
  width: 16px;
  height: 32px;
  background: #D6F52B;
  border: 1.5px solid #111111;
  border-radius: 8px 8px 2px 2px;
  transform: rotate(45deg);
  bottom: 40px;
  left: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 10px rgba(214, 245, 43, 0.3);
  transition: transform 0.3s ease;
}

.banking_card:hover .launch_rocket {
  transform: rotate(45deg) translate(0, -10px);
}

.rocket_wing_l,
.rocket_wing_r {
  position: absolute;
  width: 6px;
  height: 10px;
  background: #a259ff;
  bottom: 2px;
}

.rocket_wing_l {
  left: -5px;
  border-radius: 4px 0 0 4px;
}

.rocket_wing_r {
  right: -5px;
  border-radius: 0 4px 4px 0;
}

.rocket_fire {
  position: absolute;
  width: 6px;
  height: 12px;
  background: #ff5959;
  bottom: -13px;
  border-radius: 0 0 3px 3px;
  animation: rocketFlames 0.2s infinite alternate;
}

/* Graphic 8: Infinity Sync Loop */
.support_loop_wrap {
  position: relative;
  width: 140px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.infinity_path {
  width: 90px;
  height: 45px;
  border: 2px solid #a259ff;
  border-radius: 50px;
  position: relative;
  transform: rotate(-15deg);
}

.infinity_path::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 20px;
  width: 45px;
  height: 45px;
  border: 2px solid #a259ff;
  border-radius: 50%;
}

.infinity_path::after {
  content: '';
  position: absolute;
  top: -2px;
  right: 20px;
  width: 45px;
  height: 45px;
  border: 2px solid #D6F52B;
  border-radius: 50%;
}

.sync_dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #111111;
  border: 2px solid #D6F52B;
  top: 15px;
  left: 35px;
  z-index: 3;
}

@keyframes radarSweep {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes radarPulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.5;
  }

  50% {
    transform: scale(1.5);
    opacity: 1;
  }
}

@keyframes rocketFlames {
  0% {
    height: 8px;
  }

  100% {
    height: 13px;
  }
}

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

@media (max-width: 575px) {
  .slider-card-wrap {
    width: 290px;
  }

  .banking_card {
    padding: 40px 20px;
  }
}

/* ==========================================================================
   Section 14: Technology Stacks Styles
   ========================================================================== */
.blog_sec_new {
  /* background: #f8fafc; */
  padding: 100px 0;
  position: relative;
  overflow: visible;
}

.tech_stack_container {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 30px 60px -10px rgba(17, 24, 39, 0.06), 0 15px 30px -10px rgba(17, 24, 39, 0.04);
  border-radius: 16px;
  padding: 60px 50px;
  position: relative;
  overflow: hidden;
  min-height: 600px;
  border-radius: 36px;
}

.tech_stack_container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 600px;
  height: 100%;
  background: url('../images/cryptocurrency-wallet-development-company/bg4.webp') no-repeat right bottom;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

.tech_stack_container>.row {
  position: relative;
  z-index: 2;
}

.tech_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 12px;
  /* Increased row gap */
  justify-items: center;
  align-items: center;
}

.tech_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.tech_icon {
  width: 110px;
  height: 110px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tech_item:hover .tech_icon {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 0, 0, 0.1);
}

.tech_icon svg,
.tech_icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.tech_item:hover .tech_icon svg,
.tech_item:hover .tech_icon img {
  transform: scale(1.1);
}

.tech_name {
  font-size: 13px;
  font-weight: 600;
  color: #4b5563;
  text-align: center;
  line-height: 1.3;
}

@media (max-width: 991px) {
  .tech_stack_container {
    padding: 45px 35px;
    min-height: auto;
    text-align: center;
  }

  .tech_stack_container::after {
    display: none;
  }

  .tech_grid {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .blog_sec_new {
    padding: 60px 0;
  }

  .tech_item.mobile_hide {
    display: none !important;
  }

  .tech_grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 10px;
  }

  .tech_icon {
    width: 90px;
    height: 90px;
    border-radius: 20px;
  }

  .tech_icon svg,
  .tech_icon img {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 480px) {
  .tech_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 10px;
  }
}

/* ==========================================================================
   Section 13: Key Benefits Styles
   ========================================================================== */
.inner_sec_13b {
  background: #000;
  padding: 100px 0;
  color: #ffffff;
}

.benefits-heading-wrap h2 {
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 400;
}

.benefits-heading-wrap .highlight-text {
  background: linear-gradient(90deg, #b066fe, #f046b7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}

.benefits-heading-wrap .head-arrow {
  max-height: 20px;
  width: auto;
  object-fit: contain;
}

.benefits-heading-wrap .para {
  color: #cbd5e1 !important;
  font-size: 18px;
  line-height: 1.6;
}

/* CSS Grid Layout for Benefits Section */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* Benefit Cards Layout */
.benefit-card {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  border-radius: 24px;
  padding: 35px;
  min-height: 300px;
  /* Consistent card height */
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  --card-bg-size: 300px;

  /* Robust multiple backgrounds: Illustration (top) -> Black container (middle) -> Gradient border (bottom) */
  border: 1px solid transparent !important;
  background-image: var(--card-bg-image),
    linear-gradient(#000000, #000000),
    linear-gradient(135deg, var(--card-accent), var(--card-accent-glow)) !important;
  background-repeat: no-repeat, no-repeat, no-repeat !important;
  background-position: right bottom, center, center !important;
  background-size: var(--card-bg-size) auto, cover, cover !important;
  background-origin: padding-box, padding-box, border-box !important;
  background-clip: padding-box, padding-box, border-box !important;
}

.benefit-card:hover {
  transform: translateY(-8px);
  --card-bg-size: 310px;

  /* Fully illuminated gradient border on hover */
  background-image: var(--card-bg-image),
    linear-gradient(#000000, #000000),
    linear-gradient(135deg, var(--card-accent), var(--card-accent)) !important;
}

.benefit-card::after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 320px;
  height: 180px;
  background: radial-gradient(ellipse at center, var(--card-accent-glow) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 1;
  /* Glass lighting stage glow sits between card bg and content */
  pointer-events: none;
  transition: transform 0.4s ease, background 0.4s ease;
}

.benefit-card:hover::after {
  transform: scale(1.1);
  background: radial-gradient(ellipse at center, var(--card-accent-glow-hover) 0%, transparent 70%);
}

.benefit-card .card-content {
  max-width: 48%;
  /* Restrict content width to give space for 300px image */
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 2;
  /* Content sits above glow stage */
}

.benefit-card .card-title {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 12px;
  line-height: 1.4;
}

.benefit-card .card-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 3px;
  border-radius: 2px;
  background-color: var(--card-accent);
  transition: width 0.3s ease;
}

.benefit-card:hover .card-title::after {
  width: 60px;
}

.benefit-card .para {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  color: #cbd5e1;
  margin: 0;
}

/* Card Themes (Accent Colors, Glows & Background Images) */

/* Purple Theme */
.benefit-card.theme-purple {
  --card-accent: #a855f7;
  --card-accent-glow: rgba(168, 85, 247, 0.25);
  --card-accent-glow-hover: rgba(168, 85, 247, 0.4);
  --card-bg-image: url('../images/cryptocurrency-wallet-development-company/card1.webp');
}

/* Blue Theme */
.benefit-card.theme-blue {
  --card-accent: #3b82f6;
  --card-accent-glow: rgba(59, 130, 246, 0.25);
  --card-accent-glow-hover: rgba(59, 130, 246, 0.4);
  --card-bg-image: url('../images/cryptocurrency-wallet-development-company/card2.webp');
}

/* Orange Theme */
.benefit-card.theme-orange {
  --card-accent: #f97316;
  --card-accent-glow: rgba(249, 115, 22, 0.25);
  --card-accent-glow-hover: rgba(249, 115, 22, 0.4);
  --card-bg-image: url('../images/cryptocurrency-wallet-development-company/card3.webp');
}

/* Green Theme */
.benefit-card.theme-green {
  --card-accent: #22c55e;
  --card-accent-glow: rgba(34, 197, 94, 0.25);
  --card-accent-glow-hover: rgba(34, 197, 94, 0.4);
  --card-bg-image: url('../images/cryptocurrency-wallet-development-company/card4.webp');
}

/* Yellow Theme */
.benefit-card.theme-yellow {
  --card-accent: #eab308;
  --card-accent-glow: rgba(234, 179, 8, 0.25);
  --card-accent-glow-hover: rgba(234, 179, 8, 0.4);
  --card-bg-image: url('../images/cryptocurrency-wallet-development-company/card5.webp');
}

/* Pink Theme */
.benefit-card.theme-pink {
  --card-accent: #ec4899;
  --card-accent-glow: rgba(236, 72, 153, 0.25);
  --card-accent-glow-hover: rgba(236, 72, 153, 0.4);
  --card-bg-image: url('../images/cryptocurrency-wallet-development-company/card6.webp');
}

/* Responsive adjustments */
@media (max-width: 1199px) {
  .benefits-grid {
    gap: 24px;
  }

  .benefit-card {
    padding: 30px;
    --card-bg-size: 240px;
    min-height: 260px;
  }

  .benefit-card .card-content {
    max-width: 48%;
  }

  .benefit-card:hover {
    --card-bg-size: 250px;
  }

  .benefit-card .card-title {
    font-size: 18px;
  }

  .benefit-card .para {
    font-size: 13px;
  }
}

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

  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .benefit-card {
    padding: 25px;
    --card-bg-size: 190px;
    min-height: 220px;
  }

  .benefit-card:hover {
    --card-bg-size: 198px;
  }
}

@media (max-width: 767px) {
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .benefit-card {
    background-position: center bottom, center, center !important;
    --card-bg-size: 260px;
    padding: 35px 25px 300px 25px;
    min-height: auto;
  }

  .benefit-card .card-content {
    max-width: 100%;
    text-align: center;
  }

  .benefit-card:hover {
    --card-bg-size: 270px;
  }

  .benefit-card .card-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .benefit-card::after {
    bottom: -90px;
    right: 50%;
    transform: translateX(50%);
    width: 280px;
    height: 140px;
  }

  .benefit-card:hover::after {
    transform: translateX(50%) scale(1.1);
  }
}

/* ==========================================================================
   Section 15: Our Honor Slider & Split Layout Styles
   ========================================================================== */
.honor_section_full {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  /* border-top: 1px solid rgba(0, 0, 0, 0.05); */
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.05); */
}

.honor_flex_container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border-radius: 36px;
  overflow: hidden;
}

/* Left Column (50%) */
.honor_left_col {
  width: 50%;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
}

.honor_glow_circle {
  display: none;
}

.honor_img_wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: none;
}

.honor_man_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Right Column (50%) */
.honor_right_col {
  width: 50%;
  background: #e7dcf485;
  /* Light Slate Background */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 35px 80px;
  /* Reduced vertical padding for natural height sizing */
  position: relative;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.honor_content_wrap {
  width: 100%;
  max-width: 680px;
}

.honor_content_wrap .h3tag {
  color: #1e293b;
  font-size: 45px;
  font-weight: 500;
}

.highlight-text-honor {
  background: linear-gradient(to right, #b066fe 0%, #f046b7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.honor_content_wrap .para {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  color: #64748b !important;
}

.text-highlight-honor {
  color: #334155 !important;
  /* Brighter highlighted paragraph text */
  font-weight: 500;
}

/* Auto-sliding 5 Awards Slider Styles */
.honor_awards_slider {
  margin-top: 35px;
  width: 100%;
  padding: 25px 0;
}

.honor_awards_slider .award_card {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 10px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  outline: none !important;
}

.honor_awards_slider .award_card img {
  max-height: 140px;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  /* transform: scale(0.7) !important; */
}


/* center size big */
.honor_awards_slider .slick-slide.slick-center .award_card img {
  transform: scale(1.35) !important;
}

.honor_awards_slider .slick-slide.slick-center .award_card:hover img {
  transform: scale(1.42) !important;
}

/* Responsive adjustments */
@media (max-width: 1199px) {
  .honor_right_col {
    padding: 40px 50px;
  }

  .honor_awards_slider .award_card img {
    max-height: 120px;
  }
}

@media (max-width: 991px) {
  .honor_flex_container {
    flex-direction: column;
  }

  .honor_left_col {
    width: 100%;
    min-height: 350px;
  }

  .honor_right_col {
    width: 100%;
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 40px 30px;
  }

  .honor_content_wrap {
    max-width: 100%;
  }

  .honor_awards_slider .award_card img {
    max-height: 130px;
  }
}

@media (max-width: 767px) {
  .honor_right_col {
    padding: 40px 20px;
  }

  .honor_content_wrap .h3tag {
    font-size: 28px;
    text-align: center;
  }

  .honor_content_wrap .para {
    text-align: center;
    font-size: 15px;
  }
}

/* ========================================================
   SECTION: NEW FAQ ACCORDION SECTION
   ======================================================== */
.new_faq_section {
  background: linear-gradient(135deg,
      #FFF9FC 0%,
      #FFF2F8 45%,
      #FFE7F4 100%);
  /* color bg theme of the page */
  padding: 100px 0;
  position: relative;
  z-index: 2;
}

.faq_sticky_left {
  position: sticky;
  top: 120px;
}

.faq_main_title {
  font-size: 56px;
  font-weight: 500;
  color: #111111;
  line-height: 1.15;
  margin-bottom: 40px;
  letter-spacing: -1.5px;
}

.faq_cta_group {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.faq_explore_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f046b7;
  /* pink accent */
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 36px;
  border-radius: 50px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-decoration: none;
  border: 1px solid transparent;
}

.faq_explore_btn:hover {
  transform: translateY(-2px);
  color: #ffffff;
}

.faq_arrow_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #f046b7;
  /* pink accent */
  color: #ffffff;
  overflow: hidden;
  position: relative;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-decoration: none;
}

.faq_arrow_btn:hover {
  transform: translateY(-2px);
  color: #ffffff;
}

.faq_arrow_icon_wrapper {
  position: relative;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq_arrow_icon {
  position: absolute;
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.35s ease;
}

.faq_arrow_icon.first {
  transform: translate(0, 0);
  opacity: 1;
}

.faq_arrow_icon.second {
  transform: translate(-100%, 100%);
  opacity: 0;
}

.faq_cta_group:hover .faq_arrow_icon.first {
  transform: translate(100%, -100%);
  opacity: 0;
}

.faq_cta_group:hover .faq_arrow_icon.second {
  transform: translate(0, 0);
  opacity: 1;
}

.faq_categories_wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.faq_category_group {
  display: flex;
  flex-direction: column;
}

.faq_category_title {
  font-size: 26px;
  font-weight: 500;
  color: #111111;
  margin-bottom: 25px;
  letter-spacing: -0.5px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.15);
  padding-bottom: 12px;
}

.faq_accordion {
  display: flex;
  flex-direction: column;
}

.faq_item {
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

.faq_trigger {
  width: 100%;
  background: none;
  border: none;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  cursor: pointer;
  outline: none;
  gap: 20px;
}

.faq_question_text {
  font-size: 18px;
  font-weight: 500;
  color: #111111;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.faq_trigger:hover .faq_question_text {
  color: #555555;
}

/* Plus Icon Styling */
.faq_icon_plus {
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.faq_icon_plus::before,
.faq_icon_plus::after {
  content: "";
  position: absolute;
  background-color: #111111;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.3s ease;
}

/* Horizontal line */
.faq_icon_plus::before {
  top: 7px;
  left: 0;
  width: 16px;
  height: 2px;
}

/* Vertical line */
.faq_icon_plus::after {
  top: 0;
  left: 7px;
  width: 2px;
  height: 16px;
}

/* Transform to minus when active */
.faq_item.active .faq_icon_plus::after {
  transform: rotate(90deg) scaleY(0);
  opacity: 0;
}

/* Accordion slide animation using grid-template-rows */
.faq_content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}

.faq_item.active .faq_content {
  grid-template-rows: 1fr;
}

.faq_body {
  min-height: 0;
}

.faq_body p.para {
  padding: 0 0 24px;
  margin: 0;
  color: #555555;
  font-size: 15px;
  line-height: 1.7;
}

/* Mobile & Tablet Responsiveness */
@media (max-width: 991px) {
  .new_faq_section {
    padding: 70px 0;
  }

  .faq_main_title {
    font-size: 40px;
    margin-bottom: 25px;
  }

  .faq_sticky_left {
    position: static;
  }

  .faq_category_title {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .faq_question_text {
    font-size: 16px;
  }
}

/* ROADMAP SECTION STYLES */
.roadmap-section {
  background: #000;
  /* padding: 80px 0; */
  color: #fff;
  font-family: 'Poppins', sans-serif;
  overflow: visible;
  /* Changed from hidden so sticky works within normal scrolling */
  position: relative;
}

.canvas-sticky-wrapper {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

/* .canvas-sticky-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 1;
} */
#roadmap-canvas {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.roadmap-section .relative-content {
  position: relative;
  z-index: 1;
  /* Extra bottom padding to ensure we can scroll past the last items */
  padding-bottom: 50vh;
}

.roadmap-header h2 {
  font-size: 42px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
}

.roadmap-header h2 .gradient-text {
  background: linear-gradient(90deg, #ff3b8f, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.roadmap-header .subtitle {
  font-size: 18px;
  color: #fff;
  max-width: 500px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.roadmap-image {
  margin-bottom: 50px;
}

.roadmap-image img {
  max-width: 600px;
  width: 100%;
}

.roadmap-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.roadmap-card {
  background: rgba(10, 11, 18, 0.85);
  border-radius: 16px;
  padding: 25px;
  backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.roadmap-card:hover {
  transform: translateY(-5px);
  background: rgba(15, 17, 28, 0.95);
}

@media (max-width: 991px) {
  .roadmap-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .roadmap-grid {
    grid-template-columns: 1fr;
  }
}

.card-col-1 {
  border: 1px solid rgba(255, 59, 143, 0.45);
}

.card-col-2 {
  border: 1px solid rgba(139, 92, 246, 0.45);
}

.card-col-3 {
  border: 1px solid rgba(59, 130, 246, 0.45);
}

.card-col-4 {
  border: 1px solid rgba(20, 184, 166, 0.45);
}

.card-col-1:hover {
  border-color: rgba(255, 59, 143, 0.85);
  box-shadow: 0 10px 25px rgba(255, 59, 143, 0.25);
}

.card-col-2:hover {
  border-color: rgba(139, 92, 246, 0.85);
  box-shadow: 0 10px 25px rgba(139, 92, 246, 0.25);
}

.card-col-3:hover {
  border-color: rgba(59, 130, 246, 0.85);
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.25);
}

.card-col-4:hover {
  border-color: rgba(20, 184, 166, 0.85);
  box-shadow: 0 10px 25px rgba(20, 184, 166, 0.25);
}

.card-head {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.card-num {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 20px;
  flex-shrink: 0;
}

.num-magenta {
  background: rgba(255, 59, 143, 0.15);
  color: #ff3b8f;
}

.num-purple {
  background: rgba(139, 92, 246, 0.15);
  color: #8b5cf6;
}

.num-blue {
  background: rgba(59, 130, 246, 0.15);
  color: #3b82f6;
}

.num-teal {
  background: rgba(20, 184, 166, 0.15);
  color: #14b8a6;
}

.card-title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  margin: 0;
}

.card-icon {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.card-icon svg {
  height: 40px;
  width: 40px;
}

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

.card-list li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 400;
}

.card-list li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  font-weight: bold;
}

.card-col-1 .card-list li::before {
  color: #ff3b8f;
}

.card-col-2 .card-list li::before {
  color: #8b5cf6;
}

.card-col-3 .card-list li::before {
  color: #3b82f6;
}

.card-col-4 .card-list li::before {
  color: #14b8a6;
}

.roadmap-bottom-card {
  grid-column: 1 / -1;
  background: rgba(20, 22, 35, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}

.roadmap-bottom-card .icon-star {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.roadmap-bottom-card .icon-star svg {
  width: 24px;
  height: 24px;
  fill: url(#starGradient);
}

.roadmap-bottom-card p {
  margin: 0;
  color: #a1a1aa;
  font-size: 15px;
  line-height: 1.5;
}

.roadmap-bottom-card .highlight {
  background: linear-gradient(90deg, #ff3b8f, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .roadmap-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .roadmap-bottom-card {
    flex-direction: column;
    text-align: center;
    border-radius: 20px;
  }
}

@media (max-width: 768px) {
  .roadmap-grid {
    grid-template-columns: 1fr;
  }

  .roadmap-header h2 {
    font-size: 32px;
  }

  .roadmap-image img {
    max-width: 100%;
  }

  .card-head {
    justify-content: center;
    text-align: center;
  }

  .card-list {
    display: table;
    margin: 0 auto;
  }

  .card-list li {
    text-align: left;
  }
}

/* SECTION 37 - COST SECTION */
.wallet-cost-section {
  position: relative;
  z-index: 2;
  /* keep above canvas background */
}

.cost-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.cost-card {
  text-align: center;
  border-radius: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cost-card:hover {
  transform: translateY(-8px);
}

.cost-card img {
  width: 100%;
  height: auto;
  /* border-radius: 15px; */
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); */
}

@media (max-width: 991px) {
  .cost-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .cost-cards-grid {
    grid-template-columns: 1fr;
  }
}

/* Testimonial Section */
.testimonial-section {
  padding: 60px 0;
}

.testimonial-container {
  width: 100%;
  /* max-width: 1280px; */
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 1.5rem;
  margin: 0 auto;
}

.testimonial-media {
  flex: 0 0 calc(40% - 0.75rem);
  max-width: calc(40% - 0.75rem);
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  display: flex;
}

.testimonial-media-wrapper {
  width: 100%;
  height: 730px;
  position: relative;
}

.testimonial-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-media-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
}

.testimonial-play-btn-wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-play-btn {
  padding: 12px 24px 12px 16px;
  background: #fff;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: none;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.2s ease;
}

.testimonial-play-btn:hover {
  transform: scale(1.05);
}

.testimonial-play-icon {
  width: 24px;
  height: 24px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-triangle {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 10px solid #000;
  border-bottom: 6px solid transparent;
  display: inline-block;
}

.testimonial-play-text {
  color: #000;
  font-size: 12px;
  font-weight: 700;

  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.testimonial-content-wrapper {
  flex: 0 0 calc(60% - 0.75rem);
  max-width: calc(60% - 0.75rem);
  padding: 48px;
  position: relative;
  background: linear-gradient(to bottom right, #f3f4f6, #fecaca, #f97316);
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-content {
  flex: 1;
  padding: 56px;
  background: #fff;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 634px;
  /* box-shadow: 0px 8px 10px -6px rgba(0,0,0,0.1), 0px 20px 25px -5px rgba(0,0,0,0.1); */
}

.testimonial-quote-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.testimonial-quote-icon {
  width: 40px;
  height: 28px;
  background: #2563eb;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.017 21v-7.391c0-5.704 3.731-9.57 8.983-10.609l.995 2.151c-2.432.917-3.995 3.638-3.995 5.849h4v10h-9.983zm-14.017 0v-7.391c0-5.704 3.748-9.57 9-10.609l.996 2.151c-2.433.917-3.996 3.638-3.996 5.849h3.983v10h-9.983z"/></svg>') no-repeat center / contain;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.017 21v-7.391c0-5.704 3.731-9.57 8.983-10.609l.995 2.151c-2.432.917-3.995 3.638-3.995 5.849h4v10h-9.983zm-14.017 0v-7.391c0-5.704 3.748-9.57 9-10.609l.996 2.151c-2.433.917-3.996 3.638-3.996 5.849h3.983v10h-9.983z"/></svg>') no-repeat center / contain;
}

.testimonial-quote-text {
  color: #1f2937;
  font-size: 24px;
  font-weight: 500;

  line-height: 32px;
}

.testimonial-author-wrap {
  padding-top: 48px;
}

.testimonial-author-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonial-author-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.testimonial-author-avatar {
  width: 60px;
  height: 60px;
  background: #e5e7eb;
  border-radius: 9999px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  border: 2px solid #fff;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-author-avatar img {
  width: 44px;
  height: auto;

}

.testimonial-author-details {
  display: flex;
  flex-direction: column;
}

.testimonial-author-name {
  color: #111827;
  font-size: 18px;
  font-weight: 700;

  line-height: 28px;
}

.testimonial-author-role {
  color: #6b7280;
  font-size: 14px;
  font-weight: 400;

  line-height: 20px;
}

.testimonial-slider-arrow {
  padding: 16px;
  background: #f3f4f6;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.2s;
}

.testimonial-slider-arrow:hover {
  background: #e5e7eb;
}

.arrow-right {
  width: 12px;
  height: 12px;
  border-top: 2px solid #1f2937;
  border-right: 2px solid #1f2937;
  transform: rotate(45deg);
  display: inline-block;
}

.testimonial-slider-dots {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  /* gap: 8px; */
}

.testimonial-slider-dot {
  width: 24px;
  height: 4px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 9999px;
  transition: all 0.3s;
  cursor: pointer;
}

.testimonial-slider-dot.active {
  width: 40px;
  background: #fff;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
  position: unset !important;
}

.testimonial-content-wrapper {
  position: relative;
  padding-right: 50px;
  /* Creates dedicated space outside the card */
}

.testimonial-slider-dots {
  position: absolute;
  right: -54%;
  top: 50%;
  transform: translateY(-50%);
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.testimonial-slider-dots li {
  margin: 5px 0;
  /* Add vertical spacing between the dots */
}

/* 3D 2026 Trend Vertical Move Effect */
.testimonial-slider-vertical .slick-list {
  padding: 30px 0 !important;
  margin: -30px 0;
}

.testimonial-video-thumbnails {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  gap: 10px;
  z-index: 5;
}

.testimonial-thumbnail {
  width: 80px;
  height: 100px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 8px;
  transition: border-color 0.3s ease;
}

.testimonial-thumbnail:hover,
.testimonial-thumbnail.active {
  border-color: #fff;
}

#testimonial-video-modal .btn-close {
  /* filter: invert(1); */
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1055;
  opacity: 1;
}

#testimonial-video-modal {
  padding-right: 0 !important;
}

#testimonial-video-modal .modal-dialog {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#testimonial-video-modal .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
  background-color: #000;
}

#testimonial-video-modal .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
}

#testimonial-modal-video-player {
  width: 100%;
  max-height: 100vh;
  object-fit: contain;
}

/* Responsive Breakpoints */
@media (max-width: 991px) {
  .testimonial-container {
    flex-direction: column;
    align-items: stretch;
  }

  .testimonial-media,
  .testimonial-content-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .testimonial-media-wrapper {
    height: 400px;
  }

  .testimonial-content-wrapper {
    padding: 30px;
    padding-bottom: 50px;
  }

  .testimonial-content {
    padding: 30px;

    min-height: auto;
  }

  .testimonial-quote-text {
    font-size: 20px;
    line-height: 30px;
  }

  .testimonial-slider-dots {
    flex-direction: row;
    right: auto;
    top: auto;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
  }

  .testimonial-slider-dots li {
    margin: 0 5px;
  }
}

@media (max-width: 767px) {
  .testimonial-media {
    border-radius: 20px;
  }

  .testimonial-media-wrapper {
    height: 300px;
  }

  .testimonial-video-thumbnails {
    bottom: 10px;
    left: 10px;
    gap: 5px;
  }

  .testimonial-thumbnail {
    width: 60px;
    height: 80px;
  }

  .testimonial-content-wrapper {
    padding: 20px;
    padding-bottom: 40px;
    border-radius: 20px;
  }

  .testimonial-content {
    padding: 20px;
    border-radius: 12px;
  }

  .testimonial-quote-wrap {
    gap: 15px;
  }

  .testimonial-quote-icon {
    width: 30px;
    height: 20px;
  }

  .testimonial-quote-text {
    font-size: 16px;
    line-height: 24px;
  }

  .testimonial-author-wrap {
    padding-top: 24px;
  }

  .testimonial-author-avatar {
    width: 45px;
    height: 45px;
  }

  .testimonial-author-avatar img {
    width: 35px;
  }

  .testimonial-author-name {
    font-size: 16px;
  }
}

/* ===========================
   TESTIMONIAL SECTION
=========================== */

/* Removed html/body overflow-x: clip to fix modal jump bug */

.testimonial-section {
  padding: 60px 0;
  overflow: hidden;
}

.testimonial-container {
  width: 100%;
  /* max-width: 1280px; */
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 1.5rem;
  margin: 0 auto;
  overflow: hidden;
}

.testimonial-media {
  flex: 0 0 calc(40% - 0.75rem);
  max-width: calc(40% - 0.75rem);
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  display: flex;
}

.testimonial-media-wrapper {
  width: 100%;
  height: 730px;
  position: relative;
}

.testimonial-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-media-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .1);
}

.testimonial-play-btn-wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-content-wrapper {
  flex: 0 0 calc(60% - 0.75rem);
  max-width: calc(60% - 0.75rem);
  padding: 48px;
  position: relative;
  border-radius: 40px;
  overflow: hidden;

  background: linear-gradient(135deg,
      #f3f4f6,
      #fbcfe8,
      #ee48b4);
}

.testimonial-content {
  background: #fff;
  border-radius: 24px;
  padding: 56px;
  min-height: 634px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  overflow: hidden;
}

.testimonial-quote-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.testimonial-quote-text {
  font-size: 24px;
  line-height: 32px;
  color: #1f2937;

  word-break: break-word;
  overflow-wrap: break-word;
}

.testimonial-author-wrap {
  padding-top: 48px;
}

.testimonial-author-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.testimonial-author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;

  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.testimonial-author-avatar img {
  width: 44px;
  height: auto;
}

.testimonial-author-name {
  font-size: 20px;
  font-weight: 600;
}

/* ===========================
   SLICK FIX
=========================== */

.testimonial-slider-vertical,
.testimonial-slider-vertical .slick-list,
.testimonial-slider-vertical .slick-track {
  overflow: hidden !important;
}

.testimonial-slider-vertical .slick-list {
  padding: 0 !important;
  margin: 0 !important;
}

.testimonial-slider-vertical .slick-slide {
  /* opacity: .4; */
  /* transition: all .6s ease; */
}

.testimonial-slider-vertical .slick-slide>div {
  margin-bottom: 0;
}

.testimonial-slider-vertical .slick-current>div {}

/* ===========================
   DOTS
=========================== */

.testimonial-slider-dots {
  position: absolute;
  right: 15px;
  top: 50%;

  transform: translateY(-50%);

  display: flex !important;
  flex-direction: column;
  align-items: end;

  margin: 0;
  padding: 0;
}

.testimonial-slider-dots li {
  margin: 5px 0;
}

.testimonial-slider-dots li button:before {
  font-size: 10px;
}

.testimonial-slider-dots li.slick-active button:before {
  color: #fff !important;
}

.testimonial-slider-dots li button:before {
  content: "" !important;
  width: 20px !important;
  height: 4px !important;
  display: block !important;
  background: rgba(255, 255, 255, 0.3) !important;
  border-radius: 50px !important;
  opacity: 1 !important;
  position: static !important;
  transition: all 0.3s ease !important;
  color: transparent !important;
  border-radius: 0 !important;
}

.testimonial-slider-dots li.slick-active button:before {
  width: 20px !important;
  background: #fff !important;
}

/* ===========================
   THUMBNAILS
=========================== */

.testimonial-video-thumbnails {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;

  display: flex;
  flex-wrap: wrap;
  gap: 10px;

  z-index: 5;
}

.testimonial-thumbnail {
  width: 80px;
  height: 100px;

  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;

  border: 2px solid transparent;
}

.testimonial-thumbnail:hover,
.testimonial-thumbnail.active {
  border-color: #fff;
}

/* ===========================
   MOBILE
=========================== */

@media (max-width: 991px) {

  .testimonial-container {
    flex-direction: column;
  }

  .testimonial-media,
  .testimonial-content-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .testimonial-media-wrapper {
    height: 450px;
  }

  .testimonial-content-wrapper {
    padding: 30px;
    /* padding-bottom: 70px; */
  }

  .testimonial-content {
    min-height: 400px;
    padding: 30px;
  }

  .testimonial-quote-text {
    font-size: 20px;
    line-height: 30px;
  }

  .testimonial-slider-dots {
    left: 50%;
    bottom: 15px;
    top: auto;
    right: auto;

    flex-direction: row;

    transform: translateX(-50%);
  }

  .testimonial-slider-dots li {
    margin: 0 5px;
  }
}

@media (max-width: 767px) {

  .testimonial-media {
    border-radius: 20px;
  }

  .testimonial-media-wrapper {
    /* height: 320px; */
  }

  .testimonial-content-wrapper {
    padding: 20px;
    /* padding-bottom: 70px; */
    border-radius: 20px;
  }

  .testimonial-content {
    padding: 20px;
    border-radius: 16px;
  }

  .testimonial-quote-text {
    font-size: 16px;
    line-height: 26px;
  }

  .testimonial-author-avatar {
    width: 45px;
    height: 45px;
  }

  .testimonial-author-avatar img {
    width: 35px;
  }

  .testimonial-thumbnail {
    width: 55px;
    height: 70px;
  }

  .testimonial-video-thumbnails {
    left: 10px;
    right: 10px;
    gap: 6px;
  }
}

/* .slick-slider {
  position: unset !important;
} */
.white_img {
  border-radius: 12px;
}

/* Section 12 Custom Styles - Apple Liquid Glass */
.inner_sec_12 {
  background-color: #f2f4f8;
  /* Solid color background */
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.inner12_bg {
  position: relative;
  z-index: 2;
}

/* Apple Liquid Glass Design for Right Side Boxes */
.inner_sec_12 .flex_img {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  padding: 32px;
  margin-bottom: 24px;
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.05), inset 0 1px 0 rgba(255, 255, 255, 1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  z-index: 3;
}

.inner_sec_12 .flex_img:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 15px 40px rgba(31, 38, 135, 0.08), inset 0 1px 0 rgba(255, 255, 255, 1);
}

.inner_sec_12 .flex_img .h5tag {
  color: #1d1d1f;
  font-weight: 600;
}

.inner_sec_12 .flex_img .para {
  color: #515154;
  line-height: 1.6;
}

.inner_sec_12 .title-left-content {
  padding-left: 30px;
}

@media (max-width: 991px) {
  .inner_sec_12 .title-left-content {
    padding-left: 0;
    margin-top: 40px;
  }
}


/* =============================================
   Project Timeline Section - Section 33
   cryptocurrency-wallet-development-company
   ============================================= */

.project-timeline-section {
  background: linear-gradient(135deg, #f4f8ff 0%, #e8f1ff 100%);
  padding: 100px 0;
}

.project-timeline-section .container {
  width: 100%;
}

/* ---- Gantt Grid Wrapper ---- */
.pt-gantt-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.pt-gantt {
  min-width: 900px;
  display: grid;
  grid-template-columns: 280px repeat(8, 1fr);
  row-gap: 0;
  column-gap: 0;
  position: relative;
}

/* ---- Week Header Row ---- */
.pt-gantt-header {
  display: contents;
}

.pt-gantt-header .pt-label-spacer {
  /* empty cell top-left */
}

.pt-week-col {
  text-align: center;
  font-size: 0.92rem;
  font-weight: 500;
  padding-bottom: 20px;
  position: relative;
}

/* Dashed vertical guide lines */
.pt-week-col::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100vh;
  border-left: 2px dashed #cccccc;
  pointer-events: none;
  z-index: 0;
}

/* ---- Task Rows ---- */
.pt-gantt-row {
  display: contents;
}

.pt-row-label {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  font-weight: 500;
  color: #1a1a1a;
  padding: 22px 0;
  padding-right: 16px;
  white-space: nowrap;
  z-index: 1;
  text-align: start;
}

.pt-row-bar-area {
  position: relative;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

/* Bars positioned within the cell */
.pt-bars {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 2;
}

/* ---- Individual Pill Bars ---- */
.pt-bar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 8px 18px;
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: 0.02em;
  cursor: default;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.pt-bar:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

/* Primary bar (Attractive Pink Gradient) */
.pt-bar.pt-bar--primary {
  background: linear-gradient(135deg, #e530b2 0%, #ff5acd 100%);
  color: #ffffff;
}

/* Dark / secondary bar (Sleek Dark Blue/Purple) */
.pt-bar.pt-bar--dark {
  background: linear-gradient(135deg, #1a1625 0%, #2f2544 100%);
  color: #ffffff;
}

/* ---- Separator lines between rows ---- */
.pt-row-separator {
  grid-column: 1 / -1;
  height: 1px;
  background: #d3e2fc;
}

/* ---- Typography & Content Blocks ---- */
.pt-intro-text {
  max-width: 900px;
  font-size: 1.05rem;

  line-height: 1.7;
}

.pt-timeline-summary {
  max-width: 900px;
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
  border: 1px solid #f0f0f0;
}

.pt-summary-title {
  font-weight: 700;
  color: #111111;
}

.pt-summary-details {
  font-size: 1.1rem;
  color: #111111;
  font-weight: 500;
}

.pt-summary-highlight {
  color: #e530b2;
}

.pt-summary-desc {
  font-size: 0.95rem;

  line-height: 1.7;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .pt-gantt {
    grid-template-columns: 220px repeat(8, 1fr);
    min-width: 800px;
  }

  .pt-row-label {
    font-size: 0.82rem;
  }

  .pt-bar {
    font-size: 0.7rem;
    padding: 6px 12px;
  }

  .pt-intro-text {
    font-size: 0.95rem;
  }
}

@media (max-width: 576px) {
  .project-timeline-section {
    padding: 50px 0;
  }

  .pt-gantt {
    grid-template-columns: 180px repeat(8, 1fr);
    min-width: 650px;
  }

  .pt-week-col {
    font-size: 0.78rem;
  }

  .pt-timeline-summary {
    padding: 25px;
  }

  .pt-summary-details {
    font-size: 0.95rem;
  }

  .pt-summary-desc {
    font-size: 0.85rem;
  }
}

/* ==========================================================================
   Section 34: Choose the Right Crypto Wallet Type
   ========================================================================== */
.sec_34_wallet_types {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.sec_34_wallet_types .wallet-top-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #eff6ff;
  border: 1px solid #dbeafe;
  color: #2563eb;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(37, 99, 235, 0.06);
}

.sec_34_wallet_types .text-primary-blue {
  color: #2563eb;
}

.sec_34_wallet_types .max-w-700 {
  max-width: 700px;
}

.sec_34_wallet_types .wallet-tab-filters {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.sec_34_wallet_types .wallet-tab-btn {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  color: #475569;
  padding: 10px 28px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
  outline: none;
}

.sec_34_wallet_types .wallet-tab-btn:hover {
  border-color: #cbd5e1;
  color: #0f172a;
}

.sec_34_wallet_types .wallet-tab-btn.active {
  background: #2563eb;
  border-color: #2563eb;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
  font-weight: 600;
}

/* Wallet Card Grid & Item */
.sec_34_wallet_types .wallet-card-col {
  transition: all 0.3s ease;
}

.sec_34_wallet_types .wallet-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 24px 20px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.03);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.sec_34_wallet_types .wallet-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(37, 99, 235, 0.08);
}

.sec_34_wallet_types .wallet-card.card-featured-green {
  border-color: #86efac;
  box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.2), 0 10px 28px rgba(16, 185, 129, 0.08);
}

.sec_34_wallet_types .wallet-card.card-featured-green:hover {
  box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.4), 0 16px 36px rgba(16, 185, 129, 0.15);
}

/* Card Top Badge */
.sec_34_wallet_types .card-badge-wrap {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
}

.sec_34_wallet_types .card-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 1.3;
}

.sec_34_wallet_types .card-badge.badge-blue {
  background: #e0f2fe;
  color: #0284c7;
}

.sec_34_wallet_types .card-badge.badge-green {
  background: #dcfce7;
  color: #16a34a;
}

.sec_34_wallet_types .card-badge.badge-purple {
  background: #f3e8ff;
  color: #9333ea;
}

.sec_34_wallet_types .card-badge.badge-amber {
  background: #fef3c7;
  color: #d97706;
}

/* Card Header & Icon */
.sec_34_wallet_types .wallet-img-wrap {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  padding-top: 10px;
}

.sec_34_wallet_types .wallet-img-wrap img {
  max-height: 135px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.sec_34_wallet_types .wallet-card:hover .wallet-img-wrap img {
  transform: scale(1.06);
}

.sec_34_wallet_types .wallet-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  text-align: center;
  margin-bottom: 6px;
  line-height: 1.3;
}

.sec_34_wallet_types .wallet-card-subtitle {
  font-size: 15px;
  color: #64748b;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Card Specs List */
.sec_34_wallet_types .wallet-specs-list {
  border-top: 1px dashed #e2e8f0;
  padding-top: 16px;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sec_34_wallet_types .spec-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  font-size: 14px;
}

.sec_34_wallet_types .spec-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #475569;
  font-weight: 600;
  min-width: 95px;
  flex-shrink: 0;
}

.sec_34_wallet_types .spec-label svg {
  color: #64748b;
  flex-shrink: 0;
}

.sec_34_wallet_types .spec-value {
  color: #334155;
  text-align: right;
  line-height: 1.35;
  flex-grow: 1;
}

.sec_34_wallet_types .spec-value-text {
  font-size: 14px;
  font-weight: 500;
}

.sec_34_wallet_types .rating-stars {
  display: inline-flex;
  gap: 2px;
  font-size: 15px;
}

.sec_34_wallet_types .rating-stars.star-blue {
  color: #3b82f6;
}

.sec_34_wallet_types .rating-stars.star-green {
  color: #10b981;
}

.sec_34_wallet_types .rating-stars.star-purple {
  color: #a855f7;
}

.sec_34_wallet_types .rating-stars.star-amber {
  color: #f59e0b;
}

.sec_34_wallet_types .rating-stars.star-cyan {
  color: #06b6d4;
}

.sec_34_wallet_types .rating-stars.star-dark {
  color: #3b82f6;
}

.sec_34_wallet_types .star-empty {
  color: #cbd5e1;
}

/* Spec Status Pills */
.sec_34_wallet_types .status-pill {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
}

.sec_34_wallet_types .status-pill.pill-pink {
  background: #fee2e2;
  color: #ef4444;
}

.sec_34_wallet_types .status-pill.pill-green {
  background: #dcfce7;
  color: #16a34a;
}

.sec_34_wallet_types .status-pill.pill-purple {
  background: #f3e8ff;
  color: #9333ea;
}

.sec_34_wallet_types .status-pill.pill-amber {
  background: #ffedd5;
  color: #ea580c;
}

.sec_34_wallet_types .status-pill.pill-cyan {
  background: #e0f2fe;
  color: #0284c7;
}

.sec_34_wallet_types .status-pill.pill-blue {
  background: #dbeafe;
  color: #2563eb;
}

/* Bottom Callout Banner */
.sec_34_wallet_types .callout-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1e40af;
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.05);
}

.sec_34_wallet_types .callout-pill svg {
  flex-shrink: 0;
  color: #2563eb;
}

@media (max-width: 991px) {
  .sec_34_wallet_types .wallet-card-subtitle {
    min-height: auto;
  }
}

@media (max-width: 576px) {
  .sec_34_wallet_types .callout-pill {
    border-radius: 16px;
    text-align: left;
    padding: 10px 16px;
    font-size: 13px;
  }

  .sec_34_wallet_types .wallet-tab-btn {
    padding: 8px 18px;
    font-size: 14px;
  }
}

/* ==========================================
   Section 24: Crypto Wallet Architecture
   ========================================== */
.sec_24_architecture {
  /* background: #f8fafc; */
  padding: 60px 0;
  position: relative;
}

.sec_24_architecture .max-w-700 {
  max-width: 700px;
}

.sec_24_architecture .architecture-img-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;




}

.sec_24_architecture .architecture-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 16px;
}



.sec_24_architecture .arch-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  height: 100%;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.04);
  border: 1px solid #e2e8f0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sec_24_architecture .arch-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.sec_24_architecture .arch-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.sec_24_architecture .arch-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.sec_24_architecture .bg-icon-blue { background: #e0f2fe; color: #0284c7; }
.sec_24_architecture .bg-icon-purple { background: #f3e8ff; color: #9333ea; }
.sec_24_architecture .bg-icon-green { background: #dcfce7; color: #16a34a; }
.sec_24_architecture .bg-icon-amber { background: #fef3c7; color: #d97706; }
.sec_24_architecture .bg-icon-cyan { background: #cff4fc; color: #0891b2; }
.sec_24_architecture .bg-icon-rose { background: #ffe4e6; color: #e11d48; }

.sec_24_architecture .arch-card-title {
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

.sec_24_architecture .arch-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sec_24_architecture .arch-list li {
  font-size: 14px;
  font-weight: 500;
  color: #475569;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sec_24_architecture .arch-list li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #2563eb;
  border-radius: 50%;
  flex-shrink: 0;
}

.sec_24_architecture .chain-pills-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.sec_24_architecture .chain-tag {
  background: #f1f5f9;
  color: #334155;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 50px;
  border: 1px solid #cbd5e1;
}

/* Connecting Down Arrows */
.sec_24_architecture .flow-arrow-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec_24_architecture .flow-down-arrow {
  width: 44px;
  height: 44px;
  background: #eff6ff;
  border: 2px solid #bfdbfe;
  color: #2563eb;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.12);
  animation: bounceArrow 2s infinite;
}

@keyframes bounceArrow {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(6px); }
  60% { transform: translateY(3px); }
}

/* Pipeline Flow Cards */
.sec_24_architecture .arch-pipeline-card {
  border-radius: 18px;
  padding: 18px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
}

.sec_24_architecture .bg-pipeline-blue {
  background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%);
  border: 1.5px solid #38bdf8;
}

.sec_24_architecture .bg-pipeline-purple {
  background: linear-gradient(135deg, #f3e8ff 0%, #e9d5ff 100%);
  border: 1.5px solid #c084fc;
}

.sec_24_architecture .bg-pipeline-green {
  background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
  border: 1.5px solid #4ade80;
}

.sec_24_architecture .pipeline-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sec_24_architecture .pipeline-icon {
  font-size: 22px;
}

.sec_24_architecture .pipeline-title {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

.sec_24_architecture .pipeline-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sec_24_architecture .pipeline-badge {
  background: #ffffff;
  color: #1e293b;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 50px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}


@media (max-width: 768px) {
  .sec_24_architecture {
    padding: 40px 0;
  }
  .sec_24_architecture .platform-title-pill {
    font-size: 16px;
    padding: 8px 22px;
  }
  .sec_24_architecture .pipeline-title {
    font-size: 16px;
  }
}

/* Section 25: Security Architecture Styles */
.sec_25_security {
  background: linear-gradient(135deg, #030712 0%, #0b1528 50%, #030712 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.sec_25_security .sec25-header {
  text-align: center;
  margin-bottom: 40px;
}

.sec_25_security .sec25-header-title {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
}

.sec_25_security .sec25-header-desc {
  font-size: 16px;
  color: #cbd5e1;
  max-width: 820px;
  margin: 0 auto;
  line-height: 1.6;
}

.sec_25_security .sec25-grid-wrapper {
  padding: 10px 0;
}

.sec_25_security .sec25-cards-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.sec_25_security .sec25-feature-card {
  background: rgba(15, 23, 42, 0.75);
  border: 1px solid rgba(56, 189, 248, 0.2);
  border-radius: 16px;
  padding: 18px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  height: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.35s ease;
  overflow: hidden;
}

.sec_25_security .sec25-feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(56, 189, 248, 0.5);
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.3);
  background: rgba(15, 23, 42, 0.9);
}

.sec_25_security .sec25-icon-box {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.9) 0%, rgba(15, 23, 42, 0.95) 100%);
  border: 1.5px solid rgba(56, 189, 248, 0.35);
  color: #38bdf8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.15);
  transition: transform 0.3s ease;
  overflow: hidden;
}

.sec_25_security .sec25-icon-box svg {
  width: 28px;
  height: 28px;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
  overflow: hidden;
}

.sec_25_security .sec25-feature-card:hover .sec25-icon-box {
  transform: scale(1.08);
  border-color: #38bdf8;
}

.sec_25_security .sec25-card-content {
  flex: 1;
}

.sec_25_security .sec25-card-title {
  font-size: 17px;
  font-weight: 700;
  color: #38bdf8;
  margin-bottom: 6px;
  letter-spacing: 0.2px;
}

.sec_25_security .sec25-card-desc {
  font-size: 14px;
  color: #cbd5e1;
  margin: 0;
  line-height: 1.5;
}

.sec_25_security .sec25-center-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.sec_25_security .sec25-center-img-box {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}

.sec_25_security .sec25-center-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 991px) {
  .sec_25_security {
    padding: 40px 0;
  }
  .sec_25_security .sec25-header-title {
    font-size: 26px;
  }
  .sec_25_security .sec25-header-desc {
    font-size: 15px;
  }
  .sec_25_security .sec25-center-wrapper,
  .sec_25_security .sec25-center-img-box {
    display: none !important;
  }
  .sec_25_security .sec25-card-title{
    font-weight: 500;
  }
}

@media (max-width: 768px) {
  .sec_25_security {
    padding: 30px 15px;
  }
  .sec_25_security .sec25-header {
    margin-bottom: 24px;
  }
  .sec_25_security .sec25-header-title {
    font-size: 22px;
  }
  .sec_25_security .sec25-header-desc {
    font-size: 14px;
  }
  .sec_25_security .sec25-feature-card {
    padding: 14px;
    gap: 12px;
  }
  .sec_25_security .sec25-icon-box {
    width: 44px;
    height: 44px;
  }
  .sec_25_security .sec25-icon-box svg {
    width: 24px;
    height: 24px;
  }
  .sec_25_security .sec25-card-title {
    font-size: 16px;
  }
  .sec_25_security .sec25-card-desc {
    font-size: 13px;
  }
}

/* ---------- Section wrapper ---------- */
.sec37-wallet-type {
  background: linear-gradient(160deg, #eef4ff 0%, #f7f9ff 50%, #eef6ff 100%);
  padding: 72px 0 56px;
  overflow: hidden;
  position: relative;
}

/* ---------- Top badge ---------- */
.sec37-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #d0e3ff;
  border-radius: 50px;
  padding: 6px 18px;
  font-size: 13px;
  font-weight: 600;
  color: #2563eb;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(37, 99, 235, 0.08);
}

.sec37-badge svg {
  flex-shrink: 0;
}

/* ---------- Heading ---------- */
.sec37-title {
  font-size: clamp(26px, 4vw, 44px);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
  margin-bottom: 14px;
}

.sec37-title span {
  color: #2563eb;
}

.sec37-subtitle {
  font-size: 15px;
  color: #64748b;
  max-width: 580px;
  margin: 0 auto 36px;
  line-height: 1.7;
}

/* ---------- Filter Tabs ---------- */
.sec37-filters {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.sec37-filter-btn {
  padding: 9px 26px;
  border-radius: 30px;
  border: 1.5px solid #d0d8f0;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  color: #475569;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.sec37-filter-btn:hover {
  border-color: #2563eb;
  color: #2563eb;
  background: #eff6ff;
  transform: translateY(-1px);
}

.sec37-filter-btn.active {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.35);
  transform: translateY(-1px);
}

/* ---------- Cards Grid ---------- */
.sec37-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .sec37-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .sec37-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- Single Card ---------- */
.sec37-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px 22px 20px;
  border: 1.5px solid #e8eef8;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
  position: relative;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  display: none;
}

.sec37-card.sec37-visible {
  display: block;
  animation: sec37CardIn 0.35s ease both;
}

@keyframes sec37CardIn {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}

.sec37-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 36px rgba(37, 99, 235, 0.12);
  border-color: #bfdbfe;
}

/* Popular card highlight */
.sec37-card.sec37-popular {
  border-color: #22c55e;
  box-shadow: 0 6px 28px rgba(34, 197, 94, 0.12);
}

/* ---------- Card badge (top-right) ---------- */
.sec37-card-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: linear-gradient(135deg, #16a34a, #15803d);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.4;
  text-align: center;
}

.sec37-card-badge.badge-blue {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.sec37-card-badge.badge-purple {
  background: linear-gradient(135deg, #7c3aed, #6d28d9);
}

.sec37-card-badge.badge-amber {
  background: linear-gradient(135deg, #d97706, #b45309);
}

.sec37-card-badge.badge-teal {
  background: linear-gradient(135deg, #0d9488, #0f766e);
}

/* ---------- Card image ---------- */
.sec37-card-img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin-bottom: 12px;
  display: block;
}

/* ---------- Card headings ---------- */
.sec37-card-name {
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 4px;
}

.sec37-card-desc {
  font-size: 12.5px;
  color: #64748b;
  margin-bottom: 16px;
  line-height: 1.5;
}

/* ---------- Card rows ---------- */
.sec37-card-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0;
  border-top: 1px solid #f1f5f9;
  gap: 8px;
}

.sec37-row-label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  color: #64748b;
  font-weight: 500;
  white-space: nowrap;
}

.sec37-row-label svg {
  flex-shrink: 0;
  opacity: 0.7;
}

/* Stars */
.sec37-stars {
  display: flex;
  gap: 2px;
}

.sec37-star {
  font-size: 13px;
}
.sec37-star.filled { color: #f59e0b; }
.sec37-star.half   { color: #f59e0b; opacity: 0.55; }
.sec37-star.empty  { color: #d1d5db; }

/* Control pill */
.sec37-control-pill {
  font-size: 11.5px;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 20px;
  display: inline-block;
}

.sec37-pill-green   { background: #dcfce7; color: #166534; }
.sec37-pill-blue    { background: #dbeafe; color: #1e40af; }
.sec37-pill-orange  { background: #ffedd5; color: #9a3412; }
.sec37-pill-purple  { background: #ede9fe; color: #5b21b6; }
.sec37-pill-teal    { background: #ccfbf1; color: #134e4a; }
.sec37-pill-gray    { background: #f1f5f9; color: #334155; }
.sec37-pill-amber   { background: #fef3c7; color: #92400e; }

/* ---------- Footer note ---------- */
.sec37-footer-note {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 13.5px;
  color: #475569;
  font-weight: 500;
}

.sec37-footer-note svg {
  flex-shrink: 0;
  color: #2563eb;
}

/* ---------- Responsive tweaks ---------- */
@media (max-width: 767px) {
  .sec37-wallet-type {
    padding: 48px 0 40px;
  }

  .sec37-title {
    font-size: 26px;
  }

  .sec37-filters {
    gap: 8px;
  }

  .sec37-filter-btn {
    font-size: 13px;
    padding: 7px 18px;
  }

  .sec37-card-img {
    width: 56px;
    height: 56px;
  }

  .sec37-card-name {
    font-size: 15px;
  }
}
