/* TOP BAR */
body {
    font-family: "Roboto", sans-serif;
}
a{
    color: #1ebaa3;
}
.mobile-call-button {
    display: none;
}

.ask-doctor-widget {
    position: fixed;
    right: 24px;
    bottom: 28px;
    z-index: 9998;
}

.ask-doctor-trigger {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 66px;
    padding: 10px 18px 10px 10px;
    border: 0;
    border-radius: 8px;
    background: #008060;
    color: #fff;
    font-family: "Exo", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
}

.ask-doctor-trigger img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    flex: 0 0 52px;
}

.ask-doctor-popup {
    position: absolute;
    right: 0;
    bottom: calc(100% + 14px);
    width: 390px;
    max-width: calc(100vw - 48px);
    display: none;
}

.ask-doctor-widget.open .ask-doctor-popup {
    display: block;
}

.ask-doctor-card {
    position: relative;
    background: #fff;
    border: 1px solid rgba(0, 128, 96, 0.32);
    border-radius: 8px;
    padding: 22px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
}

.ask-doctor-close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    color: #008060;
    font-size: 28px;
    line-height: 28px;
    cursor: pointer;
}

.ask-doctor-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-right: 28px;
    margin-bottom: 18px;
}

.ask-doctor-header img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    flex: 0 0 54px;
}

.ask-doctor-eyebrow {
    margin: 0 0 3px;
    color: #008060;
    font-size: 13px;
    font-weight: 700;
}

.ask-doctor-title {
    margin: 0;
    color: #222;
    font-family: "Exo", sans-serif;
    font-size: 22px;
    font-weight: 700;
}

.ask-doctor-form {
    margin: 0;
}

.ask-doctor-field {
    margin-bottom: 12px;
}

.ask-doctor-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.ask-doctor-form input,
.ask-doctor-form textarea {
    width: 100%;
    border: 1px solid #dce4e2;
    border-radius: 6px;
    padding: 12px 13px;
    color: #222;
    font-size: 15px;
    outline: none;
    box-sizing: border-box;
}

.ask-doctor-form textarea {
    resize: vertical;
    min-height: 118px;
}

.ask-doctor-form input:focus,
.ask-doctor-form textarea:focus {
    border-color: #008060;
}

.ask-doctor-note {
    margin: -2px 0 14px;
    color: #6a6a6a;
    font-size: 13px;
    line-height: 1.4;
}

