@font-face {
    font-family: "Gestura Text Light";
    src: url(../fonts/GesturaText-Light.woff2) format('woff2'),
    url(../fonts/GesturaText-Light.woff) format('woff');
}

* {
    --title-color-blue: #0F4C7D;
    --subtitle-color-gray: #444444;
    --color-white-main: #F5F5F5;
    --color-blue: #014B7C;
    --color-main-green: #00A8A5;
    --color-second-green: #19C0BD;
    --color-third-green: #BFF1F1;
    --color-fourth-green: #A5EAEA;
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1360px;
    }
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.25rem;
}

.row {
    --bs-gutter-x: 1.25rem;
}


body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.1875em;
    letter-spacing: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

p, ul, ol {
    margin-bottom: 0;
}

.heading {
    font-family: "Gestura Text Light", serif;
    font-weight: 300;
    font-size: 56px;
    line-height: 60px;
    letter-spacing: 0;
    color: var(--title-color-blue);
}

.text-white-main {
    color: var(--color-white-main);
}

#top {
    font-size: 14px;
    line-height: 1.1875em;
    color: var(--color-blue);
    background-color: #F2F2F2;
}

#top .top-bar-right {
    text-align: center;
    color: var(--color-white-main);
    background-color: var(--color-main-green);
}

#top .row > div > div {
    padding-top: 12px;
    padding-bottom: 11px;
}

header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 12px 0;
    background: #ffffff;
    position: relative;
    will-change: transform, box-shadow, height;
}

.button {
    border: 1px solid var(--color-blue);
    border-radius: 20px;
    font-size: 18px;
    line-height: 1.1875em;
    color: var(--color-blue);
    padding: 9px 34px;
    transition: all .3s ease-in-out;
    display: inline-block;
    text-align: center;
    height: 40px;
	cursor: pointer;
}

.button:hover {
    background-color: var(--color-blue);
    color: var(--color-white-main);
}

header.sticky {
    position: fixed;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
    animation: stickyFadeIn 0.3s ease forwards;
    z-index: 9999;
}

@keyframes stickyFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

header .menu .menu {
    padding: 0;
}

header .menu .menu li {
    display: inline-block;
    list-style: none;
    margin-right: 24px;
}

header .menu .menu li:last-child {
    margin-right: 0;
}

header .menu .menu li a {
    color: var(--color-blue);
    font-size: 14px;
    line-height: 1.1875em;
}

.lang-switch a {
    color: var(--color-main-green);
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.1875em;
    text-decoration: underline;
}

header .cta {
    text-align: right;
}

header .logo img {
    max-width: 230px;
}

header .button:hover {
    background-color: var(--color-main-green);
    border: 1px solid var(--color-main-green);
    color: var(--color-white-main);
}
header .button {
    font-size: 14px;
    height: 35px;
    padding: 9px 31px;
}

#home-slider .slide {
    padding-top: 104px;
    padding-bottom: 114px;
    position: relative;
}

#home-slider .slide img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.slide-content {
    position: relative;
    z-index: 1;
}

.slide-content .heading {
    margin-bottom: 42px;
}

.slide-content p {
    margin-bottom: 48px;
}

.button-white {
    color: var(--title-color-blue);
    background-color: var(--color-white-main);
    border: none;
}

.button-white:hover {
    color: var(--color-blue);
    background-color: var(--color-third-green);
}

#home-slider .button {
    border-radius: 30px;
    letter-spacing: -0.02em;
}

#home-about {
    padding-top: 100px;
}

.up-heading {
    color: var(--subtitle-color-gray);
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
}

.section-heading .heading {
    margin-bottom: 32px;
}

.section-heading p {
    color: var(--subtitle-color-gray);
}

#services .section-heading .heading {
    margin: 0;
}

.benefit-item {
    background-color: var(--color-white-main);
    border-radius: 20px;
    min-height: 196px;
    position: relative;
    margin-bottom: 20px;
}

.benefit-title {
    position: absolute;
    top: 20px;
    left: 20px;
}

.benefit-title h4 {
    color: var(--color-blue);
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.benefit-icon {
    position: absolute;
    top: 20px;
    right: 20px;
}

.benefit-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.benefit-text p {
    letter-spacing: -0.02em;
    color: var(--color-blue);
}

#services {
    padding-top: 100px;
}

.services-list {
    margin-top: 48px;
    margin-bottom: 20px;
}

.service-item {
    position: relative;
    border-radius: 20px;
    background: linear-gradient(180deg, var(--color-second-green) 0%, var(--color-main-green) 100%);
    min-height: 170px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all .3s ease;
}

.full-services .service-item {
    min-height: 343px;
}

.service-icon {
    position: absolute;
    top: 20px;
    right: 20px;
}
.service-icon img {
    max-height: 60px;
}

.service-num {
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    color: var(--color-white-main);
}

.service-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.full-services .service-title {
    bottom: auto;
    top: 125px;
    padding-top: 20px;
    border-top: 1px solid var(--title-color-blue);
    width: calc(100% - 40px);
}

.service-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    letter-spacing: -0.02em;
    padding-right: 10px;
}

.service-title h4 {
    color: var(--color-white-main);
    font-weight: 500;
    font-size: 22px;
    margin: 0;
    text-transform: uppercase;
    line-height: 100%;
}

.full-services .service-title h4 {
    font-size: 20px;
}

.service-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--color-third-green);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
    border-radius: 20px;
}

