/* din boostrap 5 */

.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
    max-width: calc(100% - 6px);
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-sm,
    .container {
        max-width: calc(100% - 10px);   
    } 
}

@media (min-width: 768px) {
    .container-md,
    .container-sm,
    .container {
        max-width: calc(100% - 20px);
    }
}

@media (min-width: 992px) {
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: calc(100% - 30px);
    }
}

@media (min-width: 1200px) {
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: calc(100% - 30px);
    }
}

@media (min-width: 1400px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px;
    }
}

body {
    font-family: "Onest", sans-serif;
    -webkit-font-smoothing: antialiased; /* Safari, Chrome */
    -moz-osx-font-smoothing: grayscale; /* Firefox */
    font-weight: 400;
    font-style: normal;
}

.page-header {
    background: #091a55;
    padding-top: 18px;
    padding-bottom: 18px;
}

a {
    color: #fff;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

.page-header .phone_number {
    font-size: 18px;
    font-weight: 400;
}

.page-header .phone_icon {
    width: 21px;
    height: 20px;
    flex-shrink: 0;
    aspect-ratio: 21/20;
}

.page-navbar {
    background: #091a55;
    padding-top: 18px;
    padding-bottom: 18px;
}

.big-logo {
    width: 220px;
    height: 80px;
    aspect-ratio: 11/4;
}

.red-button {
    display: flex;
    border-radius: 24px;
    background: #be1e2d !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 21px 37px;
}

footer {
    background: #fff;
    color: #231f20;
}

.footer-padding {
    padding-top: 220px;
}

footer .left-part {
    padding-left: 0;
}

footer .right-part {
    padding-right: 0;
    /* display: flex;
  justify-content: flex-end; */
}

.footer-logo img {
    width: 280px;
    height: auto;
}

footer a {
    color: #231f20;
}

footer a:hover {
    color: #231f20;
    text-decoration: none;
}

footer .phone_icon {
    margin-right: 10px;
}

footer .message_icon {
    margin-right: 10px;
}

footer .titlu_footer {
    font-weight: 700;
}

footer .copyright {
    margin-top: 100px;
    color: #5d5d5d;
}

footer .address {
    max-width: 55%;
}

.hero {
    /* background: 
    url('/images/hero/logo_rau_hero.png') no-repeat center center,
    radial-gradient(77.39% 77.39% at 50% 100%, #2A3D9B 0%, #091A55 100%);
  background-size: cover, cover;  */
    color: #fff;
    min-height: calc(100vh - 179px);
    display: flex;
    justify-content: stretch;
    overflow: hidden;
}
.stretch{
    display: flex;
    justify-content: stretch;
    align-items: start;
    width: 100%;
}
.hero .hero-content {
    padding-top: 40px;
    background: url("/images/hero/hero_group.png") no-repeat center bottom;
    background-size: 80% auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: calc(100vh - 179px);
}
.hero-content2{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    position: relative;
    height: 100%;
    padding-top: 50px;
    width: 100%;
}
.hero-content2 .hero-link{
    margin-top: 30px !important;
}
.hero .titlu_hero {
    /* font-size: 75px; */
    font-size: 60px;
    font-weight: 400;
    line-height: 120%;
    max-width: 80%;
}
.hero-img{
    z-index: 0;
    height: 100%;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -60px;
}
.hero-img img{
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    bottom: 0;
}
.red-button {
    z-index: 2;
}
.relative{
    position: relative;
}
.hero .box-hero {
    width: 14%;
    height: auto;
    padding: 26px 16px;
    border-radius: 24px;
    background: #282781;
    position: absolute;
    z-index: 2;
}

.box-hero .box-icon {
    font-size: 35px;
}

.box-hero .box-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}

.box-hero .box-text {
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
}

.box1 {
    right: 0;
    bottom: 150px;
    min-width: 160px;
}

.box2 {
    left: 0;
    bottom: 250px;
    min-width: 160px;
}

.home-content {
    background: #f6f6f7;
}

.home-content .container {
    /* padding-top: 440px; */
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.home-content .box-intaritor {
    color: #fff;
    padding: 32px;
    border-radius: 24px;
    background: #282781;
    /* width: 430px; */
    width: 33%;
    height: auto;
}

.box-intaritor .box-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
}

.box-intaritor .box-text {
    font-size: 24px;
    font-weight: 400;
    line-height: 160%;
    margin-top: 95px;
}