.ask-doctor-submit {
    width: 100%;
    border: 0;
    border-radius: 6px;
    background: #008060;
    color: #fff;
    padding: 13px 18px;
    font-family: "Exo", sans-serif;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.ask-doctor-submit:disabled {
    opacity: 0.7;
    cursor: wait;
}
.top-bar {
    background: #008060;
    padding: 10px 0;
    position: relative;
}
.top-bar::before {
    /*content: "";*/
    position: absolute;
    left: 0;
    top: 0;
    width: 500px;
    height: 100%;
    background: #ffffff;
    clip-path: polygon(0 0, 84% 0, 78% 100%, 0% 100%);
    z-index: 1;
}
/* Prazan prostor preko kose ivice */
.top-left-empty {
    height: 100%;
    position: relative;
    z-index: 2;
    background: transparent !important;
}

/* Kontakt info desno */
.top-right-info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

.top-right-info a {
    color: #fff;
    text-decoration: none;
}

.head-menu-links {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

.head-menu-item {
    position: relative;
}

.head-menu-links .plus {
    margin-left: 2px;
    color: #fff;
    font-weight: 300;
}

.social {
    font-size: 18px;
}
.nav-divider {
    position: relative;
}

/* Diagonal line */
.nav-divider::before {
    content: "";
    position: absolute;
    left: -8px;
    top: -25px;
    width: 2px;
    height: 115px;
    background: #008060;
    transform: rotate(33deg);
    transform-origin: top;
}

/* ============================
   MAIN NAV
============================ */
.nav-bar {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    position: relative;
}

/* LOGO */
.header-logo img {
    width: 220px;
    max-width: 100%;
    height: auto;
    z-index: 3;
    position: relative;
}

/* NAV LIST */
.main-nav .nav-list {
    display: flex;
    gap: 28px;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-list a.active {
    color: #008060;
}

.main-nav a {
    text-decoration: none;
    color: #5A5A5A;
    font-size: 16px;
    font-weight: 500;
}
.main-nav a:hover {
    color: #008060;
}
/* ============================
   SEARCH BUTTON (zeleni kvadrat)
============================ */
.nav-search {
    width: 55px;
    height: 55px;
    background: #008060;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.nav-search i {
    color: #fff;
    font-size: 20px;
}

.top-right-info .nav-search {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 0;
}

.top-right-info .nav-search i {
    font-size: 14px;
}

/* SUBMENU (hover desktop) */
.has-sub {
    position: relative;
}

.submenu {
    list-style: none;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 10px 0;
    width: 180px;
    border: 2px solid #008060;
    z-index: 10;
}

.submenu > li {
    position: relative;
}

.has-sub:hover > .submenu {
    display: block;
}

.has-sub:focus-within > .submenu {
    display: block;
}

.submenu li a {
    padding: 12px 20px;
    display: block;
    color: #222;
    font-size: 15px;
    font-weight: 500;
}

.submenu li a:hover {
    background: #008060;
    color: #fff;
}

.nav-list .plus {
    margin-left: 2px;
    color: #008060;
    font-weight: 300;
}

/* Dodaj border između stavki */
.submenu li + li {
    border-top: 1px solid #f9f9f9;
}

.has-sub:hover .submenu li {
    border-bottom: 1px solid #f9f9f9;
}
.has-sub:hover .submenu li a{
    font-size: 15px;
    font-weight: 500;
    padding: 12px 20px 12px 20px;
    color: #222222;
}
.has-sub:hover .submenu li a:hover{
color: white;
    background: #008060;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-item {
    padding-right: 44px;
}

.submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 100%;
    cursor: pointer;
}

.submenu-toggle::before {
    content: "+";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #008060;
    font-size: 20px;
    font-weight: 400;
}

.dropdown-submenu > .dropdown-menu {
    list-style: none;
    display: none;
    position: absolute;
    top: -2px;
    left: calc(100% - 2px);
    min-width: 220px;
    margin: 0;
    padding: 10px 0;
    background: #fff;
    border: 2px solid #008060;
    z-index: 20;
}

.dropdown-submenu:hover > .dropdown-menu,
.dropdown-submenu:focus-within > .dropdown-menu,
.dropdown-submenu.open > .dropdown-menu {
    display: block;
}
/* MOBILE */
.nav-toggle {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
}

.nav-toggle span {
    width: 30px;
    height: 3px;
    background: #000;
}

/* MOBILE NAV */
.mobile-nav {
    display: none;
    background: #f8f8f8;
    padding: 20px;
    overflow-x: hidden;
}

.mobile-nav.active {
    display: block;
}

.mobile-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-list li {
    margin-bottom: 15px;
    position: relative;
}

.mobile-list a {
    text-decoration: none;
    color: #000;
}

.mobile-sub-toggle {
    background: none;
    border: none;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    text-align: left;
}
.mobile-sub-toggle .label {
    flex: 1 1 auto;
    min-width: 0;
}
.mobile-sub-toggle .icon {
    flex: 0 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
}
.nav-list .plus {
    margin-left: 2px;
    color: #008060;
    font-weight: 300;
}
.site-footer {
    position: relative;
    color: #5A5A5A;
    font-size: 15px;
    overflow: hidden;
}

.footer-parallax {
    position: relative;
    background-attachment: fixed; /* paralaks */
    background-size: contain;
    background-position: center;
    min-height: 530px;
    padding: 70px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.footer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f9fb;
    opacity: 0.85;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: 1;
}
.footer-parallax .container {
    position: relative;
    z-index: 2;
}
.footer-parallax .footer-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1680px;
    padding-left: 80px;
    padding-right: 80px;
}
.footer-top-line {
    width: 100%;
    height: 6px;
    background: #008060;
    margin-bottom: 45px;
}
.footer-menu-row {
    align-items: flex-start;
    row-gap: 40px;
}
.footer-column p,
.footer-column a {
    color: #5A5A5A;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.footer-column a:hover {
    color: #008060;
}
.footer-title-col {
    font-family: "Exo", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #008060;
    margin-bottom: 26px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d8d8d8;
    text-transform: uppercase;
}
.footer-title-col::after {
    content: "";
    display: block;
    width: 54%;
    height: 2px;
    background: #008060;
    margin-top: 16px;
    margin-bottom: -18px;
}
.footer-menu-block {
    padding-left: 24px;
    padding-right: 24px;
}
.footer-list-services{
   list-style: none;
    padding-left: 0rem;
    margin: 0;
}
.footer-list-services li{
    color: #5A5A5A;
    align-self: center;
    margin: 13px 0px;
    font-size: 18px;
    line-height: 1.35;
}
.footer-list-services li::before {
    content: "-";
    margin-right: 16px;
    font-weight: 700;
    color: #7A7A7A;
}
.footer-no-dash .footer-list-services li::before {
    content: none;
    margin-right: 0;
}
.footer-list-services .footer-submenu {
    padding-left: 18px;
    margin-top: 8px;
}
.footer-list-services li a{
    color: #5A5A5A;
    margin-left: 0;
    font-size: 18px;
    overflow-wrap: anywhere;
}
.footer-list-services li .footer-disabled-link {
    color: #5A5A5A;
    margin-left: 0;
    cursor: default;
    font-size: 18px;
}
.footer-list-services li a:hover {
    color: #008060;
}
.footer-list-services li i{
    color: #008060;
}
.footer-contact-lines p {
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 34px;
    overflow-wrap: anywhere;
}
.footer-phone-row {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    color: #5A5A5A;
    font-size: 18px;
    line-height: 1.55;
}
.footer-contact-lines strong {
    font-weight: 400;
}
.footer-partner-logo {
    display: block;
    width: 100%;
    max-width: 165px;
    height: auto;
    object-fit: contain;
}
.footer-copyright {
    background-color: #008060;
    color: #fff;
    padding: 20px 0;
    font-size: 14px;
    z-index: 2;
    position: relative;
}
.footer-copyright .container {
    gap: 18px;
}
.copyright-text {
    line-height: 1.6;
    overflow-wrap: anywhere;
}
@media (max-width: 1399px) {
    .footer-parallax .footer-container {
        padding-left: 40px;
        padding-right: 40px;
    }
    .footer-menu-block {
        padding-left: 14px;
        padding-right: 14px;
    }
    .footer-title-col {
        font-size: 20px;
    }
    .footer-list-services li,
    .footer-list-services li a,
    .footer-list-services li .footer-disabled-link,
    .footer-contact-lines p,
    .footer-phone-row {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .footer-parallax {
        background-attachment: scroll;
        min-height: 0;
        height: auto;
        padding: 55px 0;
        background-size: cover;
    }
    .footer-parallax .footer-container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .footer-top-line {
        margin-bottom: 34px;
    }
    .footer-menu-row {
        row-gap: 34px;
    }
    .footer-menu-block {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-title-col {
        margin-bottom: 20px;
    }
    .footer-copyright .container {
        flex-direction: column;
        text-align: center;
    }
}
@media (max-width: 575px) {
    .footer-parallax {
        padding: 38px 0;
    }
    .footer-parallax .footer-container {
        padding-left: 18px;
        padding-right: 18px;
    }
    .footer-menu-row {
        row-gap: 28px;
    }
    .footer-title-col {
        font-size: 18px;
        margin-bottom: 18px;
        padding-bottom: 14px;
    }
    .footer-title-col::after {
        width: 120px;
        max-width: 54%;
    }
    .footer-list-services li {
        margin: 10px 0;
    }
    .footer-list-services li,
    .footer-list-services li a,
    .footer-list-services li .footer-disabled-link,
    .footer-contact-lines p,
    .footer-phone-row {
        font-size: 15px;
    }
    .footer-list-services li::before {
        margin-right: 10px;
    }
    .footer-phone-row {
        display: block;
    }
    .footer-phone-row strong {
        display: inline;
    }
    .footer-phone-row span {
        display: inline;
    }
    .footer-partner-logo {
        max-width: 140px;
    }
    .footer-copyright {
        padding: 16px 18px;
        font-size: 13px;
    }
}
.footer-logo img {
    max-height: 180px;
    margin-bottom: 30px;
}
.footer-contact-info{
    list-style: none;
    padding-left: 0px;
}
.footer-contact-info li{
    color: #5A5A5A;
    align-self: center;
    margin: 15px 0px;
    display: flex;
}
.footer-contact-info li a{
    color: #5A5A5A;
    margin-left: 8px;
}
.footer-contact-info li a:hover {
    color: #008060;
}
.footer-contact-info li i{
   margin: auto 10px auto 0px;
}
.footer-work-hour{
    list-style: none;
    padding-left: 0px;
}
.footer-work-hour li{
    color: #222222;
    font-size: 15px;
    font-weight: 400;
    align-self: center;
    margin: 15px 0px;
    display: flex;
    border-bottom: 1px solid #f0f0f0;
}
.footer-work-hour li{
    color: #222222;
    font-size: 15px;
    font-weight: 400;
    align-self: center;
    margin: 15px 0px;
    display: flow-root;
    border-bottom: 1px solid #f0f0f0;
}
.footer-work-hour li .left-span{
    float: left;
}
.footer-work-hour li .right-span{
    float: right;
}
.footer-copyright a {
    color: #fff;
    text-decoration: none;
}
.footer-copyright a:hover {
    color: #e0f5f0;
}
.footer-copyright .copyright-social a {
    padding: 0px 16px 0px 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.footer-copyright .copyright-social a:last-child {
    border-right: 0px solid rgba(0, 0, 0, 0.15);
}
.footer-copyright .copyright-social i {
    font-size: 13px;
    color: #fff;
}

.footer-copyright .copyright-social a:hover i {
    color: #e0f5f0;
}

/* SECTION 1 - HERO SLIDER */
.hero-slider {
    position: relative;
    width: 100%;
    height: 750px;
    overflow: hidden;
}
.hero-slider .slider .slide {
    height: 750px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.hero-slider .slide-content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%) translateX(-40px);
    max-width: 465px;
    opacity: 0;
    transition: all 0.8s ease;
}
.hero-slider .black-bc{
    background: rgba(0, 0, 0, 0.5);
    padding: 40px 30px;
}
.hero-slider .slide-content.active {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}
.hero-slider .slide-content .subtitle {
    color: #fff;
    font-family: "Playfair Display", sans-serif;
    font-style: italic;
    margin-bottom: 10px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 26px;
}
.hero-slider .slide-content .title{
    color: #fff;
    font-family: "Exo", sans-serif;
    line-height: 55px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 45px;
}
.hero-slider .slide-content .desc {
    font-family:" Roboto", sans-serif;
    color: #fff;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 25px;
}
.hero-slider .slide-content .btn-more {
    font-family: "Exo", sans-serif;
    display: inline-block;
    background: #fff;
    color: #008060;
    padding: 15px 50px;
    text-decoration: none;
    transition: 0.3s ease;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 14px;
    margin-top: 30px;
}
.hero-slider .btn-more:hover {
    background: rgb(15 128 117);
    color: #fff;
}
.hero-slider .custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
color: white;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.hero-slider .custom-arrow span {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
}
.hero-slider .custom-arrow:hover {
    background: white;
    border-color: #fff;
}
.hero-slider .custom-arrow:hover i{
    color: #008060;
}
.hero-slider .slick-prev {
    left: 25px;
}
.hero-slider .slick-next {
    right: 25px;
}
/* SECTION 2 - TOP BAR CONTACT */
.top-bar-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #008060;
    padding: 20px;
    color: white;
    font-family: "Roboto", sans-serif;
    height: 130px;
    position: relative;
    font-weight: 400;
    overflow: hidden; /* da ne probija */
}
.top-bar-contact .contact-box,
.top-bar-contact .doctors-box {
    background: rgba(0, 0, 0, 0.1);
    padding: 12px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.top-bar-contact a {
    font-size: 18px;
    color: white;
    text-decoration: none;
}
.top-bar-contact .icon {
    margin-right: 10px;
    position: relative;
}
.top-bar-contact .fa-phone-alt, .top-bar-contact .fa-user-md {
    position: relative;
    padding: 10px;
}
.top-bar-contact i:before{
    font-size: 14px;
    z-index: 23;
    position: relative;
    color: white;
}
.top-bar-contact .fa-clock:before{
    color: #008060;
}
.top-bar-contact .fa-phone-alt:after, .top-bar-contact .fa-user-md:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.3;
    border-radius: 5px;
    z-index: 1;
}
.top-bar-contact .float-right-chevron {
    margin-left: auto;     /* gura je skroz desno */
    display: flex;
    align-items: center;    /* centriranje po visini */
}

.top-bar-contact .float-right-chevron i {
    font-size: 16px;
    color: #fff;
}

.top-bar-contact .work-hours {
    position: absolute;
    top: 0;
    right: 15%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 60px;
    padding-right: 40px;
    background: transparent; /* bitno */
    z-index: 10;
}
.top-bar-contact .work-hours .icon {
    color: #008060;

}
.top-bar-contact .work-hours .wh-desc {
    z-index: 9;
    padding: 10px;
}

.top-bar-contact .work-hours .icon i:before{
   font-size: 40px;

}
.top-bar-contact .work-hours .title {
    color: #5A5A5A;
    font-size: 22px;
    font-weight: 700;
}
.top-bar-contact .work-hours .subtitle {
    color: #5A5A5A;
    font-size: 16px;
    line-height: 14px;
}
.top-bar-contact .work-hours:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    bottom: 0;
    background-color: #fff;
    -webkit-transform: skewX(-24deg);
    -ms-transform: skewX(-24deg);
    transform: skewX(-24deg);
}
.top-bar-contact .work-hours:after {
    left: 22px;
    right: 22px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#008060), to(#558dca));
    background-image: -o-linear-gradient(top, #008060 0%, #558dca 100%);
    background-image: linear-gradient(to bottom, #008060 0%, #558dca 100%);
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: skewX(-24deg);
    -ms-transform: skewX(-24deg);
    transform: skewX(-24deg);
    z-index: -2;
}

.advantages{
    background-color: #F7F9FB;
    position: relative;
    padding: 50px;
    height: 900px;
}
.advantages .img-right-aps{
    position: absolute;
    top: 10%;
    left: -3%;
}
.advantages .adv-list{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

}
.advantages .adv-list ul{
    list-style: none;
    color: #5A5A5A;
    font-family: "Exo", sans-serif;
    font-size: 22px;
}
.advantages .adv-list ul li{
   margin-bottom: 50px;
}
.advantages .adv-list ul li i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #008060; /* zelena pozadina */
    color: white; /* ikonica bele boje */
    border-radius: 50%; /* okrugla pozadina */
    font-size: 20px; /* veličina same ikone */
    transition: transform 0.6s ease; /* za glatku rotaciju */
}

.advantages .adv-list ul li i:hover {
    transform: rotateY(360deg); /* rotacija oko Y ose */
}
.advantages .adv-list ul li span {
   margin-left: 20px;
}

.services-list{
padding: 80px 0px;

}
.services-list .title{
    color: #5A5A5A;
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    font-family: "Exo", sans-serif;
    line-height: 1em;
}
.services-list .subtitle{
    text-align: center;
    color: #5A5A5A;
    font-size: 36px;
    font-weight: 700;
    line-height: 1em;
    font-family: "Exo", sans-serif;
    margin-bottom: 30px;
}
.services-list .service {
    position: relative;
    display: block;
    color: white;
    text-align: center;
    padding: 50px;
    background-color: #008060;
    text-decoration: none;
    overflow: hidden;
    border-bottom-right-radius: 100px;
    margin-bottom: 30px;
    min-height: 386px;
}
.services-list .service::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #0f8d7c;
    z-index: 0;
    transition: width 0.5s ease;
}
.services-list .service:hover::before {
    width: 100%;
}
.services-list .service * {
    position: relative;
    z-index: 1;
}
.services-list .service h3 {
    font-family: "Exo", sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin: 15px 0 10px 0;
}
.services-list .service p {
    font-size: 17px;
    margin: 0;
}

.overview-list{
  padding: 50px 0px;
}
.overview-list .title{
    color: #5A5A5A;
    font-size: 46px;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
    margin-bottom: 30px;
}
.overview-list ul{
    column-count: 3;
    list-style: none;
}
.overview-list ul li{
    list-style: none;
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.overview-list ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #008060;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}
.overview-list ul li a{
 text-decoration: none;
    color: #5A5A5A;
}
.overview-list ul li a:hover{
    color: #008060;
}


.doctors-slider-section {
    background-size: cover;
    background-position: center;
    height: 785px;
    padding: 60px 0;
}
.doctors-slider-section .title{
  color: white;
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    line-height: 1em;
    font-family: "Exo", sans-serif;
    margin-bottom: 30px;
}
.doctors-slider .doctor-card {
    text-align: center;
    padding: 15px;
    display: block;
    text-decoration: none;
}

.doctors-slider .doctor-card img {
    width: 100%;
}
.doctors-slider .doctor-card .about{
    color: inherit; /* zadrži boje */
    background: #fff;
    border-radius: 0 0 48px 0;
    padding: 32px 30px 26px;
    min-height: 150px;
    position: relative;
}
.doctors-slider .doctor-card .doctor-badge {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #008060;
    display: flex;
    justify-content: center;
    align-items: center;
}

.doctors-slider .doctor-card .doctor-badge i {
    color: #fff;
    font-size: 22px;
}

.doctors-slider .doctor-card a{
   text-decoration: none;
}
.doctors-slider .doctor-card .doctor-name {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #333;
    line-height: 1.3;
}

.doctors-slider .doctor-card .doctor-role {
    font-size: 14px;
    font-weight: 400;
    color: #777;
    margin-bottom: 2px;
}

/* Slick Dots — brojevi umesto tačaka */
.doctors-slider .slick-dots {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    gap: 10px;
    list-style: none;
}
.doctors-slider .slick-dots li {
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #111;
    background: rgba(255, 255, 255, 0.7);
    align-items: center;
    justify-content: center;
    display: flex;
}
.doctors-slider .slick-dots li:hover {
  background: white;
}
.doctors-slider .slick-dots li.slick-active{
    background: #111;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    transform: scale(1.1);
}

.contact-section {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    color: #fff;
}

.contact-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 45%);
    z-index: 1;
}

