@charset "utf-8";

.career-hero-section {
    background: url("../images/BAnner.webp") no-repeat center center;
    background-size: cover;
    padding-top: 120px;
}
.workplace-section {
    background: none;
    overflow: hidden;
}
.workplace-section h2.center-title {
    max-width: 990px;
    margin: 0 auto 50px auto;
}
.workplace-wrapper .solution-card.vertical {
    border: 1px solid #ECE8E8;
    border-radius: 16px;
    box-shadow: 0px 4px 8px #ECE8E8;
}
.workplace-wrapper {
    grid-template-columns: repeat(4, 1fr);
}
.perks-section .industry-card img {
    width: 34px;
    height: 34px;
}
.perks-section .industry-card {
    padding: 18px;
    justify-content: flex-start;
}
.perks-section .industry-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}
.align-center {
    justify-content: center;
    gap: 15px;
}
.career-case-area .filter-wrapper {
    max-width: 100%;
    justify-content: space-between;
    padding: 30px 50px 50px;
    border: 1px solid #DEDBDB;
    box-shadow: 0px 4px 8px #DEDBDB;
    border-radius: 30px;
}
.remote-switch {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: Arial, sans-serif;
}
.remote-switch span {
    font-size: 14px;
    font-weight: 600;
    color: #1f2544;
}
/* Toggle Switch */
.remote-switch .switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 30px;
}
.remote-switch .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.remote-switch .slider {
    position: absolute;
    inset: 0;
    background: #d9d9d9;
    border-radius: 50px;
    cursor: pointer;
    transition: .3s;
}
.remote-switch .slider::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    left: 3px;
    top: 3px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    transition: .3s;
}
.remote-switch .switch input:checked+.slider {
    background: #2a7fff;
}
.remote-switch .switch input:checked+.slider::before {
    transform: translateX(26px);
}
.career-case-area .custom-select-wrapper {
    max-width: 26%;
}
.career-case-area .profile-content {
    padding: 50px;
}
.locate-area {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 18px;
    justify-content: space-between;
}
.locate-area .tag {
    margin: 0;
}
.locate-area .location-area {
    font-size: 20px;
    color: var(--blue);
}
.career-case-area .stat-items h4,
.career-case-area .stat-items p {
    font-size: 20px;
    color: var(--blue);
    font-family: var(--title-font);
}
.career-case-area .stat-items h4 {
    color: #373737;
    margin-bottom: 0px;
}
.career-case-area .stat-items p {
    font-weight: 600;
}
.career-case-area .btn-group a {
    width: 216px;
    max-width: inherit;
}
.career-case-area .btn-group {
    justify-content: space-between;
}
.form-full-section .form-content {
    flex-direction: column;
    max-width: initial;
    margin-left: 0;
}
.form-full-section .form-content .left {
    width: auto;
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
    padding-left: 0;
    justify-content: center;
    background: none;
}
.form-full-section .form-content .right {
    width: 100%;
    max-width: 1230px;
    margin: 50px auto 0 auto;
}
.form-row.btn-row-career { 
    justify-content: space-between;
}
.form-row.btn-row-career .form-group { 
    margin-left: 0;
    margin-right: 0;
    width: auto;
}
.question-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: url("../images/question-area.webp") no-repeat center center;
    border-radius: 30px;
    padding: 50px 100px;
    background-size: cover;
}
/* Job details two-column sticky layout */
.career-section {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    position: relative;
    margin-top: 120px;
    border-top: 1px solid #DEDBDB;
    justify-content: flex-end;
}
.career-left {
    width: 70%;
    position: sticky;
    top: 120px;
    /* header height */
    padding-left: max(5%, calc((100vw - 1720px) / 2));
    padding-top: 40px;
}
.career-right {
    width: 100%;
    padding: 50px;
    max-width: 640px;
    background: url("../images/career-detail-bg.png") no-repeat center center;
    background-size: cover;
    position: relative;
}
.career-progress-vertical {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 100%;
    margin-bottom: 30px;
    background: var(--light-gray);
    border-radius: 999px;
    display: flex;
    justify-content: flex-end;
}
.progress-track-vertical {
    width: 100%;
    height: 100%;
    background: rgba(241, 243, 251, 0.35);
    border-radius: 999px;
    overflow: hidden;
    position: relative;
}
.progress-fill-vertical {
    display: block;
    width: 100%;
    height: 0%;
    background: var(--orange);
    transition: height 0.2s ease;
    border-radius: 999px;
}
.job-content.career-case-area .profile-content {
    padding: 0;
}
.job-content .profile-content h3 {
    min-height: inherit;
}
.job-description h3 {
    font-size: 22px;
    margin-bottom: 15px;
}
.job-description {
    margin-top: 40px;
}
.job-description ul {
    padding: 0;
    margin: 0;
}
.job-description ul li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #373737;
}
.career-case-area .tag {
    background: #F7F8FA;
    font-size: 14px;
    padding: 9px 17px;
    padding-left: 34px;
}
.career-case-area .tag:before {
    top: 15px;
    left: 15px;
}
.workplace-wrapper .solution-content h2 {
    -webkit-line-clamp: none;
}
/* Custom file upload styles */
.custom-file-upload {
    display: block;
    margin: 0 auto 24px;
    padding: 0;
    width: 100%;
    position: relative;
}
.custom-file-upload input[type="file"] {
    display: none;
}
.upload-box {
    width: 100%;
    height: 60px;
    border: 1px solid var(--light-gray);
    background-color: transparent;
    border-radius: 18px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: .3s;
    position: relative;
    top: 0;
    left: 0;
    font-family: "Inter", serif, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--black);
    font-size: 18px;
}
.upload-box:hover {
    border-color: #F28A57;
}
.upload-left {
    display: flex;
    align-items: center;
    gap: 12px;
}
.upload-left span {
    font-size: 16px;
    color: #667085;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 500px;
}
.form-row {
    display: flex;
    gap: 20px;
    align-items: center;
}
/* Custom file upload styles */