.box-intaritor .box-icon {
    background-color: #be1e2d;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.box-intaritor .box-icon i {
    font-size: 40px;
}

.intaritoare {
    /* position: absolute; */
    gap: 15px;
    margin: -100px auto 60px auto;
    max-width: 100%;
    width: 100%;
}
@media (max-width: 1024px){
    .box-intaritor .box-text{
        font-size: 20px;
    }
    .revers{
        flex-direction: column-reverse;
    }
    .box-intaritor .box-icon{
        margin-bottom: 20px;
    }
}
.home-content .box-beneficii {
    height: 450px;
    width: 100%;
    border-radius: 24px;
    background: #fff;
    padding: 70px 145px;
    margin-bottom: 230px;
    color: #191c75;
    position: relative;
    align-items: center;
}
@media (max-width: 1200px){
    .home-content .box-beneficii{
        padding: 70px;
    }
}
@media (max-width: 940px){
    .home-content .box-beneficii{
        height: auto;
        margin-bottom: 50px;
        padding: 32px;
    }
}
.box-beneficii .box-title {
    font-size: 48px;
    font-weight: 500;
}

.box-beneficii .box-text {
    font-size: 20px;
    font-weight: 400;
    margin-top: 30px;
}

.beneficii .inner-box {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 24px;
    background: #fff;
    width: 50%;
    height: auto;
}

.beneficii {
    color: #091a55;
    gap: 20px;
    margin-top: 50px;
    position: relative;
    bottom: 0px;
    width: 100%;
}

.beneficii .box-title {
    font-size: 32px;
    font-weight: 500;
}

.beneficii a {
    color: #091a55;
}

.beneficii a:hover {
    color: #091a55;
    text-decoration: none;
}

.list-beneficii span {
    font-size: 22px;
    font-weight: 400;
    text-align: left;
}

.beneficiu-link {
    font-size: 20px;
    font-weight: 400;
}

.box-joburi {
    border-radius: 24px;
    color: #fff;
    background: #282781;
}

.box-joburi .box-content {
    padding: 67px 66px;
}

.box-joburi .box-title {
    font-size: 48px;
    font-weight: 500;
}

.joburi .job {
    border-radius: 16px;
    background: #4521d2;
    padding: 20px;
}

.joburi .job-2 {
    background: rgba(69, 33, 210, 0.6);
}

.joburi .job-2 span {
    color: rgba(255, 255, 255, 0.6);
}

.joburi .job-3 {
    background: rgba(69, 33, 210, 0.3);
}

.joburi .job-3 span {
    color: rgba(255, 255, 255, 0.3);
}

.box-oportunitati {
    padding: 82px 162px;
    border-radius: 24px;
    color: #fff;
    background: #282781;
    margin-bottom: 180px;
}

.box-oportunitati .red-button {
    width: 254px;
    height: 70px;
    background: #de2110;
}

.box-oportunitati .box-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
}

.intrebari-frecvente {
    color: #282781;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    padding-top: 100px;
}

.intrebari-frecvente .section-title {
    font-size: 48px;
    font-weight: 500;
    line-height: 120%;
}

.intrebari-frecvente .subtitle {
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
}

.intrebari-frecvente .intrebari .card {
    padding: 26px 36px;
    border-radius: 24px;
    background: #fff;
    border: none;
}

.intrebari-frecvente .intrebari .card-header {
    background: #fff;
    color: #282781;
    text-decoration: none;
    border: none;
    padding: 0;
}

.intrebari-frecvente .intrebari .card-body {
    padding: 0;
    max-width: 90%;
    margin-top: 30px;
}

.intrebari-frecvente .toggle-btn {
    font-size: 45px;
    color: #282781;
    padding: 0;
    font-weight: 400;
    line-height: 0;
}

.intrebari-frecvente .toggle-btn:focus {
    outline: none;
    box-shadow: none;
}

.intrebari-frecvente .toggle-btn::after {
    content: "+";
    float: right;
}

.intrebari-frecvente .toggle-btn:not(.collapsed)::after {
    content: "×";
}
.clickable-header{
    cursor: pointer;
}

.box-oportunitati {
    position: relative;
    bottom: -180px;
    max-width: 100%;
    margin-top: -130px;
}

.form-edit-cont {
    /* width: 70%; */
    margin: auto;
    /* margin-top: 5em; */
}