.contact-section .container {
    position: relative;
    z-index: 2;
}

.left-content .title {
    color: #5A5A5A;
    font-family: "Exo", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 40px;
}
.left-content .title:after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: #008060;
    margin-top: 10px;
}
.left-content .email-big {
    color: #008060;
    font-family: "Exo", sans-serif;
    font-size: 23px;
    font-weight: 500;
    text-decoration: none;
}
.left-content .email-big span {
  margin-right: 20px;
}
.left-content .email-big span i{
    border: 1px solid #008060;
    padding: 5px;
    border-radius: 8px;
}
.left-content a:hover span i{
   color: white;
    background: #008060;
}
.contact-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    color: #000;
}
.contact-box .subtitle{
    color: #5A5A5A;

}
.contact-box .title{
    color: #008060;
    font-family: "Exo", sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
}
.contact-box .title:hover{
    color: black
}
.contact-box .form-row{
    display: flex;
}
.contact-box .form-group {
   padding-right: 15px;
}
.contact-box input{
    font-size: 16px;
    background-color: #fafafa;
    padding: 17px 25px 17px 25px;
    border-radius: 5px;
    color: black;
    border: 1px solid #f0f0f0;
    margin-bottom: 15px;
    width: 100%;
    margin-right: 10px;
}
.contact-box textarea {
    font-size: 16px;
    background-color: #fafafa;
    padding: 17px 25px 17px 25px;
    border-radius: 5px;
    color: black;
    border: 1px solid #f0f0f0;
    margin-bottom: 15px;
    width: 100%;
}
.contact-box .info {
    margin-top: 40px;
    color: #7a7a7a;
}
.contact-box .btn-primary {
    background-color: #008060;
    padding: 15px 30px 13px 30px;
    font-family: "Exo", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 0px 0px 0px;
    border-color: #008060;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
}
.contact-box .btn-primary:hover {

    background-color: #0F8075;
}


