/* Moja Pasieka - Bee & Honey Theme Colors */
:root {
    --honey-gold: #D4AF37;
    --honey-dark: #B8860B;
    --honey-light: #F4E4BC;
    --bee-yellow: #FFD700;
    --bee-black: #2C2C2C;
    --warm-brown: #8B4513;
    --cream: #FFF8DC;
    --honey-orange: #FF8C00;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-y: scroll; /* Always show scrollbar to prevent layout shift */
}

body {
    font-family: 'Lora', serif;
    color: var(--bee-black);
    background-color: var(--cream);
    padding-top: 140px; /* Increased for sub-navbar (50px) + main navbar (90px) */
    padding-right: 0 !important;
    margin-right: 0 !important;
}

/* Prevent navbar shift when modals open */
body.modal-open {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

/* Only prevent padding-right on navbar containers when modal is open to prevent shift */
body.modal-open .navbar .container,
body.modal-open .sub-navbar .container {
    padding-right: 0 !important;
}

/* Container width - 80% for all pages */
.container {
    width: 70% !important;
    max-width: 70% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Ensure navbar containers maintain Bootstrap's centering - override container width */
.navbar .container,
.sub-navbar .container {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
    max-width: 1140px !important;
}

@media (min-width: 576px) {
    .navbar .container,
    .sub-navbar .container {
        max-width: 540px !important;
    }
}

@media (min-width: 768px) {
    .navbar .container,
    .sub-navbar .container {
        max-width: 720px !important;
    }
}

@media (min-width: 992px) {
    .navbar .container,
    .sub-navbar .container {
        max-width: 960px !important;
    }
}

@media (min-width: 1200px) {
    .navbar .container,
    .sub-navbar .container {
        max-width: 1140px !important;
    }
}

@media (min-width: 1400px) {
    .navbar .container,
    .sub-navbar .container {
        max-width: 1320px !important;
    }
}

/* Sub Navigation Bar */
.sub-navbar {
    background: linear-gradient(135deg, #B8860B 0%, #2C2C2C 100%) !important;
    padding: 0.5rem 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    opacity: 1 !important;
    min-height: 50px;
    height: 50px;
    width: 100%;
}

.sub-navbar .navbar-dark {
    background: transparent !important;
}

.sub-navbar .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* Main Navbar */
#mainNavbar {
    top: 50px !important;
    position: fixed !important;
    width: 100%;
    left: 0;
    right: 0;
}

#mainNavbar .container {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.sub-navbar .btn {
    font-size: 0.875rem;
    padding: 0.35rem 0.85rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.sub-navbar .btn-outline-light {
    border: 1px solid white !important;
    color: white !important;
    background-color: transparent;
}

.sub-navbar .btn-outline-light:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-color: white !important;
    color: white !important;
}

.sub-navbar .btn-warning {
    background-color: #D4AF37 !important;
    border-color: #D4AF37 !important;
    color: #2C2C2C !important;
    font-weight: 600;
}

.sub-navbar .btn-warning:hover {
    background-color: #F4E4BC !important;
    border-color: #F4E4BC !important;
    color: #2C2C2C !important;
}

.sub-navbar .text-white {
    font-size: 0.875rem;
    font-weight: 500;
    color: white !important;
}

.sub-navbar a {
    text-decoration: none !important;
}

.sub-navbar .d-flex {
    gap: 0.5rem;
}

/* Typography - Headings use elegant serif */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}

/* Navigation */
.navbar {
    background: linear-gradient(135deg, var(--honey-gold) 0%, var(--honey-dark) 100%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
    transition: all 0.3s ease;
    z-index: 1020;
    width: 100%;
    left: 0;
    right: 0;
}

#mainNavbar {
    top: 50px !important;
    position: fixed !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
}

.navbar.scrolled {
    background: rgba(212, 175, 55, 0.95);
    backdrop-filter: blur(10px);
}

.bee-logo {
    height: 110px;
    width: auto;
    margin-right: 10px;
    margin-top: -10px
}

.logo-text {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--bee-black);
}

.navbar-brand {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: var(--bee-black) !important;
    text-decoration: none;
    height: 100%;
    padding: 0;
}

