body .header-logo {
    font-family: "Poppins", Arial, sans-serif;
}

body .header-logo a:hover {
    text-decoration: none;
}

body .font-poppins {
    font-family: "Poppins", Arial, sans-serif;
}

body .language-switcher a {
    color: #000;
}

body .language-switcher .dropdown-toggle::after {
    display: none;
}

body .language-switcher .dropdown-toggle {
    min-width: 88px;
    color: #212529;
    background: #fff;
}

body .language-switcher .dropdown-toggle:hover,
body .language-switcher .dropdown-toggle:focus {
    color: #212529;
}

body .language-switcher .dropdown-menu {
    min-width: 220px;
    padding: 0.5rem;
    border-radius: 1rem;
}

body .language-switcher .dropdown-item {
    border-radius: 0.75rem;
    padding: 0.75rem 0.9rem;
}

body .language-switcher .dropdown-item.active,
body .language-switcher .dropdown-item:active {
    background-color: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
}

body .language-switcher .dropdown-item:hover,
body .language-switcher .dropdown-item:focus {
    background-color: rgba(13, 110, 253, 0.08);
}

body .language-switcher__flag {
    font-size: 1rem;
    line-height: 1;
}

body .language-switcher__code,
body .language-switcher__meta {
    letter-spacing: 0.08em;
}

body .language-switcher__meta {
    color: #6c757d;
}

body .language-switcher-mobile .btn {
    justify-content: flex-start;
}

/* Services carousel: consistent card heights */
.services-carousel .owl-item > div {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.services-carousel .thumb-info {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.services-carousel .thumb-info-wrapper {
    flex-shrink: 0;
    aspect-ratio: 3 / 4;
    overflow: hidden;
}

.services-carousel .thumb-info-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-carousel .thumb-info-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.services-carousel .thumb-info-content-inner {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 140px;
}

.error-page__code {
    font-family: "Poppins", Arial, sans-serif;
    font-size: clamp(5rem, 16vw, 10rem);
    font-weight: 800;
    line-height: 0.9;
    letter-spacing: -0.08em;
    color: var(--primary);
    opacity: 0.18;
    margin-bottom: 1rem;
}

.error-page__code--dark {
    color: #212529;
    opacity: 0.12;
}

.error-page__panel {
    background: #fff;
    border: 1px solid rgba(33, 37, 41, 0.08);
}

.error-page__panel--dark {
    background: linear-gradient(180deg, rgba(248, 249, 250, 0.98) 0%, #fff 100%);
}

.error-page__panel .nav-link {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 991.98px) {
    .error-page__code {
        text-align: center;
    }
}
