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


    @media (max-width:480px) {
        h2{
            font-size: 30px !important;
        }
    }
    /* Blur effect on background */
    .blur-background {
        filter: blur(4px);
        transition: filter 0.3s ease-in-out;
    }
    h1{
        font-size: 35px !important;
    }


/* --------------------------------------- */
/* header */
.Whitelabel-hero {
    margin-top: 100px;
    background: linear-gradient(to right, #FFFFFF, #92E0EE82);
    padding-block: 100px;
}

.Whitelabel-hero-right {
    width: 100%;
}

.Whitelabel-hero-right img {
    width: 100%;
}

.Whitelabel-hero-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.Whitelabel-hero-left h1{
    /* color: #0A97BE; */
    font-weight: 550;
}
.Whitelabel-hero-left p{
      font-size: 20px;
      padding-block: 20px;
}

.Coinbase-hero-left-button{
    width: 100%;
}

.Coinbase-hero-left-button a{
    width:35% !important;
}

.Coinbase-Clone-button {
  border: 2px solid #0A97BE;
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 5px;
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: white;
  color: #0A97BE;
  width: 46%;
  margin-right: 10px;
}

.Coinbase-Clone-button.active {
  background-color: #0A97BE;
  color: white;
}

/* 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:568px) {
    .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;
  }
}


/* ------------------------------------- */
/* Whitelabel */
.Whitelabel {
    padding-block: 50px;
    background: url("https://res.cloudinary.com/cryptiecraft/image/upload/f_auto,q_auto/assets/whitelabel/Vector.png");
    background-position: center;
    background-size:contain;
    position: relative;
}
.Whitelabel-left{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Whitelabel-left img {
    width: 110%;
    margin-top: -30px;
}

.Whitelabel-right {
    display: flex;
    flex-direction: column;
 
}

.Whitelabel h2 {
    text-align: center;
    /* color: #0A97BE; */
    font-size: 40px;
    font-weight: 550;
    margin-bottom: 65px;
}
.Whitelabel h2 span{
    color: black;
}

.hero-info{
    font-weight: 400;
    text-align: justify;
    font-size: 20px;
    color: black;
    cursor:auto;
    margin-top: 10px;
}

@media (max-width:468px) {
    .Whitelabel h2{
    font-size: 24px !important;
    margin-bottom: 5px;
}
.hero-info{
    font-size: 16px;
}
.Whitelabel-left img{
    margin-top: 0px;
}
}

/* ---------------------------------------------- */
/* Whitelabel-Blockchain */
.Whitelabel-Blockchain {
    text-align: center;
    padding-top: 50px;
    background-color: #E9F9FB;

}
.Whitelabelcontainer{
    margin-inline: 60px;
}
.Whitelabel-Blockchain-head {
    width: 70%;
    margin: auto;
    /* color: #0A97BE; */
    font-weight: 550;
}

.Whitelabel-Blockchain-para {
    width: 60%;
    margin: auto;
}

.Whitelabel-Blockchain-div {
   
    margin: auto !important;
    padding: 60px 30px;
}

.Whitelabel-Blockchain-div button {
    width: 100% !important;
    border: 1px solid #0A97BE;
    border-radius: 1.3rem;
    padding: 10px;
    color: black;
    background-color: white;
    font-size: 14px;
    font-weight: 500;
    min-height: 50px;
    height: 50px;
}

.Whitelabel-Blockchain-div-box {
    background: linear-gradient(to right, #0A97BE, #087C9ED9);
    border-radius: 18px;
    position: relative;
    width: 100%;
    margin: 100px auto 20px auto;
    padding: 70px;
    max-height: 300px;
    
}
.Whitelabel-Blockchain-div-box-round
{
    border:2px solid #0381A3 !important;
    background-color: white;
    border-radius: 50%;
    width: 160px;
    height:160px;
    position: absolute;
    top:0;
        left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: contain;
}


.Whitelabel-Blockchain-div-box img {
    width: 70%;
    height: 70%;
}
#Whitelabel-Blockchain-desc {
    width: 60%;
    display: flex;
    margin: auto;
    padding-bottom: 20px;
}

.Whitelabel-Blockchain-div-box-buttons {
    width: 20%;
    display: flex;
    gap: 20px;
    margin: auto;
}

.Whitelabel-Blockchain-div-box-buttons button {
    border-radius: 15px;
}

.Whitelabel-Blockchain-div-box p {
    color: white;
    font-size: 18px;
}

.Whitelabel-Blockchain-div1 {
       width: 100%;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  margin: auto;
  gap: 10px;
}

.Whitelabel-Blockchain-div1 .active{
    color: white !important;
background: linear-gradient(to right, #0A97BE, #087C9ED9);
    box-shadow: none !important;
}

.Whitelabel-Blockchain-div-box-buttons .get-demo-btn {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    /* background: linear-gradient(to left,#0A97BE 0%,#0D576B 100%); */
    border: none;
    padding: 8px 30px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.get-demo-btn:hover {
    background:linear-gradient(to right, #03C9FF, #027899);

}
.Whitelabel-Blockchain-btn{
    font-size: 14px;
    width: 100% !important;
    border-radius: 0.7rem;
}
@media (max-width:1200px) {
    .Whitelabel-Blockchain-div button{
        font-size: 13px;
    }
}
@media (max-width:486px) {
    .Whitelabelcontainer{
        margin-inline: 20px;
    }
}
/* Whitelabel-features-section */
.Whitelabel-features-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.Whitelabel-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.Whitelabel-section-title {
    text-align: center;
    /* color: #0099CC; */
    font-size: 32px;
    font-weight: 550;
    margin-bottom: 40px;
}

.Whitelabel-features-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.Whitelabel-feature-tab {
    background-color: #fff;
    color: black;
    padding: 12px 25px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-bottom:10px;
}

.Whitelabel-feature-tab.active {
    background-color: #0099cc;
    color: #fff;
}

.Whitelabel-features-content {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px #0099cc;
    display: flex;
    padding: 30px;
    padding: 50px 30px;

    .fa-solid.fa-arrow-right {
        opacity: 0.75 !important;
        height: 100px;
        max-height: 400px;
    }
}

.Whitelabel-features-left {
    width: 40%;
    padding-right: 30px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap:60px;
}


.Whitelabel-feature-item .fa-solid.fa-arrow-right {

    height: 0px !important;
    margin-bottom: 5px;

}

.Whitelabel-features-right {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.Whitelabel-feature-item {
    display: flex;
    color:black;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-bottom: 1px solid #0099cc;
    cursor: pointer;
    transition: all 0.3s ease;
}

.Whitelabel-feature-item.active {
    color: #0099cc;
}

.Whitelabel-feature-item span {
    font-weight: 500;
    font-size: 20px;
}


.Whitelabel-feature-image img {
    /* max-width: 100px;
    height: auto; */
    width: 200px;
}

.Whitelabel-feature-description p {
    color: black;
    line-height: 1.6;
    max-width: 500px;
    text-align: justify;
    font-size: 18px
}

.features-active {
    color: #0099CC;
}
@media (max-width:968px) {
.Whitelabel-Blockchain-div1{
    grid-template-columns: repeat(3,1fr)
}

}
@media (max-width:768px) {
    .Whitelabel-Blockchain-div1{
    grid-template-columns: repeat(2,1fr)
}
}
@media (max-width:480px) {
    .Whitelabel-feature-image img{
        width: 120px;
    }
    .Whitelabel-feature-description p{
        font-size: 12px !important;
    }
    .Whitelabel-features-left {
        gap:0px !important;
    }
    .Whitelabel-Blockchain-div1 {
        width: 100%;
    }
    .Whitelabel-Blockchain-btn{
        font-size: 8px;
    }
    .Whitelabel-feature-item span{
        font-size: 17px;
    }
}

/* --------------------------------------- */
/* Whitelabel-benefits */
.Whitelabel-benefits {
    background: url("https://res.cloudinary.com/cryptiecraft/image/upload/f_auto,q_auto/assets/whitelabel/Vector.png");
    background-position: center;
    background-size: contain;
    padding-block: 50px;
}

.Whitelabel-benefits-box {
    border: 1px solid #0099CC;
    box-shadow: #0099CC 1.95px 1.95px 2.6px;
    padding: 30px 20px;
    border-radius: 15px;
    margin-bottom: 10px;
    background-color: white;
    /* Your preferred colors */
    transition: all 0.3s ease;
    max-height:  350px;
    height:fit-content;
}

.Whitelabel-benefits-box:hover {
    transform: translateY(-5px);
    background-size: 100% 100%;
        box-shadow: #0099CC 1.95px 2.95px 2.6px;

    /* optional */
}

.Whitelabel-benefits h2 {
    text-align: center;
    margin-bottom: 30px;
}

.Whitelabel-benefits-box h4 {
    font-size: 18px;
    color: #0099CC;
    text-align: center;
    margin-bottom: 15px;
}

.Whitelabel-benefits-box p {
    font-size: 16px;
    line-height: 1.5;
}
/* ------------------------- */
.cta-banner {
  height: 300px;
background: linear-gradient(to right,#0A97BE,#087C9ED9);
position: relative;
width: 100%;
}
.cta-banner .container{
  z-index:10;
}
.cta-img2{
    position: absolute;
    height: 100%;
    width: 500px;
    left: 0;
    top: 0;
    z-index: 1;
}
.cta-img2 img{
    width: 100%;
    height: 100%;
}
.cta-img1{
    position: absolute;
    height: 100%;
    width: 500px;
    right: 0;
    bottom: 0;
    top:0;
    z-index: 2;
}
.cta-img1 img{
    width: 100%;
    height: 100%;
}
.cta-banner a{
    text-decoration: none;
    
}

/* responsive */
@media (max-width:1024px) {
    .cta-banner {
  height: 250px;

}
   .cta-img1{
    width:400px;
}
  .cta-img2{
    width:400px;
}
}
@media (max-width:968px) {
   .cta-banner{
    height: 200px;
   }
   .cta-img1{
    width: 300px;
   }
   .cta-img2{
    width: 300px;
   }
}

@media (max-width:768px) {
   .cta-img1{
    width: 200px;
   }
   .cta-img2{
    width: 200px;
   }
   .cta-banner h4{
    font-size: 16px;
   }
  
}

/* -------------------------------------------- */
/* Whitelabel-services */
.Whitelabel-services {
    padding: 50px 20px;
    background-color: #E9F9FB;
    overflow: hidden;
    height: 800px;
}
.Whitelabel-services h2{
    text-align: center;
    font-size: 32px;
}
.Whitelabel-solutions-container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
}

.Whitelabel-solutions-left {
    padding-top: 3rem;
    flex: 0 0 45%;
}

.Whitelabel-solution_head {
    max-width: 1200px;
    margin-inline: auto;
}

.Whitelabel-solution_head h2 {
    color: black;
    font-size: 35px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
}

.Whitelabel-solution_head p {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
    max-width: 400px;
}

.Whitelabel-network-image {
    max-width: 100%;
    position: relative;
}

.Whitelabel-network-image img {
    width: 100%;
    height: auto;
    max-width: 450px;
    transition: all 0.3s ease;
}

.Whitelabel-solutions-right {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-top: 50px;
}


.Whitelabel-accordion-header h3 {
    font-size: 20px;
    text-align: start;
    flex: 1;
    font-weight: 400;
    color:#0A97BE;
    text-align: center;
}

/* .Whitelabel-accordion-header h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.65px;
    margin-top: 10px;
    background: #B6b6b6;
    z-index: 1000;
} */

/* Responsive styles */
@media (max-width: 992px) {
    .Whitelabel-solutions-container {
        flex-direction: column;
    }

    .Whitelabel-solutions-left,
    .Whitelabel-solutions-right {
        flex: 0 0 100%;
    }

    .Whitelabel-solutions-left h2 {
        font-size: 28px;
    }

    .Whitelabel-subtitle {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .Whitelabel-network-image {
        text-align: center;
        margin-bottom: 30px;
    }

    .feature-line {
        display: none;
    }
}

@media (max-width: 768px) {
    .Whitelabel-solutions-section {
        padding: 60px 15px;
    }

    .Whitelabel-solutions-left h2 {
        font-size: 24px;
    }

    .Whitelabel-subtitle {
        font-size: 14px;
    }

    .Whitelabel-feature-box {
        padding: 15px 20px;
    }

    .Whitelabel-feature-box h3 {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .Whitelabel-solutions-section {
        padding: 40px 15px;
    }

    .Whitelabel-solutions-left h2 {
        font-size: 22px;
    }

    .Whitelabel-subtitle {
        font-size: 13px;
        margin-bottom: 25px;
    }

    .Whitelabel-feature-box {
        padding: 12px 15px;
    }

    .Whitelabel-feature-box h3 {
        font-size: 15px;
    }
}

.Whitelabel-accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.Whitelabel-accordion-item {
    background-color: #ffffff;
    border-radius: 15px;
    /* box-shadow: 0 0px 10px #0099cc; */
    border: 1px solid #0099CC;
    overflow: hidden;
    transition: all 0.3s ease;
}

.Whitelabel-accordion-item:hover {
    color: white !important;
    background-color: white;
    box-shadow: 0 0px 8px #0099cc;
}
.Whitelabel-accordion-item:hover 
.Whitelabel-accordion-header h3{
    color:#0099CC;
    font-size: 22px;
}
.Whitelabel-accordion-header {
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.Whitelabel-accordion-header h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

.Whitelabel-accordion-header span {
    color: #0000007c
}

.Whitelabel-accordion-icon {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    transition: transform 0.1s ease;
}

.Whitelabel-accordion-item:hover .Whitelabel-accordion-icon {
    transform: rotate(45deg);
}

.Whitelabel-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 25px;
}

.Whitelabel-accordion-item:hover .Whitelabel-accordion-content {
    max-height: 200px;
    padding-bottom: 20px;
}

.Whitelabel-accordion-content p {
    color: black;
    line-height: 1.5;
    font-size: 18px;
    margin: 0;
}

/* Responsive styles */
@media (max-width: 992px) {
    .Whitelabel-features-content {
        flex-direction: column;
    }

    .Whitelabel-features-left,
    .Whitelabel-features-right {
        width: 100%;
    }

    .Whitelabel-features-left {
        padding-right: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .Whitelabel-section-title {
        font-size: 28px;
    }

    .Whitelabel-features-tabs {
        flex-wrap: wrap;
    }

    .Whitelabel-feature-tab {
        padding: 10px 15px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .Whitelabel-section-title {
        font-size: 24px;
    }

    .Whitelabel-feature-tab {
        padding: 8px 12px;
        font-size: 13px;
    }
}
/* ------------------------------------------ */
/* Whitelabel-process-section */
 .Whitelabel-process-section {
        padding: 60px 0;
        position: relative;
    }

    @media screen and (min-width:992px) {
        .Whitelabel-features-content{
            height: 460px !important;
        }        
    }
    
    .Whitelabel-process-container {
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        padding: 0 15px;
    }
    
    .Whitelabel-process-title {
        text-align: center;
        color: black;
        font-size: 32px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    
    .Whitelabel-process-steps {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }
    
    .Whitelabel-process-card {
        border-radius: 20px;
        padding: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        position: sticky;
        top: 7rem;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .Whitelabel-process-card.card1{
        background-color: #C2FFD9;
    }
    .Whitelabel-process-card.card2{
        background-color: #D7ECFF;
    }
    .Whitelabel-process-card.card3{
        background-color: #fac2eb;
    }
    .Whitelabel-process-card.card4{
        background-color: 	#D2F1DF;
    }
    .Whitelabel-process-card.card5{
        background-color: #C3D7F0;
    }
    .Whitelabel-process-card.card6{
        background-color: #F4F7FA;
    }
    .Whitelabel-process-icon {
        margin-bottom: 15px;
    }
    
    .Whitelabel-process-icon img {
        width: 80px;
        height: 80px;
        object-fit: contain;
    }
    
    .Whitelabel-process-step-title {
        color: #0099cc;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    
    .Whitelabel-process-step-desc {
        color: black;
        line-height: 1.6;
        font-size: 17px;
    }
    
    /* Responsive styles */
    @media (max-width: 768px) {
        .Whitelabel-process-section {
            padding: 40px 0;
        }
        
        .Whitelabel-process-title {
            font-size: 28px;
        }
        
        .Whitelabel-process-subtitle {
            font-size: 15px;
        }
        
        .Whitelabel-process-card {
            padding: 20px;
        }
        
        .Whitelabel-process-icon img {
            width: 60px;
            height: 60px;
        }
        
        .Whitelabel-process-step-title {
            font-size: 18px;
        }
        
        .Whitelabel-process-step-desc {
            font-size: 14px;
        }
    }
    
    @media (max-width: 576px) {
        .Whitelabel-process-title {
            font-size: 24px;
        }
        
        .Whitelabel-process-subtitle {
            font-size: 14px;
        }
        
        .Whitelabel-process-icon img {
            width: 50px;
            height: 50px;
        }
    }

/* 

    /* Whitelabel-why-crypticraft */
     /* .BinanceClone-why-cryptiecraft {
    background: url("assets/Vector.png");
    background-position: center;
    background-size: contain;

}

.multi-crypto-wallet-section {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.multi-crypto-wallet-section h2 {
    color: black;
    font-size: 32px;
    font-weight: 500;
}

.multi-crypto-wallet-section h2+p {
    margin-top: 30px;
    margin-bottom: 45px;

}

.multi-crypto-wallet-section p {
    font-size: 17px;
}

.features-circle-container {
    position: relative;
    width: 100%;
    height: 600px;
    margin: 0 auto;
}

.center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    height: 464px;
    z-index: 1;
}

.center-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feature-circle {
    position: relative;
    width: 100%;
    height: 100%;
}

.feature-item {
    position: absolute;
    display: flex;
    align-items: center;
}

.feature-box {
    background-color: white;
    border: 1px solid #e6f7fc;
    padding: 25px;
    /* box-shadow: 0 5px 15px rgba(0, 153, 204, 0.1); */
    /* box-shadow: 0px 0px 20px #0099cc;
    z-index: 1;
    min-width: 200px;
    border-radius: 10px;
}

.feature-box span {
    color: #0099cc;
    font-size: 17px;
    font-weight: 500;
}

.connector {
    position: absolute;
    background-color: transparent;
    border-top: 2px dashed #0099cc;
    z-index: 0;
    display: none; 
} 

/* Positioning for each feature */
/* .top-left {
    top: 4%;
    left: 45%;
    border-radius: 0px 0px 15px 0px;

}

.top-left .connector {
    width: 100px;
    transform: rotate(45deg);
    top: 25px;
    left: 100%;
}

.top-right {
    top: 20%;
    right: 20%;
}

.top-right .connector {
    width: 100px;
    transform: rotate(-45deg);
    top: 25px;
    right: 100%;
}

.right-top {
    bottom: 18%;
    right: 22%;
}

.right-top .connector {
    width: 80px;
    top: 50%;
    right: 100%;
}

.right-bottom {
    top: 45%;
    right: 15%;
}

.right-bottom .connector {
    width: 80px;
    top: 50%;
    right: 100%;
}

.bottom-right {
    bottom: 10%;
    right: 25%;
}

.bottom-right .connector {
    width: 100px;
    transform: rotate(45deg);
    bottom: 25px;
    right: 100%;
}

.left-top {
    top: 20%;
    left: 22%;
}

.left-top .connector {
    width: 80px;
    top: 50%;
    left: 100%;
}

.left-middle {
    top: 43%;
    left: 16%;
}

.left-middle .connector {
    width: 100px;
    top: 50%;
    left: 100%;
}

.left-bottom {
    bottom: 19%;
    left: 21%;
}

.left-bottom .connector {
    width: 80px;
    top: 50%;
    left: 100%;
} */ 
.triangle-container{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    height: 600px;
    width: 100%;
    position: relative;
}
.triangle-container::before{
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background-color: #0a97be10;
    backdrop-filter: blur(20%);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
      box-shadow:0px 0px 500px #0a97be3d;
  z-index: -1;
    
}
.triangle-container-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.triangle-container-box .card-box{
    width: 130px;
    height: 180px;
    padding:10px;
    margin: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #0A97BE;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.514);
    border-radius: 0.5rem;
    background-color: white;

}
.triangle-container-box .card-box p{
    text-align: center;
}
.triangle-container-box .card-box img{
    width: 80px;
}
.cryptiecraft-whychooseus{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.cryptiecraft-whychooseus h2{
    text-align: left;
}
.cryptiecraft-whychooseus .highlight{
    color:#0A97BE;
}
.cryptiecraft-whychooseus p{
    font-size: 18px;
    line-height: 1.3;
    text-align: justify;
    color: black;
}

.cryptiecraft-whychooseus .stats{
    background: linear-gradient(to right,#0A97BE,#054658);
    background-clip: text;
    color: transparent;
    width: fit-content;
    font-size: 30px;
    font-weight: bold;
}
.cryptiecraft-whychooseus .get-demo-btn{
    padding:10px 20px;
    border:none;
    border-radius: 0.5rem;
    width: 50%;
    background-color: #0A97BE;
    color:white;
}


@media (max-width:1200px) {
    .triangle-container-box .card-box {
        width: 100px;
        height: 140px;
    }
    .triangle-container-box .card-box img {
        width: 50px;
    }
    .triangle-container-box .card-box p{
        font-size: 12px !important;
    }
}

@media (max-width:986px) {
        .triangle-container-box .card-box {
        width: 130px;
        height: 170px;
    }
}
@media (max-width:786px) {
    .triangle-container-box .card-box{
        width: 100px;
        height: 150px;
    }
   
}

@media (max-width:580px) {
     .triangle-container {
        height: 380px;
    }
      .triangle-container-box .card-box{
        width: 80px;
        height: 120px;
    } 
        .triangle-container-box .card-box img {
            width: 40px;
        }
            .triangle-container-box .card-box p{
                font-size: 10px !important;
            }
}
@media (max-width:486px) {
    .triangle-container-box .card-box{
        width: 70px;
        height: 100px;
    } 
        .triangle-container-box .card-box img {
            width: 30px;
        }
             .triangle-container-box .card-box p {
        font-size: 7px !important;
    }
    .cryptiecraft-whychooseus p {
        font-size: 14px;
    }
}
@media (max-width:400px) {
        .triangle-container-box .card-box {
            width:60px;
            height: 100px;
        }
}

@media (max-width:370px) {
        .triangle-container-box .card-box {
        width: 50px;
        height: 90px;
    }

        .triangle-container-box .card-box img
{
    width: 20px;
}
    .triangle-container-box .card-box p {
        font-size: 7px !important;
    }
}


/* Responsive styles */
@media (max-width: 1200px) {
    .features-circle-container {
        height: 550px;
    }

    .feature-box {
        padding: 12px 20px;
        min-width: 180px;
    }

    .feature-box span {
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    .features-circle-container {
        height: 500px;
    }

    .center-logo {
        width: 550px;
        height: 464px;
    }

    .feature-box {
        min-width: 160px;
    }

    .feature-box span {
        font-size: 14px;
    }
}

@media (max-width: 768px) {


    .multi-crypto-wallet-section {
        padding: 60px 15px;
    }

    .multi-crypto-wallet-section h2 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .features-circle-container {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .center-logo {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        margin-bottom: 30px;
    }

    .feature-circle {
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 100%;
        max-width: 400px;
    }

    .feature-item {
        position: relative;
        width: 100%;
        justify-content: center;
    }

    .feature-box {
        width: 100%;
        min-width: unset;
    }

    .connector {
        display: none;
    }

    .top-left,
    .top-right,
    .right-top,
    .right-bottom,
    .bottom-right,
    .left-top,
    .left-middle,
    .left-bottom {
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
    }
}

@media (max-width: 480px) {
   
    .multi-crypto-wallet-section h2 {
        font-size: 24px;
    }

    .center-logo {
        width: 100px;
        height: 100px;
    }

    .feature-box {
        padding: 10px 15px;
    }

    .feature-box span {
        font-size: 13px;
    }
}


/* ----------------------------------- */
/* Whitelabel-Tech-stack */
  .tech-stack-section {
        padding: 30px 0;
        background-color: #fff;
    }
    
    .tech-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 15px;
    }
    
    .tech-title {
        text-align: center;
        color:black;
        font-size: 32px;
        font-weight: 500;
        margin-bottom: 15px;
    }
    
    
    .tech-categories {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
    .tech-category {
        display: flex;
        border-radius: 10px;
        /* overflow: hidden; */
    }
    
    .category-label {
        border-radius: 10px;
        background: linear-gradient(to bottom, #0099cc, #006699);
        color: white;
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 250px;
        font-weight: 500;
        text-align: center;
        margin-right: 10px;
    }
    
    .tech-icons {
        /* background-color: #ffff; */
        border-radius: 10px;
        box-shadow: 0 0px 10px #0099cc;
        /* border: 1px solid #e0e0e0; */
        border-left: none;
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 10px 50px;
        gap: 50px;
        flex-wrap: wrap;
    }
    
    .tech-icon {
        height: 40px;
        width: auto;
        object-fit: contain;
    }
    
    /* Responsive styles */
    @media (max-width: 992px) {
        .category-label {
            width: 200px;
            padding: 15px;
        }
        
        .tech-icons {
            padding: 10px 20px;
            gap: 20px;
        }
        
        .tech-icon {
            height: 35px;
        }
    }
    
    @media (max-width: 768px) {
        .tech-category {
            flex-direction: column;
        }
        
        .category-label {
            width: 100%;
            padding: 10px;
        }
        
        .tech-icons {
            border-left: 1px solid #e0e0e0;
            border-top: none;
            padding: 15px;
            justify-content: center;
        }
        
        .tech-title {
            font-size: 28px;
        }
        
        .tech-subtitle {
            font-size: 15px;
        }
    }
    
    @media (max-width: 576px) {
        .tech-stack-section {
            padding: 40px 0;
        }
        
        .tech-title {
            font-size: 24px;
        }
        
        .tech-subtitle {
            font-size: 14px;
        }
        
        .tech-icon {
            height: 30px;
        }


    }   


    @keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.tech-icon.animate {
    animation: slideInLeft 0.8s ease forwards;
}

.tech-icon:nth-child(1) { animation-delay: 0.1s; }
.tech-icon:nth-child(2) { animation-delay: 0.2s; }
.tech-icon:nth-child(3) { animation-delay: 0.3s; }
.tech-icon:nth-child(4) { animation-delay: 0.4s; }
.tech-icon:nth-child(5) { animation-delay: 0.5s; }
.tech-icon:nth-child(6) { animation-delay: 0.6s; }
.tech-icon:nth-child(7) { animation-delay: 0.7s; }
.tech-icon:nth-child(8) { animation-delay: 0.8s; }
.tech-icon:nth-child(9) { animation-delay: 0.9s; }
/* ------------------------- */
.faq-content-box::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 10px;
    left:-1px;
    top: 39px;
    z-index: 1;
    border-radius: 0.5rem 0px 0px 0px;
         border-right:none;
    border-bottom:none;
    box-shadow: -8px 0px 0px white ;
}
.faq-content-small-box{
    position: absolute;
    top: -1PX !important;
    left: -1PX !important;
     border-left: none;
     border-top:none;
     border-radius: 0px 0px 0.5rem 0px;

    width: 40px;
    height: 40px;
    background-color: #0A97BE;
}
.faq-content-small-box img{
    width: 40px;
}
.faq-content-box p{
    font-size: 20px;
}

  .faq-contactus p{
    margin-block: 10px;
    display: flex;
    justify-content: space-between;
  }
    .faq-contactus p i{
        margin-left: 20px;
    }
/* ------------------------------ */
.faq-contactus{
  margin-bottom:20px;
}
.faq-answer-content{
  position: relative;
    width: 100%;
  background-color: white;
    margin-left:100px;
    padding:10px 20px;
    box-shadow: 0px 5px 10px black;
    border-radius: 1rem;

}
.faq-ans-content-box{
  width:100%;
     border:1px solid #0A97BE;
    border-radius: 0.5rem;
    position: relative;
    padding: 5px 50px 5px 10px;
    background-color: #E9F9FB;
}

.faq-ans-content-box p{
    font-size: 18px;
}

.faq-ans-content-box::before{
    content: '';
    position: absolute;
    width: 40px;
    height: 30px;
    right:39px;
    top: -1px;
    z-index: 1;
    border-radius:0px 0.5rem 0px 0px;
    border:1px solid #0A97BE;
     border-left:none;
    border-bottom:none;
    box-shadow: 1px -5px 0px white ;
}
.faq-ans-content-box::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 10px;
    right:-1px;
    top: 39px;
    z-index: 1;
    border-radius:0px 0.5rem 0px 0px;
    border:1px solid #0A97BE;
     border-left:none;
    border-bottom:none;
    box-shadow: 10px -5px 0px white ;
}

.faq-ans-content-small-box{
    position: absolute;
    top: -1PX !important;
    right: -1PX !important;
    border:1px solid #0A97BE;
     border-right: none;
     border-top:none;
     border-radius: 0px 0px 0px 0.5rem ;
    width: 40px;
    height: 40px;
    background-color: white;
}

.faq-ans-content-small-box img{
    width: 40px;
}


@media (max-width:1200px) {
   .faq-question-content{
    width: 90%;
  }
  .faq-answer-content {
    width: 90%;
  }
}
@media (max-width:987px) {
    .faq-contactus-container img{
  width: 70%;
}
  .faq-answer-content {
    margin-left:50px;
  }
}

@media (max-width:768px) {
    .faq-content-box{
        height: fit-content !important;
    }
  .faq-question-content{
    width: 90%;
  }
  .faq-answer-content {
    width: 90%;
  }
  .faq-contactus p{
    font-size: 14px;
    
  }
  

}

@media (max-width:487px) {
    .Whitelabel-features-content{
        height: 510px !important;
    }
     .Whitelabel-features-left {
    margin-top:50px;
    margin-bottom:0px;
  }
  .faq-contactus p{
    font-size: 10px;
         margin-block-start: 0.2em;
    margin-block-end: 0.2em;
  }
  .faq-content-box{
    height: 30px;
  }
  .faq-content-small-box {
    width:30px;
    height: 30px;
  }
    .faq-content-small-box img{
      width: 30px;
    }
    .faq-content-box::before {
      left:29px;
      height: 15px;
    }
    .faq-content-box::after {
        content: '';
        position: absolute;
        width: 20px;
        height: 4px;
        left: 0px;
        top: 29px;
        z-index: 1;
        border-radius: 0.5rem 0px 0px 0px;
        border: 1px solid #0A97BE;
        border-right: none;
        border-bottom: none;
        box-shadow: -8px 0px 0px white;
    }


    .faq-ans-content-small-box img {
    width: 30px;
}
.faq-ans-content-small-box
 {
    height: 30px;
 }
.faq-ans-content-box::before
 {
    height: 20px;
}
.faq-ans-content-box::after
 {
    top: 29px;
    height: 0px;
 }
     .faq-answer-content {
      width: 90%;
margin-left:30px    }
 
}


/* ---------------------------------------------- */


/* On mobile, hide .Craitrix-downbox and use .Craitrix-box */
@media (max-width: 991.98px) {

/* Whitelabel-hero */
.Whitelabel-hero{
    padding:20px;
}
.Whitelabel-hero-left{
    margin-top: 10px;
}
.Whitelabel-hero-right{
    margin-top: 30px;
}

    /* Craitrix-Blockchain */
    .Whitelabel-Blockchain-btn {
        margin-top: 10px;
        width: 100% !important;
    }

    .card-entry {
        height: fit-content !important;
    }

    .item-content img {
        width: 40px !important;
        flex: none !important;
    }
    .Whitelabel-Blockchain-div-box-buttons {
 width: 100%;
    }

    /* --------------------------------- */
    /* Whitelabel-Services */
    .Whitelabel-services {
       height: auto;
    }


   /* Whitelabel-Contact-uid="openModalBtns */
    .Whitelabel-contactInfo-img {
     width: 100%;
    }
}


@media (max-width: 768px) {

    
/* ------------------------------------ */
.Whitelabel-hero{
    margin-top: 70px;
}
.Whitelabel-hero-left{
    text-align: center;
}
    /* Craitrix-Blockchain */
    .Whitelabel-Blockchain {
        padding: 10px;
    }

    .Whitelabel-Blockchain-head {
        width: 100%;
    }

    .Whitelabel-Blockchain-para {
        width: 100%;
        text-align: justify;

    }

    .Whitelabel-Blockchain-div {
        width: 100%;
        padding: 30px 10px;
        background-color: #E9F9FB;
    }
.Whitelabel-Blockchain-div1{
   width: 100%;
}
    .Whitelabel-Blockchain-div-box img {
        width: 120px;
    }

    .Whitelabel-Blockchain-div-box {
        padding: 20px 10px;
    }

    .Whitelabel-Blockchain-div-box p {
        text-align: justify;
    }

    .Whitelabel-Blockchain-div button {
        margin-bottom: 10px;
    }

    .Whitelabel-Blockchain-div-box {

        width: 100%;
        margin: 80px 0px 0px 0px;
    }

    .blockchain-desc{
        margin-top: 20px;
    }

    /* ------------------------------------------ */
    /* Whitelable-why-cryptiecraft */
    .center-logo {
        width: 100%;
    }
    /* --------------------------------------------- */
    /* Craitrix-Contact */
    .contact-box2 {
        padding: 10px;
    }

    .contact-box1 li {
        width: 100%;
    }

    
}

@media (max-width: 480px) {
    
    /* --------------------------------------- */
    /* Whitelabel-hero */
    .Whitelabel-hero-left h1{
        text-align: center;
    }
     .Whitelabel-hero-left p{
        text-align: center;
     }
    .Whitelabel-hero-right {
        width: 90%;
    }

    /* ---------------------------------------- */
    /* Whitelabel */
    .Whitelabel-left{
        width: 90%;
        display: flex;
        margin: auto;
    }
       .Whitelabel-right h2{
        font-size: 25px;
        text-align: center;
       }
       .get-demo-btn{
        font-size: 14px;
       }

/* ------------------------------ */
/* Whitelabel-features-section */

.Whitelabel-features-section {
    padding:30px 0px;
}
.Whitelabel-features-content {
   padding:10px 10px;
}
.Whitelabel-feature-description p {
    font-size: 12px;
    height: 90px;
}
.Whitelabel-features-right {
    padding-top:0px;
}
    /* Whitelabel-blockchain */
    .Whitelabel-Blockchain-div-box {

    width: 100%; 
    padding: 15px;
}
.Whitelabel-Blockchain-btn{
    width: 100%;
    font-size: 14px !important;
}

.Whitelabel-Blockchain-div1{
    gap:5px;
}
.Whitelabel-Blockchain-div button {
     width: auto;
     font-size: 10px !important;
     height: 40px;
     margin-bottom: 0px !important;
}
.Whitelabel-Blockchain-div-box-round{
    width: 120px;
    height: 120px;
}
.Whitelabel-Blockchain-div-box-round img{
    width: 100px;
}
.Whitelabel-Blockchain-div-box-buttons{
    width: 100%;
    justify-content: space-around;
}
.Whitelabel-Blockchain-div-box-buttons button{
   width: 50%;
}
.Whitelabel-Blockchain-div-box p {
    font-size: 12px;
}
.Whitelabel-feature-tab{
    font-size: 10px;
}

/* -------------------------------------- */
/* Whitelabel-services */
.Whitelabel-network-image{
    width: 90%;
}
.Whitelabel-solutions-container {
    gap:0px;
}
.faq-contactus-container {
    padding-top:50px;
    padding-bottom: 30px;
}
 
}


/* faq-contactus */


.faqListContainer{
  width: 70%;
  margin:auto;
}
.faq-contactus-container{
  background-color: #E9F9FB;
  padding-block: 50px;
}
.faq-contactus-container img{
  position: absolute;
  z-index: 0;
  width: 40%;
  left:0;
  top: 0;
}
.faq-contactus-container h2{
    color:#0A97BE;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
/* --------------- */
.faq-question-content{
  position: relative;
    width: 100%;
  background-color: white;
  margin-bottom: 10px;
    padding:10px 20px;
    box-shadow: 0px 5px 10px black;
    border-radius: 1rem;
    color: #0099CC;
    cursor: pointer;
}
.faq-content-box{
    border:1px solid #0A97BE;
    border-radius: 0.5rem;
    position: relative;
    padding: 5px 10px 5px 50px;
}
.faq-content-box::before{
    content: '';
    position: absolute;
    width: 40px;
    height: 30px;
    left:39px;
    top: -1px;
    z-index: 1;
    border-radius: 0.5rem 0px 0px 0px;
    border:1px solid #0A97BE;
     border-right:none;
    border-bottom:none;
    box-shadow: -5px -10px 0px white ;
}
.faq-content-box::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 10px;
    left:-1px;
    top: 39px;
    z-index: 1;
    border-radius: 0.5rem 0px 0px 0px;
    border:1px solid #0A97BE;
     border-right:none;
    border-bottom:none;
    box-shadow: -8px 0px 0px white ;
}
.faq-content-small-box{
    position: absolute;
    top: -1PX !important;
    left: -1PX !important;
    border:1px solid #0A97BE;
     border-left: none;
     border-top:none;
     border-radius: 0px 0px 0.5rem 0px;

    width: 40px;
    height: 40px;
    background-color: white;
}
.faq-content-small-box img{
    width: 40px;
}
.faq-content-box p{
    font-size: 20px;
}

  .faq-contactus p{
    margin-block: 10px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-size: 22px;
  }
    .faq-contactus p i{
        margin-left: 20px;
    }
/* ------------------------------ */
.faq-contactus{
  margin-bottom:20px;
}
.faq-answer-content{
  position: relative;
    width: 100%;
  background-color: white;
    margin-left:100px;
    padding:10px 20px;
    box-shadow: 0px 5px 10px black;
    border-radius: 1rem;

}
.faq-ans-content-box{
  width:100%;
     border:1px solid #0A97BE;
    border-radius: 0.5rem;
    position: relative;
    padding: 5px 50px 5px 10px;
    background-color: #E9F9FB;
}

.faq-ans-content-box p{
    font-size: 19px;
}

.faq-ans-content-box::before{
    content: '';
    position: absolute;
    width: 40px;
    height: 30px;
    right:39px;
    top: -1px;
    z-index: 1;
    border-radius:0px 0.5rem 0px 0px;
    border:1px solid #0A97BE;
     border-left:none;
    border-bottom:none;
    box-shadow: 1px -5px 0px white ;
}
.faq-ans-content-box::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 10px;
    right:-1px;
    top: 39px;
    z-index: 1;
    border-radius:0px 0.5rem 0px 0px;
    border:1px solid #0A97BE;
     border-left:none;
    border-bottom:none;
    box-shadow: 10px -5px 0px white ;
}

.faq-ans-content-small-box{
    position: absolute;
    top: -1PX !important;
    right: -1PX !important;
    border:1px solid #0A97BE;
     border-right: none;
     border-top:none;
     border-radius: 0px 0px 0px 0.5rem ;
    width: 40px;
    height: 40px;
    background-color: white;
}

.faq-ans-content-small-box img{
    width: 40px;
}


@media (max-width:1200px) {
   .faq-question-content{
    width: 90%;
  }
  .faq-answer-content {
    width: 90%;
  }
}
@media (max-width:987px) {
    .faq-contactus-container img{
  width: 70%;
}
  .faq-answer-content {
    margin-left:50px;
  }
}

@media (max-width:768px) {
    .faq-content-box{
        height: fit-content !important;
    }
  .faq-question-content{
    width: 90%;
  }
  .faq-answer-content {
    width: 90%;
  }
  .faq-contactus p{
    font-size: 14px;
    
  }

}

@media (max-width:487px) {
     .Whitelabel-features-left {
    margin-top:50px;
    margin-bottom:0px;
  }
  .faq-contactus p{
    font-size: 10px;
         margin-block-start: 0.2em;
    margin-block-end: 0.2em;
  }
  .faq-content-box{
    height: 30px;
  }
  .faq-content-small-box {
    width:30px;
    height: 30px;
  }
    .faq-content-small-box img{
      width: 30px;
    }
    .faq-content-box::before {
      left:29px;
      height: 15px;
    }
    .faq-content-box::after {
        content: '';
        position: absolute;
        width: 20px;
        height: 4px;
        left: 0px;
        top: 29px;
        z-index: 1;
        border-radius: 0.5rem 0px 0px 0px;
        border: 1px solid #0A97BE;
        border-right: none;
        border-bottom: none;
        box-shadow: -8px 0px 0px white;
    }


    .faq-ans-content-small-box img {
    width: 30px;
}
.faq-ans-content-small-box
 {
    height: 30px;
 }
.faq-ans-content-box::before
 {
    height: 20px;
}
.faq-ans-content-box::after
 {
    top: 29px;
    height: 0px;
 }
     .faq-answer-content {
      width: 90%;
margin-left:30px    }
 
}
.faqListContainer{
  width: 70%;
  margin:auto;
}

.faq-contactus-container{
  background-color: #E9F9FB;
  padding-block: 50px;
    position: relative;

}
.faq-contactus-container img{
  position: absolute;
  z-index: 0;
  width: 30%;
  left:0;
  top: 0;
}

/* --------------- */
.faq-question-content{
  position: relative;
    width: 100%;
  background-color: white;
  margin-bottom: 10px;
    padding:10px 20px;
    box-shadow: 0px 5px 10px black;
    border-radius: 1rem;
}
.faq-content-box{
    border:1px solid #0A97BE;
    border-radius: 0.5rem;
    position: relative;
    padding: 5px 10px 5px 50px;
}
.faq-content-box::before{
    content: '';
    position: absolute;
    width: 40px;
    height: 30px;
    left:39px;
    top: -1px;
    z-index: 1;
    border-radius: 0.5rem 0px 0px 0px;
    border:1px solid #0A97BE;
     border-right:none;
    border-bottom:none;
    box-shadow: -5px -10px 0px white ;
}
.faq-content-box::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 8px;
    left:0px;
    top: 39px;
    z-index: 1;
    border-radius: 0.5rem 0px 0px 0px;
    border:1px solid #0A97BE;
     border-right:none;
    border-bottom:none;
    box-shadow: -8px 0px 0px white ;
}
.faq-content-small-box{
    position: absolute;
    top: -2PX !important;
    left: -2PX !important;
    border:1px solid #0A97BE;
     border-left: none;
     border-top:none;
     border-radius: 0px 0px 0.5rem 0px;
    width: 43px;
    height: 42px;
    background-color: white;
}
.faq-content-small-box img{
    width: 40px;
}

  .faq-contactus p{
    text-align: center;
  }
/* ------------------------------ */
.faq-contactus{
  margin-bottom:20px;
}
.faq-answer-content{
  position: relative;
    width: 100%;
  background-color: white;
    margin-left:100px;
    padding:10px 20px;
    box-shadow: 0px 5px 10px black;
    border-radius: 1rem;

}
.faq-ans-content-box{
  width:100%;
     border:1px solid #0A97BE;
    border-radius: 0.5rem;
    position: relative;
    padding: 5px 50px 5px 10px;
    background-color: #E9F9FB;
}

.faq-ans-content-box::before{
    content: '';
    position: absolute;
    width: 40px;
    height: 30px;
    right:39px;
    top: -1px;
    z-index: 1;
    border-radius:0px 0.5rem 0px 0px;
    border:1px solid #0A97BE;
     border-left:none;
    border-bottom:none;
    box-shadow: 1px -5px 0px white ;
}
.faq-ans-content-box::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 6px;
    right: -1px;
    top: 39px;
    z-index: 1;
    border-radius: 0px 0.5rem 0px 0px;
    border: 1px solid #0A97BE;
    border-left: none;
    border-bottom: none;
    box-shadow: 10px -1px 0px white;
}

.faq-ans-content-small-box{
    position: absolute;
    top: -2PX !important;
    right: -2PX !important;
    border:1px solid #0A97BE;
     border-right: none;
     border-top:none;
     border-radius: 0px 0px 0px 0.5rem ;
    width: 42px;
    height: 42px;
    background-color: white;
}

.faq-ans-content-small-box img{
    width: 40px;
}


@media (max-width:1200px) {
   .faq-question-content{
    width: 90%;
  }
  .faq-answer-content {
    width: 90%;
  }
}
@media (max-width:987px) {
  .faq-answer-content {
    margin-left:50px;
  }
  .leftimg{
    width: 100%;
  }
}

@media (max-width:768px) {
    .faq-content-box{
        height: 60px;
    }
  .faq-question-content{
    width: 90%;
  }
  .faq-answer-content {
    width: 90%;
  }
  .faq-contactus p{
    font-size: 14px;
    
  }
  

}

@media (max-width:487px) {
    .faqListContainer{
        width: 90%;
    }
  .faq-contactus p{
    font-size: 10px;
         margin-block-start: 0.2em;
    margin-block-end: 0.2em;
  }
  .faq-content-box{
    height: 40px;
  }
  .faq-content-small-box {
    width:32px;
    height: 32px;
    top:-2px !important;
    left:-2px !important;
  }
    .faq-content-small-box img{
      width: 30px;
    }
    .faq-content-box::before {
      left:39px;
      height: 15px;
    }
    .faq-content-box::after {
        content: '';
        position: absolute;
        width: 20px;
        height: 4px;
        left: 0px;
        top: 29px;
        z-index: 1;
        border-radius: 0.5rem 0px 0px 0px;
        border: 1px solid #0A97BE;
        border-right: none;
        border-bottom: none;
        box-shadow: -8px 0px 0px white;
    }


    .faq-ans-content-small-box img {
    width: 30px;
}
.faq-ans-content-small-box
 {
    height: 32px;
 }
.faq-ans-content-box::before
 {
    height: 20px;
}
.faq-ans-content-box::after
 {
    top: 29px;
    height: 20px;
 }
     .faq-answer-content {
      width: 90%;
margin-left:30px    }
 
}



@media (max-width:1400px) {
    .faq-content-small-box{
        width: 42px;
    }
  .faq-question-icon{
    left: 2%;
    top:45px;
  }
}
@media (max-width:1200px) {
  .faq-question-icon{
    left: 0%;
  }
    .faq-ans-text{
      padding:20px 60px 20px 20px;
    }
  .faq-ans-text p{
    font-size: 14px;
  }
}

@media (max-width:987px) {
  .faq-question-icon{
    left:0%;
    top:35%;
  }
     .faq-ans-text{
      height: 50px;
     }
  .faq-ans-icon {
    width:50px;
  }

}
@media (max-width: 768px) {
  .faq-item {
    margin-bottom: 10px;
}
  .faq-question{
    padding:10px 10px 10px 20px;
  }
  .faq-question-text {
    height: 50px;
  }
   .faq-question-text p{
    font-size: 10px;
   }
   .faq-question-icon{
    width: 30px;
    left:4%;
    top:55%
   }
   .faq-answer{
    margin-left:30px;
   }
       .faq-ans-text {
        height: 20px;
    }
     .faq-ans-text p{
      font-size: 10px;
     }
     .faq-ans-icon {
      top:40px;
    width:30px;
  }
}
@media (max-width:487px){
  .curved-box{
    width: 100%;
  }
   .faq-question{
    border-radius: 1rem;
   }
   .faq-question-text {
    height: 35px;
  }
 .faq-question-text p{
  font-size: 8px;
  height: 35px;
          display: flex;
        align-items: center;
 }
  .faq-question-icon{
    width: 20px;
    left:6%;
    top:65%
   }
    .faq-ans-icon {
      top:40px;
      right:10px;
    width:20px;
  }
      .faq-ans-text {
        height: 0px;
      }
   .faq-ans-text p{
    font-size: 7px;
   }
   .faq-contactus {
    padding:0px;
   }
   .faq-contactus h2 {
    font-size: 20px;
    padding-block: 20px;
   }

   /* ------------------------ */
   .Craitrix-Contactus-container-right-info a{
    font-size: 10px !important;
    text-decoration: none;
    color:#0099CC;
    cursor: pointer;
}
}


/* ------------------------------------------- */
/* responsive design */
@media (max-width:1400px) {
    .faq-content-small-box{
        width: 42px;
    }
  .faq-question-icon{
    left: 2%;
    top:45px;
  }
}
@media (max-width:1200px) {
  .faq-question-icon{
    left: 0%;
  }
    .faq-ans-text{
      padding:20px 60px 20px 20px;
    }
  .faq-ans-text p{
    font-size: 14px;
  }
}

@media (max-width:987px) {
  .faq-question-icon{
    left:0%;
    top:35%;
  }
     .faq-ans-text{
      height: 50px;
     }
  .faq-ans-icon {
    width:50px;
  }

}
@media (max-width: 768px) {
  .faq-item {
    margin-bottom: 10px;
}
  .faq-question{
    padding:10px 10px 10px 20px;
  }
  .faq-question-text {
    height: 50px;
  }
   .faq-question-text p{
    font-size: 10px;
   }
   .faq-question-icon{
    width: 30px;
    left:4%;
    top:55%
   }
   .faq-answer{
    margin-left:30px;
   }
       .faq-ans-text {
        height: 20px;
    }
     .faq-ans-text p{
      font-size: 10px;
     }
     .faq-ans-icon {
      top:40px;
    width:30px;
  }
}
@media (max-width:487px){
  .curved-box{
    width: 100%;
  }
   .faq-question{
    border-radius: 1rem;
   }
   .faq-question-text {
    height: 35px;
  }
 .faq-question-text p{
  font-size: 8px;
  height: 35px;
          display: flex;
        align-items: center;
 }
  .faq-question-icon{
    width: 20px;
    left:6%;
    top:65%
   }
    .faq-ans-icon {
      top:40px;
      right:10px;
    width:20px;
  }
      .faq-ans-text {
        height: 0px;
      }
   .faq-ans-text p{
    font-size: 7px;
   }
   .faq-contactus {
    padding:0px;
   }
   .faq-contactus h2 {
    font-size: 20px;
    padding-block: 20px;
   }
}


 



/* Whitelabel User Feature Section */
.Whitelabel-userfeature {
  padding-block: 50px;
}

.Whitelabel-userfeature h2 {
  text-align: center;
  padding-block: 30px;
  font-weight: 550;
}

.Whitelabel-userfeature-last {
  display: flex;
  justify-content: center !important;
  gap: 50px;
  width: 100%;
}

.userfeature-box {
  height: 400px;
  background: white;
  border: 2px solid #00bcd4;
  border-radius: 10px;
  text-align: center;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 10px #00bcd4;
  margin-bottom: 20px;
  overflow: hidden;
  z-index: 1;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.userfeature-inner {
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease, clip-path 0.4s ease;
  transform-origin: center;
  will-change: transform, clip-path;
    padding: 20px;

}
.userfeature-box:hover {
  border: none;
  box-shadow: none;   
}
.userfeature-box:hover .userfeature-inner {
  transform: scale(1.05);
  clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0% 20%);
  background: linear-gradient(to bottom right, #007ba7, #00c6d7);
  color: white;
}
.userfeature-box:hover .userfeature-box-img{
    display: none;
}
.userfeature-div {
  height: 100%;
  border-radius: 10px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  pointer-events: none; /* Prevents hover flickering */
}

.userfeature-box img {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}

.userfeature-title {
  font-size: 25px;
  margin-bottom: 10px;
  color: #0A97BE;
  transition: opacity 0.3s ease;
}

.userfeature-desc {
  font-size: 14px;
  color: #333;
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.userfeature-box:hover .userfeature-title {
display: none;
  pointer-events: none;
}

.userfeature-box:hover .userfeature-desc {
  display: block;
  opacity: 1;
  color: white;
  font-size: 16px;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
  .Whitelabel-userfeature-last {
    gap: 25px;
  }
}

@media (max-width: 480px) {
  .Whitelabel-userfeature {
    padding-block: 0px;
  }

  .userfeature-box {
    height: 270px;
  }

  .Whitelabel-userfeature-last {
    display: block !important;
  }

  .userfeature-box:hover .userfeature-title {
    color: white;
    font-size: 18px;
  }

  .userfeature-box:hover .userfeature-desc {
    font-size: 14px;
  }
}


/* --------------------- */
.trc-process-section{
    padding-block: 50px;
}
.trc-process-span{
    color:#0A97BE;
}
.trc-img{
    width: 60%;
    margin: auto;
}
.trc-img img{
    width: 100%;
}
.trc-process-left h2{
    /* width: 90%;
    margin: auto; */
    text-align: center;
}
.process-card {
  background: #fff;
  height: fit-content;
  box-shadow: 0px 0px 15px #0A97BEB5;
  position: relative;
  max-height:350px;
  /* min-width:450px; */
  min-height: 350px;
  z-index: 1;
   /* width: 550px; */
  height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 20px 50px 20px;
}
@media (max-width:1200px) {
    .process-card {
          min-width:300px;
          height: 450px;

    }
}
@media (max-width:986px) {
    .background-img{
        height: 450px !important;
    }
    .BinanceNft-process-right{
        display: flex;
        flex-direction: column;
        margin: auto !important;
    }

 
}
@media (max-width:768px) {
    .trc-process-left h2{
        font-size: 26px !important;
    }
}
@media (max-width:480px) {
        .process-card {
          margin: 10px auto;
          min-height: 340px !important;
        }
        .trc-process-left h2 {
            width: 100%;
            text-align: center;
        }
        .process-right-header{
            padding-top: 80px !important;
        }
        .process-right-para {
            font-size: 12px;
        }
}

.step-number {
  position: absolute;
  top: 0;
  left: 0;
  background: #008fcf;
  color: white;
  font-size: 3rem;
  font-weight: bold;
  padding: 10px 20px;
  border-bottom-right-radius: 70px;
  border-top-left-radius: 10px;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.BinanceNft-faq-answer {
    display: none;
}
.BinanceNft-process-right {
    height: 400px;
  margin: auto;
  position: relative;
  overflow-y: auto;
}
.BinanceNft-process-right::-webkit-scrollbar {
  width: 10px; 
}

.BinanceNft-process-right::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px; 
  margin-block: 4px; 
}

.BinanceNft-process-right::-webkit-scrollbar-thumb {
  background-color: #0A97BE;
  border-radius: 10px; 
  border: 2px solid transparent; 
  background-clip: padding-box;
}

.BinanceNft-process-right-img{
    width: 100px;
    margin-right: 30px;
}



.process-right-header {
  text-align: center;
  color: #0A97BE;
}

.process-right-para {
  text-align: center;
}

.trc-process-section-img1 {
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.trc-process-section-img2 {
  width: 250px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.BinanceNft-faq-question{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
/* Hide the right panel by default on mobile */
@media (max-width: 997px) {
    .BinanceNft-process-list{
        width: 100%;
    }
  .process-right {
    display: none !important;
  }
  .BinanceNft-process-step::before {
    display: none;
  }
   li.BinanceNft-process-step::marker{
    display: none;
    color:white
   }
  .BinanceNft-process-step {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 10px;
    background: #f8f9fa;
    width: 100%;
  }

  .BinanceNft-faq-question {
    width: 100%;
  font-weight: 600;
  cursor: pointer;
  padding: 12px;
  background:white;
  border-radius: 6px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}

.BinanceNft-faq-answer {
  padding: 15px;
  margin-top: 10px;
  background: #fff;
  border-radius: 0 6px 6px 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  height:0px;
  opacity:0;
  max-height: 250px;
  transition: all 0.4s ease;
    z-index: 10;

}
.BinanceNft-faq-question.open + .BinanceNft-faq-answer{
    height: 250px;
    opacity: 1;
}
.BinanceNft-faq-answer-div{
    margin-top: 40px;
   display:flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   height: 100%;
}
/* .BinanceNft-faq-question::after {
  content: "+";
  position: absolute;
  right: 10px;
  font-size: 20px;
  transition: transform 0.2s ease;
}

.BinanceNft-faq-question.open::after {
  content: "-";
} */
.BinanceNft-process-right-img{
    width: 50px;
    margin-right: 30px;
}

.trc-process-section-img2 {
display: none;
}
.trc-process-section-img1 {
    width: 50px !important;
}
}

@media (max-width:480px) {
    .BinanceNft-process-right {
        height: 360px;
    }
    .step-number{
        padding:10px 20px;
        font-size: 2rem;
    }
}
/* 
.Whitelabel-demo-section {
    background:linear-gradient(#FFFFFF,#E0F9FF,#E9F9FB);
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  width: 100%;
  height: 10    00px;
}
.Whitelabel-demo-section span{
    color:#0099cc
}
.Whitelabel-demo-section h2{
    text-align: center;
    padding-block: 50px;
}

.Whitelabel-demo {
  position: relative;
  width: 60%;
  margin: auto;
}

.background-img {
  width: 100%;
  height: 600px;
  display: block;

}

/* Slide-in screen area */
/* .screen-area {
  position: absolute;
  top:2%;
  left: 1%;
  right: 1%;
  bottom:15%;
  overflow: hidden;
  border-radius: 10px;
}

.Whitelabel-demo-img {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.Whitelabel-demo-img img {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  border-radius: 10px;
} */ 
@media (max-width:1200px) {
    .Whitelabel-best-selling ul li{
        font-size: 12px;
    }
}
@media (max-width:986px) {
    .Whitelabel-demo {
        width: 100%;
    }
}
@media (max-width:768px) {
     .Whitelabel-best-selling ul li{
        font-size: 14px;
      padding:10px 0px !important;
    }
}
@media (max-width:480px) {
    .Whitelabel-demo{
        width: 95%;
        display: flex;
        margin: auto;
    }
    .background-img{
        height: 280px !important;
    }
    .Whitelabel-best-selling ul li{
        font-size: 10px;
      padding:10px 0px !important;
    }
    .whitelabel-selling-img {
        width: 30px !important;
    }
    .whitelabel-feature{
        height: fit-content !important;
        padding:10px !important;
    }
       .whitelabel-feature .row{
        padding-right:0px !important;
       }
    .Whitelabel-demo-section{
        padding-top: 0px;
    }
}


/* --------------------------- */

 .crypto-demo-section{
    padding-block: 50px;
 }
  .crypto-demo-section h2{
    width: 60%;
    margin: auto;
    margin-top: 50px;
    
  }
    .crypto-demo-section h2 span{
        color: #0A97BE;
    }
  .laptop-frame .img-fluid{
    height: 115vh !important;
    width: 120%;
  }
.crypto-demo-bar{
    width: 20%;
    height: 140%;
    position: absolute;
    z-index: 0;
    background-color: #0A97BE;
}
  .laptop-frame {
    width: 100%;
    max-width: 1300px;
    position: relative;
  }

  .screen-overlay {
    position: absolute;
    top: 3%;
    left: 8%;
    width: 84%;
    height: 80%;
    overflow: hidden;
    border-radius: 10px;
  }

  .slide-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease-in-out;
  }

  .screen-slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
  }
  @media (max-width:987px) {
    .crypto-demo-bar{
        height: 130%;
    }
    .laptop-frame .img-fluid{
        height: 90vh !important;
    }
  }

  @media (max-width:786px) {
      .laptop-frame .img-fluid{
        height: 80vh !important;
    }
    .crypto-demo-bar{
        height: 120%;
    }
  }

    @media (max-width:486px) {
      .laptop-frame .img-fluid{
        height: 60vh !important;
    }
    .crypto-demo-bar{
        height: 100%;
        display: none;
    }
     .crypto-demo-section{
    padding-block: 0px;
 }
    .crypto-demo-section h2{
        width: 80%;
        font-size: 30px !important;
    }
  }

  
    @media (max-width:386px) {
      .laptop-frame .img-fluid{
        height: 50vh !important;
    }
    .crypto-demo-bar{
        height: 80%;
    }
  }
/* url(../../white label demo-20250630T060436Z-1-001/white label demo/demo2final.png)
.screen-slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: fadeIn 1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* --------------------------------- */
.Whitelabel-best-selling{
    position: relative;
     overflow: hidden;
}
.exchange-cards{
  transition: transform 0.3s ease;
          backdrop-filter: blur(15px);
 -webkit-backdrop-filter: blur(15px);
     box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
 .exchange-card {
      background: #fff;
      border: 1px solid #e0e0e0;
      border-radius: 15px;
      padding: 20px;
      margin-bottom: 30px;
        transition: transform 0.3s ease;
          backdrop-filter: blur(15px);
 -webkit-backdrop-filter: blur(15px);
     box-shadow: 0 0px 10px #008fcf;
    
}
    

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

    .exchange-header {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 15px;
    }

    .exchange-title {
      font-size: 1.2rem;
      font-weight: 700;
    }

    .features-title {
        font-size: 20px;
      color: #0A97BE;
      font-weight: 600;
      margin-bottom: 10px;
      text-align: center;
    }


    .get-quote-btn {
        padding:20px 20px !important;
      border: 1px solid #0A97BE !important;
      color: #0A97BE;
      font-weight: 500;
      margin-top: 15px;
      transition: all 0.3s ease;
    }

    .get-quote-btn:hover {
      background-color: #0A97BE;
      color: #fff !important;
    }

    .brand-binance { color: #F0B90B; }
    .brand-coinbase { color: #0052FF; }
    .brand-bybit { color: #000; }
    .brand-kraken { color: #31af84; }
    .brand-kucoin { color: #312f9b; }
    .brand-paxful { color: #A0D911; }


    .binance{color: #F0B90B;}
    .coinbase{color: #0052FF;}
    .bybit{color: black;}
    .kraken{color: #31af84;}
    .kucoin{color: #312f9b;}
    .paxful{color: #A0D911;}

    .whitelabel-selling-img{
        width: 80px;
    }

    .Whitelabel-best-selling h2{
        font-weight: 550;
        font-size: 35;
    }

    .whitelabel-feature{
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.349);
        padding:40px 20px 20px 20px;
        border-radius: 1rem;
        height: 380px;
    }
    .whitelabel-feature ul{
        padding-left: 0px;
    }
    .Whitelabel-best-selling ul li{
        display: flex;
        align-items: center;
        padding:10px;
        height: 60px;
    }
.Whitelabel-best-selling ul li img{
    margin-right: 10px;
    width: 20px;
}
.round-circle-1{
    width: 170px;
    height: 170px;
    background: linear-gradient(#0A97BE,#fff);
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
    left: 2%;
    top:15%;
}
.round-circle-2{
    width: 130px;
    height: 130px;
    background: linear-gradient(#0A97BE,#fff);
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
    right: 4%;
    top:25%;
}
.round-circle-3{
       width: 120px;
    height: 120px;
    background: linear-gradient(#0A97BE,#fff);
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
    left: 0%;
    bottom:-3%;
}
.round-circle-4{
    width: 160px;
    height: 160px;
    background: linear-gradient(#0A97BE,#fff);
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
    right: 3%;
    bottom:15%;
}
@media (max-width:468px) {
    .exchange-card{
        padding:10px;
    }
    .get-quote-btn{
        padding:10px 20px;
    }
}
/* ------------------------------------------------ */
/* Whitelabel-showcase */
.Whitelabel-showcase-div .row{
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}
.Whitelabel-showcase {
    padding-block: 50px;
    overflow: hidden;
}
.Whitelabel-showcase-header{
    text-align: center;
    padding-block: 10px;
    font-size: 35px;
    font-weight: 550;
    /* color:#0A97BE; */
}
.Whitelabel-showcase-para{
    text-align: center;
    width: 80%;
    margin:auto;
    margin-bottom: 100px;
    color:#0099cc;
    font-size: 18px;
}
.Whitelabel-showcase-box {
  padding: 20px;
  background-color: #F5F2FB;
  width: 80%;
  margin: auto;
  border-radius: 1rem;
  position: relative;
  transition: transform 0.3s ease;
  margin-bottom: 100px;
      height: 300px;

}
.Whitelabel-showcase-right{
    width: 100%;
    margin-left: auto;
    height: 240px;
}
.Whitelable-showcase-right-img{
    width: 100%;
}.Whitelable-showcase-right-img-1{
      width: 170px;
}
.Whitelable-showcase-right-img-1 img{
      height: 190px !important;
}

.Whitelable-showcase-right-img img{
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width:1200px) {
    .Whitelabel-show p{
    font-size: 14px !important;
}
}

/* ------ Initial h4 title - center vertically ------ */
.Whitelabel-show-content h4 {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  left: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  transition: all 0.4s ease;
  z-index: 2;
  margin: 0;
}


/* Move h4 to top on hover */
.Whitelabel-showcase-box:hover .Whitelabel-show-content h4 {
  bottom: auto;
  top: -100px;
  transform: translateY(0);
}

/* ----- Hidden bottom content ----- */
.Whitelabel-show {
  position: absolute;
  top: 50%; /* You can adjust this */
  left: 0;
  width: 50%;
  padding: 10px;
  background-color: transparent;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 1;
  pointer-events: none;
}

.Whitelabel-showcase-box:hover .Whitelabel-show {
  opacity: 1;
  transform: translateY(-150px);
  pointer-events: auto;
}
.Whitelabel-showcase-box:hover  .Whitelabel-show-content h4{
  display: none;
}
.Whitelabel-showcase-div {
  overflow: visible; /* ✅ ensure parent allows overflow */
  position: relative;
  z-index: 1;
}
@media (max-width:486px) {
    .Whitelabel-showcase-box:hover .Whitelabel-show{
        transform: translateY(-130px);
    }
}
@media (max-width:786px) {
    .Whitelabel-showcase-div{
        margin-top: 60px;
    }
    .Whitelabel-showcase-box{
        height: auto !important;
    }
 .Whitelabel-showcase-box{
    margin-bottom: 60px !important;
 }
 .Whitelable-showcase-right-img-1{
    width: 130px;
 }
 .Whitelable-showcase-right-img-1 img{
    height: 150px !important;
 }
}
/* Slide up & fade in */
/* .Whitelabel-showcase-box:hover .Whitelabel-show {
      display: block;

  bottom: 0;
  opacity: 1;
} */

/* Read case study button */
.Whitelabel-show button {
  gap: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: none;
  border-radius: 0.5rem;
  background-color: #0A97BE;
  color: white;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.Whitelabel-show button i {
  transition: transform 0.3s ease;
}

.Whitelabel-showcase-box:hover .Whitelabel-show button i {
  transform: rotate(45deg);
}

/* Right image area */
.Whitelable-showcase-right {
  width: 100%;
  margin-left: auto;
}

.Whitelable-showcase-right-img {
  border-radius: 1rem;
  transition: transform 0.4s ease;
  transform-origin: bottom left; /* 👈 Scale starts from top-right */
}

.Whitelabel-showcase-box:hover .Whitelable-showcase-right-img {
      opacity: 1;

  transform: scale(1.4);
}

/* Round arrow button */
.Whitelable-showcase-right-btn {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-top: 10px;
  background-color: #0A97BE;
  color: white;
  cursor: pointer;
}

.Whitelable-showcase-right-btn i {
  transition: transform 0.3s ease;
}

.Whitelabel-showcase-box:hover .Whitelable-showcase-right-btn i {
  transform: rotate(45deg);
}

/* Responsive Fix */
@media (max-width: 767px) {


  .Whitelabel-show-content h4 {
    font-size: 1.25rem;
    left: 10px;
  }
  .Whitelabel-show p{
    font-size: 10px;
  }
  .Whitelabel-showcase-box{
    margin-bottom: 20px;
  }
  .Whitelabel-show button{
    font-size: 14px;
  }
  .Whitelabel-showcase-para{
    margin-bottom: 20px;
  }
}
@media (max-width:480px) {
    .Whitelabel-showcase-box {
        width: 90%;
    }
     .Whitelabel-show p{
    font-size: 9px !important;
  }
  .Whitelabel-show{
    top:70%;

  }
  .Whitelabel-show button{
    width: 140%;
    font-size: 12px;
  }
}

/* ------------------------------------- */
/* Whitelabel-revenue */
.Whitelabel-revenue{
    background-color: #E9F9FB;
    padding-block: 50px;
}
.Whitelabel-revenue h2{
    text-align: center;
    padding-block: 20px;
    /* color: #0A97BE; */
}

.Whitelabel-revenue-container{
    width: 100%;
    margin: auto;
}
.Whitelabel-revenue-div{
    height: 330px;
    text-align: center;
    background-color: white;
    padding: 10px 20px;
    border:2px solid #00aaff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 5px #008fcf;
 
}
.Whitelabel-revenue-div h4{
    color:#0A97BE;
}
.Whitelabel-revenue-div p{
    padding-top:10px
}
.Whitelabel-revenue-div img{
    width: 100px;
    margin-top: 20px;
}

@media (max-width:1200px) {
    .Whitelabel-revenue-div img{
        width: 80px;
    }
    .Whitelabel-revenue-div p{
        font-size: 14px;
    }
}
/* ------------------------------------- */
/* BinanceNft-feature */
 #releaseTrigger {
  height: 1px;
}
.sticky-header {
  position: sticky;
  top: 80px;
  z-index: 300;
  padding-block: 40px;
  text-align: center;
  width: 70%;
  margin: auto;
  /* color: #0A97BE; */
  transition: all 0.3s ease;
}
.sticky-disabled {
  position: static !important;
}
@media (max-width:786px) {
    .sticky-header{
        top:0px !important;
    }
}
.BinanceNft-feature-div{
    position: relative;
   
}
.BinanceNft-feature-div-box{
    width: 45% !important;
    margin: auto !important;
   position: sticky;
   top:250px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.329);
    height: 300px !important;
    max-height: 600px;
    padding:20px;
    border-radius: 1rem;
      transition: transform 0.3s ease;
      width: 90%;
      margin-bottom: 24px !important;
}
/* Optional hover effect */
.BinanceNft-feature-div-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.BinanceNft-feature-div-box h4{
    color: #0A97BE;
}
.BinanceNft-feature-div .box1{
       background-color: #F9F4E4;
}
.BinanceNft-feature-div .box2{
      background-color: #F7F0FF;
}
.BinanceNft-feature-div .box3{
       background-color: #F4F7FA;
}
.BinanceNft-feature-div .box4{
  background-color: #F9F4E4;
}
.BinanceNft-feature-div .box5{
    background-color: #F7F0FF;
}
.BinanceNft-feature-div .box6{
     background-color: #F4F7FA;
}

.BinanceNft-feature-icon{
    width: 80px;
    display: flex;
    margin-inline: auto;
}
.BinanceNft-feature-icon img{
    width:100%;
}
@media (max-width:768px) {
    .BinanceNft-feature-div-box{
        width: 100% !important;
    }
}
@media (max-width:468px) {
    .BinanceNft-feature-div-box{
        width: 95% !important;
    }
    .BinanceNft-feature h2{
        width: 100%;
    }
}

/* ----------------------- */
/* ?tel */
.iti{
    display: block !important;
}