/* Career Banner Styles */



.circle_pagination {
    justify-content: center;
    position: absolute;
    left: auto !important;
    right: 15px !important;
    z-index: 999999;
    height: initial;
}

.circle_pagination span {
    margin: 6px 0px !important;
    display: inline-block;
    opacity: 1 !important;
    background: #213B87;
}

.circle_pagination span.swiper-pagination-bullet-active {
    background: #00FFCD;
}

.social-slider {
    position: relative;
}

.career_banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.career_banner_inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.career_banner_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.career_banner_content {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.career_banner_title {
    font-family: 'Sherika', sans-serif;
    font-size: 60px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 10px 0;
    line-height: 66px;
}

.career_banner_title span {
    font-style: italic;
    font-family: 'Arapey';
}

.career_banner_subtitle {
    font-size: 18px;
    font-weight: 350;
    color: #ffffff;
    margin: 0;
    line-height: 26px;
    max-width: 600px;
    font-family: 'Metrik';
    letter-spacing: 0.02em;
}

.onlySpace {
    padding: 70px 0px;
}

.light-orange {
    background-color: #FFF8F1;
}

.text-center {
    text-align: center;
}

.brand-color {
    color: var(--brandColor);
}

/* Life at Pierag Section Styles */
.life_at_pierag {
    position: relative;
    overflow: hidden;
}

/* Background Text */
.background_text {
    position: absolute;
    top: 66%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Sherika', sans-serif;
    font-size: 190px;
    font-weight: 700;
    color: #41414107;
    white-space: nowrap;
    z-index: 1;
    pointer-events: none;
    text-align: center;
    line-height: 1;
    letter-spacing: 3px;
}

/* Slider Container */
.life_slider_container {
    position: relative;
    z-index: 2;
    margin-top: 60px;
    padding: 0 20px;
}

.life-swiper {
    width: 100%;
    overflow: visible;
}

.life_slider_container .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: auto;
    transition: transform 0.3s ease;
}

.small-img {
    display: flex;
    justify-content: center;
}

