﻿.intro-career {
    display: flex;
    gap: 64px;
}

.right-intro-career {
    gap: 48px;
    position:relative;
    width:50%;
}
.left-intro-career{
    width:50%;
}

.intro-career p {
    margin: 0;
}
    .right-intro-career .carousel-career .swiper-slide{
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-self: stretch;
    }
    .right-intro-career .carousel-career .intro-item .location {
        background: var(--Palette-Fill-Background-icon-bg-default, rgba(236, 250, 226, 1));
        border-radius: 8px;
        padding: var(--Sizes-Gap-gap-4, 4px) var(--Sizes-Gap-gap-8, 8px);
    }
        .right-intro-career .carousel-career .intro-item .apply svg {
            color: var(--Primitives-FE-500, #00994F);
        }
.right-intro-career .career {
    position: absolute;
    right: 0;
    left: 0;
    top:700px;
    width: 100%;
    height: 44px;
    z-index: 0;
    pointer-events: none;
}
.left-intro-career img{
    height:100%;
}
.right-intro-career .career .indicator .slick-dots{
    top:10px;
}
.carousel-career .carousel-career {
    display: none;
}

    .carousel-career .carousel-career.active {
        display: flex;
    }
.right-intro-career .carousel-career{
    width:100%;
}
.right-intro-career .carousel-indicators{
    position:unset;
    padding-top:10px;
    gap:8px;
}
.right-intro-career .carousel-indicators {
    display: flex;
    gap: 8px; 
}

    .right-intro-career .carousel-indicators button {
        position: relative;
        flex: 1 0 0;
        width: 39px;
        height: 6px;
        border: none;
        border-radius: 12px;
        background: #c9d1d9; 
        overflow: hidden;
        padding: 0;
    }
.right-intro-career .indicators-contain{
    display:flex;
    gap:8px;
}
.right-intro-career .carousel-indicators{
    margin:0;
}
.right-intro-career .indicators-left, .indicators-right {
    border: none;
    border-radius: 50%;
    background:transparent;
    width:32px;
}
    .right-intro-career .indicators-left:hover {
        background: #c9d1d9;
    }
.right-intro-career .indicators-right:hover {
    background: #c9d1d9;
}

    .right-intro-career .indicators-left, .indicators-right i {
        font-size: 24px;
        color: var(--Primitives-FE-500, rgba(0, 153, 79, 1));
    }
.right-intro-career .carousel-indicators button span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    border-radius: 12px;
    background: linear-gradient(270deg, #9fe870 0%, #009f52 100%);
    transition: width 0.3s ease;
}

.carousel-career .carousel-career {
    display: none;
    opacity: 0;
    transform: translateX(40px);
    transition: all 0.3s ease-in-out;
}

    .carousel-career .carousel-career.active {
        display: flex;
        opacity: 1;
        transform: translateX(0);
    }

.carousel-indicators button span {
    display: block;
    width: 0%;
    height: 2px;
    background-color: #000;
    transition: none;
}

@media(max-width:991px) {
    .left-intro-career{
        display:none;
    }
    .intro-career {
        flex-direction: column;
    }
    .right-intro-career {
        width: 100%;
    }
    .left-intro-career-mb {
        width: 100%;
    }
        .left-intro-career-mb img {
            width: 100%;
        }
    .right-intro-career{
        align-items:unset;
    }
        .right-intro-career .indicators-contain{
            justify-content:center;
        }
    .right-intro-career .carousel-career .intro-item .apply svg{
        width:20px;
        height:20px;
    }
        .right-intro-career .carousel-indicators{
            padding-top:9px;
        }
            .right-intro-career .carousel-indicators button{
                width:32px;
            }
    .right-intro-career{
        gap:32px;
    }
    .carousel-career .intro-title{
        flex-direction:column;
        align-items:flex-start;
    }
}
@media(min-width:992px){
    .left-intro-career-mb {
        display: none;
    }
}
@media(min-width:992px) and (max-width:1199px) {
    .left-intro-career {
        width: 40%;
        height: 720px;
    }
   
    .carousel-career .carousel-career{
        height:488.5px;
    }
}

@media(min-width:1200px) {
    .carousel-career .carousel-career {
        height: 492.5px;
    }
}
@media(min-width:1200px) and (max-width:1350px){
    .right-intro-career .intro-heading .heading{
        font-size:52px;
    }
    .right-intro-career {
        gap: 32px;
    }
}


