@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lora:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.no-scroll {
    overflow: hidden;
}
*{
  font-family: "Roboto Serif", serif;
}
h2{
    font-size: 35px !important;
}
.fw-bold{
    font-weight: 500 !important;
}

@media (max-width:480px) {
    h2{
        font-size: 30px !important;
    }
}

h1{
    font-size: 40px !important;
}

#main-content{
  margin-top:100px
}
  
  .Home-banner{
    padding-top: 100px;
    background: url("https://res.cloudinary.com/cryptiecraft/image/upload/f_auto,q_auto/assets/index/banner1.jpg");
    background-position: center;
    background-size: cover;
    /* height: 100vh; */
  }
  .Home-banner-btn{
    width: 170px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border:none;
    border-radius: 1.5rem;
   color: #0A97BE;
   border: 1px solid #0A97BE;
  }
  .Home-banner-container{
    display: flex;
    flex-direction: column;
     align-items: center;
     justify-content: center;
  }
  .Home-banner-head{
    font-size: 48px;
    margin: auto;
    width: 75%;
    text-align: center;
    font-weight: 500;
    color: white;
  }
  .Home-banner-para{
    padding-block: 20px;
    color: white;
    font-size: 20px;
    text-align: center;
    width: 80%;
  }

    .Home-banner-head span{
         background:linear-gradient(to right, #0A97BE,#3E91A8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* Optional for wider browser support */
  background-clip: text;
  color: transparent;
    }
  .carousel-container {
      width: 80%;
      margin:auto;
      padding-top:200px;
    padding-bottom:100px;
      /* height: 100vh; */
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .carousel {
      display: flex;
      width: 100%;
      justify-content: center;
      align-items: center;
      perspective: 1200px;
    }

.slide::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 4px; /* Border thickness */
  background: linear-gradient(to right, #E025CE, #0A97BE, #BD24E6);
  border-radius: 35px;
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}

    .slide img {
      width: 100%;
      height: 100%;
      /* object-fit: cover; */
      display: block;
      border-radius: 40px !important;
    }

   .left2 {
  transform: translateX(-450px) rotateY(50deg) translateZ(50px) scale(0.7) !important;
  z-index: 1;
  filter: blur(4px) brightness(0.6);
}

.left1 {
  transform: translateX(-220px) rotateY(30deg) translateZ(-80px) scale(0.85) !important;
  z-index: 2;
  filter: blur(2px) brightness(0.8);
}

.center {
  transform: rotateY(0deg) translateZ(0) scale(1) !important;
  z-index: 5;
  box-shadow: 0 0 30px rgba(0, 255, 255, 0.5);
  filter: none;
}

.right1 {
  transform: translateX(220px) rotateY(-30deg) translateZ(-80px) scale(0.85) !important;
  z-index: 2;
  filter: blur(2px) brightness(0.8);
}

.right2 {
  transform: translateX(440px) rotateY(-50deg) translateZ(50px) scale(0.7) !important;
  z-index: 1;
  filter: blur(4px) brightness(0.6);
}


.left2,
.left1,
.right1,
.right2 {
  filter: blur(2px);
  pointer-events: none; /* Prevents hover on blurred cards */
}

.center {
  filter: none;
  opacity: 1;
  pointer-events: auto;
}

    .slide {
  width: 300px;
  height: 320px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.8s ease-in-out;
  transform-origin: center;
  background: transparent;
}

    .card1 {

      position: absolute;

      /* width: 250px;

      height: 280px; */
/* 
        border: 5px solid transparent;
  border-image: linear-gradient(to right, #E025CE, #0A97BE,#BD24E6);
  border-image-slice: 1;

      border-radius: 35px !important; */
      /* background: linear-gradient(135deg, #ff0099, #493240); */

/*      
      font-size: 18px;

      font-weight: bold; */

      transition: transform 1s ease, z-index 1s ease;
/* 
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); */

    }
 
    /* Optional unique colors

    .card:nth-child(1) { background: #00c9a7; }

    .card:nth-child(2) { background: #ff5e57; }

    .card:nth-child(3) { background: #7d5fff; }

    .card:nth-child(4) { background: #ffb142; }

    .card:nth-child(5) { background: #3ae374; } */


    /* .left2 {
  transform: rotateY(25deg) !important;
}

.left1 {
  transform: rotateY(15deg) !important;
}

.center {
  transform: rotateY(0deg) !important;
}

.right1 {
  transform: rotateY(-15deg) !important;
}

.right2 {
  transform: rotateY(-25deg) !important;
} */


/* popup */

.overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.popup-content {
    background-color: white;
    border-radius: 20px;
    padding: 40px 20px 30px;
    text-align: center;
    width: 80%;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.popup-content .illustration {
    width: 300px;
    margin-bottom: 20px;
}

.popup h2 {
    font-size: 31px;
    font-weight: 500;
    color: #0099cc;
    margin-bottom: 20px;
}

.button-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.button-container a{
    text-decoration: none;
}

.button-container button {
    padding: 10px 15px;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s;
}

.whatsapp-btn {
    background-color: #25d366;
    color: white;
}

.whatsapp-btn:hover {
    background-color: #339e72;
}

.teams-btn {
    background-color: #0078d4;
    color: white;
}

.teams-btn:hover {
    background-color: #005a8f;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    color: #555;
    cursor: pointer;
}

.close-btn:hover {
    color: #000;
}


@media (max-width:1200px) {
    .Whitelabel-hero-left-button{
        width: 100%;
    }
}
@media (max-width:986px) {
     .overlay{
        width: 100% !important;
     }
   .overlay .button-container{
        display: flex;
        gap:5px;
        margin: auto;
    }
    .overlay .button-container button{
         width: 100%;
         font-size: 14px;
    }

}

@media (max-width:786px) {
  .Home-banner-para{
    width: 100%;
  }
}
@media (max-width:568px) {
  .carousel-container{
    padding-top: 50px;
  }
  .Home-banner-para{
    
    padding-bottom: 0px;
  }
    .Coinbase-Clone-button{
     font-size: 12px;
     padding: 12px 20px;
    }
    .Whitelabel-hero-left h1{
        font-size: 30px !important;
    }
   .overlay{
    padding:20px !important
   }
   .overlay h2{
    font-size: 16px;
   }
  .overlay .button-container button{
    font-size: 15px;
  }
}



.sparkle-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: 30px;
  background: white;
  color: #0A97BE;
  border: 2px solid #0A97BE;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  overflow: visible; /* allows sparkles to go outside */
  transition: background 0.3s ease;
}

.sparkle-button .arrow {
  transition: transform 0.3s ease;
}

.sparkle-button:hover .arrow {
  transform: translateX(5px);
}

/* Sparkle base */
.sparkle {
  position: absolute;
  font-size: 16px;
  color: #ffffff;
  opacity: 0;
  pointer-events: none;
  animation: none;
}

/* When hovering, trigger animation */
.sparkle-button:hover .sparkle {
  opacity: 1;
  animation: sparkle-fly 1s ease-out forwards;
}

.sparkle-1 {
  top: -10px;
  left: 30%;
  animation-delay: 0s;
}

.sparkle-2 {
  top: 100%;
  right: 20%;
  animation-delay: 0.2s;
}

.sparkle-3 {
  bottom: 100%;
  left: 50%;
  animation-delay: 0.4s;
}

@keyframes sparkle-fly {
  0% {
    transform: scale(0.5) translateY(0);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.4) translateY(-20px);
    opacity: 1;
  }
  100% {
    transform: scale(0.3) translateY(-40px);
    opacity: 0;
  }
}

  @media (max-width:986px) {
    .Home-banner{
      overflow-x: hidden;
    }
    .carousel-container{
      /* overflow-X: hidden; */
      width: 100%;
      height: 70vh;
    }

    /* .slide {
      width: 150px;
      height: 150px;
    } */
    .Home-banner-head {
      width: 100%;
    }
    .Home-banner-para{
      text-align: center;
    }
       /* .left2 {
  transform: translateX(-150px) rotateY(50deg) translateZ(50px) scale(0.7) !important;
  z-index: 1;
  filter: blur(4px) brightness(0.6);
}

.left1 {
  transform: translateX(-30px) rotateY(30deg) translateZ(-80px) scale(0.85) !important;
  z-index: 2;
  filter: blur(2px) brightness(0.8);
}

.center {
  transform: rotateY(0deg) translateZ(0) scale(1) !important;
  z-index: 5;
  box-shadow: 0 0 30px rgba(0, 255, 255, 0.5);
  filter: none;
}

.right1 {
  transform: translateX(30px) rotateY(-30deg) translateZ(-80px) scale(0.85) !important;
  z-index: 2;
  filter: blur(2px) brightness(0.8);
}

.right2 {
  transform: translateX(150px) rotateY(-50deg) translateZ(50px) scale(0.7) !important;
  z-index: 1;
  filter: blur(4px) brightness(0.6);
} */
  }
/* 
    /* --- Mobile Swiper --- */


/* yles for Home Banner Section ===== */
/* @media (max-width: 1200px) {
  .carousel-container {
    padding-top: 150px;
    padding-bottom: 80px;
  }
  .slide {
    width: 250px;
    height: 270px;
  }
}

@media (max-width: 992px) {
  .Home-banner-head {
    font-size: 36px;
    width: 90%;
  }
  .Home-banner-para {
    font-size: 18px;
    padding-inline: 10px;
    text-align: center;
  }
  .carousel-container {
    padding-top: 100px;
  }
  .slide {
    width: 220px;
    height: 240px;
  }
}

@media (max-width: 768px) {
  .Home-banner-head {
    font-size: 28px;
  }
  .Home-banner-para {
    font-size: 16px;
  }
  .slide {
    width: 180px;
    height: 200px;
  }
  .carousel-container {
    width: 100%;
    padding-top: 80px;
  }
  .sparkle-button {
    font-size: 14px;
    padding: 10px 22px;
  }
}

 */ 

@media (max-width: 576px) {
  .Home-banner{
    padding:50px 10px 10px 10px;
  }
  .Home-banner-head{
    font-size: 28px !important;
  }
  .Home-banner-para {
    font-size: 16px;
  }
}

.who-we-are {
  background: url('https://res.cloudinary.com/cryptiecraft/image/upload/f_auto,q_auto/assets/index/home-who-banner.png') no-repeat bottom right;
  background-size:cover;
  background-position: center;
  position: relative;
  z-index: -1;
  padding-block:200px;
  margin-top: 0px;
}

.section-title {
  font-weight: 500;
  /* color: #008fc9; */
}

.section-description {
  font-size: 20px;
  line-height: 1.7;
  padding: 20px 0px;
  border-radius: 5px;
  text-align: justify;
}

.info-box {
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.info-box h4 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 5px;
}

.info-box p {
  margin: 0;
  font-size: 14px;
}

/* Color Boxes */
.bg-light-blue {
  background-color: #d9ebf6;
}

.bg-beige {
  background-color: #f8f3ea;
}

.bg-green {
  background-color: #d9edea;
}

.bg-pink {
  background-color: #fbe0eb;
}

/* Zig-zag (staggered) style for info boxes */
.info-box-wrapper:nth-child(1) {
  transform: translateY(0px);
  transform: translateX(40px);
}

.info-box-wrapper:nth-child(2) {
  transform: translateY(70px);
}

.info-box-wrapper:nth-child(3) {
  transform: translateY(30px) translateX(40px);
    

}

.info-box-wrapper:nth-child(4) {
  transform: translateY(100px);
}

@media (max-width:786px) {
  .who-we-are{
    padding-block: 50px;
  }
  .section-description {
    font-size: 16px;
    padding-top: 0px;
  }
  .info-box {
    padding:10px;
  }
  .info-box h4{
    font-size: 30px;
  }
  .info-box-wrapper:nth-child(1){
    transform: translateX(0px);
  }
  .info-box-wrapper:nth-child(2){
    transform: translateY(0px);
  }
  .info-box-wrapper:nth-child(3){
    transform: translateX(0px);
  }
  .info-box-wrapper:nth-child(4) {
    transform: translateY(0px);
}


}

.service-card {
  position: relative;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  padding: 30px;
  height: 100%;
  overflow: hidden;
  transition: transform 0.3s ease;
  border:2px solid rgba(0, 0, 0, 0.226);
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-card-content {
  position: relative;
  z-index: 2;
  padding-bottom: 120px; /* Reserve space for image */
}

.service-card h3 {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  width: 60%;
  margin-bottom: 15px;
}

.service-card p {
  font-size: 16px;
  text-align: left;
  color: #555;
  margin-bottom: 20px;
}

.btn-get-started {
  background-color: #0A97BE;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.btn-get-started i {
  padding-left: 10px;
}

.btn-get-started:hover {
  background-color: #087a9b;
  color: #fff;
}

/* The key: absolute bottom-right image */
.service-image {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 50%;
  max-width: 300px;
  height: auto;
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

  .nft-card7-img{
    width: 250px;
  }
/* Responsive fix */
@media (max-width:986px) {
  .nft-card1-img{
    width: 200px;
  }
  .nft-card3-img{
    width: 200px;
  }
  .nft-card4-img{
    width: 200px;
  }
  .nft-card7-img{
    width: 150px;
  }
   .nft-card5-img{
    width: 150px;
   }
}
@media (max-width: 576px) {
  .service-card-content {
    padding-bottom: 160px; /* more space on small screen */
  }
.service-card{
  padding:22px;
}
  .service-image {
    width: 60%;
    right: 10px;
    bottom: 10px;
  }
  .nft-card1-img{
   width: 50%;
}
.nft-card3-img{
  width: 200px;
}
  .nft-card5-img{
    width: 150px;
  }
  .nft-card7-img{
    width: 150px;
  }
  .service-card h3
{
  width: 100%;
}
.service-card p{
  text-align: justify;
}
}
/* ------------------------------- */
.Home-Blockchain{
  margin-block: 50px;
}
.Home-Blockchain-header{
  text-align: center;
  margin-bottom: 30px;
}
.Home-Blockchain-para{
  text-align: center;
  padding-block: 20px;
}
.Home-Blockchain-dev{
    background:url("https://res.cloudinary.com/cryptiecraft/image/upload/f_auto,q_auto/assets/index/cta.png");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: auto;
    padding-block: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.Home-Blockchain-dev-head{
    color:white;
    width:100%;
    text-align: center;
    font-weight: 500;
    margin-bottom: 30px;
}
.Home-Blockchain-dev-para{
    color:white;
    width: 50%;
    text-align: center;
    padding-block: 20px;
}

@media (max-width:768px) {
  .Home-Blockchain-dev-head{
    width: 100%;
    font-size: 30px;
  }
  .Home-Blockchain-dev-para {

  width: 100%;
}
.Home-Blockchain{
  margin-top: 50px;
}
}

@media (max-width:486px) {
  .Home-Blockchain-dev-head{
    font-size: 33px !important;
  }
}
/* -------------------------------------- */

 .industry-section {
      padding: 30px 0;
      position: relative;
      overflow: hidden;
    }

    .industry-section h2 {
      text-align: center;
      font-weight: 500;
      margin-bottom: 30px;
    }

    .industry-section h2 span {
      color: #0A97BE;
    }

    .industry-section p {
      text-align: center;
      max-width: 700px;
      margin: 0 auto 50px;
      color: #555;
    }

    .industry-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 4px;
      position: relative;
      z-index: 1;
    }

    .industry-card {
      background: #fff;
      text-align: center;
      padding: 30px 10px;
      border-radius: 5px;
      box-shadow: 0 0 10px rgba(0,0,0,0.03);
      position: relative;
      z-index: 2;
      height: 200px;
    }

    .industry-card img {
        width: 60px;

      margin-bottom: 10px;
    }

    .industry-card h5 {
      font-size: 14px;
      margin: 0;
    }

    /* === Glowing background squares === */
    .glow-box {
      position: absolute;
      width:330px;
      height: 230px;
      background: linear-gradient(135deg,#0A97BE, #60C4C9, #34F8FF);
      border-radius: 12px;
      z-index: 0;
      animation: moveBox1 2s ease-in-out infinite;
    }

    .glow-box2 {
      position: absolute;
      width: 330px;
      height: 230px;
      background: linear-gradient(135deg,#0A97BE, #60C4C9, #34F8FF);
      border-radius: 12px;
      z-index: 0;
      animation: moveBox2 2s ease-in-out infinite;
    }

    @keyframes moveBox1 {
      0%, 100% { top: 10px; left: 10px; }
      33% { top: 100px; left: 170px; }
      66% { top: 250px; left: 340px; }
      90% {top: 10px; left:600px;}
    
    }

    @keyframes moveBox2 {
      0%, 100% { top: 50px; left: 50px; }
      33% { top: 350px; left: 300px; }
      66% { top: 240px; left: 600px; }
        90% {top: 300px; left:600px;}
    }
    @media (max-width:998px) {
       @keyframes moveBox1 {
      0%, 100% { top: 10px; left: 10px; }
      33% { top: 100px; left: 100px; }
      66% { top: 250px; left: 240px; }
      90% {top: 10px; left:300px;}
    
    }

    @keyframes moveBox2 {
      0%, 100% { top: 50px; left: 50px; }
      33% { top: 350px; left: 200px; }
      66% { top: 240px; left: 300px; }
        90% {top: 300px; left:200px;}
    }
    }

    @media (max-width:786px) {
         @keyframes moveBox1 {
      0%, 100% { top: 10px; left: 10px; }
      33% { top: 100px; left: 100px; }
      66% { top: 250px; left: 120px; }
      90% {top: 10px; left:100px;}
    
    }

    @keyframes moveBox2 {
      0%, 100% { top: 50px; left: 50px; }
      33% { top: 350px; left: 50px; }
      66% { top: 240px; left: 100px; }
        90% {top: 300px; left:100px;}
    }
    }
@media (max-width: 576px) {
  .industry-grid {
    grid-template-columns: repeat(2, 1fr); /*  force 2 per row */
  }

  .glow-box,
  .glow-box2 {
    display: none;
  }
  .industry-card{
    height: 130px;
  }
}

    .industry-section-bubble1{
      width: 200px;
    height: 200px;
    background-color: #0a94be2d;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    backdrop-filter: blur(300px);
    box-shadow: 0 0 150px #0a97be88; /* glow effect */
    }
    .industry-section-bubble2{
    width: 200px;
    height: 200px;
     background-color: #0a94be2d;
    border-radius: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    backdrop-filter: blur(300px);
    box-shadow: 0 0 150px #0a97be88;  /* stronger glow */
    }



     .home-portfolio-section {
      padding: 80px 0;
      overflow-x: hidden;
      position: relative;
    }

    .home-portfolio-section h2 {
      text-align: center;
      font-size: 32px;
      font-weight: 500;
      margin-bottom: 60px;
    }

    .home-portfolio-section h2 span {
      color: #0a97be;
    }

    .home-portfolio-container {
      display: flex;
      position: relative;
      margin: auto;
      z-index: 1;
    }

    .home-portfolio-left {
      background-color: #0a97be;
      color: #fff;
      padding: 60px 40px;
      width: 35%;
      z-index: 2;
      position: relative;
      height: 100vh;
    }

    .home-portfolio-left h3 {
      font-size: 44px;
      font-weight: 500;
      margin-bottom: 20px;
    }

    .home-portfolio-left p {
      font-size: 18px;
      margin-bottom: 20px;
      width: 80%;
    }

    .home-portfolio-left .btn {
      background-color: white;
      color: #0a97be;
      font-weight: 500;
      border-radius: 30px;
      padding: 10px 24px;
      font-size: 14px;
    }

    .home-portfolio-right {
      width: 90%;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 2;
      display: flex;
      align-items: center;
    }

    .swiper {
      width: 80%;
      display: flex;
      margin-right: 40px !important;

    }

    .swiper-slide img {
      width: 100%;
      margin-right: auto;
      height: auto;
      object-fit: contain;
    }
@media (max-width:768px) {
   .home-portfolio-right {
    width:100%
   }
   
    .swiper {
      width: 100%;
      margin-right: 0px !important;
    }
 
}
   
    .swiper-button-prev {
      color: #ffffff !important;
      font-weight: 1000;
    }
     .swiper-button-next{
        color:#0a97be;
          font-weight: 1000;
     }

  .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    position: absolute;
    left: 70px;
  }
    @media (max-width: 991px) {
      .home-portfolio-left{
        background-color: white;
      }
      .home-portfolio-left h3{
        color: #0A97BE;
      }
      .home-portfolio-left p{
        width: 100%;
        color: #000;
      }
      .home-portfolio-container {
        flex-direction: column;
        position: static;
      }

      .home-portfolio-left {
        width: 100%;
        text-align: center;
        padding: 40px 20px;
        height: auto;
      }

      .home-portfolio-right {
        width: 100%;
        position: static;
        margin-top: 30px;
      }
      .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
        display: none;
      }
      .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
        display: none;
      }
      .home-portfolio-section{
        padding:40px 0px;
      }
      .home-portfolio-section h2{
        margin-bottom: 30px;
        font-size: 28px !important;
      }
    }
@media (max-width:500px) {
      .home-portfolio-left
{
  padding:10px 20px;
}
.home-portfolio-left h3 {
  font-size: 20px;
}
   .home-portfolio-right{
      margin-top:0px;
    }
  }
    /* ________________________ */
   /* Base Style - Desktop First */
.home-exchange-section {

  padding: 100px 0;
  text-align: center;
}

.home-exchange-section h2 {
  font-weight: 500;
  font-size: 32px;
}

.home-exchange-section h2 span {
  color: #0A97BE;
}

.home-exchange-section p {
  max-width: 700px;
  margin: 10px auto 40px;
  font-size: 16px;
}

.home-tab-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
  position: relative;
  flex-wrap: wrap;
}

.home-tab-btn {
  background: none;
  border:none;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: -2px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: color 0.3s ease;
   will-change: transform;
     transform-style: preserve-3d;

}

.home-tab-btn:hover {
  color: #0A97BE;
  transform: translateY(-2px);
  transition: all 0.2s ease;
}

.home-tab-btn.active {
  color: #0A97BE;
  border:none;
}

.home-tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0A97BE;
}