.newsletter-map-section {
    height: 350px;
}

/* LEFT SIDE */
.newsletter-map-section .left-newsletter {
    position: relative;
    height: 350px;
    background-size: cover;
    background-position: center;
}

.newsletter-map-section .left-newsletter::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 128, 96, 0.8);
}

.newsletter-map-section .newsletter-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 40px 40px 150px;
    color: #fff;
}

.newsletter-map-section .newsletter-title {
    font-size: 36px;
    line-height: 46px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 700;
}
.newsletter-map-section .little-info {
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 20px;
}
/* INPUT + BUTTON */
.newsletter-map-section .newsletter-input {
    display: flex;
    color: white;
}
.newsletter-map-section .newsletter-input input::placeholder{
    color: white;
}
.newsletter-map-section .newsletter-input input{
    background-color: #00806000;
    border: 1px solid #ced4da;
    padding: 15px 10px 15px 30px;
    color: white;
    width: 100%;
}
.newsletter-map-section .btn-newsletter {
    background-color: #ffffff;
    font-family: "Exo", sans-serif;
    font-size: 15px;
    font-weight: 500;
    border: 0px;
    padding: 15px 35px 15px 35px;
    color: #313131;
}
.newsletter-map-section .btn-newsletter:hover {
    background-color: #008060;
    color: white;
}
.page-banner {
    position: relative;
    height: 310px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.page-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(201, 201, 0, 0.5);
    pointer-events: none;
}
body.home .page-banner::after,
body.naslovna .page-banner::after,
body.pocetna .page-banner::after {
    content: none;
}
.page-banner img{
    display: block;
    width: 100%;
    height: 310px;
    object-fit: cover;
}
.blog-list-banner .page-banner-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.blog-list-banner {
    height: 310px;
    background-color: #f7f9fb;
}
.blog-list-banner .page-banner-content h1,
.blog-list-banner .page-banner-content .services-title {
    color: #fff;
    font-family: "Exo", sans-serif;
    font-size: 62px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    margin: 0;
}
.blog-list-banner .simple-breadcrumb {
    position: absolute;
    left: 11%;
    bottom: 38px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: #ddd;
    font-size: 20px;
    font-style: italic;
    pointer-events: auto;
}
.blog-list-banner .simple-breadcrumb a,
.blog-list-banner .simple-breadcrumb span {
    color: #ddd;
}
.blog-list-banner .simple-breadcrumb a {
    text-decoration: underline;
}
.page-breadcrumb-only {
    width: min(1140px, calc(100% - 40px));
    margin: 28px auto 0;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #5A5A5A;
    font-size: 16px;
    font-style: italic;
    line-height: 1.4;
    flex-wrap: wrap;
}
.page-breadcrumb-only a,
.page-breadcrumb-only span {
    color: #5A5A5A;
}
.page-breadcrumb-only a {
    text-decoration: underline;
}
@media (max-width: 1199px) {
    .blog-list-banner .page-banner-content h1,
    .blog-list-banner .page-banner-content .services-title {
        font-size: 48px;
    }
    .blog-list-banner .simple-breadcrumb {
        left: 8%;
        bottom: 28px;
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .blog-list-banner .page-banner-content h1,
    .blog-list-banner .page-banner-content .services-title {
        font-size: 32px;
        text-align: center;
        padding: 0 20px;
    }
    .blog-list-banner .simple-breadcrumb {
        left: 20px;
        right: 20px;
        bottom: 18px;
        flex-wrap: wrap;
        gap: 8px;
        font-size: 15px;
    }
    .page-breadcrumb-only {
        width: calc(100% - 32px);
        margin-top: 22px;
        gap: 8px;
        font-size: 15px;
    }
}

.top-bar-services {
    position: relative;
    overflow: hidden;
    font-family: "Roboto", sans-serif;
    background-color: #008060;
}

/* LEFT SIDE */
.top-bar-services .services-left {
    position: relative;
    background-size: cover;
    background-position: left center;
}

.top-bar-services .services-left::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 128, 96, 0.7); /* zeleni overlay */
}

.top-bar-services .services-title {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    margin-left: 20%;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding: 46px 0;
    font-size: 36px;
    font-family: "Exo", sans-serif;
}

/* RIGHT SIDE – breadcrumb box sa ukoso elementima */
.top-bar-services .breadcrumb-box {
    position: relative;
    height: auto;
    display: flex;
    align-items: center;
    padding: 0;
    background: transparent;
    z-index: 10;
    text-align: left;
    justify-content: flex-start;
}

.top-bar-services .breadcrumb-box::before {
    content: none;
}

.top-bar-services .breadcrumb-box::after {
    content: none;
}