.navbar-nav {
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: 600;
    font-family:'Archivo Narrow', sans-serif;
}

.navbar-nav .nav-item {
    display: flex;
    align-items: center;
    height: 100%;
}

.navbar-nav .nav-link {
    color: var(--bee-black) !important;
    margin: 0 10px;
    transition: color 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: 200;
    font-family:'Archivo Narrow', sans-serif;
    font-size: 1.8rem;
  
}

.navbar-nav .nav-link:hover {
    color: var(--cream) !important;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--cream);
    transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

.navbar-toggler {
    border: none;
    padding: 4px 8px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2844, 44, 44, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Hero Slider */
.hero-slider {
    margin-top: -80px;
    position: relative;
}

.carousel-item {
    height: 600px;
    overflow: hidden;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9);
}

.carousel-caption {
    background: rgba(212, 175, 55, 0.8);
    padding: 30px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
}

.slider-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    color: var(--bee-black);
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.slider-subtitle {
    font-size: 1.3rem;
    color: var(--bee-black);
    font-weight: 400;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--honey-gold);
    border: 2px solid var(--bee-black);
    opacity: 0.5;
}

.carousel-indicators button.active {
    opacity: 1;
    background-color: var(--bee-black);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: var(--honey-gold);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    opacity: 0.8;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
    opacity: 1;
}

/* Divider Section */
.divider-section {
    padding: 60px 0;
    background: linear-gradient(135deg, var(--honey-light) 0%, var(--cream) 100%);
}

.divider-line {
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--honey-gold), transparent);
    margin: 20px 0;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    color: var(--bee-black);
    text-align: center;
    margin: 20px 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-title::before,
.section-title::after {
    content: '🍯';
    margin: 0 15px;
    font-size: 2rem;
    display: flex;
    align-items: center;
    line-height: 1;
}

/* Products Section */
.products-section {
    padding: 80px 0;
    background-color: var(--cream);
}

.product-card {
    background: var(--honey-light);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
}

.product-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image {
    transform: scale(1.1);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(212, 175, 55, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.btn-honey {
    background-color: var(--bee-black);
    color: var(--honey-gold);
    border: 2px solid var(--bee-black);
    padding: 10px 30px;
    font-weight: 600;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.btn-honey:hover {
    background-color: var(--honey-gold);
    color: var(--bee-black);
    transform: scale(1.05);
}

.btn-outline-honey {
    background-color: transparent;
    color: var(--honey-dark);
    border: 2px solid var(--honey-dark);
    padding: 10px 30px;
    font-weight: 600;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.btn-outline-honey:hover {
    background-color: var(--honey-dark);
    color: var(--cream);
    transform: scale(1.05);
}

.btn-buy-email {
    background-color: var(--honey-gold);
    color: var(--bee-black);
    border: 2px solid var(--honey-gold);
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-buy-email:hover {
    background-color: var(--honey-dark);
    color: white;
    border-color: var(--honey-dark);
    transform: scale(1.05);
}

.text-honey {
    color: var(--honey-dark);
    font-weight: 700;
}

/* Modal Styles */
.modal-xl {
    max-width: 1200px;
}

.modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.modal-header {
    background: linear-gradient(135deg, var(--honey-gold) 0%, var(--honey-dark) 100%);
    color: var(--bee-black);
    border-bottom: none;
    border-radius: 15px 15px 0 0;
    padding: 20px 30px;
}

.modal-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: var(--bee-black);
}

.btn-close {
    filter: brightness(0);
}

.modal-body {
    padding: 30px;
    background-color: var(--cream);
}

.modal-body img {
    max-height: 400px;
    object-fit: cover;
    width: 100%;
}

.modal-body h3 {
    color: var(--bee-black);
    font-weight: 700;
}

.modal-body .product-full-description {
    background-color: rgba(244, 228, 188, 0.3);
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid var(--honey-gold);
    margin-bottom: 20px;
}

.modal-body .product-full-description h5 {
    color: var(--honey-dark);
    font-weight: 600;
}

.modal-body .product-full-description p {
    color: var(--bee-black);
    font-size: 0.95rem;
}

.modal-body .product-details {
    border-top: 2px solid var(--honey-light);
    padding-top: 20px;
    margin-top: 20px;
}

/* Email Window Modal */
.email-window {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0;
}

.email-header {
    background: white;
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
    border-radius: 8px 8px 0 0;
}

.email-field {
    margin-bottom: 10px;
    font-size: 0.9rem;
    color: #333;
}

.email-field:last-child {
    margin-bottom: 0;
}

.email-field strong {
    color: #666;
    margin-right: 8px;
    min-width: 60px;
    display: inline-block;
}

.email-content {
    background: white;
    padding: 25px;
    line-height: 1.8;
    color: #333;
    min-height: 300px;
    border-radius: 0 0 8px 8px;
}

.email-content p {
    margin-bottom: 15px;
}

.product-order-details {
    background: var(--honey-light);
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    border-left: 4px solid var(--honey-gold);
}

.product-order-details p {
    margin-bottom: 10px;
    font-size: 1rem;
}

.product-order-details p:last-child {
    margin-bottom: 0;
}

.product-order-details strong {
    color: var(--honey-dark);
    min-width: 100px;
    display: inline-block;
}

.product-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.product-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--bee-black);
    margin-bottom: 15px;
}

.product-description {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 2px solid var(--honey-light);
}

.product-price {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--honey-dark);
}

/* Scroll to Top Button */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--honey-gold), var(--honey-dark));
    color: var(--bee-black);
    border: none;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
}