.swiper-slide:hover {
    transform: translateY(-10px);
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* .small-img img{height: 180px;object-fit: cover;} */
/* Responsive Design */

.life_slider_container .swiper-slide .small-img img {
    transform: scale(0.8);
}

.life_slider_container .swiper-slide .big-img img {
    transform: scale(1);
}

@media (max-width: 1200px) {

    .career_banner_subtitle {
        font-size: 18px;
    }

    .background_text {
        font-size: 100px;
    }
}

@media (max-width: 768px) {
    .career_banner_title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .career_banner_subtitle {
        font-size: 16px;
        max-width: 90%;
    }

    .life_slider_container {
        margin-top: 40px;
        max-width: 100%;
        padding: 0 10px;
    }

    .life-swiper {
        height: 300px;
    }

    .swiper-slide {
        border-radius: 15px;
    }
}

@media (max-width: 480px) {

    .career_banner_subtitle {
        font-size: 14px;
        max-width: 95%;
    }

    .background_text {
        font-size: 120px;
        letter-spacing: 0.5px;
    }

    .life_slider_container {
        margin-top: 30px;
        padding: 0 5px;
    }

    .swiper-slide {
        border-radius: 10px;
    }
}

/* Idea to Impact Section Styles */
.idea_to_impact {
    background: #001467;
    padding: 80px 0;
}

.idea_impact_content {
    margin-top: 60px;
    text-align: center;
}

.idea_impact_image {
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.idea_impact_image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Responsive styles for Idea to Impact */
@media (max-width: 1200px) {
    .idea_to_impact {
        padding: 60px 0;
    }

    .idea_impact_content {
        margin-top: 50px;
    }

    .idea_impact_image {
        max-width: 900px;
        border-radius: 15px;
    }
}

@media (max-width: 768px) {
    .idea_to_impact {
        padding: 50px 0;
    }

    .idea_impact_content {
        margin-top: 40px;
    }

    .idea_impact_image {
        max-width: 100%;
        border-radius: 12px;
        margin: 0 15px;
    }
}

@media (max-width: 480px) {
    .idea_to_impact {
        padding: 40px 0;
    }

    .idea_impact_content {
        margin-top: 30px;
    }

    .idea_impact_image {
        border-radius: 10px;
        margin: 0 10px;
    }
}

/* Pie Xcelerator Section */
.pie_xcelerator_section {
    background: linear-gradient(120deg, #001467 60%, #0a2ba7 100%);
    padding: 0;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Background Images */
.pie_xcelerator_bg_left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    mix-blend-mode: luminosity;
    backdrop-filter: blur(424px)
}

.pie_xcelerator_bg_left img {
    width: auto;
    height: auto;
    object-fit: contain;
}

.pie_xcelerator_bg_right {
    position: absolute;
    top: 0;
    right: -40px;
    z-index: 9;
    pointer-events: none;
}

.pie_xcelerator_bg_right img {
    width: auto;
    height: auto;
    object-fit: contain;
}

.pie_xcelerator_container {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    /* padding: 60px 0 0 0; */
    position: relative;
    z-index: 2;
}

.pie_xcelerator_left {
    flex: 0 0 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.pie_xcelerator_tag {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #00bba2;
    font-weight: 500;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
}

.pie_xcelerator_icon {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

.pie_xcelerator_heading {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.2;
    color: #fff;
}

.pie_xcelerator_heading span {
    font-style: italic;
    font-family: 'Arapey', serif;
    color: #b6eaff;
}

.pie_xcelerator_subheading {
    font-family: 'Arapey', serif;
    font-style: italic;
    font-size: 22px;
    color: #b6eaff;
    margin-bottom: 24px;
}

.pie_xcelerator_desc {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
    gap: 25px
}

.pie_xcelerator_desc_bar {
    width: 3px;
    height: 100%;
    background: #00bba2;
    margin-right: 18px;
    border-radius: 2px;
    min-height: 80px;
}

.pie_xcelerator_desc p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    line-height: 1.7;
    opacity: 0.7;
}

.pie_xcelerator_right {
    flex: 1 1 70%;
    display: flex;
    align-items: flex-end;
    position: relative;
    min-width: 0;
    padding-left: 7%;
    z-index: 10;
}

.pie_xcelerator_imgwrap {
    position: relative;
    width: 100%;
    max-width: 600px;
}

.pie_xcelerator_img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.pie_xcelerator_cards {
    display: flex;
    justify-content: center;
    gap: 16px;
    z-index: 10;
    position: absolute;
    bottom: 40px;
    right: 0;
}

.pie_xcelerator_card {
    background-color: #FFFFFF1A;
    padding: 25px;
    color: #fff;
    width: 227px;
    height: 157px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    backdrop-filter: blur(34px);
    transition: box-shadow 0.2s, background 0.2s;
    position: relative;
    clip-path: polygon(12px 0%,
            /* top-left cut */
            100% 0%,
            100% calc(100% - 12px),
            calc(100% - 12px) 100%,
            /* bottom-right cut */
            0% 100%,
            0% 12px);
}

.pie_xcelerator_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    clip-path: polygon(12px 0%,
            /* top-left cut */
            100% 0%,
            100% calc(100% - 12px),
            calc(100% - 12px) 100%,
            /* bottom-right cut */
            0% 100%,
            0% 12px);
}

.pie_xcelerator_card span {
    border: 1px solid #00BBA2;
    width: 30px;
}

.pie_xcelerator_card_title {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.2px;
}

.mobile-img-new {
    display: none;
}

@media screen and (max-width:1399px) {
    .pie_xcelerator_bg_left {
        left: -85px;
    }
}

@media screen and (max-width:1026px) {
    .pie_xcelerator_imgwrap {
        max-width: 360px;
    }

    .pie_xcelerator_right {
        flex: 1 1 50%;
        flex-direction: column;
        gap: 25px;
    }

    .pie_xcelerator_left {
        flex: 0 0 40%;
        margin-top: -167px;
    }

    .pie_xcelerator_cards {
        position: static;
        padding-bottom: 60px;
    }
}

@media screen and (max-width:991px) {
    .pie_xcelerator_container {
        flex-direction: column;
        padding: 50px 0;
        gap: 50px;
    }

    .pie_xcelerator_left {
        flex: 0 0 100%;
        margin-top: 0;
    }

    .pie_xcelerator_right {
        flex: 1 1 100%;
        flex-direction: column-reverse;
        padding-left: 0;
        align-items: center;
        overflow: auto;
    }

    .pie_xcelerator_imgwrap {
        max-width: 540px;
    }

    .pie_xcelerator_bg_right {
        display: none;
    }

    .pie_xcelerator_bg_left {
        height: 100%;
        left: 0;
    }

    .pie_xcelerator_bg_left img {
        height: 100%;
        object-fit: cover;
    }

    .pie_xcelerator_section {
        display: block;
    }
}

@media (max-width: 767px) {
    .pie_xcelerator_imgwrap {
        width: 360px;
        max-width: 100%;
        display: none;
    }

    .pie_xcelerator_desc_bar {
        display: none;
    }

    .pie_xcelerator_desc p {
        padding-left: 15px;
        border-left: 1px solid #00bba2;
    }

    .pie_xcelerator_left .section_title br {
        display: none;
    }

    .pie_xcelerator_right {
        align-items: flex-start;
    }

    .mobile-img-new {
        display: flex;
        justify-content: center;
        margin: 0 -20px;
    }

    .mobile-img-new img {
        width: 100%;
    }

    .pie_xcelerator_cards {
        gap: 10px;
        padding-bottom: 10px;
    }

    .pie_xcelerator_card {
        width: 161px;
        height: 130px;
        padding: 18px;
    }

    .pie_xcelerator_card_title {
        font-size: 14px;
        text-align: left;
    }

    .pie_xcelerator_container {
        padding-bottom: 0;
    }

    .pie_xcelerator_bg_left {
        height: 100%;
        right: 0;
        left: auto;
        transform: rotate(180deg);
    }
}

/* Lead With Us Panel Section Styles */
.working_tabs_container {
    display: flex;
    gap: 75px;
    /*    margin-top: 60px;*/
    /* align-items: center; */
}

/* Left Sidebar - Panel Members */
.working_tabs_sidebar {
    flex: 0 0 420px;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 30px;
}

.panel_line {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #00BBA2;
}

.panel_member {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px 0;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    padding-bottom: 70px;
    padding-left: 59px;
    padding-top: 0;
}

/* .panel_member:hover {
    transform: translateX(5px);
}
.panel_member.active {
    transform: translateX(5px);
} */
.panel_dot {
    width: 12px;
    height: 12px;
    background: #00BBA2;
    border-radius: 50%;
    flex-shrink: 0;
    display: none;
    position: absolute;
    top: -4px;
    left: 36px;
    z-index: 2;
}

.last-dot {
    width: 12px;
    height: 12px;
    background: #00BBA2;
    border-radius: 50%;
    flex-shrink: 0;
    position: absolute;
    bottom: 0;
    left: -4px;
    z-index: 2;
}

.panel_member.active .panel_dot {
    display: block;
}

.panel-tick-active {
    width: 25px;
    border: 1px solid #00bba2;
    background: #00BBA2;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 5px 5px 0;
}

.panel_member.active .panel-tick-active {
    width: 40px;
}

.panel-tick-small {
    width: 15px;
    border: 1px solid #00bba2;
    background: #00BBA2;
    margin-top: 40px;
    position: absolute;
    left: 0;
}

.panel_member_info {
    display: flex;
    margin-top: -10px;
    gap: 30px;
    opacity: 0.6;
}

.panel_member.active .panel_member_info {
    opacity: 1;
}

.panel_member_name {
    font-size: 16px;
    font-weight: 500;
    color: #404040;
    line-height: 1.2;
}

.panel_member.active .panel_member_name {
    font-size: 18px;
    font-weight: 700;
}

.panel_member_desc {
    font-size: 14px;
    color: #404040;
    line-height: 1.4;
    display: none;
    max-width: 155px;
    transition: all 0.3s ease;
}

.somepanelwrap {
    position: relative;
}

.panel_member.active .panel_member_desc {
    display: block;
    position: absolute;
    right: 0;
}

/* Center: Main Image */
.working_tabs_center {
    /* flex: 0 0 400px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.panel_main_image {
    width: 456px;
    min-width: 456px;
    overflow: hidden;
    position: relative;
}

.main-block-wrap {
    flex: 0 0 60%;
    display: flex;
}

.panel_main_image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

/* Panel Images */
.panel_image {
    width: 100%;
    height: auto;
    display: none !important;
    /* Force hide all images by default */
    object-fit: cover;
    position: absolute;
    /* Position absolutely to prevent layout issues */
    top: 0;
    left: 0;
    z-index: 2;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    /* Additional hiding mechanism */
}

.panel_image.active {
    display: block !important;
    /* Force show only active image */
    opacity: 1;
    visibility: visible;
    /* Show only active image */
    position: relative;
    /* Reset position for active image */
}

/* Right Content Area */
.working_tabs_content {

    position: relative;
    display: flex;
    align-items: center;
}

.working_tabs_content .btn_link_a {
    display: inline-block;
    width: fit-content;
    min-width: fit-content;
    cursor: pointer;
    display: none;
}

.tab_content {
    display: none;

    flex-direction: column;
    gap: 30px;
    padding-left: 40px;
}

.tab_content.active {
    display: flex;
}

.tab_quote {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    color: #333333;
    position: relative;
}

.quote_icon {
    position: absolute;
    top: -65px;
    left: -60px;
    z-index: 9;
    flex-shrink: 0;
}

.tab_quote p {
    font-family: 'Metrik';
    font-style: italic;
    font-size: 24px;
    line-height: 1.4;
    margin: 0;
    color: #404040;
    font-weight: 500;
}

.tab_content_text {
    max-height: 300px;
    overflow-y: auto;
    padding: 0;
    padding-right: 10px;
}

.tab_content_text::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: var(--greyBg);
}

.tab_content_text::-webkit-scrollbar {
    width: 5px;
    background-color: var(--greyBg);
    border-radius: 0px;
}

.tab_content_text::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, .3);
    background-color: var(--greencolor);
}

.tab_content_text p {
    font-size: 16px;
    line-height: 1.7;
    color: #404040;
    /*overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;*/
    /*    -webkit-box-orient: vertical;*/

    margin: 0;
    margin-bottom: 10px;
}

@media screen and (min-width:768px) {
    .tab_content_text p {
        display: block;
    }

    .mobile_panel_slide .btn_link_a {
        display: none;
    }
}

.tab_content_text.active p {
    -webkit-line-clamp: inherit;
}

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design for Lead With Us Panel */
@media screen and (max-width:1299px) {
    .working_tabs_center {
        flex: 0 0 350px;
    }

    .panel_main_image {
        width: 346px;
        min-width: 346px;
    }
}

@media (max-width: 1200px) {
    .working_tabs_section {
        padding: 60px 0;
    }

    .working_tabs_container {
        gap: 40px;
        margin-top: 50px;
    }

    .working_tabs_sidebar {
        flex: 0 0 280px;
    }

    .working_tabs_center {
        flex: 0 0 300px;
    }

    .panel_main_image {
        width: 300px;
        min-width: 300px;
    }

    .panel_member.active .panel_member_desc {
        position: static;
    }

    .panel_member_info {
        flex-direction: column;
        gap: 10px;
    }

    .tab_quote p {
        font-size: 20px;
        line-height: 1.2;
    }

    .quote_icon {
        top: -21px;
    }

    .quote_icon img {
        width: 60px;
    }
}

@media (max-width: 991px) {}

@media (max-width: 768px) {
    .working_tabs_section {
        padding: 40px 0;
    }

    .working_tabs_container {
        gap: 30px;
        margin-top: 40px;
    }

    .working_tabs_sidebar {
        max-width: 100%;
        padding-left: 20px;
    }

    .panel_member {
        padding: 15px 0;
        gap: 15px;
    }

    .panel_member_name {
        font-size: 16px;
    }

    .panel_member_desc {
        font-size: 13px;
    }

    .working_tabs_center {
        flex: 0 0 auto;
    }

    .panel_main_image {
        max-width: 280px;
    }

    .tab_quote p {
        font-size: 16px;
    }

    .quote_icon {
        font-size: 36px;
    }

    .tab_content_text p {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .working_tabs_section {
        padding: 30px 0;
    }

    .working_tabs_container {
        gap: 25px;
        margin-top: 30px;
    }

    .working_tabs_sidebar {
        padding-left: 15px;
    }

    .panel_member {
        padding: 12px 0;
        gap: 12px;
    }

    .panel_member_name {
        font-size: 14px;
    }

    .panel_member_desc {
        font-size: 12px;
    }

    .panel_main_image {
        max-width: 250px;
    }

    .tab_quote p {
        font-size: 14px;
    }

    .quote_icon {
        font-size: 32px;
    }

    .tab_content_text p {
        font-size: 14px;
    }
}

/* Mobile Panel Slider Styles */
.mobile_panel_slider {
    display: none;
    /* Hidden by default, shown below 992px */
}

/* Mobile Panel Swiper Container */
.mobile_panel_swiper_container {
    position: relative;
    margin-top: 50px;
    padding: 0 20px;
}

.mobile-panel-swiper {
    width: 100%;
    overflow: hidden;
}

.mobile_panel_slide {
    display: block;
}

.mobile-panel-swiper .swiper-slide {
    display: block;
}

/* Mobile Panel Image */
.mobile_panel_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Mobile Panel Content */
.mobile_panel_content {
    max-width: 400px;
    margin-top: 15px;
}

.mobile_panel_name {
    font-family: 'Sherika', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #001467;
    margin-bottom: 8px;
    line-height: 1.2;
}

.mobile_panel_title {
    font-size: 16px;
    color: #404040;
    margin-bottom: 25px;
    line-height: 1.4;
    font-weight: 500;
}

/* Mobile Panel Text */
.mobile_panel_text p {
    font-size: 16px;
    line-height: 1.6;
    color: #404040;
    margin: 0;
}

/* Mobile Navigation */
.mobile_panel_navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.mobile_panel_prev,
.mobile_panel_next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #00BBA2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mobile_panel_prev:hover,
.mobile_panel_next:hover {
    background: #00BBA2;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 187, 162, 0.3);
}

.mobile_panel_prev:hover svg path,
.mobile_panel_next:hover svg path {
    stroke: #fff;
}

.mobile_panel_navigation .swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.arrow-wrap {
    display: flex;
    gap: 10px;
}

.mobile-panel-swiper .swiper-slide {
    transform: none;
}

.checkbox_label label {
    margin-top: 0px !important;
}

/* Responsive Design for Mobile Panel */
@media (max-width: 991px) {
    .working_tabs_container {
        display: none;
        /* Hide desktop version */
    }

    .mobile_panel_slider {
        display: block;
        /* Show mobile version */
    }

    .mobile_panel_navigation .swiper-pagination {
        display: none;
    }
}

@media (max-width: 767px) {
    .mobile_panel_text p {
        font-size: 14px;
        overflow: hidden;
        /*text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;*/
    }

    .mobile_panel_content button {
        display: none;
    }

    .mobile_panel_slide.active .mobile_panel_text p {
        -webkit-line-clamp: inherit;
    }

    .mobile_panel_name {
        font-size: 18px;
    }

    .mobile_panel_title {
        font-size: 14px;
    }

    .mobile_panel_navigation .swiper-pagination {
        position: static;
        max-width: 60%;
        margin: 50px auto;
        height: 2px !important;
        display: block;
    }

    .mobile_panel_navigation {
        flex-direction: row-reverse;
    }

    .mobile_panel_navigation .swiper-pagination .swiper-pagination-progressbar-fill {
        background: #00BBA2;
    }

    /* .mobile_panel_prev svg, .mobile_panel_next svg{transform: rotate(180deg);} */
    .mobile_panel_navigation .swiper-button-disabled {
        opacity: 0.8;
        pointer-events: none;
        border: 1px solid #D1D1D1;
    }

    .mobile_panel_navigation .swiper-button-disabled svg path {
        stroke: #D1D1D1;
    }
}

/* Unified Minds Section Styles */
.unified_minds_section {
    background: radial-gradient(133.43% 133.43% at 50% -47.54%, #050321 25%, #213B87 100%);
    overflow: hidden;
    position: relative;
}

.unified_minds_wrapper {
    display: flex;
    align-items: center;
    gap: 80px;
}

/* Left Side - Image */
.unified_minds_image {
    flex: 0 0 48%;
    position: relative;
    margin-left: -40px;
}

.unified_minds_image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Right Side - Content */
.unified_minds_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 100%;
    margin-right: -38px;
    overflow: hidden;
}

/* Slider Container - OLD STYLES - REMOVED */
/* These styles were for a different slider and are now removed to prevent conflicts */
.unified_minds_slide_content h3 {
    font-family: 'Sherika', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #001467;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.text-white {
    color: #fff;
}

.para-Wrap p {
    color: #FFFFFFB2;
    font-size: 16px;
    line-height: 24px;
}

.para-Wrap {
    display: flex;
    justify-content: center;
    gap: 29px;
    margin-top: 20px;
    padding-right: 40px;
}

.para-Wrap .line {
    border: 1px solid #E69673;
    width: 250px;
    height: 1px;
    margin-top: 13px;
}

.unified_minds_slide_content p {
    font-size: 16px;
    line-height: 1.7;
    color: #404040;
    margin: 0;
    max-width: 500px;
}

/* Navigation */
.unified_minds_navigation {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.unified_minds_prev,
.unified_minds_next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #00BBA2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: transparent;
}

.unified_minds_prev:hover,
.unified_minds_next:hover {
    background: #00BBA2;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 187, 162, 0.3);
}

.unified_minds_prev:hover svg path,
.unified_minds_next:hover svg path {
    stroke: #fff;
}

.unified_minds_navigation .swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
    border: 1px solid #D1D1D1;
}

.unified_minds_navigation .swiper-button-disabled svg path {
    stroke: #D1D1D1;
}

.tab-mob-img {
    display: none;
}

.para-Wrap a {
    display: none;
}

/* Unified Minds Slider Styles */
.unified_minds_slider {
    margin-top: -20px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.unified_minds_slider .swiper {
    overflow: hidden;
    padding: 20px 0;
    width: 100%;
}

.unified_minds_slider .swiper-slide {
    width: auto;
    transition: all 0.3s ease;
    /* Ensure proper slide sizing */
    flex-shrink: 0;
    transform: none;
}

.unified_minds_slider .slider_card {
    box-sizing: border-box;
}

.unified_minds_slider .swiper-slide-active .slider_card {
    opacity: 1;
}

.unified_minds_slider .card_icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.05);
    opacity: 0.5;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: all 0.3s ease;
    position: relative;
}

