﻿/* ===== RESET & BAZA ===== */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #2b0a12;
    background:
        linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)),
        url("../images/pozadina.webp") center / cover no-repeat fixed;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

/* ===== HEADER ===== */
.main-header {
    position: relative;
    width: 100%;
    min-height: 220px;
    background: url("../images/headerbg.webp") center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.50);
}

.header-content {
    position: relative;
    text-align: center;
    color: #fff;
    padding: 30px 20px;
    animation: fadeInUp 0.8s ease forwards;
    border: none !important;
    outline: none !important;
    box-shadow: none;
}

.header-title {
    font-size: 32px;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 12px;
    border: none !important;
    outline: none !important;
}

.header-title a {
    border: none !important;
    outline: none !important;
    box-shadow: none;
}

.header-title span {
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    color: #d4af37;
    text-shadow:
        0 0 4px rgba(0, 0, 0, 0.6),
        0 0 10px rgba(0, 0, 0, 0.5);
}

.header-nav {
    margin-top: 8px;
}

.header-nav a {
    margin: 0 10px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    position: relative;
    transition: color 0.2s ease;
    border: none;
    outline: none;
}

.header-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: #d4af37;
    transition: width 0.25s ease;
}

.header-nav a:hover::after,
.header-nav a.active::after {
    width: 100%;
}

.header-nav a.active {
    color: #d4af37;
}

/* Remove focus outline from all header elements */
.main-header *:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* ===== LANGUAGE SELECTOR ===== */
.language-selector {
    position: absolute;
    top: 12px;
    right: 16px;
    z-index: 10;
}

.language-selector .dropdown-toggle {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(212, 175, 55, 0.5);
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 13px;
}

.language-selector .dropdown-toggle:hover {
    background: rgba(212, 175, 55, 0.3);
}

.language-selector .dropdown-menu {
    min-width: 100px;
    background: #fffdf7;
    border: 1px solid #d4af37;
}

.language-selector .dropdown-item:hover {
    background: rgba(212, 175, 55, 0.2);
}

/* ===== LANGUAGE SELECTOR - ENHANCED ===== */
.language-dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(212, 175, 55, 0.5);
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    transition: all 0.2s ease;
}

.language-dropdown .dropdown-toggle:hover,
.language-dropdown .dropdown-toggle:focus {
    background: rgba(212, 175, 55, 0.3);
    border-color: #d4af37;
}

.language-dropdown .lang-flag {
    font-size: 18px;
    line-height: 1;
}

.language-dropdown .lang-code {
    font-weight: 600;
    font-size: 12px;
}

.language-dropdown .dropdown-menu {
    min-width: 160px;
    background: #fffdf7;
    border: 1px solid #d4af37;
    border-radius: 12px;
    padding: 8px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.language-dropdown .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    font-size: 14px;
    color: #333;
    transition: all 0.2s ease;
}

.language-dropdown .dropdown-item:hover {
    background: rgba(212, 175, 55, 0.15);
    color: #5a0f1a;
}

.language-dropdown .dropdown-item.active {
    background: rgba(141, 13, 26, 0.1);
    color: #8d0d1a;
    font-weight: 600;
}

.language-dropdown .dropdown-item .lang-flag {
    font-size: 20px;
}

/* Mobile language selector in menu */
.mobile-language-selector .dropdown-toggle {
    width: 100%;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
}

.mobile-language-selector .dropdown-menu {
    width: 100%;
}

/* ===== NASLOVI SEKCIJA ===== */
.section-title,
.section-title-red {
    text-align: center;
    font-family: "Playfair Display", serif;
    font-size: 32px;
    letter-spacing: 1.5px;
    margin: 50px 0 30px;
    text-transform: uppercase;
}

.section-title {
    color: #b22234;
}

.section-title-red {
    color: #8d0d1a;
}

/* ===== POČETNA – O NAMA ===== */
.o-nama-section {
    padding-bottom: 40px;
    padding-top: 30px;
}