.top-bar-services .breadcrumb-content {
    position: relative;
    z-index: 5;
    padding: 0;
}
.top-bar-services .breadcrumb-list {
  list-style: none;
    color:#ddd;
    font-size: 18px;
    font-weight: 500;
    display: inline-flex;
    gap: 12px;
    padding-left: 0px;
    margin-bottom: 0px;
    font-style: italic;
}
.top-bar-services .breadcrumb-list li:last-child{
    max-width: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top-bar-services .breadcrumb-list a{
   text-decoration: none;
    color: #ddd;
}
.top-bar-services .breadcrumb-list a:after{
    content: "/";         /* separator */
    display: inline-block;
    margin-left: 12px;
    color: #ddd;
}
.top-bar-services .breadcrumb-list li:last-child a:after{
    content: "";
}

.faq-section {
    padding: 40px 0;
}

.faq-item {
    background: #f7f9fb;
    border-radius: 5px;
    margin-bottom: 15px;
    overflow: hidden;
}
.faq-item.active .faq-question{
    background-color: #008060;
    color: white;
    border-radius: 5px;
    margin-bottom: 15px;
    overflow: hidden;
}
.faq-question {
    padding: 18px 20px;
    font-size: 1.2em;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    background-color: #f7f9fb;  /* početna boja */
    color: #000;                /* početna boja teksta */
    transition: background-color 0.2s ease, color 0.4s ease;
}
.faq-question h3{
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 0px;
}

.faq-question i {
    font-size: 18px;
    transition: 0.3s;
}

/* sakriven odgovor */
.faq-answer {
    max-height: 0;         /* sakriveno */
    overflow: hidden;
    padding: 0 20px;       /* horizontalni padding ostaje */
    font-size: 16px;
    line-height: 24px;
    color: #666;
    transition: max-height 0.2s ease, padding 0.4s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;     /* dovoljno veliko da primi sav tekst */
    padding: 30px 60px;    /* dodaj padding kad se otvori */
}
.faq-item.active .faq-answer a.green{
   color: #008060;
    text-decoration: none;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg); /* menjamo chevron */
}

.description-half-faq{
padding: 70px 0px;
}
.description-half-faq .faq-question{
   text-transform: none;
}
.description-section h2{
    font-weight: 500;
    font-family: "Exo", sans-serif;
    font-size: 30px;
    line-height: 36px;
    position: relative;
    display: inline-block
}
.description-section h2.text-center {
   text-align: center;
}
.description-section h2::after {
    content: "";
    display: block;
    width: 150px;
    height: 4px;
    background-color: #008060;
    margin-top: 20px;
}
.description-section h2.text-center::after {
    content: "";
    display: block;
    width: 150px;
    height: 4px;
    background-color: #008060;
    margin: 20px auto 0;
}
.description-section p {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    font-weight: 400;
}
.description-section p a {
   color: #008060;
    text-decoration: none;
}
.description-section ul {
color: #666;
    padding-left: 50px;
    margin-top: 10px;
}
.description-section ul li{
margin-bottom: 20px;
}
.description-section ul li a{
    color: #008060;
    text-decoration: none;
}
.cta-desc {
    display: flex;
    gap: 20px;
}
.green-cta-section {
    background-color: #008060;
    padding: 20px 0;
    color: #fff;
    font-family: "Roboto", sans-serif;
}

.green-cta-section .cta-icon {
    max-width: 25px;
    height: fit-content;
}

.green-cta-section .cta-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}
.green-cta-section .cta-title p{
    margin-bottom: 0px;
}
.cta-title a{
    color: white;
    text-decoration: none;
    font-style: italic;
}
.cta-title a:hover{
    color: #222222;
}
.green-cta-section .btn-cta {
    background-color: #fff;
    color: #008060;
    font-weight: 400;
    padding: 15px 50px;
    border-radius: 3px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 22px;
}

.green-cta-section .btn-cta:hover {
    background-color: #e6f5f2;
    color: #158771;
}

.doctor-in-description{
  padding: 50px 0px
}
.doctor-in-description .doctor-card {
    display: block;
    text-decoration: none;
    color: #000;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.doctor-in-description .doctor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.doctor-in-description .doctor-image {
    width: 100%;
    overflow: hidden;
}

.doctor-in-description .doctor-image img {
    width: 100%;
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #008060;
}

.doctor-in-description .doctor-heart {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
    background: rgb(28 186 159 / 99%);
    padding: 5px 10px;
    border-radius: 50%;
}
.doctor-in-description .doctor-info {
  text-align: center;
    padding: 30px 0px;
    position: relative;
}
.doctor-in-description .doctor-name {
    font-weight: 700;
    font-size: 18px;
    color: #222;
    margin: 15px 20px 15px 20px;
}

.doctor-in-description .doctor-specialty {
    color: #00bfa5;
    font-size: 14px;
    margin: 20px 0px;
    font-weight: 500;
    font-style: italic;
}

.faq-pacijenti{
   padding: 50px 0px;
}
.faq-pacijenti .faq-title-pacijenti{
    font-weight: 500;
    font-family: "Exo", sans-serif;
    font-size: 30px;
    line-height: 36px;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
.faq-pacijenti .faq-title-pacijenti::after{
    content: "";
    display: block;
    width: 150px;
    height: 4px;
    background-color: #008060;
    margin: 20px auto 0;
}
.faq-pacijenti .faq-pacijent-item {
    margin-bottom: 10px;
}
.faq-pacijenti .faq-pacijent-header {
    background-color: #008060; /* zelena pozadina pitanja */
    padding: 14px 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
}

.faq-pacijenti .faq-pacijent-toggle {
    font-size: 20px;
    margin-right: 20px;
    transition: transform 0.3s;
}

.faq-pacijenti .faq-pacijent-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: max-height 0.4s ease, padding 0.4s ease;
    font-size: 16px;
    font-weight: 400;
    color: #666;
}
.faq-pacijenti .faq-pacijent-answer p{
   margin-bottom: 0px;
}
.faq-pacijenti .faq-pacijent-item.active .faq-pacijent-answer {
    max-height: 500px;
    padding: 15px 20px;
}
.faq-pacijenti .faq-pacijent-text{
    font-size: 18px;
    margin-bottom: 0px;
}

.three-box-desc{
    padding: 30px 0px;
}
.three-box-desc .title{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    color: #008060;
    font-size: 30px;
    font-family: "Exo", sans-serif;
    text-align: center;
    line-height: 1;
    font-weight: 700;
}
.three-box-desc .desc{
    color: #666;
    display: flex;           /* flex unutar samog opisa */
    flex-direction: column;
    justify-content: center; /* vertikalno centriranje */
    min-height: 200px;
}
.three-box-desc h3{
    font-size:0.8em;
}
.three-box-desc .faq-wrapper .faq-question{
   text-transform: none;
}
.contact-form-full{
   padding: 30px 0px;
}


.tab-team-section {
    padding: 50px 0;
}

.tab-team-section .tab-team-section-title{
    color: #222222;
    font-size: 46px;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
    font-family: "Exo", sans-serif;
}
.tab-team-section .tab-nav {
    text-align: center;
    list-style: none;
    margin-top: 40px;
    margin-bottom: 30px;
}
.tab-team-section .tab-nav li{
    display: inline-block;
}

.tab-team-section .tab-nav-link {
    color: #313131;;
    font-weight: 400;
    padding: 10px 20px 0px;
    font-size: 16px;
    border: none;
    transition: all 0.3s;
    cursor: pointer;
    background: transparent;
    margin-right: 10px;
}

.tab-team-section .tab-nav-link.active {
    color: #008060;
    border-bottom: 1px solid #008060;
}