.service-item:hover::before {
    opacity: 1;
}

.service-item > * {
    z-index: 1;
}

.service-item:hover .service-num,
.service-item:hover .service-title h4,
.service-item:hover .service-text p {
    color: var(--color-blue);
}

.button-full {
    background: var(--color-blue);
    color: var(--color-white-main);
    border: none;
}

.button-full:hover {
    background: var(--color-third-green);
    color: var(--color-blue);
}

#services .button {
    border-radius: 25px;
}

img.rounded20 {
    border-radius: 20px;
}

#cta {
    margin-bottom: -110px;
    position: relative;
    z-index: 1;
    background: var(--color-fourth-green);
}

#cta .container {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}

.cta-img1,
.cta-img2 {
    position: absolute;
}

.cta-img1 {
    top: 42px;
    left: 0;
}

.cta-img2 {
    right: 0;
    bottom: 40px;
}

#cta p {
    color: var(--color-blue);
}

#cta .section-heading {
    position: relative;
}

#cta .button {
    position: relative;
    display: block;
    font-size: 22px;
    padding: 15px 40px;
    border-radius: 50px;
    height: auto;
}

#cta .button-plain {
    margin-bottom: 23px;
    margin-top: 13px;
}

#cta .button-full:hover {
    color: var(--color-white-main);
    background: var(--color-main-green);
}


footer {
    background: linear-gradient(270deg, #0162A2 0%, #004674 100%);
    padding: 150px 0 30px;
}

.footer-logo {
    margin-top: 10px;
}

footer h3 {
    margin-bottom: 10px;
}

.footer-sub {
    font-size: 14px;
    color: var(--color-white-main);
}

.footer-sub a {
    text-decoration: underline;
}

footer h6 {
    margin: 40px 0;
    font-weight: 400;
}

.footer-info,
.footer-info a {
    color: var(--color-white-main);
    line-height: 21px;
}

footer .social {
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}

#footer-menu {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    padding: 0;
    list-style: none;
}

#footer-menu li {
    flex: 0 0 calc(100% / 3);
    box-sizing: border-box;
}

#footer-menu li a {
    text-decoration: underline;
}

.copyright {
    margin-top: 78px;
}

.copyright p {
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, .8);
}


.sticky-wrapper {
    position: relative;
    padding-top: 100px;
    height: 1200px;
    margin-bottom: 100px;
}

.sticky-div {
    border-radius: 40px;
    padding-top: 40px;
    padding-bottom: 60px;
}

#stickyBox {
    position: sticky;
    background: #0A62A6;
    z-index: 1;
    top: 100px;
    transition: transform 0.05s linear;
    transform-origin: top center;
}

#overlapBox {
    position: relative;
    margin-top: 40px;
    background: var(--color-white-main);
    z-index: 2;
}

.sticky-content {
    margin-top: 20px;
}

.sticky-div .sticky-content p {
    line-height: 22px;
    margin-bottom: 24px;
}

.sticky-left {
    padding-left: 65px;
}

.sticky-left .section-heading .heading {
    margin-bottom: 64px;
}

.sticky-right {
    padding-right: 65px;
    padding-left: 60px;
}

.sticky-right img {
    margin-top: 40px;
    border-radius: 22px;
    max-width: 280px;
}

#overlapBox p {
    color: var(--color-blue);
}

.sticky-left h6 {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    position: absolute;
    margin: 0;
    bottom: 60px;
}

#overlapBox .sticky-left h6 {
    color: var(--color-blue);
}

.sep {
    position: absolute;
    width: 1px;
    height: calc(100% - 120px);
    left: 50%;
    top: 60px;
}

#stickyBox .sep {
    background: var(--color-white-main);
}

#overlapBox .sep {
    background: var(--color-blue);
}

#home-gallery {
    padding-bottom: 100px;
}

#cover {
    padding: 100px 0 110px;
    position: relative;
}

#cover .cover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

#cover .container {
    position: relative;
}

#cover .heading {
    margin-bottom: 50px;
}

.cover-border {
    position: relative;
    border-radius: 30px;
    border: 1px solid var(--color-white-main);
}

.cover-border-content {
    padding: 22px 55px 20px 40px;
}

.cover-border-vertical .cover-border-content {
    padding: 29px 40px 28px;
}

.cover-border-vertical .cover-border-content:not(:last-child) {
    border-bottom: 1px solid var(--color-white-main);
}

.cover-border-content h3 {
    font-weight: 500;
    font-size: 32px;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
}

.cover-border-content p {
    margin-bottom: 26px;
    line-height: 1.5em;
}

.cover-border-content p:last-child {
    margin-bottom: 0;
}

.cover-border .sep {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: var(--color-white-main);
}

#about-benefits {
    padding: 90px 0 80px;
}

#about-benefits .section-heading {
    margin-bottom: 50px;
}

#about-benefits .section-heading p {
    line-height: 1.5em;
}

#people {
    padding-bottom: 95px;
}

#people img {
    border-radius: 20px;
}

.section-heading .big-sub-heading {
    font-weight: 400;
    font-size: 32px;
    letter-spacing: -0.02em;
    color: var(--title-color-blue);
    margin-bottom: 45px;
}

#people .section-heading p {
    letter-spacing: -0.02em;
    margin-bottom: 35px;
}

#quality {
    padding-bottom: 100px;
}

#quality .section-heading {
    margin-bottom: 32px;
}

