﻿body {
    margin: 0;
    padding: 0;
    /*    background: #0e0e0e;
*/ font-family: MuseoSlab;
    color: #fff;
}
[id]{
    scroll-margin-top:130px;
}
.tabContent .sliderControls {
    font-size: 20px;
    color: #6B7379;
}

    .tabContent .sliderControls .currentActivePage {
        color: #fff;
    }

.wrapper {
    margin: 0 auto;
    background: none;
}

.tabsCorporateWrapper {
    position: sticky;
    z-index: 4;
    top: 103px;
    left: 0;
    right: 0;
}

.tabsCorporate {
    gap: 20px;
    padding: 15px 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1166px;
    margin: auto;
    margin-top: -135px;
}

.tabsCorporateWrapper.scrolled, .tabsCorporateMobileWrapper.scrolled {
    background-color: #000;
}

.tabsCorporateMobileWrapper {
    z-index: 4;
    position: sticky;
    top: 103px;
    left: 0;
    right: 0;
    display: none;
}

.tabsCorporateMobile {
    gap: 20px;
    padding: 15px 50px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.customSpace {
    display: block;
    height: 1px;
}

.tabs {
    gap: 55px;
    padding: 15px 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    z-index: 1;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}

    .tabs::-webkit-scrollbar {
        display: none;
    }


.tab-wrapper {
    position: relative;
    height: 480px;
    background: url('/Dosyalar/Career/kariyertabbackground.jpg') no-repeat center;
    background-size: cover;
}

.tabsYonetim {
    gap: 55px;
    padding: 15px 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 2;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}

    .tabsYonetim::-webkit-scrollbar {
        display: none;
    }

.tab {
    scroll-snap-align: start;
    white-space: nowrap;
    flex-shrink: 0;
    color: #595F61;
    cursor: pointer;
    font-size: 25px;
    text-align: center;
    padding: 0;
    text-decoration: none;
    position: relative;
}

    .tab.active {
        color: #ffffff;
        position: relative;
        font-size: 30px;
    }

        .tab.active::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 50%;
            transform: translateX(-50%);
            width: 40px;
            height: 2px;
            background: linear-gradient(90deg, #00ffe0, #a933ff);
            border-radius: 2px;
        }

/*.tabsCorporate a:hover {
    color: white;
    font-size: 30px;
    font-family: SourceSans;
  
}
    .tabsCorporate a:hover::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 2px;
        background: linear-gradient(90deg, #00ffe0, #a933ff);
        border-radius: 2px;*/
        /* İsterseniz height veya başka efektler de ekleyebilirsiniz */
    /*}*/

        .tabYonetim {
            scroll-snap-align: start;
            white-space: nowrap;
            flex-shrink: 0;
            color: rgba(89, 95, 97, 1);
            cursor: pointer;
            font-size: 22px;
            text-align: center;
            line-height: 1.4;
            transition: 0.3s;
            padding: 6px 12px;
        }

    .tabYonetim.active {
        color: #ffffff;
        position: relative;
    }

.tab-wrapper .tabsYonetim .tabYonetim.active::after {
    content: '';
    position: absolute;
    bottom: -8px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 40px !important;
    height: 2px !important;
    background: linear-gradient(90deg, #00ffe0, #a933ff) !important;
    border-radius: 2px;
}
/*video modil s*/
.careerVideoWrapper {
    padding: 100px 50px;
}

.video-box {
    position: relative;
    margin-top: 60px;
    display: flex;
    justify-content: center;
}


    .video-box .play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

.play-btn::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
/*video modül f*/

/*Softtechli Gorusleri S*/
.commentWrapper {
    padding: 70px 0 100px 50px;
}

    .commentWrapper h2 {
        padding-right: 50px;
    }

.carousel-wrapper {
    position: relative;
    padding: 60px 0;
    max-width: 1820px;
    margin: 0;
    background: url('/Dosyalar/Career/gelisimyolculugubackground.png') no-repeat center;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
}

.carousel-slide {
    flex: 0 0 33.3333%;
    padding: 0 10px;
    box-sizing: border-box;
}

.carousel-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0)0%, rgba(0,0,0,0.9) 90%);
    z-index: 1;
}

.carousel-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
    position: relative;
    z-index: 2;
}

.swiper-slide.testimonial {
    width: 573px !important;
    height: 558px !important;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    backdrop-filter: blur(10px);
}

.testimonialTextWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonialText {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonialImageWrapper {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-top: 20px;
    overflow: hidden;
    display: inline-block;
    padding: 3px;
    background: linear-gradient(105.66deg, #00F4FF 16.76%, #68FFED 46.39%, #9867FF 76.01%);
}

    .testimonialImageWrapper img {
        vertical-align: unset;
        display: block;
        border-radius: 50%;
        width: 100%;
        height: auto;
    }

.carousel-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    z-index: 3;
    position: relative;
}

    .carousel-controls button {
        background: none;
        border: none;
        color: #a933ff;
        font-size: 24px;
        cursor: pointer;
    }

    .carousel-controls .counter {
        color: #fff;
        font-size: 14px;
    }

.read-moreCareer {
    color: #0DDCE7;
    font-size: 20px;
    font-weight: 600;
    margin-top: auto;
    text-decoration: none;
}

.careerHeader {
    position: absolute;
    color: #fff;
    z-index: 1;
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 65px;
    color: #fff;
}


.gelisimAd {
    font-size: 20px;
    line-height: 24px;
    font-family: MuseoSlab;
    margin: unset;
}

.gelisimUnvan {
    font-size: 19px;
    line-height: 24px;
    font-weight: 400;
    font-family: SourceSans;
}

.gelisimUnvanAlt {
    font-size: 15px;
    line-height: 20px;
}

.gelisimExplain {
    font-size: 25px;
    font-family: MuseoSlab;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.careerKisiExplain {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.2;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: #F2F3F3;
    margin: 0;
    margin: 25px 0;
}
/*Softtechli Gorusleri f*/

/*join process s*/
.join-process {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    overflow:hidden;
}

    .join-process::after {
        content: '';
        position: absolute;
        top: 100px;
        right: -96px;
        width: 1179px;
        height: 1233px;
        background: url('/Dosyalar/Career/aramizakatilbackground.png') no-repeat right center;
        background-size: contain;
        z-index: 0;
        pointer-events: none;
    }
    .join-process > * {
        position: relative;
        z-index: 1;
    }
.join-process-header {
    padding: 0 50px;
}
.bgImage {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}
.steps {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 100px;
}
.step {
    max-width: 885px;
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding: 40px;
    border-radius: 18px;
    background: transparent;
    border: 1px solid rgb(89 89 89 / 44%);
    overflow: hidden;
    z-index: 1;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(15px)
}

.stepCarousel {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 30px 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #b7b7b76e;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
    height: 300px;
    max-width: 260px;
    flex-direction: column;
    backdrop-filter: blur(35px);
}

.contentCareerHeader {
    font-size: 24px;
    font-family: MuseoSlab;
    color: white;
    margin-top: unset;
    font-weight: 900;
    margin-bottom: 10px;
}

.contentCareerExplain {
    line-height: 1;
    margin-top: unset;
    font-weight: 200;
    color: lightgrey;
}

.icon {
    z-index: 1;
    margin-top: -5px;
}
.icon svg{
    width:44px;
    height:45px;
}
.gelisim-yolculugu {
    display: block !important;
}

.step h3 {
    margin: 0 0 10px;
    font-size: 35px;
    font-weight: bold;
    font-family: MuseoSlab;
 
}

.step p {
    margin: 0;
    font-size: 20px;
    color: #F2F3F3
}
.joinPro{
    display:none;
}
.join-process .sliderControls{
    display:none;
}
.akademi-section {
    height: 323px;
    text-align: center;
    position: relative;
    background-size: cover;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .akademi-section h1 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .akademi-section p {
        font-size: 14px;
        color: #bbb;
        margin-bottom: 40px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

        .akademi-section p.subtitle {
            font-size: 14px;
            color: #bbb;
            margin-bottom: 30px;
        }
    .akademi-section .gencYetenekContentButton {
           margin-top:40px;
        }
    .akademi-section .academyExplain {
        width: 100%;
    }

.akademi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.card {
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    transition: 0.3s;
}

.akademi-grid .card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 10px rgba(0, 255, 224, 0.2);
}

.card h3 {
    font-size: 16px;
    color: #00ffe0;
    margin-bottom: 10px;
}

.card p {
    font-size: 13px;
    color: #ccc;
}

.akademi-content {
    max-width: 100%;
}

.logo-row {
    display: flex;
    align-items: center;
    gap: 50px;
    max-width: 1280px;
    margin: auto;
    padding: 100px 50px 0;
}

    .logo-row img {
        width: 230px;
        min-width: 200px;
    }

.logo-text {
    color: #F2F3F3;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}

.container {
    max-width: 1100px;
    margin: 60px auto;
    padding: 0 20px;
    text-align: center;
}


.cta {
    margin-top: 50px;
}

    .cta h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .cta p {
        color: #aaa;
        margin-bottom: 20px;
    }

    .cta a {
        display: inline-block;
        background: linear-gradient(90deg, #00ffe0, #a933ff);
        color: #000;
        padding: 10px 25px;
        text-decoration: none;
        border-radius: 5px;
        font-weight: bold;
        transition: 0.3s;
    }

        .cta a:hover {
            opacity: 0.8;
        }

.overlayCareer {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000000 9.27%, rgba(0, 0, 0, 0.45) 44.58%, #000000 79.9%);
}

.yetkiBoxCareer {
    height: 400px;
    width: 550px;
    font-family: MuseoSlab;
    background: #0a0a0a;
    border: 1px solid rgb(255 255 255 / 23%);
    border-radius: 16px;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: white;
}

.uzmanlikBoxContainerCareer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    margin: 0 auto;
}

.uzmanlikExplainCover .uzmanlikaltHeader {
    margin-top: 20px;
    line-height: 24px;
    font-size: 20px;
}

.uzmanlikFieldCareer {
    gap: 25px;
    margin-top: unset;
}

.uzmanlikIconWrapper svg {
    width: 55px;
    height: 55px;
}
.uzmanlikBoxContainerCareer .YetkiText {
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.YetkiExplain {
    font-size: 20px;
    line-height: 1.2;
    color: #F2F3F3;
}

.uzmanlikExplainCover {
    position: absolute;
    width: 100%;
    max-width: 1300px;
    margin: auto;
    padding: 0 50px;
}
.uzmanlikImage {
    width: 1920px;
    height: 323px;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0)0%, rgba(0,0,0,0.9) 90%);
}
.numberYetki img {
    width: 80px !important;
}


.carousel-wrapper {
    display: none;
}

.carousel-slide.owl-carousel .owl-item {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 559px;
}

.carousel-slide.owl-carousel .testimonial {
    width: 100%;
    height: auto;
}

.carousel-slide.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.carousel-slide.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.carousel-slide.owl-carousel .owl-item.active {
    opacity: 1;
}

.carousel-slide.owl-carousel .owl-item {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

    .carousel-slide.owl-carousel .owl-item.center {
        opacity: 1;
    }


.z-index {
    z-index: 1;
}


@media (max-width: 1300px) {
    .uzmanlikBoxContainerCareer {
        gap: 40px
    }

    .yetkiBoxCareer {
        width: 420px;
    }
   
    .YetkiExplain {
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
}

@media (max-width: 1200px) {
    .HCVideoC.video-box {
        max-width: 800px;
        margin: auto;
        margin-top: 60px
    }

 
}

@media (max-width:992px) {
    .tab-wrapper {
        height: 156px;
    }

    .tabsCorporateWrapper {
        top: 79px;
    }

    .tabsCorporate {
        gap: 20px;
        margin-top: -55px;
        padding: 10px 20px;
        max-width: 656px;
        row-gap: 8px;
    }

    .tab {
        font-size: 14px;
        line-height: 20px;
    }

        .tab.active {
            font-size: 16px;
        }

    .tabs {
        gap: 30px;
        padding: 10px 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .tabsYonetim {
        gap: 30px;
        padding: 10px 20px;
        flex-wrap: wrap;
        justify-content: center;
        bottom: 0;
    }

    .tabYonetim {
        font-size: 18px;
        line-height: 1.3;
        padding: 4px 8px;
        text-align: center;
    }

    .careerVideoWrapper {
        padding: 30px 20px;
    }

    .HCVideoC.video-box {
        max-width: 450px;
        margin: auto;
        margin-top: 40px;
    }

    .video-box .HCPlyBtn {
        width: 45px;
    }

    .commentWrapper {
        padding: 50px 0 50px 20px;
    }

    .carousel-wrapper {
        padding: 40px 0;
    }

    .swiper-slide.testimonial {
        width: 310px !important;
        height: 260px !important;
        align-items: flex-start;
        padding: 25px 20px 30px;
    }

    .commentWrapper h2 {
        padding-right: 20px;
    }

    .testimonialTextWrapper {
        flex-direction: row-reverse;
        gap: 15px;
    }

    .testimonialText {
        align-items: flex-start;
    }

    .testimonialImageWrapper {
        width: 58px;
        height: 58px;
        margin-top: 0;
        padding: 2px;
    }

    .gelisimAd {
        font-size: 15px;
        line-height: 20px;
    }

    .gelisimUnvan {
        font-size: 12px;
        line-height: 15px;
    }

    .gelisimUnvanAlt {
        font-size: 10px;
        line-height: 12px;
    }

    .careerKisiExplain {
        font-size: 14px;
        line-height: 18px;
        text-align: left;
        margin: 20px 0;
    }

    .read-moreCareer {
        font-size: 14px;
        line-height: 20px;
    }

    .uzmanlikExplainCover {
        width: 500px;
    }
        .uzmanlikExplainCover .uzmanlikaltHeader {
            margin-top: 15px;
        }
    .akademi-section {
        height: 223px;
    }
        .akademi-section .gencYetenekContentButton {
            margin-top: 30px;
        }
    .uzmanlikImage {
        height: 223px;
    }
    .logo-row {
        flex-direction: column;
        gap: 15px;
        padding: 50px 20px 0;
    }
        .logo-row img {
            width: 110px;
            min-width: 110px;
        }
    .logo-text {
        font-size: 14px;
        line-height: 20px;
    }
    .uzmanlikBoxContainerCareer {
        display: none;
    }

    .carousel-wrapper {
        display: block;
    }

    .yetkiBoxCareer {
        height: 325px;
        width: 260px;
        padding: 25px 20px;
    }

    .uzmanlikFieldCareer {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .YetkiText {
        -webkit-line-clamp: 3;
        min-height: 90px;
    }

    .YetkiExplain {
        font-size: 14px;
        line-height: 20px;
        -webkit-line-clamp: 5;
    }

    .YetkiText, .YetkiExplain, .uzmanlikIconWrapper {
        text-align: left;
        margin: 0;
    }
    .joinPro {
        display: block;
        margin-top: 20px;
        margin-left: 20px;
    }
    .join-process .sliderControls {
        display: flex;
    }
    .steps {
        display: none;
    }
    .join-process{
        display:block;
        position:static;
        padding:50px 0;
    }
        .join-process::after{
            display:none;
        }
    .akademi-section.uzmanlik-section {
        height: 327px;
    }
    .uzmanlikExplainCover .uzmanlikaltHeader {
        margin-top: 15px;
        line-height: 20px;
        font-size: 14px;
    }
}
@media (max-width: 580px) {

}
@media (max-width:580px) {
    .tabsCorporate {
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 20px;
        padding: 15px 20px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

        .tabsCorporate::-webkit-scrollbar {
            display: none;
        }

    .tab {
        flex: 0 0 auto;
        white-space: nowrap;
    }
   
    .tab.active::after {
        bottom: -6px;
    }

    .carousel-wrapper {
        padding: 20px 0;
    }

    .swiper-slide.testimonial {
        width: 295px !important;
        min-width: 295px !important;
    }

    .uzmanlikExplainCover {
        width: 100%;
        padding: 0 20px;
    }
}


/*@media screen and (max-width: 768px) {
        .careerHeader {
            font-size: 28px;
            margin: 0;
            top: -56px;
        }

        .section h1 {
            font-size: 24px;
            margin: 40px 0 30px;
        }

        .logo-row img {
            width: 110px;
        }

        .logo-text {
            font-size: 14px;
        }

        .tabYonetim {
            flex: 0 0 auto;
            scroll-snap-align: start;
            white-space: nowrap;
            font-size: 15px;
            padding: 6px 12px;
            min-width: max-content;
            text-align: center;
        }

            .tabYonetim.active {
                color: #ffffff;
                position: relative;
            }*/

/* .tab-wrapper .tabsYonetim .tabYonetim.active::after {
                content: '';
                position: absolute;
                bottom: -8px;
                left: 50%;
                transform: translateX(-50%);
                width: 40px;
                height: 2px;
                background: linear-gradient(90deg, #00ffe0, #a933ff);
                border-radius: 2px;
            }*/
/*.video-box {
            padding: 0 15px;
            margin-bottom: 40px;
        }

            .video-box img {
                border-radius: 10px;
            }

        .carousel-slide {
            flex: 0 0 100%;
        }

        .carousel-wrapper {
            padding: 30px 15px;
        }

        .testimonial {
            max-width: 100%;
        }

        .carousel-track {
            gap: 0;
        }

        .gelisimAd {
            font-size: 18px;
        }

        .gelisimExplain {
            font-size: 15px;
        }

        .careerKisiExplain {
            font-size: 15px;
        }

        .tabsCorporate {
            top: 80px;
        }
    }*/
