/* --- GLOBAL & SHARED STYLES --- */
/* These styles are used across multiple pages and have been consolidated here */

/* General Overrides & Base Styles */
.uk-section-primary {
    background-color: #82ba01; /* Removed !important */
}

.uk-text-home-lead {
    font-size: 22px;
    color: #000;
}

.uk-text-primary {
    color: #82BA00 !important;
}

.uk-button-primary {
    background-color: #82BA00 !important;
    color: #FFFFFF !important;
}

/* Typography */
.sapro-breadcrumb {
    color: #777;
    font-size: 0.9em;
    margin-top: 20px;
    margin-bottom: 10px;
}
.sapro-breadcrumb a {
    color: #555;
    text-decoration: none;
}
.sapro-breadcrumb a:hover {
    color: #333;
}
.sapro-breadcrumb li:last-child span {
    color: #333;
}

.page-main-title, .sapro-main-heading, .sapro-section-heading {
    font-weight: 700;
    line-height: 1.2;
    color: #333;
    margin-top: 20px;
    margin-bottom: 50px;
}

.page-main-title { font-size: 3.2rem; }
.sapro-main-heading { font-size: 2.8rem; color: #82BA00; } /* Shared by Nas Tim, Razlikuje */
.sapro-section-heading { font-size: 2.8rem; color: #82BA00; } /* O Centru */

.section-heading, .section-sub-title, .section-heading-dark {
    font-weight: 700;
    color: #333;
    line-height: 1.3;
}
.section-sub-title { font-size: 1.9rem; margin-bottom: 30px; } /* Kontakt */
.section-heading { font-size: 1.9rem; margin-bottom: 25px; } /* FM Training */
.section-heading-dark { font-size: 1.8rem; margin-bottom: 20px; } /* Laser */

.content-text p, .consultation-text p, .blog-post-content p, .text-content p {
    line-height: 1.7;
    color: #444;
    margin-bottom: 1.2em;
}
.content-text p:last-child, .consultation-text p:last-child, .blog-post-content p:last-child, .text-content p:last-child {
    margin-bottom: 0;
}
.content-text strong, .consultation-text strong, .blog-post-content strong, .text-content strong {
    font-weight: 700;
    color: #333;
}

/* Checkmark Lists (used on multiple pages) */
.checkmark-list { list-style: none; padding-left: 0; }
.checkmark-list li { display: flex; align-items: flex-start; margin-bottom: 1em; color: #444; font-size: 0.95rem; line-height: 1.6; }
.checkmark-list .checkmark-icon { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; min-width: 22px; border-radius: 50%; background-color: #82BA00; color: white; margin-right: 12px; margin-top: 3px; }
.checkmark-list .checkmark-icon [uk-icon] { color: white !important; }

/* --- HERO SECTIONS (GLOBAL STYLES) --- */
.hero-section, .hero-fm-training, .hero-consultations, .hero-online-consultations, .hero-laser-removal, .hero-universal {
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
    height: 65vh;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.hero-content { max-width: 800px; position: relative; z-index: 1; padding: 0 15px; }

/* Overlays */
.hero-fm-training::before, .hero-consultations::before, .hero-online-consultations::before, .hero-laser-removal::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: rgba(0, 0, 0, 0.45);
}
.hero-title, .hero-quote {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.hero-title { font-size: 3.5rem; color: #82BA00; }
.hero-quote { font-size: 2.6rem; font-style: italic; }
.hero-subtitle { font-size: 1.5rem; font-weight: 400; color: #FFFFFF; line-height: 1.4; }


/* --- PAGE-SPECIFIC STYLES --- */

/* Contact Page */
.uk-form-label { color: #555; margin-bottom: 6px; font-size: 0.9em; font-weight: 400; }
.uk-input, .uk-textarea { border-radius: 10px; border: 1px solid #DCDCDC; background-color: #FFFFFF; padding: 12px 18px; box-shadow: none; font-size: 0.95rem; }
.uk-input::placeholder, .uk-textarea::placeholder { color: #aaa; }
.uk-input:focus, .uk-textarea:focus { border-color: #82BA00; box-shadow: 0 0 0 1px #82BA00; }
.sapro-submit-button { background-color: #F0EFEB; color: #333; border: 1px solid #E0D9D5; border-radius: 25px; padding: 12px 35px; font-weight: 700; text-transform: none; font-size: 1rem; line-height: 1.5; }
.sapro-submit-button:hover { background-color: #E8E3E0; border-color: #D8CFCA; color: #333; }
.contact-info-list { font-size: 0.95rem; color: #444; }
.contact-info-list li { margin-bottom: 1em; display: flex; align-items: flex-start; }
.contact-info-list li:last-child { margin-bottom: 0; }
.contact-info-list a { color: #333; text-decoration: underline; }
.contact-info-list a:hover { color: #82BA00; text-decoration: underline; }
.contact-info-icon { margin-right: 12px; color: #555; margin-top: 3px; }
.contact-info-list .uk-float-right { margin-left: auto; }
.info-block-heading { font-size: 1.6rem; font-weight: 700; color: #333; margin-top: 40px; margin-bottom: 20px; }
.parking-list { color: #444; font-size: 0.95rem; }
.parking-list.uk-list-disc > li { margin-bottom: 0.6em; }
.map-image-container { margin-top: 60px; }
.map-image { width: 100%; height: auto; display: block; }

/* Dr. Vlaho Šapro Page */
.hero-section { background-image: url('../images/about/sapro-1.jpg'); height: 60vh; }
.hero-attribution { font-size: 1.1rem; margin-bottom: 1rem; }
.hero-signature { max-width: 180px; height: auto; }
.sapro-green-heading { color: #82BA00; font-weight: 700; font-size: 2.5rem; line-height: 1.2; }
.sapro-dark-heading { color: #333; font-weight: 700; font-size: 2.3rem; line-height: 1.2; }
.dragi-klijenti-image { max-width: 100%; height: auto; object-fit: cover; }
.fitometabolic-logo { max-width: 380px; height: auto; }
.fitometabolic-subheading { font-weight: 700; color: #333; font-size: 1.1rem; margin-top: 0.5rem; margin-bottom: 1.5rem; }
.centered-section .uk-list-bullet > li { margin-bottom: 0.5em; font-size: 0.95rem; }
.centered-section .uk-list-bullet > li:last-child { margin-bottom: 0; }
.support-icon { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; min-width: 22px; border-radius: 50%; background-color: #82BA00; color: white; margin-right: 12px; }
.support-icon > [uk-icon] { color: white !important; }
.support-text { color: #444; line-height: 1.6; }
.support-list .uk-list > li:not(:first-child) { margin-top: 1rem; }
.zasto-odabrati-subheading { font-weight: 700; color: #333; font-size: 1.1rem; margin-top: 2rem; margin-bottom: 1rem; }
.obecanje-image { max-width: 100%; height: auto; object-fit: cover; }
.obecanje-quote-text { font-style: italic; color: #555; line-height: 1.7; margin-bottom: 1.5rem; }
.obecanje-attribution { font-weight: 700; color: #333; margin-bottom: 0.25rem; }
.obecanje-sub-attribution { color: #444; font-size: 0.9rem; }

/* Naš tim Page */
.dr-vlaho-heading { font-size: 2.8rem; }
.bruna-heading { font-size: 2.5rem; }
.voditelj-subheading { font-size: 1.15rem; color: #333; font-weight: 400; }
.mag-nutr-subtext { font-size: 1rem; color: #555; font-weight: 400; margin-top: 0.25rem; }
.quote-text { font-style: italic; color: #555; margin-top: 1.5rem; padding-left: 1rem; border-left: 3px solid #e0e0e0; }
.profile-image-container .uk-img { max-width: 100%; height: auto; object-fit: cover; }

/* O centru Page */
.question-list-item { color: #444; line-height: 1.6; }
.question-icon { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; min-width: 22px; border-radius: 50%; background-color: #82BA00; color: white; font-weight: bold; font-size: 0.8em; margin-right: 12px; line-height: 1; }
.cta-section .sapro-logo-cta { max-width: 280px; height: auto; }
.cta-heading { font-size: 2.3rem; font-weight: 700; color: #333; line-height: 1.3; margin-bottom: 0.5em; }
.cta-text p { color: #444; line-height: 1.7; margin-bottom: 0.5em; }
.o-centru-image-container .uk-img { max-width: 100%; height: auto; object-fit: cover; }

/* Što nas razlikuje Page */
.sapro-distinguish-logo { max-width: 320px; height: auto; margin-left: auto; margin-right: auto; }
.nas-pristup-heading { margin-bottom: 2.5rem; }
.approach-icon { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; min-width: 24px; border-radius: 50%; background-color: #82BA00; color: white; margin-right: 12px; }
.approach-icon > [uk-icon] { color: white !important; }
.approach-text { color: #444; line-height: 1.6; }
.approach-text strong { font-weight: 700; color: #333; }
.approach-list .uk-list > li:not(:first-child) { margin-top: 1.5rem; }
.concluding-text { color: #444; line-height: 1.7; font-size: 0.95rem; }

/* Pricelist Page */
.pricing-table-section { padding-top: 40px; padding-bottom: 60px; overflow: hidden; } /* Added overflow for child scrolling */
.pricing-table-wrapper { overflow-x: auto; -webkit-overflow-scrolling: touch; } /* This makes the table scrollable on mobile */
.pricing-table-header { background-color: #8CC63F; color: white; padding: 15px 20px; border-top-left-radius: 8px; border-top-right-radius: 8px; }
.pricing-table-header h2 { margin: 0; font-size: 1.6rem; font-weight: 700; text-transform: uppercase; }
.pricing-table-subheader { background-color: #E9F0D9; color: #333; padding: 10px 20px; font-weight: 700; font-size: 1.1rem; text-transform: uppercase; }
.pricing-table-subheader.darker-green { background-color: #DCE9C4; }
.pricing-table { background-color: #FFFFFF; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.pricing-table .uk-table { margin-bottom: 0; font-size: 0.95rem; width: 100%; min-width: 600px; } /* Min-width forces scroll on small screens */
.pricing-table .uk-table th { background-color: #F5F3F0; color: #555; font-weight: 700; text-transform: uppercase; font-size: 0.85rem; padding: 12px 20px; border-bottom: 1px solid #E0D9D5; }
.pricing-table .uk-table td { padding: 12px 20px; vertical-align: middle; border-bottom: 1px solid #F0EFEB; }
.pricing-table .uk-table tr:last-child td { border-bottom: none; }
.pricing-table .uk-table td:nth-child(2), .pricing-table .uk-table td:nth-child(3) { text-align: right; color: #555; }
.pricing-table .uk-table .service-sub-description { font-size: 0.8em; color: #777; display: block; margin-top: 2px; }
.pricing-table .uk-table .package-highlight { color: #82BA00; font-weight: 700; font-size: 0.85rem; }
.discount-notes { margin-top: 30px; font-size: 0.9rem; color: #555; text-align: center; }

/* Fitometabolic Training Page */
.hero-fm-training { background-image: url('../images/fitometabolic-diet/fitometabolic-training-1.jpg'); }
.hero-fm-logo { max-width: 220px; height: auto; margin: 0 auto 10px; }
.hero-fm-training .hero-title { text-transform: uppercase; } /* Unique title style */
.banner-cta-placeholder { background-color: #E0E0E0; height: 300px; display: flex; align-items: center; justify-content: center; }
.banner-cta-text { font-size: 3rem; font-weight: 700; color: #777; letter-spacing: 2px; }
.activities-image-container img { border-radius: 8px; }
.activities-list { list-style: none; padding-left: 0; }
.activities-list > li { position: relative; padding-left: 25px; margin-bottom: 0.8em; color: #444; line-height: 1.6; }
.activities-list > li::before { content: "•"; position: absolute; left: 0; color: #82BA00; font-size: 1.5em; line-height: 1; top: 2px; }

/* Online Lose Weight Page */
.sapro-text-green { color: #82BA00; }
.hero-intro-section .fitometabolic-logo-small { max-width: 200px; margin-bottom: 15px; }
.hero-intro-section .main-heading { font-size: 2.4rem; font-weight: 700; color: #333; line-height: 1.3; margin-bottom: 20px; }
.product-package-box { background-color: #8CC63F; color: white; padding: 30px; border-radius: 10px; }
.product-package-box .sapro-button-white { background-color: white; color: #82BA00; border-radius: 25px; padding: 10px 25px; font-weight: bold; text-transform: uppercase; font-size: 0.9rem; display: block; text-align: center; text-decoration: none; }
.what-is-diet-section .green-info-box { background-color: #8CC63F; color: white; padding: 30px; border-radius: 10px; margin-bottom: 20px; }
.section-centered-heading { font-size: 2.2rem; font-weight: 700; color: #333; margin-bottom: 30px; text-align: center; }
.numbered-steps-list { list-style: none; padding-left: 0; }
.numbered-steps-list li { display: flex; align-items: flex-start; margin-bottom: 1.5em; }
.numbered-steps-list .step-number { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; min-width: 30px; border-radius: 50%; background-color: #E9F0D9; color: #333; font-weight: bold; font-size: 1rem; margin-right: 15px; margin-top: 2px; }
.cta-banner-section { background-image: url('https://i.imgur.com/uS8e45E.png'); background-size: cover; background-position: center; color: white; text-align: center; position: relative;}
.cta-banner-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,0.6); z-index: 0;}
.cta-banner-section .uk-container { position: relative; z-index: 1; padding: 80px 15px;}
.cta-banner-section .cta-title { font-size: 2.5rem; font-weight: 700; margin-bottom: 20px; }

/* First Appointment & Online Consultations */
.hero-consultations { background-image: url('../images/appointment/appointment.jpg'); }
.hero-online-consultations { background-image: url('../images/appointment/naslovna_online-konzultacije-min.jpg'); }
.consultation-text .sub-note { font-size: 0.85rem; font-style: italic; color: #666; margin-left: 1.5em; margin-top: -0.8em; margin-bottom: 1.2em; }
.numbered-treatment-list { list-style: none; padding-left: 0; margin-top: 20px; }
.numbered-treatment-list li { display: flex; align-items: flex-start; margin-bottom: 1.2em; }
.numbered-treatment-list .list-number { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; min-width: 28px; border-radius: 50%; background-color: #82BA00; color: white; font-weight: bold; font-size: 0.9em; margin-right: 12px; }
.standard-list { list-style: none; padding-left: 0; }
.standard-list > li { position: relative; padding-left: 20px; margin-bottom: 0.7em; line-height: 1.6; }
.standard-list > li::before { content: "–"; position: absolute; left: 0; color: #82BA00; font-weight: bold; }

/* Blog & Post */
.blog-post-item { margin-bottom: 60px; }
.blog-post-image, .blog-post-featured-image { border-radius: 12px; width: 100%; height: auto; object-fit: cover; }
.blog-post-title { font-size: 2rem; font-weight: 700; color: #333; margin-top: 25px; margin-bottom: 10px; }
.blog-post-title a { color: inherit; text-decoration: none; }
.blog-post-title a:hover { color: #82BA00; }
.blog-post-meta, .blog-post-header-meta { color: #777; font-size: 0.9em; margin-bottom: 15px; }
.blog-post-excerpt { color: #444; line-height: 1.7; font-size: 0.95rem; margin-bottom: 20px; }
.blog-read-more { color: #82BA00; font-weight: 700; text-decoration: none; font-size: 0.95rem; display: inline-flex; align-items: center; }
.blog-read-more:hover { color: #6a9a00; }
.blog-social-share { margin-top: 25px; }
.blog-social-icon { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border: 1px solid #D0D0D0; border-radius: 50%; color: #777; text-decoration: none; margin-right: 8px; }
.blog-social-icon:hover { color: #333; border-color: #AAAAAA; }
.blog-post-content h2 { font-size: 1.8rem; font-weight: 700; color: #333; margin-top: 2.5em; margin-bottom: 1em; }
.blog-post-content h3 { font-size: 1.4rem; font-weight: 700; color: #333; margin-top: 2em; margin-bottom: 0.8em; }
.blog-post-content blockquote { border-left: 4px solid #82BA00; padding-left: 1.5em; margin: 2em 0; font-style: italic; color: #555; }
.blog-post-footer { margin-top: 50px; padding-top: 30px; border-top: 1px solid #EAEAEA; }

/* Laser Hair Removal */
.hero-laser-removal { background-image: url('../images/laser/laser.jpg'); }
.benefits-section-heading, .faq-heading { color: #333; font-weight: 700; font-size: 2.5rem; line-height: 1.2; margin-bottom: 50px; }
.benefit-card { background-color: #F5F3F0; border: 1px solid #E8E4E0; border-radius: 10px; padding: 30px 25px; height: 100%; text-align: center; }
.benefit-card-title { font-size: 1.4rem; font-weight: 700; color: #333; margin-bottom: 15px; }
.benefit-card-description { font-size: 0.9rem; color: #555; line-height: 1.6; }
.uk-accordion-title { color: #333; font-weight: 700; font-size: 1.1rem; padding: 18px 0; }
.uk-accordion-title::before { color: #82BA00; font-size: 1.2rem; }
.uk-accordion > li { border-bottom: 1px solid #EAEAEA; }
.uk-accordion > li:first-child { border-top: 1px solid #EAEAEA; }
.uk-accordion-content { font-size: 0.95rem; color: #444; line-height: 1.7; padding: 0 0 20px 0; }


/* --- RESPONSIVE STYLES (MEDIA QUERIES) --- */

/* Tablet and smaller devices (less than 960px) */
@media (max-width: 959px) {
    /* Reduce heading sizes */
    .page-main-title, .post .page-main-title { font-size: 2.6rem; }
    .sapro-main-heading, .sapro-section-heading { font-size: 2.4rem; }
    .hero-title { font-size: 2.8rem; }
    .hero-quote { font-size: 2.2rem; }
    .hero-subtitle { font-size: 1.3rem; }
    .benefits-section-heading, .faq-heading, .cta-banner-section .cta-title { font-size: 2rem; }
    .section-main-heading { font-size: 2.2rem; }

    /* Reduce vertical spacing */
    .uk-section { padding-top: 60px; padding-bottom: 60px; }
    .page-main-title, .sapro-main-heading { margin-bottom: 40px; }
    .cta-banner-section .uk-container { padding: 60px 15px; }
}

/* Mobile phones (less than 640px) */
@media (max-width: 639px) {
    /* Further reduce hero and heading sizes for small screens */
    .page-main-title, .post .page-main-title { font-size: 2.1rem; margin-bottom: 30px; }
    .sapro-main-heading, .sapro-section-heading { font-size: 2rem; }
    .hero-title { font-size: 2.2rem; }
    .hero-quote { font-size: 1.8rem; }
    .hero-subtitle { font-size: 1.1rem; }
    .section-main-heading { font-size: 1.9rem; }
    .section-sub-title, .section-heading, .section-heading-dark { font-size: 1.5rem; }
    .blog-post-title { font-size: 1.5rem; }

    /* Adjust hero section height for mobile */
    .hero-section, .hero-fm-training, .hero-consultations, .hero-online-consultations, .hero-laser-removal, .hero-universal {
        height: auto;
        min-height: 380px;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    /* Reduce vertical spacing even more */
    .uk-section { padding-top: 40px; padding-bottom: 40px; }
    .cta-banner-section .uk-container { padding: 50px 15px; }
}


    /* --- Footer Styles --- */
.footer-main-section {
    background-color: #F5F1E9; /* Main beige background of footer */
    padding-top: 50px;
    padding-bottom: 30px;
    color: #58595B; /* Default text color for footer content */
}

/* Footer Logo Area (reuses header logo styles if defined globally) */
.footer-logo-area .logo-main-text {
    font-size: 40px; /* Slightly smaller for footer */
}
.footer-logo-area .logo-sub-text {
    font-size: 11px; /* Slightly smaller for footer */
}

/* Footer Contact Icons */
.footer-contact-icons {
    display: flex;
    gap: 10px; /* Space between icons */
}
.footer-icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #E9E2D5; /* Lighter beige for icon background */
    color: #8C7853; /* Icon color */
    transition: background-color 0.3s ease, color 0.3s ease;
}
.footer-icon-circle:hover {
    background-color: #8C7853;
    color: #FFFFFF;
}
.footer-icon-circle svg { /* Target UIkit SVG icon */
    width: 20px;
    height: 20px;
}

/* Footer Certification Logos */
.footer-cert-logos img.footer-cert-img {
    max-width: 140px; /* Adjust as needed */
    height: auto;
    display: block; /* Stack them if needed or adjust layout */
}

/* Footer Link Lists */
.footer-links-title {
    font-weight: 700; /* Bold titles */
    color: #58595B;
    font-size: 15px;
    margin-bottom: 15px;
}
.footer-links-list li {
    margin-bottom: 8px;
}
.footer-links-list a {
    color: #58595B; /* Default link color */
    font-size: 13px;
    transition: color 0.3s ease;
}
.footer-links-list a:hover {
    color: #8C7853; /* Hover color */
}

/* Footer Newsletter Section */
.footer-newsletter-title {
    font-size: 18px;
    font-weight: 500; /* Medium weight */
    color: #333333; /* Darker text for title */
    line-height: 1.4;
    margin-bottom: 20px;
}
.footer-email-label {
    font-size: 13px;
    color: #58595B;
    margin-bottom: 3px; /* Space between label and input */
    display: block; /* Ensure it's above the input */
}
.footer-email-input {
    border-radius: 25px; /* Rounded corners for input */
    border: 1px solid #BFB5A1; /* Border color */
    padding: 10px 20px;
    font-size: 14px;
    background-color: #FFFFFF; /* White background for input */
    width: 100%;
    box-sizing: border-box;
}
.footer-email-input:focus {
    border-color: #8C7853;
    box-shadow: 0 0 0 0.2rem rgba(140, 120, 83, 0.25); /* UIkit-like focus */
}

.footer-submit-button {
    background-color: #D5E8C1; /* Light green button */
    color: #58595B; /* Darker text on button */
    border: none;
    border-radius: 25px; /* Rounded corners for button */
    padding: 10px 30px;
    font-weight: 500;
    font-size: 14px;
    text-transform: none; /* Normal case, not uppercase */
    transition: background-color 0.3s ease;
}
.footer-submit-button:hover {
    background-color: #c4d9b0; /* Slightly darker green on hover */
}

/* Footer Bottom Bar */
.footer-bottom-bar {
    background-color: #F5F1E9; /* Same beige as main footer */
    padding-top: 20px; /* Space above the line */
    padding-bottom: 20px;
}
.footer-divider {
    border-top: 1px solid #DCD5C7; /* Lighter divider color */
}
.footer-copyright {
    color: #707070; /* Grey for copyright text */
    font-size: 12px;
}

/* Responsive adjustments for footer columns */
@media (max-width: 959px) { /* uk-child-width-1-2@s kicks in */
    .footer-main-section .uk-grid-large > div { /* Target direct children of the grid */
        margin-bottom: 30px; /* Add space between stacked columns */
    }
    .footer-main-section .uk-grid-large > div:last-child {
        margin-bottom: 0;
    }
    .footer-logo-area {
        margin-bottom: 20px; /* Space below logo on mobile */
    }
}

@media (max-width: 639px) { /* uk-child-width-1-1 kicks in */
    .footer-newsletter-title {
        font-size: 17px;
    }
    .footer-links-title {
        font-size: 14px;
    }
    .footer-links-list a {
        font-size: 12.5px;
    }
}

/* --- Clean Multi-Column Dropdown Menu --- */
.uk-navbar-dropdown {
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 25px;
    min-width: 750px;
    max-width: 900px;
}

.uk-navbar-dropdown .uk-navbar-dropdown-nav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Single column layout for simple menus */
.uk-navbar-dropdown .uk-navbar-dropdown-nav:has(.dropdown-section:only-child) {
    grid-template-columns: 1fr;
    gap: 0;
}

/* Override width for single column menus */
.uk-navbar-dropdown:has(.uk-navbar-dropdown-nav .dropdown-section:only-child) {
    min-width: 280px;
    max-width: 400px;
}

.uk-navbar-dropdown .uk-navbar-dropdown-nav > li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Category section wrapper */
.dropdown-section {
    display: flex;
    flex-direction: column;
}

.uk-navbar-dropdown .uk-nav-header {
    font-weight: 700;
    font-size: 14px;
    color: #8C7853;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 2px solid #F0F0F0;
    display: block;
}

.uk-navbar-dropdown .nav-children-row {
    padding: 0;
    margin: 0;
    line-height: 1.6;
}

.uk-navbar-dropdown .nav-children-row a {
    display: block;
    color: #58595B;
    font-size: 13px;
    text-decoration: none;
    padding: 6px 0;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
    padding-left: 8px;
}

.uk-navbar-dropdown .nav-children-row a:hover {
    color: #8C7853;
    background-color: #F8F6F2;
    border-left-color: #8C7853;
    padding-left: 12px;
}

/* Hide dividers in this layout */
.uk-navbar-dropdown .uk-nav-divider {
    display: none;
}

/* Responsive */
@media (max-width: 1024px) {
    .uk-navbar-dropdown {
        min-width: 600px;
        max-width: 700px;
    }
    
    .uk-navbar-dropdown .uk-navbar-dropdown-nav {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    
    .uk-navbar-dropdown .uk-navbar-dropdown-nav:has(.dropdown-section:only-child) {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .uk-navbar-dropdown:has(.uk-navbar-dropdown-nav .dropdown-section:only-child) {
        min-width: 280px;
        max-width: 400px;
    }
}

@media (max-width: 768px) {
    .uk-navbar-dropdown {
        min-width: 320px;
        max-width: 95vw;
        padding: 20px;
    }
    
    .uk-navbar-dropdown .uk-navbar-dropdown-nav {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

/* Mobile Off-canvas Menu Styles */
.uk-offcanvas-bar .uk-nav-sub .dropdown-section {
    margin: 10px 0;
}

.uk-offcanvas-bar .uk-nav-sub .uk-nav-header {
    font-weight: 600;
    font-size: 12px;
    color: #8C7853;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 8px 0 6px 0;
    margin: 10px 0 8px 0;
    border-bottom: 1px solid rgba(140, 120, 83, 0.3);
    display: block;
}

.uk-offcanvas-bar .uk-nav-sub .nav-children-row a {
    display: block;
    padding: 6px 0;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
    padding-left: 8px;
}

.uk-offcanvas-bar .uk-nav-sub .nav-children-row a:hover {
    color: #D5E8C1;
    border-left-color: #D5E8C1;
    padding-left: 12px;
}

/* Override default UIKit styles for off-canvas */
.uk-offcanvas-bar .uk-nav-sub li {
    margin: 0;
    padding: 0;
}

.uk-offcanvas-bar .uk-nav-sub .dropdown-section:first-child .uk-nav-header {
    margin-top: 0;
}