.gradient-boxes {
    padding: 40px 0;
    background: linear-gradient(180deg, var(--color-white-main) 0%, #DCDCDC 100%);
    border-radius: 20px;
}

.grad-box {
    padding-left: 30px;
}

.grad-box p {
    margin-top: 100px;
    font-size: 22px;
    line-height: 1.1875em;
    letter-spacing: -0.02em;
    color: var(--title-color-blue);
}

.gradient-boxes .row > div:not(:last-child) {
    border-right: 1px solid var(--title-color-blue);
}

.contact-page #cover {
    padding: 65px 0;
}

.cover-contact-info h6,
.cover-contact-info p {
    line-height: 1.5em;
    letter-spacing: -0.01em;
}

.cover-contact-info h6 {
    font-weight: 500;
    margin: 0;
}

.cover-contact-info p {
    margin-bottom: 1rem;
}

.contact-page #cover .heading {
    letter-spacing: -0.01em;
    margin-bottom: 24px;
}

.contact-page #cover .cover-sub {
    font-size: 14px;
    margin-bottom: 45px;
}

.contact-page .cta-holder .button {
    height: auto;
    font-size: 16px;
}

.contact-page #cover .button-plain {
    border: 1px solid var(--color-white-main);
    color: var(--color-white-main);
    margin-left: 15px;
}

.contact-page #cover .button-plain:hover {
    background: var(--color-white-main);
    color: var(--color-blue);
}

.contact-bg {
    background: linear-gradient(180deg, #DBDBDB 0%, #F5F5F5 100%);
    border-radius: 20px;
    margin-bottom: -110px;
    padding-bottom: 40px;
    padding-top: 50px;
    position: relative;
}

.contact-bg .section-heading {
    padding-left: 28px;
}

.contact-form-container {
    padding-right: 35px;
}

.contact-form-container input:not([type="submit"]),
.contact-form-container textarea {
    background-color: #ffffff;
    border: none;
    padding: 17px 29px 16px;
    box-shadow: none;
    color: var(--subtitle-color-gray);
    font-weight: 400;
    border-radius: 29px;
}

.contact-form-container input::placeholder,
.contact-form-container textarea::placeholder {
    color: #8B8B8B;
}

.form-input-div {
    margin-bottom: 19px;
}

.wpcf7-not-valid-tip {
    padding-top: 10px;
    padding-left: 29px;
}

#location {
    padding-top: 90px;
    padding-bottom: 60px;
}

#location .heading {
    margin-bottom: 100px;
}

.how-to-arrive {
    border-top: 1px solid var(--subtitle-color-gray);
    padding-top: 28px;
}

.how-to-arrive p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    color: var(--subtitle-color-gray);
}

#map {
    margin-top: 60px;
    border-radius: 20px;
    overflow: hidden;
}

.home-gallery {
    margin: 0 -10px;
}

.home-gallery .slick-slide,
.team-slider .slick-slide {
    margin: 0 10px;
}

.home-gallery-item img,
.team-slide img {
    border-radius: 20px;
}

.home-gallery-nav {
    margin-top: 10px;
}

.home-gallery-nav a {
    display: inline-block;
    margin-right: 17px;
}

#home-osiguranja {
    padding-bottom: 74px;
}
.os-box {
    border-radius: 30px;
    background-color: var(--color-white-main);
    padding: 14px;
}
.osiguranja-list {
    margin-top: 40px;
}
#home-partneri {
    padding-bottom: 90px;
}

#team {
    padding-top: 90px;
    padding-bottom: 100px;
}

#team .section-heading .heading {
    margin-bottom: 50px;
}

.team-nav {
    margin-bottom: 50px;
}

.team-nav a {
    margin-left: 17px;
}

.team-slide h5 {
    margin-top: 10px;
    color: var(--color-blue);
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.team-slide span {
    display: block;
    color: #a2a2a2;
    letter-spacing: -0.01em;
    font-size: 14px;
    margin-bottom: 28px;
}

.team-slide .button {
    font-size: 16px;
    letter-spacing: -0.01em;
    height: auto;
    padding: 7px 22px;
}

#team-cards {
    padding-top: 100px;
}

.team-card {
    border-radius: 40px;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.team-card.bg-blue {
    background-color: #0a67af;
    z-index: 9;
}

.team-card.bg-green {
    background: #00C1BD;
    z-index: 5;
    margin-top: -76px;
    color: var(--title-color-blue);
}

.team-card.bg-grey {
    background: var(--color-white-main);
    z-index: 1;
    margin-top: -86px;
    color: var(--title-color-blue);
}

.team-card.bg-grey p:not(:last-child) {
    margin-bottom: 20px;
}

.title-half {
    padding-left: 65px;
}

.team-card .b-right {
    border-right: 1px solid #0F4C7D;
}

.title-half .heading {
    margin: 0;
}

.bg-blue .b-right {
    border-right: 1px solid #F5F5F5;
}

.content-half {
    padding-left: 60px;
    padding-right: 90px;
}

.content-half p {
    line-height: 1.5em;
}

.title-half h4 {
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 16px;
    margin-top: 65px;
}

.team-card .big {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.01em;
    margin-top: 33px;
    color: #00C1BD;
}

#pristup {
    margin-top: 80px;
    margin-bottom: 100px
}

#pristup .section-heading .heading {
    margin-bottom: 40px;
}

