/* =========================================
COMMON
========================================= */

body{
    background: #F7F5FA;
    font-family: 'Inter', sans-serif;
}

.section-title h2{
    font-size: 52px;
    font-weight: 700;
    color: #1C1C28;
    margin-bottom: 15px;
}

.section-title p{
    color: #8B8B95;
    font-size: 16px;
}

.career-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #F5B544;
    color: #170430;
    padding: 10px 15px;
    font-size: 15px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: .4s;
}

.career-btn:hover{
    transform: translateY(-4px);
    color: #170430;
}


/* =========================================
HERO
========================================= */

.career-hero {
    position: relative;
    background-image: url('../images/careers/img1.png');
    background-position: center;
    background-size: cover;
    padding: 325px 0px 25px;
    overflow: hidden;
}
/*.career-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(20 7 47 / 53%);
    z-index: 1;
}*/

.career-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(20 7 47 / 88%) 0%, rgb(20 7 47 / 54%) 40%, rgb(24 12 41 / 22%) 100%);
    z-index: 1;
}


.career-hero .container{
    position: relative;
    z-index: 2;
}

.career-hero h1,
.career-hero p,
.career-hero .career-subtitle{
    color: #fff;
}



   

.career-subtitle{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 32px;
color: #8E8E93;
}

.career-hero h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    color: #FFFFFF;
    margin: 20px 0px;
}

.career-hero p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 42px;
    color: #D2D2D2;
    margin-bottom: 20px;
}

.hero-gallery{
    margin-top: 60px;
    /*transform: translateY(70px);*/
}