.o-nama-blok {
    margin-bottom: 50px;
    align-items: center;
}

.onama-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.onama-text {
    font-size: 17px;
    line-height: 1.7;
    background: rgba(255, 255, 255, 0.95);
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
}

@media (max-width: 768px) {
    .o-nama-section {
        padding-inline: 16px;
    }
    .onama-img {
        height: 260px;
        margin-bottom: 18px;
    }
}

/* ===== POČETNA – IKONICE VREDNOSTI ===== */
.ikonice-vrednosti {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin: 50px auto 40px;
    flex-wrap: wrap;
    padding-inline: 16px;
}

.ikona-blok {
    position: relative;
    overflow: hidden;
    background: url("../images/InnerLogo.webp") center/contain no-repeat;
    border: 2px solid #d4af37;
    padding: 28px 30px;
    border-radius: 16px;
    min-width: 230px;
    max-width: 280px;
    text-align: center;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.22);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    z-index: 1;
    background-size: 100% 100%;
}

.ikona-blok:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.ikona-blok .blur {
    position: absolute;
    inset: 0;
    backdrop-filter: blur(1px);
    background: rgba(69, 8, 8, 0.672);
    z-index: 0;
}

.ikona-blok p {
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 600;
    color: #ffefbc;
    margin: 0;
}

/* ===== POČETNA – MISIJA ===== */
.misija-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 16px 60px;
}

.misija-box {
    max-width: 720px;
    background: rgba(255, 253, 247, 0.98);
    padding: 32px 30px;
    border-top: 2px solid #d4af37;
    border-bottom: 2px solid #d4af37;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    animation: fadeUp 0.8s ease;
}

.misija-box h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #8d0d1a;
    font-family: "Playfair Display", serif;
}

.misija-box p {
    color: #444;
    font-size: 17px;
    line-height: 1.7;
}

/* ===== TRETMANI – STRANICA ===== */
.page-intro {
    padding: 30px 16px 10px;
    text-align: center;
}

.page-intro-text {
    max-width: 720px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.7;
    color: #4a1a21;
}

.treatments-section {
    padding: 30px 16px 60px;
}

.treatments-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.treatment-card {
    display: flex;
    gap: 22px;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 16px;
    padding: 18px 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    align-items: flex-start;
}

.treatment-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.22);
}

.treatment-img {
    width: 320px;
    min-width: 320px;
    height: auto;
    max-height: 240px;
    object-fit: contain;
    border-radius: 12px;
    background: #f8f5f0;
}

.treatment-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.treatment-info h3 {
    margin: 0 0 8px;
    font-size: 20px;
    color: #5a0f1a;
    font-family: "Playfair Display", serif;
}

.treatment-meta {
    margin: 0 0 10px;
    font-size: 15px;
    color: #8d0d1a;
    font-weight: 600;
}

.treatment-desc {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #333;
}

@media (max-width: 900px) {
    .treatment-img {
        width: 280px;
        min-width: 280px;
        max-height: 200px;
    }
}

@media (max-width: 768px) {
    .treatment-card {
        flex-direction: column;
        align-items: center;
    }
    .treatment-img {
        width: 100%;
        min-width: 0;
        max-width: 400px;
        max-height: 280px;
    }
    .treatment-info {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .treatment-img {
        max-height: 220px;
    }
}

/* ===== KOZMETIČAR – PROFIL ===== */
.profile-section {
    padding: 40px 16px 20px;
}

.profile-wrapper {
    max-width: 1100px;
    margin: 0 auto 30px;
    display: flex;
    gap: 32px;
    align-items: center;
    flex-wrap: wrap;
}

.profile-photo-wrap {
    flex: 1 1 320px;
    display: flex;
    justify-content: center;
}

.profile-photo {
    width: 100%;
    max-width: 360px;
    border-radius: 18px;
    object-fit: cover;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.6);
    border: 2px solid rgba(212, 175, 55, 0.7);
}

.profile-text {
    flex: 1 1 380px;
}

