@media only screen and (min-width: 0rem) {
  #usluge {
    padding: var(--sectionPadding);
    position: relative;
    z-index: 1;
  }
  #usluge .cs-container {
    width: 100%;
    max-width: 34.375rem;
    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-flex-group {
    flex: none;
  }
  #usluge .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    row-gap: 1rem;
  }
  #usluge .cs-item {
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    padding: clamp(2.5rem, 4.1vw, 3.75rem) clamp(1.25rem, 3.4vw, 3rem);
    background-color: #fff;
    grid-column: span 12;
    transition: transform 0.3s, box-shadow 0.3s;
  }
  #usluge .cs-item:hover {
    transform: translateY(-1rem);
    box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
  }
  #usluge .cs-link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }
  #usluge .cs-step {
    font-size: var(--topperFontSize);
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: clamp(3rem, 7.8vw, 6.25rem);
    color: var(--primary);
    display: block;
    text-align: inherit;
  }
  #usluge .cs-icon {
    width: 3rem;
    height: auto;
    margin-bottom: 1rem;
    display: block;
  }
  #usluge .cs-h3 {
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: 900;
    margin: 0;
    margin-bottom: 0.75rem;
    color: var(--headerColor);
    transition: color 0.3s;
    text-align: inherit;
  }
  #usluge .cs-item-text {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
    transition: color 0.3s;
    text-align: inherit;
  }
  #usluge .cs-background {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
  }
  #usluge .cs-background img {
    width: 100%;
    height: 100%;
    opacity: 0.06;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 48rem) {
  #usluge .cs-container {
    max-width: 80rem;
  }
  #usluge .cs-flex-group {
    width: 50%;
  }
  #usluge .cs-card-group {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 1rem;
  }
  #usluge .cs-item {
    grid-column: span 4;
  }
}
@media only screen and (min-width: 0rem) {
  #lokacije {
    background-color: #f7f7f7;
    padding: var(--sectionPadding);
  }
  #lokacije .cs-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    max-width: 34.375em;
    width: 100%;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #lokacije .cs-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
  }
  #lokacije .cs-title {
    max-width: 20ch;
  }
  #lokacije .cs-text {
    z-index: 1;
    position: relative;
    max-width: 40rem;
  }
  #lokacije .cs-card-group-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 3rem;
  }
  #lokacije .cs-card-group {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    margin: 0;
    width: 100%;
    padding: 0;
    column-gap: clamp(1rem, 2.5vw, 1.25rem);
    row-gap: clamp(1.75rem, 2.5vw, 2.5rem);
  }
  #lokacije .cs-card-group > li {
    grid-column: span 12;
  }
  #lokacije .cs-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    list-style: none;
    grid-column: span 12;
  }
  #lokacije .cs-item:hover .cs-picture img {
    opacity: 0.5;
    transform: scale(1.2);
  }
  #lokacije .cs-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    text-decoration: none;
  }
  #lokacije .cs-picture {
    position: relative;
    display: block;
    margin-bottom: 1.5rem;
    background-color: #000;
    height: 15rem;
    width: 100%;
    overflow: hidden;
  }
  #lokacije .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.6s, opacity 0.3s;
  }
  #lokacije .cs-h3 {
    margin: 0 0 0.75rem 0;
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: 700;
    color: var(--headerColor);
    text-align: left;
  }
  #lokacije .cs-item-text {
    margin: 0 0 1.5rem 0;
    font-size: 1rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
    text-align: left;
  }
  #lokacije .cs-fake-link {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    margin-top: auto;
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 700;
    color: var(--primary);
    gap: 0.5rem;
  }
  #lokacije .cs-fake-link:hover .cs-icon {
    transform: translateX(0.5rem);
  }
  #lokacije .cs-icon {
    display: block;
    height: auto;
    width: 1.25rem;
    transition: transform 0.3s;
  }
}
@media only screen and (min-width: 48rem) {
  #lokacije .cs-container {
    max-width: 80rem;
  }
  #lokacije .cs-item {
    grid-column: span 3;
  }
  #lokacije .cs-picture {
    height: clamp(15rem, 33vw, 26.25rem);
  }
  #lokacije .cs-card-group {
    grid-template-columns: repeat(6, 1fr);
  }
  #lokacije .cs-card-group > li {
    grid-column: span 3;
  }
}
@media only screen and (min-width: 64rem) {
  #lokacije .cs-card-group {
    grid-template-columns: repeat(9, 1fr);
  }
  #lokacije .cs-card-group > li {
    grid-column: span 3;
  }
  #lokacije .cs-card-group > li:nth-last-child(2) {
    grid-column: 3/span 3;
  }
  #lokacije .cs-card-group > li:last-child {
    grid-column: 6/span 3;
  }
}
@media only screen and (min-width: 0rem) {
  #recenzije {
    padding: var(--sectionPadding);
    position: relative;
  }
  #recenzije .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #recenzije .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #recenzije .cs-card-group {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: clamp(1rem, 2.5vw, 1.15rem);
  }
  #recenzije .cs-item {
    list-style: none;
    width: 100%;
    max-width: 39.375rem;
    margin: 0;
    padding: clamp(1.5rem, 3.15vw, 2rem) clamp(1rem, 3.15vw, 2.5rem);
    background-color: #f7f7f7;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
  }
  #recenzije .cs-quote {
    width: 2.5rem;
    height: auto;
    margin-bottom: 2rem;
    display: block;
  }
  #recenzije .cs-review {
    font-size: clamp(0.875rem, 2vw, 1rem);
    line-height: 1.5em;
    margin: 0;
    margin-bottom: clamp(1.25rem, 3vw, 2.5rem);
    color: var(--bodyTextColor);
  }
  #recenzije .cs-name {
    font-size: clamp(1.25rem, 3vw, 1.5625rem);
    font-family: "Roboto", Arial, sans-serif;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    margin-top: auto;
    color: var(--headerColor);
    display: block;
  }
  #recenzije .cs-job {
    font-size: clamp(0.875rem, 1.6vw, 1rem);
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
    display: block;
  }
}
@media only screen and (min-width: 48rem) {
  #recenzije .cs-card-group {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
  }
  #recenzije .cs-item {
    width: clamp(31.5%, 30vw, 32.3%);
  }
}
@media only screen and (min-width: 0rem) {
  #sbs, #sbs2 {
    padding: var(--sectionPadding);
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  #sbs .cs-container, #sbs2 .cs-container {
    width: 100%;
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbs .cs-content, #sbs2 .cs-content {
    text-align: left;
    width: 100%;
    max-width: 39.375rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #sbs .cs-title, #sbs2 .cs-title {
    max-width: 26ch;
  }
  #sbs .cs-text, #sbs2 .cs-text {
    margin-bottom: 1rem;
  }
  #sbs .cs-text:last-of-type, #sbs2 .cs-text:last-of-type {
    margin-bottom: 1.5rem;
  }
  #sbs .cs-card-group, #sbs2 .cs-card-group {
    width: 100%;
    max-width: 39.375rem;
    margin: 0 0 1.5rem 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15.625rem, 1fr));
    align-items: center;
    gap: clamp(1rem, 2vw, 1.25rem);
    align-items: stretch;
  }
  #sbs .cs-item, #sbs2 .cs-item {
    list-style: none;
    padding: clamp(1rem, 3vw, 1.5rem);
    box-sizing: border-box;
    background-color: #f7f7f7;
    border: 1px solid #e8e8e8;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  #sbs .cs-h3, #sbs2 .cs-h3 {
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0;
    color: var(--headerColor);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
  }
  #sbs .cs-h3-icon, #sbs2 .cs-h3-icon {
    width: 2rem;
    height: auto;
    display: block;
  }
  #sbs .cs-item-text, #sbs2 .cs-item-text {
    font-size: 0.875rem;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #sbs .cs-icon, #sbs2 .cs-icon {
    width: 1.5rem;
    height: auto;
    margin-top: 1px;
    display: block;
  }
  #sbs .cs-image-group, #sbs2 .cs-image-group {
    width: 100%;
    max-width: 36.625rem;
    height: 32.5rem;
    overflow: hidden;
    position: relative;
  }
  #sbs .cs-picture, #sbs2 .cs-picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  #sbs .cs-picture img, #sbs2 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
  }
  #sbs .cs-background, #sbs2 .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #sbs .cs-background img, #sbs2 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0.15;
    width: 100%;
    object-fit: cover;
  }
  #sbs .cs-image-group {
    display: none;
  }
  #list-824 {
    width: 100%;
    max-width: 39.375rem;
    margin: 0 0 2rem 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
  #list-824 .cs-li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #list-824 .cs-h3 {
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    color: var(--headerColor);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.75rem;
  }
  #list-824 .cs-icon {
    width: 1.0625rem;
    height: auto;
    margin-top: 0.25rem;
  }
  #list-824 .cs-item-text {
    font-size: 1rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
    margin: 0;
  }
}
@media only screen and (min-width: 64rem) {
  #sbs .cs-container, #sbs2 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  #sbs .cs-image-group, #sbs2 .cs-image-group {
    height: auto;
  }
  #sbs .cs-image-group {
    display: block;
  }
}
@media only screen and (min-width: 0rem) {
  #sbs2 {
    background-color: #f7f7f7;
  }
}
@media only screen and (min-width: 48rem) {
  #sbs2 .cs-image-group {
    order: 2;
  }
}

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