.pristup-box {
    background: linear-gradient(180deg, #F5F5F5 0%, #E4E4E4 100%);
    position: relative;
    min-height: 312px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.pristup-box h5 {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--title-color-blue);
    position: absolute;
    top: 20px;
    left: 20px;
}

.pristup-box img {
    margin-top: -30px;
}

.pristup-box p {
    position: absolute;
    top: 226px;
    left: 20px;
    padding-right: 30px;
    color: var(--title-color-blue);
    line-height: 22px;
    letter-spacing: -0.02em;
}

.service-page #cover {
    background: linear-gradient(180deg, #A5EAEA 0%, #7CC2C1 100%);
    padding: 43px 0;
}

.service-page .cover-sub {
    color: var(--title-color-blue);
    line-height: 1.5em;
}

.service-page #cover .heading {
    margin-bottom: 10px;
}

.service-page .icon-holder {
    text-align: right;
}

.service-page .icon-holder img {
    max-height: 128px;
}

.service-page #contact-form .heading {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -0.01em;
}

#service-description {
    padding-top: 90px;
    padding-bottom: 90px;
}
    #service-description p {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0;
        color: var(--subtitle-color-gray);
        margin-bottom: 20px;
    }

#procedures {
    padding: 0 0 100px;
}

.procedure-list {
    margin-top: 40px;
    margin-bottom: 80px;
}

.procedure-box {
    border-radius: 20px;
    background: var(--title-color-blue);
    position: relative;
    min-height: 160px;
    margin-bottom: 20px;
}

.procedure-box .num {
    color: #073050;
    font-weight: 500;
    font-size: 36px;
    line-height: 1em;
    letter-spacing: -0.02em;
    position: absolute;
    top: 20px;
    left: 20px;
}

.procedure-box .name {
    position: absolute;
    bottom: 15px;
    left: 20px;
    color: var(--color-white-main);
    font-weight: 500;
    font-size: 22px;
    line-height: 1.1875em;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin: 0;
}

.usluge-list {
    margin-top: 30px;
    padding: 24px 20px;
    background: linear-gradient(180deg, #F5F5F5 0%, #DBDBDB 100%);
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.usluge-list span {
    font-weight: 500;
    font-size: 22px;
    line-height: 1em;
    letter-spacing: 0;
    color: var(--title-color-blue);
}

.faq-box {
    border: 1px solid var(--title-color-blue);
    border-radius: 20px;
    margin-bottom: 95px;
}

.faq-box .section-heading {
    padding-top: 25px;
    padding-left: 30px;
}

.faq-box .border-left-box {
    padding: 32px 0;
    height: 100%;
}

.faq-box .border-left {
    border-left: 1px solid var(--subtitle-color-gray);
    height: 100%;
}

.question, .answer {
    font-size: 22px;
    line-height: 1.1875em;
}

.questions {
    padding-right: 35px;
    padding-top: 32px;
}

.questions .b-bottom {
    border-bottom: 1px solid var(--subtitle-color-gray);
    margin: 25px 0;
}

.question {
    color: var(--subtitle-color-gray);
}

.answer {
    color: var(--title-color-blue);
}

.faq-cta {
    padding-bottom: 32px;
    margin-top: 60px;
}

#dr-cover {
    margin-top: 30px;
    margin-bottom: 80px;
}

#dr-cover .bg {
    background: var(--color-fourth-green);
    border-radius: 20px;
}

.dr-image img {
    border-radius: 20px;
}

.dr-name {
    padding-top: 120px;
}

.dr-name h1 {
    margin-bottom: 30px;
}

.dr-name p {
    color: var(--title-color-blue);
}

.bio-title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--subtitle-color-gray);
}

#bio p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: var(--subtitle-color-gray);
    margin-bottom: 20px;
}

.timeline {
    margin-top: 70px;
}

.timeline .year {
    border-radius: 25px;
    text-align: center;
    background: var(--color-third-green);
    padding: 8px 29px 7px;
    letter-spacing: 0;
    line-height: 1em;
    color: var(--title-color-blue);
    margin-bottom: 20px;
    display: inline-block;
}

.timeline-row {
    margin-bottom: 50px;
}

.dr-nav {
    padding-bottom: 100px;
    display: flex;
    justify-content: space-between;
}
@media screen and (min-width: 768px) {
    .dr-nav > a {
        width: 230px;
    }
}
#cover.cover-title-sub {
    padding: 90px 0 120px;
}

#cover.cover-title-sub .cover-sub {
    line-height: 1.5em;
}

#cover.cover-title-sub .heading {
    margin-bottom: 34px;
}

#napomene {
    margin-bottom: 110px;
}

#napomene .bg {
    border-radius: 20px;
    background: var(--color-white-main);
}

#napomene .text {
    padding: 45px 0 0 34px;
}

#napomene .text h4 {
    font-family: "Gestura Text Light", serif;
    font-weight: 300;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -0.01em;
    margin-bottom: 40px;
    color: var(--title-color-blue);
}

#napomene ul {
    padding: 0;
    margin: 0;
}

#napomene ul li {
    display: flex;
    padding: 19px 0;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    border-bottom: 1px solid var(--subtitle-color-gray);
    color: var(--subtitle-color-gray);
}

#napomene ul li:last-child {
    border-bottom: none;
}

#napomene ul li span {
    display: inline-block;
    min-width: 24px;
    margin-right: 20px;
    color: var(--title-color-blue);
    font-weight: 500;
    font-size: 32px;
    line-height: 24px;
    letter-spacing: 0;
}

#napomene .image {
    padding-left: 73px;
}

#napomene .image img {
    border-radius: 20px;
}

