/* Custom Styles for Batoul Abladi MP Official Website */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;800&display=swap');

body {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
    text-align: right;
}

.gradient-hero {
    background: linear-gradient(135deg, #064e3b 0%, #047857 50%, #0f5132 100%);
}

.nav-link.active {
    color: #047857;
    border-bottom: 2px solid #047857;
}

.card-hover {
    transition: all 0.3s ease;
}

.card-hover:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