.unified_minds_slider .swiper-slide-active .card_icon {
    opacity: 1;
}

.unified_minds_slider .card_title {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 18px;
    transition: all 0.3s ease;
    line-height: 1.3;
    padding-right: 60px;
    margin-top: 25px;
}

.unified_minds_slider .swiper-slide:not(.swiper-slide-active) .card_title {
    opacity: 0.5;
}

.unified_minds_slider .card_description {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.7;
    transition: all 0.3s ease;
    padding-right: 60px;
}

.unified_minds_slider .swiper-slide:not(.swiper-slide-active) .card_description {
    opacity: 0.3;
}

/* Custom Navigation */
.unified_minds_slider_navigation {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    justify-content: flex-start;
}

.unified_minds_slider_prev,
.unified_minds_slider_next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: transparent;
}

.unified_minds_slider_prev:hover,
.unified_minds_slider_next:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);

}

.unified_minds_slider_prev svg path,
.unified_minds_slider_next svg path {
    stroke: #ffffff;
    transition: all 0.3s ease;
}

.unified_minds_slider_prev:hover svg path,
.unified_minds_slider_next:hover svg path {
    stroke: #ffffff;
}

.unified_minds_slider_prev.swiper-button-disabled {
    opacity: 0.4;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0.2);
}

.unified_minds_slider_prev.swiper-button-disabled svg path {
    stroke: rgba(255, 255, 255, 0.4);
}

