/* =========================================
COMMON
========================================= */

section{
    overflow:hidden;
}

.section-title h2{
    font-size:48px;
    font-weight:700;
    color:#1B1B28;
    margin-bottom:15px;
}

.section-title p{
    color:#666;
    font-size:16px;
    line-height:28px;
}

.theme-btn {
    padding: 12px 32px;
    isolation: isolate;
    background: linear-gradient(100.53deg, #FCA732 16.99%, #FFD499 129.08%);
    mix-blend-mode: normal;
    border-radius: 44px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #15072F;
    text-decoration: none;
    margin-top: 25px;
}



/* =========================================
HERO
========================================= */

.biz-hero{
    background:url('../images/bizsprint/hero-bg.png');
    background-size:cover;
    background-position:center;
    padding:120px 0;
}

.hero-tag{
padding: 10px 20px;
background: #714B67;
border: 1px solid #653F5B;
border-radius: 44px;
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 18px;
color: #F5F2F7;
}

.biz-hero h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 70px;
    color: #FFFFFF;
    margin: 20px 0px;
}

.biz-hero h1 span{
    color:#B28AFF;
}

.biz-hero p{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 32px;
color: #D2D2D2;
}

.dashboard-box {
    padding: 25px;
    background: rgba(255, 255, 255, 0.06);
    border: 10px solid #fff);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    border-top: 6px solid #6f58a0;
}

.dashboard-top {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 25px;
}

.dashboard-top img{
    width:55px;
}

.dashboard-top h5{
    /*color:#fff;
    margin-bottom:5px;*/
    /* BizSprint Dashboard */
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 17px;
line-height: 21px;
color: #FFFFFF;

}

.dashboard-top p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
}

.mini-card {
    border: 1px solid rgba(255,255,255,.08);
    padding: 10px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    transition: .4s;
}

.mini-card:hover {
    transform: translateY(-5px);
    background: #714b67;
}

.mini-card .left{
    display:flex;
    align-items:center;
    gap:10px;
}

.mini-card i{
    color:#fff;
}

.mini-card span{
    color:#fff;
    font-size:14px;
}

.mini-card label {
    padding: 0px 10px;
    background: rgba(52, 211, 153, 0.15);
    border-radius: 10px;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
}

.bottom-boxes{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-top:20px;
}

.small-box{
    background:#ffffff10;
    border-radius:14px;
    padding:15px;
    display:flex;
    gap:15px;
    transition:.4s;
}

.small-box:hover{
    transform:translateY(-5px);
}

.small-box i{
    color:#F5B544;
    font-size:20px;
}

.small-box h6 {
    color: #fff;
    margin-bottom: 3px;
    font-size: 15px;
    line-height: 10px;
}

.small-box span{
    color:#ccc;
    font-size:13px;
}

.bottom-boxes .small-box .bot-img img{
height: 50px;
}



/* =========================================
WHAT
========================================= */

.what-bizsprint {
    padding: 60px 0;
}

.small-subtitle{
    position: relative;
}

.small-subtitle .dot {
    width: 10px;
    height: 10px;
    background: #6D4CCF;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.small-subtitle p{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: #25144A;
margin-bottom: 10px;
margin-left: 20px;

}



.what-bizsprint p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #181D27;
    margin-bottom: 20px;
}


/* =========================
PACKAGE SECTION
========================= */

.package-section {
    position: relative;
    overflow: hidden;
    padding: 60px 0;
    background: radial-gradient(circle at bottom, #8f6ae8 0%, #2c1258 45%, #14072f 100%);
}

/* TITLE */

.package-section .section-title h2 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    color: #fff;
    margin-bottom: 0px;
}

/* =========================
WRAPPER
========================= */

.package-wrapper {
    position: relative;
    width: 100%;
    max-width: 1310px;
    height: 1000px;
    margin: auto;
}

/* =========================
CENTER CIRCLE
========================= */

.center-circle {
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    z-index: 3;
}

/* CENTER CONTENT */

