﻿@font-face {
    font-family: IRANSansWebFaNum;
    src: url('../fonts/IRANSansWeb(FaNum).ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}


/* Wrapper */
.lang-wrapper {
    position: relative;
    font-family: IRANSansWebFaNum,sans-serif !important
}

/* Select Base */
.language-select {
    background: linear-gradient(135deg, #ffffff, #f1f4f9);
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    padding: 8px 42px 8px 16px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    min-width: 120px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

    /* Hover */
    .language-select:hover {
        transform: translateY(-1px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
    }

    /* Focus */
    .language-select:focus {
        outline: none;
        border-color: #4e73df;
        box-shadow: 0 0 0 4px rgba(78, 115, 223, 0.25);
    }

/* Custom Arrow */
.lang-wrapper::after {
    content: "⌄";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #555;
    pointer-events: none;
}

/* Option */
.language-select option {
    background: #fff;
    color: #333;
    font-weight: 500;
}

/* Navbar Alignment */
.language-switcher {
    margin-left: 18px;
    display: flex;
    align-items: center;
}

/* Mobile */
@media (max-width: 991px) {
    .language-switcher {
        margin: 12px 0;
    }

    .language-select {
        width: 100%;
    }
}
