/* ==========================================================================
   1. RESET I OSNOVNA PODEŠAVANJA (Zajedničko za sve stranice)
   ========================================================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    scroll-behavior: smooth;
    font-family: 'Montserrat', sans-serif;
    background-color: #fafafa; /* Čista, svetla pozadina za ceo sajt */
    color: #111111;
    -webkit-font-smoothing: antialiased;
}

body {
    overflow-x: hidden;
    padding-top: 70px; /* Prilagodi tačnoj visini tvog zaglavlja na mobilnom */
}

a {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
}

a:hover {
    opacity: 0.7;
}

h1, h2, h3, .price-number {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
}

p, a, span, .salonized-trigger-btn {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
}

/* Jezički selektor - Luksuzan 'Atelier' izgled bez zastavica */
.swiss-flag {
    display: none !important;
}

.lang-selected {
    padding: 8px 16px;
    justify-content: center;
}

/* ==========================================================================
   2. STILOVI ZA ZAGLAVLJE I NAVIGACIJU (HEADER & NAVIGATION)
   ========================================================================== */
header, .main-navigation {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background-color: #ededed;
    border-bottom: 1px solid #e0e0e0;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
header.scrolled, .main-navigation.scrolled {
    background-color: rgba(237, 237, 237, 0.75); /* Poluprovidna siva */
    backdrop-filter: blur(8px); /* Elegantan zamućeni efekat ispod menija */
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

header nav, .nav-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 10px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

header .logo a, .nav-logo a {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #222222;
}

header .nav-links, .nav-links {
    display: flex;
    list-style: none;
    gap: 40px;
    align-items: center;
}

header .nav-links a, .nav-links a {
    font-family: 'Cormorant Garamond', serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 0;
    color: #555555;
}

header .nav-links a.active, .nav-links a.active {
    font-weight: 600;
    border-bottom: 2px solid #111111;
    color: #111111;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 40px;
}

header .lang-switch, .custom-language-selector {
    position: relative;
    cursor: pointer;
    padding: 10px 0; /* Proširuje nevidljivi prostor za lakši prelaz mišem */
}

.header-book-btn {
    background-color: transparent;
    color: #111111 !important;
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0.3px;
    border: 1px solid #c7a97c;
    padding: 9px 24px;
    border-radius: 23px;
    white-space: nowrap;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.header-book-btn:hover {
    background-color: #c7a97c;
    color: #ffffff !important;
}

header .lang-switch a, .lang-selected {
    background-color: #ffffff;
    padding: 8px 14px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e0e0e0;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #222222;
}

.lang-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #ffffff;
    border-radius: 8px;
    list-style: none;
    padding: 8px 0;
    width: 90px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: all 0.2s ease;
    z-index: 1010;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

header .lang-switch:hover .lang-dropdown,
.custom-language-selector:hover .lang-dropdown { 
    opacity: 1; 
    visibility: visible; 
    transform: translateY(0); 
}

.lang-dropdown li a {
    display: block;
    padding: 6px 12px;
    font-size: 13px;
    text-align: center;
    color: #555555;
    font-family: 'Montserrat', sans-serif;
    transition: background 0.2s ease, color 0.2s ease;
}

.lang-dropdown li a:hover {
    background-color: #f5f5f5;
    color: #111111;
    opacity: 1;
}

/* Stil za trenutno izabrani jezik u listi */
.lang-dropdown li a.active-lang {
    font-weight: 600;
    color: #c7a97c;
}

.main-navigation-transparent-nav {
    padding-bottom: 5px;
}

.services-overlay-container {
    position: Relative;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(237, 237, 237, 0.98);
    border-bottom: 1px solid #e5e5e5;
    padding: 50px 40px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 999;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

/* Klasa koju JavaScript dodaje pri kliku za otvaranje */
.services-overlay-container.is-active {
    display: block !important; /* ili opacity: 1; visibility: visible; u zavisnosti od tvoje animacije */
    opacity: 1 !important;
    visibility: visible !important;
}

.service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.nav-links a.active {
    font-weight: 600;
    border-bottom: 2px solid #111111;
    color: #111111;
}

.service-card span {
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

/* ==========================================================================
   3. STILOVI ZA HOME STRANICU (HERO, SECTIONS & MARQUEE)
   ========================================================================== */

.hero-intro-message {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 100px 20px; /* Elegantan vertikalni razmak */
    background: rgba(0, 77, 72, 1);
    background: linear-gradient(180deg, rgba(0, 77, 72, 1) 0%, rgba(63, 243, 231, 1) 59%);
    color: #ffffff;
}

.intro-headline {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 3vw, 3.5rem); /* Prilagođava se ekranu bez pucanja */
    font-weight: 400;
    line-height: 1.2; 
    margin-bottom: 20px;
    user-select: none;
}

.intro-subtext {
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: clamp(1.4rem, 2vw, 2rem); 
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85) !important;
    max-width: 800px;
    margin: 20px auto;
    line-height: 1.6;
}

.intro-subtext-two {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.2rem, 1.5vw, 1.8rem); 
    font-weight: 300;
    color: #ffffff !important;
    max-width: 900px;
    margin: 2px auto 0 auto;
    line-height: 1.5;
}

.hero, .hero-section {
    width: 100%;
    position: relative;
    background-color: transparent; /* Uklonjena crna pozadina koja je pravila tamni razmak */
    overflow: hidden;
    display: block;
}

.video-container {
    width: 100%;
    position: relative;
    display: block;
    /* Prisiljava kontejner da ima tačne proporcije videa (16:9). 
       Ako je tvoj video vertikalniji ili kockastiji, možeš staviti npr. 4/3 ili 1/1 */
    aspect-ratio: 16 / 9; 
    background-color: transparent;
}

.hero-video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; /* Menjamo ponovo u cover jer aspect-ratio iznad sada drži savršene proporcije i sprečava sečenje, a puni kontejner do poslednjeg piksela */
    object-position: center;
}

.hero-message-section {
    padding: 120px 40px;
    text-align: center;
    background: #004D48;
    background: linear-gradient(180deg, rgba(0, 77, 72, 1) 0%, rgba(63, 243, 231, 1) 59%);
    margin-top: -2px; /* Hirurški preklapa ivicu videa i gradijenta, čineći prelaz savršeno čistim */
    position: relative;
    z-index: 5;
}

.message-container {
    max-width: 900px;
    margin: 0 auto;
}

.message-container h1 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 20px;
}