.circle-content{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #f3f1f7;
    border: 12px solid #c8b8ff;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    z-index: 5;
    overflow: hidden;

    box-shadow:
    0 0 60px rgba(173, 133, 255, 0.3),
    inset 0 0 40px rgba(255,255,255,0.4);
}

.circle-content h4 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    color: #44229d;
}

/* =========================
WAVE EFFECT
========================= */

.wave{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid rgba(255,255,255,0.12);
    animation: waveAnim 4s linear infinite;
}

.wave-2{
    animation-delay: 2s;
}

@keyframes waveAnim{

    0%{
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }

    100%{
        transform: translate(-50%, -50%) scale(1.7);
        opacity: 0;
    }

}

/* =========================
ROTATING DASH RING
========================= */

.rotating-ring{
    position: absolute;
    width: 470px;
    height: 470px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 4px dashed rgba(255,255,255,0.8);

    animation: rotateRing 25s linear infinite;
}

@keyframes rotateRing{

    from{
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to{
        transform: translate(-50%, -50%) rotate(360deg);
    }

}

/* =========================
INFO CARD
========================= */

.info-card {
    position: absolute;
    width: 350px;
    text-align: center;
    transition: 0.4s ease;
}

.info-card:hover{
    transform: translateY(-10px);
}

/* ICON */

.icon-wrap{
    width: 78px;
    height: 78px;
    border-radius: 50%;
    margin: auto auto 22px;

    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,0.15);

    transition: 0.4s ease;
}

.icon-wrap i{
    color: #fff;
    font-size: 32px;
    transition: 0.4s ease;
}

.info-card:hover .icon-wrap{
    transform: scale(1.12) rotate(8deg);
    background: #fff;
    box-shadow: 0 0 30px rgba(255,255,255,0.25);
}

.info-card:hover .icon-wrap i{
    color: #6e3ff3;
}

/* TITLE */

.info-card h5 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 25px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 18px;
}

/* DESC */

.info-card p{
    font-family: 'Inter';
    font-size: 16px;
    line-height: 32px;
    color: rgba(255,255,255,0.82);
}

/* =========================
CARD POSITIONS
========================= */

/* LEFT */

.card-left.top-card{
    left: 0;
    top: 80px;
}

.card-left.bottom-card {
    left: 0px;
    top: 40%;
}

/* RIGHT */

.card-right.top-card{
    right: 0;
    top: 80px;
}

.card-right.bottom-card {
    right: 0px;
    top: 40%;
}

/* BOTTOM */

.bottom-center-card {
    left: 34%;
    transform: translateX(-50%);
    bottom: 10px;
    width: 420px;
}

