/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;

}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

div > img {
  border-radius: 20px;
  padding: 10px;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

div.tablecontainer {
  overflow-x: auto;
}

body {
    margin: 0;
    position: relative;
    /*font-family: "Archivo", sans-serif;*/
    font-weight: 400;
    font-size: 16px;
    color: #000;
    background-color: #fff
}

.overflow-body {
    overflow: hidden
}

.overflow-body .nav-mobile-wrapper {
    position: fixed !important;
    overflow: auto !important;
    height: auto
}

.layout {
    position: relative;
    overflow-x: hidden;
    min-height: 100vh;
    min-height: 100dvh;
    /*display: grid;*/
    grid-template-rows:auto 1fr auto
}

.c-azure {
    color: #3abacb !important;
}

.container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1340px;
    padding: 0 20px
}

.container-narrow {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px
}

b {
    font-weight: 700 !important
}

ul {
    list-style: none;
    padding: 0
}

.text-block * {
    font-family: "Inter", serif
}

.text-block h1, .text-block h2, .text-block h3, .text-block h4, .text-block h5, .text-block h6 {
    font-weight: 600;
    text-wrap: balance;
    color: #000
}

.text-block h1 {
    font-size: clamp(22px, -0.875rem + 4.333vw, 24px)
}

.text-block h2 {
    font-size: clamp(20px, -0.875rem + 4.333vw, 22px)
}

.text-block h3 {
    font-size: clamp(16px, -0.875rem + 4.333vw, 18px)
}

.text-block h4 {
    font-size: clamp(15px, -0.875rem + 4.333vw, 17px)
}

.text-block h5 {
    font-size: clamp(15px, -0.875rem + 4.333vw, 16px)
}

.text-block h6 {
    font-size: clamp(15px, -0.875rem + 4.333vw, 15px)
}

.text-block p {
    
    color: #000;
    font-size: clamp(14px, -0.875rem + 4.333vw, 16px);
    font-weight: 400;
    line-height: 160%;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.text-block a {
    text-decoration: underline;
    color: #000
}

.text-block a:hover {
    text-decoration: none
}

.text-block ol {
    padding-left: 20px;
    margin: 20px 0
}

.text-block ol li {
    margin-bottom: 15px;
    padding-left: 10px
}

.text-block ol li::marker {
    font-weight: bold
}

.text-block ul {
    list-style: disc;
    padding: 0;
    margin: 1rem 0;
    color: #000;
    
    font-size: clamp(14px, -0.875rem + 4.333vw, 16px);
    font-weight: 400
}

.text-block ul li {
    line-height: 180%;
    position: relative;
    margin-left: 20px
}

.text-block ul li::marker {
    color: #1d669c;
    content: "✓";
}

.text-block ul li b {
    color: #000;
    text-transform: uppercase;
    font-weight: 800
}

.text-block img {
    width: 32%;
    border-radius: 20px;
    padding: 10px;

}

.btn {
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    height: 56px;
    padding: 0 20px;
    color: #fff !important;
    
    font-size: clamp(16px, -0.875rem + 4.333vw, 18px);
    line-height: 110%;
    font-weight: 600;
    text-decoration: none !important;
    text-align: center;
    background-color: #3abacb;
    transition: .1s ease-in-out;
    border-radius: 12px;
    overflow: hidden;
    isolation: isolate;
    border: 0
}

.btn:before {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    content: "";
    background-color: #45ddf1;
    transition: .1s ease-in-out
}

.btn:hover, .btn.active {
    color: #fff
}

.btn:hover:before, .btn.active:before {
    width: 100%
}

.btn.rounded {
    border-radius: 30px !important
}

.btn.azure {
    background-color: #3abacb
}

.btn.azure:before {
    background-color: #45ddf1
}

.btn.orange {
    background-color: #ff9c0d
}

.btn.orange:before {
    background-color: #ffab34
}

.btn.blue {
    background-color: #72b9c9
}

.btn.blue:before {
    background-color: #81ccdd
}

.btn.white {
    background-color: #fff;
    color: #3abacb !important;
    border: 2px solid #3abacb
}

.btn.white:hover {
    color: #fff !important
}

.btn.white:before {
    background-color: #3abacb
}

.btn-mobile-filters {
    display: none;
    cursor: pointer;
    font-size: 16px;
    
    font-weight: 700;
    color: #fff;
    padding: 15px 20px 15px 55px;
    background-image: url("../images/ico-filter.svg");
    background-position: left 15px center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-color: #4640de
}

.btn-dropdown {
    z-index: 1;
    display: flex;
    position: relative;
    cursor: pointer;
    padding: 20px 40px 20px 0;
    align-items: center;
    background-color: #fff;
    font-size: 16px;
    
    font-weight: 700;
    transition: .15s ease-in-out
}

.btn-dropdown svg {
    position: absolute;
    right: 15px;
    transition: all .15s
}

.btn-dropdown .selected-filters {
    position: absolute;
    right: 45px;
    text-align: center;
    width: 27px;
    height: 27px;
    color: #fff;
    border-radius: 4px;
    font-size: 17px;
    line-height: 27px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    background: #92c848;
    background: linear-gradient(180deg, rgb(146, 200, 72) 50%, rgb(132, 193, 47) 100%)
}

.btn-dropdown.active svg {
    transform: rotate(180deg)
}

input, select {
    height: 56px;
    width: 100%;
    padding: 0 20px;
    background-color: #fff;
    border-radius: 10px;
    border: 0;
    color: #1d669c;
    
    font-size: 16px;
    font-weight: 500;
    background-position: left 20px center;
    background-repeat: no-repeat
}

input::-moz-placeholder, select::-moz-placeholder {
    color: #b9b9b9
}

input::placeholder, select::placeholder {
    color: #b9b9b9
}

input.icon, select.icon {
    padding: 0 20px 0 60px
}

select {
    border-right: 16px solid rgba(0, 0, 0, 0)
}

select:disabled {
    
    font-size: 16px;
    font-weight: 500;
    color: #b9b9b9
}

input#position {
    background-image: url("../images/IK_search.svg")
}

select#country {
    background-image: url("../images/IK_site.svg")
}

select#country .option-country {
    font-weight: bold;
}

select#country .option-region {
    padding-left: 1rem;
}

select#type {
    background-image: url("../images/IK_type.svg")
}

.container-checkbox {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: relative;
    padding-left: 40px;
    
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    color: #515b6f
}

.container-checkbox:hover .checkmark {
    border: 2px solid #d6ddeb
}

.container-checkbox .checkbox {
    position: absolute;
    margin: 0;
    opacity: 0;
    top: 0;
    cursor: pointer;
    left: 0;
    height: 100%;
    width: 100%
}

.container-checkbox .checkbox:checked ~ .checkmark:after {
    display: flex
}

.container-checkbox .checkbox:checked ~ .checkmark {
    box-shadow: unset;
    background-color: #3f669a;
    border: 1px solid #3f669a
}

.container-checkbox .checkmark {
    position: absolute;
    margin: auto;
    top: -2px;
    left: 0;
    bottom: 0;
    height: 27px;
    width: 27px;
    border: 2px solid #e8e8e8;
    border-radius: 3px;
    background-color: #fff
}

.container-checkbox .checkmark:after {
    content: url("../images/IK_check.svg");
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 2px
}

.section-tag {
    position: relative;
    display: flex;
    justify-content: center;
    padding-left: 46px;
    width: -moz-max-content;
    width: max-content;
    /*font-family: "Archivo", sans-serif*/;
    font-weight: 700;
    color: #10d0a1;
    font-size: 14px;
    text-transform: uppercase
}

.section-tag:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 2px;
    width: 36px;
    background-color: #10d0a1
}

.section-tag.center {
    padding-left: 0
}

.section-tag.center:before {
    left: -46px
}

.composition-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
    text-decoration: none;
    transition: .1s ease-in-out;
    border-radius: 8px
}

.composition-card:hover .img-wrap {
    background-color: #10d0a1;
    transform: rotateY(180deg)
}

.composition-card:hover span.btn:before {
    background-color: #10d0a1
}

.composition-card .img-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    max-width: 126px;
    background-color: #1a2474;
    transition: .1s ease-in-out
}

.composition-card img {
    height: auto;
    width: 100%;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.composition-card span {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    color: #fff;
    font-size: clamp(16px, -0.875rem + 4.333vw, 18px);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-wrap: balance;
    text-transform: uppercase
}

.composition-card span.btn {
    font-size: 15px;
    line-height: 39px;
    margin-top: auto;
    background-color: #1a2474
}

.more {
    
    font-weight: 600;
    font-size: clamp(14px, -0.875rem + 4.333vw, 18px);
    text-transform: uppercase;
    color: #2e70a1;
    text-decoration: underline
}

.more:hover {
    text-decoration: none;
    color: #2e70a1
}

.small-card {
    display: inline-block;
    width: 100%;
    
    font-weight: 700;
    font-size: clamp(14px, -0.875rem + 4.333vw, 16px);
    color: #313131;
    border-radius: 20px;
    background-color: #c5dbde;
    padding: 15px;
    text-decoration: underline
}

.small-card:hover {
    text-decoration: none;
    color: #313131
}

.job-card {
    display: flex;
    gap: 30px;
    padding: 25px;
    border-radius: 20px;
    background-color: #eee;
    text-decoration: none;
    transition: .1s ease-in-out
}

.job-card:hover {
    background-color: #0072c5
}

.job-card:hover .name, .job-card:hover .employer, .job-card:hover .wage {
    color: #fff
}

.job-card .image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 75px;
    min-width: 75px;
    height: 75px;
    border-radius: 100%;
    background-color: #fff;
    -o-object-fit: contain;
    object-fit: contain;
    overflow: hidden;
}

.job-card .image img {
    width: 75%;
    height: auto
}

.job-card .text span {
    display: block
}

.job-card .name {
    
    font-weight: 700;
    font-size: clamp(16px, -0.875rem + 2.333vw, 24px);
    color: #313131;
    transition: .1s ease-in-out
}

.job-card .employer {
    margin: 10px 0 5px;
    
    font-weight: 600;
    font-size: clamp(14px, -0.875rem + 2.333vw, 18px);
    color: #17527d;
    transition: .1s ease-in-out
}

.job-card .wage {
    
    font-weight: 600;
    font-size: clamp(14px, -0.875rem + 2.333vw, 16px);
    color: #b9b9b9;
    transition: .1s ease-in-out
}

.job-card .tag {
    margin-left: auto
}

.tag {
    white-space: nowrap;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 9px;
    color: #fff;
    padding: 5px 13px;
    background-color: #3abacb;
    
    font-weight: 600;
    font-size: clamp(14px, -0.875rem + 4.333vw, 18px)
}

.tag.obligation {
    border-radius: 25px;
    padding: 10px 13px;
    
    font-size: clamp(14px, -0.875rem + 4.333vw, 14px);
    background-color: rgba(86, 205, 173, .1);
    color: #56cdad
}

.tag.job {
    border-radius: 25px;
    padding: 10px 13px;
    
    font-size: clamp(14px, -0.875rem + 4.333vw, 14px);
    color: #4640de;
    border: 1px solid #4640de;
    background-color: #fff
}

.step {
    display: flex;
    gap: 30px;
    background-color: #eee;
    border-radius: 25px;
    padding: 20px 25px
}

.step .number {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 42px;
    min-width: 42px;
    height: 42px;
    border-radius: 100%;
    color: #fff;
    background-color: #3abacb;
    
    font-weight: 600;
    font-size: 30px
}

.step .title {
    display: block;
    
    font-weight: 600;
    font-size: clamp(14px, -0.875rem + 4.333vw, 18px);
    color: #313131
}

.step p {
    
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #313131;
    margin: 0
}

.newsletter-box {
    border-radius: 20px;
    background-color: #3abacb;
    padding: 35px 30px
}

.newsletter-box span {
    display: block;
    text-align: center;
    color: #fff;
    
    font-weight: 700;
    font-size: clamp(22px, -0.875rem + 4.333vw, 32px)
}

.newsletter-box .input {
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px
}

.newsletter-box .input input {
    max-width: 420px
}

.dropdown {
    display: none;
    z-index: 10;
    width: 100%;
    margin-top: -2px;
    flex-direction: column;
    gap: 10px;
    background-color: #fff;
    font-size: 17px;
    
    font-weight: 400
}

.dropdown .checkbox-filter {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.dropdown.open {
    display: flex
}

.progress-bar {
    margin-top: 15px;
    background-color: #fff
}

.progress-bar label {
    margin-top: 5px;
    display: block;
    
    font-weight: 600;
    font-size: 14px;
    color: #25324b;
    text-align: left
}

progress {
    border-radius: 0px;
    width: 100%;
    height: 6px;
    margin-left: -11.5%
}

progress::-webkit-progress-bar {
    background-color: #d6ddeb;
    border-radius: 0px
}

progress::-webkit-progress-value {
    background-color: #56cdad
}

.pagination {
    gap: 3px
}

.pagination .page-link.active {
    background-color: #41679b;
    color: #fff
}

.pagination .page-link {
    border-radius: 10px;
    border: 0;
    color: #515b6f;
    
    font-weight: 600;
    font-size: clamp(14px, -0.875rem + 4.333vw, 16px)
}

.pagination .page-link svg {
    transition: .1s ease-in-out
}

.pagination .page-link:hover {
    background-color: #41679b;
    color: #fff
}

.pagination .page-item:last-child .page-link, .pagination .page-item:first-child .page-link {
    border-radius: 10px;
    background-color: #fff !important
}

.pagination .page-item:last-child .page-link:hover, .pagination .page-item:first-child .page-link:hover {
    background-color: #fff
}

.pagination .page-item:last-child .page-link:hover svg, .pagination .page-item:first-child .page-link:hover svg {
    transform: scale(1.4)
}

.box-azure {
    padding: 28px;
    background-color: #3abacb;
    border-radius: 16px
}

.box-gray {
    padding: 28px;
    background-color: #f7f7f7;
    border-radius: 16px
}

.box-gray .title {
    display: block;
    font-size: clamp(16px, -0.875rem + 4.333vw, 18px);
    border-bottom: 2px solid #3abacb;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.search-form {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px;
    border-radius: 20px;
    background-color: #0072c5
}

.search-form .btn {
    min-width: 150px;
    text-transform: uppercase
}

.search-form.jobs {
    margin-top: 60px
}

header {
    padding-top: 105px
}

.banner {
    background-color: #fff;
    padding: 80px 0;
    max-width: 1440px;
    margin: 0 auto;
    background-image: url("../images/banner-img.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain
}

.banner .title {
    
    font-size: clamp(28px, -0.875rem + 7.333vw, 60px);
    display: block;
    color: #0072c5;
    font-weight: 700
}

.banner .subtitle {
    
    font-size: clamp(24px, -0.875rem + 5.333vw, 40px);
    line-height: 120%;
    display: block;
    color: #3abacb;
    font-weight: 700
}

.banner p {
    margin-top: 10px;
    
    font-size: clamp(16px, -0.875rem + 4.333vw, 32px);
    line-height: 120%;
    color: #0072c5;
    font-weight: 700
}

.grid-4 {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 40px
}

.grid-2 {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 20px
}

section {
    padding: 50px 0;
    position: relative;
    overflow: hidden
}

section .container {
    position: relative;
    z-index: 1
}

section .heading span {
    display: block
}

section .heading .subtitle {
    
    font-weight: 700;
    font-size: clamp(14px, -0.875rem + 4.333vw, 18px);
    color: #3abacb
}

.heading-container {
    padding: 1rem 0;
    background: #F2F7FA;
    margin-bottom: 50px;
}

.heading-container .heading {
    margin: .67em 0;
}

.heading-container .subtitle {
    text-align: center;
    
    font-weight: 700;
    font-size: clamp(18px, -0.875rem + 4.333vw, 22px);
    color: #000;
    margin-bottom: .67em;
}

section .heading .title {
    
    font-weight: 700;
    font-size: clamp(20px, -0.875rem + 4.333vw, 44px);
    color: #313131;
}

section#recommended {
    background-color: #eee
}

section#recommended .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

section#recommended span {
    
    font-weight: 700;
    font-size: clamp(22px, -0.875rem + 4.333vw, 32px);
    color: #313131
}

