@import url('https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&family=Inter:wght@400;600&display=swap');

body {
    font-family: 'Inter', sans-serif;
}

.arabic-text {
    font-family: 'Amiri', serif;
    font-size: 3rem;
    color: white;
}

.select-style {
    width: 100%;
    padding: 12px;
    background-color: #0f172a;
    border: 1px solid #475569;
    border-radius: 12px;
    color: white;
}

.label-style {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #94a3b8;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.btn-style {
    width: 100%;
    background-color: #6366f1;
    padding: 16px;
    border-radius: 12px;
    font-weight: bold;
    color: white;
    transition: 0.3s;
}

.btn-style:hover {
    background-color: #4f46e5;
}

.output-box {
    background-color: #1e293b;
    padding: 40px;
    border-radius: 24px;
    text-align: center;
}

.output-title {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #818cf8;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.meaning-box {
    background-color: #1e293b;
    padding: 30px;
    border-radius: 20px;
}

.meaning-title {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #34d399;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.meaning-text {
    font-size: 22px;
    font-style: italic;
    color: #e2e8f0;
}