.hero-big-img img,
.hero-small-img img{
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.hero-big-img img{
    height: 100%;
    
}

.hero-small-img{
    margin-bottom: 24px;
}

.hero-small-img img{
   /* height: 248px;*/
}


/* =========================================
WHY JOIN
========================================= */

.why-join {
    padding: 70px 0px 30px;
    background-color: #ffffff;
    
}



.why-join .section-title h2{
    
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 48px;
text-align: center;

color: #181D27;
margin-bottom: 25px;

}

.why-join .join-card{
display: flex;
    align-items: center;
    justify-content: space-between;
padding: 10px 20px;
background: #FFFFFF;
border-width: 1px 1px 1px 3px;
border-style: solid;
border-color: #6941C6;
border-radius: 0px 14px 14px 0px;

}

.why-join .join-card .join-left .join-icon {

background: linear-gradient(180.6deg, #DFD3F8 -13.95%, #FCFCFD 105.45%);
border: 1px solid #DFD3F8;
border-radius: 8px;
width: 54px;
height: 54px;


}

.why-join .join-card .join-left .join-icon i {
    font-size: 24px;
    color: #6941C6;
    padding: 15px;
}

.why-join .join-card .join-left .join-content h4{


font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 18px;

color: #181D27;


}

.why-join .join-card .join-left .join-content p{

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #8E8E93;


}



.join-left{
    display: flex;
    align-items: center;
    gap: 18px;
}



.join-card span{
    /*color: #C4B4EA;
    font-size: 14px;
    font-weight: 700;*/
    /* 01 */
    font-family: 'Cousine';
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 16px;
    color: #C9BAEC;


}






/* =========================================
WHY JOIN HOVER EFFECT
========================================= */

.why-join .join-card{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background: #FFFFFF;
    border-width: 1px 1px 1px 3px;
    border-style: solid;
    border-color: #6941C6;
    border-radius: 0px 14px 14px 0px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

/* SHINE BG */
/*.why-join .join-card::before{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(105, 65, 198, 0.08),
        transparent
    );
    transition: 0.7s;
}


.why-join .join-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 18px 35px rgba(105, 65, 198, 0.15);
    border-color: #7F56D9;
    background: #fcfbff;
}

.why-join .join-card:hover::before{
    left: 100%;
}*/

/* ICON BOX */
.why-join .join-card .join-left .join-icon{
    background: linear-gradient(180.6deg, #DFD3F8 -13.95%, #FCFCFD 105.45%);
    border: 1px solid #DFD3F8;
    border-radius: 8px;
    width: 54px;
    height: 54px;
    transition: all 0.4s ease;
}

/* ICON */
.why-join .join-card .join-left .join-icon i{
    font-size: 24px;
    color: #6941C6;
    padding: 15px;
    transition: all 0.4s ease;
}

/* ICON HOVER */
.why-join .join-card:hover .join-icon{
    background: #6941C6;
    transform: rotate(-6deg) scale(1.08);
}

.why-join .join-card:hover .join-icon i{
    color: #fff;
}

/* TITLE HOVER */
.why-join .join-card .join-content h4{
    transition: 0.3s ease;
}

.why-join .join-card:hover .join-content h4{
    color: #6941C6;
}

/* NUMBER */
.why-join .join-card span{
    font-family: 'Cousine';
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 16px;
    color: #C9BAEC;
    transition: 0.4s ease;
}

/* NUMBER HOVER */
.why-join .join-card:hover span{
    transform: scale(1.4);
    color: #6941C6;
}

.join-card.value-box i , .join-card.value-box:hover i{
    background: transparent;
}

/* =========================================
LIFE SLIDER
========================================= */

.life-highshine{
    padding: 60px 0px;
    background-color: #fff;
    
}

.life-highshine .section-title{ 
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 48px;
text-align: center;
color: #181D27;

margin-bottom: 25px;

}

.life-slider-wrapper{
    position: relative;
    margin-top: 70px;
}

.life-slider{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.life-slide{
    width: 180px;
    height: 420px;
    border-radius: 18px;
    overflow: hidden;
    transition: .5s;
    opacity: .45;
    transform: scale(.85);
    position: relative;
}

.life-slide.active{
    width: 220px;
    opacity: .8;
    transform: scale(.95);
}

.life-slide.center{
    width: 320px;
    opacity: 1;
    transform: scale(1);
}

.life-slide img{
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}

.life-slide:first-child::after,
.life-slide:last-child::after{
    content: "";
    position: absolute;
    inset: 0;
    /*background: rgba(255,255,255,.65);*/
}

.life-nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: #6D42D8;
    z-index: 5;
    box-shadow: 0px 10px 30px rgba(0,0,0,.12);
}

.prev-btn{
    left: -20px;
}

.next-btn{
    right: -20px;
}


/* =========================================
HIRING PROCESS
========================================= */

/*.hiring-process{
    background: linear-gradient(135deg,#170430,#2A0854);
    padding: 120px 0px;
}*/

/* ================= HIRING PROCESS ================= */

.job-hire{
    padding: 60px 0px;
    background: url(../images/careers/hire-bg.png);
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.hiring-process{
    padding-bottom: 40px;
}

.hiring-process .section-title h2{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
    text-align: center;
    color: #FFFFFF;
}

/* ================= WRAPPER ================= */

.process-wrapper{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 20px;
}

/* ================= LINE BG ================= */

.process-line{
    position: absolute;
    top: 14px;
    left: 5%;
    width: 90%;
    height: 4px;
    background: rgba(255,255,255,0.08);
    border-radius: 30px;
    overflow: hidden;
}

/* animated gradient line */
.process-line::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    width: 0%;
    height: 100%;

    background: linear-gradient(
        90deg,
        #8E59FF 0%,
        #B56BFF 40%,
        #F5B544 100%
    );

    border-radius: 30px;

    /*transition: width 5s ease;*/
    transition: width 6s cubic-bezier(.22,.61,.36,1);
}

/* activate animation when visible */
.process-wrapper.active .process-line::before{
    width: 100%;
}

/* ================= STEPS ================= */

.process-step{
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    top: 7px;

    opacity: 0;
    transform: translateY(40px);

    transition: all .7s ease;
}

/* stagger animation */
.process-wrapper.active .process-step{
    opacity: 1;
    transform: translateY(0px);
}

.process-wrapper.active .process-step:nth-child(2){
    transition-delay: .2s;
}

.process-wrapper.active .process-step:nth-child(3){
    transition-delay: .4s;
}

.process-wrapper.active .process-step:nth-child(4){
    transition-delay: .6s;
}

.process-wrapper.active .process-step:nth-child(5){
    transition-delay: .8s;
}

.process-wrapper.active .process-step:nth-child(6){
    transition-delay: 1s;
}

.process-wrapper.active .process-step:nth-child(7){
    transition-delay: 1.2s;
}

/* ================= DOT ================= */

.dot{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #8E59FF;

    margin: auto auto 20px;

    position: relative;

    transform: scale(0);

    transition: all .4s ease;
}

/* pulse glow */
.dot::before{
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    background: rgba(142,89,255,.18);

    animation: pulseGlow 2s infinite;
}

.dot.orange{
    background: #F5B544;
}

.dot.orange::before{
    background: rgba(245,181,68,.18);
}

/* show dots */
.process-wrapper.active .dot{
    transform: scale(1);
}

/* stagger dots */
.process-wrapper.active .process-step:nth-child(2) .dot{
    transition-delay: .3s;
}

.process-wrapper.active .process-step:nth-child(3) .dot{
    transition-delay: .5s;
}

.process-wrapper.active .process-step:nth-child(4) .dot{
    transition-delay: .7s;
}

.process-wrapper.active .process-step:nth-child(5) .dot{
    transition-delay: .9s;
}

.process-wrapper.active .process-step:nth-child(6) .dot{
    transition-delay: 1.1s;
}

.process-wrapper.active .process-step:nth-child(7) .dot{
    transition-delay: 1.3s;
}

/* ================= TEXT ================= */

.process-step h4{
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

/* ================= GLOW ================= */

@keyframes pulseGlow{

    0%{
        transform: scale(1);
        opacity: .7;
    }

    70%{
        transform: scale(1.7);
        opacity: 0;
    }

    100%{
        transform: scale(1.7);
        opacity: 0;
    }

}

/* ================= MOBILE ================= */

@media(max-width:991px){

    .process-wrapper{
        overflow-x: auto;
        padding-bottom: 20px;
        gap: 40px;
    }

    .process-step{
        min-width: 180px;
    }

    .process-line{
        width: 1200px;
        left: 0;
    }

}

@media(max-width:767px){

    .hiring-process .section-title h2{
        font-size: 32px;
        line-height: 38px;
    }

    .process-step h4{
        font-size: 15px;
        line-height: 22px;
    }

}


/* =========================================
JOBS
========================================= */

/*.job-openings{
    background: #170430;
    padding: 120px 0px;
}*/

.job-openings .section-title h2{

    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
    text-align: center;
    color: #FFFFFF;

}


.job-openings .section-title p{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 28px;
text-align: center;
color: #D2D2D2;

}
.job-category{
    margin-top: 30px;
}

.job-category h3{

font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 24px;
color: #FFFFFF;


}

.job-card {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    padding: 16px 24px;
    justify-content: space-between;
    gap: 16px;
    background: #FFFFFF;
    box-shadow: 0px 4px 14px #25144A;
    border-radius: 12px;
    margin-bottom: 20px;
    transition: .4s;
}

.job-card:hover{
    transform: translateY(-5px);
}

.job-left h4{
   /* font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;*/
    /* Heading */

font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 20px;

color: #181D27;

}

.job-meta{

display: flex;
flex-direction: row;
align-items: center;
padding: 0px;
gap: 8px;

}

.job-meta span{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #8E8E93;

}

.apply-btn{
  

font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 20px;

color: #6941C6;

}


/* =========================================
CTA
========================================= */

.career-cta{
    padding: 0px 0px 60px;
}
.career-cta-box{
    background: linear-gradient(135deg,#2C0A5C,#51269B);
    border-radius: 28px;
    padding: 90px 20px;
    text-align: center;
}

.career-cta-box h2{
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
}


/* =========================================
RESPONSIVE
========================================= */

@media(max-width:991px){

    .career-hero h1{
        font-size: 42px;
    }

    .hero-gallery{
        transform: translateY(40px);
    }

    .hero-big-img img{
        min-height: auto;
        margin-bottom: 20px;
    }

    .section-title h2{
        font-size: 38px;
    }

    .process-wrapper{
        flex-wrap: wrap;
        gap: 40px;
    }

    .process-line{
        display: none;
    }

    .life-slider{
        gap: 12px;
    }

    .life-slide{
        width: 80px;
        height: 240px;
    }

    .life-slide.center{
        width: 140px;
    }

    .life-slide.active{
        width: 110px;
    }

    .job-card{
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}


@media(max-width:767px){

  /*  .career-hero{
        padding-top: 70px;
    }*/

    .career-hero h1{
        font-size: 34px;
    }

    .career-hero p{
        font-size: 15px;
        line-height: 28px;
    }

    .why-join{
        padding-top: 120px;
    }

    .join-card{
        padding: 18px;
    }

    .join-content h4{
        font-size: 16px;
    }

    .life-highshine{
        padding: 80px 0px;
    }

    .life-slide{
        height: 180px;
    }

    .process-step h4{
        font-size: 14px;
    }

    .career-cta-box h2{
        font-size: 32px;
    }

}


.tg-section {
    background: #fff;
    padding: 90px 0 100px;
    position: relative;
    overflow: hidden
}

.tg-bg-glow {
    pointer-events: none;
    background: radial-gradient(#7c5cbf21 0%,#0000 70%);
    width: 1000px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.tg-header {
    text-align: center;
    margin-bottom: 60px
}

.tg-title {
    color: #181d27;
    letter-spacing: -1px;
    margin: 0 0 10px;
    font-size: 40px;
    font-weight: 800;
}

.tg-accent {
    background: linear-gradient(90deg,#a78bfa,#c9a227);
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text
}

.tg-sub {
    color: #ffffff61;
    margin: 0;
    font-size: 16px
}

.tg-stage {
    perspective: 1600px;
    justify-content: center;
    align-items: center;
    height: 500px;
    display: flex;
    position: relative
}

.tg-track {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    position: relative
}

.tg-card {
    cursor: pointer;
    transform-style: preserve-3d;
    border-radius: 22px;
    transition: all .65s cubic-bezier(.4,0,.2,1);
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden
}

.tg-card img {
    object-fit: cover;
    pointer-events: none;
    width: 100%;
    height: 100%;
    display: block
}

.tg-card-overlay {
    pointer-events: none;
    transition: background .65s;
    position: absolute;
    inset: 0
}

.tg-card.pos-center {
    z-index: 5;
    width: 320px;
    height: 430px;
    margin-top: -215px;
    margin-left: -160px;
    transform: rotateY(0)translateZ(0)scale(1);
    /*box-shadow: 0 40px 90px #000000a6*/
}

.tg-card.pos-center .tg-card-overlay {
    background: 0 0
}

.tg-card.pos-left {
    z-index: 4;
    width: 270px;
    height: 390px;
    margin-top: -195px;
    margin-left: -500px;
    transform: rotateY(28deg)translateZ(-60px)scale(.95);
    /*box-shadow: 0 28px 60px #0000008c*/
}

.tg-card.pos-left .tg-card-overlay {
    background: linear-gradient(90deg,#07061a59,#0000)
}

.tg-card.pos-right {
    z-index: 4;
    width: 270px;
    height: 390px;
    margin-top: -195px;
    margin-left: 230px;
    transform: rotateY(-28deg)translateZ(-60px)scale(.95);
    /*box-shadow: 0 28px 60px #0000008c*/
}

.tg-card.pos-right .tg-card-overlay {
    background: linear-gradient(270deg,#07061a59,#0000)
}

.tg-card.pos-far-left {
    z-index: 3;
    width: 200px;
    height: 330px;
    margin-top: -165px;
    margin-left: -660px;
    transform: rotateY(50deg)translateZ(-160px)scale(.88);
    /*box-shadow: 0 16px 40px #00000080*/
}

.tg-card.pos-far-left .tg-card-overlay {
    background: linear-gradient(90deg,#07061aa6,#07061a33)
}

.tg-card.pos-far-right {
    z-index: 3;
    width: 200px;
    height: 330px;
    margin-top: -165px;
    margin-left: 460px;
    transform: rotateY(-50deg)translateZ(-160px)scale(.88);
    /*box-shadow: 0 16px 40px #00000080*/
}

.tg-card.pos-far-right .tg-card-overlay {
    background: linear-gradient(270deg,#07061aa6,#07061a33)
}

.tg-arrow {
    z-index: 10;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    color: #fff;
    cursor: pointer;
    background: #ffffff0d;
    border: 1px solid #ffffff24;
    border-radius: 50%;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    transition: background .25s,border-color .25s,transform .2s;
    display: flex;
    position: absolute
}

.tg-arrow svg {
    width: 20px;
    height: 20px
}

.tg-arrow--prev {
    left: 40px
}

.tg-arrow--next {
    right: 40px
}

.tg-arrow:hover {
    background: #7c5cbf4d;
    border-color: #a78bfa80;
    transform: scale(1.1)
}

.tg-dots {
    justify-content: center;
    gap: 8px;
    margin-top: 44px;
    display: flex
}

.tg-dot {
    cursor: pointer;
    background: #000;
    border: none;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    padding: 0;
    transition: background .3s,width .3s,border-radius .3s
}

.tg-dot.active {
    background: #a78bfa;
    border-radius: 4px;
    width: 26px
}

@media (width<=768px) {
    .tg-section {
        padding: 60px 0 70px
    }

    .tg-title {
        font-size: 28px
    }

    .tg-stage {
        height: 360px
    }

    .tg-card.pos-center {
        width: 220px;
        height: 300px;
        margin-top: -150px;
        margin-left: -110px
    }

    .tg-card.pos-left {
        width: 170px;
        height: 260px;
        margin-top: -130px;
        margin-left: -300px
    }

    .tg-card.pos-right {
        width: 170px;
        height: 260px;
        margin-top: -130px;
        margin-left: 130px
    }

    .tg-card.pos-far-left,.tg-card.pos-far-right {
        display: none
    }

    .tg-arrow--prev {
        left: 12px
    }

    .tg-arrow--next {
        right: 12px
    }
}

@media (width<=480px) {
    .tg-stage {
        height: 300px
    }

    .tg-card.pos-center {
        width: 180px;
        height: 250px;
        margin-top: -125px;
        margin-left: -90px
    }

    .tg-card.pos-left,.tg-card.pos-right {
        display: none
    }
}


/* =========================================
LIGHTBOX
========================================= */

.tg-lightbox{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.88);

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;

    transition: .4s ease;

    z-index: 99999;

    backdrop-filter: blur(8px);
}

/* ACTIVE */
.tg-lightbox.active{
    opacity: 1;
    visibility: visible;
}

/* IMAGE */
.tg-lightbox img{
    width: auto;
    max-width: 92%;
    max-height: 90vh;

    border-radius: 20px;

    transform: scale(.8);
    transition: .45s ease;

    box-shadow: 0 20px 80px rgba(0,0,0,.5);
}

/* IMAGE ANIMATION */
.tg-lightbox.active img{
    transform: scale(1);
}

/* CLOSE */
.tg-lightbox-close{
    position: absolute;
    top: 30px;
    right: 40px;

    width: 50px;
    height: 50px;

    border-radius: 50%;

    background: rgba(255,255,255,.12);

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-size: 22px;

    cursor: pointer;

    transition: .3s ease;
}

.tg-lightbox-close:hover{
    background: #8E59FF;
    transform: rotate(90deg);
}

/* MOBILE */
@media(max-width:768px){

    .tg-lightbox-close{
        top: 20px;
        right: 20px;

        width: 42px;
        height: 42px;

        font-size: 18px;
    }

}

.tg-card{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tg-card img{
    width: 100%;
    display: block;
    border-radius: 20px;
}

.tg-card-info{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-top: 12px;
    padding: 0 10px;

    color: #000;
    font-size: 14px;
    font-weight: 500;

    opacity: 0;
    transition: .4s ease;
}

.tg-card.pos-center .tg-card-info{
    opacity: 1;
}

.tg-card-info span{
    display: flex;
    align-items: center;
    gap: 6px;
}