.btn-editare-profil,
.btn-logout {
    /* float: right; */
    margin-top: 1em;
    font-size: 16px;
    margin-bottom: 1em;
}

.recomandare-item-atasament a,
#cv-incarcat a {
    color: black !important;
}

.atasament-student {
    background-color: #f7f6f6;
    padding-bottom: 10px;
    padding-top: 10px;
}

.title-user,
.swal2-header {
    margin-top: 10px !important;
    color: #091a55;
    font-family: Onest;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* background-color: #fff; */
    /* border: none; */
}

.card-header {
    background-color: #fff;
    border: none;
    display: flex;
}

.card {
    overflow: auto;
    border-radius: 24px;
    /* margin-top: 30px; */
}

.btn-danger {
    background-color: #be1e2d;
    border-color: #be1e2d;
}

.btn-primary:hover,
.btn-primary,
.btn-success,
.btn-success:hover {
    color: #fff;
    background-color: #091a55;
    border-color: #091a55;
}
.btn-primary {
    border-radius: 12px;
}

body {
    background-color: #f2f2f2;
}

input[type="text"],
input[type="tel"],
input[type="password"],
.form-control:disabled,
.form-control[readonly] {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 6px;
    padding: 8px 12px;
    color: #333;
}

input[type="text"]:focus {
    background-color: #fff; /* se luminează la focus */
    border-color: #282780; /* culoarea temei tale */
    outline: none; /* scoate chenarul albastru default */
}

textarea.form-control {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
}

#recomandari-section {
    margin-bottom: 50px;
}

.display-none {
    display: inline;
}

/* Textul ON */
.toggle-pr input:checked + .slider::after {
    content: "ON";
    left: 12px;
    right: auto;
}

.input-group {
    background-color: #f5f6fa;
    border-radius: 10px;
    overflow: hidden;
}

.input-group .btn {
    border: none;
}

.input-group .btn i {
    color: #666;
}

.input-group .form-control {
    border: none;
    background-color: #f5f6fa;
    box-shadow: none;
}

.card {
    margin-bottom: 1.5rem;
}

.form-control {
    background-color: #f2f2f2;
    color: #333;
}

.custom-switch {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding-left: 0;
}
.custom-switch-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-switches-stacked {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.custom-switches-stacked .custom-switch {
    margin-bottom: 0.5rem;
}
.custom-switch-indicator {
    display: inline-block;
    height: 1.25rem;
    width: 2.25rem;
    background: #e9ecef;
    border-radius: 50px;
    position: relative;
    vertical-align: bottom;
    border: 1px solid rgb(231, 239, 252, 0.2);
    transition: 0.3s border-color, 0.3s background-color;
}
.custom-switch-indicator:before {
    content: "";
    position: absolute;
    height: calc(1.25rem - 4px);
    width: calc(1.25rem - 4px);
    top: 1px;
    left: 1px;
    background: #333;
    border-radius: 50%;
    transition: 0.3s left;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}
.custom-switch-input:checked ~ .custom-switch-indicator {
    background: #fff;
}
.custom-switch-input:checked ~ .custom-switch-indicator:before {
    left: calc(1rem + 1px);
}
.custom-switch-input:focus ~ .custom-switch-indicator {
    box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25);
    border-color: #467fcf;
}
.custom-switch-description {
    margin-left: 0.5rem;
    color: #b4b5b8;
    transition: 0.3s color;
}

.custom-switch-input:checked ~ .custom-switch-description {
    color: #333 !important;
}

.select2-container--default .select2-selection--single {
    background-color: #f2f2f2 !important;
    border: 1px solid #f2f2f2;
    border-radius: 6px;
    height: 38px;
}

/* Fundalul principal al selectului (zona vizibilă) */
.select2-container--default .select2-selection--multiple {
    background-color: #f2f2f2 !important;
    border: 1px solid #f2f2f2 !important;
    border-radius: 6px !important;
    min-height: 38px;
    color: #000 !important;
}

/* Textul din interior */
.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    color: #000 !important;
}

/* Fundalul tagurilor selectate (ex: “Marketing”) */
.select2-container--default .select2-selection__choice {
    background-color: #ffffff !important;
    color: #000 !important;
    border: 1px solid #f2f2f2 !important;
    border-radius: 4px !important;
}

/* Butonul X din tag */
.select2-container--default .select2-selection__choice__remove {
    color: #666 !important;
}

