/*
Theme Name: PDP Caritas Enterprise Governance Theme V5
Theme URI: https://pdpcaritas.org/
Author: Enterprise Architecture Team
Description: Independent version 5 deployment for testing security verification modules.
Version: 5.0.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.0
Text Domain: pdp-caritas-enterprise-05
*/

:root {
    --primary: #0b1528;
    --secondary: #c5a059;
    --white: #ffffff;
    --light-bg: #f8fafc;
    --success: #03543F;
    --danger: #9B1C1C;
    --font-en: 'Inter', sans-serif;
    --font-fa: 'Vazirmatn', 'Tahoma', sans-serif;
}

body {
    font-family: var(--font-en);
    background-color: var(--light-bg);
    overflow-x: hidden;
}

body.rtl-layout {
    font-family: var(--font-fa);
    direction: rtl;
}

.pdp-lang-dropdown:hover .pdp-lang-menu {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.pdp-lang-menu {
    display: none;
    transition: all 0.3s ease;
}

@media (max-width: 1024px) {
    .main-navigation {
        display: none;
    }
}