.scroll-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
    background: linear-gradient(135deg, var(--honey-dark), var(--honey-gold));
}

/* About Us Section */
.about-section {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--honey-light) 0%, var(--cream) 100%);
}

.about-section .row .col-md-4 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}

.about-image-wrapper {
    text-align: center;
    padding: 40px 20px;
}

.about-icon {
    font-size: 5rem;
    color: var(--honey-gold);
    margin-bottom: 20px;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

.section-title-about {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--bee-black);
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.about-content {
    padding: 20px;
}

.about-subtitle {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 600;
    color: var(--honey-dark);
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.about-subtitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--honey-gold), transparent);
}

.about-text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--bee-black);
    margin-bottom: 20px;
    text-align: justify;
}

.about-features {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background: rgba(212, 175, 55, 0.1);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: rgba(212, 175, 55, 0.2);
    transform: translateX(5px);
}

.feature-item i {
    color: var(--honey-dark);
    font-size: 1.2rem;
}

.feature-item span {
    color: var(--bee-black);
    font-weight: 500;
}

/* Footer */
.footer-section {
    background: linear-gradient(135deg, var(--bee-black) 0%, var(--warm-brown) 100%);
    color: var(--cream);
    padding: 60px 0 20px;
    margin-top: 80px;
}

.footer-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--honey-gold);
    margin-bottom: 20px;
}

.footer-text {
    line-height: 1.8;
    color: var(--honey-light);
}

.footer-list {
    list-style: none;
    padding: 0;
}

.footer-list li {
    margin-bottom: 15px;
    color: var(--honey-light);
    display: flex;
    align-items: center;
}

.footer-list i {
    color: var(--honey-gold);
    margin-right: 10px;
    width: 20px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 40px;
    height: 40px;
    background: var(--honey-gold);
    color: var(--bee-black);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

.social-link:hover {
    background: var(--honey-dark);
    transform: translateY(-3px);
    color: var(--cream);
}

.footer-copyright {
    color: var(--honey-light);
    font-size: 0.9rem;
    margin-top: 30px;
    text-align: center;
}

/* Google Map Wrapper */
.footer-section .google-map-wrapper {
    width: 100%;
    height: 140px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 4px 10px rgba(0, 0, 0, 0.2);
    background: var(--honey-light);
    margin-top: 10px;
    /* border: 2px solid rgba(212, 175, 55, 0.3); */
}

.footer-section .google-map-wrapper .map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    pointer-events: none;
    z-index: 10;
    /* border: 3px solid var(--honey-light); */
}