/* Dropdown-ul opțiunilor */
.select2-container--default .select2-results__option {
    background-color: #fff;
    color: #000;
}

/* Hover în dropdown */
.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #f2f2f2 !important;
    color: #000 !important;
}

/* Opțiunile deja selectate în listă */
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #f2f2f2 !important;
    color: #000 !important;
}

.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    background-color: #f2f2f2 !important;
}

.btn-danger {
    border-radius: 12px;
}

.listari {
    padding-right: 25px;
}

.oras-angajator {
    margin-left: 10px;
}

.particularitati {
    background-color: #f2f2f2;
    padding: 10px 20px;
    border-radius: 12px;
}

.div-particularitati {
    padding: 10px 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.section-particularitati {
    margin-top: 30px;
}

.angajator.avatar-img {
    width: 100px;
    height: 100px;
    display: grid;
    place-items: center;
}

#job-sumar {
    padding: 20px;
}

.card-subtitle {
    color: #747474;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
}

#job-sumar .card-header {
    padding: 0.75rem;
    color: #091a55;
    font-family: Onest;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

#job-sumar .title-user {
    margin-top: 0px;
}

 #avatar {
    height: auto;
    max-width: 100px;
    border-radius: 12px;
}
#avatar-candidat{
    height: 180px;
    width: auto;
    margin-bottom: 10px;
}

/* .btn-aplica-filtre {
    width: 100%;
} */

.reset-btn {
    color: #747474;
    text-align: center;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    cursor: pointer;
}

.btn-filtre {
    width: 100%;
    background: #fff !important;
    color: #091a55 !important;
    font-family: "Onest", sans-serif;
    font-size: 16px;
    border: 2px solid #091a55 !important;
    border-radius: 8px; /* opțional, pentru colțuri mai fine */
}
.btn-filtre:hover {
    background: #091a55 !important;
    color: #fff !important;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: #091a55;
    color: #fff;
}

.reset-btn:hover {
    text-decoration: underline;
    color: #091a55;
}

.blue-add-button {
    display: flex;
    border-radius: 24px;
    background: #091a55;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 14px 25px;
    flex-grow: 1;
}