.message-container h2 {
    font-size: 26px;
    font-weight: 300;
    color: #666666;
    margin-bottom: 25px;
}

.message-container p {
    font-size: 16px;
    font-weight: 300;
    color: #888888;
    letter-spacing: 0.5px;
}

.split-services-section {
    max-width: 1600px;
    margin: 0 auto;
    padding: 100px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    border-top: 1px solid #e5e5e5;
    background-color: #fafafa;
}

.split-services-section1 {
    max-width: 1600px;
    margin: 0 auto;
    padding: 100px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    border-top: 1px solid #e5e5e5;
    background-color: #fdfcfc;
}

.split-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 25px 0;
}

.split-left .section-subtitle {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #888888;
    margin-bottom: 10px;
}

.split-left .section-title {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
}

.split-right .services-list {
    list-style: none;
   
}

.services-list li {
    border-bottom: 1px solid #e5e5e5;
}

.services-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    
    /* NOVI FONT I PODEŠAVANJA */
    font-family: 'Montserrat', sans-serif;
    font-size: 18px; /* Blago smanjeno sa 20px jer je Montserrat prirodno širi od serifnih fontova */
    font-weight: 400; /* 400 je Regular, ako želiš tanji luksuzniji izgled stavi 300 (Light) */
    letter-spacing: 0.5px; /* Dodaje malo luksuznog razmaka između slova */
    text-transform: uppercase; /* Opciono: ako želiš da sva slova budu velika kao u meniju */
}

/* S obzirom na to da brojevi (01, 02...) unutar linkova imaju svoj poseban span, 
   potrebno je osigurati da i oni prate isti font ili željenu debljinu: */

.services-list a span {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #888888;
    margin-right: 15px;
}

.services-list .arrow {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.services-list a:hover .arrow {
    transform: translateX(10px);
}

/* Pozadinske slike za kartice usluga */
.service-img-placeholder.img-microblading {
    background-image: url('../assets/images/Microblading.jpeg');
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}

.service-img-placeholder.img-microneedling {
    background-image: url('../assets/images/3.jpeg');
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}

.service-img-placeholder.img-facelifting {
    background-image: url('../assets/images/MiCroNeedling.png');
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}

.service-img-placeholder.img-facialtreatment {
    background-image: url('../assets/images/FC.jpeg');
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}

.service-img-placeholder.img-milia {
    background-image: url('../assets/images/facelifting1.jpeg');
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}

.service-img-placeholder {
    width: 100%;
    aspect-ratio: 3/4;
    background-color: #ffffff;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
    border-radius: 14px;
}

.service-card:hover .service-img-placeholder {
    transform: scale(1.02);
}

.service-card span {
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

/* Uslužne klase za preklapanja */
.services-overlay-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(237, 237, 237, 0.98);
    border-bottom: 1px solid #e5e5e5;
    padding: 50px 40px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 999;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.05);
}

.services-overlay-container.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.services-grid {
    max-width: 1500px;
    margin: 5px auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

.service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;         
}

/* ==========================================================================
   4. KREĆUĆA TRAKA (MARQUEE)
   ========================================================================== */
#gspb_container-id-gsbp-6a03d91.gspb_container {
    font-style: italic;
    font-size: 2rem;
    line-height: auto;
    font-family: "Cormorant Garamond", sans-serif;
    overflow: hidden;
    display: flex;
    --gap: 60px;
    gap: var(--gap);
    position: relative;
}

.text-gold-gradient, .wp-block-button {
    background-image: var(--gold_accent, linear-gradient(120deg, rgb(199, 169, 124) 0%, rgb(233, 199, 149) 31%, rgb(237, 199, 148) 50%, rgb(199, 169, 124) 69%, rgb(241, 199, 146) 100%));
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}

#gspb_container-id-gsbp-6a03d91.gspb_container.marquee_enabled .gspb_marquee_content {
    animation: marqueegsbp-6a03d91 70s linear infinite;
}

#gspb_container-id-gsbp-6a03d91.gspb_container > .gspb_marquee_content {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
}

.gspb_marquee_wrapper {
    width: 100%;
    overflow: hidden;
    background-color: #111111;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
    padding: 20px 0;
    display: flex;
    align-items: center;
}

.gspb_marquee_content {
    display: flex;
    white-space: nowrap;
    gap: 60px;
    padding-left: 100%;
    animation: jvb-marquee-scroll 25s linear infinite;
}

.marquee-item {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.marquee-divider {
    font-size: 2rem;
    font-weight: 700;
}

.gspb_marquee_content .text-gold-gradient {
    background-image: linear-gradient(120deg, rgb(199, 169, 124) 0%, rgb(233, 199, 149) 31%, rgb(237, 199, 148) 50%, rgb(199, 169, 124) 69%, rgb(241, 199, 146) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

@keyframes jvb-marquee-scroll {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-100%, 0, 0); }
}

.gspb_marquee_wrapper:hover .gspb_marquee_content {
    animation-play-state: paused;
}

/* ==========================================================================
   5. STRANICE USLUGA I POJEDINAČNE SEKCIJE (.SERVICE-PAGE-BODY)
   ========================================================================== */
.service-page-body, .service-detail, .prices-section, .contact-section, .about-content {
    background-color: #fafafa;
}

.service-page-body1 {
    background-color: #000;
}

.service-page-body .transparent-nav {
    position: fixed !important;
    top: 0; left: 0; width: 100%;
    background: transparent !important;
    z-index: 10000;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.service-page-body .transparent-nav.scrolled {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    backdrop-filter: blur(6px);
}

.service-page-body .main-service-provider {
    width: 100%;
    overflow-x: hidden;
    background-color: #fafafa;
}

.service-page-body .container-narrow {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.service-page-body .service-intro-section {
    position: relative;
    padding: 160px 20px 100px 20px;
    text-align: center;
    background-color: #ffffff;
    overflow: hidden;

}

.service-page-body .service-intro-section::before {
    content: "" !important;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../assets/images/IMG_6853.PNG') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    opacity: 0.05 !important; /* Tražena suptilna providnost */
    z-index: 1 !important;
}

.service-page-body .service-intro-section .container-narrow {
    position: relative !important;
    z-index: 2 !important;
}

.service-page-body .service-main-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 4.5rem;
    margin-bottom: 20px;
    color: #262626;
}

.service-page-body .service-sub-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.4rem;
    color: #c7a97c;
    margin-bottom: 30px;
    line-height: 1.4;
}

.service-page-body .service-lead-paragraph {
    font-family: 'Cormorant Garamond', serif;
    line-height: 1.5;
    font-size: 2.1rem;
    color: #262626;
}

.service-page-body .has-texture-bg {
    padding-top: 150px;
    padding-bottom: 150px;
    background: #004D48;
    background: linear-gradient(180deg, rgba(0, 77, 72, 1) 0%, rgba(63, 243, 231, 1) 59%);
}

.service-page-body .texture-banner-text {
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.8rem, 2rem + 1vw, 3.2rem);
    line-height: 1.3;
    color: #ffffff;
    max-width: 900px;
    margin: 0 auto;
}