.footer-section .google-map-wrapper iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
    .slider-title {
        font-size: 2rem;
    }
    
    .slider-subtitle {
        font-size: 1rem;
    }
    
    .carousel-item {
        height: 400px;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .product-card {
        margin-bottom: 30px;
    }
    
    .about-section {
        padding: 60px 0;
    }
    
    .section-title-about {
        font-size: 2rem;
    }
    
    .about-icon {
        font-size: 4rem;
    }
    
    .about-subtitle {
        font-size: 1.5rem;
    }
    
    .about-features {
        grid-template-columns: 1fr;
    }
    
    .about-text {
        text-align: left;
    }
    
    .footer-section {
        text-align: center;
    }
    
    .social-links {
        justify-content: center;
    }
}

/* Animation Classes */
.fade-in {
    animation: fadeIn 1s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Vue Router Link Styles */
.router-link-active {
    color: var(--bee-black) !important;
    font-weight: 600;
}

.router-link-active::after {
    width: 100%;
}

.navbar-brand.router-link-active {
    color: inherit;
}

/* Articles Section */
.articles-section {
    min-height: 60vh;
}

.articles-content {
    padding-right: 2rem;
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.article-card {
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
}

.article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
}

.article-card .card-img-top {
    height: 200px;
    object-fit: cover;
}

.article-card .card-title {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}

/* Articles Sidebar */
.articles-sidebar {
    position: sticky;
    top: 140px; /* Default: sub-navbar (50px) + mainNavbar (~90px) */
    align-self: flex-start;
}

.sidebar-widget {
    background: var(--honey-light);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.sidebar-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--honey-dark);
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--honey-gold);
}

.sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-item {
    padding: 12px 0;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease;
}

.sidebar-item:last-child {
    border-bottom: none;
}

.sidebar-item:hover {
    padding-left: 10px;
}

.sidebar-item a {
    color: var(--bee-black);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    display: block;
}

.sidebar-item a:hover {
    color: var(--honey-dark);
}

.sidebar-item.active {
    background-color: rgba(212, 175, 55, 0.1);
    border-left: 3px solid var(--honey-dark);
    padding-left: 15px;
}

.sidebar-item.active a,
.sidebar-item.active a.router-link-active {
    color: var(--honey-dark);
    font-weight: 600;
}

.sidebar-item a.router-link-active {
    color: var(--honey-dark);
    font-weight: 600;
}

.sidebar-item:has(a.router-link-active) {
    background-color: rgba(212, 175, 55, 0.1);
    border-left: 3px solid var(--honey-dark);
    padding-left: 15px;
}

.sidebar-item small {
    font-size: 0.85rem;
    margin-top: 5px;
    display: block;
}

.uppercase {
    text-transform: uppercase;
}

/* Article Detail Content in Articles Page */
.article-detail-content {
    background: linear-gradient(135deg, var(--honey-light) 0%, var(--cream) 100%);
    padding: 50px 45px;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(212, 175, 55, 0.15), 0 2px 10px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.2);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.article-detail-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, var(--honey-gold) 0%, var(--honey-dark) 100%);
    border-radius: 20px 0 0 20px;
}



.articles-list {
    padding: 50px;
    text-align: center;
    background: linear-gradient(135deg, #ffffff 0%, #fef9e7 100%);
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.article-main-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--bee-black);
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 3px solid var(--honey-gold);
    position: relative;
    text-align: center;
    line-height: 1.3;
}


.article-meta {
    font-size: 1rem;
    margin-bottom: 35px;
    padding: 15px 20px;
    background: rgba(212, 175, 55, 0.1);
    border-radius: 10px;
    border-left: 4px solid var(--honey-gold);
    color: var(--bee-black);
}

.article-body {
    font-size: 1.1rem;
    line-height: 2;
    color: var(--bee-black);
    padding-top: 10px;
}

.article-body p {
    margin-bottom: 20px;
    text-align: justify;
}

.article-body h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 600;
    color: var(--honey-dark);
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(212, 175, 55, 0.3);
    position: relative;
    padding-left: 30px;
}

.article-body h3::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--honey-gold);
    font-size: 1.5rem;
    font-weight: bold;
}

.article-body ul {
    margin: 25px 0;
    padding-left: 40px;
    list-style: none;
}