.tab-team-section .tab-doctor-card {
    display: block;
    text-decoration: none;
    color: #000;
    overflow: hidden;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.tab-team-section .tab-doctor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.tab-team-section .tab-doctor-card:hover .tab-doctor-name{
    color: #008060 !important;
}

.tab-team-section .tab-doctor-image {
    width: 100%;
    overflow: hidden;
}

.tab-team-section .tab-doctor-image img {
    width: 100%;
    display: block;
}

.tab-team-section .tab-doctor-heart {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #008060;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tab-team-section .tab-doctor-heart i {
    color: #fff;
    font-size: 22px;
}
.tab-team-section .tab-doctor-heart:hover {
    background-color: #fff;
    border: 1px solid  #008060;
}
.tab-team-section .tab-doctor-heart:hover i {
    color: #008060;
}
.tab-team-section .tab-doctor-name {
    font-size: 20px;
    font-weight: 700;
    margin: 15px 10px 5px 10px;
    text-align: center;
    color: rgb(34, 34, 34);
    font-family: "Exo", sans-serif;
}

.tab-team-section .tab-doctor-specialty {
    font-size: 13px;
    color: rgb(34, 34, 34);
    margin: 0 10px 15px 10px;
    text-align: center;
}
.tab-team-section .info-wrapper {
   padding: 30px 15px;
    position: relative;
}

.pricelist-pdf{
    padding: 50px 0px;

}
.pricelist-pdf .pdf-pricelist{
    background-size: cover;
    background-position: center;
    height: 300px;
    text-align: center;
    box-shadow: 29px 29px 60px 0px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pricelist-pdf .pdf-pricelist .title{
    font-family: "Lato", sans-serif;
    font-size: 30px;
    font-weight: 700;
}
.pricelist-pdf .pdf-pricelist .title span{
    color: #008060;
}
.pricelist-pdf .pdf-pricelist .title span:hover{
    color: black;
}
.pricelist-pdf .pdf-pricelist .pricelist-btn{
    background-color: #09b2a0;
    padding: 21px 55px 21px 55px;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    fill: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #09b2a0;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 19px 19px 40px 0px rgba(0, 0, 0, 0.1);
    justify-content: center;
    text-decoration: none;
}
.pricelist-pdf .pdf-pricelist .pricelist-btn:hover{
    background-color: #fff;
    color: #09b2a0;
}

.pricelist-list{
   padding: 50px 0px;
}
.pricelist-list .title{
    color: #1CB89D;
    font-size: 30px;
    font-family: "Exo", sans-serif;
    font-weight: 700;
    padding-left: 0px;
}
.pricelist-list  .list-price{
  padding: 40px 0px;
}
.pricelist-list  .list-price li {
    display: flex;
    align-items: center;
    font-size: 19px;
    color: #1CB89D;
    font-weight: 500;
    margin-bottom: 20px;
}

.pricelist-list .list-price .service {
    white-space: nowrap;
}

.pricelist-list .list-price .price {
    white-space: nowrap;
    margin-left: 10px;
    font-weight: 400;
}

.pricelist-list .list-price .dots {
    flex: 1;
    border-bottom: 1px dotted #000;
    margin: 0 10px;
    height: 8px;
}
.page-banner-professional-text {
    height: 690px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.professional-text-list{
  padding: 70px 0px;
}
.blog-list-category-title {
    color: #008060;
    font-family: "Exo", sans-serif;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 40px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(90, 90, 90, 0.22);
}
.blog-single-title {
    font-size: 32px;
}
.blog-list-category-title::after {
    content: none;
}
.blog-list-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
}
@media (min-width: 769px) and (max-width: 991px) {
    .blog-list-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.professional-text-list .pro-item {
    display: block;
    background: #fff;
    box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .1);
    border-radius: 0;
    padding: 0;
    text-decoration: none;
    color: #000;
    transition: 0.2s ease;
    margin-bottom: 0;
    overflow: hidden;
}
.professional-text-list .pro-item:hover {
    transform: none;
    box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .1);
}
.professional-text-list .item-image {
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
}
.professional-text-list .item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.2s ease;
}
.professional-text-list .pro-item:hover .item-image img {
    filter: grayscale(1);
}
.professional-text-list .item-content {
    padding: 24px;
}
.professional-text-list .item-meta {
    display: flex;
    gap: 20px;
    font-size: 15px;
    color: #a3a3a3;;
    margin-bottom: 12px;
}

.professional-text-list .item-title {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 16px;
    font-family: "Exo", sans-serif;
    line-height: 1.25;
}

.professional-text-list .item-desc {
    font-size: 15px;
    line-height: 26px;
    color: #8d8d8d;
    margin-bottom: 18px;
}
.professional-text-list .item-more {
    display: inline-block;
    color: #008060;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.related-blog-sidebar {
    padding-left: 44px;
}
.related-blog-title {
    color: #008060;
    font-family: "Exo", sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 40px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(90, 90, 90, 0.22);
    line-height: 1.2;
}
.related-blog-list {
    display: grid;
    gap: 18px;
}
.related-blog-item {
    display: block;
    color: #5A5A5A;
    text-decoration: none;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(90, 90, 90, 0.16);
}
.related-blog-item:hover .related-blog-name,
.related-blog-item:hover .related-blog-more {
    color: #008060;
}
.related-blog-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    margin-bottom: 14px;
}
.related-blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.2s ease;
}
.related-blog-item:hover .related-blog-image img {
    filter: grayscale(1);
}
.related-blog-name {
    display: block;
    color: #5A5A5A;
    font-family: "Exo", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 8px;
}
.related-blog-date {
    display: block;
    color: #a3a3a3;
    font-size: 14px;
    margin-bottom: 8px;
}
.related-blog-desc {
    display: block;
    color: #8d8d8d;
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 8px;
}
.related-blog-more {
    display: inline-block;
    color: #008060;
    font-size: 15px;
    font-weight: 600;
}
.contact-info-form{
    padding: 100px 0px;
    background-color: #F7F9FB;
}
.contact-info-form .contact-address-info i{
   font-size: 38px;
    color: #008060;
    margin-bottom: 15px;
}
.contact-info-form .contact-address-info .title{
    font-size: 22px;
    color: #5A5A5A;
    font-weight: 700;
    font-family: "Exo", sans-serif;
}
.contact-info-form .contact-address-info .desc{
    font-size: 16px;
    color: rgba(34, 34, 34, 0.7);
}
.contact-info-form .contact-address-info .desc a{
    color: rgba(34, 34, 34, 0.7);
    text-decoration: none;
}
.contact-info-form .contact-address-info .desc a:hover{
    color: #008060;
}

.contact-info-form .form-info {
    background-color: rgb(0, 128, 96);
    padding: 60px 50px;
    color: #fff;
}
.contact-info-form .form-info .sub-title {
    font-size: 18px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-align: center;
}

.contact-info-form .form-info .form-title {
    font-size: 36px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-align: center;
}

.contact-info-form .contact-form {
    max-width: 600px;
    margin: 40px auto 0px;

}

.contact-info-form .contact-form .form-group {
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
}
.contact-info-form .contact-form input,
.contact-info-form .contact-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: none;
    outline: none;
    font-size: 16px;
}
.contact-info-form .contact-form input::placeholder,
.contact-info-form .contact-form textarea::placeholder {
  color: #a8a8a8;
}
.contact-info-form .contact-form input:focus,
.contact-info-form .contact-form textarea:focus {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.5);
}

.contact-info-form .btn-send {
    background-color: #ffffff;
    padding: 17px 30px 14px 30px;
    font-family: "Exo", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0F8075;
    border-style: none;
    border-color: #ffffff;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0px 0px 10px 0px #0F8075;
    width: 100%;
}

.contact-info-form .btn-send:hover {
    background: #0F8075;
    color: #fff;
}
.map-gray {
    filter: grayscale(100%);
}
.gallery {
    padding: 0;
}

/* PARALLAX HEADER */
.gallery .gallery-bg {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    /* Parallax efekat */
    background-attachment: fixed;

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
}

/* mali tamni overlay radi čitljivosti teksta */
.gallery .gallery-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
}

/* naslov preko parallaxa */
.gallery .title {
    position: relative;
    color: #ffffff;
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    z-index: 2;
    margin: 0;
    padding: 0 20px;
}

/* GRID ISPOD */
.gallery .gallery-grid {
    padding: 40px 20px 60px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.gallery .gallery-grid a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s ease;
    cursor: pointer;
}

.gallery .gallery-grid a img:hover {
    transform: scale(1.05);
}


