:where([class^="ri-"])::before { content: "\f3c2"; }
body {
    font-family: 'Roboto', 'Tajawal', sans-serif;
    background-color:white !important; 
}
.rtl {
    direction: rtl;
    text-align: right;
}
.ltr {
    direction: ltr;
    text-align: left;
}
.hero-section {
    background-image: linear-gradient(rgba(0, 105, 92, 0.85), rgba(0, 105, 92, 0.85)), url('opreations.png');
    background-size: cover;
    background-position: center;
}
.language-switcher {
    position: relative;
}
.ltr {
    direction: ltr;
    text-align: left;
}
.language-dropdown {
    min-width: 80px; /* Adjusted for shorter labels */
    top: 100%; /* Positions it directly below the toggle */
    right: 0; /* Aligns to the right of the toggle */
}

.language-dropdown button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0.25rem 0.75rem; /* Reduced padding for compactness */
}

.language-dropdown .ri-english-input,
.language-dropdown .ri-arabic-input {
    font-size: 0.875rem; /* Smaller icons */
}
.whatsapp-button {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 50;
}
.rtl .whatsapp-button {
    right: auto;
    left: 24px;
}
@media (max-width: 1024px) {
    .desktop-menu {
        display: none;
    }
}
@media (min-width: 1025px) {
    .mobile-menu-button {
        display: none;
    }
}
footer {
    background-color: #00695C;
    color: white;
    padding: 25px 20px;
    margin-top: 35px; /* 35px spacing above footer */
    border-top: 5px solid #FFB300;
}