/* Timeline Line */
.slider_card::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 51px;
    right: 0;
    border: 1px solid #E69673;
    z-index: 1;
    opacity: 0.5;
}

.unified_minds_slider .swiper-slide-active .slider_card::before {
    opacity: 1;
}

.unified_minds_section .pie_xcelerator_bg_left {
    display: none;
}

.unified_minds_slider_navigation .swiper-pagination {
    display: none;
}

/* Responsive Design for Unified Minds */
@media (max-width: 1299px) {
    .unified_minds_section {
        padding: 60px 0;
    }

    .unified_minds_wrapper {
        gap: 60px;
    }

    .unified_minds_image {
        flex: 0 0 40%;
    }

    .unified_minds_slide_content h3 {
        font-size: 24px;
    }

    .unified_minds_wrapper {
        align-items: initial;
    }
}

@media (max-width: 991px) {
    .unified_minds_wrapper {
        flex-direction: column;
        gap: 50px;
    }

    .unified_minds_image {
        display: none;
    }

    .unified_minds_content {
        width: 100%;
    }

    .unified_minds_slide_content h3 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .unified_minds_section {
        padding: 50px 0;
    }

    .para-Wrap a {
        display: block;
        text-decoration: underline;
        color: #fff;
        font-family: 'Sherika', sans-serif;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .tab-mob-img {
        display: block;
    }

    .unified_minds_wrapper {
        gap: 40px;
    }

    .unified_minds_image img {
        border-radius: 15px;
    }

    .unified_minds_slide_content h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .unified_minds_slide_content p {
        font-size: 15px;
    }

    .unified_minds_navigation {
        justify-content: center;
    }

    .para-Wrap {
        padding-right: 0;
        display: block;
    }

    .para-Wrap .line {
        display: none;
    }

    .tab-mob-img img {
        width: 100%;
    }

    .tab-mob-img {
        margin: 15px 0;
    }

    .unified_minds_content .section_title span {
        display: block;
    }

    .unified_minds_slider_navigation .swiper-pagination {
        position: static;
        max-width: 60%;
        margin: 50px auto;
        height: 2px !important;
        display: block;
    }

    .unified_minds_slider_navigation .swiper-pagination .swiper-pagination-progressbar-fill {
        background: #00BBA2;
    }

    .unified_minds_slider_navigation {
        margin: 0;
        justify-content: center;
        align-items: center;
        flex-direction: row-reverse;
    }

    .unified_minds_section .pie_xcelerator_bg_left {
        display: block;
    }
}

@media (max-width: 480px) {
    .unified_minds_section {
        padding: 40px 0;
        background: linear-gradient(120deg, #001467 60%, #0a2ba7 100%);
    }

    .unified_minds_section .pie_xcelerator_bg_left {
        z-index: -1;
    }

    .unified_minds_wrapper {
        gap: 30px;
    }

    .unified_minds_image img {
        border-radius: 12px;
    }

    .unified_minds_slide_content h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .unified_minds_slide_content p {
        font-size: 14px;
    }

    .unified_minds_prev,
    .unified_minds_next {
        width: 45px;
        height: 45px;
    }
}

/* --- Testimonial Slider Section Styles (All px units) --- */
.testimonial_section {
    background: radial-gradient(133.43% 133.43% at 50% -47.54%, #050321 25%, #213B87 100%);
    position: relative;
    overflow: hidden;
}

.background_text {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #41414107;
    width: 100%;
    text-align: center;
    font-size: 180px;
    font-weight: 700;
    font-style: italic;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.04);
    text-stroke: 2px rgba(255, 255, 255, 0.04);
    letter-spacing: 8px;
    z-index: 0;
    font-family: 'Sherika', sans-serif;
    pointer-events: none;
    user-select: none;
    text-transform: uppercase;
    line-height: 1;
}

.testimonial_tab_wrap {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
}

/* Avatar row scrollable and snap */
.testimonial_tab_avatars {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    /*    overflow-x: auto;*/
    /*scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;*/
    padding: 50px 0;
    padding-bottom: 20px;
    /*    height:150px;*/
    min-height: 185px;
}

.testimonial_tab_avatar {
    cursor: pointer;
    opacity: 0.5;
    filter: grayscale(60%);
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    /*    scroll-snap-align: center;*/
    flex: 0 0 auto;
}

.testimonial_tab_avatar .testimonial_avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: none;
    transition: all 0.9s;
    object-fit: cover;
}

.testimonial_tab_avatar.active {
    opacity: 1;
    filter: none;
    z-index: 2;
}

.testimonial_tab_avatar.active .testimonial_avatar {
    width: 100px;
    height: 100px;
    border: 4px solid #F7AEFD;
    /* box-shadow: 2px 5px 20px 0px #fff, 0 0 15px 8px #fff; */
}

.testimonial_tab_avatar:not(.active):nth-child(n+2):nth-child(-n+6) .testimonial_avatar {
    width: 60px;
    height: 60px;
    border: 3px solid #fff;
    box-shadow: 0 0 12px 2px #00BBA2;
}

.testimonial_tab_avatar:not(.active) {
    opacity: 0.7;
    filter: grayscale(20%);
    z-index: 1;
}

/* Only show the active testimonial content */
.testimonial_tab_contents {
    min-height: 260px;
    transition: min-height 0.3s, height 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonial_tab_content {
    display: none;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 26px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-top: 0px;
}

.testimonial_tab_content.active {
    display: block;
}

.testimonial_text p {
    margin-top: 32px;
    font-size: 24px;
    line-height: 1.4;
    color: #fff;
    font-weight: 400;
    opacity: 0.7;
}

.testimonial_author {
    font-size: 20px;
    color: #fff;
    margin-top: 8px;
}

.testimonial_name {
    font-weight: 400;
    font-family: 'Sherika', sans-serif;
    font-size: 20px;
    color: #F7AEFD;
}

.testimonial_surname {
    color: #F7AEFD;
    font-style: italic;
    font-weight: 400;
}

.testimonial_role {
    color: #fff;
    font-size: 16px;
    opacity: 0.7;
    font-weight: 400;
}

.testimonial_section .arrow-wrap {
    display: none;
}

@media (max-width: 1200px) {

    .testimonial_tab_content,
    .testimonial_text p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .testimonial_tab_avatars {
        overflow: auto;
        min-height: 155px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (max-width: 600px) {
    .testimonial_tab_avatars {
        gap: 12px;
    }

    .testimonial_tab_contents {
        min-height: 140px;
    }
}

@media (max-width: 600px) {
    .testimonial_tab_arrow {
        display: flex;
    }

    .testimonial_tab_avatars {
        gap: 12px;
        align-items: center;
        justify-content: center;
        padding-left: 20px;
        padding-right: 10px;
    }

    .testimonial_section .arrow-wrap {
        justify-content: center;
        margin-top: 20px;
    }

    .testimonial_tab_avatar:not(.active):nth-child(n+2):nth-child(-n+6) .testimonial_avatar {
        width: 45px;
        height: 45px;
    }

    .testimonial_tab_avatar .testimonial_avatar {
        width: 50px;
        height: 50px;
    }

    .testimonial_tab_avatar.active .testimonial_avatar {
        width: 70px;
        height: 70px;
    }
}

/* Join Our Journey Form Section */
.join_journey_section {
    background: linear-gradient(135deg, #0a1e4d 0%, #1a3570 100%);
    padding: 80px 0;
    position: relative;
}

.join_journey_wrapper {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 60px;
    background: radial-gradient(147.54% 147.54% at 50% -47.54%, #213B87 5%, #05032187 100%);
    margin-bottom: 50px;
    justify-content: space-between;
}

.join_journey_content .para-Wrap .line {
    border-color: #00BBA2;
    width: 150px;
}

.join_journey_content .para-Wrap {
    margin-top: 50px;
}

.join_journey_content .para-Wrap p {
    font-size: 18px;
    color: #FFFFFFB2;
    line-height: 1.4;
}

/* Left Column - Content */
.join_journey_content {
    padding-right: 60px;
    flex: 0 0 45%;
}

.join_journey_header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.join_journey_icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.join_journey_subtitle {
    color: #00BBA2;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.join_journey_title {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 32px;
    font-family: 'Sherika', sans-serif;
}

.join_journey_title span {
    color: #00BBA2;
    font-style: italic;
}

.join_journey_description {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.description_line {
    width: 4px;
    height: 60px;
    background: #00BBA2;
    flex-shrink: 0;
    margin-top: 8px;
}

.join_journey_description p {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.9;
    margin: 0;
}

/* Right Column - Form */
.join_journey_form_wrapper {
    position: relative;
    max-width: 550px;
}

.joinNewwrap {
    background: #2C3E86;
    border-radius: 0;
    padding: 40px;
    clip-path: polygon(12px 0%,
            /* top-left cut */
            100% 0%,
            100% calc(100% - 20px),
            calc(100% - 20px) 100%,
            /* bottom-right cut */
            0% 100%,
            0% 20px);
    position: relative;
    z-index: 99;
}

.joinNewwrap .wpcf7 form.invalid .wpcf7-response-output {
    border-color: transparent;
    color: #f00;
    margin: 10px 0;
    padding: 0;
}

.joinNewwrap p {
    position: relative;
}

.joinNewwrap form.submitting .wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.join_journey_form {
    /*    display: flex;*/
    flex-direction: column;
    /*    gap: 24px;*/
}

.form_group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form_group label {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
    margin-top: 15px;
}

.form_group input[type="text"],
.form_group input[type="tel"],
.form_group input[type="email"],
.form_group input[type="file"] {
    padding: 12px 16px;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s;
    border: 0;
    border-bottom: 1px solid #FFFFFF1A;
    padding-left: 0;
    background: transparent;
    font-family: 'Metrik';
}

.form_group input[type="text"]::placeholder,
.form_group input[type="tel"]::placeholder,
.form_group input[type="email"]::placeholder,
.form_group input[type="file"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Metrik';
    font-size: 16px;
}

.form_group input[type="text"]:focus,
.form_group input[type="tel"]:focus,
.form_group input[type="email"]:focus,
.form_group input[type="file"]:focus {
    outline: none;
    border-color: #fff;
    background: transparent;
}

.choose-board-form-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    pointer-events: none;
    z-index: 1;
    box-sizing: border-box;
    background: #A9B9FF99;
    clip-path: polygon(20px 0%,
            /* top-left cut */
            100% 0%,
            100% calc(100% - 20px),
            calc(100% - 20px) 100%,
            /* bottom-right cut */
            0% 100%,
            0% 20px);
}

.choose-board-form-border-2 {
    transform: rotate(-5.06deg) translate(-5px, 1px);
    opacity: 1;
}

.form_group input[type="file"]::-webkit-file-upload-button {
    background: #00BBA2;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    margin-right: 12px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    display: none;
}

/* Checkbox Styling */
.checkbox_group {
    margin-top: 8px;
}

.checkbox_label {
    display: flex;
    align-items: flex-start;
    gap: 0px;
    cursor: pointer;
    font-size: 14px !important;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.5) !important;
}

.checkbox_label .wpcf7-list-item-label {
    color: rgb(255 255 255 / 55%);
}

.checkbox_label input[type="checkbox"] {
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #00a892;
    border: none;
}

.checkmark {
    width: 18px;
    height: 18px;
    background: #FFFFFF1A;
    flex-shrink: 0;
    margin-top: 5px;
    position: relative;
    transition: all 0.3s;
    clip-path: polygon(3px 0%,
            /* top-left cut */
            100% 0%,
            100% calc(100% - 3px),
            calc(100% - 3px) 100%,
            /* bottom-right cut */
            0% 100%,
            0% 3px);
    order: 1;
}

.checkbox_label input[type="checkbox"]:checked~.checkmark {
    background: #00BBA2;
    border-color: #00BBA2;
}

.checkbox_label .checkmark::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    opacity: 0;
    transition: opacity .2s;
}

.checkbox_label:has(input[type="checkbox"]:checked) .checkmark {
    background: #00BBA2;
    border-color: #00BBA2;
}

.checkbox_label:has(input[type="checkbox"]:checked) .checkmark::after {
    opacity: 1;
}

.checkbox_label .wpcf7-form-control-wrap {
    order: 2;
}

/* Submit Button */
.submit_btn {
    background: #00BBA2;
    color: #fff;
    border: none;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Sherika', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 16px;
    font-size: 14px;
    clip-path: polygon(12px 0%,
            /* top-left cut */
            100% 0%,
            100% calc(100% - 12px),
            calc(100% - 12px) 100%,
            /* bottom-right cut */
            0% 100%,
            0% 12px);
}

.submit_btn:hover {
    background: #00a892;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 187, 162, 0.3);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .join_journey_wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .join_journey_content {
        padding-right: 0;
        text-align: center;
    }

    .join_journey_title {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .join_journey_wrapper {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .join_journey_section {
        padding: 60px 0;
    }

    .join_journey_wrapper {
        gap: 32px;
    }

    .join_journey_title {
        font-size: 28px;
    }

    .join_journey_description {
        flex-direction: column;
        gap: 12px;
    }

    .description_line {
        width: 100%;
        height: 2px;
    }
}

@media (max-width: 767px) {
    .join_journey_wrapper {
        padding: 30px 12px;
    }

    .join_journey_form_wrapper {
        position: relative;
        max-width: 90%;
        margin: 10px auto;
    }

    .join_journey_title {
        font-size: 24px;
    }

    .submit_btn {
        padding: 14px 24px;
        font-size: 14px;
    }
}

/* Key opening */
.keyWrap {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}

.keyWrap .section_titile_wrapper {
    flex: 0 0 30%;
}

/* Job Search Interface Styles */
.job-search-container {
    width: 100%;
    overflow: hidden;
}

/* Search Bar Styles */
.job-search-bar {
    padding: 24px 0;
    border-bottom: 1px solid #E6967333;
}

.search-input-group {
    display: flex;
    gap: 12px;
    align-items: center;
}

.search-input-wrapper {
    position: relative;
    flex: 1;
}

.search-icon,
.location-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.search-input {
    width: 100%;
    padding: 12px 12px 12px 40px;
    border: 1px solid #51515121;
    font-family: 'Sherika', sans-serif;
    font-size: 14px;
    color: #515151;
    background: transparent;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 125px;
    font-weight: 600;
}

.main-input {
    position: relative;
}

.main-input::before {
    content: "";
    width: 100%;
    background-color: #515151;
    height: 100%;
    clip-path: polygon(12px 0%,
            /* top-left cut */
            100% 0%,
            100% calc(100% - 12px),
            calc(100% - 12px) 100%,
            /* bottom-right cut */
            0% 100%,
            0% 12px);
    display: block;
}

.search-input:focus {
    outline: none;
    border-color: #00BBA2;
    box-shadow: none;
    font-weight: 600;
    font-family: 'Sherika', sans-serif;
    font-size: 14px;
}

.search-input::placeholder {
    color: #515151;
    font-weight: 600;
    font-family: 'Sherika', sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #515151;
}

.search-btn {
    padding: 13px 24px;
    background: #00BBA2;
    color: #fff;
    border: none;
    clip-path: polygon(6px 0%,
            /* top-left cut */
            100% 0%,
            100% calc(100% - 6px),
            calc(100% - 6px) 100%,
            /* bottom-right cut */
            0% 100%,
            0% 6px);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    width: 166px;
}

.search-btn:hover {
    background: #00a892;
}

/* Job Listings Table Styles */
.job-table-header {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1fr 1fr;
    gap: 16px;
    padding: 24px;
    border-bottom: 1px solid #E69673;
}

.header-cell {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Sherika', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #404040;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.header-icon {
    opacity: 0.7;
}

/* .job-table-body {
    max-height: 400px;
    overflow-y: auto;
} */
.job-row {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1fr 1fr;
    gap: 16px;
    padding: 24px;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    margin: 15px 0;
    background-color: transparent;
}

.job-table-body .job-row:last-child {
    margin-bottom: 0px;
}

.job-row:hover {
    background: rgb(0 255 205 / 5%);
    transform: translateY(-2px);
    /*    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);*/
    transition: all 0.3s ease;
    clip-path: polygon(0% 12%, 2% 0%, 100% 0%, 100% 90%, 98% 100%, 0% 100%)
}

.job-row.active {
    background-color: #00BBA20D;
    clip-path: polygon(15px 0%,
            /* top-left cut */
            100% 0%,
            100% calc(100% - 15px),
            calc(100% - 15px) 100%,
            /* bottom-right cut */
            0% 100%,
            0% 15px);
}

.job-row.hover {
    background-color: #00BBA20D;
    clip-path: polygon(6px 0%,
            /* top-left cut */
            100% 0%,
            100% calc(100% - 6px),
            calc(100% - 6px) 100%,
            /* bottom-right cut */
            0% 100%,
            0% 6px);
}

.job-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.job-title {
    font-family: 'Metrik', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #404040;
    line-height: 1.3;
}

.job-type {
    display: inline-block;
    padding: 5px 10px;
    background: #e8f5e8;
    color: #00BBA2;
    font-family: 'Metrik', sans-serif;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 500;
    border-radius: 20px;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    width: fit-content;
    background-color: #00BBA21A;
    display: flex;
    align-items: center;
    justify-content: center;
}

.job-location,
.job-experience {
    font-family: 'Metrik', sans-serif;
    font-size: 14px;
    color: #404040;
    font-weight: 400;
    line-height: 1.4;
}

.job-action {
    display: flex;
    justify-content: flex-end;
}

.apply-btn {
    color: #00BBA2;
    font-family: 'Sherika', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    ;
}

.search-input-wrapper span {
    position: absolute;
    top: 13px;
    left: 43px;
    font-weight: 300;
    font-family: 'Sherika', sans-serif;
    color: #515151;
    font-size: 14px;
    color: #515151;
}

.keyWrap .section_titile_wrapper .para-Wrap p {
    color: var(--brandColor);
}

.apply-btn:hover {
    color: #00a892;
    text-decoration: underline;
}

/* Responsive Design for Job Search */
@media (max-width: 1200px) {
    .keyWrap {
        gap: 60px;
    }

    .search-input-group {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }

    .job-row {
        grid-template-columns: 1fr 1fr;
    }

    .search-input-wrapper {
        width: 100%;
    }

    .job-table-header {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .keyWrap .section_titile_wrapper {
        flex: 0 0 35%;
    }

    .job-search-container {
        max-width: 500px;
    }
}

@media (max-width: 991px) {
    .keyWrap {
        flex-direction: column;
        gap: 40px;
        align-items: flex-start;
    }

    .keyWrap-right {
        width: 100%;
    }

    .keyWrap .section_titile_wrapper {
        flex: 0 0 100%;
    }

    .job-search-container {
        max-width: 100%;
    }

    .search-input-group {
        flex-direction: column;
        gap: 16px;
    }

    .search-btn {
        width: 100%;
    }

    .job-row,
    .job-table-header {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 12px;
        text-align: left;
    }
}

@media (max-width: 768px) {

    .job-table-header,
    .job-row {
        padding: 16px 20px;
    }

    .joinNewwrap {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .job-search-bar {
        padding-top: 0;
    }

    .job-table-header {
        display: none;
    }

    .keyWrap {
        gap: 20px;
    }

    .job-table-header,
    .job-row {
        padding: 12px 16px;
        grid-template-columns: 1fr 1fr;
    }

    .job-info {
        grid-column: span 2;
    }

    .job-experience {
        display: none;
    }

    .job-type {
        font-size: 10px;
        padding: 3px 6px;
    }

    .search-input {
        font-weight: 500;
    }

    .search-input:focus {
        font-weight: 500;
    }

    .search-input::placeholder {
        font-weight: 500;
    }

    .choose-board-form-border-2 {
        transform: rotate(-3.06deg) translate(-5px, 1px);
        opacity: 1;
    }
}

/* social-section */
.social-desc {
    background: #FEE9D5;
    padding: 40px;
    clip-path: polygon(12px 0%,
            /* top-left cut */
            100% 0%,
            100% calc(100% - 12px),
            calc(100% - 12px) 100%,
            /* bottom-right cut */
            0% 100%,
            0% 12px);
    position: absolute;
    top: 50%;
    max-width: 536px;
    right: 50px;
    transform: translateY(-50%);
}

.social-heads {
    position: absolute;
    top: 12%;
    text-align: left;
    left: 52px;
    max-width: 500px;

}

.social-heads p {
    font-size: 18px;
    color: #ffffffd6;
    font-weight: 400;
    margin-top: 10px;
    padding: 20px;
    line-height: 28px;
    background: rgb(255 255 255 / 20%);
    clip-path: polygon(0% 8.5%, 6.5% 0%, 100% 0%, 100% 89.5%, 94.5% 100%, 0% 100%);
    backdrop-filter: blur(10px);
}

.social-slider .swiper-slide {
    transform: none;
}

.social-heading {
    font-size: 24px;
    font-family: 'Sherika', sans-serif;
    font-weight: 500;
    color: var(--brandColor);
}

.social-para {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.social-para p {
    color: #404040;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 10px;
}

.social-para .line {
    border: 1px solid #001467;
    width: 50px;
    height: 1px;
    margin-top: 13px;
}

/* Social Section Styles */
.social-slider,
.social-main-slider {
    height: 80vh;
    min-height: 600px;
}

/* .social-main-slider .swiper-slide {
  height: 100vh;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
} */
.socialimg {
    width: 100%;
}

.social-main-slider .swiper-slide {
    transition: box-shadow 0.4s, transform 0.4s;
    box-shadow: none;
    transform: scale(0.96);
}

.social-main-slider .swiper-slide-active {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    transform: scale(1);
    z-index: 2;
}

@keyframes socialFadeIn {
    from {
        opacity: 0;
        transform: translateY(40px) scale(0.96);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.social-main-slider .swiper-slide {
    opacity: 0.7;
    transition: box-shadow 0.4s, transform 0.4s, opacity 0.4s;
}

.social-main-slider .swiper-slide-active {
    opacity: 1;
    animation: socialFadeIn 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
}

.social-heads-tab {
    display: none;
}

.arrow-wrap .unified_minds_slider_next:hover svg path,
.arrow-wrap .unified_minds_slider_prev:hover svg path {
    stroke: var(--greenborder);
}

.arrow-wrap .unified_minds_slider_next:hover svg circle,
.arrow-wrap .unified_minds_slider_prev:hover svg circle {
    stroke: var(--greenborder);
}

.unified_minds_slider_prev:hover,
.unified_minds_slider_next:hover {
    background: transparent;
    border-color: var(--greenborder);
}

@media screen and (min-width:1920px) {
    .life-swiper .swiper-wrapper {
        justify-content: center;
    }
}

@media screen and (max-width:1299px) {

    .social-slider,
    .social-main-slider {
        height: 75vh;

    }
}

@media screen and (width: 1280px) and (height: 1024px) {

    .social-slider,
    .social-main-slider {
        height: 58vh;
    }
}

@media screen and (max-width: 1026px) {

    .social-slider,
    .social-main-slider {
        height: 60vh;
        min-height: 466px;
    }

    .social-para p {
        font-size: 16px;
    }

    .social-desc {
        max-width: 400px;
    }

    .social-heads {
        max-width: 390px;
    }
}

@media screen and (max-width: 1026px) {

    .social-slider,
    .social-main-slider {
        height: 34vh;
        min-height: 400px;
    }

}

/* Social Accordion (Tab/Mobile) */
@media (max-width: 991px) {
    .social-main-slider {
        display: none !important;
    }

    .social-heads-tab {
        display: block;
    }

    .social-slider,
    .social-main-slider {
        height: auto;
        min-height: fit-content;
    }

    .social-accordion {
        display: block !important;

        padding: 0px;
        margin: 0 auto 0px auto;

    }

    .keyWrap {
        display: block;
    }

    .job-search-bar {
        padding-top: 0px;
    }

    .social-accordion-img-wrap {
        width: 100%;
        padding: 0 0 18px 0;
        text-align: center;
    }

    .social-accordion-img-wrap img {
        width: 100%;

        object-fit: cover;


        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .social-accordion-list {
        width: 100%;
        padding: 0;
    }

    .social-accordion-item {
        border-bottom: 1px solid #eaeaea;
        padding: 0;
        margin-bottom: 0;
        background: none;
    }

    .social-accordion-title {
        font-family: 'Sherika', sans-serif;
        font-size: 20px;
        font-weight: 500;
        color: var(--brandColor);
        padding: 18px 0 12px 0;
        cursor: pointer;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: color 0.3s;
        position: relative;
        padding-left: 51px;
    }

    .social-accordion-title:before {
        content: "";
        text-align: left;
        justify-content: flex-start;
        width: 20px;
        border: 1px solid var(--brandColor);
        position: absolute;
        left: 0;
    }

    .social-accordion-title .accordion-arrow {
        display: inline-block;
        width: 28px;
        height: 28px;
        margin-left: 10px;
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        vertical-align: middle;
    }

    .social-accordion-item.active .social-accordion-title .accordion-arrow {
        transform: rotate(180deg);
    }

    .social-accordion-title::after {
        display: none;
    }

    .social-accordion-content {
        font-family: 'Metrik', sans-serif;
        font-size: 16px;
        color: #404040;
        padding: 0 0 18px 0;
        line-height: 1.6;
        display: none;
        animation: fadeInAccordion 0.4s;
    }

    .social-accordion-item.active .social-accordion-content {
        display: block;
    }

    .accordion-arrow path {
        stroke: var(--brandColor);
    }

    .circle_pagination {
        display: none !important;
    }

    .onlySpace {
        padding-top: 50px;
        padding-bottom: 10px;
    }

    .social-accordion-content img {
        display: block;
        margin-bottom: 10px;
        clip-path: polygon(0% 3%, 3% 0%, 100% 0%, 100% 97%, 97% 100%, 0% 100%);
    }

    .social-accordion-img-wrap {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .social-accordion-title {
        font-size: 18px;
        padding-left: 30px;
    }

    .unified_minds_slider .card_title {
        font-size: 16px;
        line-height: 22px;
    }

    .career_banner_content {
        width: 100%;
    }

    .career_banner_subtitle br {
        display: none;
    }

    .career_banner_subtitle {
        line-height: 20px;
        padding: 0 55px;
    }

    .onlySpace {
        padding: 50px 0 45px;
    }

    .life-swiper .swiper-wrapper {
        justify-content: flex-start;
    }



}

@keyframes fadeInAccordion {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.joinNewwrap .checkbox_label input[type="checkbox"] {
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0px;
    top: 5px;
    height: 0px;
    width: 0px;
}

.joinNewwrap .checkbox_label label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

.joinNewwrap .checkbox_label input[type="checkbox"]:after {
    content: '';
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0px;
    background: #FFFFFF1A;
    position: absolute;
    transition: all 0.3s;
    clip-path: polygon(3px 0%,
            /* top-left cut */
            100% 0%, 100% calc(100% - 3px), calc(100% - 3px) 100%,
            /* bottom-right cut */
            0% 100%, 0% 3px);
}

.joinNewwrap .checkbox_label {
    margin-top: 0px;
}

.joinNewwrap .checkbox_label .wpcf7-list-item.last {
    margin: 0px;
    margin-top: 5px;
}

.joinNewwrap .checkbox_label input[type="checkbox"]:checked:after {
    background: #00a892;
}

.joinNewwrap .checkbox_label input[type="checkbox"]:checked:before {
    content: '✓';
    position: absolute;
    left: 8px;
    top: 10px;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    z-index: 2;
}

.joinNewwrap .submit_btn {
    display: block;
    width: 100%;
    padding-top: 18px;
}

.joinNewwrap .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 20px;
}

.life_slider_container {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.life_slider_container .life-swiper .swiper-wrapper {
    justify-content: initial;
}