.service-separately{
  padding: 50px 0px;
    background-color: #F7F9FB;
}
.service-separately .faq-service {
    border: 1px solid #7a7a7a;
    margin-bottom: 15px;
    padding: 0px;
    cursor: pointer;
}

.service-separately .faq-service-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    border-bottom: 1px solid #7a7a7a;
    padding: 20px;
    color: #54595f;
    font-size: 18px;
    font-family: "Exo", sans-serif;
}

.service-separately .faq-service-content {
    display: none;
    padding: 20px;
    color: #54595f;
    font-size: 15px;
}
.service-separately .faq-service.open .faq-service-content {
    display: block;
}
.faq-service-content ol {
    counter-reset: section;
    list-style: none;
    padding-left: 0;
}
.faq-service-content ol li a{
    color: #54595f;
    font-size: 15px;
    text-decoration: none;
}
/* Prvi nivo */
.faq-service-content > ol > li {
    counter-increment: section;
    margin-bottom: 8px;
    position: relative;
    padding-left: 30px;
}

.faq-service-content > ol > li::before {
    content: counter(section) ". ";
    position: absolute;
    left: 0;
    font-weight: 400;
    color: #54595f;
}

/* Drugi nivo */
.faq-service-content > ol > li > ol {
    counter-reset: subsection;
    margin-top: 10px;
    padding-left: 10px;
}

.faq-service-content > ol > li > ol > li {
    counter-increment: subsection;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}

.faq-service-content > ol > li > ol > li::before {
    content: counter(section) "." counter(subsection) ". ";
    position: absolute;
    left: 0;
    font-weight: 400;
    color: #54595f;
}


.service-separately .faq-service-arrow {
    font-size: 16px;
    transition: transform 0.2s;
}

.service-separately .faq-service.open .faq-service-arrow {
    transform: rotate(180deg);
}
.service-separately .title,
.service-separately h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    font-family: "Exo", sans-serif;
    text-align: center;
    display: block;
    margin: 0 auto 20px;
}
.service-separately h2::after, .service-separately .title::after {
    content: "";
    display: block;
    width: 150px;
    height: 4px;
    background-color: #008060;
    margin: 10px auto 0;
}
.service-separately .sub-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    font-family: "Exo", sans-serif;
    color: #222222;
    text-align: left;
}
.service-separately h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    font-family: "Exo", sans-serif;
    color: #222222;
    text-align: left;
}
.doctor-page{
   padding: 40px 0px;
}
.doctor-page .about-doctor{
    display: flex;
    align-items: center;
}
.doctor-page .about-doctor .doctor-subtitle{
    color: #008060;
    font-weight: 700;
    font-family: "Exo", sans-serif;
    line-height: 1;
    font-size: 30px;
    margin-bottom: 30px;
}
.doctor-page .about-doctor .doctor-desc{
    color: #7A7a7a;
}
.doctor-page .doctor-img {
    position: relative;
    min-height: 500px;
    overflow: hidden;
}

.doctor-page .doctor-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.doctor-page .doctor-phone {
    position: absolute;
    left: 0;
    bottom: 5%;
    padding: 5px 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #ffffff;
    background-color: #008060;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    margin-block-start: 0px;
}
.doctor-page .doctor-phone:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -15px;
    border-top: 15px solid #0d7563;
    border-left: 15px solid transparent;
}
.doctor-page .doctor-phone i {
    font-size: 20px;
    background-color: #4ed964;
    border: 5px solid #fff;
    border-radius: 50%;
    padding: 8px;
}
.doctor-page .doctor-row {
    display: flex;
    align-items: stretch;
}

