/* ============================================================
   master-career.css
   NOTE: Shared utility classes + header/footer/body CSS have
   been moved to common.css. Include common.css BEFORE this file:
     <link rel="stylesheet" href="common.css">
     <link rel="stylesheet" href="master-career.css">
   ============================================================ */

:root {
    --theme: #121212;
}
:root .dark {
    --border: #252525;
}
.section-title {
    font-size: 60px;
    margin-top: -17px;
}
@media only screen and (max-width: 1919px) {
    .section-title {
        font-size: 60px;
        margin-top: -17px;
    }
}
@media only screen and (max-width: 1399px) {
    .section-title {
        font-size: 55px;
        margin-top: -15px;
    }
}
@media only screen and (max-width: 1199px) {
    .section-title {
        font-size: 44px;
        margin-top: -12px;
    }
}
@media only screen and (max-width: 991px) {
    .section-title {
        font-size: 40px;
        margin-top: -11px;
    }
}
@media only screen and (max-width: 767px) {
    .section-title {
        font-size: 35px;
        margin-top: 0;
    }
}
@media (max-width: 575px) {
    .section-title {
        font-size: 30px;
        margin-top: 0;
    }
}
.section-title.large {
    font-size: 100px;
}
@media only screen and (max-width: 1919px) {
    .section-title.large {
        font-size: 80px;
    }
}
@media only screen and (max-width: 1399px) {
    .section-title.large {
        font-size: 70px;
    }
}
@media only screen and (max-width: 1199px) {
    .section-title.large {
        font-size: 60px;
    }
}
@media only screen and (max-width: 991px) {
    .section-title.large {
        font-size: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .section-title.large {
        font-size: 40px;
    }
}
@media (max-width: 575px) {
    .section-title.large {
        font-size: 36px;
    }
}
.section-spacing {
    padding-top: 150px;
    padding-bottom: 150px;
}
@media only screen and (max-width: 1199px) {
    .section-spacing {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.section-spacing-top {
    padding-top: 150px;
}
@media only screen and (max-width: 1199px) {
    .section-spacing-top {
        padding-top: 60px;
    }
}
.section-spacing-bottom {
    padding-bottom: 150px;
}
@media only screen and (max-width: 1199px) {
    .section-spacing-bottom {
        padding-bottom: 60px;
    }
}
.wc-btn-primary {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0 30px 0 30px;
    padding: 22px 38px;
}
@media (min-width: 1800px) {
    .container.large {
        max-width: 1750px;
    }
}
.copyright-area-inner {
    display: flex;
    gap: 20px 60px;
    justify-content: space-between;
    align-items: center;
    padding: 51px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
@media only screen and (max-width: 1919px) {
    .copyright-area-inner {
        padding: 35px 0;
    }
}
@media only screen and (max-width: 767px) {
    .copyright-area-inner {
        flex-direction: column;
    }
}
.copyright-area .text {
    font-size: 16px;
    line-height: 1.37;
    color: var(--white-2);
}
.copyright-area .text a {
    color: var(--white);
}
.copyright-area .text a:hover {
    color: var(--white-2);
}
.hero-area {
    background-color: var(--white);
}
.dark .hero-area {
    background-color: #171717;
}
.hero-area-inner {
    padding-top: 218px;
}
@media only screen and (max-width: 1919px) {
    .hero-area-inner {
        padding-top: 178px;
    }
}
@media only screen and (max-width: 1399px) {
    .hero-area-inner {
        padding-top: 158px;
    }
}
@media only screen and (max-width: 1199px) {
    .hero-area-inner {
        padding-top: 128px;
    }
}
.hero-area .section-title {
    color: var(--black);
    max-width: 1100px;
}
@media only screen and (max-width: 1919px) {
    .hero-area .section-title {
        max-width: 900px;
    }
}
@media only screen and (max-width: 1399px) {
    .hero-area .section-title {
        max-width: 800px;
    }
}
@media only screen and (max-width: 1199px) {
    .hero-area .section-title {
        max-width: 700px;
    }
}
.hero-area .section-title .shape-1 {
    height: 80px;
}
@media only screen and (max-width: 1399px) {
    .hero-area .section-title .shape-1 {
        height: 70px;
    }
}
@media only screen and (max-width: 1199px) {
    .hero-area .section-title .shape-1 {
        height: 60px;
    }
}
@media only screen and (max-width: 991px) {
    .hero-area .section-title .shape-1 {
        height: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-area .section-title .shape-1 {
        display: none;
    }
}
.hero-area .section-content .text {
    /* max-width: 350px; */
    color: var(--white-2);
}
.hero-area .section-content .section-subtitle {
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    color: var(--black);
}
.hero-area .section-content .section-subtitle.has-right-line {
    padding-inline-end: 100px;
}
.hero-area .section-content .section-subtitle.has-right-line:after {
    width: 80px;
}
.hero-area .section-content .text-box {
    display: grid;
    gap: 20px 70px;
    grid-template-columns: auto 1fr;
    margin-top: 44px;
    margin-inline-start: 156px;
}
@media only screen and (max-width: 1399px) {
    .hero-area .section-content .text-box {
        margin-top: 34px;
    }
}
@media only screen and (max-width: 1199px) {
    .hero-area .section-content .text-box {
        margin-top: 24px;
    }
}
@media only screen and (max-width: 991px) {
    .hero-area .section-content .text-box {
        grid-template-columns: auto;
    }
}
@media only screen and (max-width: 767px) {
    .hero-area .section-content .text-box {
        margin-inline-start: 0;
    }
}
.hero-area .section-content .subtitle-wrapper {
    margin-top: 4px;
}
.hero-area .section-content .thumb {
    margin-top: 64px;
}
@media only screen and (max-width: 1919px) {
    .hero-area .section-content .thumb {
        margin-top: 44px;
    }
}
@media only screen and (max-width: 1199px) {
    .hero-area .section-content .thumb {
        margin-top: 34px;
    }
}
.community-area .section-title {
    max-width: 750px;
    margin-top: -10px;
    margin-inline: auto;
    text-align: center;
}
@media (min-width: 992px) {
    .community-area .section-title {
        font-size: 36px;
    }
}
.community-area .section-content .text {
    font-size: 24px;
    line-height: 1.27;
    /* max-width: 850px; */
    margin-inline: auto;
    text-align: center;
}
@media only screen and (max-width: 1199px) {
    .community-area .section-content .text {
        font-size: 18px;
    }
}
.community-area .section-content .text-wrapper {
    margin-top: 23px;
}
.community-area .gallery-wrapper-box {
    margin-top: 63px;
}
@media only screen and (max-width: 1399px) {
    .community-area .gallery-wrapper-box {
        margin-top: 53px;
    }
}
@media only screen and (max-width: 1199px) {
    .community-area .gallery-wrapper-box {
        margin-top: 43px;
    }
}
.community-area .gallery-wrapper {
    display: grid;
    gap: 30px;
    grid-template-columns: auto auto auto;
}
@media only screen and (max-width: 767px) {
    .community-area .gallery-wrapper {
        gap: 10px;
    }
}
.community-area .gallery-wrapper > *:nth-child(1) {
    margin-top: 140px;
}
@media only screen and (max-width: 1399px) {
    .community-area .gallery-wrapper > *:nth-child(1) {
        margin-top: 120px;
    }
}
@media only screen and (max-width: 1199px) {
    .community-area .gallery-wrapper > *:nth-child(1) {
        margin-top: 30px;
    }
}
.community-area .gallery-wrapper > *:nth-child(3) {
    margin-top: 70px;
}
.community-area .gallery-wrapper > * > *:not(:first-child) {
    margin-top: 30px;
}
@media only screen and (max-width: 767px) {
    .community-area .gallery-wrapper > * > *:not(:first-child) {
        margin-top: 10px;
    }
}
.roles-area {
    background-color: var(--black);
}
.dark .roles-area {
    background-color: #171717;
}
.roles-area .section-title {
    color: var(--white);
}
.roles-area .roles-wrapper-box {
    margin-top: 57px;
}
@media only screen and (max-width: 1399px) {
    .roles-area .roles-wrapper-box {
        margin-top: 47px;
    }
}
@media only screen and (max-width: 1199px) {
    .roles-area .roles-wrapper-box {
        margin-top: 37px;
    }
}
.roles-area .role-item {
    border-bottom: 1px solid #2c2c2c;
    display: grid;
    gap: 20px 40px;
    grid-template-columns: 60px 1fr 1fr auto;
    padding: 45px 0;
    align-items: center;
}
@media only screen and (max-width: 1919px) {
    .roles-area .role-item {
        padding: 35px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .roles-area .role-item {
        padding: 25px 0;
        grid-template-columns: 30px 1fr 1fr auto;
    }
}
@media only screen and (max-width: 767px) {
    .roles-area .role-item {
        grid-template-columns: 30px 1fr 1fr;
    }
}
@media (max-width: 575px) {
    .roles-area .role-item {
        grid-template-columns: 330px;
    }
}
.roles-area .role-item:hover .icon {
    opacity: 1;
}
.roles-area .role-item:first-child {
    border-top: 1px solid #2c2c2c;
}
.roles-area .role-item .serial {
    font-size: 24px;
    line-height: 1;
    color: var(--white-2);
}
@media only screen and (max-width: 1199px) {
    .roles-area .role-item .serial {
        font-size: 18px;
    }
}
.roles-area .role-item .title {
    font-size: 36px;
    color: var(--white);
}
@media only screen and (max-width: 1919px) {
    .roles-area .role-item .title {
        font-size: 30px;
    }
}
@media only screen and (max-width: 1199px) {
    .roles-area .role-item .title {
        font-size: 24px;
    }
}
.roles-area .role-item .positions {
    font-size: 24px;
    color: var(--white-2);
}
@media only screen and (max-width: 1199px) {
    .roles-area .role-item .positions {
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .roles-area .role-item .positions {
        grid-column: 2;
    }
}
.roles-area .role-item .icon {
    opacity: 0.4;
    transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
    .roles-area .role-item .icon {
        display: none;
    }
}
.process-area .section-header {
    display: grid;
    gap: 20px 60px;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center;
}
@media only screen and (max-width: 1199px) {
    .process-area .section-header {
        grid-template-columns: auto;
    }
}
.process-area .section-header .text {
    max-width: 420px;
}
.process-area .section-title {
    max-width: 630px;
}
.process-area .process-wrapper-box {
    margin-top: 87px;
}
@media only screen and (max-width: 1399px) {
    .process-area .process-wrapper-box {
        margin-top: 67px;
    }
}
@media only screen and (max-width: 1199px) {
    .process-area .process-wrapper-box {
        margin-top: 57px;
    }
}
.process-area .process-wrapper {
    display: grid;
    gap: 73px 60px;
    grid-template-columns: repeat(3, 300px);
    justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
    .process-area .process-wrapper {
        gap: 63px 55px;
    }
}
@media only screen and (max-width: 1199px) {
    .process-area .process-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media only screen and (max-width: 991px) {
    .process-area .process-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .process-area .process-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}
.process-box .thumb img {
    height: 60px;
}
.process-box .content {
    margin-top: 43px;
}
@media only screen and (max-width: 1199px) {
    .process-box .content {
        margin-top: 33px;
    }
}
.process-box .title {
    font-size: 30px;
    line-height: 1;
}
@media only screen and (max-width: 1199px) {
    .process-box .title {
        font-size: 24px;
    }
}
.process-box .text {
    margin-top: 25px;
}



.contact-area-inner {
    padding-inline: 30px;
    /* background-color: var(--black); */
    background-image: linear-gradient(to bottom, var(--core-techno), #58575c);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.dark .contact-area-inner {
    background-color: #1b1b1b;
}
.contact-area-inner .shape-1 {
    position: absolute;
    inset-inline-end: -6%;
    top: -15%;
    z-index: -1;
    width: 440px;
}
@media only screen and (max-width: 1399px) {
    .contact-area-inner .shape-1 {
        top: -45%;
    }
}
@media only screen and (max-width: 1199px) {
    .contact-area-inner .shape-1 {
        width: 340px;
    }
}
@media only screen and (max-width: 991px) {
    .contact-area-inner .shape-1 {
        width: 270px;
        top: -35%;
    }
}
@media only screen and (max-width: 767px) {
    .contact-area-inner .shape-1 {
        display: none;
    }
}
.dir-rtl .contact-area-inner .shape-1 img {
    transform: rotateY(180deg);
}
.contact-area .section-title {
    max-width: 830px;
    margin-inline: auto;
    color: var(--white);
}
.contact-area .section-title,.contact-area .section-title-sm {
    max-width: 830px;
    margin-inline: auto;
    color: var(--white);
}
@media only screen and (max-width: 1919px) {
    .contact-area .section-title,.contact-area .section-title-sm {
        max-width: 730px;
    }
}
@media only screen and (max-width: 1199px) {
    .contact-area .section-title,.contact-area .section-title-sm {
        max-width: 580px;
    }
}
@media only screen and (max-width: 991px) {
    .contact-area .section-title,.contact-area .section-title-sm {
        max-width: 480px;
    }
}
.contact-area .section-content {
    text-align: center;
}
.contact-area .section-content .btn-wrapper {
    margin-top: 42px;
}
@media only screen and (max-width: 991px) {
    .contact-area .section-content .btn-wrapper {
        margin-top: 22px;
    }
}
.contact-area .section-content .wc-btn-underline {
    color: var(--white);
    text-transform: uppercase;
}