/* Team page start */
.flexible-sec {
    background: url("../images/flexible-bg.webp") no-repeat center center;
    background-size: cover;
}
.flexible-sec .solution-card {
    background: transparent;
}
.flexible-sec .center-title {
    max-width: 790px;
}
.why-sec {
    background: var(--primary-color);
}
.why-sec .workplace-wrapper {
    grid-template-columns: repeat(2, 1fr);
}
.next-area .question-card {
    max-width: 740px;
}
.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: start;
}
.team-member {
    background: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 24px;
    padding: 25px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    transition: all .45s ease;
    height: 445px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: inherit;
}
.team-member:hover {
    border-color: #d8d8d8;
    align-items: flex-start;
}
.team-member.active {
    height: 445px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
}
.member-img {
    width: 250px;
    height: 250px;
    margin: auto;
    border-radius: 50%;
    transition: all .45s ease;
    position: relative;
}
.member-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
    border-radius: 50%;
}
.team-member.active .member-img {
    width: 80px;
    height: 80px;
    transition: all .45s ease;
}
.team-member.active .member-img .icon-btn {
    transform: scale(.5);
    bottom: -25px;
    right: -25px;
}
.team-member.active .member-img .icon-btn img {
    width: auto;
    height: 60px;
}
.team-member .btn-noarrow.icon-btn img {
    width: 30px;
    height: 30px;
}
.team-member h5 {
    margin-top: 20px;
    font-weight: 600;
    color: var(--blue);
    margin-bottom: 8px;
}
.team-member span {
    display: block;
    color: #373737;
    font-weight: 500;
}
.member-details {
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    transition: all .5s ease;
    max-height: 0;
    flex-direction: column;
    display: none;
}
.team-member.active .member-details {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    max-height: 500px;
    margin-top: 15px;
    display: block;
}
.icon-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    margin: 0 auto;
    padding: 6px 10px;
}
.icon-btn i {
    font-size: 16px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    background: var(--orange);
    border-radius: 50%;
}
.icon-btn:hover i {
    background: var(--primary-color);
    color: var(--orange);
}
.member-img .icon-btn {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1;
}
.member-img .icon-btn i {
    width: 60px;
    height: 60px;
    font-size: 30px;
}
.culture-wrapper {
    display: flex;
    align-items: center;
    background: url(../images/manage-bg.webp) 0 0 no-repeat;
    border-radius: 32px;
    overflow: hidden;
    background-size: cover;
}
.culture-image {
    width: 56%;
    position: relative;
    border-radius: 32px;
}
.culture-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
    border-radius: 32px;
}
.culture-content {
    width: 44%;
    padding: 50px;
}