section#recommended img {
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
    height: auto
}

section#specialization {
    background-color: #fff
}

section#specialization .more {
    display: block;
    text-align: right;
    margin: 25px 0
}

section#specialization .grid-4 {
    row-gap: 30px;
    -moz-column-gap: 40px;
    column-gap: 40px
}

section#personalized {
    background-color: #fff
}

section#personalized .heading {
    text-align: center
}

section#personalized .heading .subtitle {
    color: #1d669c
}

section#personalized .grid-2 {
    row-gap: 20px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

section#how-to {
    background-color: #fff
}

section#how-to .inner {
    display: flex;
    gap: 50px
}

section#how-to .grid-2 {
    gap: 16px
}

section#how-to p {
    margin-top: 15px;
    
    font-weight: 500;
    font-size: clamp(14px, -0.875rem + 4.333vw, 16px);
    color: #313131
}

section.jobs {
    padding: 50px 0 25px !important;
    min-height: 600px;
}

.content {
    position: relative
}

.content .right-wrap {
    padding-left: 340px
}

.content .text-block {
    margin-bottom: 40px
}

.content .text-block .btn {
    padding: 0 40px
}

.content .pagination {
    margin-top: 30px
}

.filter-col {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #fff;
}

.filter-col .btn-dropdown:first-child {
    padding-top: 0
}

.filter-row {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.filter-row .results span {
    display: block
}

.filter-row .results span:first-child {
    
    font-weight: 400;
    font-size: clamp(18px, -0.875rem + 4.333vw, 32px);
    color: #25324b
}

.filter-row .results span:nth-child(2) {
    
    font-weight: 400;
    font-size: clamp(14px, -0.875rem + 4.333vw, 16px);
    color: #7c8493
}

.filter-row .sorting-wrap {
    display: flex;
    align-items: center
}

.filter-row .sorting {
    display: flex;
    align-items: center;
    border-right: 1px solid #7c8493
}

.filter-row .sorting span {
    display: block;
    margin-top: 3px;
    margin-right: 5px;
    
    font-weight: 400;
    font-size: clamp(14px, -0.875rem + 4.333vw, 16px);
    color: #7c8493
}

.filter-row .sorting select {
    height: 32px;
    color: #25324b;
    padding: 0 5px
}

.filter-row .view {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 15px
}

.filter-row .view span {
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat
}

.filter-row .view span.card-view {
    background-image: url("../images/ico-card-view.svg")
}

.filter-row .view span.card-view.active {
    background-image: url("../images/ico-card-view-active.svg")
}

.filter-row .view span.list-view {
    background-image: url("../images/ico-list-view.svg")
}

.filter-row .view span.list-view.active {
    background-image: url("../images/ico-list-view-active.svg")
}

.offers-wrap {
    margin-top: 25px;
    display: grid;
    grid-template-columns:repeat(1, 1fr);
    gap: 15px;
}

.offers-wrap.card-display {
    grid-template-columns:repeat(3, minmax(0, 1fr))
}

.offers-wrap.card-display .offer-item {
    flex-direction: column
}

.offers-wrap.card-display .offer-item .site {
    flex-direction: column;
    align-items: flex-start
}

.offers-wrap.card-display .offer-item .adress:before {
    display: none
}

.offer-item {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 25px;
    border: 1px solid #d6ddeb
}

.offer-item .link {
    
    font-weight: 600;
    font-size: clamp(16px, -0.875rem + 4.333vw, 20px);
    color: #25324b
}

.offer-item .link:hover {
    text-decoration: none;
    color: #25324b
}

.offer-item .site {
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 5px
}

.offer-item .company {
    
    font-weight: 400;
    font-size: clamp(14px, -0.875rem + 4.333vw, 16px);
    color: #515b6f
}

.offer-item .adress {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    
    font-weight: 400;
    font-size: clamp(14px, -0.875rem + 4.333vw, 16px);
    color: #7c8493
}

.offer-item .adress:before {
    content: "📍";
    margin-left: .4em;
}

.offer-item .tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 10px
}

.offer-item .tags .tag {
    position: relative
}

.offer-item .tags .tag:first-child:before {
    display: none
}

.offer-item .tags .tag:before {
    position: absolute;
    left: -12px;
    top: 0;
    content: "";
    height: 41px;
    width: 1px;
    background-color: #d6ddeb
}

.offer-item .right {
    display: flex;
    flex-direction: column
}

.offer-item .right .btn {
    padding: 0 40px;
    border-radius: 40px;
    
    font-weight: 700;
    font-size: clamp(14px, -0.875rem + 4.333vw, 16px)
}

section.about-us {
    padding-top: 0;
}

section.about-us .heading {
    
    font-weight: 600;
    font-size: clamp(26px, -0.875rem + 4vw, 36px);
    color: #3abacb;
    line-height: 160%
}

section.about-us .claim {
    /*margin-top: -30px;*/
    display: flex;
    align-items: center;
    height: auto;  
    gap: 25px;
}
/*
section.about-us .claim img {
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
    height: auto;
    border-radius: 20px;
}
*/
section.about-us .claim img {
  width: 237px;        /* nebo klidně 180px */
  max-width: 100%;
  height: auto;
  flex: 0 0 auto;
}

section.about-us .claim p {
    
    font-weight: 400;
    /*font-size: clamp(14px, -0.875rem + 4vw, 24px);*/
    color: #000;
   
}

section.about-us .project-care {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 40px;
    margin: 45px 0
}

section.about-us .project-care .box-azure .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

section.about-us .project-care .box-azure .top .title {
    color: #313131;
    
    font-weight: 700;
    font-size: clamp(22px, -0.875rem + 4.333vw, 32px)
}

section.about-us .project-care .box-azure .top img {
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
    height: auto
}

section.about-us .project-care .box-azure p {
    margin: 25px 0;
    color: #313131;    
    font-weight: 400;
    font-size: 14px;
    line-height: 150%
}

section.about-us .claim-2 span {
    display: block;
    text-align: center;
    
    font-weight: 600;
    font-size: clamp(22px, -0.875rem + 4vw, 32px)
}

section.about-us .claim-2 span:first-child {
    color: #3abacb;
    font-weight: 600
}

section.about-us .claim-2 span:nth-child(2) {
    color: #0072c5;
    font-weight: 900
}

section.about-us .pros {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    justify-content: space-between;
    gap: 40px;
    margin: 75px 0 40px
}

section.about-us .pros .icon {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 0 25px 25px
}

section.about-us .pros .icon img {
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
    height: auto;
    max-height: 70px
}

section.about-us .pros .title {
    
    font-weight: 800;
    font-size: clamp(18px, -0.875rem + 4vw, 19px);
    color: #000
}

section.about-us .pros p {
    
    font-weight: 400;
    font-size: 14px
}

section.about-us .owner {
    display: flex;
    align-items: center;
    gap: 40px;
}

section.about-us .owner img {
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
    height: auto;
    border-radius: 20px;
}

section.about-us .owner .title {
    display: block;
    font-weight: 700;
    font-size: 20px;
    color: #3abacb;
    margin-bottom: 15px
}

section.about-us .owner p {
    
    font-weight: 700;
    font-size: 14px;
    color: #000;
    line-height: 180%
}

section.about-us .contact {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 40px;
    margin-top: 70px
}

section.about-us .contact .box-azure {
    display: flex;
    flex-direction: column;
    align-items: center
}

section.about-us .contact .box-azure .title {
    display: block;
    
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center
}

section.about-us .contact .box-azure p {
    
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px
}

footer {
    padding: 80px 0 40px;
    background-color: #0072c5
}

footer .top {
    display: flex;
    justify-content: space-around
}

footer .heading {
    display: block;
    margin-bottom: 15px;
    
    font-weight: 600;
    font-size: clamp(14px, -0.875rem + 4.333vw, 16px);
    color: #fff
}

footer .soc-networks {
    display: flex;
    align-items: center;
    gap: 15px
}

footer .soc-networks a {
    transition: .1s ease-in-out
}

footer .soc-networks a:hover img {
    transform: scale(1.05)
}

footer ul li a {
    
    font-weight: 400;
    color: #fff;
    font-size: 12px
}

footer ul li a:hover {
    text-decoration: none;
    color: #fff
}

footer .copyright {
    display: block;
    margin-top: 25px;
    text-align: center;
    
    font-weight: 400;
    font-size: 12px;
    color: #fff
}

footer .copyright a {
    color: #fff
}

footer .copyright a:hover {
    text-decoration: none;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11
}

.menu-strip {
    background-color: #fff
}

.menu-strip {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: top .15s ease-in-out;
    width: 100%;
    z-index: 10
}

.menu-strip.can-animate {
    transition: transform .3s ease, visibility 0s .3s linear
}

.menu-strip.is-fixed {
    position: fixed;
    transform: translate3d(0, -1100%, 0);
    box-shadow: 0px 6px 23px -4px rgba(0, 0, 0, .37)
}

.menu-strip.scroll-up {
    transform: translate3d(0, 0, 0)
}

.nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    height: 105px
}

.nav-bar .logo img {
    width: 100%;
    height: auto
}

.menu-content {
    display: flex
}

nav.desktop-main {
    display: flex;
    align-items: center;
    gap: 50px
}

nav.desktop-main a {
    
    font-weight: 600;
    font-size: 16px;
    padding: 5px;
    color: #b9b9b9;
    text-decoration: none;
    transition: .1s ease-in-out
}

nav.desktop-main a:hover {
    color: #313131
}

nav.desktop-main a br {
    display: none
}

nav.desktop-main a.active {
    color: #313131
}

nav.desktop-main a.btn {
    /*font-family: "Archivo", sans-serif;*/
    font-size: 24px;
    height: 40px
}

.image img {
    border-radius: 20px;
}


.login-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 50px
}

.login-buttons a {
    height: 40px
}

.lang-picker {
    position: relative
}

.lang-picker img {
    width: 46px;
    height: 26px;
    -o-object-fit: cover;
    object-fit: cover
}

.lang-picker .lang-selected {
    cursor: pointer
}

.lang-picker .lang-list {
    display: none;
    z-index: 1;
    position: absolute;
    left: -10px;
    background-color: #fff;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, .37) 0px 15px 23px -4px
}

.lang-picker .lang-list .wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lang-picker .lang-list .lang-choise {
    cursor: pointer
}

#mobile-menu-toggle {
    display: none;
    justify-self: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer
}

#mobile-menu-toggle .menu-title {
    
    font-size: 16px;
    letter-spacing: 2px;
    color: #0072c5;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 4px;
    margin-left: 2px
}

#hamburger {
    cursor: pointer;
    justify-content: center;
    width: 60px;
    height: 34px;
    position: relative
}

#hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 40px;
    background: #0072c5;
    border-radius: 2px;
    opacity: 1;
    right: 0;
    left: 0;
    margin: 10px auto;
    transform: rotate(0);
    transition: .15s ease-in-out;
    transform-origin: left center
}

#hamburger span:nth-child(1) {
    top: 0px
}

#hamburger span:nth-child(2) {
    top: 11px
}

#hamburger span:nth-child(3) {
    top: 22px
}

#hamburger.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 0;
    left: 12px
}

#hamburger.open span:nth-child(2) {
    width: 0%;
    opacity: 0
}

#hamburger.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 28px;
    left: 12px
}

.nav-mobile-wrapper {
    display: none;
    position: fixed;
    z-index: 99;
    padding-bottom: 25px;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0072c5;
    box-shadow: inset 0px 15px 15px 0px rgba(0, 0, 0, .21)
}

.nav-mobile-wrapper .wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px
}

.nav-mobile-wrapper .wrapper img {
    cursor: pointer
}

nav.mobile {
    display: flex;
    flex-direction: column
}

nav.mobile a {
    
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 20px 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 2px solid #0386e4
}

nav.mobile a.btn {
    max-width: 250px;
    min-width: 250px;
    margin: 5px auto;
    border: 0
}

nav.mobile-side {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 20px;
    background-color: #fff
}

@media (max-width: 1540px) {
    nav.desktop-main a br {
        display: block
    }
}

@media (max-width: 1340px) {
    .nav-bar {
        height: 80px
    }

    .nav-bar .logo img {
        height: 70px
    }

    #mobile-menu-toggle {
        display: flex
    }

    .menu-content {
        display: none
    }
}

@media (min-width: 1340px) {
    .nav-mobile-wrapper {
        display: none !important
    }
}

@media (max-width: 1200px) {
    section#specialization .grid-4 {
        row-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }

    .filter-row {
        flex-direction: column;
        align-items: flex-start
    }

    .filter-row .sorting-wrap {
        margin-left: auto
    }

    .offers-wrap.card-display {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }
}

