﻿
.language-select-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #ffffff33;
    border-radius: 8px;
    padding: 5px 10px;
    margin-right: 10px;
}

.language-icon {
    font-size: 16px;
    margin-right: 6px;
    color: #f0f0f0;
}

.language-select-wrapper select {
    background: transparent;
    border: none;
    color: #f0f0f0;
    font-weight: 500;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    appearance: none;
    padding-right: 20px;
}

    .language-select-wrapper select option {
        color: #000;
        background: #fff;
    }

.custom-header {
    background: linear-gradient(to right, #000000 0%, #001f4d 40%, #003d99 70%, #6ec1ff 100%);
    padding: 15px 0;
    border-bottom: 1px solid #444;
}

.header-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-logo img {
    height: 50px;
    margin-right: 100px;
}

.custom-nav {
    display: flex;
    gap: 25px;
    align-items: center;
}

    .custom-nav a {
        color: #f0f0f0;
        text-decoration: none;
        font-weight: 500;
        position: relative;
    }

        .custom-nav a:not(:last-child)::after {
            content: "|";
            position: absolute;
            right: -14px;
            color: #bbb;
        }

.header-actions {
    display: flex;
    gap: 10px;
    margin-left: 100px;
}

.header-btn {
    padding: 8px 20px;
    background-color: #007bff;
    color: #f0f0f0;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    min-width: 130px;
    text-align: center;
}

    .header-btn:hover {
        back .custom-input {
    border: 2px solid #ced4da;
    padding: 12px 16px;
    background-color: #f9f9f9;
    font-size: 1rem;
    border-radius: 6px;
}

    .custom-input:focus {
        border-color: #009ef7;
        box-shadow: 0 0 0 0.15rem rgba(0, 158, 247, 0.25);
        background-color: #fff;
        outline: none;
    }



footer a:hover {
    text-decoration: underline;
}

footer a.text-decoration-none.text-light:hover {
    color: #0d6efd !important;
}