/* Owl Navigation */
.culture-slider .owl-nav button {
    width: 64px !important;
    height: 64px !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .12);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25);
}
.culture-slider .owl-nav button i {
    font-size: 30px;
}
.culture-slider .owl-prev {
    left: 25px;
}
.culture-slider .owl-next {
    right: 25px;
}
.culture-slider .owl-nav span {
    font-size: 40px;
    line-height: 1;
    color: #333;
}
.culture-slider .owl-nav button i {
    display: none;
}
.culture-slider .owl-nav button.owl-prev {
    background-image: url("/assets/icons/slider-left-arrow-icon.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 90%;
}
.culture-slider .owl-nav button.owl-next {
    background-image: url("/assets/icons/slider-right-arrow-icon.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 90%;
}
.culture-slider .owl-nav button:hover {
    background-color: var(--light-blue) !important;
}
.services-section.specialized .service-tab-img-frame {
    min-height: 630px;
}
/* services section css start */
.services-section.home-page.team .tab-item {
    padding: 12px 0;
}
.services-section.home-page.team .tab-item:last-child h3 {
    margin: 0px;
}
/* services section css ended */

/* service slider section css start */
.services-section.team .service-tab-rgt-img-wrap {
    height: 525px;
    max-height: 525px;
}
/* service slider section css ended */
@media (max-width: 1600px) {
    .career-right {
        width: calc(100vw * 0.5);
        padding: 40px 50px;
        max-width: inherit;
    }
    .career-case-area .btn-group a {
        width: auto;
    }
    .career-case-area .profile-content {
        padding: 30px;
    }
    .career-case-area h2 {
        font-size: 34px;
        line-height: 45px;
    }
    .services-section.home-page.team .tab-item {
        padding: 11px 0;
    }
}

@media (max-width:1440px) {
    .career-case-area .custom-select-wrapper {
        max-width: 22%;
    }
    .team-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .services-section.specialized .service-tab-img-frame {
        min-height: 330px;
    }
    /* service slider section css start */
    .services-section.team .service-tab-rgt-img-wrap {
        height: 448px;
        max-height: 448px;
    }
    .services-section.home-page.team .tab-item {
        padding: 8px 0;
    }
    /* service slider section css ended */
}
@media (max-width:1366px) {
    .services-section.home-page.team .tab-item {
        padding: 6px 0;
    }
}
@media (max-width:1199px) {
    .services-section.team .service-tab-rgt-img-wrap {
        height: 420px;
        max-height: 420px;
    }
}
@media (max-width:1199px) {
    .team-member .member-details p {
        line-height: 20px;
        font-size: 14px;
    }
}
@media (max-width:1025px) {
    .perks-section .industry-grid {
        gap: 15px;
        grid-template-columns: repeat(2, 1fr);
    }
    .career-case-area .filter-wrapper {
        padding: 15px 30px 30px;
        border-radius: 20px;
    }
    .career-case-area .profile-content {
        padding: 30px;
    }
}
@media (max-width: 1023px) {
    .career-right {
        width: 42%;
        padding: 40px 25px;
    }
    .career-left {
        padding-top: 40px;
    }
    .career-section {
        margin-top: 97px;
    }
}

@media (max-width: 991px) {
    .workplace-wrapper,
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .perks-section .industry-card,
    .perks-section .industry-card.wide,
    .perks-section .industry-card.extra-wide {
        width: 100%;
    }
    .career-case-area .custom-select-wrapper {
        max-width: 46%;
    }
    .question-wrapper {
        padding: 25px
    }
    .career-section {
        flex-direction: column-reverse;
        gap: 0;
    }
    .career-left,
    .career-right {
        width: 100%;
    }
    .career-left {
        position: static;
        padding: 0px 25px;
    }
    .career-progress-vertical {
        display: none;
    }
    .logo-scroller-wrapper {
        overflow: hidden;
        margin-top: 20px;
    }
    .form-row {
        flex-wrap: wrap;
        gap: 0;
    }
    .form-full-section .form-content .right {
        margin-top: 0;
    }
    form .form-group label,
    form .form-group-icon label,
    .upload-left span {
        font-size: 13px;
    }
    .culture-wrapper {
        flex-direction: column;
    }
    .culture-image,
    .culture-content {
        width: 100%;
    }
    .culture-image img {
        height: 450px;
    }
    .culture-content {
        padding: 40px 30px;
    }
    .culture-slider .owl-nav button {
        width: 44px !important;
        height: 44px !important;
    }
    .culture-slider .owl-nav button i {
        font-size: 20px;
    }
}
@media (min-width:768px) and (max-width:820px) {
    .career-case-area .btn-group {
        flex-wrap: wrap;
    }
    .career-case-area .profile-content {
        padding: 30px 18px;
    }
}

@media (max-width:767px) {
    .career-case-area .custom-select-wrapper {
        max-width: 100%;
    }
    .career-case-area .stat-items h4,
    .career-case-area .stat-items p {
        font-size: 16px;
    }
    .locate-area .location-area {
        font-size: 14px;
    }
    .question-img {
        width: 70%;
        height: auto;
    }
    .team-grid,
    .why-sec .workplace-wrapper {
        grid-template-columns: 1fr;
    }
    .team-member.active {
        min-height: auto;
    }
    .culture-image img {
        height: 300px;
    }
    .culture-content h2 {
        font-size: 30px;
    }
    .culture-content {
        padding: 30px 20px;
    }
    .form-row.btn-row-career { 
        flex-direction: column-reverse;
    }
}
@media (max-width: 600px) {
    .workplace-wrapper,
    .perks-section .industry-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .perks-section .industry-card,
    .perks-section .industry-card.wide,
    .perks-section .industry-card.extra-wide {
        height: auto;
        padding: 12px;
    }
    .perks-section .industry-card img {
        width: 24px;
        height: 24px;
    }
    .align-center,
    .career-case-area .btn-group {
        flex-direction: column;
        align-items: center;
    }
    .career-case-area .btn-group a {
        width: 200px;
    }
    .question-wrapper {
        flex-direction: column;
    }
    .career-section {
        margin-top: 80px;
    }
    .banner-rating {
        gap: 10px;
        justify-content: center;
    }
}