.dark-bg {
    background-color: #6B4226;
    color: white;
}
.gold-bg {
    background-color: #ffba37;
}
.brown-bg {
    background-color: #39160b !important;
}
.black-bg {
    background-color: #1A1A1A;
}
.text-brown {
    color: #6B4226 !important;
}
.border-brown {
    border: 2px solid #6B4226 !important;
}

.hover-shadow:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px);
    transition: all 0.2s ease-in-out;
}
.transition {
    transition: all 0.2s ease-in-out;
}
.brand-logo {
    font-family: 'Playfair Display', serif;
    font-size: 1.0rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.brand-logo:hover {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    transform: scale(1.03);
}

h3 {
    font-size: 1.5rem !important;
    font-weight: bold !important;
    font-family: 'Playfair Display', serif;
    color: #6B4226;
    margin-bottom: 1rem;
}

h5 {
    font-size: 1.3rem !important;
    font-weight: bold !important;
    font-family: 'Playfair Display', serif;
    color: #6B4226;
    margin-bottom: 1rem;
}

.ikonopis-uvod {
    background-color: #F5F0E6;
    border-left: 4px solid #6B4226;
    padding: 1.5rem 2rem;
    border-radius: 0.5rem;
    font-family: 'Playfair Display', serif;
    max-width: 800px;
    margin: 0 auto;
}

.ikonopis-citat {
    font-size: 1.4rem;
    font-style: italic;
    color: #6B4226;
    margin-bottom: 0.5rem;
    text-shadow: 1px 1px 1px rgba(107, 66, 38, 0.1);
}

.ikonopis-link {
    font-size: 1rem;
    font-weight: bold;
    color: #6B4226;
    text-decoration: none;
    border-bottom: 1px dashed #6B4226;
    transition: all 0.2s ease-in-out;
}

.ikonopis-link:hover {
    color: #3d2a1a;
    border-bottom: 1px solid transparent;
}


.navbar .nav-link,
.navbar .navbar-brand {
    color: white !important;
}


.navbar-toggler-icon {
    background-color: white !important;
}

.custom-toggler {
    background-color: white;
    border: 1px solid #5c2c2c;
    padding: 8px 12px;
    border-radius: 4px;
}

.custom-toggler .toggler-text {
    color: #5c2c2c;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
}

.custom-toggler .fa-chevron-down {
    font-size: 0.8em;
}


.shadow-lg {
    box-shadow: 0 8px 20px rgba(92, 58, 33, 0.25);
}

.rounded-3 {
    border-radius: 15px;
}

h6.h1 {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
}

h6.h1 strong {
    display: block;
}

.w-full.sm\:max-w-md {
    max-width: 400px;
}

.login-container {
    max-width: 400px;
    width: 100%;
    padding: 2.5rem 2rem;
    margin-top: 1.5rem;
    background: white;
}


.content-wrapper {
    max-width: 960px;
    border-radius: 0.5rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin: 0 auto;
    padding: 2rem;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}


p, h1, h2, h3, h4, h5, h6, a, span {
    word-break: break-word;
    overflow-wrap: break-word;
}

footer a {
    transition: color 0.3s ease;
}

footer a:hover {
    color: #df9b11;
}

.ikonopis-tekst {
    font-size: 1.15rem;
    line-height: 1.8;
    font-family: 'Playfair Display', serif;
    color: #3a2a1a;
    text-align: justify;
    max-width: 900px;
    margin: 0 auto;
    padding: 1.5rem 1rem;
}

.ikonopis-tekst p {
    margin-bottom: 1.5rem;
}

.ikonopis-tekst strong {
    color: #6B4226;
}

.responsive-image {
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.ikonopis-tekst em {
    font-style: italic;
    color: #a05a2c;
}

.large-card {
    font-size: 1.4rem;
    padding: 2rem;
    border-radius: 1rem;
}

.large-card-img {
    width: 100%;
    height: auto;
    border-radius: 0.75rem;
    margin-bottom: 1rem;
}

.large-card-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #6B4226;
    margin-bottom: 1rem;
    font-family: 'Playfair Display', serif;
}

.large-card-text {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    color: #3a2a1a;
    font-family: 'Playfair Display', serif;
}

.large-btn {
    font-size: 1.2rem;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
}




@media (max-width: 640px) {
    .w-full.sm\:max-w-md {
        max-width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (max-width: 768px) {
    .content-wrapper {
        max-width: 100%;
        border-radius: 0;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        margin: 0;
        box-shadow: none;
        color: #000;
        background-color: #fff !important;
    }
}


