.project_listing_section {
    padding-top: 45px;
    padding-bottom: 80px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 325px 338px;
}

.role_header h1 {
    font-family: "Exo 2", sans-serif !important;
    font-weight: 600;
    font-size: 58px !important;
    line-height: 120%;
    background: linear-gradient(181deg, #01273A 0.91%, #023B4C 91.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 31px !important;
}

.role_filters {
    margin-bottom: 46px;
}

.role_filter_form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 40px;
    width: 100%;
}

.filter_group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.filter_label {
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    background: var(--Darkest-Blue-Gradient, linear-gradient(181deg, #01273A 0.91%, #023B4C 91.69%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.filter_select_wrap {
    position: relative;
    display: inline-block;
}

.filter_select {
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #01273A;
    background-color: #FFFFFF;
    border: 1px solid #185E7F;
    border-radius: 24px;
    padding: 8px 30px 8px 8px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../images/select-dropdown-icon.svg');
    background-repeat: no-repeat;
    background-position: right 11px center;
    background-size: 16px;
    min-width: 135px;
    max-width: 135px;
    cursor: pointer;
    text-align: center;
}

.filter_select:focus {
    border: 1px solid #185E7F;
}

.filter_search_wrap {
    border: 0.225px solid #01273A;
    border-radius: 18px;
    display: flex;
    align-items: center;
    overflow: hidden;
    max-width: 304px;
    min-width: 304px;
    width: 100%;
}

.filter_search_input {
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #01273A !important;
    border: none !important;
    border-radius: 0 !important;
    flex: 1;
    padding: 0 8px !important;
}

.filter_search_input:focus-visible {
    outline: none;
}

.filter_search_btn {
    padding: 8px 14px;
    cursor: pointer;
}

.filter_search_btn img {
    display: block;
    width: 22px;
    min-width: 22px;
    height: 22px;
    object-fit: contain;
}

.roles_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 32px;
    row-gap: 48px;
    width: 100%;
    margin-bottom: 48px;
}

.role_card {
    background: #FFFFFF;
    border: 0.232px solid #01273A;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.role_card:hover {
    transform: translateY(-5px);
}

.role_thumb {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 56.92%;
    overflow: hidden;
}

.role_thumb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.role_content {
    padding: 10px 15px 15px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.home .role_content { display: block; }

.role_title {
    font-family: "League Spartan", sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    background: linear-gradient(181deg, #01273A 0.91%, #023B4C 91.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
    margin-bottom: 5px !important;
}

.company {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.company_logo_wrapper {
    width: 28px;
    min-width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.company_logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.company_name {
    font-family: "League Spartan", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #01273A;
    text-transform: capitalize;
}

.role_information {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px;
    margin-bottom: 20px;
}

.role_information_label {
    display: block;
    font-family: "League Spartan", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
    background: linear-gradient(181deg, #01273A 0.91%, #023B4C 91.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
    margin-bottom: 3px;
}

.role_information_value {
    display: block;
    font-family: "League Spartan", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    background: linear-gradient(181deg, #01273A 0.91%, #023B4C 91.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.role_actions {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.role_apply,
.role_details {
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    color: #01273A;
    background: #FFFFFF;
    border: 0.093px solid #185E7F;
    border-radius: 7.415px;
    padding: 10px;
    flex: 1;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.3s ease;
}

.role_apply {
    background: #EDF7FF;
}

.role_apply:hover,
.role_details:hover {
    color: #FFFFFF;
    background: #01273A;
}

.role_actions a:focus-visible {
    outline: none;
}

@media (max-width: 1199px) {
    .roles_grid {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 20px;
        row-gap: 40px;
        margin-bottom: 40px;
    }

    .company {
        margin-bottom: 14px;
    }

    .company_logo_wrapper {
        width: 25px;
        min-width: 25px;
        height: 25px;
    }

    .role_information {
        margin-bottom: 18px;
    }

    .role_filters {
        margin-bottom: 40px;
    }

    .role_filter_form {
        gap: 20px;
    }

    .filter_group {
        gap: 5px;
    }

    .filter_select {
        background-size: 12px;
        padding: 8px 25px 8px 8px;
    }

    .filter_search_btn img {
        width: 20px;
        min-width: 20px;
        height: 20px;
    }

    .project_listing_section {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .role_header h1 {
        font-size: 50px !important;
        margin-bottom: 25px !important;
    }
}

@media (max-width: 991px) {
    .roles_grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 30px;
        margin-bottom: 30px;
    }

    .company {
        margin-bottom: 12px;
    }

    .role_information {
        margin-bottom: 15px;
    }

    .role_filters {
        margin-bottom: 30px;
    }

    .role_filter_form {
        gap: 15px;
        justify-content: space-between;
    }

    .filter_group {
        width: 23%;
    }

    .filter_select {
        background-size: 10px;
        min-width: 100%;
        max-width: 100%;
    }

    .project_listing_section {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .role_header h1 {
        font-size: 42px !important;
    }

    .filter_group.search_group {
        width: 100%;
    }

    .filter_search_wrap {
        max-width: 100%;
        min-width: 100%;
    }
}

@media (max-width: 767px) {
    .roles_grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .role_information {
        gap: 10px;
    }

    .project_listing_section {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .role_header h1 {
        font-size: 34px !important;
    }

    .role_filters {
        margin-bottom: 20px;
    }

    .filter_group {
        width: 100%;
    }

    .role_filter_form {
        gap: 20px;
    }

    .filter_search_btn img {
        width: 18px;
        min-width: 18px;
        height: 18px;
    }

}

/* Pagination CSS */

.pagination {
    position: relative;
}

.pagination_numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.pagination_list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0;
}

.pagination_item a,
.pagination_item span {
    font-family: "League Spartan", sans-serif;
    font-weight: 500 !important;
    font-size: 24px;
    line-height: normal;
    color: #01273A !important;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    transition: all 0.3s ease;
}

.pagination_item .current {
    font-weight: 900 !important;
    border: 1px solid #FEAC00;
}

.pagination_item a:hover {
    border: 1px solid #FEAC00;
}

.pagination_item span.dots {
    pointer-events: none;
    width: auto;
}

.pagination_arrows {
    display: flex;
    align-items: center;
    gap: 16px;
}

.pagination_arrows a img {
    display: block;
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 100%;
}

@media (max-width: 1199px) {

    .pagination_item a,
    .pagination_item span {
        font-size: 22px;
        width: 34px;
        height: 34px;
    }

    .pagination_list {
        gap: 12px;
    }

    .pagination_arrows a img {
        width: 36px;
        min-width: 36px;
        height: 36px;
    }

    .pagination_arrows {
        gap: 14px;
    }
}

@media (max-width: 991px) {

    .pagination_item a,
    .pagination_item span {
        font-size: 20px;
        width: 32px;
        height: 32px;
    }

    .pagination_list {
        gap: 10px;
    }

    .pagination_arrows {
        gap: 12px;
    }

    .pagination_arrows a img {
        width: 32px;
        min-width: 32px;
        height: 32px;
    }
}

@media (max-width: 767px) {
    .pagination_list {
        gap: 8px;
    }

    .pagination_item a,
    .pagination_item span {
        font-size: 18px;
        width: 28px;
        height: 28px;
    }

    .pagination_arrows {
        gap: 10px;
        justify-content: center;
    }

    .pagination_arrows a img {
        width: 28px;
        min-width: 28px;
        height: 28px;
    }

    .pagination {
        display: block;
    }

    .pagination_navs {
        margin-top: 20px;
    }
}

/* Project Details Overlay CSS */

.project_detail_popup {
    background: #FFFFFF;
    width: 1230px !important;
    max-width: none !important;
    padding: 0 !important;
    justify-content: flex-start;
}

.project_detail_popup .swal2-close {
    background-image: url(../images/pdo-close-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    border-radius: 0;
    font-size: 0;
    top: 16px;
    right: 40px;
}

.rolemodel_top_part {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.50) -10.42%, #EDF7FF 100%);
    padding: 41px 54px 60px 54px;
}

.rolemodel_header_container {
    margin-bottom: 52px;
}

.rolemodel_flex_between {
    display: flex;
    align-items: center;
    gap: 21px;
    margin-bottom: 24px;
}

.rolemodel_main_title {
    font-family: "Exo 2", sans-serif !important;
    font-weight: 600;
    font-size: 52.2px !important;
    line-height: 120%;
    color: #023B4C;
    margin: 0 !important;
    text-transform: capitalize;
}

.rolemodel_brochure_name {
    display: inline-block;
    max-width: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 12.764px;
    line-height: 150%;
    color: #023B4C;
    text-transform: capitalize;
}

.rolemodel_brochure_group {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: #FFF2EB;
    border: 0.675px solid #01273A;
    border-radius: 16.2px;
}

.rolemodel_brochure_group::before {
    content: "";
    width: 24px;
    height: 31px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
}

.brochure_pdf::before {
    background-image: url("../images/pdf-icon.svg");
}

.brochure_doc::before {
    background-image: url("../images/doc-icon.svg");
}

.brochure_xls::before {
    background-image: url("../images/xls-icon.svg");
}

.brochure_jpg::before {
    background-image: url("../images/jpg-icon.svg");
}

.brochure_ppt::before {
    background-image: url("../images/ppt-icon.svg");
}

.rolemodel_brochure_group svg {
    width: 24px;
    height: 24px;
}

.rolemodel_brochure_group a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.rolemodel_pill_group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
}

.pill {
    display: inline-block;
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-size: 14.4px;
    line-height: 14.4px;
    background: linear-gradient(181deg, #01273A 0.91%, #023B4C 91.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    padding-left: 10px;
}

.pill::before {
    content: "";
    background-color: #023B4C;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.rolemodel_flex_between_mb {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 28px;
}

.rolemodel_section_heading {
    font-family: "Exo 2", sans-serif !important;
    font-weight: 600;
    font-size: 32.4px;
    line-height: normal;
    background: linear-gradient(181deg, #01273A 0.91%, #023B4C 91.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.324px;
    text-transform: capitalize;
    margin: 0 !important;
}

.rolemodel_apply_small.apply_now_btn {
    font-family: "League Spartan", sans-serif;
    font-weight: 600;
    font-size: 12.6px;
    line-height: normal;
    color: #023B4C;
    background: linear-gradient(96deg,
            rgba(255, 229, 212, 0.5) 17.38%,
            rgba(255, 255, 255, 0.5) 119.73%);
    border: 0.45px solid #185E7F;
    border-radius: 9.19px;
    padding: 15px 45px;
    text-transform: capitalize;
    transition: all .3s ease;
}

.rolemodel_apply_small.apply_now_btn:hover {
    color: #FFFFFF;
    background: #01273A;
    border: 0.45px solid #01273A;
}

.rolemodel_apply_small.apply_now_btn:focus-visible {
    outline: none;
}

.rolemodel_section_description p {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 14.4px;
    line-height: 135%;
    background: linear-gradient(181deg, #01273A 0.91%, #023B4C 91.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 23px !important;
}

.rolemodel_section_description p:last-child {
    margin-bottom: 0 !important;
}

.rolemodel_bottom_part {
    background-color: #FFFFFF;
    padding: 28px 54px 69px 54px;
}

.rolemodel_task_heading {
    font-family: "Exo 2", sans-serif !important;
    font-weight: 600;
    font-size: 32.4px;
    line-height: normal;
    background: linear-gradient(181deg, #01273A 0.91%, #023B4C 91.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 32px !important;
    letter-spacing: 0.324px;
}

.rolemodel_task_bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 21px;
    margin-bottom: 32px;
}

.task_tab {
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-size: 12.6px;
    line-height: normal;
    color: #000;
    background: #FFFFFF;
    border: 0.533px solid #185E7F !important;
    border-radius: 12.8px;
    padding: 14px 28px;
    text-transform: capitalize;
    transition: all .3s ease;
}

.task_tab:focus-visible {
    outline: none;
}

.task_tab:hover {
    color: #FFFFFF;
    background: linear-gradient(181deg, #01273A 0.91%, #023B4C 91.69%);
}

.task_tab.task_tab_active {
    font-weight: 600;
    color: #FFFFFF;
    background: linear-gradient(181deg, #01273A 0.91%, #023B4C 91.69%);
    border: 0.533px solid #FEAC00 !important;
}

.hidden {
    display: none !important;
}

.rolemodel_task_title {
    font-family: "League Spartan", sans-serif !important;
    font-weight: 600;
    font-size: 21.6px;
    line-height: 150%;
    background: linear-gradient(181deg, #01273A 0.91%, #023B4C 91.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
    margin-bottom: 32px !important;
}

.task_detail_block {
    border-left: 0.9px solid #01273A;
    margin-bottom: 32px;
    padding-left: 21px;
    padding-bottom: 10px;
    position: relative;
}

.task_detail_block:last-child {
    margin-bottom: 0;
}

.task_detail_block::before,
.task_detail_block::after {
    content: "";
    background-color: #01273A;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: -3px;
}

.task_detail_block::after {
    top: auto;
    bottom: 0;
}

.rolemodel_detail_heading {
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: "League Spartan", sans-serif !important;
    font-weight: 700;
    font-size: 21.6px;
    line-height: 150%;
    color: #023B4C;
    margin-bottom: 22px !important;
}

.rolemodel_emoji_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    min-width: 32px;
    height: 32px;
}

.rolemodel_emoji_icon svg {
    width: 32px;
    min-width: 32px;
    height: 32px;
}

.task_detail_block ul {
    padding: 0;
}

.rolemodel_timeline_grid ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    width: 100%;
}

.rolemodel_timeline_grid ul li {
    margin: 0;
}

.rolemodel_list_item {
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #023B4C;
}

.rolemodel_list_disc {
    padding-left: 17px !important;
}

.rolemodel_list_disc li {
    list-style-type: disc;
    margin-bottom: 11px;
}

.rolemodel_list_disc li:last-child {
    margin-bottom: 0;
}

.rolemodel_charges_text {
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #023B4C;
}

.project_item_details:not(.active) {
    display: none;
}

.project_item_details .apply_now_btn {
    margin-top: 32px;
}

.project_item_details .apply_now_btn button {
    font-family: "League Spartan", sans-serif;
    font-weight: 600;
    font-size: 12.6px;
    line-height: normal;
    color: #023B4C;
    background: linear-gradient(96deg,
            rgba(255, 229, 212, 0.5) 17.38%,
            rgba(255, 255, 255, 0.375) 119.73%);
    border: 0.45px solid #185E7F;
    border-radius: 9.19px;
    padding: 15px 45px;
    text-transform: capitalize;
    transition: all .3s ease;
}

.project_item_details .apply_now_btn button:hover {
    color: #FFFFFF;
    background: #01273A;
}

.project_item_details .apply_now_btn button:focus-visible {
    outline: none;
}

@media (max-width: 1199px) {

    .project_detail_popup {
        width: calc(100% - 20px) !important;
    }

    .project_detail_popup .swal2-close {
        right: 20px;
    }

    .rolemodel_top_part {
        padding: 30px 30px 50px 30px;
    }

    .rolemodel_header_container {
        margin-bottom: 40px;
    }

    .rolemodel_flex_between {
        gap: 18px;
        margin-bottom: 22px;
    }

    .rolemodel_main_title {
        font-size: 44px !important;
    }

    .rolemodel_brochure_group {
        gap: 5px;
        padding: 10px 15px;
    }

    .rolemodel_brochure_group::before {
        width: 20px;
        height: 27px;
    }

    .rolemodel_brochure_group a {
        gap: 5px;
    }

    .rolemodel_brochure_group svg {
        width: 22px;
        height: 22px;
    }

    .rolemodel_pill_group {
        gap: 18px;
    }

    .rolemodel_flex_between_mb {
        gap: 15px;
        margin-bottom: 24px;
    }

    .rolemodel_section_heading {
        font-size: 30px;
    }

    .rolemodel_apply_small.apply_now_btn {
        padding: 14px 40px;
    }

    .rolemodel_section_description p {
        margin-bottom: 20px !important;
    }

    .rolemodel_bottom_part {
        padding: 25px 30px 60px 30px;
    }

    .rolemodel_task_heading {
        font-size: 30px;
        margin-bottom: 28px !important;
    }

    .rolemodel_task_bar {
        gap: 18px;
        margin-bottom: 28px;
    }

    .task_tab {
        padding: 14px 25px;
    }

    .rolemodel_task_title {
        font-size: 20px;
        margin-bottom: 28px !important;
    }

    .task_detail_block {
        margin-bottom: 28px;
        padding-left: 18px;
    }

    .rolemodel_detail_heading {
        gap: 12px;
        font-size: 20px;
        margin-bottom: 20px !important;
    }

    .rolemodel_emoji_icon {
        width: 28px;
        min-width: 28px;
        height: 28px;
    }

    .rolemodel_emoji_icon svg {
        width: 28px;
        min-width: 28px;
        height: 28px;
    }

    .rolemodel_timeline_grid ul {
        gap: 20px;
    }

    .rolemodel_list_disc li {
        margin-bottom: 10px;
    }

    .project_item_details .apply_now_btn {
        margin-top: 28px;
    }

    .project_item_details .apply_now_btn button {
        padding: 14px 40px;
    }

}

@media (max-width: 991px) {

    .project_detail_popup .swal2-close {
        top: 10px;
        right: 10px;
    }

    .rolemodel_top_part {
        padding: 20px 20px 40px 20px;
    }

    .rolemodel_header_container {
        margin-bottom: 30px;
    }

    .rolemodel_flex_between {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 20px;
    }

    .rolemodel_main_title {
        font-size: 36px !important;
    }

    .rolemodel_brochure_group::before {
        width: 18px;
        height: 25px;
    }

    .rolemodel_brochure_group svg {
        width: 20px;
        height: 20px;
    }

    .rolemodel_pill_group {
        gap: 16px;
    }

    .rolemodel_flex_between_mb {
        margin-bottom: 20px;
    }

    .rolemodel_section_heading {
        font-size: 28px;
    }

    .rolemodel_apply_small.apply_now_btn {
        padding: 14px 35px;
    }

    .rolemodel_section_description p {
        margin-bottom: 18px !important;
    }

    .rolemodel_bottom_part {
        padding: 20px 20px 50px 20px;
    }

    .rolemodel_task_heading {
        font-size: 28px;
        margin-bottom: 24px !important;
    }

    .rolemodel_task_bar {
        gap: 15px;
        margin-bottom: 24px;
    }

    .task_tab {
        padding: 14px 20px;
    }

    .task_detail_block {
        margin-bottom: 24px;
        padding-left: 15px;
    }

    .rolemodel_detail_heading {
        gap: 10px;
        margin-bottom: 18px !important;
    }

    .rolemodel_emoji_icon {
        width: 24px;
        min-width: 24px;
        height: 24px;
    }

    .rolemodel_emoji_icon svg {
        width: 24px;
        min-width: 24px;
        height: 24px;
    }

    .rolemodel_timeline_grid ul {
        gap: 15px;
    }

    .rolemodel_list_item,
    .rolemodel_charges_text {
        line-height: 26px;
    }

    .project_item_details .apply_now_btn {
        margin-top: 24px;
    }

    .project_item_details .apply_now_btn button {
        padding: 14px 35px;
    }

    .rolemodel_task_title {
        margin-bottom: 24px !important;
    }

}

@media (max-width: 767px) {

    .rolemodel_top_part {
        padding: 15px 15px 30px 15px;
    }

    .rolemodel_header_container {
        margin-bottom: 20px;
    }

    .rolemodel_flex_between {
        margin-bottom: 18px;
    }

    .rolemodel_main_title {
        font-size: 28px !important;
    }

    .rolemodel_brochure_group {
        padding: 8px 10px;
    }

    .rolemodel_brochure_group::before {
        width: 15px;
        height: 22px;
    }

    .rolemodel_brochure_group svg {
        width: 18px;
        height: 18px;
    }

    .rolemodel_pill_group {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .rolemodel_flex_between_mb {
        margin-bottom: 18px;
        gap: 10px;
    }

    .rolemodel_apply_small.apply_now_btn {
        padding: 13px 20px;
    }

    .rolemodel_section_heading {
        font-size: 24px;
    }

    .rolemodel_section_description p {
        margin-bottom: 15px !important;
    }

    .rolemodel_bottom_part {
        padding: 15px 15px 40px 15px;
    }

    .rolemodel_task_heading {
        font-size: 26px;
        margin-bottom: 20px !important;
    }

    .rolemodel_task_bar {
        margin-bottom: 20px;
    }

    .task_tab {
        padding: 13px 15px;
    }

    .rolemodel_task_title {
        font-size: 18px;
        margin-bottom: 20px !important;
    }

    .task_detail_block {
        margin-bottom: 20px;
        padding-left: 10px;
    }

    .rolemodel_detail_heading {
        gap: 8px;
        margin-bottom: 15px !important;
    }

    .rolemodel_emoji_icon {
        width: 20px;
        min-width: 20px;
        height: 20px;
    }

    .rolemodel_emoji_icon svg {
        width: 20px;
        min-width: 20px;
        height: 20px;
    }

    .rolemodel_timeline_grid ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .rolemodel_list_item,
    .rolemodel_charges_text {
        font-size: 16px;
        line-height: 24px;
    }

    .project_item_details .apply_now_btn {
        margin-top: 20px;
    }

    .project_item_details .apply_now_btn button {
        padding: 14px 30px;
    }

}