.article-body ul li {
    margin-bottom: 15px;
    line-height: 1.9;
    position: relative;
    padding-left: 30px;
}

.article-body ul li::before {
    content: '🍯';
    position: absolute;
    left: 0;
    color: var(--honey-gold);
    font-weight: bold;
    font-size: 1.2rem;
}

.article-body strong {
    color: var(--honey-dark);
    font-weight: 600;
    font-size: 1.05em;
}

.article-footer {
    margin-top: 50px;
    padding-top: 25px;
    border-top: 2px solid rgba(212, 175, 55, 0.3);
}

.article-footer p {
    margin-bottom: 10px;
    font-size: 0.95rem;
    color: var(--bee-black);
}

.article-body img {
    width: 50%;
    max-width: 50%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
    margin: 25px 0;
    display: block;
}

.article-body img.img-25 {
    width: 25%;
    max-width: 25%;
}
.article-body img.img-50 {
    width: 50%;
    height: 50%;
    max-width: 50%;
}
.article-body img.img-15 {
    width: 18.5%;
    height: 18.5%;
    max-width: 18.5%;
}

.article-body img.img-35 {
    width: 35%;
    max-width: 35%;
    max-width: 35%;
}

.article-images-inline {
    display: flex;
    gap: 15px;
    margin: 25px 0;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
}

.article-images-inline img {
    margin: 0;
    max-height: 400px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    border-radius: 15px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.article-images-inline img:only-child {
    max-width: 50%;
}

.article-images-inline img:not(:only-child) {
    max-width: 45%;
}

/* Article Image */
.article-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.55);
    margin-bottom: 30px;
    margin-top: 20px;
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}



/* Article Transition Animations */
.article-fade-enter-active {
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.article-fade-leave-active {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    width: 100%;
}

.article-fade-enter-from {
    opacity: 0;
    transform: translateX(30px) scale(0.95);
}

.article-fade-leave-to {
    opacity: 0;
    transform: translateX(-30px) scale(0.95);
}

.article-fade-enter-to,
.article-fade-leave-from {
    opacity: 1;
    transform: translateX(0) scale(1);
}

.articles-content-wrapper {
    position: relative;
    min-height: 400px;
}

@media (max-width: 991px) {
    .articles-content {
        padding-right: 0;
    }
    
    .articles-sidebar {
        position: static;
        margin-top: 40px;
    }
}

/* Gallery Section */
.gallery-section {
    min-height: 60vh;
}

/* Gallery Group Card (Main View) */
.gallery-group-card {
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
    background: var(--honey-light);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.gallery-group-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.gallery-group-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.gallery-group-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-group-card:hover .gallery-group-image-wrapper img {
    transform: scale(1.1);
}

.gallery-group-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--honey-gold) 0%, var(--honey-dark) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 4rem;
}

.gallery-group-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: white;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-group-card:hover .gallery-group-overlay {
    opacity: 1;
}

.gallery-group-info {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.gallery-group-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--bee-black);
    margin-bottom: 0.5rem;
}

.gallery-group-description {
    color: var(--text-gray);
    font-size: 0.95rem;
    margin: 0;
}

.gallery-group-heading {
    font-size: 2rem;
    font-weight: 700;
    color: var(--bee-black);
    margin-bottom: 0.5rem;
}

/* Gallery Item (Thumbnail View) */
.gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 8px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay i {
    color: white;
    font-size: 2rem;
}

/* Lightbox Navigation */
.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    font-size: 2rem;
    padding: 1rem 1.5rem;
    cursor: pointer;
    transition: background 0.3s ease;
    z-index: 1052;
    border-radius: 4px;
}

.lightbox-nav:hover:not(:disabled) {
    background: rgba(255, 255, 255, 0.3);
}

.lightbox-nav:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.lightbox-nav-prev {
    left: 20px;
}

.lightbox-nav-next {
    right: 20px;
}

.lightbox-counter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    z-index: 1052;
}

.lightbox-info {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    z-index: 1052;
    max-width: 80%;
    text-align: center;
    word-wrap: break-word;
}