.home-tab-btn.active::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #0A97BE;
}
/* Fade-in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.home-section-tab-content-box {
 animation: fadeIn 0.5s ease-in-out;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(245, 250, 255, 0.95));
  backdrop-filter: blur(8px);
  border: 1px solid #0a97be;
    padding: 40px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
  text-align: left;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.home-section-tab-content-box::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  width: 80px;
  height: 80px;
  background: #0A97BE;
  opacity: 0.07;
  border-radius: 50%;
  z-index: 0;
}


.home-section-tab-content-box h4 {
  color: #0A97BE;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 15px;
}

.home-section-tab-content-box-para{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-right: 10px;
  font-size: 15.5px;
  color: #333;
  line-height: 1.6;
}


/* Floating bounce animation */
@keyframes floatUp {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
}
.home-section-feature-card {
  position: relative;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(10, 151, 190, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 16px;
  font-size: 15px;
  color: #333;
  box-shadow: 0 4px 18px rgba(10, 151, 190, 0.1);
  height: 60px;
  transition: all 0.3s ease;
  overflow: hidden;

}
@media (max-width:1200px) {
  .home-section-feature-card{
    height: 100px;
  }
}
@media (max-width:986px) {
  .home-section-feature-card{
    height: 80px;
  }
}
@media (max-width:500px) {
  .home-section-tab-content .p-4{
    padding:10px !important;
  }
}
.home-section-feature-card p {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0;
  font-weight: 500;
  font-size: 13px;
}
.home-section-feature-card:hover {
   background: rgba(255, 255, 255, 0.5);
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 12px 28px rgba(10, 151, 190, 0.2);
  border-color: #bceeff;
}
.home-section-feature-card:hover::after {
  transform: scale(1.2);
  opacity: 1;
}

/* Optional Icon Overlay for Features */
.home-section-feature-card::before {
  content: '';
  position: absolute;
  top: -40%;
  left: -40%;
  width: 180%;
  height: 180%;
  background: radial-gradient(circle at center, rgba(10, 151, 190, 0.08), transparent 70%);
  z-index: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transform: scale(0);
  opacity: 0;
}

.home-section-feature-card::before:hover{
  transform: scale(1.3);
  opacity: 1;
}
.home-section-feature-card::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(10, 151, 190, 0.1) 0%, transparent 70%);
  transform: scale(0);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}