#pricelist {
    margin-bottom: 100px;
    margin-top: 100px;
}

#pricelist .bg {
    background: var(--color-white-main);
    border-radius: 20px;
    padding-top: 35px;
    padding-bottom: 35px;
}

#pricelist h2 {
    font-family: "Gestura Text Light", serif;
    font-weight: 300;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -0.01em;
    padding-left: 34px;
    margin-bottom: 35px;
    color: var(--title-color-blue);
}

.left-group {
    padding-left: 34px;
}

.right-group {
    padding-right: 34px;
}

.big-pricelist-group {
    padding-left: 34px;
    padding-right: 34px;
}

.pricelist-box .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 40px;
    color: var(--title-color-blue);
}

.pricelist-table .header {
    display: flex;
    justify-content: space-between;
    color: var(--subtitle-color-gray);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
}

.price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 19px 4px 26px;
    border: 1px solid var(--title-color-blue);
    border-radius: 25px;
    margin-bottom: 20px;
    color: var(--title-color-blue);
    line-height: 1.5em;
}

.price-row .price {
    font-weight: 500;
    width: 120px;
    text-align: right;
}

.cta-pricelist {
    margin-top: 50px;
}

.cta-pricelist .cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 34px;
}

.cta-pricelist .cta-box p {
    color: var(--subtitle-color-gray);
    font-size: 14px;
    line-height: 20px;
}

#top, #header-desktop {
    display: block;
}

#top-mobile, #header-mobile, #about-team-mob {
    display: none;
}

.plus-minus {
    display: none;
}

#gallery {
    padding: 130px 0;
}
#gallery .gallery-item {
    margin-bottom: 20px;
}