.doctor-page .doctor-text {
    padding-left: 40px;
}
.doctor-page .text-about-doctor{
    padding-top: 40px;
}
.doctor-page .text-about-doctor h2{
    color: #008060;
    font-weight: 700;
    font-family: "Exo", sans-serif;
    line-height: 1;
    font-size: 30px;
    margin-bottom: 30px;
}
.doctor-page .text-about-doctor ul, .doctor-page .text-about-doctor p{
    font-weight: 400;
    color: #7A7a7a;
}
.doctor-page .text-about-doctor ul li{
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    header{
     overflow: hidden;
    }
    header .top-bar {
        display: none;
    }
    header .align-items-center {
        justify-content: space-around;
        display: flex;
    }
    header .nav-divider {
        display: contents;
    }
    .mobile-nav .main-nav .nav-list {
        list-style: none;
    }
    .mobile-nav .mobile-list a, .mobile-nav .mobile-list .mobile-sub-toggle {
        text-decoration: none;
        color: #5A5A5A;
        font-size: 16px;
        font-weight: 500;
        padding: 0px;
    }
    .mobile-nav .mobile-list a.active {
        color: #008060;
    }
    .mobile-has-sub .mobile-submenu {
        display: none;
        list-style: none;
        width: 100%;
        padding-left: 0;
        text-align: left;
        position: static;
        z-index: auto;
        margin-top: 10px;
        overflow: visible;
    }
    .mobile-submenu {
        list-style: none;
        background: #fff;
        padding: 10px 0;
        width: 100%;
        border: 2px solid #008060;
        z-index: 10;
        box-sizing: border-box;
        overflow: visible;
    }
    .mobile-submenu > li {
        margin-bottom: 0;
        padding-left: 10px;
    }
    .mobile-sub-toggle[aria-expanded="true"] .icon {
        transform: translateY(-1px);
    }
    .dropdown-submenu > .dropdown-item {
        display: block;
        width: calc(100% - 44px);
        padding-right: 12px;
    }
    .dropdown-submenu {
        position: relative;
        padding-right: 44px;
    }
    .dropdown-submenu > .submenu-toggle {
        width: 44px;
        right: 0;
        z-index: 2;
    }
    .dropdown-submenu > .dropdown-menu {
        position: static;
        min-width: 0;
        width: 100%;
        margin-top: 8px;
        margin-left: 0;
        padding: 8px 0 0 15px;
        border: 0;
        border-left: 2px solid #008060;
        box-shadow: none;
        box-sizing: border-box;
    }
    .dropdown-submenu.open > .dropdown-menu {
        display: block;
    }
    .dropdown-submenu.open > .submenu-toggle::before {
        content: "-";
    }
    .mobile-has-sub .mobile-submenu li:last-child{
      margin-bottom: 0px;
    }
    .hero-slider {
        height: 450px;
    }
    .hero-slider .slider .slide {
        height: 450px;
    }
    .hero-slider .slide-content .desc {
      display: none;
    }
    .hero-slider .slide-content .title {
        font-size: 28px;
        line-height: 36px;
    }
    .hero-slider .slide-content {
        top: 30%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%) !important;
        width: 80%;
        max-width: initial;
    }
    .hero-slider .slide-content .subtitle {
        font-size: 21px;
    }
    .hero-slider .black-bc {
        padding: 10px;
    }
    .top-bar-contact {
        height: 100%;
    }
    .top-bar-contact .contact-box, .top-bar-contact .doctors-box {
        margin-bottom: 20px;
    }
    .top-bar-contact .work-hours {
        position: relative;
        top: 0;
        right: 0%;
        height: 100%;
        background: white;
        padding-left: 10px;
        padding-right: 10px;
    }
    .top-bar-contact .work-hours:before, .top-bar-contact .work-hours:after{
       content: none;
    }
    .advantages .img-right-aps img{
        width: 350px;
    }
    .advantages .img-right-aps {
        top: 3%;
    }
    .advantages .adv-list {
        top: 78%;
    }
    .advantages {
        position: relative;
        padding: 20px;
        height: 950px;
    }
    .advantages .adv-list ul{
       padding-left: 0px;
        padding-right: 10px;
    }
    .advantages .adv-list ul li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 20px;
        color: #5A5A5A;
        font-family: "Exo", sans-serif;
        font-size: 22px;
        font-weight: 700;
    }

    .advantages .adv-list ul li i {
        flex-shrink: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    .advantages .adv-list ul li span {
        display: block;
        line-height: 1.4;
    }
    .services-list {
        padding: 50px 0px;
    }
    .services-list .title {
        font-size: 28px;
    }
    .services-list .subtitle {
        font-size: 25px;

    }
    .overview-list {
        padding:20px 50px 50px;
    }
    .overview-list .title {
        font-size: 28px;
    }
    .overview-list ul {
        column-count: 1;
        margin: auto;
    }
    .doctors-slider-section .title {
        font-size: 28px;
    }
    .contact-section {
        padding: 50px 0;
    }
    .left-content .title {
        font-size: 28px;
    }
    .left-content .email-big {
        font-size: 20px;
    }
    .newsletter-map-section .newsletter-content {
        padding: 10px;

    }
    .newsletter-map-section {
        height: 100%;
    }
    .top-bar-services .breadcrumb-box {
        position: inherit;
        top: 10px;
        right: initial;
        left: 0px!important;
        height: 100%;
        display: flex;
        align-items: center;
        padding-left: 0px;
        padding-right: 0px;
        background: transparent;
        z-index: 10;
        width: 100%;
        text-align: left;
        justify-content: left;
    }
    .top-bar-services .breadcrumb-box::before,  .top-bar-services .breadcrumb-box::after {
        content: none;
    }
    .top-bar-services .breadcrumb-content {
        padding: 10px 10px;
    }
    .top-bar-services .breadcrumb-list {
        color: #ffffff;
    }
    .top-bar-services .breadcrumb-list a, .top-bar-services .breadcrumb-list a:after{
        color: #ffffff;
    }
    .top-bar-services .services-title {
        margin-left: 0px;
        padding: 25px 0;
        font-size: 24px;
    }
    .faq-question {
       font-size: 16px;
    }
    .faq-item.active .faq-answer {
        max-height: 500px;
        padding: 20px 20px;
    }
    .description-half-faq {
        padding: 40px 10px;
    }
    .description-section {
        padding: 10px 10px;
    }
    .description-section ul {
        padding-left: 25px;
    }
    .doctor-in-description .doctor-card {
     margin-bottom: 15px;
    }
    .cta-desc {
        display: block;
        text-align: center;
    }
    .text-md-right{
        display: flex;
        margin-top: 10px;
    }
    .green-cta-section .btn-cta {
       margin: auto;
    }
    .tab-team-section .tab-team-section-title {
        font-size: 28px;
    }
    .tab-team-section .tab-nav{
      display: block;
        padding-left: 0px;
        margin-top: 20px;
    }
    .pricelist-list .title {
        font-size: 24px;
    }
    .pricelist-list .list-price .service {
        white-space: break-spaces;
        max-width: 50%;
    }
    .page-banner-professional-text {
        height: 368px;
    }
    .blog-list-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .blog-list-category-title {
        font-size: 28px;
    }
    .related-blog-sidebar {
        padding-left: 15px;
        margin-top: 42px;
    }
    .professional-text-list .pro-item {
        display: block;
    }
    .professional-text-list .item-title {
        font-size: 21px;
    }
    .gallery .gallery-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    .service-separately {
        padding: 50px 20px;
    }
    .contact-box .form-row {
        display: grid;
    }
    .footer-parallax{
        min-height: 0;
        padding: 50px 0;
    }
    .footer-parallax .footer-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer-copyright .d-flex{
       display: flex!important;
       flex-direction: column;
       text-align: center;
    }
    .copyright-social{
        text-align: center;
        margin-top: 20px;
    }
    .doctor-page {
        padding: 40px 10px;
    }
    .doctor-page .doctor-img {
        margin-bottom: 40px;
    }
    .doctor-page .doctor-text {
        padding-left: 0px;
    }
    .doctor-page .about-doctor .doctor-subtitle {
        line-height: normal;
    }
    .mobile-call-button {
        position: fixed;
        right: 16px;
        bottom: 16px;
        width: 58px;
        height: 58px;
        border-radius: 50%;
        background: #008060;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
        z-index: 9999;
    }
    .mobile-call-button i {
        font-size: 22px;
    }
}

/* PAGINATION */
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-top: 45px;
    gap: 12px;
}

.pagination .page-item {
    margin: 0;
}

.pagination .page-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    color: #777;
    background-color: transparent;
    border: 0;
    text-decoration: none;
    transition: all 0.15s ease-in-out;
    line-height: 1;
}

.pagination .page-link:hover {
    z-index: 2;
    color: #008060;
    background-color: transparent;
}

.pagination .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #008060;
    border-radius: 50%;
}

.pagination .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}

.pagination .page-link i {
    font-size: 16px;
    vertical-align: middle;
}

.pagination .page-item:first-child .page-link {
    border-radius: 0;
}

.pagination .page-item:last-child .page-link {
    border-radius: 0;
}

/* Optional: spacing on mobile */
@media (max-width: 576px) {
    .pagination .page-link {
        padding: 0.4rem 0.6rem;
        font-size: 0.9rem;
    }
}

.pagination .page-link {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.pagination .page-item.active .page-link {
    box-shadow: 0 4px 10px rgba(13,110,253,0.35);
}
/* ===== SEARCH OVERLAY ===== */
.search-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease;
}

/* active state */
.search-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* ===== FORM ===== */
.search-form {
    width: 80%;
    max-width: 900px;
    display: flex;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 999px;
    overflow: hidden;
}

/* INPUT */
.search-form input {
    flex: 1;
    height: 64px;
    padding: 0 28px;
    font-size: 20px;
    background: transparent;
    border: none;
    color: #fff;
    outline: none;
}

.search-form input::placeholder {
    color: rgba(255,255,255,0.7);
}

/* BUTTON */
.search-form button {
    height: 64px;
    padding: 0 36px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    border: none;
    border-left: 1px solid rgba(255,255,255,0.4);
    cursor: pointer;
    transition: background 0.2s ease;
}

.search-form button:hover {
    background: rgba(255,255,255,0.1);
}

/* ===== CLOSE BUTTON ===== */
.search-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.search-close:hover {
    background: #fff;
    color: #000;
}

/* ===== BODY LOCK ===== */
body.search-open {
    overflow: hidden;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
    .search-form {
        width: 90%;
        max-width: 440px;
        flex-direction: column;
        align-items: stretch;
        border-radius: 24px;
    }

    .search-form input {
        font-size: 16px;
        height: 56px;
        min-width: 0;
        width: 100%;
        text-align: center;
    }

    .search-form button {
        height: 56px;
        padding: 0 24px;
        width: 100%;
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,0.4);
    }
    .search-close {
        top: 18px;
        right: 18px;
        width: 42px;
        height: 42px;
        font-size: 24px;
    }
    .map-preview img{
        max-width: 100% !important;
    }
    .doctors-slider .slick-dots {
        display: none !important;
    }
}
.search{
    margin-bottom: 80px;
}
.search h1{
    padding: 40px 0px 20px;
    color: #5a5a5a;
}
.search .link{
    color: #008060;
    text-decoration: none;
    padding: 5px 0px;
}
.search .link:hover{
    text-decoration: underline;
}
.newsletter-map-section{
    overflow:hidden;
}
.map-preview img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: inherit;
}