/* Tablet Devices (≤ 991px) */
@media (max-width: 991.98px) {
  .home-tab-btn {
    font-size: 15px;
    padding-bottom: 8px;
  }

  .home-section-tab-content-box {
    padding: 30px 20px;
  }

  .home-exchange-section h2 {
    font-size: 28px;
  }

  .home-exchange-section p {
    font-size: 15px;
    margin: 0 20px 30px;
  }

  .home-section-feature-card {
    font-size: 13.5px;
    padding: 12px;
  }
}

/* Mobile Devices (≤ 767px) */
@media (max-width: 767.98px) {
  .home-tab-menu {
    gap: 10px;
    justify-content: center;
  }

  .home-tab-btn {
    flex: 0 0 calc(50% - 12px);
    text-align: center;
    font-size: 14px;
    padding: 8px 0;
  }

  .home-tab-btn.active::after,
  .home-tab-btn.active::before {
    display: none;
  }

  .home-section-tab-content-box {
    padding: 20px 15px;
  }

  .home-exchange-section h2 {
    font-size: 22px;
  }

  .home-exchange-section p {
    font-size: 14px;
  text-align: center;
  }

  .home-section-feature-card {
    font-size: 13px;
    padding: 10px;
  }

  .home-section-feature-card br {
    display: none;
  }

  .home-tab-btn {
    border-bottom: 1px solid #ddd;
  }
}