.profile-text h2 {
    font-size: 32px;
    font-family: "Playfair Display", serif;
    color: #d4af37;
    margin-bottom: 6px;
}

.profile-title {
    font-size: 18px;
    color: #8d0d1a;
    margin-bottom: 18px;
    letter-spacing: 0.4px;
}

.profile-text p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
}

/* ===== KOZMETIČAR – RAZLOZI ===== */
.reasons {
    padding: 30px 16px 10px;
}

.reasons h2 {
    text-align: center;
    font-family: "Playfair Display", serif;
    font-size: 26px;
    color: #8d0d1a;
    margin-bottom: 24px;
}

.reasons-grid {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    justify-content: center;
}

.reason-card {
    flex: 1 1 260px;
    min-width: 250px;
    background: #fffdf7;
    border-radius: 16px;
    padding: 18px 20px;
    border: 1px solid rgba(212, 175, 55, 0.7);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
    transition: transform 0.2s ease;
}

.reason-card:hover {
    transform: translateY(-3px);
}

.reason-card h3 {
    margin: 0 0 6px;
    font-size: 18px;
    color: #5a0f1a;
}

.reason-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
}

/* ===== KOZMETIČAR – SPECIJALIZACIJE ===== */
.spec-section {
    padding: 30px 16px 20px;
}

.spec-card {
    max-width: 800px;
    margin: 0 auto;
    background: rgba(255, 253, 248, 0.98);
    border-radius: 14px;
    padding: 24px 26px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
}

.spec-card h2 {
    margin-top: 0;
    margin-bottom: 14px;
    text-align: center;
    font-family: "Playfair Display", serif;
    color: #8d0d1a;
}

.spec-list {
    columns: 2;
    column-gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 800px;
}

.spec-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 8px;
    font-size: 15px;
    color: #333;
}

.spec-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #8d0d1a;
    font-weight: 700;
}

@media (max-width: 600px) {
    .spec-list {
        columns: 1;
    }
}

/* ===== KOZMETIČAR – CTA ===== */
.kozmeticar-cta {
    padding: 35px 16px 60px;
    text-align: center;
}

.kozmeticar-cta p {
    font-size: 18px;
    margin-bottom: 16px;
    color: #411018;
}

.kozmeticar-btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 999px;
    background: #8d0d1a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    transition: 0.2s ease;
}

.kozmeticar-btn:hover {
    background: #a81a23;
    transform: translateY(-2px);
    color: #fff;
}

/* ===== LOKACIJA/KONTAKT ===== */
.lokacija-section {
    padding: 40px 16px 20px;
    display: flex;
    justify-content: center;
}

.lokacija-inner {
    width: 100%;
    max-width: 550px;
    margin: 0 auto 30px;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 16px;
    padding: 32px 32px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
    text-align: center;
}

.lokacija-inner h2 {
    margin-top: 0;
    margin-bottom: 16px;
    font-family: "Playfair Display", serif;
    color: #8d0d1a;
}

.lokacija-inner p {
    margin: 6px 0;
    font-size: 16px;
}

.lokacija-call-btn,
.lokacija-map-btn {
    display: inline-block;
    margin-top: 14px;
    margin-right: 8px;
    padding: 10px 26px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: 0.2s ease;
}

.lokacija-call-btn {
    background: #8d0d1a;
    color: #fff;
}

.lokacija-map-btn {
    background: #d4af37;
    color: #411018;
}

.lokacija-call-btn:hover {
    background: #a81a23;
    color: #fff;
}

.lokacija-map-btn:hover {
    background: #e5c96e;
    color: #411018;
}

/* ===== INSTAGRAM DUGME ===== */
.insta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    text-decoration: none;
    color: #fff;
    background: radial-gradient(circle at 30% 30%, #feda75, #d62976, #962fbf, #4f5bd5);
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    transition: transform 0.2s ease;
}

.insta-btn:hover {
    transform: scale(1.05);
    color: #fff;
}

.insta-btn img {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
}