.bottom-center-card:hover{
    transform: translateX(-50%) translateY(-10px);
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

    .package-wrapper{
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .center-circle{
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        margin: auto;
    }

    .rotating-ring{
        width: 380px;
        height: 380px;
    }

    .info-card,
    .bottom-center-card{
        position: relative;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        transform: none !important;
        width: 100%;
        max-width: 500px;
        margin: auto;
    }

    .bottom-center-card:hover{
        transform: translateY(-10px) !important;
    }

}

@media(max-width:767px){

    .package-section{
        padding: 80px 0;
    }

    .package-section .section-title h2{
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 60px;
    }

    .center-circle{
        width: 240px;
        height: 240px;
    }

    .circle-content h4{
        font-size: 20px;
        line-height: 32px;
    }

    .rotating-ring{
        width: 310px;
        height: 310px;
    }

    .info-card h5{
        font-size: 24px;
        line-height: 34px;
    }

    .info-card p{
        font-size: 16px;
        line-height: 28px;
    }

}


/* =========================================
PACKAGE
========================================= */

/*.package-inclusion{
    padding:100px 0;
    background:linear-gradient(180deg,#2A0C52,#7A4BFF);
}

.package-inclusion h2{
    color:#fff;
}

.circle-wrapper{
    position:relative;
    width:700px;
    height:700px;
    margin:80px auto 0;
}

.center-circle{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:240px;
    height:240px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:30px;
    z-index:2;
}

.circle-item{
    position:absolute;
    width:220px;
    text-align:center;
}

.circle-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#fff;
    margin:auto auto 20px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.circle-icon i{
    color:#6D4CCF;
    font-size:22px;
}

.circle-item h6{
    color:#fff;
    font-size:18px;
}

.circle-item p{
    color:#ddd;
    font-size:14px;
}

.item1{top:0;left:50%;transform:translateX(-50%);}
.item2{top:25%;right:0;}
.item3{bottom:10%;right:10%;}
.item4{bottom:10%;left:10%;}
.item5{top:25%;left:0;}*/



/* =========================================
SUPPORT
========================================= */

.support-section {
    padding: 60px 0;
    background: #f5f2f7;
}

.support-tag{

    padding: 3px 14px;
    background: #714B67;
    border: 1px solid #653F5B;
    border-radius: 44px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #F5F2F7;


}

.support-section h2{

font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 44px;
color: #181D27;
margin: 20px 0px;


}

.support-desc{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: #8E8E93;
}

.support-section h3{
    /*font-size:48px;
    font-weight:700;*/

font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;
color: #181D27;
margin: 20px 0px;


}


.support-list{
    padding:0;
    margin:0;
}

.support-list li {
    list-style: none;
    margin: 16px 0;
    /* display: flex; */
    /* gap: 12px; */
    align-items: center;
    font-size: 16px;
    list-style: circle;
}

.support-list i{
    color:#7A4BFF;
}

.price-box{
 
padding: 40px;
isolation: isolate;
background: conic-gradient(from 90deg at 50% 50%, #0C041B 0deg, #3D2961 301.65deg, #0C041B 360deg), conic-gradient(from 90deg at 50% 50%, #3D2961 -58.35deg, #0C041B 198deg, #3D2961 301.65deg, #0C041B 558deg);
backdrop-filter: blur(32px);
border-radius: 20px;
color:#fff;

}

.price-box h3{
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 40px;
color: #FFFFFF;
} 

.price-card {
    padding: 24px;
    background: #C9BAEC;
    border-radius: 12px;
    margin-top: 20px;
    color: #111;
    display: flex;
    gap: 31px;
    align-items: center;
}

.price-card .img{
background: #fff;
border-radius: 50%;
}

.price-card .img img{
padding: 10px;
}

.price-card h4{
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 40px;
color: #25144A;
}

.price-card span{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: #414651;

}

.or-text {
    text-align: center;
    margin: 20px 0;
    color: #a7a8aa;
    font-size: 15px;
}


/* =========================================
BIZ APPROACH
========================================= */

.biz-approach{
    padding:100px 0;
    background:#f5f2f7;
    overflow:hidden;
}

/* =========================================
SECTION TITLE
========================================= */

.biz-approach .section-title{
    margin-bottom:80px;
}

.biz-approach .section-title span{

    padding:6px 18px;

    background:#714B67;

    border:1px solid #653F5B;

    border-radius:44px;

    font-family:'Inter';
    font-weight:500;
    font-size:13px;
    line-height:18px;

    color:#F5F2F7;

    display:inline-block;
}

.biz-approach .section-title h2{

    font-family:'Inter';
    font-weight:700;
    font-size:44px;
    line-height:56px;

    color:#181D27;

    margin:22px 0 18px;
}

.biz-approach .section-title p{

    max-width:650px;

    margin:auto;

    color:#8E8E93;

    font-size:16px;

    line-height:28px;
}

/* =========================================
PROCESS WRAPPER
========================================= */

.process-wrapper{
    position:relative;
}

/* =========================================
PROCESS CARD
========================================= */

.process-card {
    position: relative;
    background: #ffffff;
    padding: 30px 10px;
    height: 100%;
    margin: 20px;
    text-align: center;
    border-right: 1px solid rgba(113,75,103,0.08);
    transition: 0.4s ease;
    overflow: hidden;
    border-radius: 15px;
}

/* TOP BORDER ANIMATION */

.process-card::before{

    content:'';

    position:absolute;

    top:0;
    left:-100%;

    width:100%;
    height:4px;

    background:linear-gradient(
        90deg,
        #714B67,
        #9476D9,
        #714B67
    );

    transition:0.6s ease;
}

.process-card:hover::before{
    left:0;
}

/* HOVER */

.process-card:hover{

    transform:translateY(-10px);

    background:#ffffff;

    box-shadow:
    0 25px 60px rgba(113,75,103,0.12);
}

/* STEP NUMBER */

.step-number{

    position:absolute;

    top:25px;
    right:25px;

    font-size:60px;

    font-weight:800;

    color:rgba(113,75,103,0.06);

    line-height:1;

    font-family:'Inter';
}

/* ICON */

.step-icon{

    width:90px;
    height:90px;

    border-radius:24px;

    margin:0 auto 30px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:
    linear-gradient(
        135deg,
        #714B67,
        #9476D9
    );

    position:relative;

    box-shadow:
    0 15px 40px rgba(113,75,103,0.25);
}

/* ICON GLOW */

.step-icon::before{

    content:'';

    position:absolute;

    inset:-8px;

    border-radius:30px;

    border:1px solid rgba(148,118,217,0.25);

    animation:pulseGlow 2s linear infinite;
}

.step-icon i{

    color:#fff;

    font-size:32px;

    position:relative;

    z-index:2;
}

/* TITLE */

.process-card h4{

    font-family:'Inter';

    font-weight:700;

    font-size:22px;

    line-height:32px;

    color:#181D27;

    margin-bottom:18px;
}

/* CONTENT */

.process-card p{

    font-family:'Inter';

    font-weight:400;

    font-size:15px;

    line-height:28px;

    color:#8E8E93;

    margin:0;
}

/* =========================================
FLOW ARROWS
========================================= */

.flow-arrow{

    position:absolute;

    top:50%;

    transform:translateY(-50%);

    z-index:5;

    display:flex;
    align-items:center;
    justify-content:center;

    width:100px;
    height:40px;
}

/* ARROW POSITIONS */

.arrow-1 {
    left: 21%;
}

.arrow-2 {
    left: 46%;
}

.arrow-3{
    left:71%;
}

/* WAVE LINE */

.wave-line{

    position:absolute;

    width:100px;
    height:3px;

    overflow:hidden;

    border-radius:30px;

    background:
    rgba(113,75,103,0.1);
}

.wave-line::before{

    content:'';

    position:absolute;

    left:-100%;

    top:0;

    width:100%;
    height:100%;

    background:
    linear-gradient(
        90deg,
        transparent,
        #9476D9,
        transparent
    );

    animation:waveMove 2s linear infinite;
}

/* ARROW */

.flow-arrow i{

    color:#714B67;

    font-size:20px;

    position:relative;

    animation:arrowMove 1.5s ease-in-out infinite;
}

/* =========================================
ANIMATIONS
========================================= */

@keyframes waveMove{

    0%{
        left:-100%;
    }

    100%{
        left:100%;
    }

}

@keyframes arrowMove{

    0%{
        transform:translateX(0);
        opacity:0.5;
    }

    50%{
        transform:translateX(10px);
        opacity:1;
    }

    100%{
        transform:translateX(0);
        opacity:0.5;
    }

}

@keyframes pulseGlow{

    0%{
        transform:scale(0.9);
        opacity:1;
    }

    100%{
        transform:scale(1.25);
        opacity:0;
    }

}

/* =========================================
RESPONSIVE
========================================= */

@media(max-width:991px){

    .biz-approach{
        padding:80px 0;
    }

    .biz-approach .section-title h2{
        font-size:34px;
        line-height:46px;
    }

    .process-card{
        border-bottom:1px solid rgba(113,75,103,0.08);
    }

    .flow-arrow{
        display:none;
    }

}

@media(max-width:767px){

    .process-card{
        padding:50px 25px;
    }

    .process-card h4{
        font-size:20px;
        line-height:30px;
    }

    .step-icon{
        width:75px;
        height:75px;
    }

    .step-icon i{
        font-size:26px;
    }

}


/* =========================================
WHO
========================================= */

.who-bizsprint{
    padding:100px 0;
}

.biz-tabs{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.biz-tab-btn {
    border: none;
    background: transparent;
    padding: 5px 0px 5px 10px;
    border-radius: 14px;
    text-align: left;
    font-weight: normal;
    transition: .4s;
    font-size: 15px;
}

.biz-tab-btn.active {
    background: transparent;
    color: #714b67;
    border-left: 5px solid;
    font-weight: normal;
}

.biz-tab-content{
    display:none;
    animation:fadeUp .5s ease;
}

.biz-tab-content.active{
    display:block;
}

.biz-image-box{
    position:relative;
}

.biz-image-box img{
    width:100%;
    border-radius:24px;
}

.biz-overlay{
    position:absolute;
    left:30px;
    bottom:30px;
    background:#fff;
    padding:25px;
    border-radius:18px;
    max-width:400px;
}



/* =========================================
WHY
========================================= */

.why-bizsprint {
    padding: 60px 0;
    background: #ffffff;
}

.why-bizsprint .section-title h2{

font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 48px;
line-height: 52px;
color: #181D27;

}

.why-bizsprint .section-title p{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 22px;
color: #8E8E93;
}

.why-bizsprint .why-card{
    background:#fff;
    border-radius:20px;
    padding:30px;
    height:100%;
    transition:.4s;
}

.why-bizsprint .why-card:hover{
    transform:translateY(-10px);
}

.why-bizsprint .value-box i{background: transparent;}

.why-bizsprint .why-icon{
    width:70px;
    height:70px;
    background: radial-gradient(76.25% 76.25% at 50% 50%, #CBB2FF 0%, #714B67 65.38%);
    border-radius: 8px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
}

.why-bizsprint .why-icon i {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    /* padding: 10px; */
}

.why-bizsprint .why-card h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #181D27;
    margin-bottom: 10px;
}

.why-bizsprint .why-card p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #8E8E93;
}



/* =========================================
FAQ
========================================= */

/*.faq-section {
    padding: 60px 0;
    background: #f8f4ff;
}

.faq-item{
    border-bottom:1px solid #ddd;
    padding:20px 10px;
}

.faq-question{
    display:flex;
    justify-content:space-between;
    cursor:pointer;
    font-weight:600;
}

.faq-answer{
    max-height:0;
    overflow:hidden;
    transition:.4s;
    color:#666;
}

.faq-item.active .faq-answer{
    max-height:200px;
    margin-top:15px;
}
*/


/* =========================================
ANIMATION
========================================= */

@keyframes fadeUp{
    from{
        opacity:0;
        transform:translateY(30px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}



/* =========================================
RESPONSIVE
========================================= */

@media(max-width:991px){

    .biz-hero h1{
        font-size:42px;
    }

    .section-title h2,
    .support-section h2{
        font-size:36px;
    }

    .circle-wrapper{
        width:100%;
        height:auto;
        display:grid;
        grid-template-columns:1fr;
        gap:30px;
    }

    .center-circle,
    .circle-item{
        position:relative;
        top:auto;
        left:auto;
        right:auto;
        bottom:auto;
        transform:none;
        width:auto;
    }

    .timeline-wrap{
        grid-template-columns:1fr;
    }

    .timeline-line{
        display:none;
    }

}

@media(max-width:767px){

    .biz-hero{
        padding:80px 0;
    }

    .biz-hero h1 {
    font-size: 34px;
    line-height: 52px !important;
}

    .bottom-boxes{
        grid-template-columns:1fr;
    }

    .biz-overlay{
        position:relative;
        left:0;
        bottom:0;
        margin-top:20px;
        max-width:100%;
    }



}



.who-bizsprint .biz-tab-content .biz-overlay h4{
   
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;

}

.who-bizsprint .biz-tab-content .biz-overlay p{
   
    font-family: 'Inter', sans-serif;
   font-size: 16px;
    line-height: 25px;

}