/* Small Mobile (≤ 480px) */
@media (max-width: 480px) {
  .home-exchange-section p{
    margin: 0px;
    padding:0px;
  }
  .home-tab-btn {
    flex: 0 0 100%;
    padding: 10px 0;
  }

  .home-tab-menu {
    flex-direction: column;
    gap: 5px;
  }

  .home-section-feature-card {
    font-size: 12.5px;
    padding: 10px;
  }
}

   /* Base section styling */
.Home-Blockchain-network {
  padding: 60px 0;
  background: linear-gradient(to top right, #0a97be6e, #fff, #fff, #0a97be60);
}

.Home-Blockchain-network-container {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.Home-Blockchain-network-head {
  font-size: 2rem;
  margin-bottom: 30px;
  line-height: 1.4;
}

.Home-Blockchain-network-head span {
  color: #0A97BE;
}

.Home-Blockchain-network-para {
  color: #555;
  padding-block: 20px;
}

/* Card wrapper */
.Home-Blockchain-image {
  width: 100%;
  max-width: 100px;
  height: auto;
  border-radius: 10px;
  padding: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Home-Blockchain-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.Home-Blockchain-image:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Text below each icon */
.blockchain-name {
  font-size: 0.85rem;
  margin-top: 8px;
  text-align: center;
  color: #333;
  font-weight: 500;
}

/* Responsive Grid System Fix */
.Home-Blockchain-network .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.Home-Blockchain-network .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.Home-Blockchain-network .col-lg-2, .Home-Blockchain-network .col-6 {
  padding: 15px;
  box-sizing: border-box;
}
 .Home-Blockchain-network .col-lg-2 {
    width: 10.66%;
  }
/* Large screens - 6 items per row */
@media (min-width: 1200px) {
 .Home-Blockchain-network .col-lg-2 {
    width: 10.66%;
  }
}

/* Medium screens - 4 items per row */
@media (min-width: 992px) and (max-width: 1199px) {
  .Home-Blockchain-network .col-lg-2 {
    width: 15%;
  }
}

/* Tablets - 3 items per row */
@media (min-width: 768px) and (max-width: 991px) {
  .Home-Blockchain-network .col-lg-2,.Home-Blockchain-network .col-2 {
    width: 15%;
  }

}

/* Small screens - 2 items per row */
@media (max-width:786px) {
  .Home-Blockchain-network .col-lg-2{
    width: 16%;
  }
    .Home-Blockchain-network .col-lg-2, .Home-Blockchain-network .col-6 {
    padding:0px;
  }
  .Home-Blockchain-network-container{
    width: 100%;
  }
}
/* Extra small screens - 1 item per row */
@media (max-width: 480px) {
  .Home-Blockchain-network .col-lg-2{
    width: 20%;
  }
.Home-Blockchain-image img {
  width: 60%;
}
.home-portfolio-left h3{
  margin-bottom: 0px;
}
  .Home-Blockchain-image {
    max-width: 80px;
    padding: 10px;
  }

  .blockchain-name {
    font-size: 0.60rem;
  }
}

/* ================= Desktop Style (Unchanged) ================= */
.techstack-section {
  padding: 80px 0;
  background: linear-gradient(to right, #ffffff, #e8f9fd);
  text-align: center;
}

.techstack-section h2 {
  font-weight: 500;
}

.techstack-section h2 span {
  color: #0a97be;
}

.tech-tabs {
  margin-top: 40px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.tech-tab-btn {
  background: none;
  border: none;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 15px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}

.tech-tab-btn.active {
  color: #0a97be;
  font-weight: 500;
}

.tech-tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0a97be;
}

.tech-icons {
  display: none;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.tech-icons.active {
  width: 60%;
  margin: auto;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(5,1fr);
}

.tech-icon-card {
  background: #e1f5fb;
  border-radius: 10px;
  padding: 20px 30px;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.tech-icon-card img {
  max-width: 100%;
  height: auto;
}

.tech-icon-card span {
  font-weight: 500;
  font-size: 14px;
  color: #333;
}

.tech-icon-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* ================= Mobile Responsive Enhancements ================= */
@media (max-width: 768px) {
  .tech-icons.active {
    width: 100%;
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
    animation: fadeSlideUp 0.6s ease-in-out;
  }

  .tech-icon-card {
    padding: 15px 20px;
    width: 100%;
    height: auto;
    background-color: transparent;
  }

  .tech-tabs {
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .tech-tab-btn {
    font-size: 14px;
    padding: 6px 12px;
    white-space: nowrap;
  }
}

@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
    /* ------------------------------- */
    .Home-partner{
        background: url("https://res.cloudinary.com/cryptiecraft/image/upload/f_auto,q_auto/assets/index/cta\ 2.png");
        background-position: center;
        background-size: cover;
        padding-block: 70px;
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
.testimonial-section {
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}
.testimonial-text {
  max-width: 500px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testimonial-text h2 {
  font-size: 24px;
  font-weight: 500;
}
.testimonial-text h2 span {
  color: #0A97BE;
}
.testimonial-text p {
  font-size: 18px;
  margin-top: 10px;
}

.testimonial-slider-wrapper {
  position: relative;
  height: 600px;
  overflow: hidden;
  display: flex;
  justify-content: center;

}

.testimonial-slider {
  display: flex;
  flex-direction: column;
  transition: transform 0.6s ease;
}

.testimonial-card {
  width: 100%;
  max-width: 600px;
  margin: 10px auto;
  padding: 20px 20px 20px 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-left: 12px solid #ddd;
  border-radius: 4px;
  color: #666;
  position: relative;
  transition: all 0.5s ease;
  transform: scale(0.95);
  opacity: 0.6;
  height: 200px;
}

.testimonial-card strong {
  font-weight: 500;
  display: block;
  color: #0099cc;
}

.testimonial-card.active {
  transform: scale(1.05);
  border-color: #0A97BE;
  border-left: 12px solid #0A97BE;
  opacity: 1;
  color: #000;
  box-shadow: 0 8px 20px rgba(10, 151, 190, 0.1);
  z-index: 2;
}




/* Dots */
.testimonial-dots {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 2;
}
.dot {
  width: 6px;
  height: 16px;
  background: #ddd;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.dot.active {
  background: #0A97BE;
}
.testimonial-section-bubble1 {
  position: absolute;
  top: -50px; /* adjust as needed */
  left: -50px; /* adjust as needed */
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: rgba(160, 212, 226, 0.363); /* use rgba for opacity */
  backdrop-filter: blur(20px); /* valid blur */
  -webkit-backdrop-filter: blur(20px); /* for Safari */
  z-index: -1;
  box-shadow: 0 0 100px rgba(137, 195, 211, 0.726);
}
.testimonial-section-bubble2 {
  position: absolute;
  top: -50px; /* adjust as needed */
  right: -50px; /* adjust as needed */
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: rgba(160, 212, 226, 0.363); /* use rgba for opacity */
  backdrop-filter: blur(20px); /* valid blur */
  -webkit-backdrop-filter: blur(20px); /* for Safari */
  z-index: -1;
  box-shadow: 0 0 100px rgba(137, 195, 211, 0.726);
}
.testimonial-section-bubble3 {
  position: absolute;
  bottom: -30px; /* adjust as needed */
  right: 50%; /* adjust as needed */
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: rgba(160, 212, 226, 0.363); /* use rgba for opacity */
  backdrop-filter: blur(20px); /* valid blur */
  -webkit-backdrop-filter: blur(20px); /* for Safari */
  z-index: -1;
  box-shadow: 0 0 100px rgba(137, 195, 211, 0.726);
}
/* Responsive */

@media (max-width:986px) {
  .testimonial-text{
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .testimonial-section .row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .testimonial-dots {
    
    transform: translateX(50%);
  }
  .dot {
    width: 12px;
    height: 6px;
  }
  .dot.active {
    width: 18px;
  }
  .testimonial-section {
    padding-top: 50px;
  }
  .testimonial-card {
    top:20px;
  }
}

/* Responsive */
@media (max-width:1200px) {
  .testimonial-slider-wrapper {
    height: 620px;
  }
}

@media (max-width: 992px) {
  .testimonial-section .row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .testimonial-text {
    text-align: center;
  }

  .testimonial-slider-wrapper {
    height: 600px;
  }

  .testimonial-card {
    height: 200px;
    padding: 18px 16px 16px 20px;
  }

  .testimonial-card.active {
    transform: scale(1.04);
  }

  .testimonial-card::before {
    font-size: 16px;
    right: 12px;
    top: 10px;
  }
}

@media (max-width:786px) {
  .testimonial-slider-wrapper{
    width: 90%;
  }
  .testimonial-card{
    width: 90%;
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .Home-partner{
    padding-block: 50px;
  }
     
  .testimonial-slider-wrapper {
    height: 410px;
  }

  .testimonial-card{
    height: 250px;
  }

  .testimonial-text h2 {
    font-size: 20px;
  }

  .testimonial-text p {
    font-size: 13px;
  }

  .testimonial-card {
    height: 250px;
    padding: 14px;
    font-size: 14px;
  }

  .testimonial-dots {

    transform: translateX(50%);
  }

  .dot {
    width: 12px;
    height: 6px;
    border-radius: 3px;
  }

  .dot.active {
    width: 18px;
    height: 6px;
  }
}

@media (max-width:486px) {
  .testimonial-slider-wrapper{
    height: 420px;
  }
  .testimonial-section{
  padding-block:20px !important;

  }
  .testimonial-card{
    font-size: 11px;
  }
}