/* ===== MAPA ===== */
.map-wrapper {
    max-width: 1000px;
    margin: 0 auto 50px;
    padding-inline: 16px;
}

.map-wrapper iframe {
    width: 100%;
    border: 0;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    height: 350px;
}

/* ===== FOOTER ===== */
.footer-section {
    width: 100%;
    margin-top: auto;
    background: linear-gradient(135deg, #6b0f23, #7d152f, #5a0f25);
    color: #fff;
    padding: 50px 0 20px;
    border-top: 3px solid #d4af37;
}

.footer-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    gap: 40px;
}

.footer-col h4 {
    color: #d4af37;
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 700;
}

.footer-col p,
.footer-col a,
.footer-col address {
    color: #e8e8e8;
    font-size: 14px;
    line-height: 1.6;
}

.footer-col a {
    text-decoration: none;
    transition: 0.2s;
}

.footer-col a:hover {
    color: #d4af37;
}

.footer-col-logo img {
    width: 90px;
    height: auto;
    padding: 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(212, 175, 55, 0.7);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    display: inline-block;
}

.footer-col-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col-links li {
    margin-bottom: 6px;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    margin-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    color: #c5c5c5;
    font-size: 13px;
}

/* FOOTER – RESPONSIVE */
@media (max-width: 900px) {
    .footer-inner {
        grid-template-columns: 1fr 1fr;
        text-align: center;
    }
    .footer-col-logo {
        grid-column: 1 / -1;
    }
}

@media (max-width: 600px) {
    .footer-inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 30px;
        padding: 0 24px;
    }
    .footer-col-logo img {
        margin: 0 auto;
    }
}

/* ===== ANIMACIJE ===== */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== BLAZOR LOADING ===== */
.loading-progress {
    position: absolute;
    display: block;
    width: 8rem;
    height: 8rem;
    inset: 20vh 0 auto 0;
    margin: 0 auto;
}

.loading-progress circle {
    fill: none;
    stroke: #d4af37;
    stroke-width: 0.6rem;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
}

.loading-progress circle:last-child {
    stroke: #8d0d1a;
    stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
    transition: stroke-dasharray 0.05s ease-in-out;
}

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
    color: #8d0d1a;
}

.loading-progress-text:after {
    content: var(--blazor-load-percentage-text, "Loading");
}

#blazor-error-ui {
    background: #8d0d1a;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: #fff;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* ===== RESPONSIVE HEADER ===== */
@media (min-width: 992px) {
    .main-header {
        min-height: 240px;
    }
    .header-title {
        font-size: 36px;
    }
    .header-title span {
        font-size: 44px;
    }
    .header-nav a {
        font-size: 17px;
        margin: 0 14px;
    }
}

@media (max-width: 768px) {
    .main-header {
        min-height: 200px;
    }
    .header-title {
        font-size: 26px;
    }
    .header-title span {
        font-size: 32px;
    }
    .header-nav a {
        font-size: 14px;
        margin: 0 7px;
    }
    .header-content {
        padding: 25px 15px;
    }
}

@media (max-width: 480px) {
    .main-header {
        min-height: 180px;
    }
    .header-title {
        font-size: 22px;
    }
    .header-title span {
        font-size: 28px;
    }
    .header-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px;
    }
    .header-nav a {
        margin: 3px 5px;
        font-size: 13px;
    }
    .language-selector {
        top: 8px;
        right: 10px;
    }
    .language-selector .dropdown-toggle {
        padding: 4px 10px;
        font-size: 12px;
    }
}

/* ===== MOBILE HAMBURGER MENU ===== */

/* Hamburger button */
.mobile-menu-btn {
    position: absolute;
    top: 12px;
    right: 16px;
    z-index: 1001;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(212, 175, 55, 0.5);
    border-radius: 8px;
    padding: 8px 10px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.mobile-menu-btn:hover {
    background: rgba(212, 175, 55, 0.3);
}

/* Hamburger icon animation */
.hamburger-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
}