@media (min-width: 992px) {
    .filter-col .dropdown-wrap {
        display: block !important
    }
}

@media (max-width: 991px) {
    .search-form {
        flex-direction: column
    }

    .search-form .btn {
        width: 100%
    }

    .search-form.jobs {
        margin-top: 20px
    }

    header {
        padding-top: 80px
    }

    .banner {
        padding: 40px 0;
        background-size: cover
    }

    section#specialization .grid-4 {
        grid-template-columns:repeat(3, 1fr)
    }

    section#personalized .grid-2 {
        grid-template-columns:repeat(1, 1fr)
    }

    section#how-to .image {
        display: none
    }

    section.jobs {
        min-height: 816px;
    }

    .content .right-wrap {
        padding-left: 0
    }

    .btn-mobile-filters {
        display: block
    }

    .filter-row {
        position: relative;
        flex-direction: row;
        align-items: center;
        margin-bottom: 80px;
        height: 68px
    }

    .filter-col {
        position: absolute;
        width: 100%;
        top: 74px
    }

    .filter-col .dropdown-wrap {
        position: relative;
        z-index: 1;
        display: none;
        border: 2px solid #eee;
        box-shadow: 0px 6px 23px -4px rgba(0, 0, 0, .37)
    }

    .filter-col .btn-dropdown {
        background-color: #eee;
        padding: 10px 40px 10px 15px !important;
        border-bottom: 1px solid #fff
    }

    .filter-col .dropdown {
        padding: 25px
    }

    .filter-col button {
        width: calc(100% - 2rem);
        margin-top: 1rem !important;
        margin: 1rem;
    }

    .offers-wrap.card-display {
        grid-template-columns:repeat(3, minmax(0, 1fr))
    }

    section.about-us .project-care {
        grid-template-columns:repeat(1, 1fr);
        gap: 25px
    }

    section.about-us .pros {
        text-align: center;
        grid-template-columns:repeat(1, 1fr)
    }

    section.about-us .pros .icon {
        justify-content: center
    }

    section.about-us .pros .icon img {
        max-height: unset
    }

    section.about-us .pros p {
        max-width: 600px;
        margin: 0 auto
    }

    section.about-us .contact {
        grid-template-columns:repeat(1, 1fr);
        gap: 25px
    }
}

@media (max-width: 768px) {
    section {
        padding: 25px 0
    }

    section#recommended .inner {
        flex-direction: column
    }

    .offer-item .site {
        align-items: flex-start;
        flex-direction: column
    }

    .offer-item .adress:before {
        display: none
    }

    .offers-wrap.card-display {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }
}

@media (max-width: 576px) {
    .filter-row {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 100px
    }

    .filter-col {
        top: 100px
    }

    .offer-item {
        flex-direction: column
    }

    .offer-item .right {
        max-width: 250px
    }

    section#specialization .grid-4 {
        grid-template-columns:repeat(2, 1fr)
    }

    .job-card {
        flex-direction: column
    }
    
    
    section#how-to .grid-2 {
        grid-template-columns:repeat(1, 1fr)
    }
/*dopln*/
    section.about-us .module.block {
  display: flow-root;
}

 section.about-us .claim img {
    width: 100%;
  }
/*konec*/
    section.about-us .claim {
        flex-direction: column;
        align-items: flex-start
    }

    section.about-us .project-care {
        margin: 20px 0
    }

    section.about-us .project-care .box-azure .top img {
        max-width: 60px
    }

    section.about-us .owner {
        flex-direction: column;
        align-items: flex-start
    }

    footer {
        padding: 60px 0 20px
    }

    footer .top {
        flex-direction: column-reverse;
        gap: 30px
    }
}

@media (max-width: 520px) {
    .newsletter-box .input {
        flex-direction: column
    }

    .newsletter-box .input .btn {
        width: 100%
    }

    .offers-wrap.card-display {
        grid-template-columns:repeat(1, minmax(0, 1fr))
    }
}

@media (max-width: 420px) {
    section#specialization .grid-4 {
        grid-template-columns:repeat(1, 1fr)
    }
}

#flexi-cookiebar {
    background: #fff;
    border-top: 2px solid #3abacb;
}

#flexi-cookiebar .btn {
    padding: 10px;
}

#flexi-cookiebar-settings {
    background: #3abacb;
    border-color: #3abacb;
}

#flexi-cookiebar-settings:hover {
    background: #45ddf1;
    border-color: #45ddf1;
}

#flexi-cookiebar-popup, #flexi-cookiebar-settings-popup {
    border: 3px solid #3abacb;
    border-radius: 15px;
}

#flexi-cookiebar-close {
    fill: #3abacb;
}

#flexi-cookiebar-link {
    background: #fff;
    border: 1px solid #3abacb;
    border-bottom: none;
}
#flexi-cookiebar-link svg {
    fill: #3abacb;
}
#flexi-cookiebar-link a {
    color: #3abacb;
}

.html-dynamic-content h1 {
    
    font-weight: 600;
    font-size: clamp(26px, -0.875rem + 4vw, 36px);
    color: #3abacb;
    line-height: 160%;
    margin-bottom: 1.5rem;
}
.html-dynamic-content h2 {
    
    font-weight: 600;
    font-size: clamp(24px, -0.875rem + 4vw, 34px);
    color: #3abacb;
    line-height: 160%;
    margin-bottom: 1.5rem;
}

.ares {
    position: absolute;
    right: 0;
    bottom: 0;
}

.logged-header {
    margin-left: 4rem;
}
.logged-header .user {
    gap: 1rem;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}
.logged-header .user img {
    width: 45px;
    height: 45px;
    border: 1px solid #b9b9b9;
    border-radius: 25px;
}

.logged-header .user .email {
    color: #b9b9b9;
}

.logged-header .notifications {
    justify-content: space-between;
    align-items: end;
}

.logged-header .notifications .icons {
    gap: 10px;
}

.logged-header .notifications .icons svg {
    width: 25px;
    height: 25px;
    margin-top: 10px;
    margin-right: 7px;
    fill: #3abacb;
}

.logged-header .notifications .icons > div {
    position: relative;
}

.logged-header .notifications .show-list {
    cursor: pointer;
}

.logged-header .notifications .icons span {
    display: none;
}
.logged-header .notifications .icons .new span {
    display: inline-block;
    position: absolute;
    z-index: 1;
    background: red;
    color: #fff;
    font-size: 0.75rem;
    font-weight: bold;
    top: 0;
    right: 0;
    border-radius: 10px;
    text-align: center;
    padding: 0 5px;
}

.logged-header .notifications .list {
    display: none;
    position: absolute;
    top: 50px;
    right: 0px;
    background: #fff;
    font-size: 0.8rem;
    color: #7a7a7a;
    padding: 0.75rem;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    min-width: 300px;
    max-height: 400px;
    overflow: hidden;
    overflow-y: scroll;
}

.logged-header .notifications .list::after {
    content: '';
}

.logged-header .notifications .list > div {
    border-bottom: 1px solid #b9b9b9;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
}

.logged-header .notifications .list > div.new .message {
    font-weight: bold;
}

.logged-header .notifications .list > div:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.logged-header .notifications .list a {
    text-decoration: none;
    color: #7a7a7a;
}

.logged-header .notifications .list time {
    color: #b9b9b9;
    font-size: 0.7rem;
}

.logged-header .notifications .list .icon {
    float: left;
    width: 30px;
    height: 30px;
    border: 2px solid #b9b9b9;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-right: 0.75rem;
    margin-bottom: auto;
}

.logged-header .notifications .list .icon svg {
    position: absolute;
    width: 15px;
    height: 15px;
    top: -4px;
    left: 5px;
    fill: #7a7a7a;
}
.logged-header .user-menu {
    position: relative;
}
.logged-header .user-menu .links-hamburger {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.logged-header .user-menu .links-hamburger svg {
    fill: #b9b9b9;
}

.logged-header .user-menu .links {
    display: none;
    position: absolute;
    right: 0;
    top: 40px;
}

.logged-header .user-menu .links {
    gap: 10px;
    padding: 10px;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    background: #fff;
}

.logged-header .user-menu .links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    font-size: 0.9rem;
    text-decoration: none;
    white-space: nowrap;
    color:  #3abacb;
    padding: 10px;
    border-bottom: 1px solid #b9b9b9;
}

.logged-header .user-menu .links a:first-child {
    padding-top: 5px;
}

.logged-header .user-menu .links a:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.logged-header .user-menu .links a svg {
    width: 25px;
    height: 25px;
    fill: #b9b9b9;
}

.image-preview {
    position: relative;
    background: repeating-linear-gradient(45deg, #ffffff, #ffffff 5px, #dedede 0px, #dedede 10px);
    padding: 1rem;
    padding-bottom: 0.75rem;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.image-preview img {
    max-width: 100%;
}

.file-preview {
    position: relative;
    background: #fff;
    padding: 1rem;
    padding-bottom: 0.75rem;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.file-preview svg {
    width: 80px;
    height: 80px;
}

.admin-list small {
    display: block;
    font-size: 0.6rem;
}

.admin-list .messages svg {
    width: 25px;
    height: 25px;
}
.admin-list .item {
    padding: 15px;
    margin-bottom: 1rem;
    border: 1px solid #d6ddeb;
}
.admin-list .all {
    display: inline-block;
    width: 40px;
    position: relative;
    line-height: 0.9rem;
    top: 10px;
    text-align: left;
    font-weight: bold;
}

.admin-list .new {
    color: red;
    font-size: 0.65rem;
    padding-right: 2px;
}

.communication .message {
    background: #dbdbdb;
    border-radius: 5px;
    margin-bottom: 1rem;
    padding: 1rem;
    width: 90%
}
.communication .message.own {
    margin-left: auto;
    background: #3abacb;
    color: #fff;
}

.communication form {
    margin-left: auto;
    width: 90%
}

.module.block #articles > .row {
 padding: 30px;
 
}


#articles .label {
    margin-bottom: 1rem;
}
#articles h2 {
    line-height: 1.75rem;
}
#articles h2 a {
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
}
#articles time {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 1rem;
    color: #888F9D;
    border-bottom: 1px solid #C5DCE0;
}

#articles img {
    border-radius: 10px;
}

/*# sourceMappingURL=styles.min.css.map */




/* ===================================
   NASTAVENĂŤ PROFILU - PROFILE SETTINGS
   =================================== */

/* Page Header */
.page-header {
    background: linear-gradient(135deg, #e8f8fa 0%, #ffffff 100%);
    padding: 50px 0;
    margin-bottom: 50px;
}

.page-title {
    
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 700;
    color: #1d669c;
    text-align: center;
    margin: 0;
}

.page-subtitle {
    
    font-size: 16px;
    color: #515b6f;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 180%;
}

/* Profile Section */
.profile-section {
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 15px;
    padding: 40px;
}

.section-header {
    margin-bottom: 30px;
}

.section-title {
    
    font-size: clamp(20px, 2.5vw, 24px);
    font-weight: 700;
    color: #3abacb;
    margin: 0;
}

/* Subsections */
.subsection-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
}

.subsection-title {
    
    font-size: 18px;
    font-weight: 600;
    color: #3abacb;
    margin: 0;
}

/* Form Elements */
.form-group {
    margin-bottom: 25px;
}

.form-label {
    
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
    display: block;
}

.form-label.required::after {
    content: " *";
    color: #ff9c0d;
}

.form-control {
    
    font-size: 15px;
    color: #000;
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 16px;
    width: 100%;
    transition: all 0.3s ease;
}

.form-control:focus {
    outline: none;
    border-color: #3abacb;
    box-shadow: 0 0 0 3px rgba(58, 186, 203, 0.1);
}

.form-control:disabled {
    background-color: #f8f9fa;
    color: #515b6f;
    cursor: not-allowed;
}

textarea.form-control {
    resize: vertical;
    min-height: 100px;
}

.form-hint {
    
    font-size: 12px;
    color: #515b6f;
    margin-top: 5px;
    display: block;
}

/* Image Upload Box */
.image-upload-box {
    margin-bottom: 15px;
}

.image-preview {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    border: 2px dashed #e0e0e0;
    border-radius: 10px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 10px;
}

.image-preview.active {
    border-style: solid;
    border-color: #3abacb;
    background: #ffffff;
}

