body {
    background: linear-gradient(to bottom, #fff8ee, #f5e8d0);
    color: #333;
}

.white-image-container {
    display: inline-block;
    background-color: white;
}
.white-image-container img {
    mix-blend-mode: multiply;
    opacity: 0.5;
}

.content-image{
    max-width: 100%;
    max-height: 100vh;
    object-fit: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to bottom, #fff8ee, #f5e8d0);
}

.section {
    text-align: center;
}

.section h1 {
    font-size: 3em;
    margin-bottom: 20px;
}

.fp-tableCell {
    vertical-align: top;
    padding-top: 140px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #212529;
}

#page-pdf {
    width: 100%;
    height: 90%;
    border: none;
}

#page-title {
    color: #fff !important;
    font-weight: bold;
}

#page-header {
    background-color: #8c6a15 !important;
}

#page-footer {
    background-color: #624a10 !important;
}

.dropdown-menu {
    background-color: #8c6a15;
    border: none;
}

.dropdown-item {
    color: #fff;
    background-color: #8c6a15;
    padding: 0.5rem 1.5rem;
}

.dropdown-item:hover {
    background-color: #a07c1a;
    color: #fff;
}

.dropdown-item:focus{
    background-color: #b9901f;
    color: #fff;
}

.dropdown-toggle::after {
    margin-left: 0.5em;
    vertical-align: 0.15em;
}

.language-switcher {
    position: absolute;
    align-items: center;
    padding: 0 15px;
    right: 10px;
}

.lang-btn {
    background: transparent;
    border: none;
    color: #FFF;
    padding: 8px 12px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
    margin: 0 2px;
}

.lang-btn:hover {
    color: #ddd;
    background-color: rgba(0, 0, 0, 0.05);
}

.lang-btn.active {
    color: #fff;
    background-color: #b9901f;
    font-weight: 500;
}

.lang-separator {
    color: #ddd;
    margin: 0 5px;
    font-size: 14px;
}

.navbar-nav {
    align-items: center;
}

.nav-link {
    padding: 8px 15px;
}

@media (max-width: 991.98px) {
    .dropdown-menu {
        position: static !important;
        transition: none !important;
        display: block !important;
        opacity: 0;
        pointer-events: none;
        height: 0;
        overflow: hidden;
    }

    .dropdown-menu.show {
        opacity: 1;
        pointer-events: auto;
        height: auto;
        transform: none !important;
    }

    .dropdown-toggle::after {
        transition: transform 0.2s;
    }
    .navbar-nav{
        display: inline;
    }
    .navbar-collapse {
        overflow: visible !important;
    }
    .nav-item {
        float: left;
    }
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        width: 100%;
        max-width: none !important;
    }
}

.navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.navbar-collapse {
    display: flex !important;
    flex-basis: auto !important;
}
.navbar-toggler {
    display: none !important;
}

.dropdown-menu {
    position: absolute !important;
}