.lightbox-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.lightbox-description {
    font-size: 0.95rem;
    font-weight: 400;
    opacity: 0.9;
    line-height: 1.4;
}

/* Hero Section for Pages */
.hero-section {
    background: linear-gradient(135deg, var(--honey-light) 0%, var(--cream) 100%);
    padding: 100px 0 50px;
}

/* Lightbox Modal */
#lightboxModal .modal-content {
    background: rgba(0, 0, 0, 0.9);
}

/* Lightbox Close Button */
#lightboxModal .lightbox-close-btn {
    top: 20px !important;
    right: 20px !important;
    width: 50px !important;
    height: 50px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border: 2px solid rgba(255, 255, 255, 1) !important;
    border-radius: 50% !important;
    color: #000 !important;
    font-size: 1.5rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    z-index: 1051 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 1 !important;
}

#lightboxModal .lightbox-close-btn:hover {
    background: rgba(255, 255, 255, 1) !important;
    transform: scale(1.1) !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4) !important;
    opacity: 1 !important;
}

#lightboxModal .lightbox-close-btn:active {
    transform: scale(0.95) !important;
}

#lightboxModal .lightbox-close-btn:focus {
    outline: none !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3) !important;
}

#lightboxModal .lightbox-close-btn i {
    font-size: 1.5rem !important;
    line-height: 1 !important;
    color: #000 !important;
}

#lightboxModal .modal-body {
    padding: 0;
    position: relative;
    overflow: hidden;
    background: #000 !important;
    min-height: 90vh;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-image-container {
    background: #000;
    position: relative;
    width: 100%;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 2000px;
    perspective-origin: center center;
}

#lightboxModal img {
    max-height: 90vh;
    width: auto;
    margin: 0 auto;
    display: block;
}

/* Lightbox Image Transitions - Simple Crossfade Effect */
.lightbox-image {
    transition: opacity 0.8s ease-in-out;
    will-change: opacity;
    max-height: 90vh;
    width: auto;
    margin: 0 auto;
    display: block;
}

/* Next (forward) transition - simple fade */
.lightbox-slide-next-enter-active,
.lightbox-slide-next-leave-active {
    transition: opacity 0.8s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
}

.lightbox-slide-next-leave-active {
    z-index: 1;
}

.lightbox-slide-next-enter-active img,
.lightbox-slide-next-leave-active img,
.lightbox-slide-next-enter-active .lightbox-image,
.lightbox-slide-next-leave-active .lightbox-image {
    position: relative;
    max-height: 90vh;
    width: auto;
    margin: 0;
    display: block;
    transform: none !important;
}

.lightbox-slide-next-enter-from {
    opacity: 0;
}

.lightbox-slide-next-leave-to {
    opacity: 0;
}

.lightbox-slide-next-enter-to,
.lightbox-slide-next-leave-from {
    opacity: 1;
}

/* Previous (backward) transition - simple fade */
.lightbox-slide-prev-enter-active,
.lightbox-slide-prev-leave-active {
    transition: opacity 0.8s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
}

.lightbox-slide-prev-leave-active {
    z-index: 1;
}

.lightbox-slide-prev-enter-active img,
.lightbox-slide-prev-leave-active img,
.lightbox-slide-prev-enter-active .lightbox-image,
.lightbox-slide-prev-leave-active .lightbox-image {
    position: relative;
    max-height: 90vh;
    width: auto;
    margin: 0;
    display: block;
    transform: none !important;
}

.lightbox-slide-prev-enter-from {
    opacity: 0;
}

.lightbox-slide-prev-leave-to {
    opacity: 0;
}

.lightbox-slide-prev-enter-to,
.lightbox-slide-prev-leave-from {
    opacity: 1;
}

/* Lightbox Info Transitions */
.lightbox-info-fade-enter-active,
.lightbox-info-fade-leave-active {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.lightbox-info-fade-enter-from {
    opacity: 0;
    transform: translateX(-50%) translateY(10px);
}

.lightbox-info-fade-leave-to {
    opacity: 0;
    transform: translateX(-50%) translateY(-10px);
}

.lightbox-info-fade-enter-to,
.lightbox-info-fade-leave-from {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