.hamburger-icon span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.hamburger-icon.open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.hamburger-icon.open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.hamburger-icon.open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* Mobile menu overlay */
.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1002;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-menu-overlay.open {
    opacity: 1;
    visibility: visible;
}

/* Mobile menu panel */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    max-width: 85vw;
    height: 100vh;
    background: linear-gradient(180deg, #6b0f23 0%, #4a0a18 100%);
    z-index: 1003;
    display: flex;
    flex-direction: column;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.3);
    transition: right 0.3s ease;
    overflow-y: auto;
}

.mobile-menu.open {
    right: 0;
}

/* Mobile menu header */
.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 16px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
}

.mobile-menu-title {
    color: #d4af37;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 600;
}

.mobile-menu-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    padding: 4px 8px;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

.mobile-menu-close:hover {
    opacity: 1;
}

/* Mobile menu links */
.mobile-menu-links {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}

.mobile-menu-links a {
    display: block;
    padding: 16px 24px;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    border-left: 3px solid transparent;
    transition: all 0.2s ease;
}

.mobile-menu-links a:hover {
    background: rgba(255, 255, 255, 0.1);
    border-left-color: #d4af37;
}

.mobile-menu-links a.active {
    background: rgba(212, 175, 55, 0.15);
    border-left-color: #d4af37;
    color: #d4af37;
}

/* Mobile menu footer */
.mobile-menu-footer {
    padding: 20px;
    border-top: 1px solid rgba(212, 175, 55, 0.3);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mobile-language-selector {
    display: flex;
    justify-content: center;
}

.mobile-language-selector .dropdown-toggle {
    width: 100%;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
}

.mobile-language-selector .dropdown-menu {
    width: 100%;
}

/* Hide body scroll when menu is open */
body.menu-open {
    overflow: hidden;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .header-title {
        font-size: 24px;
        padding-right: 50px;
    }
    
    .header-title span {
        font-size: 30px;
    }
    
    .main-header {
        min-height: 160px;
    }
    
    .header-content {
        padding: 20px 16px;
    }
}

@media (max-width: 480px) {
    .header-title {
        font-size: 20px;
    }
    
    .header-title span {
        font-size: 26px;
    }
    
    .mobile-menu {
        width: 260px;
    }
}

/* Desktop - hide mobile elements */
@media (min-width: 768px) {
    .mobile-menu-btn,
    .mobile-menu,
    .mobile-menu-overlay {
        display: none !important;
    }
}

/* ===== FLOATING ACTION BUTTON ===== */
.fab-container {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 1000;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 12px;
}

.fab-main {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8d0d1a 0%, #6b0f23 100%);
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(141, 13, 26, 0.4);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fab-main:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(141, 13, 26, 0.5);
}

.fab-main.expanded {
    background: #333;
    transform: rotate(0deg);
}

.fab-icon {
    transition: transform 0.3s ease;
}

.fab-main.expanded .fab-icon {
    transform: rotate(90deg);
}

/* FAB Actions */
.fab-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.fab-actions.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.fab-action {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    background: #fff;
    border-radius: 25px;
    text-decoration: none;
    color: #333;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease;
    white-space: nowrap;
}

.fab-action:hover {
    transform: translateX(-5px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.fab-action-icon {
    font-size: 20px;
}

.fab-action-label {
    font-size: 14px;
    font-weight: 500;
}

.fab-call {
    background: #8d0d1a;
    color: #fff;
}

/* ===== TREATMENT SUBCATEGORIES ===== */
.treatment-subcategories {
    background: rgba(141, 13, 26, 0.05);
    border-left: 3px solid #d4af37;
    padding: 12px 16px;
    margin: 12px 0;
    border-radius: 0 8px 8px 0;
}

.treatment-subitem {
    margin: 6px 0;
    font-size: 14px;
    color: #5a0f1a;
    font-weight: 500;
}

.treatment-subitem:first-child {
    margin-top: 0;
}

.treatment-subitem:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .treatment-subcategories {
        padding: 10px 14px;
    }
    
    .treatment-subitem {
        font-size: 13px;
    }
}