.service-page-body #angebot {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #ffffff;
}

.service-page-body .grid-two-columns {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 50px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.service-page-body .column-text-content { flex: 1 !important; width: 50% !important; }
.service-page-body .column-image-content { flex: 1 !important; width: 50% !important; text-align: center; }
.service-page-body .overlapping-title-wrapper { position: relative; margin-bottom: 25px; padding-top: 20px; }

.service-page-body .graphic-number-badge {
    position: absolute; top: 15px; left: -50px;
    font-family: 'Montserrat', sans-serif;
    font-style: italic; font-size: 8rem; font-weight: 700;
    color: #f4ece1; line-height: 0.8; z-index: 1; user-select: none;
}

.service-page-body .service-offer-heading {
    position: relative; z-index: 2; margin-top: 40px;
    font-family: 'Cormorant Garamond', serif; font-size: 3.2rem;
}

.service-page-body .offer-sub-headline { font-family: 'Cormorant Garamond', serif; font-weight: 600; color: #c7a97c; margin-bottom: 20px; font-size: 2.05rem; }
.service-page-body .offer-description-p { font-family: 'Cormorant Garamond', serif; line-height: 1.4; color: #444444 dens; margin-bottom: 15px; font-size: 1.5rem; }

.service-page-body .price-box-row {
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    border-top: 1px solid #eee; 
    margin-top: 15px;
}

.service-page-body .price-label-text { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; color: #262626; }
.service-page-body .price-number { font-family: 'Cormorant Garamond', serif; font-size: 2.4rem; color: #262626; }

.service-page-body .salonized-trigger-btn {
    display: inline-flex; 
    align-items: center;
    font-family: 'Cormorant Garamond', serif; 
    font-size: 1.1rem;
    color: #c7a97c; 
    border: 1px solid #c7a97c; 
    padding: 12px 28px; 
    border-radius: 4px; 
    transition: all 0.3s;
    margin-top: 40px;
}
.service-page-body .salonized-trigger-btn:hover { background-color: #c7a97c; color: #ffff; }
.service-page-body .service-right-side-img { border-radius: 25px; width: 100%; max-width: 500px; box-shadow: rgba(0, 0, 0, 0.08) 0px 12px 35px; }

/* Harmonika FAQ Sekcija */
.service-page-body .wp-block-group.has-accent-2-background-color {
    background: #004D48 !important;
    background: linear-gradient(180deg, rgba(0, 77, 72, 1) 0%, rgba(63, 243, 231, 1) 59%) !important;
}

.service-page-body .style-faq-wrap {
    padding-top: 90px; padding-bottom: 90px;
    max-width: 850px; margin: 0 auto;
}

.service-page-body .faq-main-title {
    font-family: 'Cormorant Garamond', serif; font-size: 2.8rem;
    text-align: center; margin-bottom: 40px; 
    color: #ffffff;
}

.service-page-body .gs-accordion { width: 100%; display: flex; flex-direction: column; gap: 15px; }

.service-page-body .gs-accordion-item {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 8px; overflow: hidden; transition: all 0.3s ease;
}

.service-page-body .gs-accordion-item:hover { 
    background-color: rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1); 
}

.service-page-body .gs-accordion-item__title {
    display: flex; justify-content: space-between; align-items: center;
    padding: 22px 25px; cursor: pointer; user-select: none;
    background-color: transparent !important;
}

.service-page-body .gs-accordion-item__heading {
    font-family: 'Cormorant Garamond', serif; 
    font-size: 2.05rem; 
    font-weight: 600; 
    color: #686363; 
    margin: 0;
}

.service-page-body .iconfortoggle { transition: transform 0.3s ease !important; }
.service-page-body .iconfortoggle svg path { fill: #ffffff !important; }

.service-page-body .gs-accordion-item__content {
max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    background-color: #ffffff !important;
}

.service-page-body .gs-accordion-item__text {
    padding: 25px; font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; line-height: 1.6; color: #333333;
}

.service-page-body .custom-faq-list { padding-left: 20px; display: flex; flex-direction: column; gap: 10px; }
.service-page-body .custom-faq-list li { font-family: 'Cormorant Garamond', serif; color: #333333; font-size: 1.4rem; }

.service-page-body .gs-accordion-item.is-open { border-color: rgba(255, 255, 255, 0.4); }
.service-page-body .gs-accordion-item.is-open .gs-accordion-item__title { background-color: rgba(255, 255, 255, 0.05) !important; }
.service-page-body .gs-accordion-item.is-open .iconfortoggle {transform: rotate(180deg) !important;}
.service-page-body .gs-accordion-item.is-open .gs-accordion-item__content {max-height: 500px !important; /* Otvara prostor za odgovor */}

.service-page-body .pre-footer-cta { 
    padding: 100px 0; 
    background: black;
    color: white; 
}
.service-page-body .cta-heading { font-family: 'Cormorant Garamond', serif; font-size: 2.6rem; margin-bottom: 20px; color: #ffffff; }
.service-page-body .cta-paragraph { font-family: 'Cormorant Garamond', serif; font-weight: 300; opacity: 0.9; margin-bottom: 35px; font-size: 1.4rem; color: #ffffff; }
.service-page-body .cta-gold-link-trigger { font-family: 'Cormorant Garamond', serif; font-weight: 500; color: #ffffff; font-size: 1.35rem; padding-bottom: 15px; }

.Tretman1 { margin-top: 20px; }
.price-currency1 { text-align: end; }
.wp-block-button { margin-bottom: 30px; }

.cta-gold-link-trigger { 
    font-family: 'Cormorant Garamond', serif; 
    font-weight: 500; 
    color: #0e0d0d; 
    font-size: 1.35rem; 
    padding-bottom: 15px; 
    border: 1px solid #c7a97c; 
    padding: 15px 35px; 
    background-color: rgba(255, 255, 255, 0.05); 
    display: inline-block;
    border-radius: 4px; 
    text-align: center;
    max-width: 400px;
    margin: 0px 20px;
}

.gspb_row__content {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
}

.has-accent-6-background-color {
    background-color: var(--wp--preset--color--accent-6) !important;
}

/* ==========================================================================
   6. LOKALNI STILOVI ZA STRANICE USLUGA I BLOKOVE
   ========================================================================== */
.slika {
    background-image: url(../assets/images/IMG_8519.JPG);
    background-size: 100%;
    background-position: 10% 10%;
    max-height: 90vh;
    height: 250em;
    display: flex;
    flex-direction: column;
}

.slika p {
    font-family: 'Cormorant Garamond', sans-serif;
    margin-top: 15px;
    font-size: 1.5rem; 
    font-weight: 700;
    color: whitesmoke;
    margin: 80px 30px;
    max-width: 800px;
}
/* Stil za dugme "Pročitaj više" */
.read-more-btn {
    background: none;
    border: none;
    color: #c7a97c; /* Zlatna boja sajta */
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 25px;
    text-decoration: underline;
    transition: color 0.3s ease;
}
.read-more-btn:hover {
    color: #ffffff;
}

.tekst-da-ga-pisem-heading {
    font-family: 'Cormorant Garamond', sans-serif;
    font-style: italic; 
    font-size: 8rem; 
    font-weight: 700;
    color: #c7a97c;
    line-height: 0.8; 
    z-index: 1; 
    user-select: none;
    margin: 0px 30px;
    margin-top: 120px;
}

.PTICA { background-color:#fafafa; }
.PTICA1 { background-color:whitesmoke; }

/* O Meni Stranica / Blokovi */
.about-photo {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: var(--shadow);
}

.about-photo-panel { padding: 18px; }

.about-copy {
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
}

.glass-card {
    background: var(--card);
    border: 1px solid var(--line);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    box-shadow: var(--shadow);
    font-family: 'Cormorant Garamond', sans-serif;
    color: whitesmoke;
    justify-content: safe center;
    margin: 50px 0px 50px 100px;
}

.about-grid {
    display: grid;
    grid-template-columns: 1.03fr 1fr;
    gap: 10px;
    align-items: center;
    background: radial-gradient(circle at top, rgba(0, 168, 156, 0.22), transparent 30%), linear-gradient(180deg, #1b2b2f 0%, #111 18%, #151515 100%);
    background-image: radial-gradient(circle at center top, rgba(0, 168, 156, 0.22), transparent 30%), linear-gradient(rgb(27, 43, 47) 0%, rgb(17, 17, 17) 18%, rgb(21, 21, 21) 100%);
    margin: 100px 550px 128px;
    border-radius: 25px;
}

.stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 24px;
}

.stat-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 16px;
}

.stat-value {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
}

/* Kontakt Oglas Blokovi */

.Contact-oglas {
    display: flex;
    justify-content: space-around;
    background-color:white;
}
.social-icons {
     display: flex;
     gap:50px;
}

.social-icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content:center;
    border-radius: 50%;
    margin: 50px 0px;
    padding:5px;
}

/* Google Maps dugme */
.maps-trigger-container {
    margin: 20px 0;
    display: inline-block;
}

.maps-minimal-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #ffffff;
    color: #1a73e8; 
    border: 1px solid #dadce0;
    padding: 10px 18px;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.06);
    transition: all 0.2s ease-in-out;
}

.maps-icon {
    width: 18px;
    height: 18px;
    fill: #ea4335; 
}

.external-arrow {
    font-size: 12px;
    color: #70757a;
    font-weight: bold;
}

.maps-minimal-btn:hover {
    opacity: 1; 
    background-color: #f8f9fa;
    border-color: #d2d4d7;
    box-shadow: 0 4px 6px rgba(60,64,67,0.15), 0 1px 3px rgba(60,64,67,0.3);
    color: #1557b0;
}

/* ==========================================================================
   7. GLOBALNI I UNUTRAŠNJI FOOTER (SITE-FOOTER & MAIN-FOOTER)
   ========================================================================== */

.site-footer, .main-footer {
    background-color: #111111;
    color: #ffffff;
    padding: 80px 40px 40px 40px;
    font-family: 'Montserrat', sans-serif;
}

.footer-grid {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.info-col h4 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.info-col p {
    font-size: 14px;
    color: #cccccc;
    font-weight: 300;
    line-height: 1.4;
}

.info-col .hours-title {
    margin-top: 15px;
    font-weight: 500;
    color: #ffffff;
}

.links-col a, .services-col a, .social-col .social-text-link {
    font-size: 14px;
    color: #cccccc;
    font-weight: 300;
    width: fit-content;
}

.links-col a:hover, .services-col a:hover, .social-col .social-text-link:hover {
    color: #ffffff;
    opacity: 1;
}

.whatsapp-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

.whatsapp-icon {
    width: 22px;
    height: 22px;
    fill: #cccccc;
    transition: fill 0.3s ease, transform 0.3s ease;
}

.whatsapp-link:hover .whatsapp-icon {
    fill: #25D366;
    transform: scale(1.1);
}

.phone-number {
    font-size: 14px;
    color: #cccccc;
    font-weight: 300;
}

.footer-book-btn {
    display: inline-block;
    width: fit-content;
    margin-top: 12px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff !important;
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0.3px;
    border: 1px solid #c7a97c;
    padding: 9px 24px;
    border-radius: 3px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.footer-book-btn:hover {
    background-color: #ffffff;
    color: #111111 !important;
    opacity: 1;
}

.footer-copy, .footer-container {
    max-width: 1600px;
    margin: 60px auto 0 auto;
    font-size: 12px;
    color: #555555;
    border-top: 1px solid #222222;
    text-align: center;
    padding-top: 20px;
}

.footer-col-info-col-1 {
    font-family:'Cormorant Garamond', sans-serif;
    margin-top: 15px;
    font-size: 2rem; 
    font-weight: 700;
    color: whitesmoke;
    margin: 80px 30px;
    max-width: 800px;
}

.footer-col-info-col-1 h4 {
     font-size: 4rem; 
     font-family:'Cormorant Garamond', sans-serif;
     margin-bottom: 15px;
}

.hours-title {
    margin-top: 25px;
}

.footer-col-infom-col-1 {
    font-family:'Cormorant Garamond', sans-serif;
    margin-top: 15px;
    font-size: 3rem; 
    font-weight: 700;
    color: whitesmoke;
    margin: 80px 30px;
    max-width: 800px;
}

/* Salonized Widget i Zakazivanje */
#salonized-wrapper {
    position: fixed !important;
    inset: auto 22px 22px auto !important;
    z-index: 2147483551 !important;
    display: none;
    width: 488px;
    max-width: calc(100% - 44px);
    transform: translateY(40px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

#rucno-zatvori-widget {
    position: absolute !important;
    top: 15px !important;
    right: 20px !important;
    background: none !important;
    color: #3f4e5a !important;
    border: none !important;
    font-size: 24px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 300 !important;
    cursor: pointer !important;
    z-index: 2147483552 !important;
    padding: 0 !important;
    line-height: 1 !important;
    opacity: 0.07;
    transition: opacity 0.2s !important;
}

#salonized-booking-iframe {
    width: 100% !important;
    height: 744px !important;
    max-height: calc(-44px + 100vh) !important;
    border-radius: 10px !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 15px !important;
    background-color: white !important;
    padding: 0px !important;
    border: 0px !important;
}

/* ==========================================================================
   8. HAMBURGER MENI I RESPONSIVE NAV (TELEFONI I TABLETI)
   ========================================================================== */
.hamburger-menu {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    width: 26px;
    height: 18px;
    z-index: 1100;
    padding: 0;
}

.hamburger-menu .bar {
    width: 100%;
    height: 2px;
    background-color: #111111;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    transform-origin: left center;
}

/* ==========================================================================
   9. MEDIJSKI UPITI (RESPONSIVE / BREAKPOINTS)
   ========================================================================== */
@media (max-width: 1024px) {
    .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }
    .split-services-section { grid-template-columns: 1fr; gap: 40px; }
    .services-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Tableti (iPad Mini, iPad Air, iPad Pro 11") - koristi hamburger meni umesto pune navigacije */
@media (min-width: 769px) and (max-width: 1024px) {
    header nav, .nav-inner { padding: 10px 30px; }
    .nav-actions { gap: 14px; margin-left: 0; }
    .hamburger-menu { display: flex; margin-right: 8mm; }
    .header-book-btn { font-size: 14px; padding: 9px 22px; }

    body {
        padding-top: 60px;
    }

    header .nav-links, .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 340px;
        max-width: 380px;
        height: 100vh;
        background-color: rgba(237, 237, 237, 0.98);
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.05);
        flex-direction: column;
        justify-content: center;
        gap: 30px;
        padding: 40px;
        transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        z-index: 1050;
    }

    header .nav-links.is-open, .nav-links.is-open {
        right: 0;
    }

    header .nav-links a, .nav-links a {
        font-size: 19px;
        width: 100%;
        display: block;
        text-align: left;
    }

    .hamburger-menu.is-active .bar:nth-child(1) {
        transform: rotate(45deg) translate(2px, -1px);
    }

    .hamburger-menu.is-active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger-menu.is-active .bar:nth-child(3) {
        transform: rotate(-45deg) translate(2px, 1px);
    }
}

@media (max-width: 992px) {
    /* Responzivne kolone za service stranice */
    .service-page-body .grid-two-columns { flex-direction: column !important; gap: 40px; }
    .service-page-body .column-text-content, 
    .service-page-body .column-image-content { width: 100% !important; }
    .service-page-body .service-main-title { font-size: 3rem; }
    .service-page-body .graphic-number-badge { font-size: 6rem; left: -20px; }

    /* Kontejner ispod navigacije */
    .about-hybrid-container {
        flex-direction: column !important;
        min-height: auto !important;
        width: 100% !important;
        margin-top: 10px !important;
    }

    /* 1. Kontejner slike */
    .about-hybrid-image {
        width: 100% !important;
        flex: none !important;
        height: auto !important;
        max-height: none !important;
        background-color: #ededed;
    }

    /* 2. Slika pune dužine */
    .about-hybrid-image img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
        display: block !important;
    }

    /* Sekcija sa tekstom */
    .about-expandable-section {
        width: 100% !important;
        flex: none !important;
        padding: 35px 20px !important;
    }

    .about-expandable-section .tekst-da-ga-pisem-heading {
        font-size: 2rem !important;
    }

    /* ==========================================================================
       JEDINSTVENA VELIČINA TEKSTA (PONIŠTENI CONFLIKTI I DUPLIKATI)
       ========================================================================== */

/* 1. Naslov sekcije */
    .about-expandable-section .tekst-da-ga-pisem-heading {
        font-family: 'Cormorant Garamond', serif !important;
        font-size: 2.2rem !important;
        font-weight: 700 !important;
        font-style: normal !important;
        color: #111111 !important;
        text-shadow: none !important;
        margin-bottom: 20px !important;
    }

    /* 2. GLAVNO PRAVILO: Izjednačavanje veličine prvog i otvorenog dela teksta */
    .about-paragraph,
    .about-paragraph span.more-text,
    .about-paragraph span.more-text.is-visible {
        font-family: 'Cormorant Garamond', serif !important;
        font-size: 1.25rem !important;        /* Tačna i ujednačena veličina */
        font-weight: 400 !important;        /* Regularna debljina za sve */
        font-style: normal !important;     /* Uspravan tekst */
        line-height: 1.6 !important;        /* Jednak razmak između redova */
        color: #111111 !important;
        text-shadow: none !important;
        letter-spacing: normal !important;
        -webkit-font-smoothing: antialiased;
    }

    /* 3. Dugmad za otvaranje i zatvaranje */
    .read-more-inline-btn, 
    .read-less-inline-btn {
        font-family: 'Cormorant Garamond', serif !important;
        font-size: 1.25rem !important;       /* Istorodna veličina kao i tekst */
        font-weight: 700 !important;        /* Blago podebljano radi uočljivosti */
        font-style: normal !important;
        color: #000000 !important;
        text-decoration: underline !important;
        background: none !important;
        border: none !important;
        cursor: pointer !important;
        display: inline !important;
        padding: 0 4px !important;
    }

    /* Kontrola vidljivosti sklapanja/širenja */
    .more-text {
        display: none !important;
    }

    .more-text.is-visible {
        display: inline !important; /* Ne dozvoljava prelazak u blok element */
    }

    /* Dugme za zakazivanje */
    .about-expandable-section .cta-gold-link-trigger {
        width: 100% !important;
        max-width: 320px !important;
        box-sizing: border-box;
    }

    /* Dodajemo marginu na hero sekciju sa videoklipom */
    .hero-section {
        margin-top: 15px !important; /* Prilagodi visini mobilne navigacije (npr. 80px - 100px) */
    }
        /* Dodaje razmak od 15px sa leve i desne strane kontejnera */
    .gspb_row__content {
        padding-left: 25px !important;
        padding-right: 25px !important;
        box-sizing: border-box;
    }

   
    /* Osiguranje da sam video ne probija kontejner i da ima zaobljene ivice */
    .wp-block-greenshift-blocks-row-column figure video,
    video {
        max-width: 100% !important;
        object-fit: cover;
        border-radius: 12px;
    }
}

@media (max-width: 768px) {
    .footer-grid { grid-template-columns: 1fr; gap: 30px; }
    header nav, .nav-inner { padding: 8px 20px; }
    .nav-actions { gap: 10px; margin-left: 0; }
    .hamburger-menu { margin-right: 8mm; }
    .header-book-btn {
        font-size: 10px;
        padding: 8px 12px;
        letter-spacing: 0.4px;
        white-space: normal;
        max-width: 100px;
        text-align: center;
        line-height: 1.25;
    }

    body {
        padding-top: 50px; /* Visina zaglavlja na telefonima/tabletima */
    }

    /* Mobilna Navigacija i Hamburger */
    .hamburger-menu {
        display: flex;
    }

    header .nav-links, .nav-links {
        position: fixed;
        top: 0;
        right: -100%; 
        width: 80%;
        max-width: 320px;
        height: 100vh;
        background-color: rgba(237, 237, 237, 0.98);
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.05);
        flex-direction: column;
        justify-content: center;
        gap: 30px;
        padding: 40px;
        transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        z-index: 1050;
    }

    header .nav-links.is-open, .nav-links.is-open {
        right: 0; 
    }

    header .nav-links a, .nav-links a {
        font-size: 18px; 
        width: 100%;
        display: block;
        text-align: left;
    }

    .hamburger-menu.is-active .bar:nth-child(1) {
        transform: rotate(45deg) translate(2px, -1px);
    }

    .hamburger-menu.is-active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger-menu.is-active .bar:nth-child(3) {
        transform: rotate(-45deg) translate(2px, 1px);
    }
}

@media (max-width: 400px) {
    .nav-logo a { font-size: 22px; }
    .lang-selected { padding: 8px 12px; }
    .header-book-btn { font-size: 9px; padding: 7px 10px; white-space: normal; max-width: 90px; text-align: center; line-height: 1.25; }
    .message-container h1 { font-size: 28px; }
    .message-container h2 { font-size: 22px; }
    

    /* NOVA POPRAVKA ZA HERO VIDEO NA MOBILNOM */
    .hero, .hero-section { 
        height: auto !important; 
        min-height: auto !important;
        display: block !important;
    }

    .video-container {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9 !important; /* Prisiljava kontejner da se skupi tačno oko videa */
        display: block !important;
        background-color: transparent !important;
    }

    .hero-video {
        position: relative !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
    }

    .hero-message-section {
        margin-top: -1px !important; /* Hirurški spaja video i gradijent bez ijednog piksela razmaka */
        padding: 60px 20px !important; /* Smanjuje preveliki prazan prostor oko teksta na telefonu */
    }

    /* Mobilni Services Overlay */
    .services-overlay-container {
        padding: 30px 20px !important;
        max-height: 80vh;
        overflow-y: auto;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
        margin: 0 auto !important;
        width: 100% !important;
    }

    .service-card:nth-child(5) {
        grid-column: span 2;
        max-width: 50%;
        margin: 0 auto;
    }

    .service-card {
        width: 100% !important;
    }

    .services-grid .service-img-placeholder {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1 / 1 !important; 
        border-radius: 12px !important;
        background-position: center center !important; 
        margin-bottom: 8px !important;
    }

    .service-card span {
        font-size: 11px !important;
        line-height: 1.3 !important;
        display: block;
        padding: 0 5px;
    }
    body {
        padding-top: 50px; /* Visina zaglavlja na telefonima */
    }
    .slika {
        padding: 45px 18px !important;
        min-height: auto !important; /* Dozvoljava sekciji da se prilagodi visini teksta */
        background-attachment: scroll; /* Poboljšava performanse skrolovanja na telefonima */
    }

    /* 2. Naslov u sekciji */
    .slika .tekst-da-ga-pisem-heading {
        font-size: 1.8rem !important;
        margin-bottom: 15px !important;
    }

    /* 3. Prilagođavanje veličine i visine reda teksta za telefone */
    .about-paragraph {
        font-size: 1.25rem !important; /* Smanjeno sa 1.5rem na 1.15rem */
        line-height: 1.5 !important;
        max-width: 100% !important;
        margin: 15px 0 !important;
        padding: 0 5px !important;
    }

    /* 4. Usaglašavanje fonta i za otvoreni deo teksta na mobilnom */
    .more-text.is-visible {
        font-size: 1.25rem !important;
        line-height: 1.5 !important;
    }

    /* 5. Dugmad za "Lire la suite" i "Réduire" na telefonu */
    .read-more-inline-btn, 
    .read-less-inline-btn {
        font-size: 1.5rem !important;
        padding: 2px 0 !important;
    }

    /* 6. Zlatno CTA dugme za zakazivanje */
    .slika .cta-gold-link-trigger {
        font-size: 1rem !important;
        padding: 12px 20px !important;
        margin-top: 20px !important;
        width: 100% !important; /* Na mobilnom dugme lepo stoji preko cele širine */
        text-align: center !important;
        box-sizing: border-box;
    }
    .about-top-image {
        max-height: 280px; /* Smanjena visina slike na telefonu */
    }

    .about-expandable-section {
        padding: 40px 18px;
    }

    .about-expandable-section .cta-gold-link-trigger {
        width: 100%;
        max-width: 320px;
    }
    /* Dodaje razmak od 15px sa leve i desne strane kontejnera */
    .gspb_row__content {
        padding-left: 25px !important;
        padding-right: 25px !important;
        box-sizing: border-box;
    }

   
    /* Osiguranje da sam video ne probija kontejner i da ima zaobljene ivice */
    .wp-block-greenshift-blocks-row-column figure video,
    video {
        max-width: 100% !important;
        object-fit: cover;
        border-radius: 12px;
    }
}
/* ==========================================================================
   HIBRIDNI REZIM: JEDNO PORED DRUGOG NA DESKTOPU, JEDNO ISPOD DRUGOG NA MOBILNOM
   ========================================================================== */

/* Glavni kontejner - podrazumevano za DESKTOP (jedno pored drugog) */
.about-hybrid-container {
    display: flex;
    width: 100%;
    min-height: 600px;
    background: rgba(0, 77, 72, 1);
    background: linear-gradient(180deg, rgba(0, 77, 72, 1) 0%, rgba(63, 243, 231, 1) 59%);
    
    /* DODAJEMO MARGINU DA SE SLIKA I TEKST NE PODVLAČE POD NAVIGACIJU */
   
}

/* Kolona sa slikom na desktopu */
.about-hybrid-image {
    flex: 1; /* Zauzima tačno 50% širine */
    width: 50%;
    overflow: hidden;
}

.about-hybrid-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Sprečava distorziju slike */
    object-position: center;
    display: block;
}

/* Kolona sa tekstom na desktopu */
.about-expandable-section {
    flex: 1; /* Zauzima preostalih 50% širine */
    width: 50%;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertikalno centrira tekst pored slike */
    align-items: center;
    text-align: center;
    box-sizing: border-box;
}

/* ==========================================================================
   DESKTOP I VEĆI MONITORI (Podrazumevana pravila za velike ekrane)
   ========================================================================== */

/* Glavni naslov u sekciji sa tekstom */
.about-expandable-section .tekst-da-ga-pisem-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.2rem !important; /* Povećan naslov na desktopu */
    color: #111111 !important;
    margin-bottom: 25px;
    margin-top: 0;
}

/* Prvi deo teksta (uvek vidljiv) */
.about-paragraph {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 1.6rem !important; /* VEĆI FONT ZA DESKTOP (povećano sa 1.25rem) */
    line-height: 1.6 !important;
    color: #111111 !important;
    max-width: 700px !important; /* Prošireno da veći tekst lepo stane */
    margin: 0 auto 25px auto;
}

/* Prošireni deo teksta (kada se otvori) */
.more-text {
    display: none;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 1.6rem !important; /* ISTI VEĆI FONT ZA DESKTOP */
    color: #111111 !important;
    line-height: 1.6 !important;
}

.more-text.is-visible {
    display: inline !important;
}

/* Inline dugmad "... Lire la suite" i "Réduire" na desktopu */
.read-more-inline-btn, 
.read-less-inline-btn {
    background: none !important;
    border: none !important;
    color: #000000 !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 1.6rem !important; /* Prilagođena veličina dugmeta prateći tekst */
    font-weight: 700 !important;
    cursor: pointer !important;
    display: inline !important;
    padding: 0 5px !important;
    text-decoration: underline;
}

.is-hidden { display: none !important; }

.about-expandable-section .cta-gold-link-trigger {
    background-color: #111111 !important;
    color: #ffffff !important;
    border: 1px solid #111111 !important;
    padding: 14px 30px !important;
    font-size: 1.1rem !important;
    border-radius: 4px;
    margin-top: 15px;
    text-decoration: none;
}
/* ==========================================================================
   TOP GOOGLE REVIEWS WRAPPER (Pozicioniran odmah ispod navigacije)
   ========================================================================== */

.reviews-top-wrapper {
    margin-top: 80px; /* Širi prostor ispod fiksirane navigacije */
    background-color: #fdfbf7; /* Elegantna krem/zlatkasta pozadina */
    border-bottom: 1px solid #eae3d2;
    padding: 25px 20px;
    width: 100%;
    box-sizing: border-box;
}

/* Kada je sekcija tu, hybrid containeru ispod ne treba margin-top */
.about-hybrid-container {
    margin-top: 0 !important; 
}

.reviews-inner-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

/* Google Badge Header */
.google-badge-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee5d5;
    padding-bottom: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 15px;
}

.google-badge-info {
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
}

.stars-line {
    font-size: 0.95rem;
    color: #444;
}

.stars-line .score {
    font-weight: bold;
    color: #111;
}

.stars-line .stars {
    color: #f4b400; /* Google žuto-zlatna */
}

.google-maps-btn {
    font-size: 0.9rem;
    color: #c7a97c;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #c7a97c;
    padding: 6px 14px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.google-maps-btn:hover {
    background-color: #c7a97c;
    color: #ffffff;
}

/* Slider Track & Animations */
.reviews-slider-track {
    position: relative;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-slide {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.review-slide.active {
    display: block;
    opacity: 1;
}

.review-quote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.25rem;
    font-style: italic;
    color: #222222;
    margin: 0 0 8px 0;
    line-height: 1.5;
}

.reviewer-author {
    font-size: 0.9rem;
    font-weight: 600;
    color: #777777;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Kontrole za rotiranje */
.slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.slider-controls button {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #c7a97c;
    cursor: pointer;
    line-height: 1;
    padding: 0 8px;
}

.slider-dots {
    display: flex;
    gap: 6px;
}

.dot {
    width: 8px;
    height: 8px;
    background-color: #ddd;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: #c7a97c;
}

/* Adaptacija za mobilne ekrane */
@media screen and (max-width: 768px) {
    .reviews-top-wrapper {
        margin-top: 70px !important; /* Prilagođeno mobilnoj navigaciji */
        padding: 15px;
    }

    .google-badge-header {
        justify-content: center;
        text-align: center;
    }

    .google-badge-info {
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }
}
/* ==========================================================================
   STILOVI ZA STRANICU USLUGE (ISKLJUČIVO FRANCUSKA VERZIJA)
   ========================================================================== */

.main-service-provider {
    width: 100%;
    overflow-x: hidden;
    background-color: #fafafa;
}

.container-narrow {
    max-width: 850px;
    margin: 0 auto;
    padding: 0 20px;
}

.text-center {
    text-align: center;
}

/* Zlatni gradijent za naslove i dugmad */
.text-gold-gradient {
    background-image: linear-gradient(120deg, #c7a97c 0%, #e9c795 31%, #edc794 50%, #c7a97c 69%, #f1c792 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

/* 1. Intro sekcija sa logo pozadinom */
.service-intro-section {
    position: relative ;
    padding: 140px 20px 80px 20px !important;
    text-align: center;
    background-color: #ffffff !important;
    background-image: none !important; /* Uklanja stare slike sa same sekcije */
    overflow: hidden;

}

.service-main-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 4rem;
    margin-bottom: 15px;
}

.service-sub-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.2rem;
    color: #c7a97c;
    margin-bottom: 25px;
    line-height: 1.3;
}

.service-lead-paragraph {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #222222;
}

/* 2. Zeleni baner sa gradijentom */
.has-texture-bg {
    padding: 90px 20px;
    background: #004D48;
    background: linear-gradient(180deg, rgba(0, 77, 72, 1) 0%, rgba(63, 243, 231, 1) 59%);
    text-align: center;
}

.texture-banner-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.8rem, 2rem + 0.8vw, 2.8rem);
    line-height: 1.3;
    color: #ffffff;
}

/* 3. Ponuda i cene */
.service-offer-section {
    padding: 90px 20px;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

.grid-two-columns {
    display: flex;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.column-text-content, 
.column-image-content {
    flex: 1;
    width: 50%;
}

.overlapping-title-wrapper {
    position: relative;
    margin-bottom: 20px;
    padding-top: 10px;
}

.graphic-number-badge {
    position: absolute;
    top: -10px;
    left: -35px;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-size: 7rem;
    font-weight: 700;
    color: #f4ece1;
    line-height: 0.8;
    z-index: 1;
    user-select: none;
}

.service-offer-heading {
    position: relative;
    z-index: 2;
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
}

.offer-sub-headline {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    color: #c7a97c;
    margin-bottom: 15px;
    font-size: 1.8rem;
}

.offer-description-p {
    font-family: 'Cormorant Garamond', serif;
    line-height: 1.5;
    color: #444444;
    margin-bottom: 15px;
    font-size: 1.4rem;
}

/* Redovi cena i opisa */
.price-box-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eeeeee;
    padding-top: 12px;
    margin-top: 20px;
}

.price-label-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    color: #111111;
    font-weight: 600;
}

.price-amount-group {
    display: flex;
    gap: 6px;
    align-items: baseline;
}

.price-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #111111;
}

.price-currency {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
}

.Tretman1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    color: #777777;
    margin-top: 4px;
    font-weight: 300;
}

.button-wrapper {
    margin-top: 35px;
}

.service-right-side-img {
    border-radius: 20px;
    width: 100%;
    height: auto;
    object-fit: cover;
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}

/* 4. FAQ Sekcija */
.faq-section-wrapper {
    background: #004D48;
    background: linear-gradient(180deg, rgba(0, 77, 72, 1) 0%, rgba(63, 243, 231, 1) 59%);
    padding: 90px 20px;
}

.style-faq-wrap {
    max-width: 850px;
    margin: 0 auto;
}

.faq-main-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 40px;
    color: #ffffff;
}

