/* Global Styles */
body {
    font-family: "Poppins", sans-serif;
    background-color: #f8f9fc;
    color: #333;
    margin: 0;
    padding: 0;
    line-height: 1.7;
}
.banner-pt{
    padding-top: 70px;
}
.main_banner {
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/mobile-app-banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 120px;
}
/* Light Section Background */
.sub-bg {
    background-color: #E0EBFF;
}
.lblue{background: #59a3ff;border-radius: 5px;
    border: 0px;
    color: #fff !important;}
.lblue *{color: #fff}    
/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.3;
}

h1 {
    font-size: clamp(2.5rem, 4vw, 4rem);
    font-weight: 700;
}

h2 {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
}

h3 {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
}

h4 {
    font-size: clamp(1.25rem, 2vw, 1.75rem);
}

h5 {
    font-size: clamp(1.125rem, 1.8vw, 1.5rem);
}

h6 {
    font-size: clamp(1rem, 1.5vw, 1.25rem);
}

/* Paragraph */
p {
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    color: #555;
    /* line-height: 1.8; */
    /* margin-bottom: 1rem; */
}

.bg-card-3{
    background-color: #2256FF;
}
.hover-card{
    position: relative;
    overflow: hidden;
}

.circles{
    z-index: 1;
}
.circle{
    position: absolute;
    border: 1px solid rgba(255, 254, 254, 0.589);
    border-radius: 50%;
    transition: all .6s ease;
}

.circle:nth-child(1){ width:700px; height:700px; }
.circle:nth-child(2){ width:750px; height:750px; }
.circle:nth-child(3){ width:800px; height:800px; }
.circle:nth-child(4){ width:850px; height:850px; }
.circle:nth-child(5){ width:900px; height:900px; }

.hover-card:hover .circles{
    transform: scale(1.2);
    transition: transform .8s ease;
}
/* Span */


/* Highlight Text */
.highlight-text {
    color: #0D41EC;
    font-weight: 600;
}
.span-h2{
    font-size: clamp(1.75rem, 3vw, 2.5rem);
}
/* rateding card */
.rate-card{
    background-color: #0D41EC;
    border-radius: 10px;
}
.rate-title{
    font-size: 32px;
    font-weight: bold;
}
.list-unstyled li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: clamp(1rem, 1.5vw, 1.25rem);
}

.list-unstyled li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 16px;
    height: 16px;
    background-image: url('https://d2tq5plsi3dsez.cloudfront.net/Hivelance/verified-icon.svg') !important;
    background-size: contain;
    background-repeat: no-repeat;
}
.rounded-3{
    border-radius: 10px;
}

.rounded-Stories {
    border-radius:10px;
}

.relative-section {
    height: 55px;
    background: #e3eeff;
}
.relative-section li a, .relative-section li {
    color: #000000;
}

.sticky-box{
    position: sticky;
    top: 55px; /* Distance from top */
    margin-bottom: auto;
}
/*  */
.process-section {
    background: #dfe8f8;
}

.process-title {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 700;
    color: #0d41ec;
    line-height: 1.2;
}

.process-subtitle {
    font-size: clamp(1.8rem, 3vw, 3rem);
    font-weight: 700;
    color: #000;
    line-height: 1.2;
}

.process-desc {
    font-size: 18px;
    line-height: 1.8;
    max-width: 500px;
}

.timeline {
    position: relative;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 100px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #555;
    z-index: 1;
}

.timeline-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.step-circle {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #dfe8f8;
    border: 1px solid #444;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
    flex-shrink: 0;
}

.step-circle small {
    font-size: 14px;
    line-height: 1;
}

.step-circle span {
    font-size: 22px;
    font-weight: 700;
}

.timeline-card {
    margin-left: 30px;
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    width: 100%;
    /* box-shadow: 0 2px 10px rgba(0,0,0,.05); */
}

.timeline-card h4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

.timeline-card p {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.8;
}
@media(max-width: 1350px)
{
    h1 {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
}
@media (max-width: 991px) {

    p{
        line-height: 24px;
    }

    .timeline::before {
        left: 50px;
    }

    .timeline-item {
        align-items: flex-start;
    }

    .step-circle {
        width: 60px;
        height: 60px;
    }

    .timeline-card {
        margin-left: 0px;
    }

    .timeline-card h4 {
        font-size: 22px;
    }
}
/* swipper */
.swiper-custom-nav {
    display: flex;
    gap: 10px;
    justify-content: center; /* left, center, right */
    align-items: center;
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
    width: 50px;
    height: 50px;
    border: 1px solid #0D41EC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #0D41EC;
    font-size: 24px;
    font-weight: 600;
    transition: 0.3s;
}

.swiper-button-prev-custom:hover,
.swiper-button-next-custom:hover {
    background: #0D41EC;
    color: #fff;
}

.swiper-wrapper {
    position: relative;
    width: 80%;
    height: auto !important;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}
.swiper-slide {
    flex-shrink: 0;
    width: 80%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}


.swiper {
    padding-bottom: 50px;
}

.swiper-slide {
    height: 50%;
}

.swiper-slide .border {
    background: #fff;
    overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
    color: #0D41EC;
}

.swiper-pagination-bullet-active {
    background: #0D41EC;
}

/*  */
.ps-3{
    padding-left: 5px;
}
.accordion-title span {
    font-weight: 500;
    color: #000;
    transition: all 0.3s ease;
}

/* Active Accordion */
.accordion-title:not(.collapsed) span {
    color: #0D41EC;
    font-weight: 700;
}

/* Arrow Rotate */
.accordion-title:not(.collapsed) .accordion-arrow {
    transform: rotate(180deg);
}

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

.tech-stack-section {
    background: #fff;
    font-family: 'Poppins', sans-serif;
}

.tech-stack-section h2 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.2;
}

.tech-row {
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
}

.tech-title {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 1.75rem;
    font-weight: 600;
    color: #111;
}

.icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f3f3f3;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-circle i {
    font-size: 20px;
    color: #000;
}

.tech-badge {
    min-width: 170px;
    padding: 14px 24px;
    border: 1px solid #cfcfcf;
    border-radius: 50px;
    background: #fff;
    font-size: 1rem;
    font-weight: 500;
    color: #111;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all .3s ease;
}

.tech-badge:hover {
    border-color: #0D41EC;
    color: #0D41EC;
}

.text-primary {
    color: #0D41EC !important;
}

@media (max-width: 991px) {

    .tech-row {
        padding: 20px 0;
    }

    .tech-title {
        margin-bottom: 20px;
        font-size: 1.3rem;
    }

    .tech-badge {
        min-width: auto;
        width: fit-content;
    }
}

@media (max-width: 576px) {

    .timeline-card {
        padding: 20px;
    }

    .timeline-card h4 {
        font-size: 18px;
    }

    .timeline-card p {
        font-size: 14px;
    }
}
@media(min-width:992px){
    /*.cus-vh-100{
        height: 80vh;
    }*/
    .banner-pt {
    padding-top: 120px;
}
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 80;
    }
}