
/* new banner */
.banner-part {
    padding:20px 0px;
}


.web3-services .section-head p{
    max-width: 890px;
    margin: 0 auto;
}
  .tech-section .head-text{
    max-width: 700px;
  }

.web3-services  .sevices-card h3 {
    max-width: 230px
}

.sevices-card div {
    margin-bottom: 10px
}

.step-card {
    background: #f6f6f6;
    border-radius: 10px;
    padding: 25px;
    height: 90%;
    transition: all .3s ease;
    border: none;
    margin-bottom: 20px
}


.web3-serve .section-head p {
    max-width: 860px;
    margin: 0 auto
}

.serve-card.step-card {
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center
}

.stepter-section .step-card h3 {
    min-height: 60px;
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.serve-card.step-card h3 {
    margin: 0 !important;
    line-height: 1.3
}

.project-card-link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px
}

.cta-section .section-head h3 {
    max-width: 900px;
    margin: 0 auto 20px
}

.cta-section .section-head p {
    max-width: 650px;
    margin: 0 auto 15px;
}

.stat-box-clutch p {
    max-width: 190px;
}
.stepter-section .section-head p {
    max-width: 830px;
    margin: 0 auto
}
.key-component-box {
    background: #f5f5f5;
    border-radius: 10px;
    padding: clamp(10px, 2.5vw, 20px);
    display: flex;
    gap: 15px;
    margin-bottom: clamp(10px, 2.5vw, 25px)
}

.key-component-box .key-component-title {
    font-size: clamp(20px, 5vw, 22px) !important;
    font-weight: 500
}

.key-component-box .key-component-title,
.key-component-box p {
    margin: 0 !important;
    text-align: left !important
}
.key-component-box p{
    font-size: 16px !important;
}
.key-component-blocks {
    max-width: 741px;
    margin: 0 auto
}

.key-component .section-head p {
    max-width: 790px;
    margin: 0 auto
}

.wallet-integra-process .section-head p {
    max-width: 860px;
    margin: 0 auto
}

.process-timeline::before,
.timeline-item::after {
    content: "";
    position: absolute
}

.timeline-item {
    width: 47%;
    border-radius: 12px;
    margin-bottom: 30px;
    position: relative;
    text-align: right
}

.timeline-item p {
    color: #a39e9d;
    font-weight: 300
}

.timeline-item::after {
    background: #e2462d;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    top: 0
}

.timeline-item.left::after {
    right: -42px
}

.timeline-item.right::after {
    left: -41px
}

.timeline-item.right {
    margin-left: auto
}

.step-badge {
    background: #e2462D1A;
    color: #e2462d;
    font-size: 16px;
    padding: 4px 16px;
    border-radius: 20px;
    font-weight: 600
}

.process-timeline {
    position: relative;
    margin: 60px auto
}

.process-timeline::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    background: #121c23;
    transform: translateX(-50%)
}
.why-choose .section-head h2 {
    max-width: 850px;
}
.why-choose .section-head p {
    max-width: 800px;
    margin: 0 auto;
}