.image-preview img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.btn-remove-image {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    background: rgba(220, 53, 69, 0.9);
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.btn-remove-image:hover {
    background: #dc3545;
    transform: scale(1.1);
}

.upload-status {
    
    font-size: 13px;
    padding: 8px 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.upload-status.success {
    background: #d4edda;
    color: #155724;
}

.upload-status.warning {
    background: #fff3cd;
    color: #856404;
}

.upload-status.danger {
    background: #f8d7da;
    color: #721c24;
}

.upload-status svg {
    flex-shrink: 0;
}

/* File Input Wrapper */
.file-input-wrapper {
    position: relative;
}

.form-control-file {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.file-input-label {
    
    font-size: 14px;
    font-weight: 600;
    color: #3abacb;
    background: #e0f2f5;
    border: 2px solid #3abacb;
    border-radius: 8px;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.file-input-label:hover {
    background: #3abacb;
    color: #fff;
}

.file-input-label svg {
    flex-shrink: 0;
}

/* ARES Button */
.btn-ares {
    position: absolute;
    right: 0;
    top: 33px;
    
    font-size: 13px;
    font-weight: 600;
    padding: 8px 16px;
    background: linear-gradient(135deg, #3abacb 0%, #72b9c9 100%);
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-ares:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(58, 186, 203, 0.3);
}

/* Checkbox Wrapper */
.checkbox-wrapper {
    padding-top: 8px;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    
    font-size: 14px;
    color: #000;
}

.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.custom-checkbox .checkmark {
    width: 22px;
    height: 22px;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    background: #fff;
    position: relative;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.custom-checkbox input[type="checkbox"]:checked ~ .checkmark {
    background: #3abacb;
    border-color: #3abacb;
}

.custom-checkbox .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-checkbox input[type="checkbox"]:checked ~ .checkmark::after {
    display: block;
}

/* Copy Address Button */
.btn-copy-address {
    
    font-size: 13px;
    font-weight: 600;
    color: #3abacb;
    background: transparent;
    border: none;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-copy-address:hover {
    color: #1d669c;
}

/* Form Actions */
.form-actions {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid #e0e0e0;
    display: flex;
    justify-content: flex-end;
}

.btn {
    
    font-size: 16px;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.btn-primary {
    background: linear-gradient(135deg, #ff9c0d 0%, #ffb347 100%);
    color: #fff;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 156, 13, 0.3);
}

.btn-secondary {
    background: linear-gradient(135deg, #3abacb 0%, #72b9c9 100%);
    color: #fff;
}

.btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(58, 186, 203, 0.3);
}

/* Security Section */
.security-section {
    margin-top: 40px;
}

.security-box {
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
}

.info-box {
    background: #e0f2f5;
    border-left: 4px solid #3abacb;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
    gap: 12px;
}

.info-box svg {
    flex-shrink: 0;
    fill: #3abacb;
}

.info-box p {
    
    font-size: 13px;
    color: #1d669c;
    line-height: 160%;
    margin: 0;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .profile-section {
        padding: 30px 20px;
    }

    .security-box {
        padding: 25px 20px;
        margin-bottom: 20px;
    }

    .subsection-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .page-header {
        padding: 40px 0;
    }

    .profile-section {
        padding: 25px 15px;
    }

    .security-box {
        padding: 20px 15px;
    }

    .form-actions {
        justify-content: stretch;
    }

    .btn {
        width: 100%;
        justify-content: center;
    }

    .btn-ares {
        position: static;
        width: 100%;
        margin-top: 10px;
    }

    .image-preview {
        aspect-ratio: 1;
    }
}

@media (max-width: 576px) {
    .page-subtitle {
        font-size: 14px;
    }

    .subsection-title {
        font-size: 16px;
    }

    .form-control {
        font-size: 14px;
        padding: 10px 14px;
    }
}


/* Contact Content Section */
.contact-content {
    background: #ffffff;
}

/* Contact Form Box */
.contact-form-box {
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 40px;
}

.section-title {
    
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 700;
    color: #1d669c;
    margin-bottom: 10px;
}

.section-subtitle {
    
    font-size: 16px;
    color: #515b6f;
    margin-bottom: 30px;
}

/* Form Elements */
.form-group {
    margin-bottom: 25px;
}

.form-label {
    
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
    display: block;
}

.form-control {
    
    font-size: 15px;
    color: #000;
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    padding: 14px 18px;
    width: 100%;
    transition: all 0.3s ease;
}

.form-control:focus {
    outline: none;
    border-color: #3abacb;
    box-shadow: 0 0 0 4px rgba(58, 186, 203, 0.1);
}

textarea.form-control {
    resize: vertical;
    min-height: 150px;
}

select.form-control {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23515b6f' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    padding-right: 45px;
}

/* Custom Checkbox */
.custom-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    
    font-size: 14px;
    color: #515b6f;
    line-height: 150%;
}

.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.custom-checkbox .checkmark {
    width: 22px;
    height: 22px;
    min-width: 22px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    background: #fff;
    position: relative;
    transition: all 0.3s ease;
    margin-top: 2px;
}

.custom-checkbox input[type="checkbox"]:checked ~ .checkmark {
    background: #3abacb;
    border-color: #3abacb;
}

.custom-checkbox .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-checkbox input[type="checkbox"]:checked ~ .checkmark::after {
    display: block;
}

.custom-checkbox a {
    color: #3abacb;
    text-decoration: none;
}

.custom-checkbox a:hover {
    text-decoration: underline;
}

/* Buttons */
.btn {
    
    font-size: 16px;
    font-weight: 600;
    padding: 14px 35px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-primary {
    background: linear-gradient(135deg, #ff9c0d 0%, #ffb347 100%);
    color: #fff;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 156, 13, 0.3);
}

.btn-secondary {
    background: linear-gradient(135deg, #3abacb 0%, #72b9c9 100%);
    color: #fff;
}

.btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(58, 186, 203, 0.3);
}

.btn-white {
    background: #ffffff;
    color: #1d669c !important;
    border: 2px solid #ffffff;
}

.btn-white:hover {
    background: transparent;
    color: #ffffff;
}



/* Contact page  */

/* Contact Info Cards */
.contact-info-card {
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    transition: all 0.3s ease;
}

.contact-info-card:hover {
    border-color: #3abacb;
    box-shadow: 0 5px 20px rgba(58, 186, 203, 0.1);
}

.contact-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: linear-gradient(135deg, #3abacb 0%, #72b9c9 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.contact-content h3 {
    
    font-size: 18px;
    font-weight: 600;
    color: #1d669c;
    margin: 0 0 8px 0;
}

.contact-content p {
    
    font-size: 15px;
    color: #000;
    margin: 0 0 5px 0;
    line-height: 160%;
}

.contact-content a {
    color: #3abacb;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-content a:hover {
    color: #1d669c;
}

.contact-content small {
    
    font-size: 13px;
    color: #515b6f;
}

/* Social Media Box */
.social-media-box {
    background: linear-gradient(135deg, #1d669c 0%, #0072c5 100%);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    color: #fff;
}

.social-media-box h3 {
    
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 20px 0;
}

.social-links {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.social-link {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: #fff;
    color: #1d669c;
    transform: translateY(-3px);
}

/* Map Section */
.map-section {
    margin: 60px 0;
}

.map-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.map-wrapper iframe {
    display: block;
}

/* FAQ Section */
.faq-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #e8f8fa 0%, #ffffff 100%);
}

.section-title-center {
    
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 700;
    color: #1d669c;
    text-align: center;
    margin-bottom: 10px;
}

.section-subtitle-center {
    
    font-size: 16px;
    color: #515b6f;
    text-align: center;
    margin-bottom: 50px;
}

/* FAQ Item */
.faq-item {
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #3abacb;
}

.faq-item.active {
    border-color: #3abacb;
    box-shadow: 0 5px 20px rgba(58, 186, 203, 0.1);
}

.faq-question {
    width: 100%;
    background: transparent;
    border: none;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    text-align: left;
    
    font-size: 16px;
    font-weight: 600;
    color: #1d669c;
    transition: all 0.3s ease;
}

.faq-question:hover {
    color: #3abacb;
}

.faq-icon {
    min-width: 24px;
    transition: transform 0.3s ease;
    color: #3abacb;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 300px;
}

.faq-answer p {
    
    font-size: 15px;
    color: #515b6f;
    line-height: 180%;
    padding: 0 25px 20px;
    margin: 0;
}

/* CTA Section */
.cta-section {
    padding: 80px 0;
    background: #ffffff;
}

.cta-box {
    background: linear-gradient(135deg, #1d669c 0%, #0072c5 100%);
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    color: #fff;
}

.cta-box h2 {
    
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 700;
    margin: 0 0 15px 0;
}

.cta-box p {
    
    font-size: 18px;
    margin: 0 0 30px 0;
    opacity: 0.95;
}

.cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .contact-hero {
        padding: 60px 0 40px;
    }


    .contact-form-box {
        padding: 30px;
        margin-bottom: 30px;
    }

    .faq-section,
    .cta-section {
        padding: 60px 0;
    }
}

@media (max-width: 768px) {
    .contact-hero {
        padding: 50px 0 30px;
    }

    .contact-form-box {
        padding: 25px 20px;
    }

    .contact-info-card {
        padding: 20px;
    }

    .contact-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }

    .map-section {
        margin: 40px 0;
    }

    .map-wrapper iframe {
        height: 350px;
    }

    .faq-section,
    .cta-section {
        padding: 50px 0;
    }

    .cta-box {
        padding: 40px 25px;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .cta-buttons .btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .page-subtitle {
        font-size: 16px;
    }

    .contact-form-box {
        padding: 20px 15px;
    }

    .form-control {
        padding: 12px 16px;
        font-size: 14px;
    }

    .btn {
        padding: 12px 25px;
        font-size: 15px;
    }

    .contact-info-card {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .social-media-box {
        padding: 25px 20px;
    }

    .faq-question {
        padding: 18px 20px;
        font-size: 15px;
    }

    .faq-answer p {
        padding: 0 20px 18px;
        font-size: 14px;
    }
}





/* Admin jobs secrion */

.admin-list .btn {
    
    font-size: 16px;
    font-weight: 600;
    padding: 12px 12px;
    border-radius: 25px;
    background: linear-gradient(135deg, #ff9c0d 0%, #ffb347 100%);
    color: #fff;
    border: none;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    height: auto;
}

.admin-list .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 156, 13, 0.3);
}

/* Table Header */
.admin-list .row:not(.align-items-center) {
    
    font-size: 14px;
    font-weight: 700;
    color: #1d669c;
    background-color: #f8f9fa;
    padding: 15px 0;
    border-radius: 10px;
    margin-bottom: 15px;
    border: 2px solid #e0e0e0;
}

.admin-list .row:not(.align-items-center) > div {
    padding: 5px 15px;
}

/* List Items */
.admin-list .item {
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px 0;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.admin-list .item:hover {
    border-color: #3abacb;
    box-shadow: 0 5px 15px rgba(58, 186, 203, 0.1);
}

.admin-list .item .row {
    margin: 0;
}

.admin-list .item .row > div {
    
    font-size: 15px;
    color: #000;
    padding: 5px 15px;
    display: flex;
    align-items: center;
}

/* Position (Pozice) */
.admin-list .item .col-3 {
    font-weight: 600;
    color: #1d669c;
}

/* Status Colors */
.admin-list .text-success {
    color: #28a745 !important;
    font-weight: 600;
}

.admin-list .text-warning {
    color: #ffc107 !important;
    font-weight: 600;
}

.admin-list .text-danger {
    color: #dc3545 !important;
    font-weight: 600;
}

/* Dates */
.admin-list .item .col-1 {
    font-size: 14px;
    color: #515b6f;
}

/* Category */
.admin-list .item .col-2:nth-child(5) {
    color: #3abacb;
    font-weight: 500;
}

/* Reactions Container */
.admin-list .d-flex {
    gap: 15px;
    justify-content: flex-start;
}

.reaction {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    min-width: 60px;
}

.reaction small {
    
    font-size: 11px;
    color: #515b6f;
    text-transform: uppercase;
    font-weight: 600;
}

.reaction svg {
    width: 24px;
    height: 24px;
    fill: #3abacb;
}

.reaction .all {
    text-align: center;
    
    font-size: 16px;
    font-weight: 700;
    color: #1d669c;
}

/* Edit Button */
.admin-list .btn-primary {
    background: linear-gradient(135deg, #3abacb 0%, #72b9c9 100%);
    border: none;
    border-radius: 8px;
    padding: 8px 12px;
    transition: all 0.3s ease;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.admin-list .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(58, 186, 203, 0.3);
    background: linear-gradient(135deg, #72b9c9 0%, #3abacb 100%);
}

.admin-list .btn-primary svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}

/* Empty State */
.admin-list .empty-state {
    text-align: center;
    padding: 60px 20px;
    color: #515b6f;
    
}

.admin-list .empty-state svg {
    width: 80px;
    height: 80px;
    fill: #e0e0e0;
    margin-bottom: 20px;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .admin-list .row:not(.align-items-center) {
        display: none;
    }

    .admin-list .item .row {
        flex-direction: column;
        gap: 15px;
    }

    .admin-list .item .row > div {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        padding: 8px 15px;
    }

    .admin-list .item .col-3::before {
        content: "Pozice: ";
        font-weight: 700;
        color: #515b6f;
        margin-right: 10px;
    }

    .admin-list .item .col-2:nth-child(2)::before {
        content: "Stav: ";
        font-weight: 700;
        color: #515b6f;
        margin-right: 10px;
    }

    .admin-list .item .col-1:nth-child(3)::before {
        content: "Publikace: ";
        font-weight: 700;
        color: #515b6f;
        margin-right: 10px;
    }

    .admin-list .item .col-1:nth-child(4)::before {
        content: "Platnost: ";
        font-weight: 700;
        color: #515b6f;
        margin-right: 10px;
    }

    .admin-list .item .col-2:nth-child(5)::before {
        content: "Kategorie: ";
        font-weight: 700;
        color: #515b6f;
        margin-right: 10px;
    }

    .admin-list .item .col-2:nth-child(6)::before {
        content: "Reakce: ";
        font-weight: 700;
        color: #515b6f;
        margin-right: 10px;
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    .admin-list .d-flex {
        justify-content: center;
    }

    .admin-list .item .col-1:last-child {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .heading-container {
        padding: 30px 0;
    }

    .admin-list .btn {
        width: 100%;
        max-width: 300px;
    }

    .reaction {
        min-width: 50px;
    }

    .reaction svg {
        width: 20px;
        height: 20px;
    }
}


/* Admin answers secrion */

/* Stats Row */
.stats-row {
    margin-bottom: 40px;
}

.stat-box {
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 15px;
    padding: 25px 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.stat-box:hover {
    border-color: #3abacb;
    box-shadow: 0 5px 15px rgba(58, 186, 203, 0.1);
}

.stat-box.highlight {
    background: linear-gradient(135deg, #ff9c0d 0%, #ffb347 100%);
    border-color: #ff9c0d;
}

.stat-box.highlight .stat-number,
.stat-box.highlight .stat-label {
    color: #fff;
}

.stat-number {
    
    font-size: 36px;
    font-weight: 700;
    color: #1d669c;
    margin-bottom: 5px;
    line-height: 1;
}

.stat-label {
    
    font-size: 13px;
    font-weight: 500;
    color: #515b6f;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Admin List Section */
.responses-list {
    padding: 20px 0;
}

/* Table Header */
.responses-list .table-header {
    
    font-size: 14px;
    font-weight: 700;
    color: #1d669c;
    background-color: #f8f9fa;
    padding: 15px 0;
    border-radius: 10px;
    margin-bottom: 15px;
    border: 2px solid #e0e0e0;
}

.responses-list .table-header > div {
    padding: 5px 15px;
}

/* List Items */
.responses-list .item {
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px 0;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    position: relative;
}

.responses-list .item:hover {
    border-color: #3abacb;
    box-shadow: 0 5px 15px rgba(58, 186, 203, 0.1);
}

/* New Item Indicator */
.responses-list .item.new-item {
    border-color: #ff9c0d;
    background: linear-gradient(135deg, #fff9f0 0%, #ffffff 100%);
}

.responses-list .item.new-item::before {
    content: "NOVĂ";
    position: absolute;
    top: -1px;
    left: 15px;
    background: linear-gradient(135deg, #ff9c0d 0%, #ffb347 100%);
    color: #fff;
    
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 0 0 8px 8px;
    letter-spacing: 0.5px;
}

.responses-list .item .row {
    margin: 0;
}

.responses-list .item .row > div {
    
    font-size: 15px;
    color: #000;
    padding: 5px 15px;
    display: flex;
    align-items: center;
}

/* Applicant Info */
.applicant-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.applicant-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3abacb 0%, #72b9c9 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.applicant-avatar svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}

.applicant-avatar img {
    border-radius: 50%;
}

.applicant-details {
    flex: 1;
}

.applicant-name {
    
    font-size: 15px;
    font-weight: 600;
    color: #1d669c;
    margin-bottom: 3px;
}

.applicant-email {
    
    font-size: 13px;
    color: #515b6f;
}

.applicant-badge {
    
    font-size: 11px;
    color: #ff9c0d;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 4px;
}

/* Position Info */
.position-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.position-title {
    
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.position-location {
    
    font-size: 13px;
    color: #515b6f;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Category Badge */
.category-badge {
    display: inline-block;
    padding: 6px 14px;
    background-color: #e0f2f5;
    color: #3abacb;
    border-radius: 15px;
    
    font-size: 13px;
    font-weight: 600;
}

/* Date Info */
.date-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.date-info .date {
    
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.date-info .time {
    
    font-size: 12px;
    color: #515b6f;
}

/* View Button */
.responses-list .btn-view {
    background: linear-gradient(135deg, #3abacb 0%, #72b9c9 100%);
    border: none;
    border-radius: 8px;
    padding: 8px 12px;
    transition: all 0.3s ease;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.responses-list .btn-view:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(58, 186, 203, 0.3);
    background: linear-gradient(135deg, #72b9c9 0%, #3abacb 100%);
}

.responses-list .btn-view svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

/* Empty State */
.responses-list .empty-state {
    text-align: center;
    padding: 80px 20px;
    color: #515b6f;
    
}

.responses-list .empty-state svg {
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
}

.responses-list .empty-state p:first-of-type {
    font-size: 18px;
    font-weight: 600;
    color: #1d669c;
    margin-bottom: 10px;
}

.responses-list .empty-state p:last-of-type {
    font-size: 15px;
    color: #515b6f;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .stats-row {
        margin-bottom: 30px;
    }

    .stat-box {
        margin-bottom: 15px;
    }

    .responses-list .table-header {
        display: none;
    }

    .responses-list .item .row {
        flex-direction: column;
        gap: 15px;
    }

    .responses-list .item .row > div {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        padding: 8px 15px;
    }

    .responses-list .item .col-3::before {
        content: "UchazeÄŤ: ";
        font-weight: 700;
        color: #515b6f;
        margin-right: 10px;
        display: block;
        margin-bottom: 10px;
    }

    .responses-list .item .col-4::before {
        content: "Pozice: ";
        font-weight: 700;
        color: #515b6f;
        margin-right: 10px;
        display: block;
        margin-bottom: 10px;
    }

    .responses-list .item .col-2:nth-child(3)::before {
        content: "Kategorie: ";
        font-weight: 700;
        color: #515b6f;
        margin-right: 10px;
    }

    .responses-list .item .col-2:nth-child(4)::before {
        content: "Datum: ";
        font-weight: 700;
        color: #515b6f;
        margin-right: 10px;
    }

    .applicant-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .position-info {
        width: 100%;
    }

    .responses-list .item .col-1:last-child {
        display: flex;
        justify-content: center;
    }

    .responses-list .item.new-item::before {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .heading-container {
        padding: 30px 0;
    }

    .stat-number {
        font-size: 28px;
    }

    .stat-label {
        font-size: 11px;
    }
}

@media (max-width: 576px) {
    .applicant-avatar {
        width: 45px;
        height: 45px;
    }

    .applicant-avatar svg {
        width: 26px;
        height: 26px;
    }

    .applicant-name {
        font-size: 14px;
    }

    .applicant-email {
        font-size: 12px;
    }

    .position-title {
        font-size: 14px;
    }

    .category-badge {
        font-size: 12px;
        padding: 5px 12px;
    }
}

/* Module Block */
.module.block {
    background: transparent;
    padding: 0;
}


























/* ===================================
   HLAVIÄŚKA PO PĹIHLĂĹ ENĂŤ - LOGGED HEADER
   =================================== */

/* Main Header */
.main-header {
    background: #ffffff;
    border-bottom: 2px solid #e0e0e0;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* Nav Bar */
.nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

/* Logo */
.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo img {
    height: 45px;
    width: auto;
}

/* Menu Content */
.menu-content {
    display: flex;
    align-items: center;
    gap: 40px;
    flex: 1;
}

/* Desktop Navigation */
.desktop-main {
    display: flex;
    gap: 25px;
    flex: 1;
}

.desktop-main a {
    
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.desktop-main a:hover {
    color: #3abacb;
}

/* Logged Header Section */
.logged-header {
    display: flex;
    align-items: center;
    gap: 25px;
}

/* User Info */
.user-info {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 15px;
    background: #f8f9fa;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.user-info:hover {
    background: #e0f2f5;
}

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #3abacb;
}

.user-details {
    display: flex;
    flex-direction: column;
}

.user-name {
    
    font-size: 13px;
    font-weight: 700;
    color: #1d669c;
    line-height: 1.2;
}

.user-email {
    
    font-size: 11px;
    color: #515b6f;
    line-height: 1.2;
}

/* Notifications */
.notifications {
    display: flex;
    gap: 15px;
    align-items: center;
}

.notification-icon {
    position: relative;
}

.icon-btn {
    position: relative;
    width: 45px;
    height: 45px;
    background: #f8f9fa;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.icon-btn:hover {
    background: #e0f2f5;
    transform: scale(1.05);
}

.icon-btn svg {
    width: 22px;
    height: 22px;
    fill: #1d669c;
}

.icon-btn .badge {
    position: absolute;
    top: -3px;
    right: -3px;
    background: linear-gradient(135deg, #ff9c0d 0%, #ffb347 100%);
    color: #fff;
    
    font-size: 11px;
    font-weight: 700;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    border: 2px solid #fff;
}

/* Notification Dropdown */
.notification-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 380px;
    max-height: 500px;
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    display: none;
    flex-direction: column;
    z-index: 1001;
}

.notification-dropdown.active {
    display: flex;
}

.dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 2px solid #e0e0e0;
}

.dropdown-header h3 {
    
    font-size: 18px;
    font-weight: 700;
    color: #1d669c;
    margin: 0;
}

.mark-all-read {
    
    font-size: 12px;
    font-weight: 600;
    color: #3abacb;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.3s ease;
}

.mark-all-read:hover {
    color: #1d669c;
}

.dropdown-content {
    overflow-y: auto;
    max-height: 400px;
}

.dropdown-content::-webkit-scrollbar {
    width: 6px;
}

.dropdown-content::-webkit-scrollbar-track {
    background: #f8f9fa;
}

.dropdown-content::-webkit-scrollbar-thumb {
    background: #3abacb;
    border-radius: 3px;
}

/* Notification Item */
.notification-item {
    display: flex;
    gap: 15px;
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

.notification-item:last-child {
    border-bottom: none;
}

.notification-item:hover {
    background: #f8f9fa;
}

.notification-item.unread {
    background: #e0f2f5;
}

.notification-item.unread:hover {
    background: #d0ecf0;
}

.notification-item a {
    text-decoration: none;

}

.notification-icon-wrapper {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification-icon-wrapper.success {
    background: linear-gradient(135deg, #28a745 0%, #5cb85c 100%);
}

.notification-icon-wrapper.error {
    background: linear-gradient(135deg, #dc3545 0%, #e74c3c 100%);
}

.notification-icon-wrapper svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}

.notification-content {
    flex: 1;
}

.notification-title {
    
    font-size: 14px;
    font-weight: 700;
    color: #1d669c;
    margin-bottom: 3px;
}

.notification-time {
    
    font-size: 11px;
    color: #515b6f;
    margin-bottom: 5px;
}

.notification-message {
    
    font-size: 13px;
    color: #000;
    line-height: 150%;
}

/* Empty State */
.empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    text-align: center;
}

.empty-state svg {
    margin-bottom: 15px;
}

.empty-state p {
    
    font-size: 14px;
    color: #515b6f;
    margin: 0;
}

/* Dropdown Footer */
.dropdown-footer {
    padding: 15px 20px;
    border-top: 2px solid #e0e0e0;
    text-align: center;
}

.dropdown-footer a {
    
    font-size: 13px;
    font-weight: 600;
    color: #3abacb;
    text-decoration: none;
    transition: color 0.3s ease;
}

.dropdown-footer a:hover {
    color: #1d669c;
}

/* User Menu */
.user-menu {
    position: relative;
}

.menu-hamburger {
    width: 45px;
    height: 45px;
    background: #f8f9fa;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.menu-hamburger:hover {
    background: #e0f2f5;
    transform: scale(1.05);
}

.menu-hamburger svg {
    width: 24px;
    height: 24px;
}

/* User Menu Dropdown */
.user-menu-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 280px;
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    display: none;
    flex-direction: column;
    z-index: 1001;
    overflow: hidden;
}

.user-menu-dropdown.active {
    display: flex;
}

.user-menu-dropdown a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.user-menu-dropdown a:last-child {
    border-bottom: none;
}

.user-menu-dropdown a:hover {
    background: #e0f2f5;
}

.user-menu-dropdown a.logout-link {
    color: #dc3545;
}

.user-menu-dropdown a.logout-link:hover {
    background: #fff5f5;
}

.user-menu-dropdown a svg {
    width: 22px;
    height: 22px;
    fill: #3abacb;
    flex-shrink: 0;
}

.user-menu-dropdown a.logout-link svg {
    fill: #dc3545;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.hamburger {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #1d669c;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.menu-title {
    
    font-size: 11px;
    font-weight: 600;
    color: #515b6f;
    text-transform: uppercase;
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1998;
    display: none;
}

.mobile-menu-overlay.active {
    display: block;
}

/* Mobile Menu */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    max-width: 90%;
    height: 100%;
    background: #ffffff;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.2);
    z-index: 1999;
    transition: right 0.3s ease;
    overflow-y: auto;
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 2px solid #e0e0e0;
}

.mobile-menu-header h3 {
    
    font-size: 20px;
    font-weight: 700;
    color: #1d669c;
    margin: 0;
}

.close-btn {
    width: 40px;
    height: 40px;
    background: #f8f9fa;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.close-btn:hover {
    background: #e0e0e0;
}

.mobile-menu-user {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #f8f9fa;
}

.mobile-menu-user img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #3abacb;
}

.mobile-user-name {
    
    font-size: 14px;
    font-weight: 700;
    color: #1d669c;
    margin-bottom: 3px;
}

.mobile-user-email {
    
    font-size: 12px;
    color: #515b6f;
}

.mobile-menu-nav {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}

.mobile-menu-nav a {
    
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    padding: 15px 20px;
    transition: all 0.3s ease;
}

.mobile-menu-nav a:hover {
    background: #e0f2f5;
    color: #1d669c;
}

.mobile-menu-divider {
    height: 2px;
    background: #e0e0e0;
    margin: 10px 0;
}

.mobile-menu-user-links {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}

.mobile-menu-user-links a {
    display: flex;
    align-items: center;
    gap: 12px;
    
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    padding: 15px 20px;
    transition: all 0.3s ease;
}

.mobile-menu-user-links a:hover {
    background: #e0f2f5;
    color: #1d669c;
}

.mobile-menu-user-links a.logout-link {
    color: #dc3545;
}

.mobile-menu-user-links a.logout-link:hover {
    background: #fff5f5;
}

.mobile-menu-user-links a svg {
    flex-shrink: 0;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .desktop-main {
        gap: 20px;
    }

    .desktop-main a {
        font-size: 14px;
    }

    .logged-header {
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .desktop-main,
    .user-info,
    .notifications,
    .user-menu {
        display: none;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    .notification-dropdown {
        width: 320px;
    }
}

@media (max-width: 768px) {
    .logo img {
        height: 40px;
    }

    .main-header {
        padding: 12px 0;
    }

    .mobile-menu {
        width: 280px;
    }
}

@media (max-width: 576px) {
    .notification-dropdown {
        width: calc(100vw - 40px);
        right: -10px;
    }

    .mobile-menu {
        width: 100%;
        max-width: 100%;
    }
}



/* ===================================
   PRO ZAMÄšSTNAVATELE - CUSTOM STYLES
   =================================== */

/* PouĹľĂ­vĂˇme stejnĂ© zĂˇkladnĂ­ styly jako pro uchazeÄŤe */
.hero-zamestnavatle {
    background: linear-gradient(135deg, #e8f8fa 0%, #ffffff 100%);
    padding: 60px 0;
}

.page-title {
    
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 700;
    color: #1d669c;
    margin-bottom: 10px;
    text-align: left;
}

.page-subtitle {
    
    font-size: clamp(18px, 2vw, 24px);
    color: #3abacb;
    font-weight: 600;
    text-align: left;
    margin: 0;
}

/* Intro Section */
.intro-section {
   /* padding: 60px 0;*/
    background-color: #ffffff;
}

.intro-wrapper {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 40px;
    align-items: flex-start;
}

.intro-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.intro-content {
    padding-top: 20px;
}

.intro-text {
    
    font-size: 16px;
    color: #000;
    line-height: 180%;
    margin-bottom: 20px;
    text-align: left;
}

.intro-buttons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    flex-wrap: wrap;
}

/* Why Section */
.why-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.section-heading {
    
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 700;
    color: #1d669c;
    margin-bottom: 30px;
    text-align: left;
}

.section-heading-center {
    
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 700;
    color: #1d669c;
    margin-bottom: 20px;
    text-align: center;
}

.subsection-heading {
    
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 600;
    color: #1d669c;
    margin: 40px 0 20px;
    text-align: left;
}

.subsection-heading-center {
    
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 600;
    color: #1d669c;
    margin: 40px 0 20px;
    text-align: center;
}

.section-text {
    
    font-size: 16px;
    color: #000;
    line-height: 180%;
    margin-bottom: 30px;
    text-align: left;
}

.section-text-center {
    
    font-size: 16px;
    color: #000;
    line-height: 180%;
    margin: 20px auto;
    text-align: center;
    max-width: 900px;
}

.section-subtitle-center {
    
    font-size: 16px;
    color: #3abacb;
    line-height: 180%;
    margin: 10px auto 40px;
    text-align: center;
    max-width: 900px;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefits-list li {
    
    font-size: 16px;
    color: #000;
    line-height: 180%;
    margin-bottom: 15px;
    text-align: left;
}

.benefits-list li strong {
    color: #1d669c;
    font-weight: 700;
}

/* Info Box Azure */
.info-box-azure {
    background: linear-gradient(135deg, #3abacb 0%, #72b9c9 100%);
    border-radius: 20px;
    padding: 40px;
    color: #fff;
    margin-top: 40px;
}

.info-box-title {
    
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.info-box-subtitle {
    
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 30px 0 15px;
}

.info-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.info-list li {
    
    font-size: 16px;
    color: #fff;
    line-height: 180%;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}

.info-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
}

.info-list li strong {
    font-weight: 700;
}

.button-center {
    text-align: center;
    margin-top: 30px;
}

.button-center-white {
    text-align: center;
    margin-top: 40px;
}

/* Experience Section */
.experience-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.founder-quote-section {
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 50px;
    margin-top: 50px;
    align-items: flex-start;
}

.founder-image-left img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.founder-quote-right {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.quote-text {
    
    font-size: 18px;
    color: #000;
    line-height: 180%;
    font-style: italic;
    margin-bottom: 30px;
}

.quote-author {
    
    font-size: 18px;
    font-weight: 700;
    color: #1d669c;
    margin-bottom: 5px;
}

.quote-role {
    
    font-size: 14px;
    color: #515b6f;
    margin-bottom: 30px;
}

/* Target Section */
.target-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #e8f8fa 0%, #ffffff 100%);
}

.target-boxes-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.target-box {
    background: linear-gradient(135deg, #3abacb 0%, #72b9c9 100%);
    border-radius: 15px;
    padding: 30px 25px;
    color: #fff;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.target-box-title {
    
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-align: center;
}

.target-list {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}

.target-list li {
    
    font-size: 14px;
    color: #fff;
    line-height: 160%;
    text-align: center;
}

/* Benefits Employer Section with Table */
.benefits-employer-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.benefits-table {
    max-width: 1000px;
    margin: 40px auto;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
}

.table-row {
    display: grid;
    grid-template-columns: 1fr 2fr 120px;
    border-bottom: 1px solid #e0e0e0;
}

.table-row:last-child {
    border-bottom: none;
}

.table-row.table-header {
    background-color: #f8f9fa;
}

.table-cell {
    padding: 20px 25px;
    
    font-size: 15px;
    color: #000;
    line-height: 180%;
    border-right: 1px solid #e0e0e0;
}

.table-cell:last-child {
    border-right: none;
}

.table-header .table-cell {
    font-weight: 700;
}

.icon-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.icon-cell img {
    width: 80px;
    height: auto;
    opacity: 0.3;
    filter: brightness(0) saturate(100%) invert(64%) sepia(45%) saturate(819%) hue-rotate(146deg) brightness(91%) contrast(87%);
}

.table-header .icon-cell img {
    opacity: 1;
    filter: none;
}

/* Schools Section */
.schools-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #e8f8fa 0%, #ffffff 100%);
}

.highlight-text-center {
    
    font-size: 16px;
    color: #3abacb;
    font-weight: 600;
    text-align: center;
    margin: 40px auto;
    max-width: 800px;
}

/* Founding Partners Section */
.founding-partners-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.partners-table {
    max-width: 1000px;
    margin: 40px auto;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
}

/* How it Works Employer */
.how-it-works-employer {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.steps-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin: 40px 0;
}

.step-box {
    text-align: center;
}

.step-number {
    
    font-size: 16px;
    font-weight: 700;
    color: #1d669c;
    margin-bottom: 15px;
}

.step-title {
    
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0 0 8px;
    font-style: italic;
}

.step-description {
    
    font-size: 14px;
    color: #515b6f;
    line-height: 160%;
    margin: 0;
}

/* Process Section */
.process-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin: 40px 0;
}

.process-box {
    text-align: center;
}

.process-number {
    
    font-size: 16px;
    font-weight: 700;
    color: #1d669c;
    margin-bottom: 15px;
}

.process-title {
    
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0 0 8px;
    font-style: italic;
}

.process-description {
    
    font-size: 14px;
    color: #515b6f;
    line-height: 160%;
    margin: 0;
}

.note-text-center {
    
    font-size: 14px;
    color: #000;
    line-height: 180%;
    text-align: center;
    max-width: 900px;
    margin: 30px auto;
}

/* Final CTA Employer */
.final-cta-employer {
    padding: 80px 0;
    background: linear-gradient(135deg, #1d669c 0%, #0072c5 100%);
}

.section-heading-center.white,
.subsection-heading-center.white {
    color: #fff;
}

.section-text-center.white {
    color: #fff;
}

.benefits-list.white li {
    color: #fff;
}

.benefits-list.white li::before {
    color: #fff;
}


.benefits-list.white li strong {
   content: "✓";
   color: #fff;
}


/* Responsive Styles */
@media (max-width: 1200px) {
    .target-boxes-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .intro-wrapper {
        grid-template-columns: 1fr;
    }

    .founder-quote-section {
        grid-template-columns: 1fr;
    }

    .target-boxes-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .steps-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .table-row {
        grid-template-columns: 1fr;
    }

    .table-cell {
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
    }

    .table-cell:last-child {
        border-bottom: none;
    }

    .icon-cell {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero-zamestnavatle {
        padding: 40px 0;
    }

    section {
        padding: 40px 0 !important;
    }

    .intro-buttons {
        flex-direction: column;
    }

    .intro-buttons .btn {
        width: 100%;
    }

    .target-boxes-grid {
        grid-template-columns: 1fr;
    }

    .steps-row {
        grid-template-columns: 1fr;
    }

    .process-steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .info-box-azure {
        padding: 25px;
    }

    .founder-quote-right {
        padding: 25px;
    }
}



/* ===================================
   PRO UCHAZEÄŚE - CUSTOM STYLES
   =================================== */

/* Hero Section */
.hero-uchazece {
    background: linear-gradient(135deg, #e8f8fa 0%, #ffffff 100%);
    padding: 60px 0;
}

.page-title {
    
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 700;
    color: #1d669c;
    margin-bottom: 10px;
    text-align: left;
}

.page-subtitle {
    
    font-size: clamp(18px, 2vw, 24px);
    color: #3abacb;
    font-weight: 600;
    text-align: left;
    margin: 0;
}

/* Intro Section */
.intro-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.intro-wrapper {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 40px;
    align-items: flex-start;
}


.intro-content {
    padding-top: 20px;
}

.intro-text {
    
    font-size: 16px;
    color: #000;
    line-height: 180%;
    margin-bottom: 20px;
    text-align: left;
}

.intro-buttons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    flex-wrap: wrap;
}

/* Why Section */
.why-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.section-heading {
    
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 700;
    color: #1d669c;
    margin-bottom: 30px;
    text-align: left;
}

.section-heading-center {
    
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 700;
    color: #1d669c;
    margin-bottom: 20px;
    text-align: center;
}

.subsection-heading {
    
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 600;
    color: #1d669c;
    margin: 40px 0 20px;
    text-align: left;
}

.subsection-heading-center {
    
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 600;
    color: #1d669c;
    margin: 40px 0 20px;
    text-align: center;
}

.section-text {
    
    font-size: 16px;
    color: #000;
    line-height: 180%;
    margin-bottom: 30px;
    text-align: left;
}

.section-text-center {
    
    font-size: 16px;
    color: #000;
    line-height: 180%;
    margin: 20px auto;
    text-align: center;
    max-width: 900px;
}

.section-subtitle-center {
    
    font-size: 16px;
    color: #3abacb;
    line-height: 180%;
    margin: 10px auto 40px;
    text-align: center;
    max-width: 900px;
}
/*
.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefits-list li {
    
    font-size: 16px;
    color: #000;
    line-height: 180%;
    margin-bottom: 15px;
    text-align: left;
}*/

.benefits-list li::before {
 content: "✓";
 color: #1d669c;
 padding: 5px;
}

.benefits-list li strong {
    color: #1d669c;
    font-weight: 700;
}

/* Categories Section */
.categories-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #e8f8fa 0%, #ffffff 100%);
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.category-card {
    background: linear-gradient(135deg, #3abacb 0%, #72b9c9 100%);
    border-radius: 20px;
    padding: 40px;
    color: #fff;
    position: relative;
    min-height: 400px;
    display: flex;
    flex-direction: column;
}

.category-title {
    
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}

.category-list li {
    
    font-size: 15px;
    color: #fff;
    line-height: 180%;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.category-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
}

.category-icon-bottom {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 80px;
    height: 80px;
    opacity: 0.3;
}

.category-icon-bottom img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 1;
}

/* How it Works Section */
.how-it-works {
    padding: 60px 0;
    background-color: #ffffff;
}

.steps-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.step-item {
    flex: 1;
    min-width: 150px;
    text-align: left;
}

.step-number {
    
    font-size: 16px;
    font-weight: 700;
    color: #1d669c;
    margin-bottom: 10px;
}

.step-content {
    text-align: left;
}

.step-title {
    
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin: 0 0 5px;
    font-style: italic;
}

.step-description {
    
    font-size: 14px;
    color: #515b6f;
    line-height: 160%;
    margin: 0;
}

.note-text-center {
    
    font-size: 14px;
    color: #000;
    line-height: 180%;
    text-align: center;
    max-width: 900px;
    margin: 30px auto;
}

.button-center {
    text-align: center;
    margin-top: 30px;
}

/* Registration Section */
.registration-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.benefits-row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 40px;
    margin: 40px 0;
    align-items: flex-start;
}

.benefits-icon {
    flex-shrink: 0;
}

.benefits-icon img {
    width: 160px;
    height: auto;
}
.benefits-content {
    flex: 1;
}

.benefits-heading {
    
    font-size: 20px;
    font-weight: 700;
    color: #1d669c;
    margin-bottom: 20px;
}

.benefit-item {
    
    font-size: 16px;
    color: #000;
    line-height: 180%;
    margin-bottom: 15px;
}

.benefit-item strong {
    color: #1d669c;
    font-weight: 700;
}

.pills-wrapper {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0;
}

.pill {
    display: inline-block;
    padding: 12px 25px;
    background-color: #e0f2f5;
    border-radius: 25px;
    
    font-size: 14px;
    color: #1d669c;
    font-weight: 500;
}

.warning-text {
    
    font-size: 16px;
    color: #ff9c0d;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}

/* Current Jobs Section */
.current-jobs-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.jobs-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.jobs-list li {
    
    font-size: 16px;
    color: #000;
    line-height: 180%;
    padding-left: 20px;
    position: relative;
}

.jobs-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #3abacb;
}

.images-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
    margin: 40px 0;
}

.images-row img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

/* Why Change Section */
.why-change-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #e8f8fa 0%, #ffffff 100%);
}

.highlight-text {
    
    font-size: 16px;
    color: #3abacb;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
}

/* Founder Section */
.founder-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.founder-wrapper {
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 50px;
    margin-top: 40px;
    align-items: flex-start;
}

.founder-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.founder-quote-box {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.quote-text {
    
    font-size: 18px;
    color: #000;
    line-height: 180%;
    font-style: italic;
    margin-bottom: 30px;
}

.quote-author {
    
    font-size: 18px;
    font-weight: 700;
    color: #1d669c;
    margin-bottom: 5px;
}

.quote-role {
    
    font-size: 14px;
    color: #515b6f;
    margin-bottom: 30px;
}

/* Final CTA Section */
.final-cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1d669c 0%, #0072c5 100%);
}

.section-heading-center.white {
    color: #fff;
}

.section-text-center.white {
    color: #fff;
}

.cta-buttons-wrapper {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

/* Team Collage Section */
.team-collage-section {
    padding: 0;
    background-color: #ffffff;
}

.container-fluid {
    width: 100%;
    padding: 0;
    margin: 0;
}

.p-0 {
    padding: 0 !important;
}

.collage-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.collage-item {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.collage-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease-in-out;
}

.collage-item:hover img {
    transform: scale(1.05);
}

/* Responsive Styles */
@media (max-width: 991px) {
    .intro-wrapper {
        grid-template-columns: 1fr;
    }

    .categories-grid {
        grid-template-columns: 1fr;
    }

    .steps-wrapper {
        flex-direction: column;
    }

    .benefits-row {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .benefits-icon {
        margin: 0 auto;
    }

    .founder-wrapper {
        grid-template-columns: 1fr;
    }

    .images-row {
        grid-template-columns: repeat(3, 1fr);
    }

    .collage-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .hero-uchazece {
        padding: 40px 0;
    }

    section {
        padding: 40px 0 !important;
    }

    .intro-buttons {
        flex-direction: column;
    }

    .intro-buttons .btn {
        width: 100%;
    }

    .images-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .cta-buttons-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .cta-buttons-wrapper .btn {
        width: 100%;
        max-width: 350px;
    }
}

@media (max-width: 576px) {
    .page-title {
        font-size: 24px;
    }

    .section-heading,
    .section-heading-center {
        font-size: 22px;
    }

    .pills-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .pill {
        width: 100%;
        max-width: 350px;
        text-align: center;
    }

    .images-row {
        grid-template-columns: 1fr;
    }

    .founder-quote-box {
        padding: 25px;
    }

    .collage-grid {
        grid-template-columns: 1fr;
    }
}

/* Utility Classes */
.text-center {
    text-align: center;
}

.mt-5 {
    margin-top: 50px;
}

.mb-4 {
    margin-bottom: 40px;
}

/* === LOGGED HEADER ADDON (merged, bez destrukce bloků) === */

/* ===================================
   LOGGED HEADER - FINÁLNÍ OPRAVA
   Podporuje obě varianty: uchazeč i zaměstnavatel
   =================================== */

/* ===================================
   USER INFO BOX
   =================================== */

.logged-header .user-info {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 15px;
    background: #f8f9fa;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.logged-header .user-info:hover {
    background: #e8f8fa;
}

.logged-header .user-info .user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #3abacb;
}

/* Podpora pro uchazeče (třída "info") */
.logged-header .user-info .info,
.logged-header .user-info .user-details {
    display: flex;
    flex-direction: column;
}

/* User name - obě varianty */
.logged-header .user-info .user-name {
    
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    color: #1d669c;
}

/* User email - obě varianty */
.logged-header .user-info .user-email {
    
    font-size: 11px;
    color: #515b6f;
    line-height: 1.2;
}

/* ===================================
   NOTIFICATIONS
   =================================== */

.logged-header .notifications {
    display: flex;
    gap: 15px;
    align-items: center;
}

.logged-header .notification-icon {
    position: relative;
}

.logged-header .notification-icon .icon-btn {
    position: relative;
    width: 45px;
    height: 45px;
    background: #f8f9fa;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.logged-header .notification-icon .icon-btn:hover {
    background: #e8f8fa;
    transform: scale(1.05);
}

.logged-header .notification-icon .icon-btn svg {
    width: 22px;
    height: 22px;
    fill: #1d669c;
}

.logged-header .notification-icon .icon-btn:hover svg {
    fill: #3abacb;
}

/* Badge */
.logged-header .notification-icon .badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: linear-gradient(135deg, #ff9c0d 0%, #ffab34 100%);
    color: #fff;
    
    font-size: 11px;
    font-weight: 700;
    min-width: 22px;
    height: 22px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    border: 2px solid #fff;
    z-index: 1;
}

/* Notification Dropdown */
.logged-header .notification-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 15px);
    right: 0;
    width: 380px;
    max-height: 500px;
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    z-index: 1001;
}

.logged-header .notification-dropdown.active {
    display: block;
}

.logged-header .notification-dropdown .dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 2px solid #e0e0e0;
}

.logged-header .notification-dropdown .dropdown-header h3 {
    
    font-size: 18px;
    font-weight: 700;
    color: #1d669c;
    margin: 0;
}

.logged-header .notification-dropdown .dropdown-content {
    overflow-y: auto;
    max-height: 400px;
}

.logged-header .notification-dropdown .dropdown-content::-webkit-scrollbar {
    width: 6px;
}

.logged-header .notification-dropdown .dropdown-content::-webkit-scrollbar-track {
    background: #f8f9fa;
}

.logged-header .notification-dropdown .dropdown-content::-webkit-scrollbar-thumb {
    background: #3abacb;
    border-radius: 3px;
}

/* Empty State */
.logged-header .notification-dropdown .empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    text-align: center;
}

.logged-header .notification-dropdown .empty-state svg {
    margin-bottom: 15px;
}

.logged-header .notification-dropdown .empty-state p {
    
    font-size: 14px;
    color: #515b6f;
    margin: 0;
}

/* Notification Item */
.logged-header .notification-item {
    display: flex;
    gap: 15px;
    padding: 18px 20px;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.3s ease;
    cursor: pointer;
    align-items: flex-start;
}

.logged-header .notification-item:last-child {
    border-bottom: none;
}

.logged-header .notification-item:hover {
    background: #f8f9fa;
}

/* Notification Icon Wrapper */
.logged-header .notification-icon-wrapper {
    width: 45px;
    height: 45px;
    min-width: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.logged-header .notification-icon-wrapper.success {
    background: linear-gradient(135deg, #28a745 0%, #5cb85c 100%);
}

.logged-header .notification-icon-wrapper.warning {
    background: linear-gradient(135deg, #ff9c0d 0%, #ffab34 100%);
}

.logged-header .notification-icon-wrapper.info {
    background: linear-gradient(135deg, #1d669c 0%, #3abacb 100%);
}

.logged-header .notification-icon-wrapper.error {
    background: linear-gradient(135deg, #dc3545 0%, #e74c3c 100%);
}

.logged-header .notification-icon-wrapper svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

/* Notification Content */
.logged-header .notification-content {
    flex: 1;
    min-width: 0;
}

.logged-header .notification-title {
    
    font-size: 14px;
    font-weight: 700;
    color: #1d669c;
    margin-bottom: 4px;
    line-height: 1.3;
}

.logged-header .notification-time {
    
    font-size: 11px;
    color: #515b6f;
    display: block;
    margin-bottom: 6px;
}

.logged-header .notification-message {
    
    font-size: 13px;
    color: #000;
    line-height: 160%;
    word-wrap: break-word;
}

/* ===================================
   USER MENU (pouze zaměstnavatel)
   =================================== */

.logged-header .user-menu {
    position: relative;
}

.logged-header .user-menu .menu-hamburger {
    cursor: pointer;
    width: 45px;
    height: 45px;
    background: #f8f9fa;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.logged-header .user-menu .menu-hamburger:hover {
    background: #e8f8fa;
    transform: scale(1.05);
}

.logged-header .user-menu .menu-hamburger svg {
    width: 24px;
    height: 24px;
}

.logged-header .user-menu-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 15px);
    right: 0;
    width: 280px;
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    z-index: 1001;
}

.logged-header .user-menu-dropdown.active {
    display: flex;
    flex-direction: column;
}

.logged-header .user-menu-dropdown a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 15px 20px;
    
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.logged-header .user-menu-dropdown a:last-child {
    border-bottom: none;
}

.logged-header .user-menu-dropdown a:hover {
    background: #e8f8fa;
}

.logged-header .user-menu-dropdown a svg {
    width: 22px;
    height: 22px;
    fill: #3abacb;
    flex-shrink: 0;
}

.logged-header .user-menu-dropdown a.logout-link {
    color: #dc3545;
}

.logged-header .user-menu-dropdown a.logout-link:hover {
    background: #fff5f5;
}

.logged-header .user-menu-dropdown a.logout-link svg {
    fill: #dc3545;
}

/* ===================================
   RESPONSIVE
   =================================== */

@media (max-width: 1340px) {
    .logged-header {
        display: none !important;
    }

    #mobile-menu-toggle {
        display: flex !important;
    }

    .menu-content {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .nav-bar {
        height: 80px !important;
    }

    .nav-bar .logo img {
        height: 60px !important;
    }
}

@media (max-width: 768px) {
    .nav-bar {
        height: 70px !important;
    }

    .nav-bar .logo img {
        height: 50px !important;
    }

    .logged-header .notification-dropdown {
        width: 320px;
    }
}

@media (max-width: 576px) {
    .nav-bar {
        height: 65px !important;
    }

    .nav-bar .logo img {
        height: 45px !important;
    }

    .logged-header .notification-dropdown {
        width: calc(100vw - 40px);
        right: -20px;
    }

    .logged-header .user-menu-dropdown {
        width: 260px;
    }
}

/* Mobile Menu Styles */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    display: none;
}

.mobile-menu-overlay.active {
    display: block;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    max-width: 90%;
    height: 100%;
    background: #ffffff;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.2);
    z-index: 999;
    transition: right 0.3s ease;
    overflow-y: auto;
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 2px solid #e0e0e0;
}

.mobile-menu-header h3 {
    
    font-size: 20px;
    font-weight: 700;
    color: #1d669c;
    margin: 0;
}

.mobile-menu-header .close-btn {
    width: 40px;
    height: 40px;
    background: #f8f9fa;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.mobile-menu-user {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #f8f9fa;
}

.mobile-menu-user img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #3abacb;
}

.mobile-user-name {
    
    font-size: 14px;
    font-weight: 700;
    color: #1d669c;
}

.mobile-user-email {
    
    font-size: 12px;
    color: #515b6f;
}

.mobile-menu-nav {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}

.mobile-menu-nav a {
    
    font-size: 16px;
    color: #000;
    text-decoration: none;
    padding: 15px 20px;
    transition: background 0.3s ease;
}

.mobile-menu-nav a:hover {
    background: #e0f2f5;
}

.mobile-menu-divider {
    height: 2px;
    background: #e0e0e0;
    margin: 10px 0;
}

.mobile-menu-user-links {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}

.mobile-menu-user-links a {
    display: flex;
    align-items: center;
    gap: 12px;
    
    font-size: 15px;
    color: #000;
    text-decoration: none;
    padding: 15px 20px;
    transition: background 0.3s ease;
}

.mobile-menu-user-links a:hover {
    background: #e0f2f5;
}

.mobile-menu-user-links a.logout-link {
    color: #dc3545;
}

.mobile-menu-user-links a.logout-link:hover {
    background: #fff5f5;
}

.mobile-menu-user-links svg {
    flex-shrink: 0;
}


/* ===================================
   DETAIL ODPOVĚDI - KOMUNIKACE
   BEZPEČNÁ VERZE - PŘEPISUJE POUZE .communication
   =================================== */

/* Communication Section - KOMPLETNÍ PŘEPSÁNÍ */
.communication {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Messages - NOVÝ DESIGN */
.communication .message {
    background: #ffffff !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 15px !important;
    padding: 20px !important;
    width: 90% !important;
    max-width: 600px;
    margin-bottom: 0 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.communication .message:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Message from Applicant (Left) */
.communication .message:not(.own) {
    margin-right: auto;
    margin-left: 0 !important;
    border-left: 4px solid #3abacb !important;
}

/* Message from Employer (Right) - PŘEPSÁNÍ */
.communication .message.own {
    margin-left: auto !important;
    background: linear-gradient(135deg, #3abacb 0%, #72b9c9 100%) !important;
    color: #fff !important;
    border: none !important;
    border-right: 4px solid #1d669c !important;
}

/* Message Content Structure */
.communication .message > div:first-child {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.communication .message:not(.own) > div:first-child {
    color: #1d669c;
}

.communication .message.own > div:first-child {
    color: #fff;
}

.communication .message > div:nth-child(2) {
    font-size: 12px;
    margin-bottom: 12px;
    opacity: 0.8;
}

.communication .message:not(.own) > div:nth-child(2) {
    color: #515b6f;
}

.communication .message.own > div:nth-child(2) {
    color: #fff;
}

.communication .message > div:nth-child(3) {
    font-size: 15px;
    line-height: 160%;
}

.communication .message:not(.own) > div:nth-child(3) {
    color: #000;
}

.communication .message.own > div:nth-child(3) {
    color: #fff;
}

/* Form Section - PŘEPSÁNÍ */
.communication form {
    margin-left: auto !important;
    width: 100% !important;
    margin-top: 20px;
}

.communication form .row {
    margin: 0;
}

.communication form label {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
    display: block;
}

.communication form label.required::after {
    content: " *";
    color: #ff9c0d;
}

.communication form textarea.form-control {

    font-size: 15px;
    color: #000;
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    padding: 14px 18px;
    width: 100%;
    resize: vertical;
    min-height: 120px;
    transition: all 0.3s ease;
}

.communication form textarea.form-control:focus {
    outline: none;
    border-color: #3abacb;
    box-shadow: 0 0 0 4px rgba(58, 186, 203, 0.1);
}

.communication form textarea.form-control::placeholder {
    color: #b9b9b9;
}

.communication form .btn {
    font-size: 16px;
    font-weight: 600;
    padding: 14px 35px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.communication form .btn.red {
    background: linear-gradient(135deg, #ff9c0d 0%, #ffb347 100%);
    color: #fff;
}

.communication form .btn.red:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 156, 13, 0.3);
}

/* Responsive Styles */
@media (max-width: 991px) {
    .communication .message,
    .communication form {
        width: 100% !important;
        max-width: 100% !important;
    }

    .communication .message.own {
        margin-left: 0 !important;
    }

    .communication .message:not(.own) {
        margin-right: 0 !important;
    }
}

@media (max-width: 768px) {
    .communication .message {
        padding: 15px !important;
    }

    .communication form textarea.form-control {
        min-height: 100px;
        padding: 12px 16px;
    }

    .communication form .btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .communication .message {
        padding: 12px !important;
    }

    .communication .message > div:first-child {
        font-size: 13px;
    }

    .communication .message > div:nth-child(2) {
        font-size: 11px;
    }

    .communication .message > div:nth-child(3) {
        font-size: 14px;
    }
}
























* Status Bar */
.status-bar {
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 15px 25px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.status-badge {
    font-family: "Inter", serif;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.status-badge.new {
    background: linear-gradient(135deg, #ff9c0d 0%, #ffb347 100%);
    color: #fff;
}

.status-badge.read {
    background: #e0e0e0;
    color: #515b6f;
}

.response-date {
    font-family: "Inter", serif;
    font-size: 14px;
    color: #515b6f;
    display: flex;
    align-items: center;
    gap: 8px;
}

.response-date svg {
    fill: #3abacb;
}

/* Applicant Card */
.applicant-card {
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.applicant-avatar-large {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #3abacb 0%, #72b9c9 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.applicant-avatar-large svg {
    width: 60px;
    height: 60px;
    fill: #fff;
}

.applicant-avatar-large img {
    background: #fff;
    border: 3px solid #3abacb;
    border-radius: 65px;

}

.applicant-name {
    font-family: "Poppins", serif;
    font-size: 24px;
    font-weight: 700;
    color: #1d669c;
    margin: 0 0 8px 0;
}

.applicant-email {
    font-family: "Inter", serif;
    font-size: 15px;
    color: #3abacb;
    margin: 0 0 5px 0;
}

.applicant-phone {
    font-family: "Inter", serif;
    font-size: 15px;
    color: #515b6f;
    margin: 0 0 20px 0;
}

/* Tags */
.applicant-tags {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.tag {
    font-family: "Inter", serif;
    font-size: 12px;
    font-weight: 600;
    color: #3abacb;
    background: #e0f2f5;
    padding: 5px 12px;
    border-radius: 12px;
}

/* Info Box */
.info-box {
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 20px;
}

.info-title {
    font-family: "Poppins", serif;
    font-size: 16px;
    font-weight: 700;
    color: #1d669c;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
}

.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.info-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.info-label {
    font-family: "Inter", serif;
    font-size: 14px;
    color: #515b6f;
    font-weight: 500;
}

.info-value {
    font-family: "Inter", serif;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

/* Documents Box */
.documents-box {
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 20px;
}

.document-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.document-item:last-child {
    margin-bottom: 0;
}

.document-item:hover {
    background: #e0f2f5;
    transform: translateX(5px);
}

.document-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    background: linear-gradient(135deg, #3abacb 0%, #72b9c9 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.document-info {
    flex: 1;
}

.document-name {
    font-family: "Inter", serif;
    font-size: 14px;
    font-weight: 600;
    color: #1d669c;
    margin-bottom: 3px;
}

.document-meta {
    font-family: "Inter", serif;
    font-size: 12px;
    color: #515b6f;
}

.document-download {
    color: #3abacb;
}

/* Content Card */
.content-card {
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 20px;
}

.card-title {
    font-family: "Poppins", serif;
    font-size: 20px;
    font-weight: 700;
    color: #1d669c;
    margin: 0 0 20px 0;
    padding-bottom: 15px;
    border-bottom: 2px solid #e0e0e0;
}

/* Position Info */
.position-info-large {
    padding: 20px;
    background: linear-gradient(135deg, #e8f8fa 0%, #f0f8fa 100%);
    border-radius: 12px;
}

.position-name {
    font-family: "Poppins", serif;
    font-size: 22px;
    font-weight: 700;
    color: #1d669c;
    margin: 0 0 12px 0;
}

.position-meta {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.meta-item {
    font-family: "Inter", serif;
    font-size: 14px;
    color: #515b6f;
    display: flex;
    align-items: center;
    gap: 5px;
}

.meta-item svg {
    fill: #3abacb;
}

.category-badge {
    background: #e0f2f5;
    color: #3abacb;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 15px;
}

/* Message Content */
.message-content {
    font-family: "Inter", serif;
    font-size: 15px;
    color: #000;
    line-height: 180%;
}

.message-content p {
    margin: 0 0 15px 0;
}

.message-content p:last-child {
    margin-bottom: 0;
}

/* Timeline */
.timeline {
    position: relative;
    padding-left: 30px;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: #e0e0e0;
}

.timeline-item {
    position: relative;
    margin-bottom: 30px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-dot {
    position: absolute;
    left: -30px;
    top: 5px;
    width: 16px;
    height: 16px;
    background: #3abacb;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #3abacb;
}

.timeline-content {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
}

.timeline-date {
    font-family: "Inter", serif;
    font-size: 13px;
    font-weight: 600;
    color: #3abacb;
    margin-bottom: 8px;
}

.timeline-title {
    font-family: "Poppins", serif;
    font-size: 16px;
    font-weight: 600;
    color: #1d669c;
    margin: 0 0 5px 0;
}

.timeline-company {
    font-family: "Inter", serif;
    font-size: 14px;
    color: #515b6f;
    margin: 0 0 10px 0;
}

.timeline-description {
    font-family: "Inter", serif;
    font-size: 14px;
    color: #000;
    line-height: 160%;
    margin: 0;
    padding-left: 20px;
}

.timeline-description li {
    margin-bottom: 5px;
}

/* Education Item */
.education-item {
    display: flex;
    gap: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
}

.education-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: linear-gradient(135deg, #3abacb 0%, #72b9c9 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.education-content {
    flex: 1;
}

.education-title {
    font-family: "Poppins", serif;
    font-size: 16px;
    font-weight: 600;
    color: #1d669c;
    margin: 0 0 5px 0;
}

.education-school {
    font-family: "Inter", serif;
    font-size: 14px;
    color: #515b6f;
    margin: 0 0 3px 0;
}

.education-year {
    font-family: "Inter", serif;
    font-size: 13px;
    color: #3abacb;
    font-weight: 600;
    margin: 0;
}

/* Skills Grid */
.skills-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 10px;
}

.skill-badge {
    font-family: "Inter", serif;
    font-size: 13px;
    font-weight: 600;
    color: #3abacb;
    background: #e0f2f5;
    padding: 10px 15px;
    border-radius: 20px;
    text-align: center;
}

/* Response Actions */
.response-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    padding-top: 10px;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .response-actions {
        flex-direction: column;
    }

    .response-actions .btn {
        width: 100%;
    }
}

@media (max-width: 768px) {

    .status-bar {
        padding: 15px;
    }

    .applicant-card {
        padding: 25px 20px;
    }

    .content-card {
        padding: 25px 20px;
    }

    .info-box,
    .documents-box {
        padding: 20px 15px;
    }

    .timeline {
        padding-left: 25px;
    }

    .timeline-dot {
        left: -25px;
    }

    .education-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .skills-grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }
}

@media (max-width: 576px) {
    .page-title {
        font-size: 22px;
    }

    .status-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .applicant-name {
        font-size: 20px;
    }

    .position-meta {
        flex-direction: column;
        gap: 8px;
    }

    .skills-grid {
        grid-template-columns: 1fr;
    }
}

/* ===================================
   DETAIL NABÍDKY PRÁCE + ODPOVĚĎ
   Čistá verze - žádné Word artefakty
   =================================== */

/* Right Wrap - hlavní kontejner s obsahem */
.content .right-wrap {
    padding-left: 340px;
}

/* Text Block uvnitř right-wrap */
.content .right-wrap .text-block {
    margin-bottom: 40px;
}

/* Hlavní nadpis pozice */
.content .right-wrap .text-block h1 {
    font-family: "Poppins", serif;
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 700;
    color: #1d669c;
    margin-bottom: 25px;
    line-height: 130%;
}

/* ===================================
   ČIŠTĚNÍ WORD STYLŮ
   =================================== */

/* Všechny odstavce - normalizace */
.content .right-wrap .text-block p {
    font-family: "Inter", serif !important;
    font-size: 15px !important;
    color: #000 !important;
    line-height: 180% !important;
    margin: 12px 0 !important;
    text-align: left !important;
    text-indent: 0 !important;
}

/* MsoNormal a podobné třídy z Wordu */
.content .right-wrap .text-block p[class*="Mso"] {
    font-family: "Inter", serif !important;
    font-size: 15px !important;
    color: #000 !important;
    line-height: 180% !important;
    margin: 12px 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
    text-indent: 0 !important;
    padding-left: 25px !important;
    position: relative;
}

/* Checkmark místo Wingdings */
.content .right-wrap .text-block p[class*="Mso"]::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #3abacb;
    font-weight: 700;
    font-size: 16px;
}

/* Skrytí Wingdings a mso elementů */
.content .right-wrap .text-block span[style*="Wingdings"],
.content .right-wrap .text-block span[style*="mso-"],
.content .right-wrap .text-block span[class*="mso"] {
    display: none !important;
}

/* Normalizace všech span elementů */
.content .right-wrap .text-block span {
    font-family: inherit !important;
    font-size: inherit !important;
    color: inherit !important;
}

/* Sekce nadpisy (Požadavky:, Nabízíme:, Benefity:) */
.content .right-wrap .text-block p b:only-child,
.content .right-wrap .text-block p:has(> b:only-child) {
    font-family: "Poppins", serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #3abacb !important;
    margin: 30px 0 15px !important;
    padding-left: 0 !important;
}

.content .right-wrap .text-block p b:only-child::before,
.content .right-wrap .text-block p:has(> b:only-child)::before {
    display: none !important;
}

/* Bold text v obsahu */
.content .right-wrap .text-block b,
.content .right-wrap .text-block strong {
    font-weight: 700;
    color: #1d669c;
}

/* ===================================
   SEKCE "ODPOVĚDĚT NA NABÍDKU"
   =================================== */

/* Nadpis sekce odpovědi */
.content .right-wrap h2.c-azure {
    font-family: "Poppins", serif;
    font-size: clamp(20px, 2.5vw, 26px);
    font-weight: 700;
    color: #3abacb;
    margin: 50px 0 20px;
    padding-top: 30px;
    border-top: 2px solid #e0e0e0;
}

/* Answer Block - box s odpovědí */
.answer-block {
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 15px;
    padding: 30px;
    margin: 20px 0 40px;
    text-align: center;
}

/* Text uvnitř answer blocku */
.answer-block .mb-3 {
    font-family: "Inter", serif;
    font-size: 16px;
    color: #1d669c;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Datum a zpráva */
.answer-block small {
    font-family: "Inter", serif;
    font-size: 14px;
    color: #515b6f;
    display: block;
}

.answer-block small strong {
    font-family: "Poppins", serif;
    font-size: 15px;
    font-weight: 700;
    color: #1d669c;
    display: block;
    margin-bottom: 8px;
}

.answer-block small span {
    font-family: "Inter", serif;
    font-size: 14px;
    color: #000;
    font-style: normal;
    line-height: 160%;
}

/* ===================================
   FILTER ROW (Podobné nabídky)
   =================================== */

.content .filter-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e0e0e0;
}

.content .filter-row .results span {
    display: block;
}

.content .filter-row .results span:first-child {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-size: clamp(20px, 2.5vw, 28px);
    color: #1d669c;
    margin-bottom: 5px;
}

.content .filter-row .results span:nth-child(2) {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: clamp(14px, 1.5vw, 16px);
    color: #515b6f;
}

/* ===================================
   OFFERS WRAP (Seznam podobných nabídek)
   =================================== */

.content .offers-wrap {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-bottom: 40px;
}

/* Jednotlivá nabídka */
.content .offers-wrap .offer-item {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 25px;
    border: 2px solid #e0e0e0;
    border-radius: 15px;
    background: #ffffff;
    transition: all 0.3s ease;
}

.content .offers-wrap .offer-item:hover {
    border-color: #3abacb;
    box-shadow: 0 5px 15px rgba(58, 186, 203, 0.1);
    transform: translateY(-2px);
}

/* Link na pozici */
.content .offers-wrap .offer-item .link {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: clamp(16px, 2vw, 20px);
    color: #1d669c;
    text-decoration: none;
    transition: color 0.3s ease;
}

.content .offers-wrap .offer-item .link:hover {
    color: #3abacb;
}

/* Site info (firma + místo) */
.content .offers-wrap .offer-item .site {
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.content .offers-wrap .offer-item .company {
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: clamp(14px, 1.5vw, 16px);
    color: #515b6f;
}

.content .offers-wrap .offer-item .adress {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: clamp(14px, 1.5vw, 16px);
    color: #7c8493;
}

/* Tagy (Plný úvazek, kategorie) */
.content .offers-wrap .offer-item .tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.content .offers-wrap .offer-item .tags .tag {
    white-space: nowrap;
    border-radius: 25px;
    padding: 8px 15px;
    font-family: "Inter", serif;
    font-size: clamp(13px, 1.5vw, 14px);
    font-weight: 600;
}

.content .offers-wrap .offer-item .tags .tag.obligation {
    background-color: rgba(86, 205, 173, 0.1);
    color: #56cdad;
}

.content .offers-wrap .offer-item .tags .tag.job {
    color: #1d669c;
    border: 1px solid #1d669c;
    background-color: #fff;
}

/* Pravá strana s tlačítkem */
.content .offers-wrap .offer-item .right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
}

.content .offers-wrap .offer-item .right .btn {
    padding: 12px 30px;
    border-radius: 30px;
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: clamp(14px, 1.5vw, 16px);
    white-space: nowrap;
}

/* Progress bar */
.content .offers-wrap .offer-item .progress-bar {
    margin-top: 10px;
    background-color: transparent;
    width: 100%;
    min-width: 200px;
}

.content .offers-wrap .offer-item .progress-bar label {
    margin-top: 8px;
    display: block;
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 13px;
    color: #515b6f;
    text-align: right;
}

.content .offers-wrap .offer-item .progress-bar progress {
    border-radius: 10px;
    width: 100%;
    height: 8px;
    margin-left: 0;
}

.content .offers-wrap .offer-item .progress-bar progress::-webkit-progress-bar {
    background-color: #e0e0e0;
    border-radius: 10px;
}

.content .offers-wrap .offer-item .progress-bar progress::-webkit-progress-value {
    background-color: #56cdad;
    border-radius: 10px;
}

/* ===================================
   RESPONSIVE
   =================================== */

@media (max-width: 991px) {
    .content .right-wrap {
        padding-left: 0;
    }

    .content .filter-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .content .offers-wrap .offer-item {
        flex-direction: column;
    }

    .content .offers-wrap .offer-item .right {
        align-items: stretch;
        width: 100%;
    }

    .content .offers-wrap .offer-item .right .btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .content .offers-wrap .offer-item .progress-bar {
        min-width: 100%;
    }

    .content .offers-wrap .offer-item .progress-bar label {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .content .right-wrap .text-block h1 {
        font-size: 24px;
    }

    .answer-block {
        padding: 20px;
    }

    .content .offers-wrap .offer-item {
        padding: 20px;
    }

    .content .offers-wrap .offer-item .site {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

@media (max-width: 576px) {
    .content .right-wrap .text-block {
        margin-bottom: 30px;
    }

    .content .right-wrap h2.c-azure {
        font-size: 20px;
        margin: 30px 0 15px;
    }

    .answer-block {
        padding: 15px;
    }

    .content .filter-row {
        margin-top: 40px;
    }

    .content .offers-wrap .offer-item {
        padding: 15px;
    }

    .content .offers-wrap .offer-item .tags {
        gap: 8px;
    }

    /* Menší padding pro odrážky na mobilech */
    .content .right-wrap .text-block p[class*="Mso"] {
        padding-left: 20px !important;
    }
}


/* Employer Header Minimal */
.employer-header-minimal {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 40px;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 15px;
    border: 2px solid #e0e0e0;
}

/* Logo malé */
.employer-logo-small {
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #3abacb;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.employer-logo-small img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
}

/* Text info */
.employer-info-text {
    flex: 1;
}

.employer-name-simple {
    font-size: 22px;
    font-weight: 700;
    color: #1d669c;
    margin: 0 0 10px 0;
    line-height: 130%;
}

.employer-desc-simple {
    font-size: 14px;
    color: #515b6f;
    line-height: 160%;
    margin: 0 0 15px 0;
}

/* Kontaktní odkazy */
.employer-contact-simple {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.contact-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #3abacb;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-link:hover {
    color: #1d669c;
    text-decoration: underline;
}

.contact-link svg {
    flex-shrink: 0;
    fill: #3abacb;
    transition: fill 0.3s ease;
}

.contact-link:hover svg {
    fill: #1d669c;
}

/* Responsive */
@media (max-width: 768px) {
    .employer-header-minimal {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
    }

    .employer-logo-small {
        width: 70px;
        height: 70px;
        min-width: 70px;
    }

    .employer-name-simple {
        font-size: 20px;
    }

    .employer-desc-simple {
        font-size: 13px;
    }

    .employer-contact-simple {
        justify-content: center;
        gap: 15px;
    }

    .contact-link {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .employer-header-minimal {
        padding: 15px;
        gap: 15px;
        margin-bottom: 30px;
    }

    .employer-logo-small {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }

    .employer-name-simple {
        font-size: 18px;
    }

    .employer-desc-simple {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .employer-contact-simple {
        flex-direction: column;
        gap: 10px;
    }

    .contact-link {
        justify-content: center;
    }
}
