@media only screen and (min-width: 0rem) {
  #usluge {
    padding: var(--sectionPadding);
  }
  #usluge .cs-container {
    width: 100%;
    max-width: 43.75rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #usluge .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #usluge .cs-title {
    max-width: 25ch;
  }
  #usluge .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: clamp(1rem, 1.5vw, 1.25rem);
  }
  #usluge .cs-item {
    list-style: none;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 2rem;
    background-color: #F7F7F7;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    transition: background-color 0.3s;
  }
  #usluge .cs-item:hover {
    cursor: pointer;
  }
  #usluge .cs-item:hover .cs-image {
    opacity: 1;
  }
  #usluge .cs-item:hover .cs-image img {
    transform: scale(1.1);
  }
  #usluge .cs-item:hover .cs-icon {
    filter: grayscale(1) brightness(1000%);
  }
  #usluge .cs-item:hover .cs-h3 {
    color: #fff;
  }
  #usluge .cs-item:hover .cs-item-text {
    color: #fff;
  }
  #usluge .cs-image {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: -1;
    background-color: var(--primary);
    transition: opacity 0.3s;
  }
  #usluge .cs-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.2;
    object-fit: cover;
    transition: transform 0.6s;
  }
  #usluge .cs-link {
    text-decoration: none;
  }
  #usluge .cs-icon {
    width: auto;
    height: 3rem;
    margin-bottom: 1.5rem;
    display: block;
  }
  #usluge .cs-icon path {
    transition: fill 0.3s;
  }
  #usluge .cs-h3 {
    font-size: clamp(1.25rem, 2vw, 1.5625rem);
    line-height: 1.2em;
    margin: 0;
    margin-bottom: 1rem;
    color: var(--headerColor);
    transition: color 0.3s;
  }
  #usluge .cs-item-text {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
    transition: color 0.3s;
  }
  #hitne-intervencije {
    padding: var(--sectionPadding);
    background-color: #f7f7f7;
  }
  #hitne-intervencije .cs-container {
    width: 100%;
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #hitne-intervencije .cs-content {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #hitne-intervencije .cs-text {
    margin-bottom: 1rem;
  }
  #hitne-intervencije .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #hitne-intervencije .cs-picture {
    font-size: min(2.16vw, 0.68em);
    width: 32.5em;
    height: 42.5em;
    margin: 3em 0;
    position: relative;
    display: block;
  }
  #hitne-intervencije .cs-picture:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #BABABA;
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    transform: rotate(15deg);
  }
  #hitne-intervencije .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #proces {
    padding: var(--sectionPadding);
    text-align: center;
    position: relative;
    z-index: 1;
  }
  #proces .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #proces .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #proces .cs-topper {
    font-size: var(--topperFontSize);
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: inherit;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: var(--bodyTextColorWhite);
    margin-bottom: 0.25rem;
    display: block;
  }
  #proces .cs-title {
    font-size: var(--headerFontSize);
    font-weight: 900;
    line-height: 1.2em;
    text-align: inherit;
    max-width: 43.75rem;
    margin: 0 0 1rem 0;
    color: var(--bodyTextColorWhite);
    position: relative;
  }
  #proces .cs-text {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    text-align: inherit;
    width: 100%;
    max-width: 56.5625rem;
    margin: 0;
    color: var(--bodyTextColorWhite);
  }
  #proces .cs-card-group {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    column-gap: 1.25rem;
    row-gap: 2.5rem;
  }
  #proces .cs-item {
    list-style: none;
    width: 100%;
    max-width: 25.8125rem;
  }
  #proces .cs-picture {
    width: 6.25rem;
    height: 6.25rem;
    margin: auto;
    margin-bottom: 1.5rem;
    background-color: #FDFAF8;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #proces .cs-icon {
    width: auto;
    height: 2.375rem;
    display: block;
  }
  #proces .cs-h3 {
    font-size: clamp(1.25rem, 3vw, 1.5625rem);
    font-weight: 700;
    margin: 0;
    margin-bottom: 0.75rem;
    color: #fff;
  }
  #proces .cs-item-text {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColorWhite);
  }
  #proces .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #proces .cs-background:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.83;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #proces .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #iskustvo {
    padding: var(--sectionPadding);
    background-color: #f7f7f7;
  }
  #iskustvo .cs-container {
    width: 100%;
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #iskustvo .cs-content {
    text-align: left;
    width: 100%;
    max-width: 32.625rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #iskustvo .cs-text {
    margin-bottom: 1rem;
  }
  #iskustvo .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #iskustvo .cs-link {
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none;
    color: var(--primary);
  }
  #iskustvo .cs-image-group {
    width: 100%;
    max-width: 34.375rem;
    margin: 0 auto clamp(4.875rem, 16.5vw, 6.75rem);
    position: relative;
    display: block;
    aspect-ratio: 0.90358127;
  }
  #iskustvo .cs-picture {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  #iskustvo .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #iskustvo .cs-box {
    width: clamp(12.75rem, 50vw, 20.375rem);
    height: clamp(12.75rem, 50vw, 20.375rem);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    left: 50%;
    bottom: calc(clamp(2.375rem, 7.9vw, 3.75rem) * -1);
    transform: translateX(-50%);
    z-index: 10;
  }
  #iskustvo .cs-box-picture {
    width: 100%;
    height: 100%;
    background-color: #1a1a1a;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: -1;
  }
  #iskustvo .cs-box-picture img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.75;
    height: 100%;
    width: 100%;
    object-fit: cover;
    mix-blend-mode: lighten;
  }
  #iskustvo .cs-number {
    font-size: clamp(4.6875rem, 8vw, 6.25rem);
    line-height: 1em;
    font-weight: 900;
    margin-bottom: 0.5rem;
    color: var(--headerColor);
    mix-blend-mode: screen;
    display: block;
    z-index: 10;
  }
  #iskustvo .cs-number:before {
    content: "";
    width: clamp(11.5rem, 45vw, 18.375rem);
    height: clamp(11.5rem, 45vw, 18.375rem);
    opacity: 1;
    background-color: #fff;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  #iskustvo .cs-desc {
    font-size: clamp(1rem, 4vw, 1.5625rem);
    font-weight: 700;
    line-height: 1.2em;
    text-transform: lowercase;
    text-align: center;
    width: 80%;
    color: var(--headerColor);
    position: relative;
    z-index: 10;
  }
  #problemi {
    padding: var(--sectionPadding);
    text-align: center;
  }
  #problemi .cs-container {
    width: 100%;
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: flex-start;
  }
  #problemi .cs-content {
    text-align: left;
    width: 100%;
    display: contents;
    flex-direction: column;
    align-items: flex-start;
  }
  #problemi .cs-title {
    max-width: 17ch;
  }
  #problemi .cs-text {
    margin-bottom: 1rem;
  }
  #problemi .cs-text:last-of-type {
    margin-bottom: 3rem;
  }
  #problemi .cs-card-group {
    width: 100%;
    padding: 0;
    margin: 0 0 clamp(3rem, 6vw, 4rem) 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
  }
  #problemi .cs-item {
    list-style: none;
    width: 100%;
    min-height: 18.875rem;
    position: relative;
    aspect-ratio: 1.08609272;
  }
  #problemi .cs-item:hover .cs-background img {
    transform: scale(1.1);
  }
  #problemi .cs-info {
    padding: 0.625rem 0;
    background-color: rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    bottom: clamp(0.75rem, 1.4vw, 1rem);
    left: clamp(0.75rem, 1.4vw, 1rem);
    right: clamp(0.75rem, 1.4vw, 1rem);
    z-index: 10;
  }
  #problemi .cs-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--secondary);
    line-height: 1.2em;
    margin: 0;
    display: block;
  }
  #problemi .cs-job {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    color: #fff;
    display: block;
  }
  #problemi .cs-background {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  #problemi .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.6s;
  }
  #problemi .cs-button-solid {
    order: 4;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 48rem) {
  #usluge .cs-card-group {
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #usluge .cs-item {
    width: 48.6%;
  }
  #proces .cs-card-group {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
  }
  #proces .cs-item {
    width: 48%;
  }
  #problemi .cs-container {
    justify-content: space-between;
    align-items: flex-start;
  }
  #problemi .cs-card-group {
    flex-direction: row;
    width: 100%;
    max-width: 39.375rem;
    order: -1;
  }
  #problemi .cs-item {
    aspect-ratio: 0.74172185;
    width: 100%;
    max-width: 19.0625rem;
  }
  #problemi .cs-button-solid {
    display: inline-block;
    margin: 0;
  }
}
@media only screen and (min-width: 64rem) {
  #hitne-intervencije .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: center;
    gap: clamp(4.8125rem, 11vw, 10rem);
  }
  #hitne-intervencije .cs-content {
    text-align: left;
    align-items: flex-start;
  }
  #hitne-intervencije .cs-picture {
    font-size: min(1.1vw, 1em);
    margin: 3.5em 0 3.5em 5em;
    flex: none;
  }
  #hitne-intervencije .cs-circles {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #hitne-intervencije .cs-ring-wrapper {
    display: contents;
  }
  #hitne-intervencije .cs-ring {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  #hitne-intervencije .cs-number {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  #hitne-intervencije .cs-desc {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
  }
  #proces .cs-item {
    width: clamp(23.45%, 22vw, 23.8%);
  }
  #iskustvo {
    text-align: left;
  }
  #iskustvo .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
    gap: 10rem;
  }
  #iskustvo .cs-content {
    text-align: left;
    align-items: flex-start;
  }
  #iskustvo .cs-image-group {
    width: 40vw;
    max-width: 32.5625rem;
    height: clamp(32.5rem, 51.9vw, 42rem);
    margin: 0;
    order: 2;
  }
  #iskustvo .cs-box {
    width: clamp(15.6875rem, 24.5vw, 20.3125rem);
    height: clamp(15.6875rem, 24.5vw, 20.3125rem);
    left: auto;
    transform: none;
    left: calc(clamp(3.25rem, 5.5vw + 1.6rem, 6.375rem) * -1);
    bottom: clamp(3.875rem, 6.2vw, 5rem);
  }
  #iskustvo .cs-number:before {
    width: clamp(14.125rem, 22.7vw, 18.3125rem);
    height: clamp(14.125rem, 22.7vw, 18.3125rem);
  }
  #problemi {
    text-align: left;
  }
  #problemi .cs-container {
    max-width: 80rem;
    flex-direction: row;
    align-items: flex-start;
    gap: 4rem;
  }
  #problemi .cs-content {
    text-align: left;
    width: 40%;
    max-width: 32.625rem;
    display: flex;
    align-items: flex-start;
    flex: none;
  }
  #problemi .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #problemi .cs-card-group {
    margin: 0;
  }
}
@media only screen and (min-width: 81.25rem) {
  #usluge .cs-container {
    max-width: 90rem;
  }
  #usluge .cs-card-group {
    justify-content: center;
  }
  #usluge .cs-item {
    width: clamp(23.84%, 22.5vw, 23.95%);
  }
}
@media only screen and (min-width: 93.75rem) {
  #proces .cs-background {
    background: url("/assets/images/alat.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  #proces .cs-background img {
    display: none;
  }
}

/*# sourceMappingURL=local.css.map */