.text-big {
    margin-top: 10px;
    color: #091a55;
    font-family: Onest;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.listare-joburi .text-big {
    padding-bottom: 220px;
}
.listare-joburi{
    max-width: 100% !important;
}
.skills-title {
    color: #091a55;
    font-family: Onest;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.descriere-text {
    padding: 20px;
}

.skills-group {
    display: contents;
}
.div-sumar {
    padding-right: 25px;
}

/* Schimbă culoarea opțiunilor individuale */
.select2-container .select2-results__option {
    background-color: #f2f2f2 !important; /* fundal */
}

.select2-container--default .select2-search--inline .select2-search__field {
    color: #333;
}

.no-results {
    width: inherit;
    text-align: center;
}
#form_salveaza_filtrarea {
    width: 100%;
    margin-bottom: 5px;
}

/* .page-item.disabled .page-link {
    color: white;
    pointer-events: none;
    cursor: auto;
    background-color: #0F2162;;
    border-color: rgba(231, 239, 252, 0.3);
} */

.page-item .page-link {
    color: #333;
}

.page-item.active .page-link {
    z-index: 1;
    color: #333;
    background-color: #f2f2f2;
    border-color: #0f2162;
}

.page-item:not(.previous):not(.next) .page-link {
    border-radius: 10px;
}

.page-item {
    margin-right: 6px;
}

.page-link:focus {
    transform: scale(1.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    z-index: 2; /* previne suprapunerea cu vecinii */
}

.page-item:last-child {
    margin-right: 0;
}

.edit-job a {
    color: #091a55;
}

.btn-big {
    padding: 16px 32px;
    border: 1px solid #091a55;
    color: #ffffff;
    background: #091a55;
    font-size: 16px;
    border-radius: 12px;
}

.btn-small {
    padding: 8px 16px;
    border: 1px solid #091a55;
    color: #ffffff;
    background: #091a55;
    font-size: 14px;
    border-radius: 12px;
}

.btn-big:hover {
    color: white;
}

.btn-white {
    background: #ffffff;
    color: #091a55;
    border: 1px solid #091a55;
}

.btn-blue {
    border: 1px solid #091a55;
    color: #ffffff;
    background: #091a55;
}

.btn-blue:hover {
    background: #ffffff;
    color: #091a55;
    border: 1px solid #091a55;
}

.btn-white:hover {
    color: #ffffff;
    background: #091a55;
}

.checkbox-item {
    cursor: pointer;
}

.candidat i {
    color: inherit !important;
}

.btn-selected,
.swal2-styled.swal2-confirm {
    color: #ffffff !important;
    background: #091a55 !important;
}
.titlu-filtre,
.swal2-title {
    color: #091a55 !important;
}

.swal2-title {
    margin-top: 10px !important;
    font-size: 24px !important;
}

.swal2-icon .swal2-icon-content {
    font-size: 2.75em;
}

.aplica-job {
    width: 100%;
}

.candidat {
    padding: 20px;
    color: #091a55;
}



.candidat #avatar {
    width: auto;
    height: 180px;
    object-fit: contain;
    border-radius: 12px;
}

.btn-status {
    font-size: 14px;
    font-weight: 400;
    border-radius: 12px;
    padding: 10px 20px;
}

.candidat .title-user {
    font-size: 24px;
}

.candidat .status {
    font-size: 16px;
    font-weight: 700;
}

.skills-row {
    column-gap: 10px;
}

.candidat .skills-row .particularitati {
    font-size: 14px;
    color: #5b5b5b;
    font-weight: 400;
}

.swal2-input,
.swal2-select,
.swal2-textarea {
    color: #333 !important; /* text vizibil */
    background-color: #fff !important; /* fundal alb */
    border: 1px solid #d1d5db !important; /* o margine subtilă gri */
}

.swal2-select {
    background-color: #f2f2f2 !important;
    color: #333 !important;
    width: 100% !important;
    height: calc(1.5em + 0.75rem + 2px) !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
.btn-job {
    gap: 10px;
}

.swal2-popup.chat-popup {
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}

.badge {
    position: absolute;
    top: 3px;
    right: -20px;
    background-color: #be1e2d !important;
    color: white;
    border-radius: 50%;
    padding: 3px 7px;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    border: 1px solid #fff;
}

.detaliu-cv .titlu {
    font-size: 22px;
    font-weight: 400;
}

.detaliu-cv .recomandare-text {
    color: #333;
    font-size: 16px;
}

.candidat .btn-profil {
    background: #041038;
}

.candidat .btn-candidat {
    padding: 16px 32px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 12px;
}

.candidat .btn-candidat:hover,
.candidat .btn-candidat.active {
    background: #ffffff;
    color: #091a55;
    border: 1px solid #091a55;
}

.butoane-profil {
    gap: 10px;
}

.btnToggleCV.active i {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.btnToggleCV i {
    transition: transform 0.3s ease;
}

#planuri_promovare .card-footer {
    background-color: transparent;
}

.ribbon {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    align-items: center; /* centrează vertical */
    justify-content: center; /* centrează orizontal */
    gap: 6px; /* mic spațiu între icon și text */
    /* }
.ribbon { */
    --r: 0.8em; /* control the cutout */

    padding-right: calc(var(--r) + 0.25em);
    line-height: 1.8;
    clip-path: polygon(
        -100vw 0,
        100% 0,
        calc(100% - var(--r)) 50%,
        100% 100%,
        -100vw 100%
    );
    border-image: conic-gradient(#be1e2d 0 0) fill 0 100vw;
    width: fit-content;
}

.listare-joburi .ribbon {
    font-size: 18px;
}



/* Postari */

.listare-postari {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.listare-postari a{ 
    color: inherit !important;
}

.listare-postari .postare {
    color: #191c75;
    padding: 24px;
    border-radius: 24px;
    background: #fff;
    height: auto;
    position: relative;
}

.postare .box-image {   
    width: 100%;
    height: 300px;
    position: relative;

}

.content-postare .content-image {   
    max-width: 100%;
    height: 60vh;

}

.postare .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.content-postare .content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.content-postare .content-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 120%;
    color: #091A55;
}

.postare .box-title {
    color: #091A55;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
}

.postare .box-description {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.content-postare .content-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    color: #333;
}

.postare .btn-detalii {
    position: absolute;
    bottom: 24px;
    right: 24px;
}

.btn.btn i {
    color: inherit;
}

.postare .box-image .categorie {
    position: absolute;
    background: #be1e2d;
    color: #fff;
    padding: 10px 20px !important;
    border-radius: 48px;
    font-size: 14px;
    right: 10px;
    top: 10px;
}




/* Page Header */
.page-top-header {
	display: -ms-flexbox;
	display: flex;
	margin: 1.5rem 0 1.5rem;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.page-top-title {
	margin: 0;
	font-size: 32px;
	font-weight: 600;
	line-height: 2rem;
    color: #091A55;
}
.page-title-icon {
	color: #9aa0ac;
	font-size: 1.25rem;
}
.page-top .page-subtitle {
	font-size: 0.8125rem;
	color: #6e7687;
	margin-left: 2rem;
}
.page-top .page-subtitle a {
	color: inherit;
}
.page-top .page-options {
	margin-left: auto;
}

.page-top .breadcrumb {
    background: #fff;
    padding: 10px 20px !important;
    border-radius: 12px; 
    margin-bottom: 0 !important;
}

.page-top .page-breadcrumb {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.page-top .breadcrumb .breadcrumb-item {
	color: #333;
}

.page-top .breadcrumb .breadcrumb-item a {
	color: #333;
}
.page-top .breadcrumb .breadcrumb-item.active {
	color: #191c75;
}


.header-phone{
    margin-right: 0px !important;
}

.mainfooter{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: top;
}
.extra50{
    margin-top: 50px;
}
.nopad{
    padding-left: 0 !important;
    padding-right: 0 !important;
}



@media (min-width: 1025px){
.mobile-hide{
display: none;
}
}

@media (max-width: 1024px){
    .hero-img img{
        max-width: 170%;
    }
    .listare-postari {
       grid-template-columns: repeat(2, 1fr);
    }
    .page-navbar{
        display: none;
    }
    .page-navbar_mobile{
        background-color: #091a55;
        padding: 10px 0px;
        /* position: sticky;
        top: 0px;
        z-index: 9999; */
    }
    .page-header{
        background-color: #091a55;
        z-index: 9999;
        position: relative;
        border-bottom: 1px solid #263b86;
        padding: 10px 0px;
    }
    .logo-link{
        z-index: 9999;
    }
    .logo-link img{
        width: 180px;
        height: auto;
    }
    .social-icons a img{
        margin-right: 12px !important;
        max-height: 18px;
    }
    .page-header .phone_number{
        font-size: 14px !important;
    }
    .page-header .phone_icon{
        width: 18px;
        height: 18px;
    }
    .hero .titlu_hero{
        font-size: 44px;
    }
    .box-hero{
        display: none;
    }
    .home-content{
        padding: 0px 15px !important;
    }
    .box-joburi .row{
        max-width: 100% !important;
        margin: auto !important;
    }
    .box-joburi .box-content{
        padding: 36px !important;
    }
    .mainfooter{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .extra50:nth-child(2),
    .extra50:nth-child(3){
        width: 50%;
    }
    .intrebari-frecvente .section-title{
        font-size: 36px;
    }
    .link{
        margin-right: 0 !important;
    }
    .page-top-title{
        padding-top: 15px;
    }
    .content-postare .content-title{
        text-align: left !important;
    }
}


@media (max-width: 768px) { 
    .listari {
    padding-right: 0px;
    }
    .div-sumar {
    padding-right: 0px;
    }
    .gap10{
    gap: 10px !important;
    }
    .custjust{
    display: flex;
    justify-content: start !important; 
    }
    .btn-candidat{
    flex-grow: 1;
    }
    .btn-job {
    flex-wrap: wrap;
    justify-content: start !important;
    }
    .btn-big{
    flex-grow: 1;
    }
    .column-m{
        flex-direction: column !important;
    }
    .listare-postari {
        grid-template-columns: 1fr; 
    }
    .listare-postari .postare .box-description {
        padding-bottom: 3rem !important;
    }
    .intaritoare{
        flex-direction: column;
    }
    .box-intaritor{
        width: 100% !important;
    }
    .box-intaritor .box-text{
        font-size: 16px !important;
        margin-top: 50px !important;
    }
    .box-intaritor.box-title{
        max-width: 50% !important;
    }
    .box-icon{
        width: 60px !important;
        height: 60px !important;
    }
    .box-intaritor .box-icon i{
        font-size: 24px;
    }
    .home-content .box-intaritor{
        padding: 30px;
    }
    .home-content .box-beneficii{
        padding: 32px !important;
        height: auto !important;
        text-align: left !important;
        margin-bottom: 50px !important;
    }
    .box-title{
        font-size: 32px !important;
    }
    .beneficii{
        position: relative;
        bottom: 0;
        flex-direction: column !important;
        padding-top: 20px !important;
    }
    .beneficii .inner-box{
        width: 100%;
        height: auto;
        padding: 0px !important;
        margin-bottom: 0 !important;
        margin-top: 20px;
    }
    .beneficii .inner-box .box-title{
        font-size: 28px;
    }
    .list-beneficii span{
        font-size: 20px;
    }
    .beneficii .box-text{
        font-size: 16px !important;
        margin-top: 20px !important;
    }
    .box-oportunitati{
        padding: 48px !important;
    }
    .hero .titlu_hero{
        max-width: 90%;
    }
    .hero{
        min-height: calc(100vh - 130px);
    }
}


.hamburger {
  width: 25px;
  height: 20px;
  position: relative;
  cursor: pointer;
  z-index: 9999;
}

.line {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ffffff;
  border-radius: 999px;
  top: 50%;
  left: 0;
  transform-origin: center;
  transition:
    transform 0.5s ease,
    opacity 0.5s ease;
}

/* Default (hamburger state) */
.line.top {
  transform: translateY(-5px) rotate(0deg);
}

.line.middle {
  transform: translateY(0) scaleX(1);
  opacity: 1;
}

.line.bottom {
  transform: translateY(5px) rotate(0deg);
}

/* Active (X state) */
.hamburger.active .top {
  transform: translateY(0) rotate(45deg);
}

.hamburger.active .middle {
  transform: translateY(0) scaleX(0);
  opacity: 0;
}

.hamburger.active .bottom {
  transform: translateY(0) rotate(-45deg);
}



#sideMenu {
  position: fixed;
  inset: 0;
  background: #091A55;
  display: flex;
  justify-content: center;
  align-items: start;
  padding-top: 160px;
  overflow-y: scroll;
  transform-origin: right center;
  transform: scaleX(0);
  z-index: 2000;
  pointer-events: none;
  min-height: 100vh;
}

#sideMenu .d-flex {
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 20px;
}

#sideMenu .link{
    width: 100%;
}

#sideMenu .link a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: opacity 0.3s ease;
    display: flex;
    border-radius: 16px;
    background: #06164b;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 21px 37px;
    width: 100%;
}

#sideMenu .link a:hover {
  opacity: 0.7;
}

.contact-form .btnContact {
    border-radius: 16px;
    background: #fc0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
} 

.nomargintop{
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.title-recomandari,
.job-description a,
.titlu-eveniment a {
      color: #091a55;
      text-decoration: none;
      transition: all 0.2s ease;
   }

.title-recomandari:hover,
.job-description a,
.titlu-eveniment a {
      text-decoration: underline;
      color: #3252e2; /* opțional: o nuanță puțin mai închisă la hover */
}

.joburilemele{
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    margin-bottom: 30px;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.filtre-joburi{
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}
@media (max-width: 768px){
    .joburilemele{
        flex-direction: column;
        align-items: stretch;
    }
    .descriere-text{
        padding: 0px;
    }
    .candidat .avatar-img{
    height: 100px;
    width: auto;
    }
    #avatar-candidat{
        height: 100px;
    }
    .hidemobile{
        display: none !important;
    }
    .mobileonly{
        position: absolute;
        top: 0;
        right: 0;
    }
    .skills-row{
        margin-top: 20px;
    }
}
@media (min-width: 768px){
    .mobileonly{
        display: none !important;
    }
}
.header-student-card{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: start;
    flex-wrap: wrap;
}
.info-candidatura{
    margin-top: 20px;
}
.grid-avtr{
    display: grid;
    place-items: center;
    margin: 0px 20px;
}
.absolute-top-right{
    position: absolute;
        top: 0;
        right: 0;
}

/* MOBILE (up to 768px) */
@media (max-width: 768px) {
  #filtre .card-body {
    display: none;
  }

  #filtre.active .card-body {
    display: block;
  }

  #filtre .card-header {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* Optional: Add a small caret indicator */
  #filtre .card-header::after {
    content: '▼';
    float: right;
    transition: transform 0.3s;
  }

  #filtre.active .card-header::after {
    transform: rotate(180deg);
  }

  #filtre .card-header .title-user{
    margin-top: 0;
  }
}