.gs-accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.gs-accordion-item {
    background-color: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    overflow: hidden;
    transition: background 0.3s ease;
}

.gs-accordion-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.gs-accordion-item__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
}

.gs-accordion-item__heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #ffffff;
}

.iconfortoggle svg path {
    fill: #ffffff;
}

.gs-accordion-item__content {
    background-color: #ffffff;
}

.gs-accordion-item__text {
    padding: 25px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #333333;
}

.custom-faq-list {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.custom-faq-list li {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.35rem;
    color: #333333;
}

/* 5. Pre-Footer CTA Sekcija */
.pre-footer-cta {
    padding: 90px 20px;
    background-color: #111111;
    color: #ffffff;
    text-align: center;
}

.cta-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.6rem;
    margin-bottom: 15px;
    color: #ffffff;
}

.cta-paragraph {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    opacity: 0.85;
    margin-bottom: 30px;
    color: #ffffff;
}

.cta-gold-link-trigger {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    color: #ffffff;
    border: 1px solid #c7a97c;
    padding: 14px 35px;
    background-color: rgba(255, 255, 255, 0.05);
    display: inline-block;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.cta-gold-link-trigger:hover {
    background-color: #c7a97c;
    color: #ffffff;
}

/* Mobilna prilagođavanja */
@media (max-width: 991px) {
    .grid-two-columns {
        flex-direction: column !important;
        gap: 40px;
    }

    .column-text-content, 
    .column-image-content {
        width: 100% !important;
    }

    .service-main-title {
        font-size: 3rem;
    }

    .graphic-number-badge {
        font-size: 5rem;
        left: -15px;
    }

    .service-offer-heading {
        font-size: 2.4rem;
    }
}
.services-list a {
    display: flex;
    align-items: center;
    gap: 12px; /* po potrebi prilagodi razmak */
}

.services-list a > span:first-child {
    flex: 0 0 auto; /* broj — fiksna širina */
       
}

.services-list a > .arrow {
    flex: 0 0 auto; /* strelica — fiksna širina */
    margin-left: auto; /* gura strelicu na kraj reda */
    
}

.services-list .service-name {
    flex: 1 1 auto;
    text-align: center;
    min-width: 0; /* sprečava da dugačak tekst "razbije" flex layout */
    font-size: 1rem;
    color: #111111;
    font-weight: bold;
    font-weight: 550;
    font-family: 'Playfair Display', serif;
}