/* Header & Navbar Overrides */
.work-header {
    background: #002e5f;
}

.work-nav-list {
    background: #002e5f;
}

/* Work Section Styles */
.work-section {
    background-color: #f9f9f9;
}

.work-title {
    color: #002e5f;
    font-weight: bold;
}

.work-desc {
    font-size: 1.2rem;
    color: #666;
}

/* Country Card Styles */
.country-card {
    direction: rtl;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.country-title {
    color: #002e5f;
}

.country-list {
    font-size: 1.5rem;
    line-height: 1.8;
}