.gal-box {
    position: relative;
    height: 320px;
    overflow: hidden;
    border-radius: 20px;
}
.gal-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.team-page-cover {
    background: url("../img/sf_nas_tim_hero.jpg") no-repeat center;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        --bs-gutter-x: 2.5rem;
    }

    .row {
        --bs-gutter-x: 2.5rem;
    }

    body {
        font-size: 14px;
        line-height: 1.1875em;
    }

    #top, #header-desktop {
        display: none;
    }

    #header-mobile {
        display: block;
        padding: 0;
    }

    .header-top {
        display: flex;
        justify-content: space-between;
        padding: 15px 0;
    }

    .button {
        font-size: 14px;
        height: auto;
        padding: 9px 28px;
    }

    #mobile-menu-open {
        border-radius: 7px;
        background: var(--color-white-main);
        padding: 10px 5px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 32px;
    }

    #mobile-menu-open span {
        height: 1px;
        width: 22px;
        background: var(--title-color-blue);
        display: block;
        transition: all .3s ease;
        transform-origin: center;
    }

    .header-bottom {
        position: relative;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }

    .header-bottom.active {
        max-height: 500px;
    }

    .contact-info-header {
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        display: flex;
    }

    .contact-info-header .box {
        flex: 1;
        font-size: 12px;
        color: var(--color-blue);
    }

    .mobile-header-logo {
        max-width: 140px;
    }

    #mobile-menu-open.open span:nth-child(1) {
        transform: rotate(45deg) translate(4px, 4px);
    }

    #mobile-menu-open.open span:nth-child(2) {
        opacity: 0;
    }

    #mobile-menu-open.open span:nth-child(3) {
        transform: rotate(-45deg) translate(4px, -4px);
    }

    #mobile-menu {
        list-style: none;
        padding: 0;
        min-height: 380px;
    }

    #mobile-menu li {
        border-bottom: 1px solid var(--subtitle-color-gray);
        padding: 13px 0;
        text-transform: uppercase;
        color: var(--title-color-blue);
        font-size: 16px;
        line-height: 12px;
    }


    #top-mobile {
        display: block;
        background: var(--color-main-green);
        color: var(--color-white-main);
        padding: 12px 0 11px;
    }

    #top-mobile p {
        font-size: 12px;
        letter-spacing: -0.02em;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #top-mobile p .button {
        letter-spacing: 0;
        font-size: 12px;
        border-color: var(--color-white-main);
        color: var(--color-white-main);
        padding: 2px 15px 1px;
    }

    .heading {
        font-size: 38px;
        line-height: 42px;
    }

    #home-slider .slide {
        padding-top: 32px;
        padding-bottom: 212px;
    }

    .slide-content .heading {
        margin-bottom: 28px;
    }

    .slide-content p {
        margin-bottom: 30px;
    }

    #home-slider .button {
        font-size: 14px;
    }

    #home-about {
        padding-top: 30px;
    }

    .up-heading {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .section-heading .heading {
        margin-bottom: 20px;
    }

    .benefits {
        margin-top: 30px;
    }

    .benefit-item {
        min-height: 171px;
    }

    .benefit-title h4 {
        font-size: 19px;
    }

    .benefits .row > div:nth-child(odd) .benefit-item {
        border-radius: 20px 0 20px 0;
    }

    .benefits .row > div:nth-child(even) .benefit-item {
        border-radius: 0 20px 0 20px;
    }

    #services {
        padding-top: 30px;
    }

    .services-list {
        margin-top: 25px;
    }

    .service-title h4, .service-num {
        font-size: 19px;
    }

    .sticky-wrapper {
        display: none;
    }

    #about-team-mob {
        display: block;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    #about-team-mob .tab:not(.active) {
        display: none;
    }

    #about-team-mob .tab-head {
        display: flex;
    }

    .tab-head a {
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 17px 20px 13px;
        flex: 1;
    }

    .tab-head a:first-child {
        background: #0A62A6;
        color: var(--color-white-main);
        border-top-left-radius: 30px;
    }

    .tab-head a:last-child {
        background: var(--color-white-main);
        color: var(--title-color-blue);
        border-top-right-radius: 30px;
    }

    #about-team-mob .tab {
        padding: 30px 20px 1px;
        border-radius: 0 0 30px 30px;
    }

    .tab .heading {
        margin-bottom: 25px;
        min-height: 130px;
    }

    #tab-about {
        background: #0A62A6;
    }

    #tab-team {
        background: var(--color-white-main);
    }

    .tab p {
        margin-bottom: 24px;
        padding-right: 20px;
    }

    .tab .sep {
        position: relative;
        width: 100%;
        height: 1px;
        background: var(--color-white-main);
        margin-top: 10px;
        left: auto;
        top: auto;
        margin-bottom: 25px;
    }

    #tab-team .sep {
        background: #0A62A6;
    }

    #home-gallery {
        padding-bottom: 50px;
    }

    #home-gallery .button {
        display: none;
    }

    .home-gallery-nav {
        display: flex;
        justify-content: space-between;
    }

    .home-gallery-nav a {
        margin: 0;
    }

    #cta .section-heading {
        margin-bottom: 25px;
    }

    #cta .container {
        padding-top: 40px;
        padding-bottom: 74px;
    }

    #cta .button {
        padding: 9px 35px;
        margin-left: 20px;
        margin-right: 20px;
        font-size: 14px;
    }

    #cta .button-plain {
        margin-bottom: 12px;
    }

    .cta-img1 {
        top: 15px;
        left: 20px;
        width: 60%;
        max-width: 240px;
    }

    .cta-img2 {
        bottom: 15px;
        right: 20px;
        width: 60%;
        max-width: 240px;
    }

    .cta-img1 img,
    .cta-img2 img {
        width: 100%;
    }

    footer {
        padding-top: 123px;
    }

    .footer-logo {
        width: 37%;
        margin-bottom: 28px;
    }

    .footer-logo img {
        width: 100%;
    }

    footer .heading {
        letter-spacing: -0.02em;
        margin-bottom: 20px;
    }

    footer h6 {
        margin-bottom: 20px;
    }

    footer .info-data {
        margin-bottom: 10px;
    }

    #footer-menu {
        margin-top: 10px;
    }

    footer .social {
        margin-top: 50px;
        margin-bottom: 20px;
        justify-content: flex-start;
    }

    footer .social li {
        margin-right: 17px;
    }

    .copyright {
        margin-top: 0;
    }

    .copyright p {
        padding-top: 14px;
        border-top: 1px solid rgba(245, 245, 245, 0.8);
    }

    .copyright a {
        text-decoration: underline;
    }

    #cover {
        padding: 25px 0 32px;
    }

    #cover .heading {
        margin-left: 10px;
        margin-bottom: 40px;
    }
    .gallery-page #cover .heading {
        margin-left: 0;
    }

    #gallery {
        padding: 40px 0;
    }

    .cover-border-content {
        padding: 16px 21px 19px;
    }

    .cover-border-content h3 {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .cover-border-content p {
        margin-bottom: 20px;
    }

    .cover-border .sep {
        display: none;
    }

    .cover-border .mobile-border-bottom .cover-border-content {
        border-bottom: 1px solid rgba(245, 245, 245, 0.8);
    }

    #about-benefits {
        padding: 32px 0 40px;
    }

    .section-heading p br {
        display: none;
    }

    #about-benefits .section-heading {
        margin-bottom: 30px;
    }

    #about-benefits .benefit-item {
        min-height: 183px;
    }

    #about-benefits .benefit-item img {
        max-height: 64px;
    }

    #people {
        padding-bottom: 40px;
    }

    #people .heading {
        margin-bottom: 1rem;
    }

    #people img {
        margin-bottom: 1.5rem;
    }

    .section-heading .big-sub-heading {
        font-size: 20px;
        margin-bottom: 20px;
    }

    #people .section-heading p {
        letter-spacing: -0.01em;
        margin-bottom: 1.5rem;
    }

    #quality {
        padding-bottom: 32px;
    }

    .gradient-boxes {
        padding: 12px 0 7px;
    }

    .grad-box {
        padding: 24px;
        text-align: center;
    }

    .grad-box img {
        max-width: 55px;
    }

    .grad-box p {
        font-size: 16px;
        margin-top: 24px;
        position: relative;
    }

    .grad-box p br {
        display: none;
    }

    .gradient-boxes .row > div:not(:last-child) .grad-box p::after {
        position: absolute;
        height: 1px;
        width: 100%;
        background: var(--title-color-blue);
        content: "";
        bottom: -24px;
        left: 0;
    }

    .cover-border-vertical .cover-border-content {
        padding: 24px 35px 24px 29px;
    }

    .cover-border-content p br {
        display: none;
    }

    .about-page #cover {
        min-height: 600px;
    }

    .team-page-cover {
        background: url("../img/sf_nas_tim_hero_mob.jpg") no-repeat center;
        background-size: cover;
    }

    #team-cards {
        padding-top: 40px;
    }

    .team-card {
        border-radius: 20px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .title-half {
        padding-left: 16px;
        padding-right: 16px;
    }

    .title-half h4 {
        margin-top: 0;
        font-size: 14px;
        margin-bottom: 16px;
    }

    .title-half .heading {
        margin-bottom: 60px;
        position: relative;
    }

    .title-half .heading br {
        display: none;
    }

    .title-half .heading::after {
        position: absolute;
        content: "";
        height: 1px;
        width: 100%;
        background: var(--color-white-main);
        bottom: -30px;
        left: 0;
    }

    .content-half {
        padding: 0 16px;
    }

    .team-card .big {
        font-size: 20px;
        line-height: 1.1875em;
        margin-top: 20px;
    }

    .team-card .big br {
        display: none;
    }

    .team-card.bg-green,
    .team-card.bg-grey {
        margin-top: -114px;
        padding-top: 146px;
    }

    .bg-green .title-half .heading::after,
    .bg-grey .title-half .heading::after {
        background: var(--title-color-blue);
    }

    #team {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #team .section-heading .heading {
        margin-bottom: 25px;
    }

    .team-slide h5 {
        text-align: center;
        font-size: 22px;
        line-height: 30px;
    }

    .team-slide span {
        text-align: center;
    }

    .team-nav {
        margin-bottom: 0;
        float: right;
        margin-top: -35px;
        z-index: 99;
        position: relative;
    }

    #dr-cover {
        margin-top: 0;
        margin-bottom: 32px;
    }

    .dr-image {
        width: 48%;
        margin-bottom: 32px;
    }

    .dr-name {
        padding: 0 16px 25px 16px;
    }

    .dr-name h1 {
        position: relative;
        margin-bottom: 48px;
    }

    .dr-name h1::after {
        content: '';
        width: 100%;
        height: 1px;
        background: var(--title-color-blue);
        position: absolute;
        bottom: -24px;
        left: 0;
    }

    .bio-title {
        margin-bottom: 32px;
    }

    .timeline {
        margin-top: 32px;
    }

    .timeline-row {
        margin-bottom: 24px;
    }

    .dr-nav {
        padding-bottom: 40px;
        margin-top: 40px;
    }

    .dr-nav .button {
        padding: 9px 16px;
        width: 48%;
        max-width: 160px;
    }

    .timeline .year {
        font-size: 16px;
        width: 160px;
    }

    .services-page #cover {
        min-height: 500px;
    }

    .services-page #cover .heading {
        margin-bottom: 150px;
    }

    .full-services .service-title {
        border: none;
        padding-top: 0;
        top: 115px;
    }

    .full-services .service-item {
        min-height: 226px;
    }

    .full-services .service-text {
        padding-right: 40px;
    }

    #pristup {
        margin-top: 20px;
        margin-bottom: 24px;
    }

    .pristup-box {
        min-height: 205px;
        margin-bottom: 16px;
    }

    .pristup-box h5 {
        font-size: 20px;
        left: 24px;
        top: 11px;
    }

    .pristup-box img {
        max-width: 65px;
        margin-top: -35px;
    }

    .pristup-box p {
        top: auto;
        bottom: 14px;
        left: 24px;
    }

    .contact-page #cover .heading {
        margin-left: 0;
        margin-bottom: 40px;
    }

    .contact-page #cover {
        padding-top: 26px;
        padding-bottom: 10px;
    }

    .contact-page #cover .cover-sub {
        margin-bottom: 40px;
    }

    .contact-page .cta-holder {
        margin-bottom: 54px;
        display: flex;
        justify-content: space-between;
    }

    .contact-page .cta-holder a {
        width: 48%;
        max-width: 160px;
        padding: 9px 16px;
    }

    .cover-contact-info h6 {
        font-size: 14px;
    }

    #location {
        padding-top: 40px;
    }

    #location .heading {
        margin-bottom: 40px;
    }

    .how-to-arrive {
        padding: 0;
        border: none;
    }

    #map iframe {
        border-radius: 30px;
        height: 300px;
    }

    .contact-bg {
        margin-bottom: 40px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .contact-bg .section-heading,
    .contact-form-container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .contact-form-container {
        margin-top: 48px;
    }

    .form-input-div {
        margin-bottom: 10px;
    }

    .contact-form-container input:not([type="submit"]), .contact-form-container textarea {
        padding: 10px 22px;
        font-size: 13px;
    }

    .contact-form-container input[type="submit"] {
        width: 135px;
    }

    .wpcf7-not-valid-tip {
        padding-left: 20px;
    }

    .contact-footer {
        padding-top: 23px;
    }

    .service-page #cover .heading {
        margin-left: 0;
        margin-bottom: 5px;
        font-size: 30px;
        line-height: 36px;
    }

    .service-page #cover {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .service-page .cover-sub {
        padding-right: 80px;
    }

    .service-page .cover-sub br {
        display: none;
    }

    .service-page .icon-holder {
        margin-top: 0;
    }

    .service-page .icon-holder img {
        max-height: 50px;
        width: auto;
    }

    #procedures {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .procedure-list {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .procedure-box {
        display: flex;
        align-items: center;
        min-height: 83px;
        padding: 20px 15px 20px 20px;
        margin-bottom: 16px;
    }

    .procedure-box .num {
        position: relative;
        top: auto;
        left: auto;
        font-size: 28px;
        width: 35px;
    }

    .procedure-box .name {
        position: relative;
        bottom: auto;
        left: auto;
        font-size: 18px;
        margin-left: 32px;
    }

    .usluge-list {
        margin-top: 24px;
        background: none;
        padding: 0;
        border-radius: 0;
        flex-direction: column;
    }

    .usluge-list > span {
        background: linear-gradient(180deg, #F5F5F5 0%, #DBDBDB 100%);
        font-size: 20px;
        text-transform: none;
        text-align: center;
        padding: 19px 0;
        width: 100%;
        border-radius: 20px;
        margin-bottom: 8px;
    }

    .usluge-list svg {
        transform: rotate(90deg);
        margin-bottom: 8px;
    }

    .faq-box {
        margin-bottom: 40px;
    }

    .faq-box .section-heading {
        padding-top: 15px;
        padding-left: 24px;
    }

    .faq-box .section-heading .heading {
        margin-bottom: 60px;
    }

    .faq-box .border-left-box {
        display: none;
    }

    .questions {
        padding-right: 24px;
        padding-left: 24px;
        padding-top: 0;
    }

    .question, .answer {
        font-size: 16px;
    }

    .questions .b-bottom {
        margin: 24px 0 20px;
    }

    .faq-cta {
        padding-bottom: 24px;
        margin-top: 28px;
        padding-left: 24px;
    }

    .service-page #contact-form .heading {
        font-size: 36px;
        line-height: 1.1875em;
    }

    .pricelist-page #cover.cover-title-sub .heading {
        margin-left: 0;
        margin-bottom: 75px;
    }

    .pricelist-page #cover.cover-title-sub {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .pricelist-page #cover.cover-title-sub .cover-sub {
        padding-right: 20px;
    }

    .pricelist-page #cover.cover-title-sub .cover-sub br {
        display: none;
    }

    #pricelist {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #pricelist .bg {
        padding: 16px 19px 30px 14px;
    }

    #pricelist h2 {
        font-size: 36px;
        line-height: 1.1875em;
        padding-left: 0;
        padding-bottom: 15px;
        border-bottom: 1px solid var(--title-color-blue);
        margin-bottom: 14px;
    }

    .cta-pricelist .cta-box {
        flex-direction: column;
        text-align: center;
        padding-right: 0;
    }

    .cta-pricelist .cta-box p {
        text-align: left;
        margin-bottom: 24px;
    }

    .cta-pricelist .cta-box p br {
        display: none;
    }

    .left-group {
        padding-left: 0;
    }

    .right-group {
        padding-right: 0;
    }
    .big-pricelist-group {
        padding-left: 0;
        padding-right: 0;
    }

    .price-row {
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: 13px;
        letter-spacing: -0.01em;
    }

    .pricelist-table .header {
        font-size: 14px;
        margin-bottom: 9px;
    }

    .pricelist-table {
        display: none;
    }

    .pricelist-box .title {
        padding-bottom: 14px;
        margin-bottom: 14px;
        border-bottom: 1px solid var(--title-color-blue);
    }

    .plus-minus {
        display: block;
    }

    .pricelist-box {
        position: relative;
    }

    .plus-minus {
        position: absolute;
        right: 0;
        top: 10px;
    }

    .plus-minus span {
        width: 18px;
        height: 2px;
        background: var(--title-color-blue);
        display: block;
        transition: all .3s ease;
    }

    .plus-minus span:nth-child(2) {
        margin-top: -2px;
        transform: rotate(90deg);
    }

    .pricelist-box.active .plus-minus span:nth-child(2) {
        opacity: 0;
    }

    .pricelist-box.active .pricelist-table {
        display: block;
        padding-bottom: 16px;
    }

    #napomene {
        margin-bottom: 40px;
    }

    #napomene .bg > .row {
        flex-direction: column-reverse;
    }

    #napomene .text {
        padding: 15px 14px 5px;
    }

    #napomene .image {
        padding-left: 0;
    }

    #napomene .text h4 {
        font-size: 38px;
        line-height: 40px;
        margin-bottom: 16px;
    }

    #napomene ul li {
        padding: 15px 0;
        font-size: 14px;
        line-height: 1.1875em;
    }

    #napomene ul li br {
        display: none;
    }

    #napomene ul li span {
        font-size: 24px;
    }
    #service-description {
        padding-top: 40px;
    }
    #service-description p {
        font-size: 14px;
        line-height: 20px;
    }
    .osiguranja-list {
        padding: 0 15px;
        margin-top: 5px;
    }
    .osiguranja-list > div {
        padding: 0 5px;
    }
    .os-box {
        padding: 7px;
        border-radius: 15px;
    }

    #home-partneri {
        padding-bottom: 50px;
    }

    #home-partneri .partneri-list {
        padding-left: 20px; /* više ne stavljamo ovde */
    }

    #home-partneri .slick-list {
        padding-left: 20px; /* pravi levi “unutrašnji” razmak */
        margin-left: 0;
    }

    #home-partneri .slick-slide {
        margin-right: 10px; /* razmak između slajdova */
    }

    #home-partneri .slick-track {
        margin-left: 0;
    }

    .header-mobile-right {
        display: flex;
    }
    #mobile-phone {
        border-radius: 7px;
        background: var(--color-white-main);
        display: flex;
        justify-content: center;
        height: 32px;
        width: 32px;
        margin-right: 20px;
    }
    #mobile-phone img {
        width: 20px;
    }

    .gal-box {
        height: 180px;
    }
    #gallery .gallery-item {
        margin-bottom: 14px;
    }

    #gallery .row {
        padding: 0 13px;
    }
    #gallery .row > div {
        padding: 0 7px;
    }
}

